html {
  font-size: 62.5%;
  overflow-x: hidden !important;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  scroll-padding-top: 10.24rem
}

@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 11.6rem
  }
}

@media screen and (min-width: 1024px) {
  html {
    scroll-padding-top: 11.8rem
  }
}

*,
*:before,
*:after {
  box-sizing: inherit
}

body {
  box-sizing: border-box;
  margin: 0px
}

::-moz-selection {
  background: black;
  color: white
}

::selection {
  background: black;
  color: white
}

::-moz-selection {
  background: black;
  color: white
}

::-webkit-selection {
  background: black;
  color: white
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
  margin: 0
}

q::before,
q::after {
  display: none
}

button {
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: none transparent;
  color: inherit;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font: inherit;
  line-height: normal;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

blockquote {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0
}

#svg-- {
  display: none
}

.mfp-wrap {
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed !important;
  top: 0 !important
}

body,
.paragraph {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.8rem
}

.paragraph {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-family: "Open Sans", sans-serif
}

@media screen and (min-width: 1024px) {
  .paragraph {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.2rem
  }
}

.paragraph-bold {
  font-weight: 600
}

.paragraph:not(:last-child) {
  margin-bottom: 1.5rem
}

.header-primary {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 4.8rem
}

@media screen and (min-width: 1024px) {
  .header-primary {
    font-size: 5rem;
    line-height: 6.8rem
  }
}

.header-secondary {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 4.1rem;
  letter-spacing: 0.1rem
}

@media screen and (min-width: 1024px) {
  .header-secondary {
    font-size: 4rem;
    line-height: 5.4rem
  }
}

.header-tertiary {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.4rem
}

.menu-item {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.2rem
}

.btn {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.6rem
}

.footer-link {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.1rem;
  text-transform: uppercase
}

.testimonial__text {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem
}

.u-img-fluid {
  width: 100%;
  height: auto
}

.u-srt {
  display: none
}

.u-text-white {
  color: #fff
}

.u-mb-large {
  margin-bottom: 5rem !important
}

.u-mb-medium {
  margin-bottom: 3rem !important
}

.u-mb-small {
  margin-bottom: 2rem !important
}

.u-mb-xsmall {
  margin-bottom: 1rem !important
}

.u-mt-large {
  margin-top: 5rem !important
}

.u-mt-medium {
  margin-top: 3rem !important
}

.u-mt-small {
  margin-top: 2rem !important
}

.u-mt-xsmall {
  margin-top: 1rem !important
}

.u-m-auto {
  margin-left: auto;
  margin-right: auto
}

.u-m-none {
  margin: 0 !important
}

.u-text-center {
  text-align: center !important
}

.u-text-left {
  text-align: left !important
}

.u-text-right {
  text-align: right !important
}

.u-bg-grey {
  background-color: #D8D8D8
}

.u-bg-light-grey {
  background-color: #D8D8D8
}

.u-bg-light-blue {
  background-color: #E4EBF4
}

.u-bg-blue {
  background-color: #194789
}

.blue-dash-small {
  position: relative
}

.blue-dash-small::after {
  content: '';
  background-color: #194789;
  width: 5rem;
  height: 0.4rem;
  position: absolute;
  bottom: -1.6rem;
  left: 0
}

.blue-dash-small-center::after {
  left: 50%;
  transform: translateX(-50%)
}

.btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: ease all 0.5s;
  border-radius: 0.8rem;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.btn-primary {
  padding: 2rem 2.2rem;
  background-color: #D31920;
  color: #fff;
  border: 0.1rem solid #D31920
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #A51419;
  border: 0.1rem solid #A51419;
  color: #fff;
  box-shadow: none
}

.btn-ghost {
  padding: 2rem 1.5rem;
  background-color: #fff;
  border: 0.2rem solid rgba(0, 0, 0, 0);
  color: #000
}

.btn-ghost:hover,
.btn-ghost:focus,
.btn-ghost.active {
  border: 0.2rem solid #D31920
}

.btn-underline {
  padding: 0 0 0.4rem;
  color: #194789;
  position: relative;
  text-transform: none
}

.btn-underline::after {
  content: '';
  background-color: #194789;
  width: 100%;
  height: 0.1rem;
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  transform: scaleX(1);
  transition: ease all 0.5s
}

.btn-underline:hover,
.btn-underline:focus {
  color: #194789
}

.btn-underline:hover::after,
.btn-underline:focus::after {
  background-color: #194789;
  transform: scaleX(0)
}

.control-button {
  width: 4rem;
  height: 4rem;
  background-color: #194789;
  border: 0.1rem solid #194789;
  border-radius: 50%;
  transition: ease all 0.5s
}

.control-button i {
  color: #fff;
  transition: ease all 0.5s
}

.control-button:hover,
.control-button:focus {
  background-color: #E4EBF4;
  border: 0.1rem solid #E4EBF4
}

.control-button:hover i,
.control-button:focus i {
  color: #194789
}

.hero {
  position: relative;
  margin-top: 7rem
}

@media screen and (min-width: 768px) {
  .hero {
    padding-top: 41.2rem;
    margin-top: 9rem
  }
}

@media screen and (min-width: 1024px) {
  .hero {
    padding-top: 47.3rem
  }
}

.hero__img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%
}

.hero__img-wrapper {
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  line-height: 0
}

@media screen and (min-width: 768px) {
  .hero__img-wrapper {
    position: absolute;
    bottom: 0
  }
}

.hero__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem
}

.hero__content-wrapper {
  position: relative;
  z-index: 1;
  background-color: rgba(25, 71, 137, 0.8);
  padding: 2rem 1.5rem;
  gap: 1rem;
  width: 100%
}

@media screen and (min-width: 768px) {
  .hero__content-wrapper {
    background-color: rgba(25, 71, 137, 0.8);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 3rem;
    padding: 4.5rem
  }
}

@media screen and (min-width: 1024px) {
  .hero__content-wrapper {
    margin-left: 10rem;
    max-width: 62.5rem
  }
}

.hero__content-text {
  color: #fff
}

.hero__content-text .header-primary.sm-no-br br {
  display: none
}

@media screen and (min-width: 768px) {
  .hero__content-text .header-primary.sm-no-br br {
    display: inline
  }
}

@media screen and (min-width: 1024px) {
  .hero__content-text .header-primary.md-no-br br {
    display: none
  }
}

.oppo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4rem 0;
  gap: 1rem;
  background-color: #E4EBF4
}

@media screen and (min-width: 768px) {
  .oppo {
    padding: 4rem 3.1rem
  }
}

@media screen and (min-width: 1024px) {
  .oppo {
    padding: 10rem
  }
}

.oppo__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 1.5rem;
  gap: 4rem
}

@media screen and (min-width: 768px) {
  .oppo__content {
    padding: 0rem 7.4rem 0rem 1.5rem
  }
}

@media screen and (min-width: 1024px) {
  .oppo__content {
    padding: 0 1.5rem
  }
}

.video-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4rem 1.5rem
}

@media screen and (min-width: 1024px) {
  .video-section {
    padding: 10rem 1.5rem
  }
}

.video-section iframe {
  height: 15.927rem;
  width: 32.5rem
}

@media screen and (min-width: 768px) {
  .video-section iframe {
    height: 34.305rem;
    width: 70rem
  }
}

@media screen and (min-width: 1024px) {
  .video-section iframe {
    height: 46.116rem;
    width: 94.1rem
  }
}

.cwa {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  padding: 4rem 1.5rem;
  gap: 2rem
}

@media screen and (min-width: 768px) {
  .cwa {
    padding: 6rem 3.5rem;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0
  }
}

@media screen and (min-width: 1024px) {
  .cwa {
    padding: 10rem 10rem;
    gap: 7rem
  }
}

.cwa__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  padding: 0rem 0rem;
  gap: 2rem
}

.cwa__content-title {
  text-align: center;
  padding: 0rem 0rem 1rem;
  color: #000
}

.cwa__content-paragraph {
  text-align: center
}

.benefit {
  padding: 5rem 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem
}

.benefit.-one-row {
  padding: 6rem 3.5rem
}

@media screen and (min-width: 768px) {
  .benefit {
    padding: 10rem 3.5rem
  }

  .benefit.-one-row {
    padding: 6rem 3rem
  }
}

@media screen and (min-width: 1024px) {
  .benefit {
    padding: 10rem
  }
}

.benefit__title {
  text-align: center;
  color: #000
}

.benefit__list {
  display: grid;
  gap: 3rem;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr
}

@media screen and (min-width: 768px) {
  .benefit__list {
    padding: 1.5rem
  }
}

@media screen and (min-width: 1024px) {
  .benefit__list {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    padding: 1.5rem;
    max-width: 124rem;
    margin-left: auto;
    margin-right: auto
  }
}

@media screen and (min-width: 1024px) {
  .benefit__list.-one-row {
    grid-template-columns: repeat(3, 1fr);
    max-width: 141rem;
    padding: 1.5rem 0
  }
}

@media screen and (min-width: 768px) {
  .benefit__list.-one-row .benefit__item {
    -ms-flex-direction: row;
    flex-direction: row
  }
}

@media screen and (min-width: 1024px) {
  .benefit__list.-one-row .benefit__item {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2.5rem 2rem;
    width: 100%
  }

  .benefit__list.-one-row .benefit__item-text {
    text-align: center
  }
}

@media screen and (min-width: 1024px) {
  .benefit__list:not(.-one-row) .benefit__item:nth-child(2n+1):last-child {
    grid-column: 1 / span 2;
    width: calc(50% - 1.5rem);
    justify-self: center
  }
}

.benefit__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.5rem 1.5rem;
  gap: 1.5rem;
  background: #fff;
  box-shadow: 0px 4px 13px rgba(236, 241, 249, 0.2);
  border: 3px solid #D8D8D8;
  height: 100%;
  border-radius: 0.5rem
}

@media screen and (min-width: 768px) {
  .benefit__item {
    padding: 2.5rem 2rem;
    width: 100%
  }
}

.benefit__item-icon {
  width: 4.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center
}

.benefit__item-icon i {
  font-size: 3.5rem;
  color: #D31920
}

.benefit__item-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  color: #000;
  text-align: center
}

.benefit__item-text--title {
  text-transform: capitalize;
  color: #000
}

.testimonial {
  padding: 6rem 0;
  position: relative;
  overflow: hidden
}

@media screen and (min-width: 768px) {
  .testimonial {
    background-position: top right
  }
}

.testimonial__bg {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.testimonial__bg>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.testimonial__wrapper {
  z-index: 1;
  position: relative;
  padding: 4rem 2.5rem;
  background-color: rgba(255, 255, 255, 0.9)
}

@media screen and (min-width: 768px) {
  .testimonial__wrapper {
    max-width: 60rem;
    margin: 0 auto
  }
}

@media screen and (min-width: 1024px) {
  .testimonial__wrapper {
    max-width: 64.3rem;
    margin: 0 auto 0 auto
  }
}

.testimonial__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  padding: 0rem;
  gap: 2rem;
  text-align: center;
  margin-bottom: 2rem
}

.testimonial__item {
  padding: 0rem 1rem;
  text-align: center
}

.testimonial__item p.paragraph {
  margin-top: 2rem
}

.testimonial__list {
  margin-bottom: 2rem;
  display: block
}

.testimonial__control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2rem;
  -ms-flex-pack: center;
  justify-content: center
}

.foundation {
  padding: 4rem 1.5rem;
  text-align: center
}

.foundation__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (min-width: 1024px) {
  .foundation__wrapper {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.foundation__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 1.25rem;
  gap: 3rem
}

@media screen and (min-width: 768px) {
  .foundation__content {
    max-width: 68.5rem
  }
}

.foundation__content-paragraph {
  text-align: start
}

.foundation__content-cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center
}

.foundation__content-cta p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem
}

@media screen and (min-width: 768px) {
  .foundation__content-cta p {
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.8rem
  }
}

.foundation__video iframe {
  width: 35rem;
  height: 19.7rem
}

@media screen and (min-width: 768px) {
  .foundation__video iframe {
    width: 49rem;
    height: 27.56rem
  }
}

#job-intro {
  text-align: center;
  padding-top: 6rem;
  color: #000
}

.header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 3rem;
  position: relative;
  gap: 2rem;
  z-index: 9999;
  position: fixed;
  width: 100%;
  background-color: #fff;
  top: 0
}

@media screen and (min-width: 768px) {
  .header {
    padding: 0.5rem 3rem
  }
}

.header__logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 0
}

.header__logo img {
  width: auto;
  max-height: 5rem;
  -o-object-fit: contain;
  object-fit: contain
}

@media screen and (min-width: 768px) {
  .header__logo img {
    max-height: 8rem
  }
}

.header__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0
}

.header__links .header__link {
  display: none;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0;
  position: relative;
  transition: ease all 0.5s
}

.header__links .header__link .btn.btn-ghost {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2.4rem
}

@media screen and (min-width: 768px) {
  .header__links .header__link {
    display: -ms-flexbox;
    display: flex
  }
}

.header__links .header__link:not(.header__btn) {
  display: none
}

@media screen and (min-width: 1024px) {
  .header__links .header__link:not(.header__btn) {
    display: -ms-flexbox;
    display: flex;
    padding: 0 1rem
  }

  .header__links .header__link:not(.header__btn) a {
    text-decoration: none;
    color: #000;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.9rem
  }
}

.header__links .header__link:not(.header__btn):hover,
.header__links .header__link:not(.header__btn):focus,
.header__links .header__link:not(.header__btn).active {
  background-color: #E4EBF4
}

.header__links .header__link:not(.header__btn):hover::after,
.header__links .header__link:not(.header__btn):focus::after,
.header__links .header__link:not(.header__btn).active::after {
  transform: scaleX(100%)
}

.header__links .header__link:not(.header__btn)::after {
  content: "";
  background-color: #D31920;
  height: 0.4rem;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  right: 0;
  transition: ease all 0.5s;
  transform: scaleX(0)
}

.header__links .header__btn {
  display: none
}

@media screen and (min-width: 1024px) {
  .header__links .header__btn {
    display: -ms-flexbox;
    display: flex
  }
}

.header__drawer {
  display: none;
  list-style: none;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  right: 0;
  left: 0;
  padding: 0;
  margin: 0;
  background-color: #fff
}

.header__drawer .header__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.2rem 2rem
}

.header__drawer .header__link a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.header__drawer .header__link.header__btn {
  width: 100%
}

.header__drawer .header__link.header__btn>a {
  width: 100%
}

.header__trigger {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  transition: ease all 0.5s;
  z-index: 999
}

@media screen and (min-width: 1024px) {
  .header__trigger {
    display: none
  }
}

.header__trigger.active .header__hamburger-bar:nth-of-type(1) {
  width: 2.8rem;
  transform: translateY(0.7rem) rotate(-45deg)
}

.header__trigger.active .header__hamburger-bar:nth-of-type(2) {
  opacity: 0
}

.header__trigger.active .header__hamburger-bar:nth-of-type(3) {
  width: 2.8rem;
  transform: translateY(-0.7rem) rotate(45deg)
}

.header__hamburger {
  display: block
}

.header__hamburger-bar {
  display: block;
  background-color: #000;
  width: 3rem;
  height: 0.3rem;
  margin: 0 auto;
  border-radius: 0.1rem;
  transition: ease all 0.5s
}

.header__hamburger-bar:not(:first-child) {
  margin-top: 0.48rem
}

.pre-footer {
  padding: 3rem 1.25rem;
  margin: 0 auto;
  background-color: #fff
}

@media screen and (min-width: 768px) {
  .pre-footer {
    max-width: 78rem
  }
}

.pre-footer__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem
}

.pre-footer__content-logo {
  width: 30.5rem
}

@media screen and (min-width: 1024px) {
  .pre-footer__content-logo {
    width: 60rem
  }
}

.pre-footer__content-paragraph {
  padding: 0 1.25rem;
  text-align: center
}

.pre-footer__cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  padding: 3rem 0
}

.pre-footer__cta a {
  color: #D31920;
  position: relative
}

.pre-footer__cta a::after {
  position: absolute;
  background-color: #D31920;
  content: "";
  width: 100%;
  height: 0.1rem;
  bottom: -0.2rem
}

.footer {
  background-color: #194789
}

@media screen and (min-width: 768px) {
  .footer {
    padding: 0 1.5rem
  }
}

.footer a {
  text-decoration: none;
  color: #fff;
  transition: ease all 0.5s
}

.footer a:hover,
.footer a:focus {
  text-decoration: underline;
  color: #D8D8D8
}

.footer ul {
  list-style: none;
  margin: 0
}

.footer__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  padding: 4rem 0;
  gap: 1.2rem
}

@media screen and (min-width: 1024px) {
  .footer__social {
    max-width: 120rem;
    margin: 0 auto
  }
}

.footer__social-navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  padding: 0rem;
  gap: 1.2rem;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0
}

@media screen and (min-width: 768px) {
  .footer__social-navigation {
    gap: 2.2rem
  }
}

.footer__social-navigation li {
  text-transform: uppercase;
  text-align: center
}

@media screen and (min-width: 768px) {
  .footer__social-navigation {
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 55rem;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media screen and (min-width: 1024px) {
  .footer__social-navigation {
    max-width: none
  }
}

.footer__social-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  gap: 0.5rem;
  padding: 3.6rem 0;
  border-top: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff
}

.footer__social-social i {
  color: #fff;
  font-size: 2.8rem;
  transition: ease all 0.5s;
  padding: 1rem;
  border-radius: 0.8rem
}

.footer__social-social i:hover,
.footer__social-social i:focus {
  color: #D8D8D8
}

.footer__social-privacy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  gap: 3.2rem
}

@media screen and (min-width: 768px) {
  .footer__social-privacy {
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.footer__disclaimer {
  padding: 0 0 3rem
}

.footer__disclaimer .paragraph {
  color: #fff;
  padding: 0 1.5rem;
  text-align: center;
  margin: 0 auto
}

@media screen and (min-width: 768px) {
  .footer__disclaimer .paragraph {
    padding: 0;
    max-width: 63.9rem
  }
}

@media screen and (min-width: 1024px) {
  .footer__disclaimer .paragraph {
    max-width: 117rem;
    margin: 0 auto
  }
}

.footer__copyright {
  background-color: #fff;
  padding: 2rem 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  color: #000
}

.footer__copyright-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0rem 1rem;
  gap: 3rem
}

@media screen and (min-width: 768px) {
  .footer__copyright-wrapper {
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.footer__copyright-wrapper--upper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0rem;
  gap: 3rem
}

@media screen and (min-width: 768px) {
  .footer__copyright-wrapper--upper {
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.banner {
  padding: 3rem 4.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 3rem;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  background-color: #fff;
  max-width: clamp(500px, 75vw, 1080px);
  z-index: 1000
}