* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

*, a {
  -webkit-tap-highlight-color: transparent !important;
}

body, html {
  font-family: "Albert Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  color: #ffffff;
  background: #02121B;
}
@media screen and (max-width: 980px) {
  body, html {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body, html {
    font-size: 16px;
  }
}

a {
  text-decoration: none;
  transition: color 0.5s ease;
}

a:hover {
  color: #76C8FB;
}

a, div {
  -webkit-tap-highlight-color: transparent;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
  -webkit-appearance: none;
}

h2 {
  font-family: "Albert Sans", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 4rem;
  line-height: 1.1em;
  letter-spacing: -0.02em;
}

h2 span {
  color: #76C8FB;
}

h3 {
  font-family: "Albert Sans", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 2rem;
  line-height: 1.1em;
  letter-spacing: -0.02em;
}

p {
  font-family: "Albert Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-weight: 200;
  font-size: 1.2rem;
  line-height: 1.25em;
}

p.md {
  font-weight: 500;
}

.secPadding {
  padding: 7.5rem 0;
}

.container {
  width: calc(100% - 2rem);
  max-width: 1400px;
  margin: 0 auto;
}

.container-inner {
  width: calc(100% - 2rem);
  max-width: 1165px;
  margin: 0 auto;
}

.flex_wrapper {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
}
.flex_wrapper.--space_between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex_wrapper.--item_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.plx-parent {
  position: relative;
}

.plx-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0% 100%);
  top: 0px;
  left: 0px;
}
.plx-wrap .plx-bg {
  background: url(/i/learn-why-bg-img-parallax.jpg) no-repeat center/cover;
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100vh;
  width: 100%;
}

#shade {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
}

#shade.active {
  opacity: 1;
  visibility: visible;
}

.global-btn {
  background: #76C8FB;
  border-radius: 50px;
  backdrop-filter: blur(2px);
  padding: 14px 27px;
  border: solid 1px #76C8FB;
  transition: background 0.3s ease;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  width: fit-content;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.global-btn span {
  display: block;
  font-size: 0.9rem;
  font-weight: 400;
  color: #02121B;
  text-align: left;
  transition: color 0.3s ease;
}
.global-btn svg {
  display: inline-block;
  width: 15px;
}
.global-btn svg path {
  transition: all 0.3s ease;
}

.global-btn:hover {
  background-color: #fff;
  border-color: #fff;
}
.global-btn:hover svg path {
  fill: #02121B;
}

section {
  position: relative;
  z-index: 1;
}

/***** HERO *****/
.inner .page-video {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  object-fit: cover;
  object-position: center top;
}

.inner .s1 {
  height: 100vh;
  min-height: 900px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.inner .s1 .container {
  position: absolute;
  bottom: 8.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.inner .s1 .container p {
  font-size: 1.2rem;
  line-height: 1.1em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #fff;
  position: relative;
  padding-left: 35px;
  margin-bottom: 1.5rem;
}
.inner .s1 .container p::before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  background: #ED6F23;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.inner .s1 .container h1 {
  font-family: "Albert Sans", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 3.25rem;
  line-height: 1em;
  color: #fff;
  max-width: 900px;
}
.inner .s1 .container h1 span {
  color: #76C8FB;
}

#nav-shade {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  z-index: 90;
  transition: opacity 0.5s ease;
}

#nav-shade.is-active {
  opacity: 1;
  visibility: visible;
}

/***** HEADER *****/
header {
  width: 100%;
  position: fixed;
  top: 0;
  transition: background 0.3s ease;
  z-index: 100;
  /***** Menu *****/
}
header.is-scrolled {
  background: linear-gradient(to bottom, rgba(2, 18, 27, 0.95) 0%, rgba(2, 18, 27, 0.8) 40%, rgba(2, 18, 27, 0.5) 70%, rgba(2, 18, 27, 0) 100%);
}
header .container {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  gap: 2rem;
  padding: 1rem 0;
}
header .logo {
  display: block;
  width: 106px;
  height: 88px;
  background: url(/i/svg/offit-logo-wh.svg) no-repeat center/contain;
  position: relative;
  z-index: 10;
}
header .menu_container {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.1rem;
  cursor: pointer;
  position: relative;
  z-index: 102;
}
header .menu_container .label {
  overflow: hidden;
  position: relative;
  z-index: 10;
  pointer-events: none;
  text-transform: uppercase;
}
header .menu_container .label .label-track {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  transform: translateX(0%);
  white-space: nowrap;
  transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
header .menu_container .label .txt {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
}
header .menu_container .label .txt.txt-menu {
  overflow: hidden;
  display: inline-block;
  height: 22px;
  text-align: right;
}
header .menu_container .label .txt.txt-menu .nav-label-wrap {
  display: block;
  position: relative;
}
header .menu_container .label .txt.txt-menu .nav-label-current,
header .menu_container .label .txt.txt-menu .nav-label-hover {
  display: block;
}
header .menu_container .label .txt.txt-menu .nav-label-hover {
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap;
  transform: translateY(100%);
}
header .menu_container #menu_btn {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}
header .menu_container #menu_btn .icon-rotor {
  position: relative;
  width: 30px;
  height: 30px;
  transform-origin: 50% 50%;
  z-index: 1;
  display: inline-block;
}
header .menu_container #menu_btn .icon-rotor svg {
  position: absolute;
  inset: 0;
  display: block;
  transition: opacity 0.3s ease;
}
header .menu_container #menu_btn .icon-rotor .icon-close {
  opacity: 0;
}
header .menu_container #menu_btn svg .inner {
  fill: #fff;
}

nav {
  height: calc(100vh - 2rem);
  width: calc(50vw - 2rem);
  max-width: 800px;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(116deg, rgba(194, 202, 211, 0.18) 0%, rgba(194, 202, 211, 0.5) 100%);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  position: fixed;
  top: 1rem;
  pointer-events: none;
  left: 100vw;
  z-index: 100;
}
nav.is-open {
  pointer-events: all;
}
nav .container {
  width: calc(100% - 4rem);
  max-width: 643px;
  height: 100%;
  margin: 0 auto;
  padding: 7rem 0 2rem 0;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
}
nav #close-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  position: absolute;
  right: 4rem;
  top: 1.5rem;
  cursor: pointer;
}
nav #close-nav span {
  font-size: 0.9rem;
  line-height: 1.1em;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
nav h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
nav .navigation .intro {
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #76C8FB;
  margin-bottom: 1.25rem;
}
nav .navigation .nav-links {
  list-style: none;
  padding-top: 2rem;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.1rem;
}
nav .navigation .nav-links li {
  width: 48%;
}
nav .navigation .nav-links a {
  display: block;
  text-align: center;
  color: #fff;
  border: solid 1px #fff;
  padding: 17px;
  border-radius: 42px;
  overflow: hidden;
  font-size: 0.9rem;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
}
nav .navigation .nav-links a:hover, nav .navigation .nav-links .selNav a {
  color: #02121B;
  background-color: #fff;
}
nav .navigation .nav-links .color a {
  border-color: #76C8FB;
  background-color: #76C8FB;
  color: #02121B;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
nav .navigation .nav-links .color a:hover, nav .navigation .nav-links .selNav.color a {
  border-color: #fff;
  background-color: #fff;
}
nav .navigation .bottom {
  margin-top: 2.75rem;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.5rem;
}
nav .navigation .bottom .left {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
nav .navigation .bottom .left > div {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
nav .navigation .bottom .left p, nav .navigation .bottom .left a {
  font-size: 16px;
  color: #fff;
}
nav .navigation .bottom .left a {
  transition: color 0.5s ease;
}
nav .navigation .bottom .left a:hover {
  color: #76C8FB;
}
nav .navigation .bottom .left span {
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #fff;
  margin: 0 10px;
}
nav .navigation .bottom .left .open-popup {
  font-weight: 300;
  cursor: pointer;
}
nav .navigation .bottom .linkedin {
  display: block;
  width: 28px;
  height: 28px;
}
nav .navigation .bottom .linkedin svg {
  width: 100%;
  height: 100%;
}
nav .navigation .bottom .linkedin svg circle, nav .navigation .bottom .linkedin svg path {
  transition: all 0.5s ease;
}
nav .navigation .bottom .linkedin:hover svg circle {
  stroke: #76C8FB;
}
nav .navigation .bottom .linkedin:hover svg path {
  fill: #76C8FB;
}

footer {
  background: #01050C;
  padding-top: 2.5rem;
  z-index: 1;
  position: relative;
}
footer p, footer a {
  font-size: 14px;
  font-weight: 400;
  color: #5D6D77;
  transition: color 0.5s ease;
  cursor: pointer;
}
footer a:hover, footer .privacy:hover, footer .legal:hover {
  color: #76C8FB;
}
footer .logo {
  display: block;
  width: 106px;
  height: 88px;
  background: url(/i/svg/offit-logo-wh.svg) no-repeat center/contain;
  margin: 0 auto 2.5rem auto;
}
footer .nav-links {
  list-style: none;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 4rem;
}
footer .bottom {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: solid 1px rgba(120, 125, 133, 0.3);
  padding: 1.5rem 0;
}
footer .bottom > div {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .bottom span {
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #5D6D77;
  margin: 0 10px;
}

#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  transition: opacity 0.5s ease;
}

#overlay.active {
  opacity: 1;
  visibility: visible;
}

.disclaimer-modal {
  background: #02121B;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2rem);
  max-width: 1100px;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  padding: 5rem 2rem;
  max-height: 90vh;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.disclaimer-modal #popupClose {
  width: 75px;
  height: 75px;
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 10;
  background: url(/i/svg/close-icon.svg) no-repeat center/contain;
  cursor: pointer;
}
.disclaimer-modal h2 {
  margin-bottom: 2rem;
}
.disclaimer-modal p {
  margin-bottom: 1rem;
}
.disclaimer-modal h5 {
  font-family: "Albert Sans", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  margin-top: 3rem;
}
.disclaimer-modal ul {
  list-style: none;
  margin-bottom: 1rem;
}
.disclaimer-modal ul li {
  padding-left: 1rem;
  margin-bottom: 5px;
  font-family: "Albert Sans", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 1.2rem;
  line-height: 1.25em;
  position: relative;
}
.disclaimer-modal ul li::before {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  top: 0.6em;
  left: 0;
}

.disclaimer-modal.active {
  opacity: 1;
  visibility: visible;
}

/***** LOGIN *****/
.login-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2rem);
  max-width: 790px;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  padding: 2.5rem 1rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(2, 18, 27, 0.7) 0%, rgba(24, 125, 181, 0.25) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: opacity 0.5s ease;
}
.login-modal #popupClose {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 10;
  background: url(/i/svg/close-icon.svg) no-repeat center/contain;
  cursor: pointer;
}
.login-modal img {
  display: block;
  margin: 0 auto 3rem auto;
}
.login-modal form {
  width: 100%;
  max-width: 590px;
  margin: 0 auto;
  text-align: center;
}
.login-modal form input:not(.button):not(.global-btn) {
  display: block;
  width: 100%;
  font-family: "Albert Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  background: none;
  border: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  padding-bottom: 1rem;
  margin-bottom: 2.5rem;
}
.login-modal form ::placeholder {
  font-family: "Albert Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  color: #fff;
}
.login-modal form .global-btn {
  display: inline-block;
  text-align: left;
  width: 100%;
  color: #02121B;
  font-size: 0.9rem;
  max-width: 193px;
  background: #76C8FB;
  border: solid 1px #76C8FB;
  transition: background 0.3s ease;
  padding: 14px 27px;
  background-image: url("/i/svg/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: right 27px center;
  background-size: 15px;
  cursor: pointer;
  margin-bottom: 2rem;
}
.login-modal a {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 16px;
}
.login-modal p {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.login-modal.active {
  opacity: 1;
  visibility: visible;
}

.button {
  display: inline-block;
  text-align: left;
  width: 100%;
  font-size: 0.9rem;
  color: #02121B;
  max-width: 193px;
  background: #76C8FB;
  border: solid 1px #76C8FB;
  transition: background 0.3s ease;
  padding: 14px 27px;
  background: #76C8FB;
  border: solid 1px #76C8FB;
  background-image: url("/i/svg/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: right 27px center;
  background-size: 15px;
  cursor: pointer;
  margin-bottom: 2rem;
  border-radius: 50px;
}

#request_lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 200;
}
#request_lightbox.active {
  display: flex;
}
#request_lightbox .contain {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2rem);
  max-width: 790px;
  z-index: 101;
  padding: 2.5rem 1rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(2, 18, 27, 0.7) 0%, rgba(24, 125, 181, 0.25) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
#request_lightbox .close-request {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 10;
  background: url(/i/svg/close-icon.svg) no-repeat center/contain;
  cursor: pointer;
  display: block;
}
#request_lightbox h3 {
  display: block;
  text-align: center;
  margin-bottom: 3rem;
}
#request_lightbox form {
  width: 100%;
  max-width: 590px;
  margin: 0 auto;
  text-align: center;
}
#request_lightbox form input {
  display: block;
  width: 100%;
  font-family: "Albert Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  background: none;
  border: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  padding-bottom: 1rem;
  margin-bottom: 2.5rem;
}
#request_lightbox form ::placeholder {
  font-family: "Albert Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  color: #fff;
}
#request_lightbox form .global-btn {
  display: inline-block;
  text-align: left;
  color: #02121B;
  max-width: 193px;
  background: #76C8FB;
  border: solid 1px #76C8FB;
  transition: background 0.3s ease;
  padding: 14px 27px;
  background-image: url("/i/svg/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: right 27px center;
  background-size: 15px;
  cursor: pointer;
  margin-bottom: 2rem;
}
#request_lightbox .request-message {
  display: block;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}

.request-note {
  display: none;
  color: #fff;
  text-align: center;
  margin-top: 1em;
  font-size: 0.9rem;
}

.request-note.active {
  display: block;
}

.final-msg {
  text-align: center;
  color: #76C8FB;
}

#message {
  color: red;
  text-align: center;
}

/***** FORM *****/
form input, form textarea {
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  color: #fff;
}
form input:focus, form textarea:focus, form button:focus, form select:focus {
  outline: none;
}
form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus,
form textarea:-webkit-autofill,
form textarea:-webkit-autofill:hover,
form textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  color: #fff;
  transition: background-color 5000s ease-in-out 0s;
}

body .cookie-disclaimer {
  background-color: #fff;
  border-radius: 10px;
  width: 90% !important;
  max-width: 1320px !important;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px !important;
  z-index: 1000;
}
body .cookie-disclaimer * {
  color: #273138;
  text-transform: none !important;
}
body .cookie-disclaimer .c-disclaimer.c-on {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
body .cookie-disclaimer .c-disclaimer.c-on p {
  margin: 0 1rem 0 0;
}
body .cookie-disclaimer .c-disclaimer.c-on > button {
  min-width: 150px;
  margin: 0 !important;
}
body .cookie-disclaimer .c-content button:nth-child(5) {
  color: #fff;
  background-color: #273138 !important;
}
body .cookie-disclaimer .c-content button:nth-child(6) {
  color: #fff;
  background-color: #76C8FB !important;
}
body .cookie-disclaimer p, body .cookie-disclaimer div {
  font-family: "Albert Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.8rem;
  line-height: 1.33em;
}
body .cookie-disclaimer a {
  text-decoration: none;
}
body .cookie-disclaimer ul {
  list-style-type: none;
}
body .cookie-disclaimer .c-content h2 {
  font-size: 2.65rem;
  line-height: 1.25em;
  letter-spacing: normal;
  margin-bottom: 1rem;
}
body .cookie-disclaimer .c-content h3.c-on {
  color: #76C8FB !important;
  font-size: 1.75rem;
  line-height: 1.2em;
  margin: 0 0 1rem;
}
body .cookie-disclaimer .btn-preferences, body .cookie-disclaimer .c-nav .btn-close-pref button {
  background-color: #273138;
  color: #fff;
  border: 0;
}
body .cookie-disclaimer .btn-agree {
  background-color: #76C8FB;
  color: #fff;
  border: 0;
}
body .cookie-disclaimer .btn-agree, body .cookie-disclaimer .btn-preferences {
  border-radius: 3.5rem;
  padding: 0.5rem 1rem;
  text-align: center;
}
body .cookie-disclaimer .btn-close {
  background-image: url(/i/svg/close-icon.svg);
  width: 25px;
  height: 25px;
}

/***** MEDIA *****/
@media screen and (max-width: 1500px) {
  nav {
    width: calc(70vw - 2rem);
  }
}
@media screen and (max-width: 1100px) {
  nav {
    width: calc(100vw - 2rem);
    max-width: none;
    top: 1rem;
    height: calc(100vh - 2rem);
  }
  nav .container {
    width: calc(100% - 6rem);
    max-width: none;
  }
  nav #close-nav {
    right: 3rem;
  }
}
@media screen and (max-width: 980px) {
  nav .navigation .bottom .left p, nav .navigation .bottom .left a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body, html {
    -webkit-text-size-adjust: 100%;
  }
  h2 {
    font-size: 2.8rem;
  }
  p {
    font-size: 1rem;
  }
  .secPadding {
    padding: 5rem 0;
  }
  .global-btn {
    gap: 20px;
  }
  .inner .page-video {
    position: absolute;
    will-change: transform;
    height: 110vh;
  }
  .inner .s1 {
    min-height: 400px;
  }
  .inner .s1 .container h1 {
    font-size: 2.4rem;
  }
  .inner .s1 .container p {
    font-size: 1rem;
  }
  header .logo {
    width: 95px;
    height: 70px;
  }
  nav .container {
    width: calc(100% - 2rem);
  }
  nav #close-nav {
    top: 1rem;
    right: 1rem;
  }
  nav h2 {
    font-size: 1.3rem;
  }
  nav .navigation .nav-links {
    gap: 1rem;
  }
  nav .navigation .nav-links li {
    width: 46%;
  }
  nav .navigation .nav-links a {
    font-size: 13px;
    padding: 14px 10px;
  }
  nav .navigation .bottom {
    align-items: flex-end;
  }
  nav .navigation .bottom .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  nav .navigation .bottom .left p, nav .navigation .bottom .left a {
    font-size: 11px;
  }
  nav .navigation .bottom .left .fr {
    display: none;
  }
  nav .navigation .bottom .linkedin {
    width: 23px;
    height: 23px;
  }
  footer .logo {
    width: 95px;
    height: 70px;
  }
  footer .nav-links {
    display: none;
  }
  footer .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  footer .bottom .fr {
    display: none;
  }
  .disclaimer-modal {
    padding: 5rem 1rem;
  }
  .disclaimer-modal #popupClose {
    width: 50px;
    height: 50px;
    right: 2rem;
    top: 1rem;
  }
  .disclaimer-modal h2 {
    font-size: 2.3rem;
  }
  .disclaimer-modal ul li {
    font-size: 1rem;
  }
  .disclaimer-modal h5 {
    margin-top: 2rem;
  }
  .login-modal img {
    max-width: 95px;
  }
  .login-modal #popupClose {
    width: 40px;
    height: 40px;
    top: 1rem;
    right: 1rem;
  }
}

/*# sourceMappingURL=global.css.map */
