*, *::before, *::after {
  box-sizing: border-box;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 100;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
h1, h2, h3, h4, b, strong, .h-bold {
  font-weight: 700;
}
.h-text-balance {
  text-wrap: balance;
}
.header,
.footer {
  display: none;
}
div#main {
  margin: 0 auto;
}
.header-pr {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 25px 0;
  background-color: #fff;
  transform: translateY(-100%);
  transition: .2s ease;
  z-index: 3;
}
.header-pr.active {
  transform: translateY(0);
}
.header-pr__in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-pr a,
.header-pr img,
.header-pr svg {
  display: block;
}
.section-main--img-c {
  padding: 150px 0 160px;
}
h1 {
  font-size: 48px;
}
.highlight-s {
  font-size: 24px;
  max-width: 840px;
  margin: 0 auto 40px;
  text-wrap: balance;
}
.highlight-s span {
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  background-color: #D9EAFE;
  padding: 8px 14px;
  border-radius: 8px;
}
.button {
  font-weight: 400;
  text-decoration: none;
}
.button--grd {
  position: relative;
  font-size: 17px;
  text-transform: none;
  padding: 15px;
  background: linear-gradient(270deg, #00D816 0%, #16C227 100%);
  overflow: hidden;
  z-index: 1;
}
.button--grd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #16C227 0%, #00D816 100%);
  opacity: 0;
  transition: opacity .3s ease;
  z-index: -1;
}
.button--grd:hover::before {
  opacity: 1;
}
.img-c {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(50% - 15px);
}
.img-c img {
  display: block;
  margin-left: auto;
  margin-top: auto;
}
.subtitle {
  font-size: 35px;
  margin-top: 0;
  margin-bottom: -10px;
}
.option {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  background-color: #fff;
  border-radius: 16px;
  padding: 40px 30px;
}
.option::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(to bottom, #CBE3FF, #EFF6FF);
  border-radius: 18px;
  z-index: -1;
}
.option__item {
  position: relative;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 30px;
  border-right: 1px solid #CBE3FF;
  transition: .3s ease;
}
.option__item::after {
  content: "";
  position: absolute;
  top: calc(100% + 1px);
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 60px);
  height: 1px;
  background-color: #CBE3FF;
}
.option__item:nth-child(4n) {
  border-right: none;
}
.option__item:nth-last-child(-n+4)::after {
  display: none;
}
.option__item:hover img {
  transform: scale(1.1);
}
.option__item img {
  display: block;
  transition: .2s ease;
}
.section-tk {
  padding: 80px 0;
}
.section-tk p {
  max-width: 630px;
  font-size: 21px;
  margin: 0 auto 30px;
}
.ft {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  margin-bottom: 20px;
}
.ft:last-child {
  margin-bottom: 0;
}
.ft__img {
  flex-shrink: 0;
  margin-right: 22px;
}
.ft__desc {
  margin: 0;
}
.str {
  max-width: 270px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 30px 20px;
  margin: auto;
  border-radius: 16px;
  box-shadow: 0 0 30px -4px rgba(0, 0, 0, 0.05);
}
.str img {
  display: block;
}
.opt {
  display: flex;
  justify-content: center;
  margin: 0 -15px -30px;
}
.opt__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 210px;
  padding: 30px 15px;
  margin: 0 15px 30px;
  border-radius: 6px;
  background-color: #fff;
  text-align: center;
}
.opt__item::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(to bottom, #CBE3FF, #EFF6FF);
  border-radius: 8px;
  z-index: -1;
}
.opt__item img {
  margin-bottom: 25px;
}
.slider-multiple__in {
  margin: 0 50px;
}
.slider-multiple__button {
  border-radius: 8px;
}
.prot {
  border-radius: 16px;
}
.prot__img {
  display: flex;
  align-items: center;
  height: 40px;
  margin-bottom: 20px;
}
.prot__title {
  font-size: 17px;
  margin-bottom: 20px;
}
.prot__sep {
  width: 100%;
  height: 1px;
  background-color: #D9E1EB;
  margin: 25px 0;
}
.prot__author {
  margin-bottom: 20px;
}
.prot__review {
  font-style: italic;
}
.sect-gt {
  overflow: hidden;
}
.sect-gt__row {
  display: flex;
  align-items: center;
}
.sect-gt__col-left {
  width: 60%;
  padding-right: 40px;
  border-right: 1px solid #fff;
}
.sect-gt__col-right {
  width: 40%;
  padding-left: 70px;
}
.sect-gt__left {
  position: relative;
  height: 100%;
  padding: 90px 90px 30px 0;
}
.sect-gt__right {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 0 70px 70px;
}
.sect-gt__pr {
  font-size: 35px;
  margin-bottom: 30px;
}
.sect-gt__sm {
  font-size: 14px;
}
.sect-gt span {
  font-weight: 700;
}
.sect-gt sup {
  font-weight: 700;
  font-size: 20px;
}
.revb {
  display: flex;
  align-items: center;
}
.revb__highlight {
  font-size: 64px;
  line-height: 1.1;
  white-space: nowrap;
}
.revb__desc {
  font-size: 21px;
  line-height: 1.3;
  text-align: left;
  margin-left: 15px;
}
.revb__desc img {
  display: block;
}
.line-t {
  margin: 25px 0;
}
.headline--small {
  max-width: 620px;
  margin-bottom: 50px;
}
.button--bl {
  font-size: 17px;
  font-weight: normal;
  text-transform: none;
  background-color: #006AE8;
}
.button--bl:hover {
  background-color: #0D5DBD;
}
.section-about {
  padding: 100px 0;
}
.section-about__content {
  max-width: 900px;
  margin-bottom: 40px;
}
.social {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 192px;
}
.social a {
  width: 24px;
  height: 24px;
}
.social a:hover svg path {
  fill: #81B6F5;
}
.button--big {
  min-width: 180px;
  height: 50px;
  padding: 10px 30px;
}
.h-margin-bottom-large {
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  div#main {
    margin-top: 0 !important;
  }
  .opt {
    flex-flow: row wrap;
  }
  .sect-gt__left {
    padding: 30px 30px 30px 0;
  }
  .sect-gt__right {
    padding: 30px 0 30px 30px;
  }
}

@media (max-width: 991px) {
  .header-pr {
    height: 70px;
    padding: 10px 0;
  }
  .option {
    flex-direction: column;
    max-width: 400px;
    padding: 0;
    margin: auto;
  }
  .option__item {
    width: auto;
    border-right: none;
  }
  .option__item:nth-last-child(-n+4)::after {
    display: block;
  }
  .option__item:last-child::after {
    display: none;
  }
  .section-main--img-c {
    padding-bottom: 0;
  }
  .img-c {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 10px;
  }
  .img-c img {
    margin: auto;
  }
  .sect-gt {
    background-color: #006AE8;
    text-align: center;
  }
  .sect-gt__row {
    flex-direction: column;
  }
  .sect-gt__left,
  .sect-gt__right {
    padding: 60px 0;
  }
  .sect-gt__left {
    padding-bottom: 0;
  }
  .sect-gt__col-left,
  .sect-gt__col-right {
    width: 100%;
    border: none;
    padding: 0;
    text-align: center;
  }
  .sect-gt__col-left {
    margin-bottom: 40px;
  }
  .sect-gt__col-right {
    display: flex;
    flex-direction: column;
  }
  .sect-gt__left::after,
  .sect-gt__right::after {
    background: none;
  }
  .revb {
    margin: auto;
  }
  .section-about {
    padding: 60px 0;
  }
  .h-margin-bottom-large {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .section-top h1 {
    font-size: 30px;
  }
  .subtitle {
    font-size: 30px;
  }
  .slider-multiple__in {
    margin: 0;
  }
  .slider-multiple__wrapper {
    margin-bottom: 100px;
  }
}

@media (max-width: 575px) {
  .header-pr__btn {
    min-width: auto;
    height: 40px;
    font-size: 15px;
  }
}
