body, html {
  margin: 0px;
  padding: 0px;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Inter" ,sans-serif;
}

.container {
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

header {
  padding: 15px 0px;
  background-color: #F6F7F9;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
header .outer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .outer__header > p {
  margin: 0px;
  font-size: 12px;
  line-height: 14px;
  color: black;
  font-weight: 600;
}
header .outer__header > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
header .outer__header > a:hover {
  opacity: .7;
}

.semibold {
  font-weight: 600 !important;
}

.medium {
  font-weight: 500 !important;
}

.main__section {
  padding-top: 40px;
  padding-bottom: 130px;
}
.main__section .outer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main__section .outer__main .main__box {
  max-width: 800px;
  width: 100%;
  margin-right: 40px;
}
.main__section .outer__main .main__box .elem__wrapper {
  margin-bottom: 40px;
}
.main__section .outer__main .main__box .elem__wrapper .advert {
  padding: 40px 24px;
  border: 1px solid #F53838;
  border-radius: 8px;
}
.main__section .outer__main .main__box .elem__wrapper .advert > p {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
}
.main__section .outer__main .main__box .elem__wrapper .advert > p:last-child {
  margin-bottom: 0px;
}
.main__section .outer__main .main__box .elem__wrapper .cta {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 64px;
  padding-right: 64px;
  background: #F6F7F9;
  border-radius: 8px;
}
.main__section .outer__main .main__box .elem__wrapper .cta > span {
  text-align: center;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: black;
}
.main__section .outer__main .main__box .elem__wrapper .cta .button__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main__section .outer__main .main__box .elem__wrapper .cta .button__wrapper > a {
  width: 100%;
  min-height: 74px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-39.86%, #318EE7), color-stop(129.05%, #277FD2));
  background: linear-gradient(180deg, #318EE7 -39.86%, #277FD2 129.05%);
  border-radius: 8px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  color: white;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.main__section .outer__main .main__box .elem__wrapper .cta .button__wrapper > a:hover {
  opacity: .7;
}
.main__section .outer__main .main__box .elem__wrapper .cta > h6 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 24px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.main__section .outer__main .main__box .elem__wrapper .cta > h6 span {
  font-weight: 800;
  color: black;
}
.main__section .outer__main .main__box .elem__wrapper .list__wrapper {
  margin-top: 22px;
}
.main__section .outer__main .main__box .elem__wrapper .list__wrapper ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
.main__section .outer__main .main__box .elem__wrapper .list__wrapper ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 500;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.main__section .outer__main .main__box .elem__wrapper .list__wrapper ul > li:last-child {
  margin-bottom: 0px;
}
.main__section .outer__main .main__box .elem__wrapper .list__wrapper ul > li > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 12px;
}
.main__section .outer__main .main__box .elem__wrapper .list__wrapper > p {
  margin-bottom: 20px;
}
.main__section .outer__main .main__box .elem__wrapper .list__wrapper > p:last-child {
  margin-bottom: 0px;
}
.main__section .outer__main .main__box .elem__wrapper > p a {
  font-weight: bold;
  color: #1978d2;
  text-decoration: none;
  border-bottom: 1px solid #1978d2;
}
.main__section .outer__main .main__box .elem__wrapper > h3 {
  margin-top: 0px;
  margin-bottom: 22px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 800;
  color: black;
}
.main__section .outer__main .main__box .elem__wrapper > h3 span {
  color: #1978d2;
}
.main__section .outer__main .main__box .elem__wrapper .video__elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 28px;
}
.main__section .outer__main .main__box .elem__wrapper .video__elem video {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  z-index: 3;
}
.main__section .outer__main .main__box .elem__wrapper .video__elem > img {
  max-width: 100%;
  border-radius: 8px;
}
.main__section .outer__main .main__box .elem__wrapper .video__elem > a {
  position: absolute;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main__section .outer__main .main__box .elem__wrapper .video__elem > a:hover {
  opacity: .7;
}
.main__section .outer__main .main__box .elem__wrapper .image__whole {
  margin-bottom: 28px;
}
.main__section .outer__main .main__box .elem__wrapper .image__whole .image__text {
  padding: 25px;
  background: #7D7B7C;
  border-radius: 8px;
  position: relative;
  z-index: 2;
}
.main__section .outer__main .main__box .elem__wrapper .image__whole .image__text > p {
  margin: 0px;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 800;
  color: white;
}
.main__section .outer__main .main__box .elem__wrapper .image__whole .image__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -30px;
}
.main__section .outer__main .main__box .elem__wrapper .image__whole .image__media > img {
  max-width: 100%;
  border-radius: 8px;
}
.main__section .outer__main .main__box .elem__wrapper .elem__images {
  margin-bottom: 25px;
}
.main__section .outer__main .main__box .elem__wrapper .elem__images .image__text {
  padding: 25px;
  background: #7D7B7C;
  border-radius: 8px;
  margin-top: -20px;
  position: relative;
}
.main__section .outer__main .main__box .elem__wrapper .elem__images .image__text > p {
  margin: 0px;
  font-size: 18px;
  line-height: 24px;
  color: white;
  font-weight: 800;
  text-transform: uppercase;
}
.main__section .outer__main .main__box .elem__wrapper .elem__images .double__image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.main__section .outer__main .main__box .elem__wrapper .elem__images .double__image > .elem__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main__section .outer__main .main__box .elem__wrapper .elem__images .double__image > .elem__image > img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.main__section .outer__main .main__box .elem__wrapper:last-child {
  margin-bottom: 0px;
}
.main__section .outer__main .main__box .elem__wrapper > p {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
  color: black;
  font-weight: 400;
}
.main__section .outer__main .main__box .elem__wrapper > p.mbbig {
  margin-bottom: 25px;
}
.main__section .outer__main .main__box .elem__wrapper > p:last-child {
  margin-bottom: 0px;
}
.main__section .outer__main .main__box .elem__wrapper .spacer {
  margin-bottom: 40px;
}
.main__section .outer__main .main__box .elem__wrapper > h4 {
  margin: 0px;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 22px;
}
.main__section .outer__main .main__box .elem__wrapper > h4:last-child {
  margin-bottom: 0px;
}
.main__section .outer__main .main__box .elem__wrapper > h6 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 24px;
  color: black;
  font-weight: 600;
}
.main__section .outer__main .main__box .elem__wrapper > h6:last-child {
  margin-bottom: 0px;
}
.main__section .outer__main .main__box .elem__wrapper .media__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}
.main__section .outer__main .main__box .elem__wrapper .media__wrapper > img {
  max-width: 100%;
  border-radius: 8px;
}
.main__section .outer__main .main__box .elem__wrapper > h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 50px;
  color: #000000;
  font-weight: 800;
}
.main__section .outer__main .main__box .elem__wrapper > h1 .border {
  border-bottom: 2px solid #000;
}
.main__section .outer__main .main__box .elem__wrapper > h1 .main {
  font-size: 52px;
  color: #2C85DB;
  font-weight: 800;
}
.main__section .outer__main .main__side {
  min-width: 300px;
  max-width: 300px;
}
.main__section .outer__main .main__side > .side__float {
  position: -webkit-sticky;
  position: sticky;
  top: 25px;
  padding: 20px;
  background: #F6F7F9;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
}
.main__section .outer__main .main__side > .side__float .side__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main__section .outer__main .main__side > .side__float .side__button > a {
  width: 100%;
  min-height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-39.86%, #318EE7), color-stop(129.05%, #277FD2)), #318EE7;
  background: linear-gradient(180deg, #318EE7 -39.86%, #277FD2 129.05%), #318EE7;
  border-radius: 8px;
  font-size: 18px;
  line-height: 22px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.main__section .outer__main .main__side > .side__float .side__button > a:hover {
  opacity: .7;
}
.main__section .outer__main .main__side > .side__float .side__media {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main__section .outer__main .main__side > .side__float .side__media > img {
  max-width: 100%;
}
.main__section .outer__main .main__side > .side__float > h6 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 36px;
  color: black;
  font-weight: bold;
}
.main__section .outer__main .main__side > .side__float > p {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: black;
  opacity: 0.5;
}

footer {
  padding-top: 55px;
  background: #2F3137;
}
footer .footer__bottom .bottom__foot {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 55px;
}
footer .footer__bottom .bottom__foot > p {
  margin: 0px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: white;
  opacity: .7;
  margin-right: 60px;
}
footer .footer__bottom .bottom__foot ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
footer .footer__bottom .bottom__foot ul > li {
  margin-right: 30px;
}
footer .footer__bottom .bottom__foot ul > li > a {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  opacity: .7;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
footer .footer__bottom .bottom__foot ul > li > a:hover {
  opacity: 1;
}
footer .footer__bottom .bottom__foot ul > li:last-child {
  margin-right: 0px;
}
footer .outer__footer {
  text-align: center;
  max-width: 945px;
  margin-left: auto;
  margin-right: auto;
}
footer .outer__footer > p {
  margin-top: 0px;
  margin-bottom: 26px;
  opacity: .7;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: white;
}
footer .outer__footer > p span {
  font-weight: 600;
  margin-bottom: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
footer .outer__footer > p:last-child {
  margin-bottom: 0px;
}

@media (max-width: 1200px) {
  .main__section .outer__main .main__side {
    min-width: 240px;
    max-width: 240px;
  }

  .main__section .outer__main .main__side > .side__float .side__button > a {
    font-size: 16px;
  }

  .main__section .outer__main .main__side > .side__float > h6 {
    line-height: 30px;
  }
}
.mobile {
  display: none;
}

@media (max-width: 991px) {
  .main__section .outer__main .main__box .elem__wrapper > h6 {
    font-size: 20px;
    line-height: 22px;
  }

  .main__section .outer__main .main__side {
    display: none;
  }

  .mobile {
    display: block;
  }

  .main__section .outer__main .main__box {
    max-width: 100%;
    margin-right: 0px;
  }

  .main__section .outer__main .main__box .elem__wrapper > h1 {
    text-align: center;
  }

  .main__section {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .main__section .outer__main .main__box .elem__wrapper > h1 .main {
    font-size: 28px;
    line-height: 32px;
  }

  .main__section .outer__main .main__box .elem__wrapper > h1 {
    font-size: 20px;
    line-height: 32px;
  }

  footer {
    padding-top: 35px;
  }

  footer .footer__bottom .bottom__foot {
    margin-top: 20px;
  }

  .main__section .outer__main .main__box .elem__wrapper .advert {
    padding: 20px 16px;
  }

  .main__section .outer__main .main__box .elem__wrapper .advert > p {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .main__section .outer__main .main__box .elem__wrapper .cta {
    padding: 35px 20px;
  }

  .main__section .outer__main .main__box .elem__wrapper .cta .button__wrapper > a {
    min-height: 58px;
    font-size: 18px;
    line-height: 22px;
  }

  .main__section .outer__main .main__box .elem__wrapper .video__elem > a img {
    max-width: 62px;
  }

  footer .footer__bottom .bottom__foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  footer .footer__bottom .bottom__foot > p {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  footer .footer__bottom .bottom__foot ul > li {
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  .main__section .outer__main .main__box .elem__wrapper .image__whole .image__text {
    padding: 14px 12px;
  }
  .main__section .outer__main .main__box .elem__wrapper .image__whole .image__text > p {
    font-size: 16px;
    line-height: 22px;
  }

  .main__section .outer__main .main__box .elem__wrapper .elem__images .image__text {
    padding: 14px 12px;
  }
  .main__section .outer__main .main__box .elem__wrapper .elem__images .image__text > p {
    font-size: 16px;
    line-height: 22px;
  }

  .main__section .outer__main .main__box .elem__wrapper .elem__images .double__image > .elem__image > img.smaller {
    height: 210px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }

  .main__section .outer__main .main__box .elem__wrapper .elem__images .double__image > .elem__image > img.top {
    -o-object-position: center 20%;
       object-position: center 20%;
  }

  .main__section .outer__main .main__box .elem__wrapper .elem__images .double__image > .elem__image > img.medium {
    height: 265px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }

  .main__section .outer__main .main__box .elem__wrapper .elem__images .double__image {
    grid-template-columns: 1fr;
    grid-row-gap: 2px;
  }
}
