* {
  box-sizing: border-box;
  position: relative;
}

html {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1;
  scroll-behavior: smooth;
  font-family: "Assistant", sans-serif;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Assistant", sans-serif;
  font-size: 18px;
  color: #171b2e;
  line-height: 1.5;
  background-color: #fefce8;
}

a {
  text-decoration: none;
  color: #ed1c26;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: "Playfair Display", system-ui;
  font-weight: 700;
}

.wrapper {
  margin-bottom: 1em;
  max-width: 1000px;
  margin: auto;
  z-index: 2;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
img.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

video {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
video.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-embed__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  .hide-md {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide-sm {
    display: none !important;
  }
}

.btn,
button,
.wp-element-button,
.button,
input[type=button],
input[type=submit] {
  background-color: #171b2e !important;
  padding: 0.75rem 1rem !important;
  border: 1px solid #171b2e !important;
  cursor: pointer !important;
  display: inline-block !important;
  text-decoration: none !important;
  color: #fff !important;
  border-radius: 45px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  font-size: 1.25rem !important;
  font-family: "Playfair Display", system-ui !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  transition: background-color 0.5s, color 0.5s !important;
  text-align: center !important;
}
.btn:hover,
button:hover,
.wp-element-button:hover,
.button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  background-color: transparent !important;
  color: #171b2e !important;
}
.btn.btn-lg,
button.btn-lg,
.wp-element-button.btn-lg,
.button.btn-lg,
input[type=button].btn-lg,
input[type=submit].btn-lg {
  font-size: 2rem;
}
.btn.btn-sm,
button.btn-sm,
.wp-element-button.btn-sm,
.button.btn-sm,
input[type=button].btn-sm,
input[type=submit].btn-sm {
  font-size: 1rem;
}

.gform_heading h2 {
  font-size: 1.75rem;
}

.gform_body .gform_fields {
  row-gap: 1rem !important;
}
.gform_body .chosen-single {
  font-size: 1.25rem;
  padding: 0.5rem 1rem !important;
  line-height: 1 !important;
  min-height: 47px;
  box-shadow: unset !important;
}
.gform_body .chosen-single > span {
  line-height: 1 !important;
}
.gform_body .chosen-single div {
  padding-left: 5px;
  width: 20px !important;
}
.gform_body .chosen-drop .chosen-search .chosen-search-input {
  line-height: 1 !important;
}
.gform_body select,
.gform_body textarea,
.gform_body input {
  font-size: 1.25rem !important;
  font-family: "Assistant", sans-serif !important;
  background-color: #fff;
  color: #171b2e;
  border: 0;
  border: 1px solid #fff !important;
  padding: 0.75rem 1rem !important;
  line-height: 1;
  border-radius: 5px !important;
}
.gform_body select::-moz-placeholder, .gform_body textarea::-moz-placeholder, .gform_body input::-moz-placeholder {
  font-size: 1.25rem;
  font-family: "Assistant", sans-serif !important;
  color: #a7a7ab;
  font-style: italic;
}
.gform_body select::placeholder,
.gform_body textarea::placeholder,
.gform_body input::placeholder {
  font-size: 1.25rem;
  font-family: "Assistant", sans-serif !important;
  color: #a7a7ab;
  font-style: italic;
}
.gform_body textarea {
  border: 1px solid #fff !important;
}

.gfield_radio,
.gfield_checkbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
.gfield_radio .gchoice,
.gfield_checkbox .gchoice {
  text-align: left;
}
.gfield_radio .gchoice label,
.gfield_checkbox .gchoice label {
  cursor: pointer;
  font-size: 1.25rem !important;
  font-weight: 400;
  padding: 0;
  max-width: 100% !important;
}
.gfield_radio .gchoice input[type=checkbox],
.gfield_checkbox .gchoice input[type=checkbox] {
  display: none;
}
.gfield_radio .gchoice input[type=checkbox] + label:before,
.gfield_checkbox .gchoice input[type=checkbox] + label:before {
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  content: "\f096";
  letter-spacing: 10px;
}
.gfield_radio .gchoice input[type=checkbox]:checked + label:before,
.gfield_checkbox .gchoice input[type=checkbox]:checked + label:before {
  font-weight: 900;
  content: "\f14a";
}
.gfield_radio .gchoice input[type=radio],
.gfield_checkbox .gchoice input[type=radio] {
  display: none;
}
.gfield_radio .gchoice input[type=radio] + label:before,
.gfield_checkbox .gchoice input[type=radio] + label:before {
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  content: "\f10c";
  letter-spacing: 10px;
}
.gfield_radio .gchoice input[type=radio]:checked + label:before,
.gfield_checkbox .gchoice input[type=radio]:checked + label:before {
  content: "\f192";
  font-weight: 900;
}

.gform_confirmation_message h2 {
  text-transform: uppercase;
}
.gform_confirmation_message br {
  display: none;
}

header {
  z-index: 999;
  background-color: #171b2e;
  padding: 1rem 2rem;
}
header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .wrapper .logo img {
  max-width: 200px;
}
header .wrapper .navigation {
  font-family: "Playfair Display", system-ui;
}
header .wrapper .navigation .menu {
  display: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}
@media (max-width: 992px) {
  header .wrapper .navigation .menu {
    display: block;
  }
}
@media (max-width: 992px) {
  header .wrapper .navigation nav {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    max-height: 90vh;
    overflow-y: auto;
    background-color: #171b2e;
    padding: 2rem;
  }
}
header .wrapper .navigation nav .menu {
  text-align: right;
  color: #fff;
}
header .wrapper .navigation nav ul li {
  margin: 0 1rem;
}
@media (max-width: 992px) {
  header .wrapper .navigation nav ul li {
    display: block;
  }
}
header .wrapper .navigation nav ul li a {
  font-size: 1.25rem;
  color: #fff;
}
@media (max-width: 992px) {
  header .wrapper .navigation nav ul li a {
    color: #fff;
  }
}

footer {
  background-color: #171b2e;
  padding: 4rem 2rem;
}
footer .wrapper {
  display: flex;
  justify-content: center;
  align-items: start;
  width: 100%;
}
@media (max-width: 768px) {
  footer .wrapper {
    flex-direction: column;
    align-items: center;
  }
}
footer .wrapper .col {
  flex: 1;
  color: #fff;
  font-weight: 200;
}
footer .wrapper .col:first-child {
  text-align: left;
}
@media (max-width: 768px) {
  footer .wrapper .col:first-child {
    text-align: center;
  }
}
footer .wrapper .col:last-child {
  text-align: right;
}
@media (max-width: 768px) {
  footer .wrapper .col:last-child {
    text-align: center;
  }
}
footer .wrapper .col .logo {
  margin-bottom: 2rem;
}
footer .wrapper .col .logo img {
  max-width: 250px;
}
footer .wrapper .col .footer {
  padding: 1rem 0;
}
footer .wrapper .col .footer ul li {
  display: block;
  padding: 1rem 0;
}
footer .wrapper .col .footer ul li a {
  color: #fff;
  font-size: 1.5rem;
  font-family: "Playfair Display", system-ui;
}
footer .wrapper .col .disclaimer {
  margin-top: 3rem;
  font-size: 0.8rem;
}
footer .wrapper .col .sub-footer ul li a {
  font-size: 0.8rem;
}

section.hero {
  background-color: #fff;
  padding: 4rem 2rem;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.hero .wrapper {
  width: 100%;
}
section.hero .wrapper h1 {
  text-align: right;
  font-size: 3.5rem;
  max-width: 500px;
  margin-left: auto;
}
@media (max-width: 992px) {
  section.hero .wrapper h1 {
    font-size: 2.5rem;
  }
}
section.hero .wrapper h1 span {
  display: block;
  margin-bottom: 1rem;
}
section.hero .wrapper h1 span.underline {
  color: #171b2e;
  display: inline-block;
}
section.hero .wrapper h1 span.underline::after {
  content: "";
  height: 15px;
  background-color: #ed1c26;
  position: absolute;
  bottom: -8px;
  left: -5px;
  right: -5px;
  z-index: -1;
}
section.hero .wrapper h1 span.script {
  font-family: "adorn-garland", sans-serif;
  color: #ed1c26;
}

section.about {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 2rem;
}
section.about .wrapper {
  width: 100%;
  color: #fff;
}
section.about .wrapper > * {
  max-width: 500px;
}
section.about .wrapper h2 {
  font-family: "adorn-garland", sans-serif;
  font-size: 2.5rem;
}

section.services-team {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 2rem;
}
section.services-team .wrapper {
  width: 100%;
  color: #171b2e;
  text-align: center;
}
section.services-team .wrapper h2 {
  font-family: "adorn-garland", sans-serif;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
section.services-team .wrapper .services {
  margin-bottom: 4rem;
  width: 100%;
}
section.services-team .wrapper .services .services-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem 3rem;
}
@media (max-width: 768px) {
  section.services-team .wrapper .services .services-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
section.services-team .wrapper .services .services-items .service img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1rem;
}
section.services-team .wrapper .services .services-items .service .title {
  font-weight: 700;
  font-family: "Playfair Display", system-ui;
}
section.services-team .wrapper .team {
  width: 100%;
}
section.services-team .wrapper .team .team-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem 3rem;
}
@media (max-width: 768px) {
  section.services-team .wrapper .team .team-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
section.services-team .wrapper .team .team-items .member img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1rem;
}
section.services-team .wrapper .team .team-items .member .name {
  font-weight: 700;
  font-family: "Playfair Display", system-ui;
}
section.services-team .wrapper .team .team-items .member .title {
  color: #476489;
}

section.case-study {
  background-color: #171b2e;
  padding: 4rem 2rem;
}
section.case-study .wrapper {
  color: #fff;
}
section.case-study .wrapper h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-family: "adorn-garland", sans-serif;
}
section.case-study .wrapper h3 {
  font-family: "Playfair Display", system-ui;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
section.case-study .wrapper .intro {
  max-width: 50%;
  margin-bottom: 4rem;
}
section.case-study .wrapper .section {
  margin-top: 2rem;
}
section.case-study .wrapper .section .text {
  font-size: 1.2rem;
  font-weight: 300;
  padding: 1rem;
}
section.case-study .wrapper .section .line {
  background-color: #fff;
  height: 400px;
  width: 8px;
  margin: 1rem 5vw;
}
@media (max-width: 992px) {
  section.case-study .wrapper .section .line {
    margin: 1rem 5vw;
  }
}
section.case-study .wrapper .section#section1 {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
}
section.case-study .wrapper .section#section1 .text {
  grid-column: 1/span 4;
}
@media (max-width: 992px) {
  section.case-study .wrapper .section#section1 .text {
    grid-column: 1/span 10;
  }
}
section.case-study .wrapper .section#section1 .line {
  grid-column: 1/span 2;
  height: 100%;
}
section.case-study .wrapper .section#section1 .images {
  padding: 2rem 1rem 0 1rem;
  display: block;
  grid-column: 3/span 8;
}
@media (max-width: 992px) {
  section.case-study .wrapper .section#section1 .images {
    padding: 2rem 0 0 0;
  }
}
section.case-study .wrapper .section#section1 .images img {
  max-width: 350px;
}
@media (max-width: 992px) {
  section.case-study .wrapper .section#section1 .images img {
    max-width: 250px;
  }
}
@media (max-width: 992px) {
  section.case-study .wrapper .section#section1 .images img#image2 {
    margin-top: 100px;
  }
}
section.case-study .wrapper .section#section1 .images img#image1 {
  position: absolute;
  top: -100px;
  left: 250px;
}
@media (max-width: 992px) {
  section.case-study .wrapper .section#section1 .images img#image1 {
    top: 0px;
    left: 100px;
  }
}
section.case-study .wrapper .section#section2 {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
}
section.case-study .wrapper .section#section2 .text {
  grid-column: 1/span 6;
}
@media (max-width: 992px) {
  section.case-study .wrapper .section#section2 .text {
    grid-column: 1/span 10;
  }
}
section.case-study .wrapper .section#section2 .line {
  grid-column: 1/span 2;
  height: 100%;
}
section.case-study .wrapper .section#section2 .images {
  padding: 2rem 1rem 0 1rem;
  display: block;
  grid-column: 3/span 8;
}
@media (max-width: 992px) {
  section.case-study .wrapper .section#section2 .images {
    padding: 2rem 0 0 0;
  }
}
section.case-study .wrapper .section#section2 .images img {
  max-width: 450px;
}
@media (max-width: 992px) {
  section.case-study .wrapper .section#section2 .images img {
    max-width: 250px;
  }
}
section.case-study .wrapper .section#section2 .images img#image4 {
  margin-top: -100px;
  margin-left: 200px;
}
@media (max-width: 992px) {
  section.case-study .wrapper .section#section2 .images img#image4 {
    margin-top: -50px;
    margin-left: 100px;
  }
}
section.case-study .wrapper .section#section3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "images1 text" "images1 images2";
}
@media (max-width: 992px) {
  section.case-study .wrapper .section#section3 {
    display: block;
  }
}
section.case-study .wrapper .section#section3 .text {
  grid-area: text;
}
section.case-study .wrapper .section#section3 .images {
  padding: 2rem 1rem 0 1rem;
  display: block;
}
section.case-study .wrapper .section#section3 .images.images1 {
  grid-area: images1;
}
section.case-study .wrapper .section#section3 .images.images1 img {
  max-width: 350px;
}
@media (max-width: 992px) {
  section.case-study .wrapper .section#section3 .images.images1 img {
    max-width: 350px;
  }
}
section.case-study .wrapper .section#section3 .images.images1 img#image6 {
  margin-top: -300px;
  margin-left: 150px;
}
@media (max-width: 992px) {
  section.case-study .wrapper .section#section3 .images.images1 img#image6 {
    margin-left: 100px;
  }
}
section.case-study .wrapper .section#section3 .images.images2 {
  grid-area: images2;
  display: flex;
  gap: 1rem;
}
@media (max-width: 992px) {
  section.case-study .wrapper .section#section3 .images.images2 {
    flex-direction: column;
  }
  section.case-study .wrapper .section#section3 .images.images2 img {
    min-width: 100%;
  }
}
section.case-study .wrapper .section#section4 {
  display: grid;
  grid-template-columns: 20% 80%;
}
section.case-study .wrapper .section#section4 .text {
  max-width: 100%;
  padding-top: 4rem;
}
section.case-study .wrapper .section#section4 .line {
  height: 100%;
}
section.case-study .slideshow-wrapper {
  display: grid;
  grid-template-columns: 100px calc(100% - 200px - 2rem) 100px;
  gap: 1rem;
  max-width: 1200px;
  z-index: 2;
  margin: 4rem auto 0 auto;
}
@media (max-width: 992px) {
  section.case-study .slideshow-wrapper {
    grid-template-columns: 50px calc(100% - 100px - 2rem) 50px;
  }
}
section.case-study .slideshow-wrapper .slideshow {
  max-width: 100%;
  flex-shrink: 1;
}
section.case-study .slideshow-wrapper .prev,
section.case-study .slideshow-wrapper .next {
  cursor: pointer;
  align-self: center;
}
section.case-study .bg {
  -o-object-position: top;
     object-position: top;
}

section.testimonials {
  padding: 4rem 2rem;
}
section.testimonials .wrapper {
  text-align: center;
}
section.testimonials .wrapper h2 {
  font-family: "adorn-garland", sans-serif;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
section.testimonials .wrapper .testimonial {
  margin: 2rem 0;
}
section.testimonials .wrapper .testimonial img {
  max-width: 150px;
  border-radius: 50%;
  margin: auto;
  z-index: 2;
}
section.testimonials .wrapper .testimonial .info {
  z-index: 1;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0 rgb(232, 227, 176);
  padding: 2rem 2rem 1rem 2rem;
  margin-top: -1rem;
}
section.testimonials .wrapper .testimonial .info .name {
  font-family: "Playfair Display", system-ui;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
section.testimonials .wrapper .testimonial .info .quote span {
  font-family: "Playfair Display", system-ui;
  margin-right: 5px;
  color: #ed1c26;
}

section.contact {
  padding: 4rem 2rem;
}
section.contact .wrapper {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 1rem;
}
@media (max-width: 768px) {
  section.contact .wrapper {
    flex-direction: column;
  }
}
section.contact .wrapper .col {
  width: 100%;
  color: #fff;
}
section.contact .wrapper .col h2 {
  font-family: "Playfair Display", system-ui;
  font-size: 2.5rem;
  font-style: italic;
}/*# sourceMappingURL=theme.css.map */