/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
*::before,
*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:root {
  --best-main-1: #000039;
  --best-main-2: #02c557;
  --best-main-3: #fccb00;
  --best-main-4: #f5f5f7;
  --best-main-5: #828282;
  --best-main-6: #01ffff;
  --best-main-7: #fbfbfb;
  --best-main-8: #f30f30;
  --best-main-9: #c1c1c1;
  --best-main-white: #ffffff;
  --best-main-black: #000000;
  --best-bold-font-1: CeraProBold, Arial;
  --best-regular-font-1: OndoRegular, Arial;
  --flow-space: 1rem;
}

@font-face {
  font-family: "CeraProBold";
  src: url("../fonts/CeraPro-Bold.eot?") format("eot"), url("../fonts/CeraPro-Bold.woff2") format("woff2"), url("../fonts/CeraPro-Bold.woff") format("woff"), url("../fonts/CeraPro-Bold.ttf") format("truetype"), url("../fonts/CeraPro-Bold.svg#CeraProBold") format("svg");
}
@font-face {
  font-family: "OndoRegular";
  src: url("../fonts/Ondo-Regular.eot?") format("eot"), url("../fonts/Ondo-Regular.woff2") format("woff2"), url("../fonts/Ondo-Regular.woff") format("woff"), url("../fonts/Ondo-Regular.ttf") format("truetype"), url("../fonts/Ondo-Regular.svg#OndoRegular") format("svg");
}
@font-face {
  font-family: "OndoMedium";
  src: url("../fonts/Ondo-Medium.eot?") format("eot"), url("../fonts/Ondo-Medium.woff2") format("woff2"), url("../fonts/Ondo-Medium.woff") format("woff"), url("../fonts/Ondo-Medium.ttf") format("truetype"), url("../fonts/Ondo-Medium.svg#OndoMedium") format("svg");
}
html {
  --scroll-behavior: smooth;
  scroll-behavior: smooth;
}

body {
  font-family: var(--best-regular-font-1);
  color: var(--best-main-black);
}

h1 {
  color: var(--best-main-1);
}

h1,
h2 {
  line-height: 1;
  margin-bottom: var(--flow-space);
  font-family: var(--best-bold-font-1);
}

h2 {
  color: var(--best-main-1);
  font-size: 1.71875rem;
  font-size: 20px;
  font-size: clamp( 20px, 16.5909090909px + 1.0653409091vw, 27.5px );
}

h3 {
  font-size: 1.09375rem;
  font-family: var(--best-bold-font-1);
  margin-bottom: var(--flow-space);
}

h4 {
  margin-bottom: var(--flow-space);
}

p {
  font-size: 12.5px;
  font-size: clamp( 12.5px, 10.2272727273px + 0.7102272727vw, 17.5px );
}

a {
  color: var(--best-main-black);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

button:hover {
  cursor: pointer;
}

em {
  font-style: italic;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#bp_container {
  z-index: 9999999 !important;
}

.pull-block {
  margin-top: -12.5rem;
}

.pull-carousel {
  margin-top: -12.5rem;
}

.page--home .full-header__bottom-menu ul li:first-of-type a {
  border: 2px solid var(--best-main-3);
}

.page--energy-matters {
  background: var(--best-main-7);
}

.page--case-studies .globe-slider-bg {
  padding-top: 3.125rem;
}

.page--about-us svg.best-energy-header path {
  fill: #000039;
}
.page--about-us header.js-open-menu svg.best-energy-header path,
.page--about-us header.js-fix-header svg.best-energy-header path {
  fill: #ffffff;
}
.page--about-us .burger-icon {
  background-color: #000039;
}
.page--about-us .burger-icon:before, .page--about-us .burger-icon:after {
  background-color: #000039;
}
.page--about-us header.js-open-menu .burger-icon:before, .page--about-us header.js-open-menu .burger-icon:after {
  background-color: #ffffff;
}
.page--about-us header.js-fix-header .burger-icon {
  background-color: #ffffff;
}
.page--about-us header.js-fix-header .burger-icon:before, .page--about-us header.js-fix-header .burger-icon:after {
  background-color: #ffffff;
}
.page--about-us .menu-button.is-active .burger-icon {
  background-color: transparent !important;
}
.page--about-us .menu-button.is-active .burger-icon:before, .page--about-us .menu-button.is-active .burger-icon:after {
  background-color: #ffffff;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  cursor: pointer;
}

.title-solutions {
  margin-bottom: 40px;
}

.grid-title-solutions {
  background: var(--best-main-1);
  color: #fff;
  text-align: center;
}

.grid-title-solutions h3 {
  margin-bottom: -16px !important;
  padding: 10px 0 10px 0;
}

.section-solutions {
  margin: 60px 0 60px 0;
}

.d-grid-box-middle {
  margin: 0 20px 20px 0;
}

.d-grid-box-left {
  margin: 0 20px 20px 0;
}

.d-grid-box-right {
  margin: 0 0 20px 20px;
}

.solutions-thumb picture img {
  min-width: 100% !important;
  max-height: 350px !important;
}

.p-info {
  margin-left: 20px;
}

.p-info-2 {
  margin-left: 44px;
}

img {
  max-width: 100%;
  height: auto;
}

.icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  margin-right: 0.25em;
  vertical-align: middle;
  font-size: 1.5em;
  fill: currentColor;
  pointer-events: none;
}

.best-energy-header {
  width: 15rem;
  height: 5rem;
  position: relative;
  z-index: 9;
}
@media (max-width: 63.99em) {
  .best-energy-header {
    top: -0.375rem;
  }
}
@media (min-width: 64em) {
  .best-energy-header {
    width: 17rem;
    height: 5rem;
  }
}

.best-icon-dark {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 3.125rem;
}
.best-icon-dark path,
.best-icon-dark polygon {
  transition: fill 0.5s ease-in-out;
}
.best-icon-dark:hover g {
  fill: var(--best-main-9);
}
.best-icon-dark:hover path {
  fill: var(--best-main-9);
}
.best-icon-dark:hover polygon {
  fill: var(--best-main-9);
}

.best-icon-dark-right {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 3.125rem;
}
.best-icon-dark-right path,
.best-icon-dark-right polygon {
  transition: fill 0.5s ease-in-out;
}
.best-icon-dark-right:hover g {
  fill: var(--best-main-9);
}
.best-icon-dark-right:hover path {
  fill: var(--best-main-9);
}
.best-icon-dark-right:hover polygon {
  fill: var(--best-main-9);
}

.u-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 71rem;
}

.u-h-100vh {
  height: 100vh;
}

.u-flow > * + * {
  margin-top: 1em;
  margin-top: var(--flow-space);
}

.d-grid {
  display: grid;
}
.d-grid--place-items-center {
  place-items: center;
}

@media (min-width: 64em) {
  .d-grid-desktop-1 {
    display: grid;
  }
}

.d-grid-sec-columns-container {
  display: grid;
  grid-template-columns: auto auto auto;
}

@media only screen and (max-width: 1024px) {
  .d-grid-sec-columns-container {
    display: grid;
    grid-template-columns: auto auto;
  }
}
@media only screen and (max-width: 768px) {
  .d-grid-sec-columns-container {
    display: grid;
    grid-template-columns: auto;
  }
}
.d-flex {
  display: flex;
}

@media (min-width: 64em) {
  .d-flex-desktop-1 {
    display: flex;
  }
}

.d-flex-wrap {
  flex-wrap: wrap;
}

@media (min-width: 62em) {
  .d-flex-tablet-3 {
    display: flex;
  }
}

.u-justify-content-center {
  justify-content: center;
}

.u-justify-content-space-between {
  justify-content: space-between;
}

.u-justify-content-flex-end {
  justify-content: flex-end;
}

.u-align-items-center {
  align-items: center;
}

.u-align-items-start {
  align-items: flex-start;
}

.u-align-items-content-end {
  align-content: end;
}

.u-flex-direction-column {
  flex-direction: column;
}

@media (min-width: 64em) {
  .u-flex-direction-column-desktop {
    flex-direction: column;
  }
}

@media (min-width: 64em) {
  .u-align-items-flex-end-desktop {
    align-items: flex-end;
  }
}

.u-d-block {
  display: block;
}

.u-d-inline-block {
  display: inline-block;
}

.u-mx-auto {
  margin: 0 auto;
}

.u-display-none {
  display: none;
}

@media (min-width: 64em) {
  .u-display-none-desktop-1 {
    display: none;
  }
}

@media (min-width: 64em) {
  .u-display-block-desktop-1 {
    display: block;
  }
}

.u-position-relative {
  position: relative;
}

.u-position-fixed {
  position: fixed;
}

.u-position-absolute {
  position: absolute;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-unstyled-list {
  list-style-type: none;
}

.u-list-inline > li {
  display: inline;
}

.u-text-center {
  text-align: center;
}

.u-text-uppercase {
  text-transform: uppercase;
}

.u-p-0 {
  padding: 0;
}

.u-m-0 {
  margin: 0;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-pb-0 {
  padding-bottom: 0;
}

.u-list-unstyled {
  list-style: none;
}

.u-list-inline li {
  display: inline;
}

.u-bg-colour-white {
  background: #ffffff;
}

.u-bg-main-colour-1 {
  background: var(--best-main-1);
}
.u-bg-main-colour-1--video-padding {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media (max-width: 63.99em) {
  .u-bg-main-colour-1--video-title-padding {
    padding-bottom: 10.625rem;
  }
}

.u-bg-main-colour-4 {
  background: var(--best-main-4);
}

.u-bg-main-colour-4 {
  background: var(--best-main-4);
}

.u-bg-main-colour-10 {
  background: var(--best-main-10);
}

.u-bg-main-colour-11 {
  background: var(--best-main-11);
}

.u-color-2 {
  color: var(--best-main-2);
}

.u-color-7 {
  color: var(--best-main-7) !important;
}

@media (min-width: 64em) {
  .u-gradient-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(90deg, #000039 0%, #00003900 43%) 0% 0% no-repeat padding-box;
  }
}

@media (min-width: 64em) {
  .u-gradient-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(270deg, #000039 0%, #00003900 43%) 0% 0% no-repeat padding-box;
  }
}

.u-gradient-3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 8;
  pointer-events: none;
}

.u-gradient-4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, #000039 100%);
}

.u-gradient-5:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background: rgba(0, 0, 57, 0.3);
}

.u-gradient-6:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(-270deg, #000039 0%, #00003900 56%) 0% 0% no-repeat padding-box;
  z-index: 8;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  font-size: 0.9375rem;
  border: 1px solid transparent;
  padding: 0.625rem 1.375rem 0.5rem 1.375rem;
  line-height: 1.5;
  font-family: var(--best-bold-font-1);
}
.btn:hover {
  text-decoration: none;
}
.btn--one {
  background: var(--best-main-1);
  color: var(--best-main-3);
  transition: 1s;
  transition-timing-function: ease-in-out;
}
.btn--one:hover {
  background: var(--best-main-9);
  color: var(--best-main-black);
}
.btn--two {
  border: 2px solid var(--best-main-3);
  color: var(--best-main-3);
  transition: 1s;
  transition-timing-function: ease-in-out;
}
.btn--two:hover {
  color: var(--best-main-9);
  border-color: var(--best-main-9);
}
.btn--three {
  background: var(--best-main-2);
  color: var(--best-main-white);
  transition: 1s;
  transition-timing-function: ease-in-out;
}
.btn--three:hover {
  background: var(--best-main-9);
}
.btn--four {
  background: var(--best-main-6);
  color: var(--best-main-1);
  transition: 1s;
  transition-timing-function: ease-in-out;
}
.btn--four:hover {
  background: var(--best-main-9);
  color: var(--best-main-black);
}
.btn--five {
  background: var(--best-main-3);
  color: var(--best-main-1);
  transition: 1s;
  transition-timing-function: ease-in-out;
}
.btn--five:hover {
  background: var(--best-main-9);
  color: var(--best-main-black);
}

.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
@media (min-width: 64em) {
  .header {
    padding: 0.125rem 3rem 0 3rem;
  }
}
.header ul > li a {
  color: var(--best-main-white);
  text-decoration: none;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  font-size: 0.875rem;
}
@media (max-width: 63.99em) {
  .header nav svg {
    padding: 0.9375rem 0.625rem 0 0.9375rem;
  }
}
@media (min-width: 64em) {
  .header .best-energy-header {
    top: 0.5rem;
  }
}

.off-screen-nav {
  width: 100%;
  background: rgba(0, 0, 57, 0.9);
  right: 0;
  z-index: 9;
  padding-top: 3.125rem;
  overflow-y: scroll;
}
@media (max-width: 63.99em) {
  .off-screen-nav {
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 64em) {
  .off-screen-nav {
    padding-top: 6.25rem;
  }
}
.off-screen-nav h2 {
  font-size: 37.5px;
  font-size: clamp( 37.5px, 22.7272727273px + 4.6164772727vw, 70px );
}
.off-screen-nav h2 a {
  color: var(--best-main-white);
}
.off-screen-nav h2 a:hover {
  text-decoration: none;
}
.off-screen-nav ul {
  padding-top: 0;
  margin-top: 0;
  padding-left: 1.5625rem;
  margin-bottom: 0;
}
.off-screen-nav ul li {
  margin-bottom: 0.5rem;
}
.off-screen-nav ul li > a {
  font-size: 15px;
  font-size: clamp( 15px, 13.8636363636px + 0.3551136364vw, 17.5px );
  text-decoration: none;
  position: relative;
  font-family: var(--best-bold-font-1);
}
.off-screen-nav__row-item a {
  color: var(--best-main-9);
}
.off-screen-nav__row-item a:hover {
  color: var(--best-main-white);
  position: relative;
}
.off-screen-nav__row {
  grid-template-columns: repeat(12, 1fr);
  margin-bottom: 1.25rem;
}
@media (min-width: 64em) {
  .off-screen-nav__row {
    opacity: 1;
  }
}
@media (min-width: 75em) {
  .off-screen-nav__row {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 106.25em) {
  .off-screen-nav__row {
    margin-bottom: 5rem;
  }
}
.off-screen-nav__title {
  grid-column: span 6;
}
@media (min-width: 64em) {
  .off-screen-nav__title a:hover {
    opacity: 0.5;
  }
}
.off-screen-nav__first-menu {
  grid-column: span 3;
}
.off-screen-nav__second-menu {
  grid-column: span 3;
}
@media (min-width: 64em) {
  .off-screen-nav__second-menu a:hover {
    opacity: 0.5;
  }
}
@media (min-width: 64em) {
  .off-screen-nav__title-one h2 {
    margin-left: 2.5rem;
  }
}
@media (min-width: 64em) {
  .off-screen-nav__title-one:after {
    content: " ";
    background-image: url("/assets/svgs/menu-ring-blue.svg");
    background-size: 25px 25px;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 1.25rem;
  }
}
@media (min-width: 64em) {
  .off-screen-nav__title-two h2 {
    margin-left: 2.5rem;
  }
}
@media (min-width: 64em) {
  .off-screen-nav__title-two:after {
    content: " ";
    background-image: url("/assets/svgs/menu-ring-yellow.svg");
    background-size: 25px 25px;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 1.25rem;
  }
}
@media (min-width: 64em) {
  .off-screen-nav__title-three h2 {
    margin-left: 2.5rem;
  }
}
@media (min-width: 64em) {
  .off-screen-nav__title-three:after {
    content: " ";
    background-image: url("/assets/svgs/menu-ring-red.svg");
    background-size: 25px 25px;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 1.25rem;
  }
}
@media (min-width: 64em) {
  .off-screen-nav__first-menu ul li a > span:after {
    position: absolute;
  }
  .off-screen-nav__first-menu ul li a > span:hover {
    text-decoration: none;
    opacity: 0.5;
  }
  .off-screen-nav__first-menu ul li a:hover:after {
    display: block;
    content: " ";
    background-image: url("/assets/svgs/menu-right-sectors.svg");
    background-size: 28px 28px;
    height: 28px;
    width: 28px;
    right: -45px;
    top: -4px;
    opacity: 1 !important;
    position: absolute;
  }
}
.off-screen-nav--solutions-menu ul li a:hover:after {
  background-image: url("/assets/svgs/menu-right-solutions.svg");
}
.off-screen-nav--about-menu ul li a:hover:after {
  background-image: url("/assets/svgs/menu-right-about.svg");
}

.menu-button {
  display: inline-block;
  padding: 0.5em;
  position: relative;
  z-index: 9;
}
.menu-button:hover {
  cursor: pointer;
}

.burger-icon {
  position: relative;
  margin-top: 9px;
  margin-bottom: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.burger-icon, .burger-icon::before, .burger-icon::after {
  display: block;
  width: 25px;
  height: 4px;
  background-color: var(--best-main-white);
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.burger-icon::before, .burger-icon::after {
  position: absolute;
  content: "";
}
.burger-icon::before {
  top: -9px;
}
.burger-icon::after {
  top: 9px;
}

.menu-button.is-active .burger-icon {
  background-color: transparent;
}
.menu-button.is-active .burger-icon::before {
  -webkit-transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}
.menu-button.is-active .burger-icon::after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

.js-fix-header {
  display: none;
}
@media (min-width: 64em) {
  .js-fix-header {
    display: block;
    position: fixed;
    background: var(--best-main-1);
    width: 100%;
    top: 0;
    z-index: 999999;
  }
}
@media (min-width: 64em) {
  .js-fix-header .best-energy-header {
    top: 0.25rem;
  }
}

.js-open-menu {
  background: transparent;
}
@media (max-width: 47.99em) {
  .js-open-menu nav {
    background: #000039;
  }
}
.js-open-menu #headerMenuCenter > li a {
  display: none;
}

.short-header {
  display: grid;
  grid-template-areas: "short-header";
  height: 16.5625rem;
  place-items: center;
}
@media (min-width: 64em) {
  .short-header {
    height: 20.75rem;
  }
}
.short-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16.5625rem;
  background: rgba(0, 0, 57, 0.3);
}
@media (min-width: 64em) {
  .short-header:before {
    height: 20.75rem;
  }
}
.short-header > * {
  grid-area: short-header;
}
.short-header__content {
  z-index: 1;
  text-align: left;
}
.short-header__content h1 {
  font-size: 50px;
  font-size: clamp( 50px, 40.9090909091px + 2.8409090909vw, 70px );
  margin-bottom: 0;
}
.short-header__content p {
  font-family: var(--best-bold-font-1);
}
.short-header__content h1,
.short-header__content p {
  color: var(--best-main-white);
}
.short-header__content h2 {
  color: var(--best-main-white);
}
.short-header img,
.short-header picture {
  object-fit: cover;
  height: 16.5625rem;
  width: 100%;
  z-index: -1;
}
@media (min-width: 64em) {
  .short-header img,
.short-header picture {
    height: 20.75rem;
  }
}
.short-header--sub-heading {
  margin-bottom: 0.1875rem;
}

.fade-header {
  display: grid;
  grid-template-areas: "fade-header";
  height: 48rem;
  place-items: center;
  position: relative;
}
.fade-header:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, white 0%, white 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.15) 55%, rgba(0, 0, 0, 0.075) 100%, rgba(0, 0, 0, 0.037) 60%, rgba(0, 0, 0, 0.019) 70%, rgba(0, 0, 0, 0) 100%);
}
.fade-header > * {
  grid-area: fade-header;
}
.fade-header__content {
  z-index: 1;
  text-align: center;
}
.fade-header__content h1 {
  font-size: 50px;
  font-size: clamp( 50px, 40.9090909091px + 2.8409090909vw, 70px );
}
.fade-header__content p {
  font-family: var(--best-bold-font-1);
}
.fade-header__content h1,
.fade-header__content p {
  color: var(--best-main-white);
}
.fade-header img {
  object-fit: cover;
  height: 48rem;
  width: 100%;
  z-index: -1;
}
.fade-header picture {
  width: 100%;
}

.full-header {
  display: grid;
  grid-template-areas: "hero";
  place-items: center;
  height: 100vh;
}
.full-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 57, 0.3);
}
.full-header > * {
  grid-area: hero;
}
.full-header img {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
}
.full-header__content {
  z-index: 1;
  text-align: center;
  color: #fff;
  min-width: 30ch;
}
.full-header__content h1 {
  font-family: var(--best-bold-font-1);
  color: var(--best-main-white);
  font-size: 35px;
  font-size: clamp( 35px, -5.9090909091px + 12.7840909091vw, 125px );
}
.full-header__title {
  font-size: 20px;
  font-size: clamp( 20px, 13.1818181818px + 2.1306818182vw, 35px );
  font-family: var(--best-bold-font-1);
  color: var(--best-main--white);
  letter-spacing: 7px;
}
.full-header__vertical-text {
  writing-mode: vertical-rl;
  right: 1.25rem;
  top: 5rem;
}
@media (min-width: 64em) {
  .full-header__vertical-text {
    right: 3.5625rem;
  }
}
.full-header__vertical-text a {
  font-size: 0.84375rem;
  color: var(--best-main-white);
  font-family: var(--best-bold-font-1);
  padding-bottom: 1.25rem;
  letter-spacing: 2px;
}
.full-header__bottom-menu {
  bottom: 3.75rem;
  left: 3.75rem;
}
.full-header__bottom-menu ul li a {
  font-size: 15px;
  font-size: clamp( 15px, 15px + 0vw, 15px );
  color: var(--best-main-white);
  margin-right: 1.25rem;
  padding: 0.625rem;
  border: 2px solid transparent;
  letter-spacing: 2px;
  font-family: var(--best-bold-font-1);
}
.full-header__bottom-menu ul li a:hover {
  border: 2px solid var(--best-main-3);
  text-decoration: none;
  padding: 0.625rem;
}
.full-header__bottom-menu ul:hover li {
  opacity: 0.5;
}
.full-header__bottom-menu ul li:hover {
  opacity: 1;
}
.full-header svg {
  margin-top: 2.5rem;
}

.overlay-text {
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem;
}

.typed-text-wrap h1 span.typed-text {
  font-weight: normal;
}

.typed-text-wrap h1 span.cursor {
  display: inline-block;
  background-color: #ccc;
  margin-left: 0.1rem;
  width: 7px;
  animation: blink 1s infinite;
}

.typed-text-wrap h1 span.cursor.typing {
  animation: none;
}

@keyframes blink {
  0% {
    background-color: #ccc;
  }
  49% {
    background-color: #ccc;
  }
  50% {
    background-color: transparent;
  }
  99% {
    background-color: transparent;
  }
  100% {
    background-color: #ccc;
  }
}
.three-cols-center-title {
  padding-top: 4.6875rem;
  padding-bottom: 2.5rem;
  max-width: 29.625rem;
  margin: 0 auto;
}
.three-cols-center-title p {
  color: var(--best-main-white);
}

.three-cols-center {
  padding-bottom: 4.6875rem;
}
.three-cols-center h2 {
  color: var(--best-main-6);
  font-size: 1.09375rem;
  padding-bottom: 0.625rem;
  font-family: var(--best-mediun-font-1);
  margin-bottom: 0;
  line-height: 0.5;
}
.three-cols-center p {
  color: var(--best-main-white);
  font-size: 3.125rem;
  font-family: var(--best-bold-font-1);
}
.three-cols-center svg {
  width: 5rem;
}
@media (max-width: 63.99em) {
  .three-cols-center__item {
    margin-bottom: 2.5rem;
  }
  .three-cols-center__item:last-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 64em) {
  .three-cols-center__item {
    width: 33.33%;
  }
}

.video-svg {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.video-svg__header {
  position: relative;
}
.video-svg img {
  max-width: initial;
}
.video-svg__title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 80px;
  width: 80vw;
}
@media (min-width: 64em) {
  .video-svg__title {
    width: auto;
  }
}
.video-svg__bg-layer {
  width: 70vw;
  height: 23rem;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 64em) {
  .video-svg__bg-layer {
    max-width: 368px;
  }
}
.video-svg__bg-content {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-svg__bg-content:hover {
  cursor: pointer;
}
.video-svg__bottom-edge {
  display: block;
  position: absolute;
  width: 102.2%;
  height: 50px;
  left: 0;
  bottom: 0;
}
.video-svg__copy {
  max-width: 48.75rem;
  padding-top: 2.5rem;
}
.video-svg__links a {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.video-svg--large-text h2 {
  font-size: 20px;
  font-size: clamp( 20px, 8.6363636364px + 3.5511363636vw, 45px );
  margin-bottom: 1.25rem;
}
.video-svg--large-text p {
  margin-bottom: 1.875rem;
}
@media (max-width: 35.99em) {
  .video-svg--large-text .video-svg__links {
    flex-direction: column;
  }
  .video-svg--large-text .video-svg__links button {
    margin-bottom: 1.25rem;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
.video-svg--padding-bottom {
  padding-bottom: 0;
}

.full-width-background {
  flex-direction: column;
  overflow: hidden;
}
.full-width-background h2 {
  font-size: 40px;
  font-size: clamp( 40px, 18.4090909091px + 6.7471590909vw, 87.5px );
  color: var(--best-main-white);
  line-height: 0.9;
}
@media (min-width: 64em) {
  .full-width-background h2 {
    margin-bottom: 1.125rem;
  }
}
.full-width-background p {
  font-size: 1.40625rem;
  color: var(--best-main-6);
  font-family: var(--best-bold-font-1);
  margin-bottom: 1rem;
}
@media (min-width: 64em) {
  .full-width-background p {
    margin-bottom: 1.75rem;
  }
}
.full-width-background__right {
  margin-left: auto;
  text-align: right;
}
@media (max-width: 63.99em) {
  .full-width-background__top {
    height: 25vh;
  }
}
.full-width-background__top img,
.full-width-background__top picture {
  object-fit: cover;
  width: 100%;
}
@media (max-width: 63.99em) {
  .full-width-background__top img,
.full-width-background__top picture {
    height: 25vh;
  }
}
.full-width-background__bottom {
  padding: 2.5rem 0 2.5rem 0;
}
@media (max-width: 63.99em) {
  .full-width-background__bottom {
    background: var(--best-main-1);
  }
}
@media (min-width: 64em) {
  .full-width-background__bottom {
    position: absolute;
    padding: 1.25rem 0 1.25rem 0;
  }
}
@media (min-width: 64em) {
  .full-width-background--left-copy {
    top: 0;
    left: 1.25rem;
  }
}
@media (min-width: 75em) {
  .full-width-background--left-copy {
    top: 25%;
  }
}
@media (min-width: 64em) {
  .full-width-background--right-copy {
    top: 0;
    right: 1.25rem;
  }
}
@media (min-width: 75em) {
  .full-width-background--right-copy {
    top: 25%;
  }
}

.text-center-block {
  grid-template-columns: repeat(12, 1fr);
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 64em) {
  .text-center-block {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.text-center-block h2 {
  font-size: 1.5625rem;
}
.text-center-block .btn {
  margin-top: 1.4375rem;
}
.text-center-block__content {
  grid-column: 1/-1;
}
@media (min-width: 64em) {
  .text-center-block__content {
    grid-column: 3/11;
  }
}
.text-center-block .best-icon-dark {
  margin-top: var(--flow-space);
}
.text-center-block--two-links a {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.text-center-block--user-hub {
  padding-bottom: 3.125rem;
}

.swiper-horizontal-title-wrap {
  padding-top: 5rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 64em) {
  .swiper-horizontal-title-wrap {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.swiper-horizontal-title-wrap p {
  font-size: 12.5px;
  font-size: clamp( 12.5px, 10.2272727273px + 0.7102272727vw, 17.5px );
}
.swiper-horizontal-title-wrap__title {
  margin-bottom: 3.125rem;
}
.swiper-horizontal-title-wrap .swiper-slide img,
.swiper-horizontal-title-wrap .swiper-slide picture {
  width: 12.5rem;
}
.swiper-horizontal-title-wrap .swiper-pagination-bullets {
  padding-top: 3.125rem;
  position: relative;
}

@media (min-width: 64em) {
  .swiper-half-right {
    height: 43.75rem;
  }
}
@media (min-width: 64em) {
  .swiper-half-right .swiper-slide {
    grid-template-columns: repeat(12, 1fr);
  }
}
.swiper-half-right .swiper-slide h2 {
  margin-bottom: 1.25rem;
}
.swiper-half-right .swiper-slide p {
  font-size: 0.96875rem;
  margin-bottom: 0.9375rem;
}
.swiper-half-right .swiper-slide ul li {
  font-size: 0.96875rem;
  margin-bottom: 0.5rem;
}
.swiper-half-right__left {
  padding: 2.5rem 0.9375rem 2.5rem 0.9375rem;
}
@media (min-width: 64em) {
  .swiper-half-right__left {
    padding: 7.5rem 2.5rem 2.5rem 0.9375rem;
    grid-column: 1/5;
  }
}
@media (min-width: 75em) {
  .swiper-half-right__left {
    padding: 7.5rem 2.5rem 2.5rem 0;
    grid-column: 2/5;
  }
}
.swiper-half-right__left svg {
  width: 4.6875rem;
  margin-bottom: 1.25rem;
}
.swiper-half-right__right {
  background: var(--best-main-7);
  align-items: center;
}
@media (min-width: 64em) {
  .swiper-half-right__right {
    grid-column: 5/13;
    place-items: center;
  }
}
@media (min-width: 75em) {
  .swiper-half-right__right {
    grid-column: 5/13;
  }
}
.swiper-half-right__right picture,
.swiper-half-right__right img {
  width: 40.625rem;
}
@media (max-width: 63.99em) {
  .swiper-half-right__right picture,
.swiper-half-right__right img {
    width: 18.75rem;
    margin: 0 auto;
    display: block;
  }
}
@media (min-width: 64em) {
  .swiper-half-right__right picture,
.swiper-half-right__right img {
    margin-top: 5rem;
  }
}
@media (min-width: 106.25em) {
  .swiper-half-right__right picture,
.swiper-half-right__right img {
    margin-top: 0;
    margin-left: -2.5rem;
    width: 50rem;
  }
}
@media (max-width: 63.99em) {
  .swiper-half-right .swiper-pagination-vertical {
    text-align: center;
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 64em) {
  .swiper-half-right .swiper-pagination-vertical {
    position: absolute;
    right: 1.25rem;
    top: 0;
    height: 100%;
    width: 4px;
    z-index: 9999;
    right: 4.375rem;
  }
}
@media (min-width: 106.25em) {
  .swiper-half-right .swiper-pagination-vertical {
    right: 1.25rem;
  }
}
@media (min-width: 64em) {
  .swiper-half-right .swiper-pagination-vertical-wrap {
    text-align: center;
    background: var(--best-main-7);
    padding-bottom: 2.5rem;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 106.25em) {
  .swiper-half-right .swiper-pagination-vertical-wrap {
    top: 50%;
  }
}
@media (max-width: 63.99em) {
  .swiper-half-right .bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 4px;
  }
}
@media (min-width: 64em) {
  .swiper-half-right .bullet {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
  }
}
.swiper-half-right .bullet:hover {
  cursor: pointer;
}
@media (min-width: 64em) {
  .swiper-half-right .bullet:first-of-type:before {
    content: "Air Conditioning";
    position: relative;
    left: -8.75rem;
    top: 0.625rem;
    font-style: italic;
    color: var(--best-main-9);
    white-space: nowrap;
  }
}
@media (min-width: 64em) {
  .swiper-half-right .bullet:nth-of-type(2):before {
    content: "Voltage Optimsation";
    position: relative;
    left: -10.9375rem;
    top: 0.625rem;
    font-style: italic;
    color: var(--best-main-9);
    white-space: nowrap;
  }
}
@media (min-width: 64em) {
  .swiper-half-right .bullet:nth-of-type(3):before {
    content: "Extract Fan";
    position: relative;
    left: -6.5625rem;
    top: 0.625rem;
    font-style: italic;
    color: var(--best-main-9);
    white-space: nowrap;
  }
}
@media (min-width: 64em) {
  .swiper-half-right .bullet:nth-of-type(4):before {
    content: "Key Asset Control";
    position: relative;
    left: -9.375rem;
    top: 0.625rem;
    font-style: italic;
    color: var(--best-main-9);
    white-space: nowrap;
  }
}
.swiper-half-right .swiper-pagination-bullet-active.bullet:before {
  color: var(--best-main-1) !important;
}
.swiper-half-right--padding {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 64em) {
  .swiper-half-right--padding {
    padding-bottom: 5.625rem;
    padding-top: 5.625rem;
  }
}
@media (min-width: 64em) {
  .swiper-half-right--large-text {
    padding-top: 5.3125rem;
  }
}
.swiper-half-right--large-text h2 {
  font-size: 20px;
  font-size: clamp( 20px, 16.5909090909px + 1.0653409091vw, 27.5px );
}

@media (min-width: 64em) {
  .swiper-half-left {
    height: 43.75rem;
  }
}
@media (max-width: 63.99em) {
  .swiper-half-left .swiper-slide {
    place-content: center;
  }
}
@media (min-width: 64em) {
  .swiper-half-left .swiper-slide {
    grid-template-columns: repeat(12, 1fr);
  }
}
.swiper-half-left .swiper-slide h2 {
  margin-bottom: 1.875rem;
}
.swiper-half-left .swiper-slide p {
  font-size: 0.96875rem;
  margin-bottom: 0.9375rem;
}
.swiper-half-left .swiper-slide ul li {
  font-size: 0.96875rem;
  margin-bottom: 0.5rem;
}
.swiper-half-left__left {
  padding: 2.5rem 0.9375rem 2.5rem 0.9375rem;
  order: 1;
}
@media (min-width: 64em) {
  .swiper-half-left__left {
    padding: 7.5rem 0rem 0rem 5rem;
    order: 2;
  }
}
@media (min-width: 64em) {
  .swiper-half-left__left {
    grid-column: 8/12;
  }
}
@media (min-width: 75em) {
  .swiper-half-left__left {
    grid-column: 8/12;
  }
}
.swiper-half-left__right {
  background: var(--best-main-7);
  order: 2;
  align-items: center;
}
@media (min-width: 64em) {
  .swiper-half-left__right {
    order: 1;
    grid-column: 1/8;
    place-items: center;
  }
}
@media (min-width: 75em) {
  .swiper-half-left__right {
    grid-column: 1/8;
  }
}
@media (max-width: 63.99em) {
  .swiper-half-left__right {
    height: 25rem;
  }
}
.swiper-half-left__right picture,
.swiper-half-left__right img {
  width: 40.625rem;
}
@media (max-width: 63.99em) {
  .swiper-half-left__right picture,
.swiper-half-left__right img {
    width: 18.75rem;
    margin: 0 auto;
    display: block;
  }
}
@media (min-width: 64em) {
  .swiper-half-left .swiper-pagination-vertical {
    position: absolute;
    left: 70px;
    top: 0;
    height: 100%;
    width: 4px;
    z-index: 9999;
  }
}
@media (max-width: 63.99em) {
  .swiper-half-left .swiper-pagination-vertical-wrap {
    text-align: center;
    background: var(--best-main-7);
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 64em) {
  .swiper-half-left .swiper-pagination-vertical-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 64em) {
  .swiper-half-left .bullet {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
  }
}
.swiper-half-left .bullet:first-of-type:before {
  content: "x";
  position: relative;
  left: -1.25rem;
  top: 0.625rem;
  font-style: italic;
  color: var(--best-main-9);
}
.swiper-half-left .bullet:nth-of-type(2):before {
  content: "y";
  position: relative;
  left: -1.25rem;
  top: 0.625rem;
  font-style: italic;
  color: var(--best-main-9);
}
.swiper-half-left .swiper-pagination-bullet-active.bullet:before {
  color: var(--best-main-1) !important;
}
.swiper-half-left--padding {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 64em) {
  .swiper-half-left--padding {
    padding-bottom: 5.625rem;
    padding-top: 5.625rem;
  }
}

.swiper-three-container {
  grid-template-columns: repeat(12, 1fr);
  padding: 4.0625rem 0.9375rem 4.0625rem 0.9375rem;
}
.swiper-three-container__left {
  grid-column: 1/-12;
}
@media (min-width: 64em) {
  .swiper-three-container__left {
    grid-column: 1/5;
    padding-right: 1.25rem;
  }
}
@media (min-width: 106.25em) {
  .swiper-three-container__left {
    grid-column: 2/5;
    padding-right: 1.875rem;
  }
}
.swiper-three-container__left h2,
.swiper-three-container__left p {
  color: var(--best-main-white);
}
.swiper-three-container__left p {
  padding-bottom: 2.5rem;
}
.swiper-three-container__left span {
  color: var(--best-main-6);
  margin-bottom: 1.25rem;
  font-family: var(--best-bold-font-1);
}
@media (min-width: 64em) {
  .swiper-three-container__right {
    grid-column: 5/-1;
  }
}
@media (min-width: 75em) {
  .swiper-three-container__right {
    grid-column: 5/12;
  }
}
.swiper-three-container__right h3 {
  color: var(--best-main-white);
}
@media (max-width: 63.99em) {
  .swiper-three-container__buttons {
    margin-top: 1.5625rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 64em) {
  .swiper-three-container__buttons {
    position: absolute;
    bottom: 0;
  }
}
.swiper-three-container__buttons > div:first-of-type {
  margin-right: 1.25rem;
}
.swiper-three-container__buttons > div:hover {
  cursor: pointer;
}
.swiper-three-container--large-text h2 {
  font-size: 27.5px;
  font-size: clamp( 27.5px, 19.5454545455px + 2.4857954545vw, 45px );
}

.swiper-three .swiper-slide {
  height: auto;
}
.swiper-three__item {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
@media (min-width: 64em) {
  .swiper-three__item {
    padding: 10rem 0.9375rem 5rem 0.9375rem;
    border-left: 1px solid var(--best-main-3);
  }
}
.swiper-three__item p {
  color: var(--best-main-white);
  font-size: 0.9375rem;
}
.swiper-three__item img,
.swiper-three__item picture {
  max-width: 14.1875rem;
  margin: 0 auto;
  display: block;
  margin-bottom: 1.25rem;
}

.left-copy {
  display: grid;
  grid-template-areas: "left-copy";
  place-items: center left;
  height: 39.875rem;
}
.left-copy > * {
  grid-area: left-copy;
}
.left-copy img,
.left-copy picture {
  object-fit: cover;
  width: 100%;
  height: 39.875rem;
  z-index: -1;
}
.left-copy__content {
  max-width: 25rem;
  z-index: 8;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (min-width: 75em) {
  .left-copy__content {
    padding-left: 6.25rem;
  }
}
.left-copy__content h2 {
  font-size: 17.5px;
  font-size: clamp( 17.5px, 17.5px + 0vw, 17.5px );
  color: var(--best-main-6);
}
.left-copy__content p {
  font-size: 14px;
  font-size: clamp( 14px, 14px + 0vw, 14px );
  color: var(--best-main-white);
  line-height: 2;
}
.left-copy__content span {
  color: var(--best-main-3);
  margin-bottom: 1.25rem;
  font-family: var(--best-bold-font-1);
}
.left-copy__button {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
}
.left-copy--large-text h2 {
  font-size: 20px;
  font-size: clamp( 20px, 8.6363636364px + 3.5511363636vw, 45px );
  color: var(--best-main-white);
}

.offscreen-carousel-row {
  grid-template-columns: repeat(12, 1fr);
}
.offscreen-carousel-row__title {
  grid-column: 2/4;
}

.offscreen-carousel {
  grid-template-columns: repeat(12, 1fr);
  margin-bottom: 2.5rem;
}
.offscreen-carousel .swiper-slide {
  height: auto;
  box-shadow: 3px 3px 15px #0606061a;
  margin-bottom: 1.25rem;
}
@media (min-width: 64em) {
  .offscreen-carousel .swiper-slide {
    display: flex;
  }
}
.offscreen-carousel__tag-links {
  grid-column: 2/8;
}
@media (min-width: 64em) {
  .offscreen-carousel__left {
    grid-column: 2/4;
  }
}
.offscreen-carousel__left h2 {
  padding-top: 1.25rem;
}
.offscreen-carousel__right {
  padding-top: 1.25rem;
}
@media (min-width: 64em) {
  .offscreen-carousel__right {
    grid-column: 4/-1;
  }
}
.offscreen-carousel__item {
  padding: 0.625rem;
  background: var(--best-main-white);
}
@media (min-width: 64em) {
  .offscreen-carousel__item {
    padding: 2.875rem 2.875rem 5.75rem 2.875rem;
  }
}
.offscreen-carousel__item img,
.offscreen-carousel__item picture {
  object-fit: cover;
  width: 100%;
}
.offscreen-carousel__exceprt {
  padding-top: 1.25rem;
  flex-direction: column;
}
.offscreen-carousel__excerpt-left {
  padding-bottom: 1.25rem;
}
.offscreen-carousel__excerpt-left date,
.offscreen-carousel__excerpt-left span {
  color: var(--best-main-5);
  font-family: var(--best-bold-font-1);
  display: block;
  text-align: right;
}
@media (min-width: 64em) {
  .offscreen-carousel__excerpt-right {
    position: absolute;
    bottom: 2.875rem;
    right: 2.5rem;
  }
}
.offscreen-carousel__buttons svg {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.offscreen-carousel__excerpt-job span {
  font-family: var(--best-bold-font-1);
  color: var(--best-main-1);
}
.offscreen-carousel__button-job {
  margin-top: 1.25rem;
}
.offscreen-carousel--job {
  padding: 2.875rem 2.875rem 2.875rem 2.875rem;
}
@media (max-width: 63.99em) {
  .offscreen-carousel--margin {
    margin: 1.25rem;
  }
}

.offscreen-carousel-2 {
  grid-template-columns: repeat(12, 1fr);
}
.offscreen-carousel-2__slider {
  margin-bottom: 6.25rem;
}
.offscreen-carousel-2__title {
  grid-column: 2/-1;
  align-items: center;
  padding-top: 5.625rem;
  padding-bottom: 2.5rem;
}
.offscreen-carousel-2__title h2 {
  margin-bottom: 0;
}
.offscreen-carousel-2__title p {
  font-size: 15.5px;
  font-size: clamp( 15.5px, 15.5px + 0vw, 15.5px );
}
.offscreen-carousel-2__slider {
  grid-column: 2/-1;
}
.offscreen-carousel-2__buttons {
  margin-right: 0.625rem;
}
.offscreen-carousel-2 .swiper-slide {
  padding-bottom: 3.75rem;
}
.offscreen-carousel-2__img {
  height: 12.5rem;
}
@media (min-width: 36em) {
  .offscreen-carousel-2__img {
    height: 25rem;
  }
}
.offscreen-carousel-2__img img,
.offscreen-carousel-2__img picture {
  object-fit: cover;
  height: 12.5rem;
  width: 100%;
}
@media (min-width: 36em) {
  .offscreen-carousel-2__img img,
.offscreen-carousel-2__img picture {
    height: 25rem;
  }
}
.offscreen-carousel-2__item h2 {
  font-size: 15.5px;
  font-size: clamp( 15.5px, 14.5909090909px + 0.2840909091vw, 17.5px );
  margin-bottom: 0;
}
.offscreen-carousel-2__item p {
  font-size: 15.5px;
  font-size: clamp( 15.5px, 15.5px + 0vw, 15.5px );
}
.offscreen-carousel-2__item .btn {
  z-index: 99;
  right: 1.25rem;
  top: 11.25rem;
}
@media (min-width: 36em) {
  .offscreen-carousel-2__item .btn {
    top: 23.4375rem;
  }
}
.offscreen-carousel-2__intro {
  top: 2.5rem;
}

.vertical-slider {
  grid-template-columns: repeat(12, 1fr);
  height: 43.75rem;
  background-size: cover;
  background-position: center;
}
.vertical-slider .swiper-container {
  height: 43.75rem;
}
.vertical-slider .d-flex {
  flex-direction: column;
  height: 43.75rem;
  justify-content: center;
}
.vertical-slider__right {
  grid-column: 1/-1;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (min-width: 64em) {
  .vertical-slider__right {
    grid-column: 4/9;
  }
}
.vertical-slider__right h2 {
  color: var(--best-main-3);
}
.vertical-slider__right p {
  font-size: 15px;
  font-size: clamp( 15px, 14.7727272727px + 0.0710227273vw, 15.5px );
  line-height: 2;
}
.vertical-slider__right p:first-of-type {
  margin-bottom: 0.9375rem;
}
.vertical-slider__right small {
  font-size: 13.5px;
  font-size: clamp( 13.5px, 13.5px + 0vw, 13.5px );
  font-style: italic;
}
.vertical-slider__right p,
.vertical-slider__right small {
  color: var(--best-main-white);
}
.vertical-slider__right small {
  text-align: right;
  margin-top: 1.25rem;
}
.vertical-slider__pagination {
  width: 100%;
  height: 100px;
  bottom: 0;
  z-index: 9;
  cursor: pointer;
  bottom: 0rem;
}
@media (min-width: 64em) {
  .vertical-slider__pagination {
    bottom: 1.25rem;
  }
}
@media (min-width: 75em) {
  .vertical-slider__pagination {
    bottom: 3.75rem;
  }
}
.vertical-slider__next {
  width: 3.125rem;
  height: 3.125rem;
}

.image-left-block {
  padding-bottom: 5rem;
  padding-top: 6.25rem;
}
.image-left-block h2,
.image-left-block p {
  margin-bottom: var(--flow-space);
}
.image-left-block p {
  font-size: 12.5px;
  font-size: clamp( 12.5px, 11.1363636364px + 0.4261363636vw, 15.5px );
  margin-bottom: 1.4375rem;
  max-width: 44ch;
}
@media (max-width: 63.99em) {
  .image-left-block img {
    margin-bottom: var(--flow-space);
  }
}
@media (min-width: 64em) {
  .image-left-block__left {
    margin-right: var(--flow-space);
  }
  .image-left-block__left img,
.image-left-block__left picture {
    max-width: 29.0625rem;
  }
}
.image-left-block__right span {
  color: var(--best-main-8);
  font-family: var(--best-bold-font-1);
  font-size: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.image-left-block--large-text h2 {
  font-size: 20px;
  font-size: clamp( 20px, 8.6363636364px + 3.5511363636vw, 45px );
}

.list-block {
  margin-bottom: 1.25rem;
}
@media (min-width: 64em) {
  .list-block {
    margin-left: 5rem;
  }
}
.list-block h2 {
  font-size: 27.5px;
  font-size: clamp( 27.5px, 17.2727272727px + 3.1960227273vw, 50px );
  font-family: var(--best-bold-font-1);
  margin-bottom: 0.75rem;
}
@media (min-width: 64em) {
  .list-block h2 {
    line-height: 0.8;
  }
}
.list-block p {
  color: var(--best-main-8);
  font-family: var(--best-mediun-font-1);
  font-weight: bold;
  line-height: 1;
  font-size: 13px;
  font-size: clamp( 13px, 10.9545454545px + 0.6392045455vw, 17.5px );
}
.list-block__left {
  margin-right: 1.25rem;
}
@media (min-width: 64em) {
  .list-block__left {
    margin-right: 2.5rem;
  }
}
.list-block__left svg {
  width: 6rem;
  height: 4.6875rem;
}
.list-block__footer {
  font-size: 12.5px;
  font-size: clamp( 12.5px, 11.1363636364px + 0.4261363636vw, 15.5px );
  padding-bottom: 2.5rem;
}
@media (min-width: 64em) {
  .list-block__footer {
    margin-left: 5rem;
    padding-bottom: 7.8125rem;
  }
}
.list-block--small-headings h2 {
  font-size: 13px;
  font-size: clamp( 13px, 6.4090909091px + 2.0596590909vw, 27.5px );
}
@media (min-width: 64em) {
  .list-block--title {
    margin-bottom: 3.75rem;
  }
}
.list-block--title h2 {
  font-size: 20px;
  font-size: clamp( 20px, 15.4545454545px + 1.4204545455vw, 30px );
}
.list-block--title p {
  color: var(--best-main-black);
  font-weight: 400;
}

.banner-call-out {
  display: grid;
  grid-template-areas: "banner-call-out";
  width: 100%;
}
.banner-call-out > * {
  grid-area: banner-call-out;
}
.banner-call-out img,
.banner-call-out picture {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 64em) {
  .banner-call-out img,
.banner-call-out picture {
    height: 47.125rem;
  }
}
.banner-call-out h2 {
  font-size: 1.25rem;
  color: var(--best-main-6);
  margin-bottom: var(--flow-space);
}
.banner-call-out__title {
  position: absolute;
  width: 100%;
  top: 2.5rem;
}
@media (min-width: 64em) {
  .banner-call-out__title {
    top: 4.375rem;
  }
}
.banner-call-out__title h2 {
  color: var(--best-main-white);
  margin-bottom: 0;
  font-size: 27.5px;
  font-size: clamp( 27.5px, 19.5454545455px + 2.4857954545vw, 45px );
}
.banner-call-out p {
  color: var(--best-main-white);
  line-height: 2;
}
@media (min-width: 64em) {
  .banner-call-out p {
    width: 21.6875rem;
    font-size: 0.9375rem;
  }
}
.banner-call-out hr {
  width: 12.5rem;
  height: 0.125rem;
  background-color: var(--best-main-3);
  border-width: 0;
  border-top: 0;
  border-bottom: 0;
  margin: 2.625rem 0 2.625rem 0;
}
@media (max-width: 47.99em) {
  .banner-call-out hr {
    width: 100%;
  }
}
@media (min-width: 64em) {
  .banner-call-out .u-container {
    max-width: 100%;
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}
.banner-call-out__content {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  width: 100%;
}
@media (min-width: 64em) {
  .banner-call-out__content {
    height: 31.25rem;
  }
}
.banner-call-out__left {
  flex-grow: 1;
  min-width: 50%;
}
.banner-call-out--right {
  text-align: right;
}
@media (max-width: 63.99em) {
  .banner-call-out--right {
    flex-grow: 1;
    min-width: 50%;
  }
}
.banner-call-out--right hr {
  margin-left: auto;
}
.banner-call-out__footer {
  width: 100%;
}
@media (min-width: 64em) {
  .banner-call-out__footer p {
    font-family: var(--best-bold-font-1);
    width: 100%;
    margin-bottom: var(--flow-space);
    font-size: 1.71875rem;
  }
}
.banner-call-out__footer a {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media (max-width: 63.99em) {
  .banner-call-out--sub-title {
    padding-top: 6.25rem;
  }
}
.banner-call-out--left-icons svg {
  width: 2.5rem;
  margin-right: 1.25rem;
}
.banner-call-out--left-icons p {
  margin-left: 3.75rem;
}
.banner-call-out--right-icons svg {
  width: 2.5rem;
  margin-left: 1.25rem;
}
.banner-call-out--right-icons p {
  margin-right: 3.75rem;
}

.narrow-banner-page {
  display: grid;
  grid-template-areas: "narrow-banner-page";
  place-items: center;
  height: 21.875rem;
  overflow: hidden;
}
.narrow-banner-page > * {
  grid-area: narrow-banner-page;
}
.narrow-banner-page__content {
  z-index: 1;
  text-align: center;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.narrow-banner-page__content h2 {
  color: var(--best-main-white);
  font-size: 1.5625rem;
}
.narrow-banner-page img {
  height: 21.875rem;
  object-fit: cover;
  width: 100%;
  z-index: -1;
  width: 100%;
}
.narrow-banner-page picture {
  width: 100%;
}

.product-intro {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}
.product-intro h3 {
  font-size: 0.9375rem;
}
.product-intro p {
  color: var(--best-main-black);
}
@media (min-width: 64em) {
  .product-intro__cols {
    max-width: 47.625rem;
    margin: 0 auto;
  }
}
.product-intro__left {
  flex: 0 0 15.625rem;
  flex-wrap: wrap;
}
@media (max-width: 63.99em) {
  .product-intro__left {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 64em) {
  .product-intro__left {
    margin-right: 1.25rem;
  }
}
.product-intro__left img {
  align-self: center;
  flex-shrink: 0;
  margin-bottom: var(--flow-space);
}
.product-intro__img {
  max-width: 6.25rem;
  margin-right: 0.9375rem;
  margin-left: auto;
}
.product-intro__right p {
  font-size: 0.9375rem;
  color: var(--best-main-black);
  line-height: 1.75;
}
.product-intro--intro {
  padding-bottom: 2.5rem;
}
@media (min-width: 64em) {
  .product-intro--intro {
    width: 70ch;
    padding-bottom: 6.25rem;
  }
}

.form-block-intro {
  grid-template-columns: repeat(12, 1fr);
  margin-top: 5rem;
  padding-bottom: 5rem;
}
.form-block-intro__content {
  grid-column: 1/-1;
}
@media (min-width: 64em) {
  .form-block-intro__content {
    grid-column: 2/12;
  }
}

.form-block {
  box-shadow: 3px 3px 15px #0000001a;
  margin-bottom: 7.5rem;
}
.form-block__row {
  margin-top: 0.375rem;
  margin-bottom: 1rem;
}
.form-block__message {
  background: var(--best-main-2);
}
.form-block__message p {
  color: var(--best-main-white);
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.form-block input[type=text],
.form-block input[type=email],
.form-block input[type=tel],
.form-block textarea,
.form-block select {
  width: 100%;
  background: #f3f3f3;
  padding: 12px;
  border: 2px solid #f3f3f3;
  box-sizing: border-box;
}
.form-block input[type=text]:focus,
.form-block input[type=email]:focus,
.form-block input[type=tel]:focus,
.form-block textarea:focus,
.form-block select:focus {
  outline: none;
  border: 2px solid var(--best-main-3);
}
.form-block input:-webkit-autofill,
.form-block input:-webkit-autofill:hover,
.form-block input:-webkit-autofill:focus,
.form-block textarea:-webkit-autofill,
.form-block textarea:-webkit-autofill:hover,
.form-block textarea:-webkit-autofill:focus,
.form-block select:-webkit-autofill,
.form-block select:-webkit-autofill:hover,
.form-block select:-webkit-autofill:focus {
  border: 2px solid var(--best-main-3);
  -webkit-box-shadow: 0 0 0 30px #f3f3f3 inset !important;
  -webkit-text-fill-color: #060606;
}
.form-block__left {
  padding: 0.625rem;
  flex: 1 1 42rem;
}
@media (min-width: 64em) {
  .form-block__left {
    padding: 3.125rem;
  }
}
.form-block__left a {
  color: var(--best-main-5);
  text-decoration: underline;
}
.form-block__tandc {
  flex: 0 1 50%;
}
.form-block__tandc p {
  font-size: 15px;
  font-size: clamp( 15px, 15px + 0vw, 15px );
}
@media (max-width: 63.99em) {
  .form-block__tandc p {
    margin-bottom: 1.25rem;
  }
}
.form-block__tandc a:hover {
  text-decoration: none;
}
.form-block__button {
  flex: 0 1 50%;
}
.form-block__button button {
  width: 100%;
  line-height: 2;
  padding: 0.625rem 1.375rem 0.3125rem 1.375rem;
  transition: 0.5s;
  transition-timing-function: ease-in-out;
}
.form-block__button button:hover {
  background: var(--best-main-9);
}
.form-block__right {
  flex: 1 0 29rem;
}
.form-block__right img,
.form-block__right picture {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

::-webkit-input-placeholder {
  color: #060606;
}

::-moz-placeholder {
  color: #060606;
}

:-ms-input-placeholder {
  color: m #060606;
}

:-moz-placeholder {
  color: #060606;
}

.js-validate-error-label {
  background: var(--best-main-8);
  color: var(--best-main-white) !important;
  padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
}

@media (min-width: 64em) {
  .hover-boxes-expand {
    height: 48rem;
    overflow: hidden;
  }
}
.hover-boxes-expand__row {
  flex-direction: row;
}
.hover-boxes-expand__text {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hover-boxes-expand__text p {
  font-size: 1.71875rem;
  font-family: var(--best-bold-font-1);
  color: var(--best-main-white);
  line-height: 1.2;
}
.hover-boxes-expand__item {
  flex: 1 1 100%;
  overflow: hidden;
  transition: flex-basis 0.5s ease;
  will-change: flex-basis;
  transform: translateZ(0);
}
.hover-boxes-expand__item:hover {
  flex-basis: 143%;
}
.hover-boxes-expand__item img,
.hover-boxes-expand__item picture {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.5s ease;
  will-change: transform;
  object-fit: cover;
}
@media (min-width: 64em) {
  .hover-boxes-expand__item img,
.hover-boxes-expand__item picture {
    height: 48rem;
    width: 75rem;
    max-width: initial;
  }
}

.narrow-header {
  display: grid;
  grid-template-areas: "narrow-header";
  height: 16.5625rem;
  place-items: center;
}
@media (min-width: 64em) {
  .narrow-header {
    height: 25.8125rem;
  }
}
.narrow-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16.5625rem;
  background: rgba(0, 0, 57, 0.3);
}
@media (min-width: 64em) {
  .narrow-header:before {
    height: 25.8125rem;
  }
}
.narrow-header > * {
  grid-area: narrow-header;
}
.narrow-header__content {
  z-index: 1;
  text-align: left;
}
.narrow-header__content h1 {
  font-size: 50px;
  font-size: clamp( 50px, 40.9090909091px + 2.8409090909vw, 70px );
}
.narrow-header__content p {
  font-family: var(--best-bold-font-1);
}
.narrow-header__content h1,
.narrow-header__content p {
  color: var(--best-main-white);
}
.narrow-header--long-text h1 {
  font-size: 18px;
  font-size: clamp( 18px, -5.6363636364px + 7.3863636364vw, 70px );
}
.narrow-header img,
.narrow-header picture {
  object-fit: cover;
  height: 16.5625rem;
  width: 100%;
  z-index: -1;
}
@media (min-width: 64em) {
  .narrow-header img,
.narrow-header picture {
    height: 25.8125rem;
  }
}

.narrow-page {
  padding: 3.75rem 0.9375rem 3.75rem 0.9375rem;
  max-width: 43.75rem;
}
.narrow-page--full-width {
  max-width: 100%;
}
.narrow-page--1200 {
  max-width: 75rem;
}
.narrow-page h2 {
  font-size: 2.5rem;
}
.narrow-page p:first-of-type {
  font-size: 1.5625rem;
  color: var(--best-main-black);
  font-family: var(--best-medium-font-1);
  margin-bottom: 2rem;
}
.narrow-page p:nth-child(3) {
  font-style: italic;
}
.narrow-page h3 {
  font-size: 1.25rem;
  color: var(--best-main-8);
}

@media (min-width: 64em) {
  .globe-slider-page {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 63.99em) {
  .globe-slider-page {
    height: 43.75rem;
  }
}
@media (max-width: 63.99em) {
  .globe-slider-page .swiper-container {
    height: 43.75rem;
  }
}
@media (min-width: 64em) {
  .globe-slider-page {
    height: initial;
  }
}

.globe-slider-header.globe-slider-bg {
  height: initial;
}
@media (max-width: 63.99em) {
  .globe-slider-header .globe-slider {
    height: 43.75rem;
  }
}
@media (min-width: 64em) {
  .globe-slider-header .globe-slider .world-globe__buttons {
    bottom: 3.75rem;
  }
}

.globe-slider-bg {
  background-size: cover;
}
@media (min-width: 64em) {
  .globe-slider-bg {
    height: 46.25rem;
  }
}
@media (min-width: 64em) {
  .globe-slider-bg .globe-slider {
    height: 46.25rem;
  }
}

.world-globe {
  background-size: cover;
  height: 43.75rem;
}
@media (min-width: 64em) {
  .world-globe {
    grid-template-columns: repeat(3, 1fr);
  }
}
.world-globe__header {
  left: 1.25rem;
  top: 2.5rem;
  z-index: 9;
}
@media (max-width: 63.99em) {
  .world-globe__header {
    left: 3.125rem;
  }
}
@media (min-width: 75em) {
  .world-globe__header {
    left: 6.25rem;
  }
}
@media (min-width: 106.25em) {
  .world-globe__header {
    left: 15.625rem;
  }
}
.world-globe__header h2 {
  font-size: 20px;
  font-size: clamp( 17.5px, 21.1363636364px + -0.3551136364vw, 20px );
  color: var(--best-main-6);
}
.world-globe p {
  color: var(--best-main-white);
  font-size: 12.5px;
  font-size: clamp( 12.5px, 11.1363636364px + 0.4261363636vw, 15.5px );
  width: 30ch;
  line-height: 2;
}
@media (max-width: 63.99em) {
  .world-globe__logo img,
.world-globe__logo picture {
    position: absolute;
    z-index: 99;
    width: 6.25rem;
    left: 50%;
    top: 113%;
    transform: translate(-50%, -50%);
    max-width: 25rem;
  }
}
@media (min-width: 64em) {
  .world-globe__logo img,
.world-globe__logo picture {
    width: 12.5rem;
  }
}
@media (max-width: 63.99em) {
  .world-globe__globe img,
.world-globe__globe picture {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 85%;
    width: 85%;
  }
}
@media (min-width: 75em) {
  .world-globe__globe img,
.world-globe__globe picture {
    max-width: 40.625rem;
  }
}
.world-globe__line {
  width: 200px;
  height: 2px;
  position: absolute;
  right: 0;
  display: none;
}
@media (min-width: 64em) {
  .world-globe__line {
    display: block;
  }
}
@media (max-width: 63.99em) {
  .world-globe__fact {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 64em) {
  .world-globe__fact {
    display: block;
    flex-direction: column;
  }
}
.world-globe__fact p {
  color: var(--best-main-white);
  margin-bottom: var(--flow-space);
  width: 40ch;
}
@media (min-width: 64em) {
  .world-globe__fact p {
    text-align: left;
  }
}
.world-globe__fact span {
  display: none;
  font-size: 8.75rem;
  font-family: var(--best-bold-font-1);
  color: var(--best-main-white);
}
@media (min-width: 64em) {
  .world-globe__fact span {
    display: block;
  }
}
.world-globe__fact span:last-of-type {
  color: var(--best-main-6);
  font-size: 4.375rem;
}
.world-globe__facts {
  align-items: baseline;
}
@media (max-width: 63.99em) {
  .world-globe__info {
    text-align: center;
    top: 0.625rem;
    position: relative;
  }
}
.world-globe__buttons {
  justify-content: center;
  position: absolute;
  left: 1.25rem;
  bottom: 9.375rem;
  z-index: 99;
}
@media (max-width: 63.99em) {
  .world-globe__buttons {
    top: 72%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 29px;
  }
}
@media (min-width: 64em) {
  .world-globe__buttons {
    bottom: 1.25rem;
    justify-content: flex-end;
    right: 1.25rem;
  }
}
.world-globe__buttons .swiper-button-next {
  margin-left: 1.25rem;
}
@media (max-width: 63.99em) {
  .world-globe--with-button-1 {
    top: 3.125rem;
  }
}
@media (max-width: 63.99em) {
  .world-globe--with-button-2 {
    top: 1.25rem;
  }
}
@media (max-width: 63.99em) {
  .world-globe--with-button-3 {
    top: 2.5rem;
  }
}
@media (max-width: 63.99em) {
  .world-globe--with-no-button-1 {
    top: 1.875rem;
  }
}

.logo-block {
  flex-direction: column;
  margin-top: 3.75rem;
  margin-bottom: 3.25rem;
  gap: 3.75rem;
}
@media (min-width: 64em) {
  .logo-block {
    flex-wrap: wrap;
    flex-direction: initial;
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
    gap: 0;
  }
}
.logo-block__item {
  width: 100%;
}
@media (min-width: 64em) {
  .logo-block__item {
    width: 25%;
  }
}
.logo-block img,
.logo-block picture {
  margin: 0 auto;
  max-width: 9.375rem;
}
@media (min-width: 64em) {
  .logo-block--top-row {
    margin-bottom: 3.125rem;
  }
}

.leadership-team {
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 20px;
  margin-top: 7.1875rem;
}
.leadership-team__title {
  grid-column: span 8;
  margin-bottom: 3.75rem;
}
.leadership-team__title p {
  font-size: 15px;
  font-size: clamp( 15px, 15px + 0vw, 15px );
}
.leadership-team__item {
  grid-column: span 4;
  margin-bottom: 2.5rem;
}
@media (min-width: 64em) {
  .leadership-team__item {
    grid-column: span 4;
    margin-left: 70px;
  }
}
.leadership-team__item img,
.leadership-team__item picture {
  object-fit: cover;
  width: 100%;
}
.leadership-team__item p {
  font-size: 15px;
  font-size: clamp( 15px, 15px + 0vw, 15px );
}
.leadership-team h3 {
  font-size: 17.5px;
  font-size: clamp( 17.5px, 17.5px + 0vw, 17.5px );
  margin-bottom: 0;
}
.leadership-team p {
  margin-top: 0;
  font-family: "OndoRegular";
  padding-top: 11px;
  line-height: 1.1em;
}

.grid-wrap {
  height: 768px;
  width: 100%;
}
.grid-wrap img,
.grid-wrap picture {
  position: absolute;
  top: 0;
  object-fit: cover;
  height: 768px;
  width: 100%;
  z-index: -1;
}

.grid-block-top {
  z-index: 8;
  border-bottom: 1px solid var(--best-main-white);
}
@media (min-width: 64em) {
  .grid-block-top {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    height: 50%;
  }
}
.grid-block-top__item {
  height: 100%;
}
@media (max-width: 63.99em) {
  .grid-block-top__item:first-of-type {
    border-bottom: 1px solid var(--best-main-white);
  }
}
@media (min-width: 64em) {
  .grid-block-top__item:first-of-type {
    border-right: 1px solid var(--best-main-white);
  }
}
@media (max-width: 63.99em) {
  .grid-block-top__item:nth-of-type(2) {
    border-bottom: 1px solid var(--best-main-white);
  }
}
@media (min-width: 64em) {
  .grid-block-top__item:nth-of-type(2) {
    border-left: 1px solid var(--best-main-white);
    border-right: 1px solid var(--best-main-white);
  }
}
.grid-block-top__item:last-of-type {
  border-left: 1px solid var(--best-main-white);
}

.grid-block-bottom {
  border-top: 1px solid var(--best-main-white);
  z-index: 8;
}
@media (min-width: 64em) {
  .grid-block-bottom {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    height: 50%;
  }
}
.grid-block-bottom__item {
  height: 100%;
}
@media (max-width: 63.99em) {
  .grid-block-bottom__item:first-of-type {
    border-bottom: 1px solid var(--best-main-white);
  }
}
@media (min-width: 64em) {
  .grid-block-bottom__item:first-of-type {
    border-right: 1px solid var(--best-main-white);
  }
}
@media (max-width: 63.99em) {
  .grid-block-bottom__item:nth-of-type(2) {
    border-bottom: 1px solid var(--best-main-white);
  }
}
@media (min-width: 64em) {
  .grid-block-bottom__item:nth-of-type(2) {
    border-left: 1px solid var(--best-main-white);
    border-right: 1px solid var(--best-main-white);
  }
}
@media (max-width: 63.99em) {
  .grid-block-bottom__item:nth-of-type(3) {
    border-bottom: 1px solid var(--best-main-white);
  }
}
@media (min-width: 64em) {
  .grid-block-bottom__item:nth-of-type(3) {
    border-left: 1px solid var(--best-main-white);
    border-right: 1px solid var(--best-main-white);
  }
}
.grid-block-bottom__item:last-of-type {
  border-left: 1px solid var(--best-main-white);
}

.grid-block__content {
  margin-left: 1.25rem;
  margin-top: 0.9375rem;
}
@media (max-width: 63.99em) {
  .grid-block__content {
    display: flex;
  }
}
.grid-block__content span {
  font-size: 1.875rem;
  color: var(--best-main-3);
  font-family: var(--best-bold-font-1);
}
.grid-block__content p {
  font-size: 0.9375rem;
  color: var(--best-main-white);
}
@media (max-width: 63.99em) {
  .grid-block__content p {
    line-height: 4;
    margin-left: 0.625rem;
  }
}

.post {
  grid-template-columns: repeat(12, 1fr);
}
.post__left {
  margin-top: var(--flow-space);
}
@media (min-width: 64em) {
  .post__left {
    grid-column: 2/3;
    padding: 0 0 0 1.25rem;
  }
}
.post__left svg {
  width: 2.5rem;
  margin-bottom: var(--flow-space);
}
@media (max-width: 63.99em) {
  .post__left svg {
    margin-right: 0.625rem;
  }
}
@media (min-width: 64em) {
  .post__left svg {
    width: 3.125rem;
  }
}
@media (min-width: 64em) {
  .post__social-icons {
    margin-top: 2.6875rem;
  }
}
.post__left-social {
  margin-top: 3.75rem;
}
.post__right {
  background: var(--best-main-white);
  grid-column: 3/-1;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
@media (min-width: 64em) {
  .post__right {
    grid-column: 3/12;
    padding: 3.125rem 4.375rem 5.625rem 4.375rem;
  }
}
.post__right h1 {
  font-size: 20px;
  font-size: clamp( 20px, 10.9090909091px + 2.8409090909vw, 40px );
}
.post__right h2 {
  font-size: 15px;
  font-size: clamp( 15px, 3.6363636364px + 3.5511363636vw, 40px );
  margin: 1em 0;
  line-height: 1;
  font-family: var(--best-bold-font-1);
}
.post__right h3 {
  font-size: 15px;
  font-size: clamp( 15px, 11.5909090909px + 1.0653409091vw, 22.5px );
  color: var(--best-main-8);
  margin-top: var(--flow-space);
  margin-bottom: 0;
}
.post__right h4 {
  font-size: 12.5px;
  font-size: clamp( 12.5px, 10.2272727273px + 0.7102272727vw, 17.5px );
  color: var(--best-main-1);
  font-family: var(--best-bold-font-1);
  margin-top: var(--flow-space);
}
.post__right .primary {
  color: var(--best-main-1);
}
.post__right .blue {
  color: var(--best-main-6);
}
.post__right .red {
  color: var(--best-main-8);
}
.post__right img,
.post__right p {
  padding: 1em 0;
}
.post__right ul {
  padding: 1em 2em;
}
.post__right .yt-embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.post__right .yt-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.post__job-button {
  margin-right: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 64em) {
  .post__job-button {
    position: relative;
    left: -0.9375rem;
  }
}
.post__cat,
.post date {
  color: var(--best-main-5);
  font-family: var(--best-bold-font-1);
}
.post__cat {
  margin-right: 1.25rem;
}
@media (min-width: 64em) {
  .post__tags {
    margin-top: 2.5rem;
  }
}
.post--no-padding {
  padding-top: 0;
}
@media (max-width: 63.99em) {
  .post--no-padding {
    margin-top: 0;
  }
}
.post--case-study-social-icons {
  padding-top: 1.5625rem;
}
@media (min-width: 64em) {
  .post--case-study {
    padding: 1.25rem 4.375rem 5.625rem 4.375rem;
  }
}

.pagination {
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 15px;
  margin-bottom: 2.5rem;
  margin-top: 0.5625rem;
}
.pagination__left {
  grid-column: 2/7;
  box-shadow: 3px 3px 15px #06060629;
}
.pagination__left .d-flex {
  height: 100%;
}
.pagination__right {
  grid-column: 7/12;
  box-shadow: 3px 3px 15px #06060629;
}
.pagination__right .d-flex {
  height: 100%;
}
@media (min-width: 64em) {
  .pagination__img {
    width: 50%;
  }
}
.pagination__img img,
.pagination__img picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 64em) {
  .pagination__link {
    width: 50%;
  }
}
.pagination__link p {
  font-family: var(--best-bold-font-1);
}
.pagination__heading {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
@media (min-width: 64em) {
  .pagination__heading {
    padding: 1.875rem 0.9375rem 1.875rem 0.9375rem;
  }
}
.pagination--text-align-left {
  text-align: left;
}
.pagination--text-align-right {
  text-align: right;
}

.video-block {
  position: relative;
}
.video-block__content {
  grid-template-columns: 3fr 2fr;
  width: 100%;
  height: 100%;
  position: absolute;
}
@media (min-width: 64em) {
  .video-block__content {
    column-gap: 100px;
    display: grid;
  }
}
.video-block__col-left, .video-block__col-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.video-block__col-left {
  align-items: flex-start;
  margin-left: auto;
}
.video-block__col-left h2 {
  color: var(--best-main-6);
}
.video-block__col-left p {
  color: var(--best-main-white);
  font-size: 0.96875rem;
}
@media (min-width: 64em) {
  .video-block__col-left p {
    width: 35ch;
  }
}
.video-block__text {
  text-align: right;
}
.video-block__text .btn {
  margin-top: var(--flow-space);
}
.video-block__col-right {
  align-items: flex-end;
  position: relative;
}
.video-block--white h2 {
  color: var(--best-main-1);
}
.video-block--white p {
  color: var(--best-main-black);
}
.video-block .poster-size-ref {
  position: absolute;
  width: 100%;
  height: 100%;
}
.video-block .video-preview {
  height: 100%;
}
@media (max-width: 63.99em) {
  .video-block .video-preview {
    margin-top: 1.25rem;
  }
}
@media (min-width: 64em) {
  .video-block .video-preview {
    position: absolute;
    top: 0;
    right: 0;
    height: 38.875rem;
  }
}
.video-block .video-poster {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 64em) {
  .video-block .video-poster {
    height: 100%;
  }
}
.video-block .play-btn {
  position: absolute;
  width: 64px;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-block .play-btn:hover {
  cursor: pointer;
}
.video-block .video-holder {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 56.25%;
  /* z-index: -1; */
  opacity: 0;
}
.video-block .vimeo-wrap {
  width: 100%;
  height: 100%;
}
@media (min-width: 64em) {
  .video-block .vimeo-wrap {
    position: absolute;
  }
}
.video-block .vimeo-wrap iframe {
  width: 100%;
  height: 100%;
}
.video-block #vimeo-player1 {
  width: 100%;
  height: 100%;
}

@media (max-width: 63.99em) {
  .js-hide-preview {
    display: none;
  }
}

.text-row {
  grid-template-columns: repeat(12, 1fr);
}
.text-row h3 {
  margin-bottom: 0;
}
.text-row p {
  font-size: 15.5px;
  font-size: clamp( 15.5px, 15.5px + 0vw, 15.5px );
  color: var(--best-main-black);
}
.text-row__content {
  margin-top: 3.75rem;
  margin-bottom: 1.875rem;
  grid-column: 1/-1;
}
@media (min-width: 64em) {
  .text-row__content {
    grid-column: 1/8;
  }
}

.three-image-blocks {
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 15px;
}
.three-image-blocks__item {
  grid-column: span 12;
}
@media (min-width: 64em) {
  .three-image-blocks__item {
    grid-column: span 4;
  }
}
.three-image-blocks__item img,
.three-image-blocks__item picture {
  object-fit: cover;
  width: 100%;
}
.three-image-blocks__item span {
  right: 1.25rem;
  bottom: -1.25rem;
}
.three-image-blocks__content {
  padding-top: 40px;
}
.three-image-blocks__content h3 {
  margin-bottom: 0;
}
.three-image-blocks__content p {
  font-size: 15.5px;
  font-size: clamp( 15.5px, 15.5px + 0vw, 15.5px );
  color: var(--best-main-black);
}

.guides-row {
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 10px;
}
.guides-row__item {
  grid-column: span 12;
}
@media (min-width: 64em) {
  .guides-row__item {
    grid-column: span 3;
  }
}
.guides-row__item ul {
  margin-left: -1.25rem;
}
.guides-row__item a {
  color: var(--best-main-black);
  font-size: 15px;
  font-size: clamp( 15px, 14.7727272727px + 0.0710227273vw, 15.5px );
  padding-bottom: var(--flow-space);
  display: block;
}

.contact-bg {
  object-fit: cover;
  position: fixed;
  z-index: -1;
  background: var(--best-main-1);
  width: 100%;
  height: 100%;
}
.contact-bg img,
.contact-bg picture {
  width: 100%;
}

.contact-block {
  padding-top: 6.25rem;
}
.contact-block h1 {
  color: var(--best-main-white);
  font-size: 40px;
  font-size: clamp( 40px, 26.3636363636px + 4.2613636364vw, 70px );
  font-family: var(--best-bold-font-1);
  margin-bottom: 0;
}
.contact-block p,
.contact-block a[href^="tel:"] {
  color: var(--best-main-white);
}
.contact-block a[href^="tel:"] {
  margin-bottom: 1.25rem;
}
.contact-block__intro {
  font-size: 25px;
  font-size: clamp( 25px, 25px + 0vw, 25px );
  font-family: var(--best-bold-font-1);
  margin-bottom: 2.5rem;
}
.contact-block__row h2 {
  color: var(--best-main-3);
  font-size: 17.5px;
  font-size: clamp( 17.5px, 17.5px + 0vw, 17.5px );
}
.contact-block__form h2 {
  color: var(--best-main-6);
  font-size: 27.5px;
  font-size: clamp( 27.5px, 27.5px + 0vw, 27.5px );
}
.contact-block__items {
  padding-right: 3.75rem;
}
.contact-block address {
  font-style: normal;
  margin-bottom: 1.25rem;
}
@media (min-width: 64em) {
  .contact-block address {
    margin-bottom: 5rem;
  }
}
.contact-block__wrapper {
  margin-top: 0.9375rem;
}
@media (min-width: 64em) {
  .contact-block__wrapper {
    margin-top: 5rem;
  }
}
.contact-block__left {
  padding-top: 0.625rem;
}
@media (min-width: 64em) {
  .contact-block__left {
    width: 12.5rem;
  }
}
.contact-block__left svg {
  width: 3.125rem;
  height: 3.125rem;
  margin-right: 2.5rem;
  margin-bottom: 1.25rem;
}
.contact-block__right {
  max-width: 43.75rem;
  width: 100%;
}
.contact-block__right label {
  font-family: var(--best-bold-font-1);
  color: var(--best-main-white);
  letter-spacing: 1px;
}
.contact-block__right input {
  background: var(--best-main-1);
  border: 2px solid var(--best-main-white);
}
.contact-block__right button {
  max-width: 7.625rem;
  margin-left: auto;
}
.contact-block__right .form-block {
  margin-bottom: 1.875rem;
}
@media (max-width: 63.99em) {
  .contact-block__right .form-block__row {
    margin-bottom: 1.875rem;
  }
}
.contact-block__right .form-block__button {
  display: flex;
}
.contact-block__right a {
  color: var(--best-main-white);
  text-decoration: underline;
}
.contact-block__right input[type=text],
.contact-block__right input[type=email],
.contact-block__right input[type=tel],
.contact-block__right textarea,
.contact-block__right select {
  width: 100%;
  background: var(--best-main-1);
  padding: 12px;
  border: 2px solid #f3f3f3;
  box-sizing: border-box;
  color: var(--best-main-white);
  background-color: transparent;
}
.contact-block__right input[type=text]:focus,
.contact-block__right input[type=email]:focus,
.contact-block__right input[type=tel]:focus,
.contact-block__right textarea:focus,
.contact-block__right select:focus {
  outline: none;
  border: 2px solid var(--best-main-3);
}
.contact-block__right textarea + .js-validate-error-label {
  position: relative;
  top: -6px;
}
.contact-block__right input:-webkit-autofill,
.contact-block__right input:-webkit-autofill:hover,
.contact-block__right input:-webkit-autofill:focus,
.contact-block__right textarea:-webkit-autofill,
.contact-block__right textarea:-webkit-autofill:hover,
.contact-block__right textarea:-webkit-autofill:focus,
.contact-block__right select:-webkit-autofill,
.contact-block__right select:-webkit-autofill:hover,
.contact-block__right select:-webkit-autofill:focus {
  border: 2px solid var(--best-main-3);
  -webkit-box-shadow: 0 0 0 30px var(--best-main-1) inset !important;
  -webkit-text-fill-color: var(--best-main-white);
}
.contact-block__right select {
  color: #f3f3f3;
  border: 1px solid #f3f3f3;
}
.contact-block__right select option {
  color: #f3f3f3;
}
.contact-block__right ::-webkit-input-placeholder {
  color: #f3f3f3;
  opacity: 0.5;
}
.contact-block__right ::-moz-placeholder {
  color: #f3f3f3;
  opacity: 0.5;
}
.contact-block__right :-ms-input-placeholder {
  color: #f3f3f3;
  opacity: 0.5;
}
.contact-block__right :-moz-placeholder {
  color: #f3f3f3;
  opacity: 0.5;
}
.contact-block__data {
  margin-bottom: 1.25rem;
}
@media (min-width: 64em) {
  .contact-block__data {
    margin-bottom: 5rem;
  }
}
.contact-block__data h2 {
  color: var(--best-main-6);
  font-size: 15px;
  font-size: clamp( 15px, 15px + 0vw, 15px );
}
.contact-block__data p {
  font-size: 15px;
  font-size: clamp( 15px, 15px + 0vw, 15px );
}

@media (max-width: 63.99em) {
  .grid-block-links {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
@media (min-width: 64em) {
  .grid-block-links {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.grid-block-links__col {
  height: 12.5rem;
  position: relative;
}
@media (min-width: 64em) {
  .grid-block-links__col {
    height: 18.75rem;
  }
}
.grid-block-links__col img,
.grid-block-links__col picture {
  height: 12.5rem;
  object-fit: cover;
}
@media (min-width: 64em) {
  .grid-block-links__col img,
.grid-block-links__col picture {
    height: 18.75rem;
  }
}
.grid-block-links__col p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 2;
  font-size: 1.71875rem;
  font-family: var(--best-bold-font-1);
  color: var(--best-main-white);
  line-height: 1.2;
}
.grid-block-links__col:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 57, 0.53);
  z-index: 1;
  mix-blend-mode: multiply;
}
@media (min-width: 64em) {
  .grid-block-links__col:hover:after {
    content: "";
    position: absolute;
    z-index: 2;
    border-radius: inherit;
    border: 2px solid #fccb00;
    inset: 1rem;
  }
}

.cookieConsentToggle {
  width: 40px;
  height: 40px;
  position: fixed;
  will-change: transform;
  padding: 9px;
  border: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: white;
  border-radius: 50%;
  bottom: 20px;
  right: 20px;
  transition: 200ms;
  opacity: 1;
  z-index: 99980;
}

.cookieConsentToggle:hover {
  color: white;
  background: black;
}

.cookieConsentToggle * {
  fill: currentColor;
}

.cookieConsentWrapper {
  z-index: 99990;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  color: white;
  padding: 20px;
  transition: 200ms;
}

.cookieConsent {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.cookieConsent__Content {
  margin-right: 40px;
}

.cookieConsent__Title {
  margin: 0;
  font-weight: bold;
}

.cookieConsent__Description {
  margin: 10px 0 0;
}

.cookieConsent__Description a {
  color: white;
  text-decoration: underline;
}

.cookieConsent__Description a:hover {
  text-decoration: none;
}

.cookieConsent__Right {
  display: flex;
  align-items: flex-end;
}

.cookieConsentOperations {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  transition: 300ms;
  will-change: transform;
  z-index: 99999;
}

.cookieConsentOperations .cookieConsentOperations__List {
  transform: scale(1);
}

.cookieConsentOperations__List {
  background: white;
  color: black;
  max-width: 500px;
  padding: 40px;
  margin: auto;
  overflow-y: auto;
  box-sizing: border-box;
  max-height: 100vh;
  transition: 200ms transform;
  will-change: transform;
  transform: scale(0.95);
}

.cookieConsentOperations__Item {
  display: block;
  padding-left: 60px;
  margin-bottom: 20px;
}

.cookieConsentOperations__Item.disabled {
  color: #999;
}

.cookieConsentOperations__Item.disabled label::after {
  opacity: 0.3;
}

.cookieConsentOperations__Item input {
  display: none;
}

.cookieConsentOperations__Item label {
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  display: block;
  position: relative;
}

.cookieConsentOperations__Item label::before {
  content: "";
  display: block;
  left: -60px;
  background: #dedede;
  height: 20px;
  border-radius: 20px;
  width: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.cookieConsentOperations__Item label::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: black;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -58px;
  transition: 200ms;
}

.cookieConsentOperations__Item input:checked + label::after {
  transform: translate(20px, -50%);
}

.cookieConsent__Button {
  padding: 15px 40px;
  display: block;
  background: white;
  white-space: nowrap;
  border: 0;
  font-size: 16px;
  margin-left: 10px;
  cursor: pointer;
  transition: 200ms;
}

.cookieConsent__Button--Close {
  background: black;
  color: white;
  margin: 40px 0 0 60px;
  padding: 15px 60px;
}

.cookieConsent__Button:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 900px) {
  .cookieConsent {
    display: block;
  }

  .cookieConsent__Right {
    margin-top: 20px;
  }

  .cookieConsent__Button {
    margin: 0 10px 10px 0;
  }

  .cookieConsent__Button--Close {
    margin: 40px 0 0;
  }
}
.footer {
  padding-top: 1.875rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 64em) {
  .footer {
    padding-top: 6rem;
  }
}
.footer h2 {
  font-size: 0.9375rem;
  margin-bottom: 1.25rem;
}
.footer p {
  line-height: 1.75;
}
@media (min-width: 62em) {
  .footer p {
    font-size: 0.9375rem;
  }
}
@media (min-width: 62em) {
  .footer ul li > a {
    font-size: 0.875rem;
  }
}
.footer__row-line-1 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 64em) {
  .footer__row-line-1 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
.footer__row-line-2 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 64em) {
  .footer__row-line-2 {
    margin-top: 3.75rem;
    margin-bottom: 0.625rem;
  }
}
.footer__row-1-right .best-energy-footer {
  width: 9.375rem;
}
@media (min-width: 62em) {
  .footer__row-1-right .best-energy-footer {
    margin-bottom: 0.625rem;
  }
}
.footer__row-1-left {
  max-width: 36rem;
}
.footer__row-1-left p:last-of-type {
  margin-top: 0.625rem;
  font-size: 0.9375rem;
  color: var(--best-main-1);
  font-family: var(--best-bold-font-1);
}
.footer__row-1-left svg {
  width: 0.9375rem;
  position: relative;
  top: 3px;
  margin-right: 0.1875rem;
}
.footer__social {
  margin-top: auto;
}
.footer__social a {
  margin-left: 0.5rem;
}
.footer__row-2-item {
  width: 100%;
}
@media (max-width: 63.99em) {
  .footer__row-2-item {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 62em) {
  .footer__row-2-item {
    width: 25%;
  }
}
@media (max-width: 61.99em) {
  .footer__row-2-item ul {
    margin-bottom: 0.9375rem;
  }
}
@media (max-width: 63.99em) {
  .footer__row-2-item ul li {
    padding-bottom: 0.9375rem;
    display: block;
  }
}
@media (min-width: 62em) {
  .footer__row-3 p {
    font-size: 0.875rem;
  }
}
.footer__row-3 p a {
  color: var(--best-main-5);
  text-decoration: underline;
}
.footer__row-3 ul li a {
  padding-left: 1.875rem;
}
@media (max-width: 63.99em) {
  .footer__row-3-item ul {
    margin-top: 1.25rem;
  }
  .footer__row-3-item ul li {
    display: inline-block;
    width: 100%;
    padding-bottom: 0.9375rem;
  }
  .footer__row-3-item ul li a {
    padding-left: 0;
  }
}
.footer__social svg {
  width: 1.5625rem;
}
.footer__social svg path:hover {
  transition: 0.5s;
  transition-timing-function: ease-in-out;
  fill: var(--best-main-5);
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}
body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0s;
}
body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0s;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}
body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0s;
}
body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0s;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}
body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0s;
}
body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0s;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}
body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0s;
}
body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0s;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}
body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0s;
}
body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0s;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}
body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0s;
}
body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0s;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}
body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0s;
}
body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0s;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}
body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0s;
}
body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0s;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}
body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0s;
}
body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0s;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}
body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0s;
}
body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0s;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}
body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0s;
}
body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0s;
}
body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}
body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0s;
}
body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0s;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}
body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0s;
}
body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0s;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}
body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0s;
}
body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0s;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}
body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0s;
}
body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0s;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}
body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0s;
}
body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0s;
}
body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}
body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0s;
}
body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}
body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}
body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0s;
}
body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}
body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0s;
}
body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}
body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0s;
}
body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}
body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0s;
}
body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}
body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0s;
}
body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}
body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0s;
}
body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0s;
}
body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}
body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0s;
}
body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}
body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0s;
}
body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}
body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0s;
}
body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}
body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}
body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0s;
}
body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}
body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0s;
}
body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}
body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}
body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0s;
}
body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}
body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0s;
}
body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}
body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0s;
}
body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}
body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0s;
}
body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}
body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0s;
}
body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}
body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0s;
}
body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}
body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}
body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0s;
}
body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}
body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0s;
}
body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}
body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}
body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0s;
}
body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}
body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0s;
}
body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}
body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}
body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0s;
}
body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}
body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0s;
}
body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}
body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}
body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0s;
}
body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}
body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0s;
}
body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}
body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}
body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0s;
}
body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}

[data-aos] {
  pointer-events: none;
}
[data-aos].aos-animate {
  pointer-events: auto;
}

body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
  html:not(.no-js) {
    /**
    * Fade animations:
    * fade
    * fade-up, fade-down, fade-left, fade-right
    * fade-up-right, fade-up-left, fade-down-right, fade-down-left
    */
    /**
    * Zoom animations:
    * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
    * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
    */
    /**
    * Slide animations
    */
    /**
    * Flip animations:
    * flip-left, flip-right, flip-up, flip-down
    */
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: none;
  }
  html:not(.no-js) [data-aos=fade-up] {
    transform: translate3d(0, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down] {
    transform: translate3d(0, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-left] {
    transform: translate3d(100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0);
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  html:not(.no-js) [data-aos=zoom-in] {
    transform: scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-out] {
    transform: scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-up] {
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos=slide-down] {
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-left] {
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform;
  }
  html:not(.no-js) [data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) [data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) [data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) [data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) [data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
}
[data-tooltip] {
  position: relative;
  display: inline-block;
}
[data-tooltip]:before, [data-tooltip]:after {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -12px);
  z-index: 1000;
  pointer-events: none;
  user-select: none;
  opacity: 0;
  transition: opacity 0.35s ease 0.25s;
}
[data-tooltip]:before {
  content: attr(data-tooltip);
  background: #333;
  color: #eee;
  padding: 8px 12px;
  white-space: nowrap;
  bottom: 100%;
  border-radius: 3px;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.65);
}
[data-tooltip]:after {
  content: "";
  background: transparent;
  border: 8px solid transparent;
  border-top-color: #333;
}
[data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after, [data-tooltip]:active:before, [data-tooltip]:active:after {
  opacity: 1;
}
[data-tooltip].tooltip-multiline:before {
  width: 100vw;
  max-width: 240px;
  white-space: normal;
}
[data-tooltip][class*=tooltip-bottom]:before, [data-tooltip][class*=tooltip-bottom]:after {
  transform: translate(-50%, 12px);
}
[data-tooltip][class*=tooltip-bottom]:before {
  bottom: auto;
  top: 100%;
}
[data-tooltip][class*=tooltip-bottom]:after {
  bottom: 0;
  border: 8px solid transparent;
  border-bottom-color: #333;
}
[data-tooltip].tooltip-bottom-left:before {
  transform: translate(-24px, 12px);
}
[data-tooltip].tooltip-bottom-right:before {
  left: auto;
  right: 50%;
  transform: translate(24px, 12px);
}
[data-tooltip].tooltip-top-left:before {
  transform: translate(-24px, -12px);
}
[data-tooltip].tooltip-top-right:before {
  left: auto;
  right: 50%;
  transform: translate(24px, -12px);
}

.tooltip-multiline:hover {
  cursor: pointer;
}