@charset "UTF-8";
/**
*
* Testing
*
**/
section.map .container iframe, header .header__main nav ul .services__dropdown ul.services__list, #consent-popup, .contact-now:before {
  box-shadow: 0px 2px 60px rgba(31, 97, 107, 0.15);
}

.utility__section__1 .container .row .grid .grid__item .grid__item__row:nth-of-type(1) .svg__wrapper {
  box-shadow: 0px 4px 60px rgba(31, 97, 107, 0.3);
}

.button {
  border-radius: 0.2rem;
}

section.intro .intro__inner .container:nth-of-type(3), section.map .container iframe, .slider__section .comandSlider__item, .popup .container, .media__grid .media__grid__item figure img, .media__grid .media__grid__item figure, .lazy-load-item img {
  border-radius: 1rem;
}

.popup .closePopup, .call-now {
  border-radius: 8rem;
}

.popup .closePopup p span, .contact-now:before, .call-now a svg, .scroll__cta:before {
  border-radius: 100%;
}

header .header__main .logo a figure, footer .container .logo a figure, .image__banner figure, .image__banner div, .image__banner, figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

header .header__main .logo a figure img, footer .container .logo a figure img, .image__banner figure img, img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#consent-popup #accept,
#consent-popup #reject {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.utility__section__1 {
  width: 100%;
  height: 100%;
}
.utility__section__1:nth-of-type(odd) {
  background: #f5f6f9;
}
.utility__section__1 .container {
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
@media (max-width: 725px) {
  .utility__section__1 .container {
    flex-direction: column;
    width: 100%;
  }
}
.utility__section__1 .container .row {
  width: 100%;
  height: 100%;
  display: flex;
  margin-top: 4rem;
}
.utility__section__1 .container .row:nth-of-type(1) {
  margin-top: 0;
}
@media (max-width: 725px) {
  .utility__section__1 .container .row {
    flex-direction: column;
  }
}
.utility__section__1 .container .row .column {
  width: 100%;
  height: 100%;
}
.utility__section__1 .container .row .column h1,
.utility__section__1 .container .row .column h2 {
  text-align: center;
  max-width: 80rem;
  margin: 0 auto;
}
.utility__section__1 .container .row .column > p {
  margin: 0 auto;
  max-width: 100rem;
}
.utility__section__1 .container .row .column > p strong {
  color: #1A489A;
}
.utility__section__1 .container .row .column .button {
  margin: 0 auto;
  margin-top: 3rem;
}
@media (max-width: 725px) {
  .utility__section__1 .container .row .column .button {
    margin: 3rem auto;
  }
}
.utility__section__1 .container .row .column figure {
  height: 80rem;
  width: 100rem;
  margin: 0 auto;
  border-radius: 1rem;
}
@media (max-width: 725px) {
  .utility__section__1 .container .row .column figure {
    height: 60rem;
    width: 100%;
  }
}
.utility__section__1 .container .row .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
  margin: 0 auto;
}
@media (max-width: 725px) {
  .utility__section__1 .container .row .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.utility__section__1 .container .row .grid .grid__item {
  max-width: 22rem;
}
@media (max-width: 725px) {
  .utility__section__1 .container .row .grid .grid__item {
    max-width: 100%;
  }
}
.utility__section__1 .container .row .grid .grid__item .grid__item__row {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 725px) {
  .utility__section__1 .container .row .grid .grid__item .grid__item__row {
    flex-direction: column;
  }
}
.utility__section__1 .container .row .grid .grid__item .grid__item__row:nth-of-type(1) .svg__wrapper {
  background: white;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  width: 6rem;
  height: 6rem;
}
@media (max-width: 725px) {
  .utility__section__1 .container .row .grid .grid__item .grid__item__row:nth-of-type(1) .svg__wrapper {
    width: 8rem;
    height: 8rem;
  }
}
.utility__section__1 .container .row .grid .grid__item .grid__item__row:nth-of-type(1) svg {
  width: 3rem;
  height: 3rem;
}
.utility__section__1 .container .row .grid .grid__item .grid__item__row:nth-of-type(1) svg path {
  fill: #1A489A;
}
@media (max-width: 725px) {
  .utility__section__1 .container .row .grid .grid__item .grid__item__row:nth-of-type(1) svg {
    width: 5rem;
    height: 5rem;
  }
}
.utility__section__1 .container .row .grid .grid__item .grid__item__row:nth-of-type(2) {
  margin: 1rem 0;
}
.utility__section__1 .container .row .grid .grid__item .grid__item__row:nth-of-type(2) p {
  font-weight: bold;
  color: #1A489A;
}
@media (max-width: 725px) {
  .utility__section__1 .container .row .grid .grid__item .grid__item__row:nth-of-type(2) p {
    font-size: 3.4rem;
  }
}

.lazy-load-item {
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
}
.lazy-load-item .lazy-item {
  display: none;
  transform: scale(1.1);
  opacity: 0;
}
@keyframes fadeInMedia {
  0% {
    transform: scale(1.04);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.lazy-load-item .lazy-item.loaded {
  display: block;
  animation: fadeInMedia 1s 0.2s cubic-bezier(0.246, 0.75, 0.187, 1) forwards;
}

.policy__page .container > p a, section.intro .intro__inner .container:nth-of-type(1) p a, .functional__page .container > p a, section.contact__main .container .contact__links a, section.contact__main .container .description a, header .header__main nav ul .services__dropdown ul.services__list li a, footer .container .footer__bottom p a, footer .container .social__links ul li p a, footer .container .services__menu__links ul li p a, footer .container .menu__links ul li p a, footer .container .open__popup {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}

.policy__page .container > p a:after, section.intro .intro__inner .container:nth-of-type(1) p a:after, .functional__page .container > p a:after, section.contact__main .container .contact__links a:after, section.contact__main .container .description a:after, header .header__main nav ul .services__dropdown ul.services__list li a:after, footer .container .footer__bottom p a:after, footer .container .social__links ul li p a:after, footer .container .services__menu__links ul li p a:after, footer .container .menu__links ul li p a:after, footer .container .open__popup:after {
  background: currentColor;
  bottom: 0.3rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: transform 0.6s cubic-bezier(0.246, 0.75, 0.187, 1);
  width: 100%;
}

.policy__page .container > p a:hover:after, section.intro .intro__inner .container:nth-of-type(1) p a:hover:after, .functional__page .container > p a:hover:after, section.contact__main .container .contact__links a:hover:after, section.contact__main .container .description a:hover:after, header .header__main nav ul .services__dropdown ul.services__list li a:hover:after, footer .container .footer__bottom p a:hover:after, footer .container .social__links ul li p a:hover:after, footer .container .services__menu__links ul li p a:hover:after, footer .container .menu__links ul li p a:hover:after, footer .container .open__popup:hover:after {
  transform: scaleX(1);
  transform-origin: center center;
}

.policy__page .container > p a:after, section.intro .intro__inner .container:nth-of-type(1) p a:after, .functional__page .container > p a:after, section.contact__main .container .contact__links a:after, section.contact__main .container .description a:after, header .header__main nav ul .services__dropdown ul.services__list li a:after, footer .container .footer__bottom p a:after, footer .container .social__links ul li p a:after, footer .container .services__menu__links ul li p a:after, footer .container .menu__links ul li p a:after, footer .container .open__popup:after {
  transform: scaleX(0);
  transform-origin: center center;
}

.policy__page .container > p a, section.intro .intro__inner .container:nth-of-type(1) p a, .functional__page .container > p a, section.contact__main .container .contact__links a, section.contact__main .container .description a, header .header__main nav ul .services__dropdown ul.services__list li a, footer .container .footer__bottom p a, footer .container .social__links ul li p a, footer .container .services__menu__links ul li p a, footer .container .menu__links ul li p a, footer .container .open__popup {
  display: inline-block;
}
.text-split-container {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1em;
}
.text-split-container:hover .text-split > span {
  transform: translateY(-100%) !important;
}
@media (max-width: 725px) {
  .text-split-container:hover .text-split span {
    transform: translateY(0) !important;
  }
}

.text-split-inner {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 1.6em;
  align-items: center;
}
.text-split-inner .text-split > span {
  z-index: 1;
  display: inline-block;
  transform: translateY(0%);
  transition: transform 0.4s 0.2s cubic-bezier(0.04, -0.05, 0.1, 0.99);
}

@keyframes pulseOne {
  0% {
    transform: scale(0.95, 0.9);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  90% {
    transform: scale(1.3, 1.6);
    opacity: 0;
  }
}
@keyframes pulseTwo {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  25% {
    opacity: 0.9;
  }
  90% {
    transform: scale(1.2);
    opacity: 0;
  }
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent !important;
}

html {
  -webkit-tap-highlight-color: transparent !important;
  background: #0B0F14;
  scroll-behavior: smooth;
  font-size: 0.5208333333vw !important;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 725px) {
  html {
    font-size: 1.3333333333vw !important;
  }
}

body {
  -webkit-tap-highlight-color: transparent !important;
}

img {
  -webkit-user-drag: none;
}

main {
  overflow: hidden;
  z-index: 2;
}
main section {
  padding: 7rem 14rem;
  overflow: hidden;
  background: #0B0F14;
  color: white;
}
main section:nth-of-type(1) {
  padding-top: 20rem;
}
@media (max-width: 725px) {
  main section {
    padding: 7rem 2rem;
  }
}
main section #down {
  width: 1px;
  height: 1px;
  left: 0;
  position: absolute;
  visibility: hidden !important;
  pointer-events: none !important;
  bottom: 13rem;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


@font-face {
  font-family: "Aboreto Regular";
  src: url("../Aboreto-Regular.woff2");
  font-display: swap;
  font-style: normal;
}
body {
  font-family: "Lexend Light", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: white;
}
body ::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #0B0F14;
}
body ::selection {
  color: white;
  background: #0B0F14;
}
body strong {
  font-weight: 900 !important;
  color: currentColor;
  font-style: oblique;
  text-decoration: underline;
}
body ul {
  list-style: none;
}
body a {
  text-decoration: none;
  color: inherit;
  cursor: pointer !important;
}
body a p {
  cursor: pointer !important;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body figcaption {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
body h1,
body h2 {
  font-family: "Aboreto-Regular", Arial, Helvetica, sans-serif;
}
body h1 {
  font-size: 7rem;
  font-weight: 900;
}
@media (max-width: 725px) {
  body h1 {
    font-size: 6rem;
  }
}
body h2 {
  font-size: 5rem;
  font-weight: 900;
}
@media (max-width: 725px) {
  body h2 {
    font-size: 5rem;
  }
}
body h3 {
  font-size: 4rem;
}
@media (max-width: 725px) {
  body h3 {
    font-size: 4.5rem;
  }
}
body h4 {
  font-size: 3rem;
}
body p,
body figcaption {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media (max-width: 725px) {
  body p,
  body figcaption {
    font-size: 3rem;
  }
}

.accordionWrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 725px) {
  .accordionWrapper {
    padding-left: 1rem;
  }
}
.accordionWrapper .accordionItem {
  display: block;
  width: 110rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 725px) {
  .accordionWrapper .accordionItem {
    width: 100%;
  }
}
.accordionWrapper .accordionItem .accordionItemHeading {
  height: 12rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  pointer-events: all !important;
  font-weight: bold;
}
@media (max-width: 725px) {
  .accordionWrapper .accordionItem .accordionItemHeading {
    height: 100%;
    padding: 3rem 0;
  }
}
.accordionWrapper .accordionItem .accordionItemHeading svg {
  width: 2rem;
  height: 2rem;
  top: 0.2rem;
  transform: rotate(90deg);
  transition: transform 0.3s 0.1s cubic-bezier(0.246, 0.75, 0.187, 1);
  transform-origin: center;
  margin-left: 3rem;
}
.accordionWrapper .accordionItem .accordionItemHeading svg line {
  transform: scaleY(1);
  transition: transform 0.3s cubic-bezier(0.246, 0.75, 0.187, 1);
  transform-origin: center;
  stroke: currentColor;
}
.accordionWrapper .accordionItem .accordionItemHeading svg path {
  stroke: currentColor;
}
.accordionWrapper .accordionItem .accordionItemContent {
  display: flex;
  flex-direction: column;
  padding-bottom: 4rem;
}
.accordionWrapper .accordionItem .accordionItemContent p {
  opacity: 0.5;
}
.accordionWrapper .accordion__item__close .accordionItemContent {
  display: none;
}
.accordionWrapper .accordion__item__open .accordionItemHeading span:nth-of-type(1) {
  opacity: 1;
}
.accordionWrapper .accordion__item__open .accordionItemHeading svg {
  transform: rotate(0);
}
.accordionWrapper .accordion__item__open .accordionItemHeading svg line {
  transform: scaleY(0);
}
.accordionWrapper .accordion__item__open .accordionItemContent {
  width: 100%;
  display: block;
}

button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

.button {
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  transition: background 0.4s cubic-bezier(0.246, 0.75, 0.187, 1), color 0.4s cubic-bezier(0.246, 0.75, 0.187, 1), border 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  overflow: hidden;
}
@media (max-width: 725px) {
  .button {
    margin-top: 0rem;
  }
  .button p {
    font-size: 3rem !important;
  }
}
.button p {
  transition: transform 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.button a,
.button button,
.button .button__inner {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 2.4rem 5rem;
  z-index: 2;
  color: inherit !important;
  cursor: pointer !important;
}

.button__1 {
  background: #1A489A;
}
.button__1:after {
  content: "";
  width: 140%;
  height: 100%;
  background: white;
  top: 0;
  left: 0;
  position: absolute;
  transform: translateX(-120%) skew(40deg);
  transition: transform 0.5s cubic-bezier(0.246, 0.75, 0.187, 1);
  opacity: 0.1;
}
.button__1:hover:after {
  transform: translateX(-15%) skew(40deg);
}

.button__2 {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
}
.button__2:hover {
  background: transparent;
  border: 1px solid white;
}

.scroll__cta {
  width: 9rem;
  height: 9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.scroll__cta:before {
  content: "";
  width: 9rem;
  height: 9rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  pointer-events: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s cubic-bezier(0.246, 0.75, 0.187, 1), height 0.4s cubic-bezier(0.246, 0.75, 0.187, 1), border 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
}
.scroll__cta:hover:before {
  width: 11rem;
  height: 11rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.call-now {
  position: fixed;
  z-index: 200;
  bottom: 3rem;
  right: 3rem;
  display: none;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  background: #1A489A;
  border: 1px solid #4D79C9;
  box-shadow: 0 0 2rem rgba(77, 121, 201, 0.4);
}
@media (max-width: 725px) {
  .call-now {
    display: flex;
  }
}
.call-now a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 4rem;
}
.call-now a span {
  font-size: 1.8rem;
  color: white;
  margin-right: 1.2rem;
}
@media (max-width: 725px) {
  .call-now a span {
    font-size: 3rem;
  }
}
.call-now a svg {
  width: 6rem;
  height: 6rem;
  display: flex;
  border: 4px solid #4D79C9;
  box-shadow: 0 0 2rem rgba(77, 121, 201, 0.4);
  padding: 1rem;
}

.contact-now {
  z-index: 200;
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer !important;
  width: 8rem;
  height: 8rem;
}
.contact-now:hover:before {
  transform: scaleX(1.1) scaleY(1.1);
}
.contact-now:before {
  content: "";
  width: 8rem;
  height: 8rem;
  position: absolute;
  top: 0;
  left: 0;
  background: #1A489A;
  transition: all 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
}
.contact-now a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.contact-now a svg {
  width: 3rem;
  height: 3rem;
}
.contact-now a svg path {
  fill: white;
}
@media (max-width: 725px) {
  .contact-now {
    display: none !important;
  }
}

#consent-popup {
  position: fixed;
  bottom: 4rem;
  left: 4rem;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 999999999;
  border-radius: 0.4rem;
  padding: 4rem;
  gap: 2rem;
}
@media (max-width: 724px) {
  #consent-popup {
    bottom: 0.4rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 6rem 4rem;
    border-radius: 0;
  }
}
#consent-popup p {
  color: #1A489A !important;
}
#consent-popup p a {
  color: #1A489A !important;
  text-decoration: underline;
}
#consent-popup .consent-buttons {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  justify-content: center;
}
#consent-popup #accept,
#consent-popup #reject {
  cursor: pointer;
  font-size: 1.6rem;
  transition: all 0.4s ease;
  border-radius: 0.4rem;
  padding: 1rem 2.4rem;
  text-transform: uppercase;
}
@media (max-width: 724px) {
  #consent-popup #accept,
  #consent-popup #reject {
    font-size: 2rem;
    padding: 1.4rem 3rem;
  }
}
#consent-popup #accept {
  background: #1A489A;
}
#consent-popup #accept span {
  color: white !important;
}
#consent-popup #accept:hover {
  opacity: 0.85;
}
#consent-popup #reject {
  background: transparent;
  border: 1px solid #1A489A;
}
#consent-popup #reject span {
  color: #1A489A !important;
}
#consent-popup #reject:hover {
  background: #1A489A;
}
#consent-popup #reject:hover span {
  color: white !important;
}
#consent-popup.hidden {
  opacity: 0;
  transform: translateY(40px);
  pointer-events: none;
}
@media (max-width: 724px) {
  #consent-popup.hidden {
    transform: translateY(40px) translateX(-50%);
  }
}

form.form,
form.quote__form {
  position: relative;
  color: white !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 725px) {
  form.form,
  form.quote__form {
    padding: 0 4rem;
  }
}
form.form input:not([type=submit]),
form.form input:not([type=firstname]),
form.form textarea,
form.form select,
form.quote__form input:not([type=submit]),
form.quote__form input:not([type=firstname]),
form.quote__form textarea,
form.quote__form select {
  position: relative;
  width: 80rem;
  height: 8rem;
  margin-top: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  font-family: inherit !important;
  color: inherit;
  font-size: 3rem;
  font-weight: inherit;
  padding-left: 2rem;
  padding-top: 1rem;
  background: #0B0F14;
  color: white;
  border-radius: 0.6rem;
}
@media (max-width: 725px) {
  form.form input:not([type=submit]),
  form.form input:not([type=firstname]),
  form.form textarea,
  form.form select,
  form.quote__form input:not([type=submit]),
  form.quote__form input:not([type=firstname]),
  form.quote__form textarea,
  form.quote__form select {
    width: 90vw;
    height: 12rem;
    font-size: 5rem !important;
  }
}
form.form input:not([type=submit]):active, form.form input:not([type=submit]):focus,
form.form input:not([type=firstname]):active,
form.form input:not([type=firstname]):focus,
form.form textarea:active,
form.form textarea:focus,
form.form select:active,
form.form select:focus,
form.quote__form input:not([type=submit]):active,
form.quote__form input:not([type=submit]):focus,
form.quote__form input:not([type=firstname]):active,
form.quote__form input:not([type=firstname]):focus,
form.quote__form textarea:active,
form.quote__form textarea:focus,
form.quote__form select:active,
form.quote__form select:focus {
  outline: none;
  padding-bottom: 0;
  border: 1px solid white;
}
form.form input:not([type=submit]):focus ~ label,
form.form input:not([type=firstname]):focus ~ label,
form.form textarea:focus ~ label,
form.form select:focus ~ label,
form.quote__form input:not([type=submit]):focus ~ label,
form.quote__form input:not([type=firstname]):focus ~ label,
form.quote__form textarea:focus ~ label,
form.quote__form select:focus ~ label {
  top: 2rem;
  transform: scale(0.7);
  left: 1.8rem;
  color: rgba(255, 255, 255, 0.5);
}
form.form input:not([type=submit])::-moz-placeholder, form.form input:not([type=firstname])::-moz-placeholder, form.form textarea::-moz-placeholder, form.form select::-moz-placeholder, form.quote__form input:not([type=submit])::-moz-placeholder, form.quote__form input:not([type=firstname])::-moz-placeholder, form.quote__form textarea::-moz-placeholder, form.quote__form select::-moz-placeholder {
  opacity: 0;
}
form.form input:not([type=submit])::placeholder,
form.form input:not([type=firstname])::placeholder,
form.form textarea::placeholder,
form.form select::placeholder,
form.quote__form input:not([type=submit])::placeholder,
form.quote__form input:not([type=firstname])::placeholder,
form.quote__form textarea::placeholder,
form.quote__form select::placeholder {
  opacity: 0;
}
form.form input:not([type=submit]):not(:-moz-placeholder-shown) ~ label, form.form input:not([type=firstname]):not(:-moz-placeholder-shown) ~ label, form.form textarea:not(:-moz-placeholder-shown) ~ label, form.form select:not(:-moz-placeholder-shown) ~ label, form.quote__form input:not([type=submit]):not(:-moz-placeholder-shown) ~ label, form.quote__form input:not([type=firstname]):not(:-moz-placeholder-shown) ~ label, form.quote__form textarea:not(:-moz-placeholder-shown) ~ label, form.quote__form select:not(:-moz-placeholder-shown) ~ label {
  color: rgba(255, 255, 255, 0.5);
  top: 2rem;
  transform: scale(0.7);
  left: 1.8rem;
}
form.form input:not([type=submit]):not(:placeholder-shown) ~ label,
form.form input:not([type=firstname]):not(:placeholder-shown) ~ label,
form.form textarea:not(:placeholder-shown) ~ label,
form.form select:not(:placeholder-shown) ~ label,
form.quote__form input:not([type=submit]):not(:placeholder-shown) ~ label,
form.quote__form input:not([type=firstname]):not(:placeholder-shown) ~ label,
form.quote__form textarea:not(:placeholder-shown) ~ label,
form.quote__form select:not(:placeholder-shown) ~ label {
  color: rgba(255, 255, 255, 0.5);
  top: 2rem;
  transform: scale(0.7);
  left: 1.8rem;
}
form.form label,
form.quote__form label {
  position: absolute;
  transform-origin: left;
  left: 1.4rem;
  top: 4rem;
  transition: all 0.2s cubic-bezier(0.246, 0.75, 0.187, 1);
  backface-visibility: hidden;
  font-size: 2rem;
  font-family: inherit;
  pointer-events: none;
  color: inherit;
  border: 3px solid transparent;
  border-radius: 0.6rem;
}
@media (max-width: 725px) {
  form.form label,
  form.quote__form label {
    font-size: 3rem;
  }
}
form.form label:after,
form.quote__form label:after {
  content: "*";
  color: white;
}
form.form textarea,
form.quote__form textarea {
  height: 20rem;
  padding-top: 4rem;
  padding-left: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
@media (max-width: 725px) {
  form.form textarea,
  form.quote__form textarea {
    height: 26rem;
  }
}
form.form textarea:focus ~ label,
form.quote__form textarea:focus ~ label {
  color: rgba(255, 255, 255, 0.5);
  top: 2.8rem;
}
form.form textarea:not(:-moz-placeholder-shown) ~ label, form.quote__form textarea:not(:-moz-placeholder-shown) ~ label {
  color: rgba(255, 255, 255, 0.5);
  top: 2.8rem;
}
form.form textarea:not(:placeholder-shown) ~ label,
form.quote__form textarea:not(:placeholder-shown) ~ label {
  color: rgba(255, 255, 255, 0.5);
  top: 2.8rem;
}
form.form button[type=submit],
form.quote__form button[type=submit] {
  font-size: 2rem;
}
@media (max-width: 725px) {
  form.form button[type=submit],
  form.quote__form button[type=submit] {
    font-size: 3rem;
  }
}
form.form select,
form.quote__form select {
  font-size: 2rem !important;
  padding: 0 1.4rem !important;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  margin-bottom: -2.8rem;
}
@media (max-width: 725px) {
  form.form select,
  form.quote__form select {
    font-size: 3rem !important;
  }
}
form.form input:focus,
form.form select:focus,
form.form textarea:focus,
form.form button:focus,
form.quote__form input:focus,
form.quote__form select:focus,
form.quote__form textarea:focus,
form.quote__form button:focus {
  -webkit-box-shadow: 0 0 0 12rem #0B0F14 inset !important;
  -webkit-text-fill-color: white !important;
}
form.form input:-webkit-autofill,
form.form input:-webkit-autofill:hover,
form.form input:-webkit-autofill:focus,
form.form input:-webkit-autofill:active,
form.quote__form input:-webkit-autofill,
form.quote__form input:-webkit-autofill:hover,
form.quote__form input:-webkit-autofill:focus,
form.quote__form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 12rem #0B0F14 inset !important;
}
form.form input:-webkit-autofill,
form.quote__form input:-webkit-autofill {
  -webkit-text-fill-color: white !important;
}

.firstname {
  background-color: transparent !important;
  color: transparent !important;
  border: none !important;
  border-bottom: none !important;
  outline: none !important;
  height: 4rem !important;
  width: 30% !important;
  bottom: 0 !important;
  left: 10% !important;
  cursor: default !important;
  position: absolute !important;
}

.media__grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
}
@media (max-width: 725px) {
  .media__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.media__grid .media__grid__item {
  overflow: hidden;
}
.media__grid .media__grid__item figure {
  height: -moz-fit-content;
  height: fit-content;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(11, 15, 20, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 100000000000000000000000000000;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.popup:before {
  content: "LOADING...";
  position: absolute;
  left: 50%;
  right: 50%;
  color: white;
  font-size: 2rem;
  z-index: 1;
}
@media (max-width: 724px) {
  .popup:before {
    font-size: 4rem;
  }
}
.popup .closePopup {
  position: absolute;
  top: 4rem;
  right: 4rem;
  background: rgba(11, 15, 20, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: white;
  padding: 2rem;
  z-index: 9;
  cursor: pointer;
  transition: background 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
}
.popup .closePopup:hover {
  background: rgba(11, 15, 20, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media (max-width: 724px) {
  .popup .closePopup {
    top: 1rem;
    right: auto;
    left: 1rem;
  }
}
.popup .closePopup p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup .closePopup p span {
  height: 3rem;
  width: 3rem;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
}
.popup .container {
  width: 90%;
  height: 90%;
  background: rgba(26, 72, 154, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding-top: 6rem;
}

.slider__section {
  background: #f5f6f9;
  padding: 14rem 3rem 14rem 3rem;
}
@media (max-width: 725px) {
  .slider__section {
    padding: 14rem 1rem 14rem 1rem;
  }
}
.slider__section .tarkikComandSlider {
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 10rem;
}
@media (max-width: 725px) {
  .slider__section .tarkikComandSlider {
    padding: 0 1rem;
  }
}
.slider__section .slick-prev,
.slider__section .slick-next {
  z-index: 3 !important;
  top: 50% !important;
  width: 12rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider__section .slick-prev:hover::before,
.slider__section .slick-next:hover::before {
  border: 1px solid #1A489A;
  color: #1A489A !important;
}
.slider__section .slick-prev::before,
.slider__section .slick-next::before {
  width: 9rem;
  height: 9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  border-radius: 100%;
  border: 1px solid black;
  z-index: 3 !important;
  color: black !important;
  font-family: inherit !important;
}
@media (max-width: 725px) {
  .slider__section .slick-prev,
  .slider__section .slick-next {
    display: none !important;
  }
}
.slider__section .slick-prev::before {
  content: "‹" !important;
  font-size: 4rem;
}
.slider__section .slick-next::before {
  content: "›" !important;
  font-size: 4rem;
}
.slider__section .slick-dots {
  position: relative;
}
@media (max-width: 725px) {
  .slider__section .slick-dots {
    position: absolute;
    bottom: -10rem;
  }
}
.slider__section .comandSlider__item {
  cursor: pointer;
  position: relative;
  background-color: white;
  margin: 0 10px;
  overflow: hidden;
}
.slider__section .comandSlider__item h4 {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2rem;
  color: white;
  color: #1A489A;
  width: 100%;
  padding: 3rem;
}
.slider__section .comandSlider__item span.stars {
  font-size: 2rem;
  color: yellow;
  padding: 3rem;
}
@media (max-width: 725px) {
  .slider__section .comandSlider__item span.stars {
    font-size: 3rem;
  }
}
.slider__section .comandSlider__item p {
  font-style: oblique;
  margin-top: 2rem;
  padding: 6rem 3rem;
}

.image__banner {
  height: 60rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  overflow: hidden;
}
@media (max-width: 725px) {
  .image__banner {
    height: 60rem;
  }
}
.image__banner div {
  position: absolute;
  top: 0;
  left: 0;
}
.image__banner figure img {
  filter: brightness(40%);
}

:root {
  --sliceHeight: 160px;
  --sliceHeightNeg: -160px;
}
@media (max-width: 725px) {
  :root {
    --sliceHeight: 80px;
    --sliceHeightNeg: -80px;
  }
}

slice-dark-blue-component,
slice-blue-grey-component,
slice-white-component {
  position: absolute;
  height: var(--sliceHeight);
  width: 100%;
  top: calc(var(--sliceHeightNeg) + 2px);
  left: 0;
  pointer-events: none;
  z-index: 10;
}

.slice {
  width: 100%;
  height: var(--sliceHeight);
  display: none !important;
}
.slice:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: -10vw;
  border-style: solid;
  border-width: var(--sliceHeight) 110vw 0 0;
  pointer-events: none;
}

.slice__dark__blue:after {
  border-color: transparent #1A489A transparent transparent;
}

.slice__blue__grey:after {
  border-color: transparent #f5f6f9 transparent transparent;
}

.slice__white:after {
  border-color: transparent white transparent transparent;
}

footer {
  width: 100%;
  height: 100%;
  color: white;
  background: #0B0F14;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  z-index: 2;
  padding-top: 7rem;
  text-align: center;
}
@media (max-width: 725px) {
  footer {
    padding: 0 2rem;
    padding-bottom: 20rem;
  }
}
footer .scroll__cta {
  position: absolute;
  bottom: 30rem;
  left: 10rem;
}
@media (max-width: 725px) {
  footer .scroll__cta {
    bottom: 4rem;
  }
}
footer .container {
  width: 100%;
  display: flex;
  align-content: center;
  padding: 2rem 30rem 6rem 30rem;
}
@media (max-width: 725px) {
  footer .container {
    padding: 10rem 2rem 2rem 2rem;
  }
}
@media (max-width: 725px) {
  footer .container {
    text-align: center;
  }
}
footer .container:nth-of-type(1) {
  display: flex;
  justify-content: center;
}
@media (max-width: 725px) {
  footer .container:nth-of-type(1) {
    padding-bottom: 0rem;
  }
}
footer .container:nth-of-type(2) {
  justify-content: center;
}
@media (max-width: 725px) {
  footer .container:nth-of-type(2) {
    padding-bottom: 8rem;
  }
}
footer .container:nth-of-type(3) {
  padding-top: 4rem;
}
footer .container:nth-of-type(3):before {
  content: "";
  width: calc(100% - 60rem);
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
@media (max-width: 725px) {
  footer .container:nth-of-type(3):before {
    width: calc(100% - 4rem);
  }
}
footer .container:nth-of-type(4) {
  justify-content: center;
}
footer .container:nth-of-type(5) {
  flex-direction: column;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
footer .container:nth-of-type(5):before {
  content: "";
  width: calc(100% - 60rem);
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
@media (max-width: 725px) {
  footer .container:nth-of-type(5):before {
    display: none;
  }
}
footer .container p {
  line-height: 1.8 !important;
  color: rgba(255, 255, 255, 0.5);
}
footer .container a,
footer .container .open__popup {
  color: white;
}
footer .container .open__popup {
  cursor: pointer !important;
}
footer .container .list__heading {
  margin-bottom: 6rem;
  font-weight: 900;
  color: white;
}
@media (max-width: 725px) {
  footer .container .list__heading {
    margin-bottom: 6rem;
  }
}
footer .container .logo {
  z-index: 2;
}
footer .container .logo a {
  width: 100%;
  height: auto;
}
footer .container .logo a figure img {
  width: 36.5rem;
  height: 14rem;
}
footer .container .menu__links ul {
  display: flex;
}
@media (max-width: 725px) {
  footer .container .menu__links ul {
    flex-direction: column;
  }
}
footer .container .menu__links ul li {
  margin: 0 1rem;
}
@media (max-width: 725px) {
  footer .container .menu__links ul li {
    margin: 1.4rem 0;
  }
}
footer .container .menu__links ul li p a {
  transition: all 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
}
footer .container .menu__links ul li p a:hover {
  color: white;
}
footer .container .services__menu__links {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 725px) {
  footer .container .services__menu__links ul li {
    margin: 1.8rem 0;
  }
}
footer .container .services__menu__links ul li p {
  line-height: 1.8;
}
footer .container .services__menu__links ul li p a {
  transition: all 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
}
footer .container .services__menu__links ul li p a:hover {
  color: white;
}
@media (max-width: 725px) {
  footer .container .services__menu__links {
    flex-direction: column !important;
  }
  footer .container .services__menu__links ul {
    margin: 4rem 0;
  }
}
footer .container .social__links {
  text-align: center;
  display: flex;
}
footer .container .social__links .list__heading {
  display: none;
}
footer .container .social__links ul {
  display: flex;
}
footer .container .social__links ul li {
  margin-right: 2.4rem;
  display: flex;
}
footer .container .social__links ul li p a {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .container .social__links ul li p svg {
  height: 1.6rem;
  width: auto;
}
footer .container .social__links ul li p svg path {
  fill: white !important;
  transition: all 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
}
footer .container .social__links ul li p svg:hover path {
  fill: white !important;
}
@media (max-width: 725px) {
  footer .container .social__links ul li p svg {
    transform: scale(2);
    margin: 2rem 2.4rem;
  }
}
footer .container .footer__bottom {
  display: flex;
  justify-content: space-between;
}
footer .container .footer__bottom > div:nth-last-of-type(1) a {
  font-weight: bold;
}
footer .container .footer__bottom p a {
  transition: all 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
}
footer .container .footer__bottom p a:hover {
  color: white;
}
@media (max-width: 725px) {
  footer .container .footer__bottom {
    flex-direction: column;
  }
}
footer .container .footer__bottom p:not(:nth-of-type(1)) {
  margin-left: 2rem;
}
@media (max-width: 725px) {
  footer .container .footer__bottom p:not(:nth-of-type(1)) {
    margin: 1.6rem 0;
  }
}
footer .container .footer__bottom > div {
  display: flex;
}
@media (max-width: 725px) {
  footer .container .footer__bottom > div {
    flex-direction: column;
    margin-bottom: 4rem;
  }
}

:root {
  --headerHeight: 14rem;
}
@media (max-width: 725px) {
  :root {
    --headerHeight: 14rem;
  }
}

header {
  position: fixed !important;
  width: 100%;
  z-index: 400;
  height: var(--headerHeight);
  display: flex;
  align-items: center;
  flex-direction: column;
  color: white;
  background: rgba(11, 15, 20, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
header .header__topper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 6rem;
  width: 100%;
  padding: 0 4rem;
}
@media (max-width: 725px) {
  header .header__topper {
    display: none;
  }
}
header .header__topper .column {
  display: flex;
  align-items: center;
}
header .header__topper .column a {
  opacity: 0.5;
  transition: opacity 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
}
header .header__topper .column a:hover {
  opacity: 1;
}
header .header__topper .column:nth-of-type(2) p {
  margin-left: 3rem;
}
header .header__topper .column:nth-of-type(2) p svg {
  height: 1.6rem;
  width: auto;
}
header .header__topper .column:nth-of-type(2) p svg path {
  fill: white;
  transition: all 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
}
header .header__topper .column:nth-of-type(2) p svg:hover path {
  fill: #4D79C9 !important;
}
@media (max-width: 725px) {
  header .header__topper .column:nth-of-type(2) p svg {
    transform: scale(2);
    margin: 2rem 2.4rem;
  }
}
header .header__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 10rem;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 4rem;
}
@media (max-width: 725px) {
  header .header__main {
    background: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    height: 100%;
  }
}
header .header__main .logo {
  z-index: 2;
}
@media (max-width: 725px) {
  header .header__main .logo {
    position: fixed;
    top: 4rem;
  }
}
header .header__main .logo a {
  width: 100%;
  height: auto;
}
header .header__main .logo a figure img {
  width: 19rem;
  height: 7.3rem;
}
header .header__main nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 725px) {
  header .header__main nav {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    pointer-events: none;
    overflow: scroll;
  }
}
header .header__main nav ul {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
@media (max-width: 725px) {
  header .header__main nav ul {
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s cubic-bezier(0.246, 0.75, 0.187, 1);
    padding: 20rem 0 40rem 0;
    overflow: scroll;
    justify-content: flex-start;
  }
}
header .header__main nav ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
header .header__main nav ul li .active__page {
  opacity: 1 !important;
}
header .header__main nav ul li p {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  transition: opacity 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
}
header .header__main nav ul li p:hover {
  opacity: 1;
}
@media (max-width: 725px) {
  header .header__main nav ul li p {
    font-size: 5rem;
  }
}
header .header__main nav ul li p a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}
@media (max-width: 725px) {
  header .header__main nav ul li p a {
    margin: 1rem 0;
  }
}
header .header__main nav ul .services__dropdown {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width: 725px) {
  header .header__main nav ul .services__dropdown {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    pointer-events: none;
  }
}
header .header__main nav ul .services__dropdown > p {
  padding: 0 1rem;
  padding-right: 2rem;
}
@media (max-width: 1024px) {
  header .header__main nav ul .services__dropdown > p {
    margin-right: 0;
  }
}
@media (max-width: 725px) {
  header .header__main nav ul .services__dropdown > p {
    font-size: 2.6em !important;
    opacity: 0.7;
  }
}
header .header__main nav ul .services__dropdown > p:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 0.9rem;
  height: 0.9rem;
  border-bottom: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
  top: 43%;
  right: 0.6rem;
}
@media (max-width: 1024px) {
  header .header__main nav ul .services__dropdown > p:after {
    display: none;
  }
}
header .header__main nav ul .services__dropdown ul.services__list {
  overflow: hidden;
  position: absolute;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 30rem;
  top: 9.9rem;
  height: auto;
  background: white;
  display: none;
  z-index: 2;
}
@media (max-width: 725px) {
  header .header__main nav ul .services__dropdown ul.services__list {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border-bottom: 1px solid #4D79C9;
    border-top: 1px solid #4D79C9;
    padding: 12rem 0;
    margin-bottom: 4rem;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    transform: translateY(0);
    text-align: center !important;
    top: auto;
  }
}
header .header__main nav ul .services__dropdown ul.services__list li {
  width: 100%;
  height: 100%;
}
header .header__main nav ul .services__dropdown ul.services__list li p {
  line-height: 1.2;
}
header .header__main nav ul .services__dropdown ul.services__list li a {
  padding: 2rem;
  text-align: center;
  color: black;
}
header .header__main nav ul .services__dropdown ul.services__list li a:hover {
  color: #1A489A;
}
@media (max-width: 725px) {
  header .header__main nav ul .services__dropdown ul.services__list li a {
    padding: 0;
  }
}
header .header__main ul.contacts__booking {
  display: flex;
}
@media (max-width: 725px) {
  header .header__main ul.contacts__booking {
    display: none;
  }
}
header .header__main ul.contacts__booking li {
  margin-left: 2rem;
}
header .header__main ul.contacts__booking li .active__page > * {
  border: 1px solid white;
}
header .header__main ul.contacts__booking li p > * {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1rem 2rem;
  cursor: pointer !important;
  transition: border 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
}
header .header__main ul.contacts__booking li p > *:hover {
  border: 1px solid white;
}
header .services__dropdown.active .services__list {
  display: flex !important;
}

.menu__toggler {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 4rem;
  top: 2rem;
  z-index: 1;
  padding: 4rem;
  transition: transform 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
}
@media (max-width: 725px) {
  .menu__toggler {
    display: block;
  }
}
.menu__toggler::before, .menu__toggler::after {
  content: "";
  width: 10rem;
  height: 2px;
  background: white;
  display: block;
  position: absolute;
  right: 0;
  transition: all 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
  backface-visibility: hidden;
}
.menu__toggler::before {
  transform: translateY(2rem);
}

.active__toggler {
  transform: translateY(1rem);
}
.active__toggler:before {
  transform: rotate(45deg);
}
.active__toggler:after {
  transform: rotate(-45deg);
}

.active__menu {
  height: 100vh !important;
  width: 100% !important;
  pointer-events: all !important;
}
.active__menu ul {
  opacity: 1 !important;
  pointer-events: all !important;
  transition: all 0.4s 0.4s cubic-bezier(0.246, 0.75, 0.187, 1) !important;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  height: 100vh;
  color: white;
  background: #0B0F14;
}
@media (max-width: 1024px) {
  .hero {
    height: 100%;
  }
  .hero .scroll__cta {
    display: none !important;
  }
}
.hero .container {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  z-index: 10000;
  padding: 10rem 10rem 2rem 10rem;
}
@media (max-width: 1024px) {
  .hero .container {
    padding-bottom: 10rem;
  }
}
@media (max-width: 725px) {
  .hero .container {
    padding: 1rem 1rem 4rem 1rem;
  }
}
.hero .container h1 {
  text-align: center;
  margin-top: 8rem;
  max-width: 160rem;
  color: white;
}
@media (max-width: 725px) {
  .hero .container h1 {
    margin-top: 0;
    max-width: 100%;
  }
}
.hero .container > p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 120rem;
  margin: 3rem 0;
  text-align: center;
}
@media (max-width: 725px) {
  .hero .container > p {
    max-width: 100%;
  }
}
.hero .container > p span {
  display: block;
}
.hero .container > p span:nth-of-type(1) {
  max-width: 160rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.hero .container > p span:nth-of-type(2) {
  max-width: 100rem;
}
@media (max-width: 725px) {
  .hero .container > p {
    width: 100%;
    margin: 4rem 0;
    padding: 0 1.2rem;
    font-size: 2.6rem;
  }
}
.hero .scroll__cta {
  position: absolute;
  bottom: 6rem;
  left: calc(50% - 9rem);
  transform: translateX(50%);
}

.article__page section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.article__page section h1 {
  max-width: 140rem;
  text-align: center;
}
.article__page section h1 {
  margin-bottom: 6rem;
}
.article__page section .row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 725px) {
  .article__page section .row {
    flex-direction: column;
  }
}
.article__page section .row .text p {
  max-width: 80rem;
  margin-bottom: 9rem;
  opacity: 0.5;
  word-wrap: break-word;
}
.article__page section .row .text p a {
  text-decoration: underline;
}
.article__page section .row figure {
  height: 50rem;
  width: 60rem;
  margin-right: 6rem;
}
@media (max-width: 725px) {
  .article__page section .row figure {
    width: 98%;
    margin: 0 auto 3rem auto;
    height: 44rem;
  }
}
.article__page section .row figure img {
  width: 100%;
  height: 100%;
}
.article__page section .row iframe {
  height: 50rem;
  width: 60rem;
  opacity: 1;
}

.blog__page section h1 {
  text-align: center;
  margin-bottom: 12rem;
}
.blog__page section .row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 725px) {
  .blog__page section .row {
    flex-direction: column;
  }
}
.blog__page section .row:not(:nth-of-type(1)) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 6rem;
  margin-top: 6rem;
}
.blog__page section .row figure {
  width: 55rem;
  height: 35rem;
  margin-right: 6rem;
}
@media (max-width: 725px) {
  .blog__page section .row figure {
    width: 98%;
    margin: 0 auto 3rem auto;
    height: 44rem;
  }
}
.blog__page section .row figure img {
  width: 100%;
  height: 100%;
}
.blog__page section .row .text {
  max-width: 70rem;
}
.blog__page section .row .text > p {
  margin: 3rem 0 6rem 0;
  opacity: 0.5;
}

section.contact__main {
  padding-top: calc(var(--headerHeight) + 4rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
section.contact__main .container {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 725px) {
  section.contact__main .container {
    width: 96vw;
    padding: 8rem 4rem;
  }
}
section.contact__main .container h1 {
  max-width: 80rem;
  text-align: center;
}
@media (max-width: 725px) {
  section.contact__main .container h1 {
    margin-bottom: 2rem;
  }
}
section.contact__main .container .description {
  max-width: 70rem;
  margin: 2rem 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
section.contact__main .container .description a {
  color: white;
}
section.contact__main .container .contact__links {
  margin-bottom: 4rem;
  text-align: center;
}
@media (max-width: 725px) {
  section.contact__main .container .contact__links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 725px) {
  section.contact__main .container .contact__links:nth-of-type(2) a:nth-of-type(2) {
    margin-top: -2rem;
  }
}
section.contact__main .container .contact__links a {
  margin: 0 2rem;
}
@media (max-width: 725px) {
  section.contact__main .container .contact__links a {
    margin: 4rem 0;
  }
}

section.map {
  background: #f5f6f9;
  padding-top: 0;
}
section.map .container {
  width: 100rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 725px) {
  section.map .container {
    width: 90vw;
    padding-top: 4rem;
  }
}
section.map .container iframe {
  width: 100%;
  margin-top: 3rem;
}

.details__page section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.details__page section h1 {
  text-align: center;
}
.details__page section iframe {
  margin: 6rem 0;
}
@media (max-width: 725px) {
  .details__page section iframe {
    width: 100%;
    height: 40rem;
    margin-top: 6rem;
  }
}
.details__page section > p {
  max-width: 100rem;
  margin-bottom: 6rem;
  opacity: 0.5;
}

.faq__page .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.faq__page .container h1 {
  margin-bottom: 3rem;
}
.faq__page .container p.description {
  max-width: 120rem;
  margin-bottom: 8rem;
  opacity: 0.5;
}

.functional__page {
  height: 100%;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 20rem;
}
.functional__page .container {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.functional__page .container h1 {
  color: #1A489A;
}
.functional__page .container > p {
  margin: 3rem 0;
  max-width: 60rem;
}
@media (max-width: 725px) {
  .functional__page .container > p {
    max-width: 100% !important;
  }
}
.functional__page .container > p a {
  color: #f7f8fa;
}

.home__hero .container {
  z-index: 2;
}
.home__hero .container > p {
  max-width: 50rem;
  opacity: 0.5;
}
@media (max-width: 725px) {
  .home__hero .container > p {
    max-width: 90%;
  }
}
.home__hero .triangles {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1rem;
  pointer-events: none;
}
.home__hero .triangles svg {
  width: 100vw !important;
  height: 100% !important;
}

section.intro {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 725px) {
  section.intro {
    flex-direction: column;
  }
}
section.intro .intro__inner .container:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 7rem;
  text-align: center;
}
section.intro .intro__inner .container:nth-of-type(1) h2 {
  max-width: 80rem;
}
section.intro .intro__inner .container:nth-of-type(1) p {
  max-width: 120rem;
  margin-top: 3rem;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 725px) {
  section.intro .intro__inner .container:nth-of-type(1) p {
    font-size: 3rem;
    max-width: 90%;
  }
}
section.intro .intro__inner .container:nth-of-type(1) p a {
  color: white;
}
section.intro .intro__inner .container:nth-of-type(1) ul.social__sharing {
  display: flex;
}
@media (max-width: 725px) {
  section.intro .intro__inner .container:nth-of-type(1) ul.social__sharing {
    flex-direction: column;
    margin: 6rem 0;
    width: 100%;
  }
}
section.intro .intro__inner .container:nth-of-type(1) ul.social__sharing li {
  margin: 0 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 725px) {
  section.intro .intro__inner .container:nth-of-type(1) ul.social__sharing li {
    margin: 1rem 0;
    width: 100%;
  }
}
section.intro .intro__inner .container:nth-of-type(1) ul.social__sharing li p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
section.intro .intro__inner .container:nth-of-type(1) ul.social__sharing li p a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
section.intro .intro__inner .container:nth-of-type(1) ul.social__sharing li p a svg {
  height: 1.6rem;
  width: auto;
  margin-right: 0.7rem;
}
section.intro .intro__inner .container:nth-of-type(1) ul.social__sharing li p a svg path {
  fill: #1a489a !important;
  transition: all 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
}
@media (max-width: 725px) {
  section.intro .intro__inner .container:nth-of-type(1) ul.social__sharing li p a svg {
    transform: scale(2);
    margin: 2rem 2.4rem;
  }
}
section.intro .intro__inner .container:nth-of-type(2) {
  margin-bottom: 10rem;
}
section.intro .intro__inner .container:nth-of-type(2) .button {
  margin: 0 auto;
  margin-top: 6rem;
}
section.intro .intro__inner .container:nth-of-type(2) .grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 8rem;
  padding: 0 4rem;
}
@media (max-width: 725px) {
  section.intro .intro__inner .container:nth-of-type(2) .grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 4rem;
    padding: 0 1rem;
  }
}
section.intro .intro__inner .container:nth-of-type(2) .grid .grid__item .grid__item__row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
section.intro .intro__inner .container:nth-of-type(2) .grid .grid__item .grid__item__row:nth-of-type(1) .svg__wrapper {
  background: #1A489A;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  width: 6rem;
  height: 6rem;
}
@media (max-width: 725px) {
  section.intro .intro__inner .container:nth-of-type(2) .grid .grid__item .grid__item__row:nth-of-type(1) .svg__wrapper {
    width: 8rem;
    height: 8rem;
  }
}
section.intro .intro__inner .container:nth-of-type(2) .grid .grid__item .grid__item__row:nth-of-type(1) svg {
  width: 3rem;
  height: 3rem;
}
section.intro .intro__inner .container:nth-of-type(2) .grid .grid__item .grid__item__row:nth-of-type(1) svg path {
  fill: white;
}
@media (max-width: 725px) {
  section.intro .intro__inner .container:nth-of-type(2) .grid .grid__item .grid__item__row:nth-of-type(1) svg {
    width: 5rem;
    height: 5rem;
  }
}
section.intro .intro__inner .container:nth-of-type(2) .grid .grid__item .grid__item__row:nth-of-type(2) {
  margin: 1rem 0;
}
section.intro .intro__inner .container:nth-of-type(2) .grid .grid__item .grid__item__row:nth-of-type(2) p {
  font-weight: bold;
}
@media (max-width: 725px) {
  section.intro .intro__inner .container:nth-of-type(2) .grid .grid__item .grid__item__row:nth-of-type(2) p {
    font-size: 3.4rem;
  }
}
section.intro .intro__inner .container:nth-of-type(3) {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 6rem;
  z-index: 11 !important;
  background: #1A489A;
}
@media (max-width: 725px) {
  section.intro .intro__inner .container:nth-of-type(3) {
    padding: 0;
    flex-direction: column-reverse;
    text-align: center;
    background: none;
  }
}
section.intro .intro__inner .container:nth-of-type(3) p.description {
  max-width: 80rem;
  margin-bottom: 4rem;
  margin-right: 6rem;
  opacity: 0.5;
}
@media (max-width: 725px) {
  section.intro .intro__inner .container:nth-of-type(3) p.description {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 725px) {
  section.intro .intro__inner .container:nth-of-type(3) .button {
    left: 50%;
    transform: translateX(-50%);
  }
}
section.intro .intro__inner .container:nth-of-type(3) figure {
  width: 75rem;
  height: 65rem;
}
@media (max-width: 725px) {
  section.intro .intro__inner .container:nth-of-type(3) figure {
    width: 80%;
    height: 50rem;
    margin: auto;
    margin-bottom: 3rem;
  }
}
section.intro .intro__inner .container:nth-of-type(3) figure img {
  width: 100%;
  height: 100%;
}

.helping {
  background: black;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 725px) {
  .helping {
    flex-direction: column;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.helping .text {
  margin-right: 4rem;
  max-width: 70rem;
}
.helping .text > p {
  margin: 4rem 0;
  opacity: 0.5;
}
@media (max-width: 725px) {
  .helping iframe {
    width: 100%;
    height: 40rem;
    margin-top: 6rem;
  }
}

@media (max-width: 725px) {
  .more__about__services {
    flex-direction: column;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.more__about__services .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 725px) {
  .more__about__services .row {
    flex-direction: column !important;
  }
}
.more__about__services .row .text {
  margin-right: 4rem;
  max-width: 70rem;
}
.more__about__services .row .text > p {
  margin: 4rem 0;
  opacity: 0.5;
}
.more__about__services .row figure {
  width: 60rem;
  height: 50rem;
}
@media (max-width: 725px) {
  .more__about__services .row figure {
    width: 100%;
    margin: 0 !important;
    padding-top: 6rem;
  }
}
.more__about__services .row figure img {
  width: 100%;
  height: 100%;
}
.more__about__services .flex__left {
  flex-direction: row;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 6rem;
}
.more__about__services .flex__left figure {
  margin-left: 6rem;
}
.more__about__services .flex__right {
  flex-direction: row-reverse;
  padding-top: 6rem;
}
.more__about__services .flex__right figure {
  margin-right: 6rem;
}

.testimonials {
  background: black;
}
.testimonials .grid {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 725px) {
  .testimonials .grid {
    flex-direction: column;
  }
}
.testimonials .grid .grid__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 44rem;
  height: 55rem;
  padding: 6rem;
  text-align: center;
  margin: 0 3rem;
}
@media (max-width: 725px) {
  .testimonials .grid .grid__item {
    width: 100%;
    height: 100%;
  }
}
.testimonials .grid .grid__item svg {
  width: 44rem;
  height: 55rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 725px) {
  .testimonials .grid .grid__item svg {
    display: none;
  }
}
.testimonials .grid .grid__item .row .description {
  opacity: 0.5;
  margin-bottom: 3rem;
}
@media (max-width: 725px) {
  .testimonials .grid .grid__item .row h3 {
    margin-top: 3rem;
  }
}

.awards {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 725px) {
  .awards {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.awards figure {
  width: 92.4rem;
}
@media (max-width: 725px) {
  .awards figure {
    width: 100% !important;
    height: 100% !important;
  }
}
.awards figure:not(:nth-of-type(1)) {
  margin-top: 3rem;
}
.awards figure:nth-of-type(1) {
  height: 71rem;
}
.awards figure:nth-of-type(2) {
  height: 126rem;
}
.awards figure:nth-of-type(3) {
  height: 38.1rem;
}
.awards figure:nth-of-type(4) {
  height: 38.1rem;
}
.awards figure:nth-of-type(4) .lazy-load-item {
  background: transparent !important;
}
.awards figure:nth-of-type(5) {
  min-height: 38.1rem;
}
.awards figure:nth-of-type(6) {
  aspect-ratio: 3579/2552;
}
.awards figure:nth-of-type(7),
.awards figure:nth-of-type(8),
.awards figure:nth-of-type(9) {
  aspect-ratio: 3/2;
}
.awards figure:nth-of-type(n + 5) .lazy-load-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 725px) {
  .awards figure:nth-of-type(5),
  .awards figure:nth-of-type(6),
  .awards figure:nth-of-type(7),
  .awards figure:nth-of-type(8),
  .awards figure:nth-of-type(9) {
    height: auto !important;
  }
  .awards figure:nth-of-type(5) {
    min-height: 24rem;
  }
  .awards figure:nth-of-type(6),
  .awards figure:nth-of-type(7),
  .awards figure:nth-of-type(8),
  .awards figure:nth-of-type(9) {
    min-height: 30rem;
  }
}
.awards img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.company-name:after {
  content: "DK Divorce Consultants";
  color: #4D79C9;
}

.company-email {
  color: #4D79C9;
}

.company-website:after {
  content: "https://www.dkdivorceconsultants.co.uk";
  color: #4D79C9;
}

.policy__page {
  height: 100%;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 30rem;
}
.policy__page .container {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.policy__page .container h1 {
  color: white;
}
.policy__page .container > p {
  margin: 3rem 0;
  max-width: 140rem;
  color: white;
}
@media (max-width: 725px) {
  .policy__page .container > p {
    max-width: 100% !important;
  }
}
.what__we__offer__page section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
@media (max-width: 725px) {
  .what__we__offer__page section {
    flex-direction: column;
  }
}
.what__we__offer__page section h1 {
  margin-bottom: 6rem;
}
.what__we__offer__page section p.description {
  max-width: 100rem;
  margin-bottom: 6rem;
  opacity: 0.5;
}
.what__we__offer__page section figure {
  height: 70rem;
  width: 60rem;
  margin-right: 6rem;
}
@media (max-width: 725px) {
  .what__we__offer__page section figure {
    width: 98%;
    margin: 6rem 0;
  }
}
.what__we__offer__page section figure img {
  width: 100%;
  height: 100%;
}

.why__dk__page section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.why__dk__page section h1 {
  text-align: center;
  margin-bottom: 6rem;
}
.why__dk__page section .button {
  margin: 6rem 0;
}
.why__dk__page section p.description {
  max-width: 100rem;
  opacity: 0.5;
}
.why__dk__page section .grid {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6rem;
}
@media (max-width: 725px) {
  .why__dk__page section .grid {
    flex-direction: column;
  }
}
.why__dk__page section .grid .grid__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 44rem;
  height: 55rem;
  padding: 6rem;
  text-align: center;
  margin: 0 3rem;
}
@media (max-width: 725px) {
  .why__dk__page section .grid .grid__item {
    width: 100%;
    height: 100%;
  }
}
.why__dk__page section .grid .grid__item svg {
  width: 44rem;
  height: 55rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 725px) {
  .why__dk__page section .grid .grid__item svg {
    display: none;
  }
}
.why__dk__page section .grid .grid__item .row .description {
  opacity: 0.5;
  margin-bottom: 3rem;
}
@media (max-width: 725px) {
  .why__dk__page section .grid .grid__item .row h3 {
    margin-top: 3rem;
  }
}

html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
  width: 100%;
}
@media (max-width: 725px) {
  .has-scroll-smooth [data-scroll-container] {
    width: 100vw;
  }
}

.c-scrollbar {
  position: fixed;
  right: 0;
  top: 0;
  width: 12px;
  height: 100vh;
  transform-origin: center right;
  opacity: 0;
  background: rgba(128, 128, 128, 0.3);
  transition: opacity 0.2s cubic-bezier(0.246, 0.75, 0.187, 1);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

.has-scroll-scrolling .c-scrollbar_thumb {
  opacity: 1 !important;
}

[data-scroll-direction=horizontal] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
  transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #1A489A;
  width: 12px;
  border-radius: 1px;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: grabbing;
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

html,
body {
  position: fixed;
  width: 100vw;
}
@media (max-width: 1024px) {
  html,
  body {
    position: relative !important;
  }
}

[data-scroll-container] {
  overflow: hidden !important;
}
@media (max-width: 1024px) {
  [data-scroll-container] {
    overflow: initial !important;
  }
}

[data-scroll-section],
[data-scroll-speed] {
  will-change: transform !important;
}/*# sourceMappingURL=main.css.map */
