@font-face {
  font-family: Carla sans;
  src: url('../fonts/CarlaSansSemibold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Carla sans;
  src: url('../fonts/CarlaSansBold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Carla sans;
  src: url('../fonts/CarlaSansRegular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Carla sans;
  src: url('../fonts/CarlaSansLight.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Carla sans OTF;
  src: url('../fonts/CarlaSans-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Carla sans OTF;
  src: url('../fonts/CarlaSans-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Carla sans OTF;
  src: url('../fonts/CarlaSans.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Carla sans OTF;
  src: url('../fonts/CarlaSans-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000;
  --_sizes---fonts--h1: 4rem;
  --white: white;
  --_sizes---fonts--h2: 3.2rem;
  --navy: #07394c;
  --gold: #a48566;
  --_sizes---fonts--h3: 3rem;
  --_sizes---fonts--h4: 2.5rem;
  --_sizes---fonts--h5: 2rem;
  --transparent: #0000;
  --_sizes---fonts--h6: 1.7rem;
  --_sizes---fonts--p: 1.1rem;
  --_sizes---spacing--separator-small: 16px;
  --_sizes---spacing--separator-medium: 32px;
  --_sizes---spacing--separator-large: 64px;
  --_sizes---fonts--navlinks: 1rem;
  --aqua: #b8cdcf;
  --teal: #417687;
  --_sizes---fonts--button-text: 1.2rem;
  --_sizes---fonts--highlighted: 1.2rem;
  --_sizes---fonts--button-icon: 1.8rem;
  --_sizes---spacing--separator-xl: 96px;
  --_sizes---spacing--separator-xxl: 192px;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.h1 {
  color: var(--black);
  font-family: Carla sans OTF, Times New Roman, sans-serif;
  font-size: var(--_sizes---fonts--h1);
  line-height: var(--_sizes---fonts--h1);
  text-transform: none;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  text-decoration: none;
}

.h1.white {
  color: var(--white);
  letter-spacing: 1px;
}

.h2 {
  color: var(--black);
  font-family: Carla sans OTF, Times New Roman, sans-serif;
  font-size: var(--_sizes---fonts--h2);
  line-height: var(--_sizes---fonts--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.h2.white {
  color: var(--white);
}

.h2.navy {
  color: var(--navy);
}

.h2.gold {
  color: var(--gold);
}

.h3 {
  color: var(--black);
  font-family: Carla sans OTF, Times New Roman, sans-serif;
  font-size: var(--_sizes---fonts--h3);
  line-height: var(--_sizes---fonts--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.h3.white {
  color: var(--white);
}

.h4 {
  color: var(--black);
  font-family: Carla sans OTF, Times New Roman, sans-serif;
  font-size: var(--_sizes---fonts--h4);
  line-height: var(--_sizes---fonts--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.h4.white {
  color: var(--white);
  letter-spacing: 1px;
}

.h5 {
  color: var(--black);
  font-family: Carla sans OTF, Times New Roman, sans-serif;
  font-size: var(--_sizes---fonts--h5);
  line-height: var(--_sizes---fonts--h5);
  background-color: #0000;
  margin: 0;
  font-weight: 600;
}

.h5.white {
  color: var(--white);
}

.h5.navy {
  color: var(--navy);
  line-height: var(--_sizes---fonts--h4);
  margin-top: 0;
}

.h5.bg-color {
  background-color: var(--transparent);
  color: var(--gold);
  border-radius: 5px;
  padding: 2px;
  font-weight: 700;
}

.h6 {
  color: var(--black);
  font-family: Carla sans OTF, Times New Roman, sans-serif;
  font-size: var(--_sizes---fonts--h6);
  line-height: var(--_sizes---fonts--h5);
  margin: 0;
  font-weight: 600;
}

.h6.navy {
  color: var(--navy);
}

.h6.gold {
  color: var(--gold);
}

.p {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: var(--_sizes---fonts--p);
  margin-bottom: 0;
  padding: 0;
  line-height: 26px;
  text-decoration: none;
}

.p.white {
  color: var(--white);
  padding: 0;
  line-height: 26px;
}

.p.navy {
  color: var(--navy);
  font-family: Montserrat, sans-serif;
}

.p.white {
  border-style: none;
  border-width: 1.5px 1px 1px;
  border-color: var(--white) black black;
}

.p.gold {
  color: var(--gold);
}

.p.big {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 600;
}

.p.alt {
  font-size: 1rem;
}

.container {
  flex-flow: row;
  height: 100%;
  padding: 2.5vw;
  display: block;
}

.mb100 {
  margin-bottom: 100px;
}

.separator-small {
  height: var(--_sizes---spacing--separator-small);
}

.separator-medium {
  height: var(--_sizes---spacing--separator-medium);
}

.separator-large {
  height: var(--_sizes---spacing--separator-large);
}

.navlinks {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: var(--_sizes---fonts--navlinks);
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
  transition: font-variation-settings .2s;
}

.navlinks:hover {
  color: var(--aqua);
  text-decoration: underline;
}

.navlinks.w--current {
  color: var(--white);
}

.navlinks.black {
  color: var(--black);
  font-weight: 400;
  text-decoration: none;
}

.navlinks.black:hover {
  text-decoration: underline;
}

.button {
  border: 2px solid var(--teal);
  background-color: var(--teal);
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: var(--_sizes---fonts--button-text);
  text-align: center;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 12px 22px;
  font-weight: 500;
  transition: padding .3s, font-variation-settings .2s, background-color .2s;
  display: flex;
}

.button:hover {
  background-color: var(--transparent);
  color: var(--teal);
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 600;
  text-decoration: none;
}

.button.teal:hover {
  color: var(--white);
}

.button.gold {
  border-color: var(--gold);
  background-color: var(--gold);
  justify-content: flex-start;
  align-items: center;
}

.button.gold:hover {
  background-color: var(--transparent);
  color: var(--gold);
  -webkit-text-stroke-color: var(--gold);
}

.button.navy {
  border-color: var(--navy);
  background-color: var(--navy);
}

.button.navy:hover {
  background-color: var(--transparent);
  color: var(--navy);
}

.button.aqua {
  border-color: var(--aqua);
  background-color: var(--aqua);
  color: var(--black);
  justify-content: center;
  align-items: center;
}

.button.aqua:hover {
  background-color: var(--transparent);
  color: var(--aqua);
}

.button.aqua.withicon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.highlighted {
  font-family: Montserrat, sans-serif;
  font-size: var(--_sizes---fonts--highlighted);
  background-color: #0000;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 8px 20px;
  line-height: 22px;
}

.highlighted.navy {
  background-color: var(--navy);
  color: var(--white);
}

.highlighted.teal {
  background-color: var(--teal);
  color: var(--white);
}

.highlighted.gold {
  background-color: var(--gold);
  color: var(--white);
}

.highlighted.aqua {
  background-color: var(--aqua);
  color: var(--black);
}

.hero-section {
  background-color: #000;
  background-image: linear-gradient(#0006, #0006), url('../images/SHOOTING_SERENASUN_ANABELALVES_IGAPIIC-30.jpg');
  background-position: 0 0, 20% 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding: 0;
  display: flex;
}

.navbar {
  justify-content: space-between;
  align-items: center;
  height: 100px;
  display: flex;
}

.container-2 {
  margin-left: 0;
  margin-right: 0;
}

.hero-header {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  display: block;
}

.hero-cta {
  text-align: center;
}

.hero-core {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: padding .3s;
  display: flex;
}

.navbar-main {
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 105px;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-3 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block {
  position: relative;
}

.div-block-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image {
  max-width: none;
  height: 100%;
}

.brand {
  height: 70%;
}

.image-2 {
  height: 1.8rem;
}

.text-block {
  text-decoration: none;
}

.link-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 2px solid var(--aqua);
  background-color: var(--aqua);
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: var(--_sizes---fonts--button-text);
  text-transform: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 22px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-button:hover {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  border: 2px solid var(--aqua);
  background-color: var(--transparent);
  color: var(--white);
  padding-left: 28px;
  padding-right: 28px;
}

.link-button-text {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: var(--_sizes---fonts--button-text);
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
}

.image-3 {
  height: 1.8rem;
}

.div-block-3, .div-block-4 {
  display: flex;
}

.link-button-icon {
  height: var(--_sizes---fonts--button-icon);
}

.about-section {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 0;
  display: flex;
}

.about-core {
  max-width: none;
  padding: 0;
}

.div-block-5 {
  text-align: left;
}

.about-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.separator-xl {
  width: var(--_sizes---spacing--separator-xl);
  height: var(--_sizes---spacing--separator-xl);
}

.about-content-left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 45%;
  display: flex;
  overflow: hidden;
}

.about-content-right {
  background-image: url('../images/SHOOTING_SERENASUN_ANABELALVES_IGAPIIC-1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 50%;
  overflow: hidden;
}

.separator-xxl {
  height: var(--_sizes---spacing--separator-xxl);
}

.image-4 {
  width: 100%;
  height: 100%;
}

.fixed-section-wrapper {
  max-width: 1750px;
  height: 100%;
  padding: 5.5vw 4vw;
  overflow: hidden;
}

.services-section {
  background-color: var(--navy);
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.service-core {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-header {
  text-align: center;
}

.service-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.expertise-core {
  display: flex;
  overflow: visible;
}

.section {
  background-color: var(--white);
  background-image: linear-gradient(#00000080, #00000080), url('../images/69285545c3afed72b074cc38_nastuh-abootalebi-yWwob8kwOCk-unsplash.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.expertise-core-content {
  height: auto;
  position: relative;
  overflow: visible;
}

.expertise-core-header {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.expertise-core-content-cardline {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: static;
  inset: 0%;
  overflow: visible;
}

.expertise-core-content-cardline.left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
}

.expertise-core-content-cardline.right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: center;
}

.expertise-core-content-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 5px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 2vw;
  display: flex;
}

.image-5 {
  height: 5vw;
}

.div-block-6 {
  border-top: 1.7px solid var(--white);
  border-bottom: 1.7px solid var(--white);
  height: auto;
  padding: .7vw;
  position: absolute;
  inset: 0% 0% auto;
}

.paragraph {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.div-block-7 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bandeau-text {
  color: var(--white);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.faq-core {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-core-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dropdown {
  width: 100%;
  transition: all .2s;
}

.dropdown-toggle {
  background-color: var(--navy);
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  display: flex;
}

.dropdown-toggle.w--open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.text-block-2 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.icon-2 {
  background-color: var(--transparent);
  color: var(--white);
  font-size: var(--_sizes---fonts--p);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 15px;
  display: flex;
  position: static;
}

.dropdown-list {
  border-top: 1px solid var(--white);
  background-color: #ddd;
  position: relative;
}

.dropdown-list.w--open {
  background-color: var(--teal);
  border-radius: 0 0 10px 10px;
  padding: 20px;
}

.div-block-8 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.about-content-left-pic {
  border-radius: 5px;
  width: 100%;
  max-width: none;
  height: auto;
}

.expertise-section {
  background-image: linear-gradient(#0009, #0009), url('../images/SHOOTING_SERENASUN_ANABELALVES_IGAPIIC-24.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  position: relative;
}

.services_list-price {
  background-color: var(--teal);
  color: var(--white);
  border-radius: 8px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 600;
}

.services_list-title {
  background-color: var(--transparent);
}

.services_list-title-time {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.services_list-title-description {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.services_list-item {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  outline-offset: 0px;
  text-align: left;
  outline: 3px #333;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.services_list-item.last {
  border-bottom-style: none;
}

.text-size-medium {
  font-family: Montserrat, sans-serif;
  font-size: 1.25vw;
  font-weight: 600;
}

.services_list-description {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #b8cdcf;
  border-bottom: 1px #e5e5e5;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  font-weight: 300;
  display: flex;
}

.services_list {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.services_list-wrapper {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  height: auto;
  padding-left: 2vw;
  padding-right: 2vw;
}

.spacer-medium {
  width: 100%;
  padding-top: 2vw;
}

.text-block-3 {
  color: #07394c;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.paragraph-3 {
  color: #222;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

.gallery-section {
  background-color: var(--aqua);
}

.gallery-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-lightbox {
  border-radius: 0;
}

.gallery-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 7px;
  width: 100%;
  max-width: none;
  height: 100%;
}

.div-block-9 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-10 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.container-4 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.copyright-text {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.cta-form-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--transparent) var(--transparent) var(--navy);
  background-color: var(--transparent);
  color: #141414;
  text-transform: none;
  border-radius: 0;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
}

.cta-form-field:focus {
  border-color: #ddd;
}

.cta-form-field::placeholder {
  color: #1a1a1a;
  text-transform: uppercase;
}

.footer {
  border-top: .75px solid #ddd;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-divider {
  background-color: #ddd;
  width: 100%;
  height: .75px;
  margin-bottom: 20px;
}

.copyright-link {
  color: #1a1a1a;
  text-decoration: none;
}

.copyright-link:hover {
  text-decoration: underline;
}

.footer-menu-title {
  color: #757474;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.error-message {
  background-color: var(--gold);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 20px;
  font-size: 18px;
  line-height: 120%;
}

.footer-menu-flex {
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-submit-button {
  background-color: #333;
  background-image: url('../images/Primary-Button-Arrow-02.svg');
  background-position: 79%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #333;
  border-radius: 40px;
  padding: 17px 60px 17px 28px;
  font-size: 18px;
  font-weight: 500;
  line-height: 166.667%;
  transition: all .4s;
}

.footer-submit-button:hover {
  background-color: #000;
}

.footer-big-title {
  color: #ddd;
  text-align: center;
  letter-spacing: -31.92px;
  white-space: nowrap;
  margin-bottom: 30px;
  font-size: 400px;
  font-weight: 500;
  line-height: 70%;
}

.footer-submit-button-wrap {
  flex-flow: column;
  display: flex;
}

.footer-menu-link {
  color: #1a1a1a;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: all .4s;
}

.footer-menu-link:hover {
  color: #757474;
}

.cta-title {
  letter-spacing: -1.44px;
  margin-bottom: 54px;
  font-size: 36px;
  font-weight: 500;
  line-height: 133.333%;
}

.footer-menu-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: flex-start;
  width: 100%;
  max-width: 637px;
  display: grid;
}

.copyright-flex {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.success-message {
  background-color: var(--navy);
  color: #fff;
  border-radius: 8px;
  padding: 20px;
  font-size: 18px;
  line-height: 120%;
}

.footer-flex {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 120px;
  display: flex;
}

.cta-form-block {
  margin-bottom: 0;
}

.cta-wrapper {
  width: 100%;
  max-width: 440px;
}

.text-span, .text-span-2 {
  font-weight: 700;
}

.div-block-12 {
  background-color: var(--aqua);
  width: 100%;
  height: 1.5vh;
}

.div-block-12.gold {
  background-color: var(--gold);
}

.div-block-12.navy {
  background-color: var(--navy);
}

.text-span-3 {
  font-weight: 600;
}

.text-span-3:hover {
  text-decoration: underline;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 0 35px;
  display: flex;
}

.tabs {
  width: 100%;
}

.tablink {
  border: 1px solid var(--aqua);
  background-color: var(--navy);
  color: var(--white);
  border-radius: 8px;
  width: auto;
  font-family: Carla sans, Times New Roman, sans-serif;
  transition: color .3s, border-color .3s, background-color .3s;
}

.tablink:hover {
  border-color: var(--teal);
  color: var(--teal);
}

.tablink.w--current {
  background-color: var(--aqua);
  color: var(--navy);
  width: auto;
}

.service-card {
  border: 1px solid var(--teal);
  background-color: var(--white);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  padding: 32px;
  display: flex;
}

.service-card-list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch center;
  display: grid;
}

.text-span-4 {
  font-size: var(--_sizes---fonts--h4);
  font-weight: 600;
}

.text-span-5 {
  font-size: var(--_sizes---fonts--h6);
  font-weight: 600;
}

@media screen and (min-width: 1440px) {
  .expertise-core {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .expertise-core-content-cardline {
    grid-template-columns: 1fr 1fr;
  }

  .footer-big-title {
    font-size: 456px;
  }
}

@media screen and (min-width: 1920px) {
  .expertise-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-section {
    flex-flow: column;
    display: flex;
  }

  .gallery-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .copyright-text {
    font-size: 18px;
    line-height: 166.667%;
  }

  .footer-submit-button {
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .footer-big-title {
    text-align: center;
    letter-spacing: -2.7125px;
    margin-bottom: 40px;
    font-size: 570px;
    line-height: 70.968%;
  }

  .cta-title {
    margin-bottom: 60px;
    font-size: 48px;
    line-height: 125%;
  }

  .footer-menu-grid {
    grid-template-rows: auto;
  }

  .cta-wrapper {
    max-width: 600px;
  }

  .section-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  body {
    --_sizes---fonts--h1: 3.5rem;
    --_sizes---fonts--h2: 3.2rem;
    --_sizes---fonts--h3: 3rem;
    --_sizes---fonts--h4: 2.5rem;
    --_sizes---fonts--h5: 2rem;
    --_sizes---fonts--h6: 1.7rem;
    --_sizes---fonts--p: 1.1rem;
    --_sizes---spacing--separator-small: 16px;
    --_sizes---spacing--separator-medium: 32px;
    --_sizes---spacing--separator-large: 64px;
    --_sizes---fonts--navlinks: 1rem;
    --_sizes---fonts--button-text: 1.2rem;
    --_sizes---fonts--highlighted: 1.2rem;
    --_sizes---fonts--button-icon: 1.8rem;
    --_sizes---spacing--separator-xl: 96px;
    --_sizes---spacing--separator-xxl: 192px;
  }

  .navlinks {
    background-color: var(--navy);
    text-align: center;
  }

  .navlinks.black {
    background-color: var(--transparent);
  }

  .hero-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/SHOOTING_SERENASUN_ANABELALVES_IGAPIIC-30.jpg');
    background-position: 0 0, 50% 0;
  }

  .icon {
    color: var(--white);
    font-size: 50px;
  }

  .menu-button.w--open {
    background-color: var(--navy);
    border-radius: 14px;
  }

  .div-block-5 {
    text-align: left;
  }

  .about-content {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .about-content-left {
    text-align: left;
    align-items: stretch;
    width: auto;
  }

  .about-content-right {
    width: auto;
    height: auto;
  }

  .service-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .expertise-core {
    flex-flow: column;
  }

  .expertise-core-header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .expertise-core-content-cardline {
    flex-flow: column;
    display: flex;
  }

  .expertise-core-content-card {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .faq-core {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    display: flex;
  }

  .services_list-price {
    padding: .4rem 1.1rem;
  }

  .services_list-title-description {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .services_list-item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    height: auto;
  }

  .text-size-medium {
    font-size: 1.2rem;
  }

  .services_list-description {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .services_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .services_list-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .spacer-medium {
    padding-top: 2rem;
  }

  .gallery-title {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .gallery-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-9 {
    justify-content: center;
    align-items: stretch;
  }

  .div-block-11 {
    text-align: center;
  }

  .container-4 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .copyright-text {
    font-size: 12px;
  }

  .cta-form-field {
    height: 40.5px;
    margin-bottom: 0;
    padding: 15px 13px;
    font-size: 12px;
  }

  .footer-menu-title {
    margin-bottom: 20px;
  }

  .error-message {
    font-size: 16px;
  }

  .footer-submit-button {
    background-image: url('../images/Primary-Button-Arrow-02.svg');
    background-repeat: no-repeat;
    background-size: 20px;
  }

  .footer-big-title {
    text-align: left;
    letter-spacing: -25px;
    font-size: 257px;
  }

  .footer-menu-link {
    font-size: 14px;
    line-height: 142%;
  }

  .cta-title {
    letter-spacing: -.96px;
    font-size: 24px;
  }

  .footer-menu-grid {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    max-width: none;
  }

  .footer-flex {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .cta-form-field-wrap {
    z-index: 1;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    height: 100%;
    display: flex;
    position: relative;
  }

  .cta-wrapper {
    width: 75%;
    max-width: none;
  }

  .service-card-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_sizes---fonts--h1: 3.2rem;
    --_sizes---fonts--h2: 3.2rem;
    --_sizes---fonts--h3: 3rem;
    --_sizes---fonts--h4: 2.5rem;
    --_sizes---fonts--h5: 2rem;
    --_sizes---fonts--h6: 1.7rem;
    --_sizes---fonts--p: 1.1rem;
    --_sizes---spacing--separator-small: 8px;
    --_sizes---spacing--separator-medium: 16px;
    --_sizes---spacing--separator-large: 32px;
    --_sizes---fonts--navlinks: 1rem;
    --_sizes---fonts--button-text: 1.2rem;
    --_sizes---fonts--highlighted: 1.2rem;
    --_sizes---fonts--button-icon: 1.8rem;
    --_sizes---spacing--separator-xl: 48px;
    --_sizes---spacing--separator-xxl: 96px;
  }

  .p.white.section-item {
    font-size: .85rem;
  }

  .hero-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/SHOOTING_SERENASUN_ANABELALVES_IGAPIIC-30.jpg');
    background-position: 0 0, 50%;
  }

  .about-section {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .fixed-section-wrapper {
    padding: 7vw 5vw;
  }

  .section-header {
    text-align: left;
  }

  .service-list {
    flex-flow: column;
    display: flex;
  }

  .expertise-core-content-card {
    width: 100%;
    padding-left: 2.2vw;
    padding-right: 2.2vw;
  }

  .faq-core {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .faq-core-left {
    align-items: stretch;
  }

  .services_list-price {
    padding: .3rem 1rem;
  }

  .services_list-item, .services_list-item.last {
    height: auto;
  }

  .text-size-medium {
    font-size: 1.1rem;
  }

  .services_list-description {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .services_list-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .footer-menu-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-bottom: 1px solid #ddd;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 20px;
    display: block;
  }

  .container-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cta-form-field {
    color: #1a1a1a;
    height: 56px;
    font-size: 14px;
  }

  .footer-divider {
    display: none;
  }

  .error-message {
    padding: 15px;
  }

  .footer-big-title {
    display: none;
  }

  .cta-title {
    margin-bottom: 32px;
  }

  .footer-menu-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    max-width: none;
  }

  .copyright-flex {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .success-message {
    padding: 15px;
    font-size: 16px;
  }

  .footer-flex {
    grid-row-gap: 60px;
    flex-flow: column;
    margin-bottom: 20px;
  }

  .cta-form-field-wrap {
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .cta-wrapper {
    width: 90%;
  }

  .tabs-menu {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .service-card-list {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_sizes---fonts--h1: 7vw;
    --_sizes---fonts--h2: 6.7vw;
    --_sizes---fonts--h3: 6.3vw;
    --_sizes---fonts--h4: 5.7vw;
    --_sizes---fonts--h5: 5.5vw;
    --_sizes---fonts--h6: 5.3vw;
    --_sizes---fonts--p: .8rem;
    --_sizes---spacing--separator-small: 8px;
    --_sizes---spacing--separator-medium: 16px;
    --_sizes---spacing--separator-large: 32px;
    --_sizes---fonts--navlinks: 1rem;
    --_sizes---fonts--button-text: 1rem;
    --_sizes---fonts--highlighted: 1rem;
    --_sizes---fonts--button-icon: 1.8rem;
    --_sizes---spacing--separator-xl: 48px;
    --_sizes---spacing--separator-xxl: 96px;
  }

  .h1.white {
    font-size: var(--_sizes---fonts--h1);
    word-break: keep-all;
  }

  .p {
    line-height: 21px;
  }

  .p.white {
    font-size: var(--_sizes---fonts--p);
    line-height: 21px;
  }

  .p.white.section-item {
    white-space: pre-wrap;
    word-break: normal;
  }

  .navlinks {
    background-color: var(--navy);
  }

  .hero-section {
    height: 90vh;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .navbar-main {
    background-color: var(--transparent);
  }

  .brand {
    height: 50%;
  }

  .link-button {
    font-size: var(--_sizes---fonts--button-text);
    text-align: center;
  }

  .icon {
    color: var(--white);
    font-size: 40px;
  }

  .menu-button, .menu-button.w--open {
    background-color: var(--transparent);
  }

  .about-section {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .about-content-mid {
    height: var(--_sizes---spacing--separator-medium);
  }

  .expertise-core-content-card {
    width: 100%;
  }

  .services_list-item {
    height: auto;
  }

  .text-size-medium {
    font-size: .85rem;
  }

  .services_list-description {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .cta-wrapper {
    width: 90%;
  }

  .service-card-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

#w-node-_66692b9d-b465-034a-562a-3381e4f3ad69-b10465bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c507a64b-c525-c714-addb-e7e04f18d58f-b10465bc {
  place-self: start center;
}

#w-node-_9b1a09f7-039e-7d35-4a09-96b36a2132de-b10465bc, #w-node-_9b1a09f7-039e-7d35-4a09-96b36a2132e8-b10465bc {
  justify-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-c507a64b-c525-c714-addb-e7e04f18d58f-b10465bc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_9b1a09f7-039e-7d35-4a09-96b36a2132de-b10465bc, #w-node-_9b1a09f7-039e-7d35-4a09-96b36a2132e8-b10465bc {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Carla sans';
  src: url('../fonts/CarlaSansSemibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Carla sans';
  src: url('../fonts/CarlaSansBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Carla sans';
  src: url('../fonts/CarlaSansRegular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Carla sans';
  src: url('../fonts/CarlaSansLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Carla sans OTF';
  src: url('../fonts/CarlaSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Carla sans OTF';
  src: url('../fonts/CarlaSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Carla sans OTF';
  src: url('../fonts/CarlaSans.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Carla sans OTF';
  src: url('../fonts/CarlaSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}