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

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

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

* {
  margin: 0;
  padding: 0; }

:root {
  --main-font: 'Montserrat', sans-serif;
  --navy: #001048;
  --green: #00B7B0;
  --white: #FFFFFF;
  --grey: #808080; }

#wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#wrapper p {
  letter-spacing: normal !important; }

body, html {
  font-size: 16px !important;
  color: inherit !important;
  height: auto !important; }

body {
  padding-bottom: 100px; }

@media screen and (max-width: 1279px) {
  body {
    padding-bottom: 0; } }

p {
  font-family: var(--main-font);
  font-size: 1.25em;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  color: var(--grey);
  margin-bottom: 20px; }
  p:last-child {
    margin-bottom: 0; }

@media screen and (max-width: 640px) {
  p {
    font-size: 1em; } }

a {
  text-decoration: none;
  outline: none;
  color: inherit; }

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

button {
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  outline: none;
  cursor: pointer; }

.header-container-wrapper p,
.footer-container-wrapper p {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  text-align: inherit !important;
  color: inherit !important; }

.heading {
  font-family: var(--main-font);
  font-size: 3em;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
  color: var(--navy);
  margin-bottom: 60px; }

@media screen and (max-width: 1023px) {
  .heading {
    font-size: 2.25em;
    margin-bottom: 40px; } }

@media screen and (max-width: 640px) {
  .heading {
    font-size: 1.625em;
    margin-bottom: 30px; } }

.block_cta {
  display: block;
  background: var(--green);
  font-family: var(--main-font);
  font-size: 1em;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  color: var(--white);
  padding: 15px 0;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .block_cta:hover {
    background: var(--navy); }

@media screen and (max-width: 640px) {
  .block_cta {
    font-size: 0.875em;
    padding: 13px 0; } }

.section {
  position: relative;
  width: 100%;
  padding: 120px 0;
  overflow: hidden; }
  .section::before {
    content: '';
    position: absolute;
    top: -120px;
    left: 50%;
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -o-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    -moz-transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    width: 1896px;
    height: 2400px;
    background-image: url("../img/misc/ident.png");
    -webkit-background-size: 1896px 2400px;
    -moz-background-size: 1896px 2400px;
    -o-background-size: 1896px 2400px;
    background-size: 1896px 2400px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$number)";
    filter: alpha(opacity=4);
    -moz-opacity: 0.04;
    -khtml-opacity: 0.04;
    opacity: 0.04; }
  .section .container {
    position: relative;
    width: 90%;
    max-width: 820px;
    margin: 0 auto; }
    .section .container.text_center .heading, .section .container.text_center p {
      text-align: center; }

@media screen and (max-width: 1023px) {
  .section {
    padding: 80px 0; } }

@media screen and (max-width: 640px) {
  .section {
    padding: 50px 0; }
    .section::before {
      display: none; } }

.img {
  width: 100%;
  min-height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 18.23% 0; }

.header-container-wrapper {
  position: sticky;
  top: 0;
  padding-bottom: 0 !important;
  z-index: 100; }

.header-container {
  padding-bottom: 0 !important; }

#header {
  position: relative !important; }

#hero_slider {
  position: relative;
  width: 100%; }
  #hero_slider .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    -moz-transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    width: 90%;
    z-index: 3; }
    #hero_slider .content .logo {
      width: 150px;
      line-height: 0;
      margin: 0 auto 30px auto; }
    #hero_slider .content .heading {
      font-size: 4.875em;
      text-align: center;
      color: var(--white);
      letter-spacing: normal !important;
      margin: 0 !important; }
  #hero_slider .swiper-wrapper {
    z-index: 1; }
    #hero_slider .swiper-wrapper .swiper-slide {
      width: 100%;
      min-height: 500px;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      padding: 18.23% 0; }
  #hero_slider::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 16, 72, 0.6);
    z-index: 2; }

/* -------------------------------------------------- */
@media screen and (max-width: 1023px) {
  #hero_slider .content .heading {
    font-size: 3.5em; }
  #hero_slider .swiper-wrapper .swiper-slide {
    min-height: 400px; } }

@media screen and (max-width: 640px) {
  #hero_slider .content .logo {
    width: 120px;
    margin-bottom: 20px; }
  #hero_slider .content .heading {
    font-size: 2.5em; }
  #hero_slider .swiper-wrapper .swiper-slide {
    min-height: 300px; } }

#nav {
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: center;
  column-gap: 40px;
  width: 100%;
  background: var(--white);
  -webkit-box-shadow: 0px -3px 7px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px -3px 7px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px -3px 7px 0px rgba(0, 0, 0, 0.08);
  padding: 25px 5%;
  z-index: 100; }
  #nav button, #nav a {
    font-family: var(--main-font);
    font-size: 1em;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    color: var(--navy);
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    #nav button:hover, #nav a:hover {
      color: var(--green); }
  #nav a {
    display: block;
    border: solid 1px var(--green);
    color: var(--green);
    padding: 12px 24px; }
    #nav a:hover {
      background: var(--green);
      color: var(--white); }

/* -------------------------------------------------- */
@media screen and (max-width: 1365px) {
  #nav {
    column-gap: 35px; } }

@media screen and (max-width: 1279px) {
  #nav {
    display: none; } }

#intro {
  width: 90%;
  max-width: 820px;
  margin: 120px auto; }
  #intro p {
    text-align: center; }

/* -------------------------------------------------- */
@media screen and (max-width: 1023px) {
  #intro {
    margin-top: 80px;
    margin-bottom: 80px; } }

@media screen and (max-width: 640px) {
  #intro {
    margin-top: 50px;
    margin-bottom: 50px; } }

#values {
  width: 90%;
  margin: 120px auto;
  scroll-margin-top: 120px; }
  #values .heading {
    text-align: center; }
  #values #values_videos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px; }
    #values #values_videos .column {
      display: flex;
      flex-direction: column; }
      #values #values_videos .column .icon {
        width: 75px;
        line-height: 0;
        margin-bottom: 30px; }
      #values #values_videos .column .video {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%; }
        #values #values_videos .column .video iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      #values #values_videos .column .text {
        padding: 30px 0; }
        #values #values_videos .column .text p {
          font-size: 1em; }
          #values #values_videos .column .text p strong {
            font-weight: 700; }
      #values #values_videos .column .block_cta {
        margin-top: auto; }

/* -------------------------------------------------- */
@media screen and (max-width: 1280px) {
  #values #values_videos {
    gap: 40px; }
    #values #values_videos .column .icon {
      width: 50px; } }

@media screen and (max-width: 1023px) {
  #values {
    margin-top: 80px;
    margin-bottom: 80px; }
    #values #values_videos {
      grid-template-columns: repeat(1, 1fr);
      gap: 60px; }
      #values #values_videos .column .icon {
        width: 75px;
        margin-right: auto;
        margin-left: auto; } }

@media screen and (max-width: 640px) {
  #values {
    margin-top: 50px;
    margin-bottom: 50px; }
    #values #values_videos {
      gap: 50px; }
      #values #values_videos .column .icon {
        width: 50px; }
      #values #values_videos .column .text p {
        font-size: 0.875em; } }

#vivid_vision {
  width: 100%;
  background: #EEEEEE;
  padding: 120px 0;
  margin: 120px 0; }
  #vivid_vision .heading {
    text-align: center; }
  #vivid_vision #flipbook {
    width: 90%;
    max-width: 1220px;
    -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    line-height: 0;
    margin: 0 auto; }
    #vivid_vision #flipbook iframe {
      width: 100%;
      height: 500px; }

/* -------------------------------------------------- */
@media screen and (max-width: 1023px) {
  #vivid_vision {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 80px;
    margin-bottom: 80px; } }

@media screen and (max-width: 640px) {
  #vivid_vision {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
    margin-bottom: 50px; } }

#how_we_work .container {
  max-width: 1220px; }

#how_we_work #list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px; }
  #how_we_work #list .column li {
    position: relative;
    font-family: var(--main-font);
    font-size: 1em;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
    color: var(--navy);
    padding-left: 25px;
    margin-bottom: 30px; }
    #how_we_work #list .column li:last-child {
      margin-bottom: 0; }
    #how_we_work #list .column li::before {
      content: '';
      position: absolute;
      top: 11px;
      left: 0;
      width: 15px;
      height: 2px;
      background: var(--navy); }

/* -------------------------------------------------- */
@media screen and (max-width: 1023px) {
  #how_we_work #list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px; } }

@media screen and (max-width: 640px) {
  #how_we_work #list {
    gap: 20px; }
    #how_we_work #list .column li {
      font-size: 0.875em;
      margin-bottom: 20px; }
      #how_we_work #list .column li::before {
        top: 9px; } }

#rewards_and_benefits .container {
  max-width: 680px; }

#rewards_and_benefits #benefits {
  margin-top: 60px; }
  #rewards_and_benefits #benefits li {
    position: relative;
    font-family: var(--main-font);
    font-size: 1em;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
    color: var(--navy);
    padding-left: 25px;
    margin-bottom: 30px; }
    #rewards_and_benefits #benefits li:last-child {
      margin-bottom: 0; }
    #rewards_and_benefits #benefits li::before {
      content: '';
      position: absolute;
      top: 11px;
      left: 0;
      width: 15px;
      height: 2px;
      background: var(--navy); }
    #rewards_and_benefits #benefits li strong {
      font-weight: 700; }

/* -------------------------------------------------- */
@media screen and (max-width: 640px) {
  #rewards_and_benefits #benefits {
    margin-top: 40px; }
    #rewards_and_benefits #benefits li {
      font-size: 0.875em;
      margin-bottom: 20px; }
      #rewards_and_benefits #benefits li::before {
        top: 9px; } }

#csr .sub_heading {
  font-family: var(--main-font);
  font-size: 1.25em;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  color: var(--navy);
  margin: 30px 0 10px 0; }

/* -------------------------------------------------- */
@media screen and (max-width: 640px) {
  #csr .sub_heading {
    font-size: 1em; } }

#vacancies {
  width: 100%;
  background: var(--green);
  padding: 120px 0;
  margin: 120px 0; }
  #vacancies #join_our_team {
    width: 90%;
    max-width: 680px;
    margin: 0 auto; }
    #vacancies #join_our_team .heading {
      text-align: center;
      color: var(--white); }
    #vacancies #join_our_team .block_cta {
      background: none;
      border: solid 1px var(--white);
      font-size: 1.25em;
      color: var(--white); }
      #vacancies #join_our_team .block_cta:hover {
        background: var(--navy);
        border-color: var(--navy); }

/* -------------------------------------------------- */
@media screen and (max-width: 1023px) {
  #vacancies {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 80px;
    margin-bottom: 80px; } }

@media screen and (max-width: 640px) {
  #vacancies {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
    margin-bottom: 50px; }
    #vacancies #join_our_team .block_cta {
      font-size: 1em;
      padding: 15px 0; } }

#gallery {
  width: 100%;
  margin: 120px 0;
  overflow: hidden; }

.swiper#gallery_slider {
  width: 90%;
  overflow: visible !important; }
  .swiper#gallery_slider .swiper-wrapper .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 13.83% 0; }
  .swiper#gallery_slider .pagination {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -o-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    -moz-transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    right: 30px;
    width: 130px;
    z-index: 1; }
    .swiper#gallery_slider .pagination button {
      width: 60px;
      height: 60px;
      background-color: var(--white);
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("../img/misc/slider_arrow.png");
      -webkit-background-size: 20px 20px;
      -moz-background-size: 20px 20px;
      -o-background-size: 20px 20px;
      background-size: 20px 20px;
      -o-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .swiper#gallery_slider .pagination button.button-prev {
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -o-transform-origin: 50% 50% 0;
        -ms-transform-origin: 50% 50% 0;
        -moz-transform-origin: 50% 50% 0;
        -webkit-transform-origin: 50% 50% 0;
        transform-origin: 50% 50% 0; }
      .swiper#gallery_slider .pagination button:hover {
        background-color: var(--green); }

/* -------------------------------------------------- */
@media screen and (max-width: 1280px) {
  .swiper#gallery_slider .pagination {
    width: 90px; }
    .swiper#gallery_slider .pagination button {
      width: 40px;
      height: 40px;
      -webkit-background-size: 15px 15px;
      -moz-background-size: 15px 15px;
      -o-background-size: 15px 15px;
      background-size: 15px 15px; } }

@media screen and (max-width: 1023px) {
  #gallery {
    margin-top: 80px;
    margin-bottom: 80px; }
  .swiper#gallery_slider {
    overflow: hidden !important; } }

@media screen and (max-width: 640px) {
  #gallery {
    margin-top: 50px;
    margin-bottom: 50px; }
  .swiper#gallery_slider .swiper-wrapper .swiper-slide {
    padding: 27.66% 0; }
  .swiper#gallery_slider .pagination {
    top: auto;
    bottom: 0;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    -o-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    -moz-transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    right: 0; }
    .swiper#gallery_slider .pagination button {
      background-color: var(--green); } }
