*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth; }

body {
  font-family: "SFPro-reg", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  font-size: 1.6rem; }

a {
  text-decoration: none; }

h2 {
  font-size: 1.3rem;
  text-align: center; }
  @media screen and (max-width: 65em) {
    h2 {
      font-size: 1.2rem; } }

h3 {
  font-size: 3rem;
  line-height: 5rem;
  margin: 2rem 0;
  text-align: center;
  font-family: "SFPro-display-light", sans-serif; }
  @media screen and (max-width: 65em) {
    h3 {
      font-size: 3.8rem;
      line-height: 4.8rem;
      margin: 1rem 0; } }

hr {
  border-bottom: 1px solid red;
  width: 50px;
  margin: 0 auto 2rem; }

section {
  padding: 5rem 0; }

p {
  font-size: 1.8rem; }
  @media screen and (max-width: 65em) {
    p {
      font-size: 1.4rem !important; } }

li {
  list-style: none; }

address {
  font-style: normal;
  color: #fff;
  font-size: 1.2rem;
  line-height: 25px;
  color: #6e8496; }
  address a {
    color: #fff; }

.wrapper {
  grid-column: 3 / 11; }
  @media screen and (max-width: 65em) {
    .wrapper {
      grid-column: 1 / -1;
      padding: 5rem 15px; } }

.container {
  display: grid;
  grid-template-columns: repeat(12, 1fr); }

.slick-dots {
  bottom: 100px;
  left: 16%;
  text-align: left; }
  @media screen and (max-width: 65em) {
    .slick-dots {
      left: 10px !important; } }
  @media screen and (max-width: 50em) {
    .slick-dots {
      left: 60px !important; } }

.slick-dots li button:before {
  font-size: 15px;
  opacity: .8; }

.slick-dots li.slick-active button:before {
  color: red; }

.sub__title {
  width: 60% !important; }
  @media screen and (max-width: 65em) {
    .sub__title {
      width: 100% !important; } }
  @media screen and (max-width: 65em) {
    .sub__title h3 {
      font-size: 1.8rem;
      line-height: 2.8rem;
      margin: 1rem 0; } }

.inner-text {
  /* color: #384B5F!important; */ }

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #301AAC;
  transition: ease-in-out 0.5s; }
  @media screen and (max-width: 65em) {
    .sticky {
      position: absolute; } }

.footer {
  grid-column: 1 / -1;
  background-color: #000;
  color: #6e8496;
  padding: 6rem 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr); }
  .footer p, .footer ul li {
    font-size: 1.2rem;
    line-height: 25px; }
  .footer__container {
    grid-column: 3 / 11;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    column-gap: 80px; }
    @media screen and (max-width: 65em) {
      .footer__container {
        grid-template-columns: repeat(2, 1fr);
        grid-column: 2 / 12;
        grid-template-rows: auto;
        row-gap: 3rem;
        column-gap: 0; } }
  .footer__logo {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    width: 250px;
    height: 70px;
    margin-bottom: 50px;}
  .footer__social {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    display: flex; }
    .footer__social-img {
      padding-right: .5rem;
      cursor: pointer;
      display: inline-block;
      width: 50px; }
      .footer__social-img:first-of-type {
        background: url("../images/sm/facebook.svg") no-repeat; }
        .footer__social-img:first-of-type:hover {
          background: url("../images/sm/facebook_hoover.svg") no-repeat; }
      .footer__social-img:nth-of-type(2) {
        background: url("../images/sm/twitter.svg") no-repeat; }
        .footer__social-img:nth-of-type(2):hover {
          background: url("../images/sm/twitter_hoover.svg") no-repeat; }
      .footer__social-img:nth-of-type(3) {
        background: url("../images/sm/instagram.svg") no-repeat; }
        .footer__social-img:nth-of-type(3):hover {
          background: url("../images/sm/instagram_hoover.svg") no-repeat; }
      .footer__social-img:nth-of-type(4) {
        background: url("../images/sm/youtube.svg") no-repeat; }
        .footer__social-img:nth-of-type(4):hover {
          background: url("../images/sm/youtube_hoover.svg") no-repeat; }
      .footer__social-img:nth-of-type(5) {
        background: url("../images/sm/linkedin.svg") no-repeat; }
        .footer__social-img:nth-of-type(5):hover {
          background: url("../images/sm/linkedin_hoover.svg") no-repeat; }
  .footer__address {
    grid-column: 2 / 3;
    grid-row: 1 / 3; }
    .footer__address > p a {
      color: #fff; }
    @media screen and (max-width: 65em) {
      .footer__address {
        grid-column: 1 / 2;
        grid-row: 3 / 4; } }
  .footer__new {
    grid-column: 3 / 4;
    grid-row: 1 / 3; }
    .footer__new > p a {
      color: #fff; }
    @media screen and (max-width: 65em) {
      .footer__new {
        grid-column: 1 / 2;
        grid-row: 4 / 5; } }
  .footer__info {
    grid-column: 4 / 5;
    grid-row: 1 / 3;
    justify-self: center; }
    @media screen and (max-width: 65em) {
      .footer__info {
        grid-column: 1 / 2;
        grid-row: 5 / 6;
        justify-self: start; } }
  .footer hr {
    grid-column: 1 / -1;
    grid-row: 3 / 4;
    width: 100%;
    border: none;
    border-bottom: 1px solid #707070;
    opacity: .3;
    align-self: end; }
    @media screen and (max-width: 65em) {
      .footer hr {
        display: none; } }
  .footer__copyright {
    grid-column: 1 / 3;
    grid-row: 4 / 5; }
    @media screen and (max-width: 65em) {
      .footer__copyright {
        grid-column: 1 / -1;
        grid-row: 6 / 7; } }
  .footer__cookies {
    grid-column: 3 / -1;
    grid-row: 4 / 5;
    justify-self: end; }
    @media screen and (max-width: 65em) {
      .footer__cookies {
        grid-column: 1 / -1;
        grid-row: 7 / 8; } }
    @media screen and (max-width: 65em) {
      .footer__cookies {
        justify-self: start; } }
  .footer__header {
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    font-family: "SFPro-display-bold", sans-serif;
    margin-bottom: 20px; }
    @media screen and (max-width: 65em) {
      .footer__header {
        margin-bottom: 5px; } }

.banner {
  grid-column: 1 / 13;
  height: 900px;
  padding: 0; }
  .banner div {
    height: 100%; }
  .banner__top {
    z-index: 10;
    height: 145px !important; }
  .banner__logo {
    position: fixed;
    top: 3%;
    left: 16%;
    width: 300px;
    height: 90px;}
    @media screen and (max-width: 65em) {
      .banner__logo {
        position: absolute; } }
    @media screen and (max-width: 86em) {
      .banner__logo {
        top: 11%;
        left: 9%; } }
    @media screen and (max-width: 65em) {
      .banner__logo {
        top: 11%;
        left: 9%;
        width: 200px; } }
    @media screen and (max-width: 65em) and (max-height: 24em) {
      .banner__logo {
        top: 20%;
        left: 9%; } }
    @media screen and (max-width: 50em) {
      .banner__logo {
        top: 20%;
        left: 9%; } }
    @media screen and (max-width: 50em) and (max-height: 65em) {
      .banner__logo {
        top: 9%;
        left: 9%; } }
    @media screen and (max-width: 50em) and (max-height: 37.5em) {
      .banner__logo {
        top: 20%;
        left: 9%; } }
    @media screen and (max-width: 50em) and (max-height: 24em) {
      .banner__logo {
        top: 22%;
        left: 9%; } }
    @media screen and (max-width: 37.5em) {
      .banner__logo {
        top: 11%;
        left: 9%; } }
  .banner__nav {
    position: fixed;
    top: 6%;
    right: 17%;
    color: #fff;
    font-family: "SFPro-display-bold", sans-serif; }
    @media screen and (max-width: 86em) {
      .banner__nav {
        top: 13%;
        right: 7%; } }
    @media screen and (max-width: 65em) {
      .banner__nav {
        display: none; } }
    .banner__nav ul {
      display: flex; }
      .banner__nav ul li {
        flex-direction: column;
        padding-right: 8rem;
        text-transform: uppercase; }
        .banner__nav ul li:nth-child(5) {
          padding-right: 0; }
        .banner__nav ul li a {
          color: #fff;
          /* transition: all 0.2s linear; */ }
          .banner__nav ul li a::after {
            content: "";
            display: block;
            width: 0;
            height: 2px;
            background: #fff;
            transition: width 0.3s; }
          .banner__nav ul li a:hover, .banner__nav ul li a:focus {
            /* color: #FF1748;
            background-color: #fff;           
 */ }
          .banner__nav ul li a:hover::after {
            width: 100%; }
  .banner__slider {
    /* position: relative; */ }
    .banner__slider .slick-dots {
      width: 200px; }
    .banner__slider-container {
      display: grid !important;
      grid-template-columns: repeat(12, 1fr);
      grid-template-rows: repeat(6, 1fr); }
    .banner__slider-img {
      grid-column: 1 / -1;
      grid-row: 1 / -1; }
    .banner__slider-text {
      /* position: absolute;
            top:40%; */
      color: #fff;
      font-weight: 100;
      font-family: "SFUIText-Regular", sans-serif;
      font-size: 5rem;
      grid-column: 3 / 6;
      grid-row: 3 / 5; }
      @media screen and (max-width: 86em) {
        .banner__slider-text {
          font-size: 4rem;
          grid-column: 2 / 7; } }
      @media screen and (max-width: 65em) {
        .banner__slider-text {
          font-size: 5rem;
          grid-column: 2 / 10; } }
      @media screen and (max-width: 50em) {
        .banner__slider-text {
          font-size: 3.6rem;
          grid-column: 2 / 10; } }
    .banner__slider-link {
      width: 14em;
      height: 4em;
      background-color: #ff1748;
      border-radius: 0.3rem;
      text-align: center;
      font-family: "SFPro-reg", sans-serif;
      color: #fff;
      padding-top: 17px;
      font-size: 1.4rem;
      text-transform: uppercase;
      letter-spacing: 2px;
      grid-column: 3 / 6;
      grid-row: 5 / 6; }
      .banner__slider-link:hover {
        background-color: #d50e38; }
      @media screen and (max-width: 86em) {
        .banner__slider-link {
          grid-column: 2 / -1;
          grid-row: 5 / -1; } }
      @media screen and (max-width: 65em) {
        .banner__slider-link {
          grid-column: 2 / -1;
          grid-row: 5 / -1; } }
      .banner__slider-link::after {
        content: url("../images/Path.svg");
        padding-left: 20px; }
  .banner .freight {
    background: url("../images/freight1a.jpg");
    background-position: center; }
  .banner .freight2 {
    background: url("../images/freight2a.jpg");
    background-position: center; }
  .banner .freight3 {
    background-image: url("../images/freight3a.jpg");
    background-position: center; }
  .banner .freight4 {
    background-image: url("../images/freight4a.jpg");
    background-position: center; }

.about__title {
  width: 30%;
  margin: 0 auto; }
  @media screen and (max-width: 65em) {
    .about__title {
      width: 95%; } }

.about__text {
  color: #768692;
  font-family: "SF-Pro-Display-Medium", sans-serif;
  font-size: 1.8rem;
  text-align: justify;
  text-align-last: center; }

.about__link {
  width: 9em;
  height: 3em;
  background-color: #00e5be;
  border-radius: .3rem;
  margin: 5rem auto 0;
  text-align: center;
  letter-spacing: 2px; }
  .about__link:hover {
    background-color: #00BC9C; }
  .about__link-text {
    font-size: 1.2rem;
    color: #fff;
    display: block;
    padding-top: 14px;
    text-transform: uppercase;
    padding-left: 2px; }

.about h2 {
  color: red; }

.about__tagline {
  color: #4CBDD5;
  display: block;
  text-align: center;
  padding: 20px 0; }
  @media screen and (max-width: 50em) {
    .about__tagline {
      font-size: 1.4rem; } }

.services {
  height: 870px;
  grid-column: 1 / -1; }
  @media screen and (max-width: 86em) {
    .services {
      height: 700px; } }
  @media screen and (max-width: 65em) {
    .services {
      height: 700px; } }
  @media screen and (max-width: 50em) {
    .services {
      height: 600px; } }
  @media screen and (max-width: 37.5em) {
    .services {
      height: 1000px; } }
  .services__background {
    height: 600px;
    background-image: url("../images/base.png");
    background-size: contain; }
    @media screen and (max-width: 86em) {
      .services__background {
        height: 500px; } }
    @media screen and (max-width: 65em) {
      .services__background {
        height: 440px; } }
    @media screen and (max-width: 50em) {
      .services__background {
        height: 440px; } }
    @media screen and (max-width: 37.5em) {
      .services__background {
        height: 340px; } }
    .services__background hr {
      border-color: #00e5be; }
  .services__title {
    padding-top: 5rem; }
  .services__images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
    /*
    &-title {
      position: absolute;
      color: #fff;
      font-size: 2.4rem;

      &:first-of-type {
        bottom: -10px;
        left: 735px;

        @media screen and (max-width: $bp-largest) {
          font-size: 2.2rem;
          bottom: -15px;
          left: 90px;
        }

        @media screen and (max-width: $bp-large) {
          font-size: 2.2rem;
          bottom: 1px;
          left: 100px;
        }

        @media screen and (max-width: $bp-medium) {
          bottom: 1px;
          left: 70px;
        }

        @media screen and (max-width: $bp-small) {
          font-size: 1.6rem;
          bottom: -12px;
          left: 40px;
        }

        @media screen and (max-width: $bp-smaller) {
          font-size: 1.4rem;
          bottom: -12px;
          left: 40px;
        }
      }
    }

     &-title2 {
      font-size: 2.4rem;
      color: #fff;
      position: absolute;
      bottom: -10px;
      left: 1350px;

      @media screen and (max-width: $bp-largest) {
        font-size: 2.2rem;
        bottom: -15px;
          left: 500px;
      }

      @media screen and (max-width: $bp-large) {
        font-size: 2.2rem;
        bottom: 1px;
        left: 550px;
      }

      @media screen and (max-width: $bp-medium) {
        bottom: 1px;
        left: 400px;
      }

      @media screen and (max-width: $bp-small) {
        font-size: 1.6rem;
        bottom: -12px;
        left: 220px;
      }

      @media screen and (max-width: $bp-smaller) {
        font-size: 1.4rem;
        bottom: -12px;
        left: 190px;
      }


      
    } */ }
    @media screen and (max-width: 86em) {
      .services__images {
        column-gap: 1rem; } }
    @media screen and (max-width: 37.5em) {
      .services__images {
        grid-template-columns: repeat(auto-fit, minmax(min-content, 37rem));
        justify-content: center; } }
    .services__images-img {
      position: relative; }
      .services__images-img:first-of-type {
        justify-self: end; }
      .services__images-img img {
        transform: translateY(40px); }
        @media screen and (max-width: 86em) {
          .services__images-img img {
            transform: translateY(50px);
            width: 44%; } }
        @media screen and (max-width: 65em) {
          .services__images-img img {
            transform: translateY(30px);
            width: 100%;
            padding: 0 5px; } }
    .services__images-title {
      position: absolute;
      color: #fff;
      font-size: 2.4rem;
      left: 7%;
      bottom: 0; }
  .services h2 {
    color: #00e5be; }
  .services h3 {
    color: #fff; }

.partners h2 {
  color: red; }

.partners hr {
  border-color: red; }

.partners__title {
  width: 35%;
  margin: 0 auto; }
  @media screen and (max-width: 65em) {
    .partners__title {
      width: 100%; } }

.partners__text {
  color: #768692;
  font-family: "SF-Pro-Display-Medium", sans-serif;
  padding: 10px 0;
  text-align: center;
  text-align-last: center; }

.partners__images {
  display: grid;
  grid-template-columns: repeat(3, minmax(min-content, 39rem));
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 100px;
  border-top: 1px solid #e6e3e3;
  border-bottom: 1px solid #e6e3e3; }
  @media screen and (max-width: 65em) {
    .partners__images {
      grid-template-columns: repeat(auto-fit, minmax(min-content, 39rem)); } }
  .partners__images img {
    justify-self: start; }
    .partners__images img:first-of-type, .partners__images img:nth-of-type(2), .partners__images img:nth-of-type(3) {
      border-bottom: 1px solid #e6e3e3; }
      @media screen and (max-width: 65em) {
        .partners__images img:first-of-type, .partners__images img:nth-of-type(2), .partners__images img:nth-of-type(3) {
          border-bottom: none; } }
    .partners__images img:first-of-type, .partners__images img:nth-of-type(2), .partners__images img:nth-of-type(4), .partners__images img:nth-of-type(5) {
      border-right: 1px solid #e6e3e3; }
      @media screen and (max-width: 65em) {
        .partners__images img:first-of-type, .partners__images img:nth-of-type(2), .partners__images img:nth-of-type(4), .partners__images img:nth-of-type(5) {
          border-right: none; } }

@font-face {
  font-family: "SFPro-reg";
  src: url("../fonts/SF-Pro-Display-Medium.otf") format("opentype"); }

@font-face {
  font-family: "SFPro-display-light";
  src: url("../fonts/SF-Pro-Display-Thin.otf") format("opentype"); }

@font-face {
  font-family: "SFPro-display-bold";
  src: url("../fonts/SF-Pro-Display-Bold.otf") format("opentype"); }

@font-face {
  font-family: "SFUIText-Regular";
  src: url("../fonts/SFUIText-Regular.ttf") format("opentype"); }

@font-face {
  font-family: "SFPro-display-heavy";
  src: url("../fonts/SF-Pro-Display-Heavy.otf") format("opentype"); }

@font-face {
  font-family: 'SF-Pro-Display-Medium', sans-serif;
  src: url("../fonts/SF-Pro-Display-Medium.otf") format("opentype"); }

.hamburger {
  grid-column: 4 / -1;
  right: 1.5rem;
  top: 3.2rem;
  height: 2.4rem;
  position: absolute;
  bottom: auto;
  display: none;
  margin-top: 57px;
  margin-right: 15px; }
  @media only screen and (max-width: 65em) {
    .hamburger {
      display: block; } }
  @media screen and (max-width: 65em) and (max-height: 50em) {
    .hamburger {
      right: 4rem; } }
  @media screen and (max-width: 50em) {
    .hamburger {
      right: 4rem;
      top: 3rem; } }
  @media screen and (max-width: 50em) and (max-height: 65em) {
    .hamburger {
      right: 4rem;
      top: 4rem; } }
  @media screen and (max-width: 37.5em) {
    .hamburger {
      right: 1.5rem;
      top: 3.2rem; } }
  .hamburger__menu {
    display: inline-block;
    width: 3rem;
    height: 2.4rem;
    cursor: pointer;
    transition: ease-in-out 0.5s; }
    .hamburger__menu span {
      display: block;
      position: absolute;
      height: 0.2rem;
      width: 100%;
      left: 0;
      background: #fff;
      border-radius: 0.1rem;
      opacity: 1;
      transform: rotate(0deg);
      transition: ease-in-out 0.25s; }
    .hamburger__menu span:nth-child(1) {
      top: 0; }
    .hamburger__menu span:nth-child(2) {
      top: 1rem; }
    .hamburger__menu span:nth-child(1) {
      top: 2rem; }
  .hamburger__checker {
    display: none; }
    .hamburger__checker:checked + .hamburger__modal {
      display: grid; }
  .hamburger__modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 10;
    height: 100vh; }
    .hamburger__modal-container {
      margin: 5px;
      background-color: #fff;
      overflow-y: auto;
      flex-wrap: nowrap; }
    .hamburger__modal-body {
      /* display: block;
        margin: 0 auto;
        width: 30rem; */
      width: 100vw;
      height: 100vh; }
  .hamburger__close {
    position: absolute;
    right: 0;
    padding: 10% 10% 0 0;
    font-size: 4rem; }
    @media screen and (max-width: 50em) and (max-height: 37.5em) {
      .hamburger__close {
        padding: 3% 10% 0 0; } }
  .hamburger__lists {
    display: flex;
    flex-direction: column;
    padding-top: 16rem;
    align-items: center; }
    @media screen and (max-width: 50em) and (max-height: 65em) {
      .hamburger__lists {
        padding-top: 16rem; } }
    @media screen and (max-width: 50em) {
      .hamburger__lists {
        padding-top: 6rem; } }
    @media screen and (max-width: 37.5em) {
      .hamburger__lists {
        padding-top: 16rem; } }
    .hamburger__lists-item {
      white-space: nowrap;
      padding-top: 2rem;
      font-weight: 700; }
      .hamburger__lists-item-link {
        white-space: nowrap;
        font-family: "SFPro-reg", sans-serif;
        color: #1b1b1b;
        font-size: 6rem; }
        @media screen and (max-width: 50em) and (max-height: 65em) {
          .hamburger__lists-item-link {
            font-size: 6rem; } }
        @media screen and (max-width: 50em) {
          .hamburger__lists-item-link {
            font-size: 3.5rem; } }
        @media screen and (max-width: 37.5em) {
          .hamburger__lists-item-link {
            font-size: 6rem; } }

.inner {
  grid-column: 1 / -1;
  grid-row: 1 / 2;
  background: url("../images/sub_banner.png");
  background-size: cover;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  height: 37rem; }
  .inner__top {
    z-index: 10;
    height: 145px !important; }
  .inner__logo {
    position: fixed;
    top: 4%;
    left: 17%; }
    @media screen and (max-width: 65em) {
      .inner__logo {
        position: absolute; } }
    @media screen and (max-width: 86em) {
      .inner__logo {
        top: 11%;
        left: 9%; } }
    @media screen and (max-width: 65em) {
      .inner__logo {
        top: 11%;
        left: 9%;
        width: 200px; } }
    @media screen and (max-width: 65em) and (max-height: 37.5em) {
      .inner__logo {
        top: 18%;
        left: 9%; } }
    @media screen and (max-width: 65em) and (max-height: 24em) {
      .inner__logo {
        top: 20%;
        left: 9%; } }
    @media screen and (max-width: 50em) {
      .inner__logo {
        top: 20%;
        left: 9%; } }
    @media screen and (max-width: 50em) and (max-height: 65em) {
      .inner__logo {
        top: 8%;
        left: 9%; } }
    @media screen and (max-width: 50em) and (max-height: 37.5em) {
      .inner__logo {
        top: 22%;
        left: 9%; } }
    @media screen and (max-width: 37.5em) {
      .inner__logo {
        top: 11%;
        left: 9%; } }
  .inner__nav {
    position: fixed;
    top: 6%;
    right: 17%;
    color: #fff;
    font-family: "SFPro-display-bold", sans-serif; }
    @media screen and (max-width: 86em) {
      .inner__nav {
        top: 13%;
        right: 7%; } }
    @media screen and (max-width: 65em) {
      .inner__nav {
        display: none; } }
    .inner__nav ul {
      display: flex; }
      .inner__nav ul li {
        flex-direction: column;
        padding-right: 8rem;
        text-transform: uppercase; }
        .inner__nav ul li:nth-child(5) {
          padding-right: 0; }
        .inner__nav ul li a {
          color: #fff;
          /* transition: all 0.2s linear;
          padding: 10px 20px; */ }
          .inner__nav ul li a:hover, .inner__nav ul li a:focus {
            /* color: #FF1748;
            background-color: #fff; */ }
          .inner__nav ul li a::after {
            content: "";
            display: block;
            width: 0;
            height: 2px;
            background: #fff;
            transition: width 0.3s; }
          .inner__nav ul li a:hover, .inner__nav ul li a:focus {
            /* color: #FF1748;
            background-color: #fff;           
 */ }
          .inner__nav ul li a:hover::after {
            width: 100%; }

.breadcrumb {
  padding: 0 15px !important;
  height: 6rem;
  color: #BCC7D0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D7DFE6; }
  .breadcrumb__nav {
    font-size: 1.4rem;
    padding: 2rem 0; }
    .breadcrumb__nav ul {
      display: flex; }
      .breadcrumb__nav ul li {
        flex-direction: column;
        padding-right: 2rem; }
        .breadcrumb__nav ul li::after {
          font-family: "Font Awesome 5 Free";
          font-weight: 600;
          font-size: 1.1rem;
          content: "\f105";
          padding-left: 10px;
          color: #BCC7D0; }
  .breadcrumb__social {
    width: 300px; }

.cards__slider .slick-dots {
  bottom: -60px;
  display: block;
  margin: 0 auto;
  text-align: center;

  left: 0 !important; }
  @media screen and (max-width: 65em) {
    .cards__slider .slick-dots {
      left: 10px !important; } }
  .cards__slider .slick-dots li button:before {
    font-size: 15px; }
  .cards__slider .slick-dots li.slick-active button:before {
    color: red; }

.cards__slider-item img {
  margin: 0 auto; }

.cards__slider-item {
  padding: 60px 25px;
  border-right: 1px dotted #DAE2ED; }
  .cards__slider-item h3 {
    color: #5851FF;
    font-size: 2.1rem;
    font-weight: 600;}
    @media screen and (max-width: 65em) {
      .cards__slider-item h3 {
        line-height: 2.5rem; } }
  .cards__slider-item span p {
    line-height: 3.3rem;
    text-align: center;
    font-family: "SF-Pro-Display-Medium", sans-serif;
    color: #768692; }
    @media screen and (max-width: 65em) {
      .cards__slider-item span p {
        line-height: 2.5rem; } }

.detail-text {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(auto-fit, minmax(1rem, 7rem));
  margin-top: 0;}
  @media screen and (max-width: 50em) {
    .detail-text {
      grid-template-rows: repeat(auto-fit, minmax(min-content, 15rem)); } }
  .detail-text__title {
    grid-column: 1 / 8;
    grid-row: 2 / 6;
    background-color: #5e62cb;
    z-index: 2;
    position: relative; }
    @media screen and (max-width: 50em) {
      .detail-text__title {
        grid-column: 1 / -1;
        grid-row: 1 / 2; } }
    .detail-text__title-main {
      position: absolute;
      left: 30%;
      top: 25%;
      color: #B8C8D7;
      text-align: left;
      font-size: 4rem; }
      @media screen and (max-width: 65em) {
        .detail-text__title-main {
          top: 10%;
          font-size: 2rem;
          line-height: 2.8rem; } }
      @media screen and (max-width: 50em) {
        .detail-text__title-main {
          left: 10%;
          top: 24%;
          font-size: 2rem; } }
      .detail-text__title-main-alt {
        display: block;
        color: #0DE4E4; }
    .detail-text__title-text {
      color: #B8C8D7;
      position: absolute;
      width: 50%;
      left: 30%;
      top: 50%; }
      @media screen and (max-width: 65em) {
        .detail-text__title-text {
          font-size: 1.2rem; } }
      @media screen and (max-width: 50em) {
        .detail-text__title-text {
          display: none; } }
  .detail-text__image {
    grid-column: 6 / -1;
    grid-row: 1 / 5; }
    .detail-text__image img {
      width: 100%; }
    @media screen and (max-width: 50em) {
      .detail-text__image {
        display: none; } }
  .detail-text__data {
    grid-row: 6 / 8;
    grid-column: 3 / 11;
    display: grid;
    margin-bottom: 100px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    column-gap: 10rem;
    row-gap: 3rem;
    padding-top: 20rem;
    text-align: justify;
    font-family: "SF-Pro-Display-Medium", sans-serif; }
    @media screen and (max-width: 50em) {
      .detail-text__data {
        grid-template-columns: repeat(auto-fit, minmax(min-content, 35rem));
        grid-template-rows: repeat(auto-fit, minmax(min-content, 5rem));
        grid-column: 1 / -1;
        column-gap: 2rem;
        row-gap: 2rem;
        padding-top: 2rem; } }
    .detail-text__data p {
      color: #768692; }
  .detail-text hr {
    width: 70px;
    height: 1px;
    background-color: #0DE4E4;
    position: absolute;
    top: 47%;
    left: 30%;
    z-index: 100;
    border: none; }
    @media screen and (max-width: 50em) {
      .detail-text hr {
        display: none; } }
  .detail-text__title-alt {
    grid-column: 6 / -1;
    grid-row: 2 / 6;
    background-color: #5e62cb;
    z-index: 2;
    position: relative; }
    @media screen and (max-width: 50em) {
      .detail-text__title-alt {
        grid-column: 1 / -1;
        grid-row: 1 / 2; } }
    .detail-text__title-alt-main {
      position: absolute;
      left: 30%;
      top: 20%;
      color: #B8C8D7;
      text-align: left; }
      .detail-text__title-alt-main-alt {
        display: block;
        color: #0DE4E4; }
    .detail-text__title-alt-text {
      color: #B8C8D7;
      position: absolute;
      width: 50%;
      left: 30%;
      top: 50%; }
  .detail-text__image-alt {
    grid-column: 1 / 8;
    grid-row: 1 / 6; }
    .detail-text__image-alt img {
      width: 100%; }
    @media screen and (max-width: 50em) {
      .detail-text__image-alt {
        display: none; } }
