.heading-1 {
  font-size: 50px;
  line-height: 46px;
  font-weight: 300;
  text-align: center;
  color: #0C3563;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .heading-1 {
    font-size: 36px;
  }
}
.heading-2 {
  font-size: 33px;
  line-height: 1.2em;
  letter-spacing: 1.02px;
  font-weight: 300;
  color: #0C3563;
  border-bottom: 1px solid #0C3563;
  display: inline-block;
  padding-bottom: 12px;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .heading-2 {
    font-size: 24px;
    padding-bottom: 6px;
  }
}
.heading-2.no-underline {
  border-bottom: 1px solid transparent;
}
.heading-2.white {
  color: #FFFFFF;
}
.rounded-button {
  height: 29px;
  font-size: 15px;
  line-height: 16px;
  font-weight: 300;
  border-radius: 17px;
  padding: 4px 23px 0 12px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.rounded-button.outline {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.rounded-button.outline .label {
  position: relative;
  z-index: 2;
  transition: filter 0.3s ease;
}
.rounded-button.outline:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #FFFFFF;
  transition: width 0.3s ease;
}
.rounded-button.outline:after {
  content: url('/images/chevron-right-white.svg');
  position: absolute;
  top: 5px;
  right: 10px;
  transition: filter 0.3s ease;
}
@media screen and (min-width: 1230px) {
  .rounded-button.outline:hover .label {
    filter: invert(80%);
  }
  .rounded-button.outline:hover:before {
    width: 100%;
  }
  .rounded-button.outline:hover:after {
    filter: invert(80%);
  }
}
sup {
  display: inline-block;
  margin-top: -5px;
}
#swup {
  overflow-x: hidden;
}
* {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  outline: none;
}
html {
  width: 100%;
  height: 100%;
  overflow-x: hidden !important;
}
body {
  font-size: 22px;
  font-family: sofia-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  height: 100%;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  body {
    font-size: 18px;
  }
}
@media screen and (max-width: 375px) {
  body {
    font-size: 16px;
  }
}
#sections {
  z-index: 3;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  #sections.half-size {
    transform: none;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  #sections.half-size .section {
    position: relative;
  }
}
#sections.half-size .section .fp-tableCell {
  display: flex;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  #sections.half-size .section .fp-tableCell {
    flex-direction: column-reverse;
  }
}
#sections.half-size .section .column {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
  z-index: 2;
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out, top 0.8s ease-in-out;
  transition-delay: 0.8s !important;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  #sections.half-size .section .column {
    transition: none;
    justify-content: space-evenly;
  }
}
#sections.half-size .section .column.column-left {
  width: 50%;
  float: left;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  #sections.half-size .section .column.column-left {
    width: 100%;
    float: none;
  }
}
#sections.half-size .section .column.column-right {
  width: 50%;
  float: right;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  #sections.half-size .section .column.column-right {
    width: 100%;
    float: none;
  }
}
#sections.half-size .section .column.image-side {
  transform: translateZ(0);
}
@media screen and (min-width: 1230px) {
  #sections.half-size .section .column.image-side {
    height: inherit;
    opacity: 0;
    position: fixed !important;
    top: 0;
    z-index: 3;
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  #sections.half-size .section .column.image-side {
    height: 30%;
  }
}
@media screen and (min-height: 840px) and (max-width: 900px) {
  #sections.half-size .section .column.image-side {
    height: 50%;
  }
}
#sections.half-size .section .column.image-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1230px) {
  #sections.half-size .section .column.image-side + .text-side {
    margin-left: 50%;
  }
}
#sections.half-size .section .column.text-side {
  padding: 67px 120px 60px 90px;
}
@media screen and (min-width: 751px) and (max-width: 1229px) {
  #sections.half-size .section .column.text-side {
    padding-right: 60px;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  #sections.half-size .section .column.text-side {
    height: 70%;
    padding: 28px 20px 28px 28px;
  }
}
@media screen and (min-height: 840px) and (max-width: 900px) {
  #sections.half-size .section .column.text-side {
    height: 50%;
  }
}
#sections.half-size .section .column.text-side p {
  max-width: 600px;
  font-size: 22px;
  line-height: 33px;
  font-weight: 300;
  letter-spacing: 0.55px;
  color: #0C3563;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  #sections.half-size .section .column.text-side p {
    font-size: 15px;
    line-height: 22px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1229px) {
  #sections.half-size .section .column.text-side p {
    font-size: 18px;
    line-height: 27px;
  }
}
#sections.half-size .section .column.text-side p + p {
  margin-top: 38px;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  #sections.half-size .section .column.text-side p + p {
    margin-top: 24px;
  }
}
#sections.half-size .section .column.text-side + .image-side {
  right: 0;
}
#sections.half-size .section .column .find-out-more {
  font-size: 14px;
  letter-spacing: 0.35px;
  font-weight: 300;
  color: #0C3563;
  text-decoration: none;
  position: relative;
  padding-left: 31px;
  white-space: nowrap;
}
#sections.half-size .section .column .find-out-more .rounded-arrow {
  top: 0;
  left: 0px;
  position: absolute;
}
#sections.half-size .section.active {
  z-index: 2;
}
#sections.half-size .section.active .column {
  top: 0;
  opacity: 1;
  transform: translateY(0);
}
#sections.full-size .section {
  display: flex;
  transition: all 1s ease 0s;
  position: relative;
}
#sections.full-size .section .fp-tableCell {
  display: flex;
}
#sections.full-size .section .section-content {
  margin: auto;
}
#sections .section {
  transition: transform 1s ease 0s;
  backface-visibility: hidden;
}
.fp-controlArrow {
  display: flex;
  width: 25px;
  height: 25px;
  z-index: 6;
  position: absolute;
  top: 50%;
  cursor: pointer;
  margin-top: -13px;
  transform: translate3d(0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}
@media screen and (max-width: 750px) {
  .fp-controlArrow {
    display: none;
  }
}
.fp-controlArrow.active {
  opacity: 1;
  visibility: visible;
}
.fp-controlArrow:before {
  content: url('/images/right-arrow-rounded-white.svg');
  margin: auto;
}
.fp-controlArrow.fp-prev {
  left: 43px;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .fp-controlArrow.fp-prev {
    left: 26px;
  }
}
.fp-controlArrow.fp-prev:before {
  transform: rotate(-180deg);
}
.fp-controlArrow.fp-next {
  right: 43px;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .fp-controlArrow.fp-next {
    right: 26px;
  }
}
.fp-controlArrow:hover {
  opacity: 0.5;
}
.zoom-out ~ .fp-controlArrow:before {
  content: url('/images/right-arrow-rounded-blue.svg');
}
.zoom-out ~ .fp-slidesNav ul li a {
  border-color: #0C3563;
}
.zoom-out ~ .fp-slidesNav ul li a.active {
  background-color: #0C3563;
}
.fp-slidesNav {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
  bottom: 22px;
}
.fp-slidesNav ul {
  margin: 0 auto;
}
.fp-slidesNav ul li {
  list-style: none;
  float: left;
}
.fp-slidesNav ul li + li {
  margin-left: 10px;
}
.fp-slidesNav ul li a {
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  border-radius: 100%;
}
.fp-slidesNav ul li a.active {
  background-color: #FFFFFF;
}
.fp-slidesNav.active {
  display: flex;
}
.close-slides {
  display: flex;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 25px;
  right: 43px;
  z-index: 6;
  cursor: pointer;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .close-slides {
    top: 15px;
    right: 20px;
  }
}
.close-slides:before {
  content: url('/images/close-x.svg');
  margin: auto;
}
.zoom-out .close-slides:before {
  content: url('/images/close-x-blue.svg');
}
.fp-slides {
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.5s ease, opacity 0.5s ease;
  background-color: #f6f6f6;
}
.fp-slides.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.fp-slides .fp-slidesContainer {
  margin-left: 0vw;
  transition: transform 0.5s ease !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: perspective(1000px);
}
.fp-slides .slides-super-container {
  transform-origin: 50vw 50vh;
  transform: scale(1);
  transition: transform 0.5s ease !important;
}
.fp-slides.zoom-out .slides-super-container {
  transform-origin: 50vw 50vh;
  transform: scale(0.7);
}
.fp-slides.zoom-out .fp-slidesContainer .slide.full-screen-image .bg-image {
  padding: 0 20px;
}
.fp-slides.zoom-out .fp-slidesContainer .slide.full-screen-image .bg-image:before {
  left: 20px;
  right: 20px;
  background-color: #FFF;
}
.fp-slides .slide.full-screen-image .bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  flex-grow: 0;
  flex-shrink: 0;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.fp-slides .slide.full-screen-image .bg-image:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0px;
  z-index: -1;
  background-color: #000;
  pointer-events: none;
  transition: all 0.5s ease;
}
.fp-slides .slide.full-screen-image .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 750px) {
  .fp-slides .slide.full-screen-image .bg-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.fp-slides .slide.full-screen-image .bg-image.vertical-image img {
  width: auto;
}
.where-we-win-page #sections .section:nth-child(1) {
  background-color: #FFFFFF;
}
.where-we-win-page #sections .section:nth-child(2) .fp-tableCell,
.where-we-win-page #sections .section:nth-child(5) .fp-tableCell {
  background-color: #EFEFEE;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .where-we-win-page #sections .section:nth-child(2) .fp-tableCell,
  .where-we-win-page #sections .section:nth-child(5) .fp-tableCell {
    flex-direction: column;
  }
}
.where-we-win-page #sections .section:nth-child(3) {
  background-color: #D1DAE3;
}
.where-we-win-page #sections .section:nth-child(4) {
  background-color: #BED6C2;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .where-we-win-page #sections .section:nth-child(4) .fp-tableCell {
    flex-direction: column;
  }
}
@media screen and (max-width: 750px) {
  .where-we-win-page #sections .section:nth-child(4) .fp-tableCell .column.text-side {
    height: 50% !important;
  }
}
@media screen and (max-width: 750px) {
  .where-we-win-page #sections .section:nth-child(4) .fp-tableCell .column.image-side {
    height: 50% !important;
  }
}
.where-we-win-page #sections .section:nth-child(4) .fp-tableCell .column.image-side .content-image {
  width: 75%;
  height: 75%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  position: absolute;
  object-fit: contain;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .where-we-win-page #sections .section:nth-child(5) .fp-tableCell {
    flex-direction: column-reverse;
  }
}
.where-we-win-page #sections .section:nth-child(6) {
  background-color: #FFFFFF;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .where-we-win-page #sections .section:nth-child(6) .fp-tableCell {
    flex-direction: column;
  }
}
.where-we-win-page #sections .section .column.text-side {
  justify-content: space-around;
  padding-top: 0;
  padding-bottom: 0;
}
.where-we-win-page #sections .section .column.text-side .heading-2 {
  margin-top: auto;
}
.where-we-win-page #sections .section .column.text-side article {
  margin-top: 170px;
  margin-bottom: auto;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 1229px) {
  .where-we-win-page #sections .section .column.text-side article {
    margin-top: 10%;
  }
}
.where-we-win-page #sections .section.our-benefits {
  background-color: #FCEFCA;
  color: #0C3563;
  z-index: 3;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .where-we-win-page #sections .section.our-benefits {
    transform: none;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .where-we-win-page #sections .section.our-benefits .fp-tableCell {
    justify-content: center;
  }
}
.where-we-win-page #sections .section.our-benefits .section-content {
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: auto;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .where-we-win-page #sections .section.our-benefits .section-content {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 751px) and (max-width: 1229px) {
  .where-we-win-page #sections .section.our-benefits .section-content {
    justify-content: center;
    align-items: center;
  }
}
.where-we-win-page #sections .section.our-benefits .section-content .heading-2 {
  position: absolute;
  top: 7vh;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .where-we-win-page #sections .section.our-benefits .section-content .heading-2 {
    position: relative;
    transform: translateX(0);
    left: auto;
    top: auto;
    margin-top: auto;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1229px) {
  .where-we-win-page #sections .section.our-benefits .section-content .heading-2 {
    margin-bottom: 50px;
  }
}
.where-we-win-page #sections .section.our-benefits .section-content ul {
  margin-top: 5vh;
  width: 535px;
  height: 490px;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .where-we-win-page #sections .section.our-benefits .section-content ul {
    width: 100vw;
    height: auto;
    padding: 0 28px 0 0;
    margin: 0;
  }
}
@media screen and (max-width: 750px) {
  .where-we-win-page #sections .section.our-benefits .section-content ul {
    width: 85vw;
    margin-top: 5%;
    padding-right: 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1229px) {
  .where-we-win-page #sections .section.our-benefits .section-content ul {
    width: 435px;
    margin-top: 13%;
  }
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .where-we-win-page #sections .section.our-benefits .section-content ul {
    width: 500px;
    margin-left: auto;
    margin-right: 15vw;
    margin-top: 0;
  }
}
@media screen and (max-width: 375px) {
  .where-we-win-page #sections .section.our-benefits .section-content ul {
    margin-top: 0;
  }
}
.where-we-win-page #sections .section.our-benefits .section-content ul li {
  list-style: none;
  letter-spacing: 0.55px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.where-we-win-page #sections .section.our-benefits .section-content ul li .benefit-icon {
  width: 129px;
  height: 100%;
  min-height: 70px;
  margin-right: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
}
.where-we-win-page #sections .section.our-benefits .section-content ul li .benefit-icon:hover .animated-icon {
  display: block;
}
.where-we-win-page #sections .section.our-benefits .section-content ul li .benefit-icon:hover img {
  z-index: -1;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .where-we-win-page #sections .section.our-benefits .section-content ul li .benefit-icon {
    width: 50px;
    min-height: 50px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1229px) {
  .where-we-win-page #sections .section.our-benefits .section-content ul li .benefit-icon {
    width: 50px;
    min-height: 50px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 750px) {
  .where-we-win-page #sections .section.our-benefits .section-content ul li .benefit-icon {
    min-height: 50px;
  }
}
.where-we-win-page #sections .section.our-benefits .section-content ul li .benefit-icon .animated-icon {
  position: absolute;
  -webkit-backface-visibility: hidden;
  -webkit-transform: perspective(1000px);
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 1229px) {
  .where-we-win-page #sections .section.our-benefits .section-content ul li .benefit-icon .animated-icon {
    transform: scale(0.5);
  }
}
@media screen and (max-width: 375px) {
  .where-we-win-page #sections .section.our-benefits .section-content ul li .benefit-icon .animated-icon {
    transform: scale(0.4);
  }
}
.where-we-win-page #sections .section.our-benefits .section-content ul li .benefit-icon img {
  margin: auto;
  flex-grow: 0;
  flex-shrink: 0;
  display: none;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .where-we-win-page #sections .section.our-benefits .section-content ul li .benefit-icon img {
    transform: scale(0.5);
  }
}
.where-we-win-page #sections .section.our-benefits .section-content ul li + li {
  margin-top: 50px;
  transition-delay: 0.1s;
}
@media screen and (max-width: 375px) {
  .where-we-win-page #sections .section.our-benefits .section-content ul li + li {
    margin-top: 12px;
  }
}
@media screen and (max-width: 750px) {
  .where-we-win-page #sections .section.our-benefits .section-content ul li + li {
    margin-top: 12px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1229px) {
  .where-we-win-page #sections .section.our-benefits .section-content ul li + li {
    margin-top: 24px;
  }
}
.where-we-win-page #sections .section.our-benefits .section-content ul li + li + li {
  transition-delay: 0.2s;
}
.where-we-win-page #sections .section.our-benefits .section-content ul li + li + li + li {
  transition-delay: 0.3s;
}
.where-we-win-page #sections .section.our-benefits .section-content ul li .label {
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 750px) {
  .where-we-win-page #sections .section.our-benefits .section-content ul li .label {
    width: 100% !important;
  }
}
@media screen and (max-width: 375px) {
  .where-we-win-page #sections .section.our-benefits .section-content ul li .label {
    line-height: 21px;
  }
}
.where-we-win-page #sections .section.our-benefits .section-content ul.animate li {
  opacity: 1;
}
.where-we-win-page #sections .section.our-benefits .section-content ul.column-1 li:nth-child(1) .animated-icon {
  width: 140px;
  height: 140px;
}
.where-we-win-page #sections .section.our-benefits .section-content ul.column-1 li:nth-child(2) .animated-icon {
  width: 140px;
  height: 140px;
  top: -33px;
  left: -5px;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 1229px) {
  .where-we-win-page #sections .section.our-benefits .section-content ul.column-1 li:nth-child(2) .animated-icon {
    left: auto;
    top: auto;
  }
}
.where-we-win-page #sections .section.our-benefits .section-content ul.column-1 li:nth-child(2) .label {
  width: 300px;
}
.where-we-win-page #sections .section.our-benefits .section-content ul.column-1 li:nth-child(3) .animated-icon {
  width: 140px;
  height: 140px;
}
.where-we-win-page #sections .section.our-benefits .section-content ul.column-1 li:nth-child(3) .label {
  width: 210px;
}
.where-we-win-page #sections .section.our-benefits .section-content ul.column-1 li:nth-child(4) .animated-icon {
  width: 142px;
  height: 142px;
  top: -31px;
  left: -2px;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 1229px) {
  .where-we-win-page #sections .section.our-benefits .section-content ul.column-1 li:nth-child(4) .animated-icon {
    left: auto;
    top: auto;
  }
}
.where-we-win-page #sections .section.our-benefits .section-content ul.column-1 li:nth-child(4) .label {
  width: 280px;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .where-we-win-page #sections .section.our-benefits .section-content ul.column-2 {
    margin-top: 12px;
  }
}
.where-we-win-page #sections .section.our-benefits .section-content ul.column-2 li:nth-child(1) .animated-icon {
  width: 126px;
  height: 126px;
}
.where-we-win-page #sections .section.our-benefits .section-content ul.column-2 li:nth-child(2) .animated-icon {
  width: 126px;
  height: 126px;
}
.where-we-win-page #sections .section.our-benefits .section-content ul.column-2 li:nth-child(2) .label {
  width: 290px;
}
.where-we-win-page #sections .section.our-benefits .section-content ul.column-2 li:nth-child(3) .animated-icon {
  width: 130px;
  height: 130px;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .where-we-win-page #sections .section.our-benefits .section-content ul.column-2 li:nth-child(4) {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 751px) and (max-width: 1229px) {
  .where-we-win-page #sections .section.our-benefits .section-content ul.column-2 li:nth-child(4) .benefit-icon {
    top: 4px;
    align-self: flex-start;
  }
}
.where-we-win-page #sections .section.our-benefits .section-content ul.column-2 li:nth-child(4) .animated-icon {
  width: 130px;
  height: 130px;
}
.where-we-win-page #sections .section.our-benefits .section-content ul.column-2 li:nth-child(4) .label {
  width: 390px;
}
@media screen and (max-width: 750px) {
  .where-we-win-page #sections .section.our-benefits .section-content ul.column-2 li:nth-child(4) .label {
    padding-right: 10px;
  }
}
@media screen and (max-width: 375px) {
  .where-we-win-page #sections .section.our-benefits .section-content ul.column-2 li:nth-child(4) .label {
    padding-right: 30px;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 1229px) {
  .where-we-win-page #sections .section.our-benefits .section-content ul.column-2 li {
    transition-delay: 0.4s;
  }
  .where-we-win-page #sections .section.our-benefits .section-content ul.column-2 li + li {
    transition-delay: 0.5s;
  }
  .where-we-win-page #sections .section.our-benefits .section-content ul.column-2 li + li + li {
    transition-delay: 0.6s;
  }
  .where-we-win-page #sections .section.our-benefits .section-content ul.column-2 li + li + li + li {
    transition-delay: 0.7s;
  }
}
.where-we-win-page #sections .section.process {
  background-color: #EFEFEE;
  color: #0C3563;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .where-we-win-page #sections .section.process {
    transform: none;
  }
}
.where-we-win-page #sections .section.process .section-content {
  width: 100vw;
  display: flex;
  flex-direction: column;
  padding-bottom: 100px;
  margin: auto;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .where-we-win-page #sections .section.process .section-content {
    padding-bottom: 0;
  }
}
.where-we-win-page #sections .section.process .section-content .heading-2 {
  margin-bottom: 140px;
  align-self: center;
}
@media screen and (min-width: 1230px) {
  .where-we-win-page #sections .section.process .section-content .heading-2 {
    margin-top: -140px;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .where-we-win-page #sections .section.process .section-content .heading-2 {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 375px) {
  .where-we-win-page #sections .section.process .section-content .heading-2 {
    margin-bottom: 24px;
  }
}
.where-we-win-page #sections .section.process .section-content ol {
  width: 1170px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 307px;
  counter-reset: steps;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 751px) and (max-width: 1229px), (max-width: 1280px) {
  .where-we-win-page #sections .section.process .section-content ol {
    width: 980px;
    font-size: 18px;
    justify-content: center;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .where-we-win-page #sections .section.process .section-content ol {
    width: 80vw;
    height: auto;
    flex-direction: column;
    justify-content: center;
  }
}
.where-we-win-page #sections .section.process .section-content ol:before {
  content: '';
  width: 0px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 86px;
  background-color: #0C3563;
  transition: width 3s linear;
}
@media screen and (min-width: 751px) and (max-width: 1280px) {
  .where-we-win-page #sections .section.process .section-content ol:before {
    left: 160px;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .where-we-win-page #sections .section.process .section-content ol:before {
    width: 1px;
    height: 0;
    left: 50%;
    top: 40px;
    transition: height 3s linear;
  }
}
@media screen and (max-width: 750px) {
  .where-we-win-page #sections .section.process .section-content ol:before {
    top: 60px;
  }
}
.where-we-win-page #sections .section.process .section-content ol li {
  flex-shrink: 0;
  width: 130px;
  display: flex;
  list-style: none;
  align-items: flex-end;
  position: relative;
  line-height: 21px;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.4s ease, opacity 0.4s ease;
}
@media screen and (min-width: 751px) and (max-width: 1280px) {
  .where-we-win-page #sections .section.process .section-content ol li {
    width: 90px;
  }
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .where-we-win-page #sections .section.process .section-content ol li {
    width: 100%;
    height: 50px;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media screen and (max-width: 750px) {
  .where-we-win-page #sections .section.process .section-content ol li:not(:first-of-type):nth-child(odd) {
    width: 50%;
    margin-left: 50%;
    flex-direction: column;
  }
  .where-we-win-page #sections .section.process .section-content ol li:not(:first-of-type):nth-child(odd):before {
    left: 0;
  }
  .where-we-win-page #sections .section.process .section-content ol li:not(:first-of-type):nth-child(odd) .label {
    padding-left: 20px;
  }
}
.where-we-win-page #sections .section.process .section-content ol li:first-child,
.where-we-win-page #sections .section.process .section-content ol li:last-child {
  font-weight: 400;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 8px;
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .where-we-win-page #sections .section.process .section-content ol li:first-child,
  .where-we-win-page #sections .section.process .section-content ol li:last-child {
    align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .where-we-win-page #sections .section.process .section-content ol li:first-child,
  .where-we-win-page #sections .section.process .section-content ol li:last-child {
    width: 100% !important;
    align-items: center;
    margin-left: 0 !important;
  }
}
.where-we-win-page #sections .section.process .section-content ol li:first-child:before,
.where-we-win-page #sections .section.process .section-content ol li:last-child:before,
.where-we-win-page #sections .section.process .section-content ol li:first-child:after,
.where-we-win-page #sections .section.process .section-content ol li:last-child:after {
  display: none;
}
@media screen and (max-width: 375px) {
  .where-we-win-page #sections .section.process .section-content ol li:last-child {
    margin-top: -10px;
  }
}
.where-we-win-page #sections .section.process .section-content ol li:nth-child(2n) {
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .where-we-win-page #sections .section.process .section-content ol li:nth-child(2n) {
    width: 50%;
  }
}
.where-we-win-page #sections .section.process .section-content ol li:nth-child(2n):after {
  top: 68px;
  bottom: auto;
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .where-we-win-page #sections .section.process .section-content ol li:nth-child(2n):after {
    top: 16px;
    left: 233px;
  }
}
@media screen and (max-width: 750px) {
  .where-we-win-page #sections .section.process .section-content ol li:nth-child(2n):after {
    top: 50%;
    left: auto;
    right: 0;
  }
}
.where-we-win-page #sections .section.process .section-content ol li:nth-child(2n) .label {
  align-items: flex-end;
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .where-we-win-page #sections .section.process .section-content ol li:nth-child(2n) .label {
    text-align: right;
    justify-content: flex-end;
    margin-left: 60px;
  }
}
@media screen and (max-width: 750px) {
  .where-we-win-page #sections .section.process .section-content ol li:nth-child(2n) .label {
    align-items: center;
    padding-right: 20px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1280px) {
  .where-we-win-page #sections .section.process .section-content ol li:last-child {
    margin-left: -20px;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .where-we-win-page #sections .section.process .section-content ol li:last-child {
    padding-bottom: 0;
    margin-left: 0;
  }
}
.where-we-win-page #sections .section.process .section-content ol li:last-child:before {
  display: block;
  content: url('/images/smiley.svg');
  background-color: transparent;
  position: relative;
  left: auto;
  top: auto;
  margin: -46px 0 12px 24px;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .where-we-win-page #sections .section.process .section-content ol li:last-child:before {
    margin: 20px 0 8px;
  }
}
.where-we-win-page #sections .section.process .section-content ol li:before {
  counter-increment: steps;
  content: counter(steps);
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background-color: #FFFFFF;
  text-align: center;
  line-height: 30px;
  color: #0C3563;
  position: absolute;
  left: -17px;
  top: 50%;
  margin-top: -17px;
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .where-we-win-page #sections .section.process .section-content ol li:before {
    left: 50%;
    top: 0;
    margin-top: 0;
    margin-left: -17px;
    z-index: 3;
  }
}
@media screen and (max-width: 750px) {
  .where-we-win-page #sections .section.process .section-content ol li:before {
    left: 100%;
    margin-left: -17px;
    z-index: 2;
  }
}
.where-we-win-page #sections .section.process .section-content ol li:after {
  content: '';
  width: 1px;
  height: 0px;
  position: absolute;
  left: 0;
  bottom: 68px;
  background-color: #0C3563;
  transition: height 0.4s ease;
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .where-we-win-page #sections .section.process .section-content ol li:after {
    width: 0;
    height: 60px;
    top: 16px;
    right: 233px;
    bottom: auto;
    left: auto;
    transition: width 0.4s ease;
  }
}
@media screen and (max-width: 750px) {
  .where-we-win-page #sections .section.process .section-content ol li:after {
    width: 0;
    top: 50%;
    left: 0;
    right: auto;
    transition: width 0.8s ease;
  }
}
.where-we-win-page #sections .section.process .section-content ol li .label {
  display: flex;
  height: 60px;
  align-items: flex-start;
  margin-left: -2px;
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .where-we-win-page #sections .section.process .section-content ol li .label {
    width: 160px;
    height: auto;
    margin: 3px 60px 0 0;
    text-align: left;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 750px) {
  .where-we-win-page #sections .section.process .section-content ol li .label {
    max-width: 100px;
    justify-content: center;
    align-items: center;
    background-color: #EFEFEE;
    z-index: 2;
  }
}
@media screen and (max-width: 375px) {
  .where-we-win-page #sections .section.process .section-content ol li .label {
    height: 50px;
    padding: 10px 0;
  }
}
.where-we-win-page #sections .section.process .section-content ol.animate:before {
  width: 930px;
}
@media screen and (min-width: 751px) and (max-width: 1280px) {
  .where-we-win-page #sections .section.process .section-content ol.animate:before {
    width: 610px;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .where-we-win-page #sections .section.process .section-content ol.animate:before {
    width: 1px;
    height: 356px;
  }
}
@media screen and (max-width: 750px) {
  .where-we-win-page #sections .section.process .section-content ol.animate:before {
    height: 396px;
  }
}
@media screen and (max-width: 375px) {
  .where-we-win-page #sections .section.process .section-content ol.animate:before {
    height: 320px;
  }
}
.where-we-win-page #sections .section.process .section-content ol.animate li {
  opacity: 1 !important;
  visibility: visible !important;
}
.where-we-win-page #sections .section.process .section-content ol.animate li:after {
  height: 60px;
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .where-we-win-page #sections .section.process .section-content ol.animate li:after {
    width: 60px;
    height: 1px;
  }
}
@media screen and (max-width: 750px) {
  .where-we-win-page #sections .section.process .section-content ol.animate li:after {
    width: 100%;
    height: 1px;
  }
}
.where-we-win-page #sections .section.process .section-content ol.animate li:nth-child(1) {
  transition-delay: 0s;
}
.where-we-win-page #sections .section.process .section-content ol.animate li:nth-child(1):after {
  transition-delay: 0s;
}
.where-we-win-page #sections .section.process .section-content ol.animate li:nth-child(2) {
  transition-delay: 0.065s;
}
.where-we-win-page #sections .section.process .section-content ol.animate li:nth-child(2):after {
  transition-delay: 0.065s;
}
.where-we-win-page #sections .section.process .section-content ol.animate li:nth-child(3) {
  transition-delay: 0.48s;
}
.where-we-win-page #sections .section.process .section-content ol.animate li:nth-child(3):after {
  transition-delay: 0.48s;
}
.where-we-win-page #sections .section.process .section-content ol.animate li:nth-child(4) {
  transition-delay: 0.9s;
}
.where-we-win-page #sections .section.process .section-content ol.animate li:nth-child(4):after {
  transition-delay: 0.9s;
}
.where-we-win-page #sections .section.process .section-content ol.animate li:nth-child(5) {
  transition-delay: 1.3s;
}
.where-we-win-page #sections .section.process .section-content ol.animate li:nth-child(5):after {
  transition-delay: 1.3s;
}
.where-we-win-page #sections .section.process .section-content ol.animate li:nth-child(6) {
  transition-delay: 1.75s;
}
.where-we-win-page #sections .section.process .section-content ol.animate li:nth-child(6):after {
  transition-delay: 1.75s;
}
.where-we-win-page #sections .section.process .section-content ol.animate li:nth-child(7) {
  transition-delay: 2.15s;
}
.where-we-win-page #sections .section.process .section-content ol.animate li:nth-child(7):after {
  transition-delay: 2.15s;
}
.where-we-win-page #sections .section.process .section-content ol.animate li:nth-child(8) {
  transition-delay: 2.55s;
}
.where-we-win-page #sections .section.process .section-content ol.animate li:nth-child(8):after {
  transition-delay: 2.55s;
}
.where-we-win-page #sections .section.process .section-content ol.animate li:nth-child(9) {
  transition-delay: 2.9s;
}
.where-we-win-page #sections .section.process .section-content ol.animate li:nth-child(9):after {
  transition-delay: 2.9s;
}
.homepage #sections .section:nth-child(2) {
  background-color: #FFFFFF;
}
.homepage #sections .section:nth-child(3) {
  background-color: #EFEFEE;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .homepage #sections .section:nth-child(3) .fp-tableCell {
    flex-direction: column-reverse;
  }
}
.homepage #sections .section:nth-child(4) {
  background-color: #D1DAE3;
}
.homepage #sections .section.main-header {
  width: 100vw;
  height: 100%;
  background-color: #FFF;
  z-index: 5 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .homepage #sections .section.main-header {
    transform: translateY(0%) !important;
  }
}
.homepage #sections .section.main-header .fp-tableCell {
  flex-direction: column;
  justify-content: space-around;
}
.homepage #sections .section.main-header.active {
  transform: translateY(0);
}
.homepage #sections .section.main-header .claim {
  position: relative;
  height: 20vh;
  margin-top: auto;
  z-index: 3;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .homepage #sections .section.main-header .claim {
    margin-bottom: 24px;
  }
}
.homepage #sections .section.main-header .heading-2 {
  margin-bottom: auto;
  text-align: center;
}
@media screen and (min-width: 1230px) {
  .homepage #sections .section.main-header .heading-2 {
    font-size: 67px;
    font-weight: 200;
    mask-type: -80px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1229px) {
  .homepage #sections .section.main-header .heading-2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .homepage #sections .section.main-header .heading-2 {
    padding: 0 10vw;
  }
}
.homepage #sections .section.main-header .next-section {
  margin: 0 auto 58px -20px;
  position: absolute;
  bottom: 0;
  left: 50%;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px), screen and (max-width: 375px) {
  .homepage #sections .section.main-header .next-section {
    margin-bottom: 24px;
  }
}
.homepage #sections .section.main-header .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.homepage #sections .section.main-header .bg-image:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(190, 214, 194, 0.75);
}
.homepage #sections .section.main-header .bg-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0.53;
}
@media screen and (max-width: 750px) {
  .homepage #sections .section.how-we-do-it .text-side article p + p {
    margin-top: 0;
  }
}
.claim {
  width: 100vw;
  position: relative;
  font-size: 13vw;
  line-height: 140px;
  font-weight: 400;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 72px auto 109px;
}
@media screen and (min-width: 1680px) {
  .claim {
    font-size: 12vw;
    line-height: 180px;
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .claim {
    font-size: 13vw;
    line-height: 16vw;
    margin: 64px auto 72px;
  }
}
@media screen and (min-height: 840px) and (max-width: 900px) {
}
.claim span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  display: none;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .claim span {
    padding: 0 5vw;
  }
}
@media screen and (max-width: 750px) {
  .claim span {
    flex-direction: column;
  }
}
.claim span strong {
  display: inline;
  color: #BED6C2;
  -webkit-text-stroke: 1.5px #0C3563;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  margin-left: 1.5vw;
}
@media screen and (max-width: 750px) {
  .claim span strong {
    display: block;
    -webkit-text-stroke: 1px #0C3563;
  }
}
.what-we-do-page #sections .section:first-child {
  background-color: #EFEFEE;
}
.what-we-do-page #sections .section:first-child .section-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.what-we-do-page #sections .section .next-section {
  margin: 0 auto 58px -20px;
  position: absolute;
  bottom: 0;
  left: 50%;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px), screen and (max-width: 375px) {
  .what-we-do-page #sections .section .next-section {
    margin-bottom: 24px;
  }
}
.what-we-do-page .look-around-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  justify-content: space-around;
  align-items: center;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.5s ease, opacity 0.5s ease;
}
.what-we-do-page .look-around-container.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.what-we-do-page .look-around-container .look-around-trigger {
  z-index: 4;
}
.what-we-do-page .look-around-container .bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  flex-grow: 0;
  flex-shrink: 0;
}
.what-we-do-page .look-around-container .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.what-we-do-page .claim {
  position: relative;
  top: -5px;
  height: 207px;
  margin-top: 10px;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .what-we-do-page .claim {
    height: 120px;
    top: 0;
    margin-top: 0;
  }
}
.what-we-do-page .full-screen-image {
  width: 100vw;
  position: relative;
  margin: 0 !important;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .what-we-do-page .full-screen-image {
    display: flex;
  }
}
.what-we-do-page .full-screen-image.with-fade:before {
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .what-we-do-page .full-screen-image.with-fade:before {
    display: none;
  }
}
.what-we-do-page .full-screen-image.with-fade.left-fade:before {
  background: linear-gradient(to right, #474747, rgba(14, 14, 14, 0));
  left: -30vw;
}
.what-we-do-page .full-screen-image.with-fade.right-fade:before {
  background: linear-gradient(to left, #474747, rgba(14, 14, 14, 0));
  right: -30vw;
}
.what-we-do-page .full-screen-image .description {
  width: 410px;
  padding: 0 0 30px 0;
  position: absolute;
  top: 10%;
  z-index: 3;
  font-size: 22px;
  line-height: 27px;
  color: #FFFFFF;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .what-we-do-page .full-screen-image .description {
    width: 80vw;
    font-size: 18px;
    margin: auto;
    position: relative;
    top: auto;
    padding: 0;
  }
}
.what-we-do-page .full-screen-image .description.left {
  left: 8%;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .what-we-do-page .full-screen-image .description.left {
    left: 0;
    text-align: center;
  }
}
.what-we-do-page .full-screen-image .description.right {
  right: 8%;
  text-align: right;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .what-we-do-page .full-screen-image .description.right {
    right: 0;
    text-align: center;
  }
}
.what-we-do-page .full-screen-image .description.right .links {
  float: right;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .what-we-do-page .full-screen-image .description.right .links {
    float: none;
  }
}
.what-we-do-page .full-screen-image .description .heading-2 {
  margin-bottom: 26px;
}
.what-we-do-page .full-screen-image .description p {
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}
.what-we-do-page .full-screen-image .description .rounded-button {
  float: left;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .what-we-do-page .full-screen-image .description .rounded-button {
    float: none;
  }
}
.what-we-do-page .full-screen-image .description .rounded-button + .rounded-button {
  margin-left: 24px;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .what-we-do-page .full-screen-image .description .rounded-button + .rounded-button {
    margin-left: 12px;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .what-we-do-page .full-screen-image .description + .bg-image:before {
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    mix-blend-mode: multiply;
    background: linear-gradient(to bottom, #474747, rgba(14, 14, 14, 0));
  }
}
.what-we-do-page .full-screen-image .bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  flex-grow: 0;
  flex-shrink: 0;
}
.what-we-do-page .full-screen-image .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vivia-logo {
  width: 102px;
  height: 18px;
}
.vivia-logo img {
  width: 100%;
  height: 100%;
  display: block;
}
.main-top {
  position: relative;
  z-index: 6;
  opacity: 1;
  visibility: visible;
  transition: visibility 0.5s ease, opacity 0.5s ease;
}
.main-top .vivia-logo {
  position: absolute;
  top: 31px;
  left: 64px;
  z-index: 1;
}
@media screen and (min-width: 1230px) {
  .main-top .vivia-logo {
    width: 130px;
    height: 23px;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .main-top .vivia-logo {
    left: 28px;
    z-index: 13;
  }
}
.main-top.hidden {
  opacity: 0;
  visibility: hidden;
}
.main-top .main-nav {
  position: absolute;
  top: 31px;
  right: 64px;
  z-index: 2;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .main-top .main-nav {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-self: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 12;
    visibility: hidden;
    opacity: 0;
    background: rgba(239, 239, 238, 0.9);
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
}
.nav-visible .main-top .main-nav {
  visibility: visible;
  opacity: 1;
}
.main-top .main-nav .nav-link {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1.05px;
  color: #0C3563;
  text-decoration: none;
  float: left;
  position: relative;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .main-top .main-nav .nav-link {
    align-self: center;
    margin: 10px;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .main-top .main-nav .nav-link:first-child {
    margin-top: auto;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .main-top .main-nav .nav-link:last-child {
    margin-bottom: auto;
  }
}
.main-top .main-nav .nav-link:after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #0C3563;
  transition: width 0.5s ease;
}
.main-top .main-nav .nav-link:hover:after,
.main-top .main-nav .nav-link.active:after {
  width: 100%;
}
.main-top .main-nav .nav-link + .nav-link {
  margin-left: 30px;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .main-top .main-nav .nav-link + .nav-link {
    margin-left: 10px;
  }
}
.main-top .mobile-nav-trigger {
  display: none;
  width: 16px;
  height: 16px;
  position: fixed;
  top: 31px;
  left: calc(100vw - 44px);
  margin-left: 0px;
  z-index: 11;
  background: linear-gradient(to right, #0C3563, #0C3563);
  background-size: 16px 2px;
  background-repeat: no-repeat;
  background-position: 0px 7px;
  transition: left 0.2s ease-in-out, margin-left 0.2s ease-in-out;
  cursor: pointer;
}
.nav-visible .main-top .mobile-nav-trigger {
  z-index: 13;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .main-top .mobile-nav-trigger {
    display: block;
  }
}
.main-top .mobile-nav-trigger:before,
.main-top .mobile-nav-trigger:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #0C3563;
  transition: transform 0.2s ease-in-out, top 0.2s ease-in-out, bottom 0.2s ease-in-out, background-image 0.2s ease-in-out;
}
.main-top .mobile-nav-trigger:before {
  top: 0;
}
.main-top .mobile-nav-trigger:after {
  bottom: 0;
}
.nav-visible .main-top .mobile-nav-trigger {
  background: linear-gradient(to right, rgba(12, 53, 99, 0), rgba(12, 53, 99, 0));
}
.nav-visible .main-top .mobile-nav-trigger:before {
  transform: rotate(45deg);
  top: 7px;
  background-color: #0C3563;
}
.nav-visible .main-top .mobile-nav-trigger:after {
  transform: rotate(-45deg);
  bottom: 7px;
  background-color: #0C3563;
}
.back-to-top {
  left: 50%;
  bottom: 56px;
  margin-left: -20px;
  position: fixed;
  z-index: 12;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
  transition: visibility 0.5s ease, opacity 0.5s ease;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px), screen and (max-width: 375px) {
  .back-to-top {
    left: calc(100vw - 65px);
    top: calc(100vh - 65px);
    margin-left: 0;
  }
}
.back-to-top.visible {
  opacity: 1 !important;
  visibility: visible !important;
}
.fp-viewing-0 .back-to-top {
  opacity: 0 !important;
  visibility: hidden !important;
}
.page-nav {
  max-width: 100vw;
  display: flex;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .page-nav {
    display: block;
    padding: 0 14%;
    text-align: center;
  }
}
.page-nav .content-navigation-link {
  color: #0C3563;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  float: left;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .page-nav .content-navigation-link {
    display: inline-block;
    margin: 10px;
    float: none;
    font-size: 15px;
  }
}
.page-nav .content-navigation-link:after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #0C3563;
  transition: width 0.2s ease;
}
.page-nav .content-navigation-link:hover:after {
  width: 100%;
}
.page-nav .content-navigation-link + .content-navigation-link {
  margin-left: 36px;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .page-nav .content-navigation-link + .content-navigation-link {
    margin-left: 10px;
  }
}
.main-footer {
  display: flex;
  background-color: #0B2C50;
  position: relative;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.4px;
  z-index: 11 !important;
}
.main-footer .fp-tableCell {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 96px 128px 72px;
}
@media screen and (max-width: 750px) {
  .main-footer .fp-tableCell {
    padding: 28px;
    flex-direction: row !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .main-footer .fp-tableCell {
    flex-direction: row !important;
  }
}
.main-footer .left {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media screen and (max-width: 750px) {
  .main-footer .left {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
.main-footer .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  padding-left: 90px;
  padding-top: 85px;
}
@media screen and (max-width: 750px) {
  .main-footer .right {
    width: 100%;
    justify-content: flex-start;
    position: absolute;
    top: 20px;
    padding-left: 0;
  }
}
.main-footer .email-contact {
  margin-top: 68px;
  float: left;
  align-self: flex-start;
}
@media screen and (max-width: 750px) {
  .main-footer .email-contact {
    margin-top: auto;
    margin-bottom: 0;
  }
}
.main-footer .email-contact:after {
  background-color: #FFFFFF;
}
@media screen and (max-width: 750px) {
  .main-footer .address-data {
    margin-bottom: 36px;
  }
}
.main-footer .address-data .address {
  color: rgba(255, 255, 255, 0.5);
}
.main-footer .address-data .address .label {
  color: #FFFFFF;
}
.main-footer .address-data .address + .address {
  margin-top: 30px;
}
.main-footer .footer-copy {
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 750px) {
  .main-footer .footer-copy {
    white-space: nowrap;
    margin-top: 24px;
  }
}
.footer-copy {
  font-size: 10px;
  margin-top: auto;
}
.email-contact {
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  position: relative;
}
.email-contact:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  right: 0;
  transition: width 0.4s ease;
}
.email-contact:hover:after {
  width: 0;
}
.contact-page-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 64px 50px;
  color: #0C3563;
  align-items: flex-end;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .contact-page-footer {
    padding: 0 28px 28px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.contact-page-footer .email-contact {
  margin-right: 130px;
}
@media screen and (min-width: 1230px) {
  .contact-page-footer .email-contact {
    font-size: 30px;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .contact-page-footer .email-contact {
    align-self: flex-start;
    margin: 24px 0;
  }
}
.contact-page-footer .email-contact:after {
  background-color: #0C3563;
}
.contact-page-footer .footer-copy {
  color: rgba(12, 53, 99, 0.5);
}
.socials .social-link {
  width: 16px;
  height: 16px;
  float: left;
  transition: opacity 0.3s ease;
}
.socials .social-link.instagram {
  display: none;
  background: url('/images/social-instagram-white.svg') no-repeat;
}
.socials .social-link.instagram.blue {
  background: url('/images/social-instagram-blue.svg') no-repeat;
}
.socials .social-link.facebook {
  display: none;
  background: url('/images/social-facebook-white.svg') no-repeat;
}
.socials .social-link.facebook.blue {
  background: url('/images/social-facebook-blue.svg') no-repeat;
}
.socials .social-link.linkedin {
  background: url('/images/social-linkedin-white.svg') no-repeat;
}
.socials .social-link.linkedin.blue {
  background: url('/images/social-linkedin-blue.svg') no-repeat;
}
.socials .social-link:hover {
  opacity: 0.5;
}
.address-data {
  font-size: 16px;
}
.address-data .address {
  font-style: normal;
  color: rgba(255, 255, 255, 0.5);
  line-height: 24px;
}
@media screen and (min-width: 1680px) {
  .address-data .address {
    font-size: 24px;
    line-height: 36px;
  }
}
.address-data .address .label {
  font-weight: 400;
  display: block;
  line-height: 30px;
}
@media screen and (min-width: 1230px) {
  .address-data .address .label {
    font-size: 22px;
  }
}
@media screen and (min-width: 1680px) {
  .address-data .address .label {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .address-data .address .label {
    line-height: 21px;
    margin-bottom: 2px;
  }
}
.contact-page {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #D1DAE3;
}
.contact-page .address-data {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 853px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .contact-page .address-data {
    width: 100%;
    flex-direction: column;
    text-align: left;
    padding: 70px 28px 0 28px;
  }
}
.contact-page .address-data .office {
  width: 290px;
  text-align: center;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .contact-page .address-data .office {
    width: auto;
    display: flex;
    text-align: left;
  }
}
@media screen and (min-width: 1680px) {
  .contact-page .address-data .office {
    width: 400px;
  }
}
.contact-page .address-data .office .map {
  display: block;
  width: 275px;
  height: 275px;
  background: #FFFFFF;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .contact-page .address-data .office .map {
    width: 150px;
    height: 150px;
    float: left;
    margin-right: 24px;
  }
}
@media screen and (max-width: 375px) {
  .contact-page .address-data .office .map {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 1680px) {
  .contact-page .address-data .office .map {
    width: 400px;
    height: 400px;
  }
}
.contact-page .address-data .office .map img {
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease;
}
.contact-page .address-data .office .map:hover img {
  transform: scale(1.05);
}
.contact-page .address-data .office .address {
  color: rgba(12, 53, 99, 0.5);
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .contact-page .address-data .office .address {
    align-self: center;
    padding-bottom: 24px;
  }
}
.contact-page .address-data .office .address .label {
  color: #0C3563;
}
.contact-page .address-data .office + .office {
  margin-left: 61px;
}
@media screen and (max-width: 750px) {
  .contact-page .address-data .office + .office {
    margin-left: 0;
  }
}
.contact-page .conctact-footer {
  align-self: flex-end;
}
.who-we-are-page #sections .section:nth-child(1) {
  background-color: #FFFFFF;
}
.who-we-are-page #sections .section:nth-child(3) {
  background-color: #DEE4EB;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .who-we-are-page #sections .section:nth-child(3) .fp-tableCell {
    flex-direction: column;
  }
}
.who-we-are-page #sections .section:nth-child(2) {
  background-color: #EFEFEE;
}
.who-we-are-page #sections .section:nth-child(4) {
  background-color: #FFFFFF;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .who-we-are-page #sections .section:nth-child(4) .fp-tableCell {
    flex-direction: column;
  }
}
.who-we-are-page #sections .section.active {
  z-index: 11;
}
.who-we-are-page #sections .section .logo {
  position: relative;
}
.who-we-are-page #sections .section .logo img {
  display: block;
}
.who-we-are-page #sections .section.tonsa .text-side {
  padding-top: 125px;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .who-we-are-page #sections .section.tonsa .text-side {
    padding-top: 28px;
  }
}
.who-we-are-page #sections .section.tonsa .text-side .logo {
  margin-left: -33px;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .who-we-are-page #sections .section.tonsa .text-side .logo {
    margin-left: -22px;
  }
}
.who-we-are-page #sections .section.tonsa .text-side .logo img {
  width: 179px;
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .who-we-are-page #sections .section.tonsa .text-side .logo img {
    width: 130px;
  }
}
@media screen and (max-width: 750px) {
  .who-we-are-page #sections .section.tonsa .text-side .logo img {
    width: 110px;
  }
}
@media screen and (max-width: 375px) {
  .who-we-are-page #sections .section.tonsa .text-side .logo img {
    width: 80px;
    margin-top: 30px;
    margin-left: 8px;
    margin-bottom: -10px;
  }
}
.who-we-are-page #sections .section.vivia .text-side {
  padding-top: 92px;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .who-we-are-page #sections .section.vivia .text-side {
    padding-top: 28px;
  }
}
.who-we-are-page #sections .section.vivia .text-side .logo > img {
  width: 155px;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .who-we-are-page #sections .section.vivia .text-side .logo > img {
    width: 100px;
  }
}
.who-we-are-page #sections .section.olivia .text-side .logo > img {
  width: 182px;
  top: -19px;
  left: -19px;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .who-we-are-page #sections .section.olivia .text-side .logo > img {
    width: 150px;
  }
}
.who-we-are-page #sections .section.olivia .text-side .logo > img.hover {
  top: 0;
  left: 0;
}
.who-we-are-page #sections .section.pekabex .logo {
  margin-left: -12px;
}
.who-we-are-page #sections .section.pekabex .logo img {
  width: 230px;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .who-we-are-page #sections .section.pekabex .logo img {
    width: 180px;
  }
}
.rounded-arrow {
  width: 41px;
  height: 41px;
  display: block;
  border-radius: 100%;
  border: 1px solid #0C3563;
  opacity: 1;
  visibility: visible;
  transition: visibility 0.5s ease, opacity 0.5s ease;
  cursor: pointer;
}
.rounded-arrow.hidden {
  opacity: 0;
  visibility: hidden;
}
.rounded-arrow:hover .chevron-to-arrow-icon,
.find-out-more:hover .rounded-arrow .chevron-to-arrow-icon {
  top: 34px;
}
.rounded-arrow:hover .chevron-to-arrow-icon .line,
.find-out-more:hover .rounded-arrow .chevron-to-arrow-icon .line {
  height: 20px;
  top: -3px;
  left: 12px;
}
.rounded-arrow .chevron-to-arrow-icon {
  position: absolute;
  top: 30px;
  left: 23px;
  transform: rotate(-135deg);
  transition: top 0.2s linear, left 0.2s linear;
}
.rounded-arrow .chevron-to-arrow-icon:before,
.rounded-arrow .chevron-to-arrow-icon:after {
  content: '';
  width: 12px;
  height: 1px;
  background-color: #0C3563;
  position: absolute;
}
.rounded-arrow .chevron-to-arrow-icon:before {
  top: 6px;
  transform: rotate(-90deg);
}
.rounded-arrow .chevron-to-arrow-icon:after {
  left: 6px;
}
.rounded-arrow .chevron-to-arrow-icon .line {
  width: 1px;
  height: 0px;
  background-color: #0C3563;
  position: absolute;
  transform: rotate(-45deg);
  left: 5px;
  top: 0px;
  transition: height 0.2s linear, top 0.2s linear, left 0.2s linear;
}
.rounded-arrow.small {
  width: 23px;
  height: 23px;
}
.rounded-arrow.small .chevron-to-arrow-icon {
  top: 18px;
  left: 14px;
}
.rounded-arrow.small .chevron-to-arrow-icon:before,
.rounded-arrow.small .chevron-to-arrow-icon:after {
  width: 6px;
}
.rounded-arrow.small .chevron-to-arrow-icon:before {
  top: 3px;
}
.rounded-arrow.small .chevron-to-arrow-icon:before {
  left: 3px;
}
.rounded-arrow.small:hover .chevron-to-arrow-icon,
.find-out-more:hover .rounded-arrow.small .chevron-to-arrow-icon {
  top: 20px;
}
.rounded-arrow.small:hover .chevron-to-arrow-icon .line,
.find-out-more:hover .rounded-arrow.small .chevron-to-arrow-icon .line {
  top: -1px;
  left: 9px;
  height: 10px;
}
.rounded-arrow.right {
  transform: rotate(-90deg);
}
.rounded-arrow.top {
  transform: rotate(-180deg);
}
.rounded-arrow.white {
  border-color: transparent;
  background-color: #FFFFFF;
}
.rounded-arrow.back-to-top {
  opacity: 0;
  visibility: hidden;
}
.transition-fade {
  transition: 0.4s;
  opacity: 1;
}
html.is-animating .transition-fade {
  opacity: 0;
}
/*# sourceMappingURL=style.css.map */