@charset "UTF-8";
.centred-bg, .solution__standout__header, .footer__32mars, .footer__logo {
  background-position: center;
  background-repeat: no-repeat;
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.opacity, #mobile-menu.visible .menu__mobile-language__container .menu__mobile-nav__hamberger, #mobile-menu.visible .menu__mobile-language__container {
  animation-iteration-count: 1;
  animation-name: opacity;
  animation-duration: 1.2s;
}

@font-face {
  font-family: "Faricy New";
  src: url("../fonts/FaricyNew-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Faricy New";
  src: url("../fonts/FaricyNew-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Faricy New";
  src: url("../fonts/FaricyNew-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
.menu__mobile-container {
  position: fixed;
  height: 0px;
  top: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #172527;
  display: flex;
  z-index: 200;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
}
.menu__mobile-container.open {
  height: calc(100vh - 60px);
}

.menu__typo, .menu__langs-list__container, .menu__mobile-container {
  font-family: "Faricy New";
  font-size: 18px;
  color: white;
  font-weight: 700;
}

.menu__mobile-list {
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  height: 400px;
  margin-top: 68px;
  text-align: left;
  list-style-type: none;
  padding: 0;
}
.menu__mobile-list li {
  margin-bottom: 29px;
}
.menu__mobile-list li a {
  color: white;
}
.menu__mobile-list li:last-child {
  margin-bottom: 0px;
}
.menu__mobile-list li:last-child a {
  color: #dedd00;
}

.menu__mobile-nav {
  height: 60px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
  padding: 0 6.25vw;
  background-color: #243335;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.menu__mobile-nav.open .menu__mobile-nav__hamberger {
  height: 4px;
  position: relative;
}
.menu__mobile-nav.open .menu__mobile-nav__hamberger span:first-child {
  transform: rotate(45deg);
}
.menu__mobile-nav.open .menu__mobile-nav__hamberger span:last-child {
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
}

.menu__mobile-nav__hamberger {
  height: 14px;
  width: 27px;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menu__mobile-nav__hamberger span {
  width: 100%;
  height: 4px;
  display: block;
  background-color: white;
}

.menu__mobile-nav__logo-link {
  display: block;
  background-image: url("../images/logo.svg");
  width: 120px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.menu_desktop-nav {
  display: none;
}

.menu__langs-list__container {
  height: 0px;
  overflow: hidden;
  position: absolute;
  box-sizing: border-box;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  background-color: #dedd00;
  color: #243335;
  padding-left: 6.25%;
  transition: all 0.3s ease-in-out;
}
.menu__langs-list__container li {
  margin-bottom: 29px;
}
.menu__langs-list__container ul {
  margin: 0;
}

.menu__mobile-links__container {
  transition: all 0.3s ease-in-out;
  padding-left: 6.25%;
}
.menu__mobile-links__container .menu__mobile-nav__hamberger {
  display: none;
}

#mobile-menu.visible .menu__mobile-language__container {
  position: absolute;
  top: 0;
  line-height: 60px;
  width: calc(100% - 12.5vw);
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  box-sizing: border-box;
}
#mobile-menu.visible .menu__mobile-language__container .menu__mobile-nav__hamberger {
  display: inline-block;
  height: 4px;
  position: relative;
}
#mobile-menu.visible .menu__mobile-language__container .menu__mobile-nav__hamberger span:nth-child(1) {
  transform: rotate(45deg);
}
#mobile-menu.visible .menu__mobile-language__container .menu__mobile-nav__hamberger span:nth-child(2) {
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
}
#mobile-menu.visible .menu__langs-list__container {
  height: calc(100vh - 120px);
  padding-top: 35px;
}
#mobile-menu.visible .menu__mobile-links__container {
  height: 60px;
}

.language-menu__main-container {
  transition: all 0.2s ease;
  height: 0;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .language-menu__main-container {
    background-color: #dedd00;
    font-family: "Faricy New";
    font-size: 18px;
    color: #243335;
    font-weight: 700;
    height: 0;
    overflow: hidden;
  }
  .language-menu__main-container ul {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
  .language-menu__main-container ul li {
    margin-right: 35px;
  }
  .language-menu__main-container ul li:last-child {
    margin-right: 0px;
  }
  .language-menu__main-container.visible {
    display: block;
    height: 150px;
  }
  .language-menu__main-container.visible .language-menu__inner-container {
    margin: auto;
    align-items: center;
    max-width: 1200px;
    padding: 0 50px;
    height: 150px;
    display: flex;
    justify-content: space-between;
    align-content: center;
  }

  .menu_desktop-nav {
    z-index: 101;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    position: absolute;
  }
  .menu_desktop-nav div {
    margin: auto;
    max-width: 1200px;
    padding: 0 50px 0 50px;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: space-between;
    background-color: transparent;
    align-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
    font-family: "Faricy New";
    font-weight: 700;
  }
  .menu_desktop-nav div ul {
    width: 500px;
    display: flex;
    justify-content: space-between;
  }

  .menu__desktop_language {
    color: #dedd00;
  }
  .menu__desktop_language:hover {
    color: white;
  }

  .menu__mobile-nav {
    display: none;
  }

  .menu_desktop-nav a {
    transition: all 0.3s ease-in;
  }
  .menu_desktop-nav a:hover, .menu_desktop-nav .active {
    color: #dedd00;
  }
}
.call-to-action {
  text-transform: none;
}

.btn {
  border-radius: 5px;
  width: 186px;
  height: 48px;
  border-width: 2px;
  font-family: "Faricy New";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  text-align: center;
}
.btn.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: not-allowed;
}
.btn span {
  transform: translateY(1px);
  color: inherit;
}
.btn-yellow {
  background-color: #dedd00;
  border: 2px solid #dedd00;
  color: #243335;
}
.btn-blue {
  background-color: #00a5c0;
  border: 2px solid #00a5c0;
  color: #f5fbff;
}
.btn-yellow-trans {
  border: 2px solid #dedd00;
  color: #dedd00;
}
.btn-blue-trans {
  border: 2px solid #00a5c0;
  color: #00a5c0;
}

@media screen and (min-width: 1200px) {
  .btn {
    pointer-events: all;
  }
  .btn-yellow-trans:hover {
    background: #dedd00;
  }
  .btn-blue-trans:hover {
    background: #00a5c0;
  }
  .btn-hover-primary-gray:hover {
    color: #243335;
  }
  .btn-hover-s-l-blue:hover {
    color: #f5fbff;
  }

  .call-to-action {
    overflow: hidden;
  }
  .call-to-action.big:after {
    height: 10px;
  }
  .call-to-action.light-gray:after {
    background-color: #929b9e;
  }
  .call-to-action.white:after {
    background-color: white;
  }
  .call-to-action:after {
    transition: all 0.5s ease-in-out;
    content: "";
    height: 7px;
    width: 100%;
    max-width: 0px;
    overflow: hidden;
    display: block;
  }
  .call-to-action:hover:after {
    max-width: 1000px;
  }

  .call-to-left {
    overflow: hidden;
    position: relative;
  }
  .call-to-left.big:after {
    height: 10px;
  }
  .call-to-left:after {
    transition: all 0.5s ease-in-out;
    content: "";
    height: 5px;
    width: 100%;
    max-width: 0px;
    overflow: hidden;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #929b9e;
  }
  .call-to-left:hover:after {
    max-width: 1000px;
  }
}
.footer__title {
  text-transform: uppercase;
  font-size: 30px;
  color: #dedd00;
  margin-bottom: 38px;
}

footer {
  background-color: #243335;
}

.footer__main-container {
  padding-left: 6.25%;
  padding-top: 68px;
}
.footer__main-container p {
  color: white;
}

.footer__paragraph, .footer__copyright-container p, .footer__main-container p {
  font-size: 17px;
  font-weight: 400;
  margin: 0;
  line-height: 22px;
  font-family: "Faricy New";
}

.footer__job-button {
  margin-bottom: 11px;
}
.footer__job-button:last-child {
  margin-bottom: 0px;
}

.footer_contact-email {
  margin-top: 29px;
  margin-bottom: 49px;
  color: #dedd00;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  font-family: "Faricy New";
  display: block;
}

.footer__logo {
  height: 32px;
  width: 152px;
  margin-bottom: 29px;
  background-image: url("../images/logo.svg");
}

.footer__copyright-container {
  padding: 65px 0 65px 0;
}
.footer__copyright-container p {
  color: #929b9e;
}

.footer__32mars {
  height: 89px;
  width: 100%;
  background-color: #172527;
  background-size: 124px 30px;
  background-image: url("../images/32mars.svg");
}

@media screen and (min-width: 1024px) {
  .footer__main-container {
    display: flex;
    flex-direction: row;
    width: 884px;
    justify-content: space-between;
    margin: auto;
    position: relative;
  }

  .footer__copyright-container {
    order: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 0px;
    text-align: center;
  }

  .footer_contact-container {
    order: 0;
  }

  .footer__jobs-container {
    order: 3;
  }

  .footer__main-container {
    padding-left: 0;
  }
}
.home__partners__partners-bg .swiper-button-prev, .home__partners__partners-bg .swiper-button-next {
  display: none;
}

.home__separator-container {
  height: 30px;
  background-color: #f5fbff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.home__separator-container h1 {
  opacity: 0;
  font-size: 30px;
  line-height: 30px;
  color: #929b9e;
}

.home__video-container {
  height: 420px;
  width: 100%;
  padding-top: 58px;
  background-image: url("../images/header-background.jpg");
}
.home__video-container video {
  display: none;
}
.home__video-container .btn {
  margin-top: 24px;
}

.home-title, .contact__form__container h1, .job__form__container h1, .home__going-out__container h1, .home__contact-container h1, .home__news__title-container h1, .home__fully-section h1, .bg-image__container h1, .news-details__header h1, .solutions__header h1, .contact__map-container h1, .contact__header h1, .news__header h1, .company__header h1, .career__available-jobs__header h1, .career__header h1, .home__video-title {
  font-size: 48px;
  color: white;
}

.home__inpage-video-container {
  height: 740px;
  background-color: #f5fbff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.home__reach-boxed__container {
  padding: 54px 0 35px 0;
}
.home__reach-boxed__container h4 {
  font-size: 36px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #243335;
}
.home__reach-boxed__container p {
  color: #243335;
  font-size: 17px;
  line-height: 22px;
}

.home__integrated-boxed__container {
  background-image: url(../images/bg_pixels.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  box-sizing: border-box;
  padding: 5% 10%;
  font-family: "Faricy New";
  font-size: 22px;
  line-height: 40px;
}
.home__integrated-boxed__container h4 {
  margin: 60px 0 30px 0;
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #243335;
}
.home__integrated-boxed__container h5 {
  font-weight: 500;
  font-size: 36px;
  text-transform: uppercase;
  color: #243335;
}
.home__integrated-boxed__container p {
  color: #243335;
  font-size: 17px;
  line-height: 22px;
}

/* Create two equal columns that floats next to each other */
.home__integrated-boxed__column {
  float: left;
  width: 100%;
  padding: 10px;
  /* Should be removed. Only for demonstration */
}
.home__integrated-boxed__column ul {
  list-style-position: inside;
  padding-left: 0;
}

/* Clear floats after the columns */
.home__integrated-boxed__row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 767px) {
  .home__integrated-boxed__section {
    padding: 5% 20px;
    background-size: 125%;
  }

  ​ .home__integrated-boxed__column {
    height: 160px;
  }

  .home__integrated-boxed__row {
    height: 160px !important;
    margin-top: 50px !important;
    padding: 5% 5%;
  }
  .home__integrated-boxed__row h5 {
    font-size: 26px;
    line-height: 28px;
  }
  .home__integrated-boxed__row ul {
    font-size: 17px;
    line-height: 22px;
  }

  ​ #home__integrated-boxed__row3 div {
    margin-top: 0px;
  }

  ​ #home__integrated-boxed__row4 img {
    width: 40px;
    margin-bottom: -20px;
  }

  ​ .home__integrated-boxed__move-right {
    padding-left: 180px;
    margin-top: 0px;
  }

  ​ .home__integrated-boxed__move-left {
    padding-right: 180px;
    margin-top: 0px;
  }

  ​ #home__integrated-boxed__row4 {
    margin: 0;
  }
}
#home__integrated-boxed__row1 {
  height: 300px;
  /* You must set a specified height */
  background-position: left;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: contain;
  /* Resize the background image to cover the entire container */
  /* margin-top: -50px; */
}

#home__integrated-boxed__row2 {
  height: 300px;
  /* You must set a specified height */
  background-position: right;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: contain;
  /* Resize the background image to cover the entire container */
  margin-top: -50px;
}

#home__integrated-boxed__row3 {
  height: 300px;
  /* You must set a specified height */
  background-position: left;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: contain;
  /* Resize the background image to cover the entire container */
  margin-top: -50px;
}

#home__integrated-boxed__row4 {
  margin: 80px 0;
  text-align: center;
}

#home__integrated-boxed__row4 img {
  width: 50px;
  margin-bottom: -50px;
}

/* #text-center {
  display: flex;
  align-items: center;
} */
#home__integrated-boxed__row3 div {
  margin-top: -50px;
}

.home__integrated-boxed__move-left h5 {
  text-align: right;
}

#home-boxes, #home-company-boxes, #job-offers, #reach-out-boxes, #sell-out-boxes {
  background-color: #f5fbff;
}

#home-boxes .swiper-container, #job-offers .swiper-container {
  background-image: url("../images/swap-icone.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 97px 86px;
}

#home-boxes .swiper-wrapper, #home-company-boxes .swiper-wrapper, #job-offers .swiper-wrapper, #reach-out-boxes .swiper-wrapper, #stand-out-boxes .swiper-wrapper, #sell-out-boxes .swiper-wrapper {
  margin-left: calc(12.50vw / -2);
}
#home-boxes .swiper-slide, #home-company-boxes .swiper-slide, #job-offers .swiper-slide, #reach-out-boxes .swiper-slide, #stand-out-boxes .swiper-slide, #sell-out-boxes .swiper-slide {
  transition: transform 0.5s ease-in-out;
  height: auto !important;
  display: flex;
  justify-content: center;
}
#home-boxes .swiper-slide li, #home-company-boxes .swiper-slide li, #job-offers .swiper-slide li, #reach-out-boxes .swiper-slide li, #stand-out-boxes .swiper-slide li, #sell-out-boxes .swiper-slide li {
  position: relative;
  padding-left: 13px;
}
#home-boxes .swiper-slide li span, #home-company-boxes .swiper-slide li span, #job-offers .swiper-slide li span, #reach-out-boxes .swiper-slide li span, #stand-out-boxes .swiper-slide li span, #sell-out-boxes .swiper-slide li span {
  position: absolute;
  left: 0;
}
#home-boxes .swiper-slide-next, #home-company-boxes .swiper-slide-next, #job-offers .swiper-slide-next, #reach-out-boxes .swiper-slide-next, #stand-out-boxes .swiper-slide-next, #sell-out-boxes .swiper-slide-next {
  transform: translateX(-15%);
}

#job-offers .swiper-slide {
  height: auto !important;
}

#reach-out-boxes .swiper-slide, #stand-out-boxes .swiper-slide, #sell-out-boxes .swiper-slide {
  height: auto !important;
}

.home__reach-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 97px;
  width: 75vw;
  position: relative;
  background-repeat: no-repeat;
  background-position-x: 120%;
  background-size: 175px;
}
.home__reach-box .btn {
  margin-top: 45px;
}

.home__integrated-box {
  float: left;
  position: relative;
  left: -50%;
}
.home__integrated-box .btn {
  margin-top: 45px;
}

.home-centred-bg, .home__contact-container, .home__fact-container, .home__news__title-container, .home__fully-section, .bg-image__container, .news-details__header, .solutions__header, .contact__map-container, .contact__header, .news__header, .company__header, .career__available-jobs__header, .career__header, .home__video-container {
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  background-size: cover;
}

.home__video-go-to-bottom {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-image: url("../images/arrow-carre.svg");
  background-repeat: no-repeat;
  transform: rotate(90deg);
  margin: 35px 0 35px 0;
}

.home__fully-section {
  height: 300px;
  width: 100%;
  background-image: url("../images/fully-background.jpg");
}
.home__news__title-container {
  height: 300px;
  width: 100%;
  background: linear-gradient(90deg, #dedd00, #00a5c0);
}
.home__fact-container {
  height: 400px;
  width: 100%;
  background-image: url("../images/home-map-monde.svg");
  background-color: #243335;
  background-size: 54%;
  padding: 65px 0 65px 0;
}

.home__fact__text-container h4 {
  font-size: 30px;
  line-height: 36px;
  margin: 0;
}
.home__fact__text-container h4:nth-child(1) {
  color: #dedd00;
}
.home__fact__text-container h4:nth-child(2) {
  color: white;
}

.home__contact-container {
  height: 300px;
  width: 100%;
  background-image: url("../images/home-contact-bg.jpg");
}
.home__onenews__container {
  padding: 60px 6.25% 0px 6.25%;
  word-break: break-word;
}
.home__onenews__container h4, .home__onenews__container p {
  color: #243335;
}
.home__onenews__container h4 {
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 31px;
  line-height: 40px;
}

.home__news-container {
  padding-bottom: 69px;
}
.home__news-container .btn {
  margin-top: 38px;
}

.home__going-out__container {
  height: 290px;
  background-color: #f5fbff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.home__going-out__container h1 {
  color: #929b9e;
}

#partners, #integrations {
  margin-top: 74px;
}
#partners .swiper-wrapper, #integrations .swiper-wrapper {
  margin-left: calc((86.5vw - 240px) / -2);
}
#partners .swiper-slide, #integrations .swiper-slide {
  display: flex;
  justify-content: center;
  transition: transform 0.5s ease-in-out;
}
#partners .swiper-slide-next, #integrations .swiper-slide-next {
  transform: translateX(-15%);
}
#partners .home__partners__circle, #integrations .home__partners__circle {
  height: 240px;
  width: 240px;
  border-radius: 50%;
  background-color: #bdcbd3;
  align-items: center;
  justify-content: center;
  display: flex;
}
#partners .home__partners__circle img, #integrations .home__partners__circle img {
  transition: all 0.3s ease;
  width: auto;
  max-width: 174px;
  max-height: 174px;
  height: auto;
  filter: grayscale(1);
  opacity: 0.5;
}
#partners .swiper-button-next, #partners .swiper-button-prev, #integrations .swiper-button-next, #integrations .swiper-button-prev {
  display: none;
}

.home__video-title {
  padding: 0 20px;
}

.home__partners-bg {
  background-color: #d4e5ef;
  padding: 65px 0px 0px 0px;
}
.home__partners-bg h1 {
  color: #243335;
  font-size: 48px;
  padding: 0 6.25%;
}

@media screen and (min-width: 768px) {
  #home-boxes .swiper-container, #home-company-boxes .swiper-container, #job-offers .swiper-container, #reach-out-boxes .swiper-container {
    background-position: 30px 0;
  }

  .home__reach-box {
    background-position-x: 105%;
  }

  .home__integrated-box {
    background-position-x: 105%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #partners .swiper-wrapper, #integrations .swiper-wrapper {
    margin-left: 3%;
  }
  #partners .swiper-slide-next, #integrations .swiper-slide-next {
    transform: none;
  }
  #partners .swiper-slide, #integrations .swiper-slide {
    margin-right: 30px !important;
    margin-top: 0px !important;
    width: 240px !important;
  }

  .home__integrated-boxed__section {
    padding: 5% 8%;
    background-size: 125%;
  }

  ​ .home__integrated-boxed__row h5 {
    font-size: 30px;
    margin: 30px 0 30px 0;
  }

  #home__integrated-boxed__row1, #home__integrated-boxed__row2, #home__integrated-boxed__row3 {
    height: 250px;
    margin-top: -20px;
  }

  ​ .home__integrated-boxed__move-right {
    padding-left: 200px;
  }

  ​ .home__integrated-boxed__move-left {
    padding-right: 200px;
  }

  ​ h5 {
    font-size: 30px;
    margin: 30px 0 30px 0;
  }
}
@media screen and (width: 1024px) {
  #partners .swiper-slide, #integrations .swiper-slide {
    margin-right: 45px !important;
  }
  #partners .swiper-slide:first-child, #integrations .swiper-slide:first-child {
    margin-left: 65px !important;
  }
}
@media screen and (min-width: 1024px) {
  .home__reach-box {
    background-position-x: 137%;
  }

  .home__integrated-box {
    background-position-x: 137%;
  }

  .home__reach-boxed__container {
    padding: 120px 0;
  }

  .home__integrated-boxed__container h5 {
    font-weight: 500;
    font-size: 36px;
  }

  .home__integrated-boxed__move-right {
    padding-left: 250px;
  }

  .home__integrated-boxed__move-left {
    padding-right: 250px;
    margin-top: -50px;
  }

  #partners .swiper-wrapper, #integrations .swiper-wrapper {
    margin-left: 0;
  }
  #partners .swiper-slide-next, #integrations .swiper-slide-next {
    transform: translateZ(0);
  }

  .home__video-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 99;
  }

  .home__video-container {
    height: 100vh;
    background-color: none;
    position: relative;
    background-size: none;
    padding: calc((100vh - 354px) / 2 ) calc((100vw - 984px) / 2);
    background-image: none;
    background-color: black;
    overflow: hidden;
  }
  .home__video-container h1, .home__video-container .btn, .home__video-container .home__video-go-to-bottom {
    z-index: 100;
  }
  .home__video-container video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 100%;
    min-width: 100%;
  }

  .home-title, .contact__form__container h1, .job__form__container h1, .bg-image__container h1, .news-details__header h1, .solutions__header h1, .contact__map-container h1, .contact__header h1, .news__header h1, .company__header h1, .career__available-jobs__header h1, .career__header h1, .home__video-title, .home__fully-section h1, .home__news__title-container h1, .home__contact-container h1, .home__going-out__container h1 {
    font-size: 72px;
    line-height: 80px;
  }

  .home__news-container {
    width: 884px;
    margin: auto;
    transform: translate3d(0, -75px, 0);
    display: flex;
    justify-content: space-between;
  }
  .home__news-container .btn {
    position: absolute;
    bottom: 42px;
  }

  .home__onenews__container {
    background-color: white;
    max-width: 438px;
    min-height: 400px;
    position: relative;
    padding: 66px 51px 123px 51px;
  }

  .home__news-bg {
    background-color: #d4e5ef;
    min-height: 400px;
  }

  .home__news__title-container, .home__contact-container, .home__fully-section {
    height: 400px;
  }

  .home__fact-container {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 128px 0 128px;
  }

  .home__fact__text-container {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 33.33%;
  }
  .home__fact__text-container h4:last-child {
    white-space: nowrap;
  }

  .home__video-container {
    justify-content: space-between;
  }
  .home__video-container video {
    display: block;
  }
  .home__video-container .btn, .home__video-container .home__video-go-to-bottom {
    margin: 0;
  }

  #partners .swiper-wrapper {
    margin-left: 0;
  }
  #partners .swiper-slide-next {
    transform: none;
  }
  .home__partners-bg {
    padding-top: 120px;
  }
  .home__partners-bg h1 {
    max-width: 900px;
    margin: auto;
    font-size: 72px;
    line-height: 80px;
    padding-right: 125px;
    padding-left: 0;
    box-sizing: border-box;
    display: block;
  }

  #home-boxes, #home-company-boxes, #reach-out-boxes, #stand-out-boxes, #sell-out-boxes {
    pointer-events: none;
  }
  #home-boxes .swiper-container, #home-company-boxes .swiper-container, #reach-out-boxes .swiper-container, #stand-out-boxes .swiper-container, #sell-out-boxes .swiper-container {
    max-width: 884px;
    background-image: none;
  }
  #home-boxes .swiper-wrapper, #home-company-boxes .swiper-wrapper, #reach-out-boxes .swiper-wrapper, #stand-out-boxes .swiper-wrapper, #sell-out-boxes .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    margin-left: 0;
  }
  #home-boxes .swiper-slide-next, #home-company-boxes .swiper-slide-next, #reach-out-boxes .swiper-slide-next, #stand-out-boxes .swiper-slide-next, #sell-out-boxes .swiper-slide-next {
    transform: none;
  }
  #home-boxes .swiper-slide, #home-company-boxes .swiper-slide, #reach-out-boxes .swiper-slide, #stand-out-boxes .swiper-slide, #sell-out-boxes .swiper-slide {
    width: 240px !important;
    min-height: 100% !important;
  }

  #reach-out-boxes .swiper-slide, #stand-out-boxes .swiper-slide, #sell-out-boxes .swiper-slide {
    height: auto !important;
  }
}
@media screen and (min-width: 1025px) {
  #partners .swiper-wrapper, #integrations .swiper-wrapper {
    margin-left: 0;
  }
  #partners .swiper-slide:first-child, #integrations .swiper-slide:first-child {
    margin-left: 0px !important;
  }
  #partners .swiper-slide-next, #integrations .swiper-slide-next {
    transform: translateZ(0);
  }
}
@media screen and (min-width: 1200px) {
  .home__integrated-boxed__container {
    padding: 5% 20%;
  }
  .home__integrated-boxed__container h5 {
    font-weight: 500;
    font-size: 36px;
  }

  .home__reach-box__btn {
    margin-top: 40px;
  }

  .home__video-container video {
    display: block;
  }

  #home-boxes .swiper-slide {
    height: auto !important;
  }
  #home-boxes .swiper-slide .home__reach-box__btn {
    position: initial;
    margin-top: 45px;
  }

  #home-company-boxes .swiper-slide {
    height: auto !important;
  }
  #home-company-boxes .swiper-slide .home__reach-box__btn {
    position: initial;
    margin-top: 45px;
  }

  #partners .home__partners__circle:hover img, #integrations .home__partners__circle:hover img {
    filter: grayscale(0);
    opacity: 1;
  }

  .home__news-container {
    width: 984px;
  }

  .home__partners__partners-bg {
    max-width: 884px;
    margin: auto;
    position: relative;
  }
  .home__partners__partners-bg .swiper-button-prev, .home__partners__partners-bg .swiper-button-next {
    display: block;
    background-image: none;
    font-weight: 500;
    font-size: 72px;
    font-family: "Faricy New";
    color: #929b9e;
    line-height: 80px;
    height: 80px;
    width: 40px;
    display: block;
  }
  .home__partners__partners-bg .swiper-button-prev.swiper-button-disabled, .home__partners__partners-bg .swiper-button-next.swiper-button-disabled {
    opacity: 0;
  }
  .home__partners__partners-bg .swiper-button-next {
    transform: translate3d(155%, -31%, 0);
  }
  .home__partners__partners-bg .swiper-button-prev {
    transform: translate3d(-155%, -31%, 0);
  }

  .home__partners-swiper {
    min-height: 550px;
    width: 100%;
    max-width: 984px;
    margin: auto;
  }
}
@media screen and (min-width: 1800px) {
  .home__integrated-boxed__container {
    padding: 5% 30%;
  }
  .home__integrated-boxed__container h5 {
    font-weight: 500;
    font-size: 48px;
    line-height: 50px;
  }
}
.career__sub-title {
  font-size: 36px;
  margin-bottom: 30px;
  color: #243335;
}

.career__header {
  height: 410px;
  background-image: url("../images/career-bg.jpg");
}
.career__header h1 {
  color: white;
}

.career__no-jobs {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.career__no-jobs h1 {
  font-size: 48px;
  color: #929b9e;
}

.career__available-jobs__header {
  height: 300px;
  background-image: url("../images/career-aj-bg.jpg");
}
.career__available-jobs__header h1 {
  color: white;
}

#job-offers {
  padding-bottom: 72px;
}

.content-box, .career__outbox-life {
  padding: 65px 6.25vw 0px 6.25vw;
}

.career__outbox-life {
  background-color: #f5fbff;
  padding-bottom: 230px;
  background-image: url("../images/career-mac-bg.jpg");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 100%;
  background-size: contain;
}
.career__outbox-life h4 {
  font-size: 36px;
  margin-bottom: 30px;
}

.career__jobs-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .career__outbox-life {
    padding-bottom: 65px;
  }
}
@media screen and (min-width: 1024px) {
  .career__available-jobs__header {
    height: 400px;
  }

  .career__no-jobs h1 {
    font-size: 72px;
  }

  .career__outbox-life {
    padding: 146px calc((100% - 884px) / 2) 130px calc((100% - 884px) / 2);
    background-position-x: 100%;
    background-position-y: 74%;
    background-size: 74%;
    min-height: 525px;
  }
  .career__outbox-life p {
    padding-right: 30%;
  }

  #job-offers {
    display: none;
  }

  .career__header {
    height: 600px;
  }

  .career__jobs-desktop {
    background-color: #d4e5ef;
    display: block;
  }
  .career__jobs-desktop .home__news-container {
    padding-bottom: calc(33px);
    flex-wrap: wrap;
    margin-bottom: -64px;
  }
  .career__jobs-desktop .home__news-container .home__onenews__container {
    margin-bottom: 64px;
  }
}
.company__header {
  background-image: url("../images/company-header-bg.jpg");
  height: 420px;
}
.company__header h1 {
  max-width: 800px;
}

.company__timeline-container {
  /*
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    line-height: 22px;
    font-family: $faricy-new;

    h4 {
      font-size: 36px;
      margin-bottom: 30px;
      text-transform: uppercase;
      color: $primary-gray;
    }
    p {
      color: $primary-gray;
      font-size: 17px;
      line-height: 22px;
    }
  */
}

@media screen and (max-width: 767px) {
  .company__timeline-container {
    padding: 0 10px 0 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .company__timeline-container {
    padding: 0 50px 0 40px;
  }
}
.company__timeline-box {
  /*
    float: left;
    position: relative;
    left: -50%;

    .btn {
      margin-top: 45px;
    }
  */
}

.company__partners-container {
  max-width: 884px;
  position: relative;
  left: 50%;
}

.company__partners-box {
  position: relative;
  left: -50%;
  padding: 30px 0;
}

@media screen and (min-width: 600px) {
  .company__header {
    height: 600px;
  }
}
.pic {
  background: #c8d7e3;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.news__header {
  height: 420px;
  background-image: url("../images/news-header-bg.jpg");
}

.news__pagination-container {
  background-color: #f5fbff;
  display: flex;
  color: #929b9e;
  justify-content: space-between;
  height: 138px;
  padding: 0 6.25%;
  font-size: 48px;
}
.news__pagination-container .pagination {
  color: #172527;
}
.news__pagination-container span {
  display: none;
}

@media screen and (min-width: 1024px) {
  .news__pagination-container span {
    display: inline;
  }

  .news__header {
    height: 600px;
  }

  .news__pagination-container {
    background-color: #d4e5ef;
    font-size: 60px;
    padding: 0 calc((100% - 884px) / 2);
    padding-bottom: 76px;
    height: auto;
  }
  .news__pagination-container h1, .news__pagination-container span {
    font-size: 60px;
  }
  .news__pagination-container .disabled {
    opacity: 0.4;
    cursor: default;
  }
  .news__pagination-container > h1 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  #news {
    height: auto;
  }
  #news .home__news-container {
    padding-bottom: 0;
    flex-wrap: wrap;
    margin-bottom: -45px;
  }
  #news .home__news-container .home__onenews__container {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1200px) {
  .news__pagination-container {
    padding: 0 calc((100% - 984px) / 2);
  }
  .news__pagination-container h1 {
    font-size: 72px;
  }
}
.contact__header {
  height: 420px;
  background-image: url("../images/contact-header-bg.jpg");
}

#contact-container {
  background-color: #d4e5ef;
}

#contact-form-submit {
  display: block;
}

.contact__map-container {
  height: 630px;
  background-image: url("../images/contact-mobile-map.jpg");
  padding: 75px 6.25% 0 6.25%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  overflow: hidden;
}
.contact__map-container p {
  color: white;
}

.contact__addresses-container {
  display: inline-block;
  position: relative;
  left: 50%;
  padding: 0 0 35px 0;
  background-color: #d4e5ef;
  font-size: 17px;
  font-weight: 400;
  margin: 0;
  line-height: 22px;
  font-family: "Faricy New";
}
.contact__addresses-container h4 {
  font-size: 36px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #243335;
}
.contact__addresses-container p {
  color: #243335;
  font-size: 17px;
  line-height: 22px;
}

.contact__addresses-box {
  float: left;
  position: relative;
  left: -50%;
}
.contact__addresses-box .btn {
  margin-top: 45px;
}

.contact__map-link {
  position: relative;
  height: 100%;
  width: 100%;
}

.contact__form__container, .job__form__container {
  background-color: #d4e5ef;
  padding: 65px 6.25% 65px 6.25%;
}
.contact__form__container h1, .job__form__container h1 {
  color: #243335;
  padding-right: 15vw;
  margin-bottom: 45px;
}
.contact__form__container input[type=text], .contact__form__container input[type=email], .contact__form__container textarea, .job__form__container input[type=text], .job__form__container input[type=email], .job__form__container textarea {
  -webkit-appearance: none;
  background-color: #f5fbff;
  border-radius: 5px;
  border: 2px solid #f5fbff;
  width: 100%;
  padding-left: 18px;
  margin-bottom: 11px;
  box-sizing: border-box;
  font-family: "Faricy New";
  font-weight: 700;
  font-size: 18px;
  color: #929b9e;
  outline: none;
}
.contact__form__container input[type=text]::-webkit-input-placeholder, .contact__form__container input[type=email]::-webkit-input-placeholder, .contact__form__container textarea::-webkit-input-placeholder, .job__form__container input[type=text]::-webkit-input-placeholder, .job__form__container input[type=email]::-webkit-input-placeholder, .job__form__container textarea::-webkit-input-placeholder {
  font-family: "Faricy New";
  font-weight: 700;
  font-size: 18px;
  color: #929b9e;
}
.contact__form__container input[type=text].error, .contact__form__container input[type=email].error, .contact__form__container textarea.error, .job__form__container input[type=text].error, .job__form__container input[type=email].error, .job__form__container textarea.error {
  border: 2px solid red;
}
.contact__form__container .btn, .job__form__container .btn {
  margin-bottom: 11px;
  width: calc(100% - 4px);
  outline: none;
}
.contact__form__container .btn.btn-blue, .job__form__container .btn.btn-blue {
  width: 100%;
}
.contact__form__container textarea, .job__form__container textarea {
  padding-top: 19px;
  height: 359px;
  -webkit-appearance: none;
}
.contact__form__container input, .job__form__container input {
  height: 50px;
  -webkit-appearance: none;
}

.contact__input-file {
  display: none;
}

@media screen and (min-width: 1024px) {
  #contact-container {
    background-color: #d4e5ef;
  }

  .contact__form__container {
    padding-right: calc((100% - 884px) / 2);
    padding-left: calc((100% - 884px) / 2);
  }

  form {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  form .list-inputs, form .text-area-input {
    width: 437px;
  }

  .contact__submit-container {
    position: absolute;
    bottom: 4px;
    left: 0px;
    width: 437px;
  }
  .contact__submit-container label {
    width: 433px;
  }

  .contact__map-container {
    width: 884px;
    margin: auto;
    background-image: url("../images/contact-desktop-map.jpg");
    height: 400px;
    transform: translateY(-75px);
    padding-top: 0px;
    position: relative;
    padding-right: 100px;
    justify-content: center;
    display: flex;
  }
  .contact__map-container .footer_contact-email {
    margin-bottom: 0px;
  }
  .contact__map-container .footer_contact-container {
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
  }

  .contact__header {
    height: 600px;
  }
}
@media screen and (min-width: 1200px) {
  .contact__map-container {
    width: 984px;
    padding-right: 140px;
  }

  .footer_contact-container {
    right: 140px;
  }

  .contact__map-link {
    width: 50%;
  }
}
.solutions__header {
  height: 420px;
  background-image: url("../images/solutions-header-bg.jpg");
}

.solutions__anchors-solutions {
  height: 100px;
  width: 100%;
}

.solutions__anchors-bg {
  background-color: #00a5c0;
  align-content: center;
  align-items: center;
  height: 100px;
  width: 100%;
  display: none;
}
.solutions__anchors-bg a {
  font-weight: 700;
  font-family: "Faricy New";
  color: white;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.solutions__anchors-bg a:hover {
  color: #dedd00 !important;
}
.solutions__anchors-bg a:visited {
  color: white;
}
.solutions__anchors-bg.anchors-fixed {
  position: fixed;
  top: 0;
  z-index: 200;
}

.solutions__anchors-container {
  width: 465px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.solution__standout__header {
  height: 300px;
  background-image: url("../images/stand-out-bg.jpg");
}

.solutions__titles-container, .solutions__stand-out-title, .solutions__sell-out-title {
  padding: 0 6.25% 45px 6.25%;
}
.solutions__titles-container h1, .solutions__stand-out-title h1, .solutions__sell-out-title h1 {
  font-size: 48px;
  margin-bottom: 32px;
}
.solutions__titles-container h6, .solutions__stand-out-title h6, .solutions__sell-out-title h6 {
  font-size: 18px;
}

.solutions__stand-out-title {
  color: white;
}

#stand-out-boxes {
  background: linear-gradient(-90deg, #dedd00, #00a5c0);
  color: white !important;
}
#stand-out-boxes h4 {
  color: white;
}

#sell-out-boxes {
  background-image: url("../images/sell-out-bg.png");
  background-repeat: no-repeat;
  background-position-y: 100%;
  background-size: contain;
}

#our-integrations {
  padding-top: 0px;
}

@media screen and (min-width: 1024px) {
  #our-integrations {
    padding-top: 120px;
  }

  .solution__standout__header {
    margin-top: -200px;
    height: 400px;
    transform: translateY(200px);
    width: 884px;
    margin-left: auto;
    margin-right: auto;
  }

  .solutions__header {
    height: 600px;
  }

  .solutions__titles-container, .solutions__sell-out-title, .solutions__stand-out-title {
    width: 884px;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .solutions__titles-container h1, .solutions__sell-out-title h1, .solutions__stand-out-title h1 {
    font-size: 72px;
  }

  #reach-out-boxes, #sell-out-boxes {
    background-image: none;
  }

  #reach-out-boxes li, #stand-out-boxes li, #sell-out-boxes li {
    margin-bottom: 20px;
  }
  #reach-out-boxes li:last-child, #stand-out-boxes li:last-child, #sell-out-boxes li:last-child {
    margin-bottom: 0px;
  }
  #reach-out-boxes .swiper-wrapper, #stand-out-boxes .swiper-wrapper, #sell-out-boxes .swiper-wrapper {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #reach-out-boxes .swiper-slide, #stand-out-boxes .swiper-slide, #sell-out-boxes .swiper-slide {
    margin-right: 82px;
  }
  #reach-out-boxes .swiper-slide:nth-child(3n), #stand-out-boxes .swiper-slide:nth-child(3n), #sell-out-boxes .swiper-slide:nth-child(3n) {
    margin-right: 0px;
  }

  #stand-out-boxes {
    padding-top: 320px;
  }

  .solutions__anchors-bg {
    display: flex;
  }
}
.solutions__integrations-container {
  max-width: 884px;
  position: relative;
  left: 50%;
}

.solutions__integrations-box {
  position: relative;
  left: -50%;
  padding: 30px 0;
}

@media screen and (min-width: 1200px) {
  .solution__standout__header {
    width: auto;
  }
}
.job__content {
  padding: 65px 6.25% 65px 6.25%;
  background-color: #d4e5ef;
}

.job__text-container {
  display: flex;
  flex-direction: column;
  font-family: "Faricy New";
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  color: #243335;
}
.job__text-container div {
  margin-bottom: 20px;
}
.job__text-container div:last-child {
  margin-bottom: 0px;
}
.job__text-container h1, .job__text-container h2, .job__text-container h3, .job__text-container h4, .job__text-container h5, .job__text-container h6 {
  color: #00a5c0;
  font-size: 36px;
  font-family: "Oswald";
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 30px;
  line-height: 36px;
}
.job__text-container h1:first-child, .job__text-container h2:first-child, .job__text-container h3:first-child, .job__text-container h4:first-child, .job__text-container h5:first-child, .job__text-container h6:first-child {
  margin-top: 0;
}
.job__text-container ul {
  padding-left: 17px;
  list-style-type: initial;
  list-style-position: outside;
}
.job__text-container ul li {
  margin-bottom: 20px;
}
.job__text-container ul li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .job__content {
    padding: 0;
    padding-bottom: 85px;
  }
  .job__content .job__form__container {
    width: 884px;
    padding: 0;
    margin: auto;
  }
  .job__content .job__form__container h1 {
    margin-bottom: 110px;
  }

  .job__text-container {
    padding: 85px 0;
    width: 884px;
    margin: auto;
    flex-direction: row;
    justify-content: space-between;
  }
  .job__text-container div {
    max-width: 400px;
  }
  .job__text-container h1, .job__text-container h2, .job__text-container h3, .job__text-container h4, .job__text-container h5, .job__text-container h6 {
    margin-top: 85px;
  }
  .job__text-container h1:first-child, .job__text-container h2:first-child, .job__text-container h3:first-child, .job__text-container h4:first-child, .job__text-container h5:first-child, .job__text-container h6:first-child {
    margin-top: 0;
  }
}
.news-details__header {
  height: 420px;
  background-image: url("../images/news-header-bg.jpg");
  padding: 0 6.25%;
  position: relative;
}
.news-details__header h1 {
  z-index: 100;
}

.news-details__header-filter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.news-details__container {
  font-size: 17px;
  font-weight: 400;
  margin: 0;
  line-height: 22px;
  font-family: "Faricy New";
  background-color: #d4e5ef;
  padding: 65px 6.25%;
  padding-bottom: 0px;
}
.news-details__container h4 {
  font-size: 36px;
  margin-bottom: 55px;
  color: #00a5c0;
}

.news-details__bottom {
  background-color: #d4e5ef;
  display: flex;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  height: 165px;
  padding: 0 6.25%;
}
.news-details__bottom h1 {
  font-size: 48px;
  color: #929b9e;
}

@media screen and (min-width: 1024px) {
  .news-details__header {
    height: 600px;
  }

  .news-details__container {
    padding-top: 85px;
    display: flex;
    justify-content: center;
  }

  .news-details__bottom {
    padding: 0 calc((100% - 884px) / 2);
  }

  .news-details__text-container {
    width: 884px;
    margin: auto;
  }
}
@media screen and (min-width: 1200px) {
  .news-details__bottom {
    padding: 0 calc((100% - 984px) / 2);
  }

  .news-details__text-container {
    width: 984px;
  }
}
#job-popup {
  display: none;
}

#news-popup {
  display: none;
}

.go-up {
  display: none;
}

.fhp {
  display: none;
}

section:focus {
  outline: none;
}

body {
  margin: 0;
  background-color: #f5fbff;
}
body.no-scroll {
  overflow: hidden;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
a:visited {
  color: none;
}

h1, h2, h3 {
  font-family: "Faricy New";
  font-weight: 500;
  margin: 0;
}

h6 {
  font-family: "Faricy New";
  font-weight: 700;
  margin: 0;
}

h4, h5 {
  font-family: "Oswald";
  text-transform: uppercase;
  margin: 0;
}

div, section {
  box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.text__style, p, .solutions__reach-out-boxes li {
  font-size: 17px;
  font-weight: 400;
  margin: 0;
  line-height: 22px;
  font-family: "Faricy New";
}

ul {
  list-style-type: none;
  padding: 0;
}

.site-content {
  padding-top: 60px;
}

@media screen and (min-width: 1024px) {
  .site-content {
    padding-top: 0;
  }
}

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