html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  height: 100%;
  color: #060c24;
  font: 14px/1.5 "Rubik", sans-serif;
  overflow-x: hidden;
  background: #fff;
  margin: 0;
  padding: 0;
}

textarea,
input {
  font-family: "Rubik", sans-serif;
  outline: 0;
}

a {
  text-decoration: none;
}

a:hover {
  color: #e10600;
}

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

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

svg {
  vertical-align: top;
}

img {
  max-width: 100%;
  height: auto;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}

.container {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1200px;
  width: 100%;
}

.btn {
  border: 0;
  height: 50px;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  color: #fff;
  width: 100%;
  background-color: #e10600;
  padding: 0 25px;
  font-weight: 500;
  font-size: 20px;
  border-radius: 10px;
}

.btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #b30000;
  border-color: #b30000;
}

.btn:active {
  color: #fff;
  background-color: #b30000;
  border-color: #b30000;
  box-shadow: inset 0 -3px 6px rgba(0, 0, 0, 0.5);
}

.btn:focus {
  color: #fff;
}

.svg-top {
  margin-top: -200px;
}

@media (max-width: 767px) {
  .svg-top {
    margin-top: -100px;
  }
}

.svg-top svg {
  width: 100%;
  height: 200px;
}

@media (max-width: 767px) {
  .svg-top svg {
    height: 100px;
  }
}

.svg-top--160 {
  margin-top: -160px;
}

@media (max-width: 767px) {
  .svg-top--160 {
    margin-top: -100px;
  }
}

.svg-top--160 svg {
  height: 160px;
}

@media (max-width: 767px) {
  .svg-top--160 svg {
    height: 100px;
  }
}

.svg-bottom svg {
  width: 100%;
  height: 200px;
}

@media (max-width: 767px) {
  .svg-bottom svg {
    height: 100px;
  }
}

.svg-bottom--160 svg {
  height: 160px;
}

@media (max-width: 767px) {
  .svg-bottom--160 svg {
    height: 100px;
  }
}

.typography h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 125%;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 991px) {
  .typography h1 {
    font-size: 36px;
  }
}

.typography h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 125%;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 991px) {
  .typography h2 {
    font-size: 28px;
  }
}

.typography h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 125%;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 991px) {
  .typography h3 {
    font-size: 24px;
  }
}

.typography h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 125%;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 991px) {
  .typography h4 {
    font-size: 20px;
  }
}

.typography h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 125%;
}

@media (max-width: 991px) {
  .typography h5 {
    font-size: 20px;
  }
}

.typography h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 125%;
}

@media (max-width: 991px) {
  .typography h6 {
    font-size: 18px;
  }
}

.typography p {
  font-size: 20px;
  line-height: 125%;
}

@media (max-width: 991px) {
  .typography p {
    font-size: 18px;
  }
}

.typography .mb0 {
  margin-bottom: 0;
}

.typography .mt0 {
  margin-top: 0;
}

.header {
  padding: 25px 0;
  background-color: #060c24;
}

@media (max-width: 767px) {
  .header {
    padding: 15px 0;
  }
}

.header .container {
  display: flex;
  justify-content: space-between;
}

.header .right-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header .right-actions a {
  margin-left: 30px;
}

@media (max-width: 539px) {
  .header .right-actions a {
    margin-left: 0;
  }
}

.header .right-actions .link {
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  color: #fff;
}

@media (max-width: 539px) {
  .header .right-actions .link {
    display: none;
  }
}

.header .right-actions .link:hover {
  color: #e10600;
}

.footer {
  background-color: #060c24;
  padding-bottom: 100px;
  color: #fff;
}

@media (max-width: 991px) {
  .footer {
    padding-bottom: 110px;
  }
}

.footer .text-center {
  padding-top: 135px;
  text-align: center;
}

@media (max-width: 767px) {
  .footer .text-center {
    padding-top: 85px;
  }
}

.footer .text-center h2 {
  font-size: 48px;
  line-height: 125%;
  margin: 0 0 25px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 991px) {
  .footer .text-center h2 {
    font-size: 36px;
    line-height: 120%;
  }
}

.footer .text-center p {
  font-size: 30px;
  line-height: 120%;
  margin: 0 0 45px;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 991px) {
  .footer .text-center p {
    font-size: 26px;
    line-height: 31px;
  }
}

.footer .text-center .btn {
  margin: 0 auto;
  max-width: 185px;
}

.footer .divider {
  margin-top: 100px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 991px) {
  .footer .divider {
    margin-top: 70px;
  }
}

@media (max-width: 767px) {
  .footer .divider {
    margin-top: 40px;
  }
}

.footer .bottom-box {
  position: relative;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .footer .bottom-box {
    display: block;
    text-align: center;
  }
}

.footer .bottom-box .left-section {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .footer .bottom-box .left-section {
    justify-content: center;
    margin-bottom: 10px;
  }
}

.footer .bottom-box .right-section {
  display: flex;
}

@media (max-width: 991px) {
  .footer .bottom-box .right-section {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .footer .bottom-box .right-section {
    display: block;
  }
}

.footer .bottom-box .right-section li {
  margin-left: 35px;
}

.footer .bottom-box .right-section li:first-child {
  margin-left: 0;
}

@media (max-width: 767px) {
  .footer .bottom-box .right-section li {
    text-align: center;
    margin-left: 0;
    margin-bottom: 15px;
  }
}

.footer .bottom-box .right-section .link {
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  color: #fff;
}

.footer .bottom-box .right-section .link:hover {
  color: #e10600;
}

.footer .bottom-box .right-section .link--linkedin {
  margin-top: -3px;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 767px) {
  .footer .bottom-box .right-section .link--linkedin {
    margin-top: 0;
  }
}

.footer .bottom-box .copy {
  font-size: 20px;
  line-height: 24px;
  margin-left: 15px;
}

.footer .bottom-box .other-links {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

@media (max-width: 991px) {
  .footer .bottom-box .other-links {
    position: relative;
    left: 0;
    transform: translate(0, 0);
  }
}

@media (max-width: 767px) {
  .footer .bottom-box .other-links {
    margin-top: 30px;
  }
}

.footer .bottom-box .other-links a {
  font-size: 20px;
  line-height: 29px;
  color: rgba(255, 255, 255, 0.5);
}

.footer .bottom-box .other-links a:hover {
  color: #e10600;
}

.main {
  background-color: #f8f8f8;
}

.main .bg-top {
  padding: 50px 0 300px;
  background-color: #060c24;
  background-image: url("/assets/images/chart.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 1375px auto;
  min-height: 528px;
  color: #fff;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .main .bg-top {
    background-image: url("/assets/images/chart@2x.png");
  }
}

@media (min-width: 1921px) {
  .main .bg-top {
    background-size: 1375px auto;
  }
}

@media (max-width: 1650px) {
  .main .bg-top {
    padding-bottom: 280px;
    background-size: 1237px auto;
  }
}

@media (max-width: 1440px) {
  .main .bg-top {
    padding-bottom: 180px;
    padding-top: 80px;
    background-size: 1080px auto;
  }
}

@media (max-width: 1366px) {
  .main .bg-top {
    padding-bottom: 230px;
    background-size: 1025px auto;
  }
}

@media (max-width: 1280px) {
  .main .bg-top {
    padding-bottom: 200px;
    background-size: 960px auto;
  }
}

@media (max-width: 1199px) {
  .main .bg-top {
    padding-top: 50px;
  }
}

@media (max-width: 1024px) {
  .main .bg-top {
    background-size: 850px auto;
  }
}

@media (max-width: 991px) {
  .main .bg-top {
    padding: 20px 0 115px;
    background-size: 605px auto;
    background-position: right 0;
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .main .bg-top {
    background-size: 570px auto;
  }
}

@media (max-width: 767px) {
  .main .bg-top {
    padding: 10px 0 350px;
    background-image: url("/assets/images/chart-responsive.png");
    background-size: 790px auto;
    background-position: center bottom;
  }
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), all and (-o-min-device-pixel-ratio: 3 / 2) and (max-width: 767px), all and (min--moz-device-pixel-ratio: 1.5) and (max-width: 767px), all and (min-device-pixel-ratio: 1.5) and (max-width: 767px) {
  .main .bg-top {
    background-image: url("/assets/images/chart-responsive@2x.png");
  }
}

.main .bg-top .text-box {
  max-width: 500px;
}

@media (max-width: 991px) {
  .main .bg-top .text-box {
    max-width: 350px;
  }
}

@media (max-width: 767px) {
  .main .bg-top .text-box {
    margin: 0 auto;
  }
}

.main .bg-top .text--red {
  color: #e10600;
}

.main .bg-top h2 {
  margin: 0;
  font-size: 48px;
  line-height: 120%;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 991px) {
  .main .bg-top h2 {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .main .bg-top h2 {
    text-align: center;
  }
}

.main .bg-top p {
  font-size: 30px;
  line-height: 43px;
  margin: 40px 0 0;
}

@media (max-width: 991px) {
  .main .bg-top p {
    font-size: 24px;
    line-height: 31px;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .main .bg-top p {
    font-size: 20px;
    line-height: 31px;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .main .bg-top p {
    text-align: center;
    margin-top: 20px;
  }
}

.main .popup-chart {
  position: absolute;
  right: 438px;
  top: 275px;
  max-width: 420px;
  padding: 15px;
  background: #081c33;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  color: #fff;
  font-size: 20px;
  line-height: 120%;
}

.main .popup-chart:before {
  content: "";
  position: absolute;
  right: 15px;
  bottom: -30px;
  border-top: 30px solid #081c33;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

@media (max-width: 1650px) {
  .main .popup-chart {
    right: 340px;
    top: 265px;
  }
  .main .popup-chart:before {
    right: 67px;
  }
}

@media (max-width: 1440px) {
  .main .popup-chart {
    right: 303px;
    top: 249px;
  }
  .main .popup-chart:before {
    right: 50px;
  }
}

@media (max-width: 1366px) {
  .main .popup-chart {
    right: 267px;
    top: 250px;
  }
  .main .popup-chart:before {
    right: 68px;
  }
}

@media (max-width: 1280px) {
  .main .popup-chart {
    right: 219px;
    top: 243px;
  }
  .main .popup-chart:before {
    right: 94px;
  }
}

@media (max-width: 1199px) {
  .main .popup-chart {
    right: 260px;
    top: 223px;
    max-width: 300px;
  }
  .main .popup-chart:before {
    right: 53px;
  }
}

@media (max-width: 1100px) {
  .main .popup-chart {
    right: 170px;
    top: 223px;
  }
  .main .popup-chart:before {
    right: 143px;
  }
}

@media (max-width: 1024px) {
  .main .popup-chart {
    right: 155px;
    top: 250px;
  }
  .main .popup-chart:before {
    right: 121px;
  }
}

@media (max-width: 991px) {
  .main .popup-chart {
    right: 167px;
    top: 94px;
  }
  .main .popup-chart:before {
    right: 27px;
  }
}

@media (max-width: 768px) {
  .main .popup-chart {
    right: 155px;
    top: 84px;
  }
  .main .popup-chart:before {
    right: 27px;
  }
}

@media (max-width: 767px) {
  .main .popup-chart {
    left: 50%;
    margin-left: -150px;
    top: 285px;
    width: 300px;
  }
  .main .popup-chart:before {
    right: 12px;
  }
}

@media (max-width: 360px) {
  .main .popup-chart {
    top: 317px;
  }
}

.main .popup-chart__date {
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  .main .popup-chart__date {
    margin-bottom: 10px;
  }
}

@media (max-width: 1199px) {
  .main .popup-chart__text {
    font-size: 18px;
    line-height: 24px;
  }
}

.main .popup-chart .t1 {
  color: #11afbe;
}

.main .popup-chart .t2 {
  color: #22ab30;
}

.main .wrap-info-list {
  background-color: #fff;
}

.main .info-list {
  padding-top: 10px;
  padding-bottom: 340px;
  display: flex;
  margin: 0 -30px;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .main .info-list {
    margin: 0 -15px;
  }
}

@media (max-width: 767px) {
  .main .info-list {
    margin: 0;
    display: block;
    padding-top: 0;
    padding-bottom: 15px;
  }
}

.main .info-list .item {
  text-align: center;
  width: 33.3333333%;
  padding: 0 30px;
}

@media (max-width: 991px) {
  .main .info-list .item {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .main .info-list .item {
    padding: 0;
    width: 100%;
    margin-bottom: 15px;
  }
}

.main .info-list .item .icn {
  display: flex;
  height: 101px;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
}

@media (max-width: 991px) {
  .main .info-list .item .icn {
    height: 70px;
  }
  .main .info-list .item .icn--1 img {
    max-width: 50px;
  }
  .main .info-list .item .icn--2 img {
    max-width: 72px;
  }
  .main .info-list .item .icn--3 img {
    max-width: 83px;
  }
}

.main .info-list .item h4 {
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  margin: 0 0 10px;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 991px) {
  .main .info-list .item h4 {
    line-height: 28px;
    margin-bottom: 10px;
  }
}

.main .info-list .item p {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}

@media (max-width: 991px) {
  .main .info-list .item p {
    font-size: 16px;
    line-height: 19px;
  }
}

@media (max-width: 767px) {
  .main .info-list .item p {
    max-width: 220px;
    margin: 0 auto;
  }
}

.main .image-box {
  margin-top: -440px;
  text-align: center;
}

@media (max-width: 767px) {
  .main .image-box {
    margin-top: -70px;
  }
}

.main .wrap-slider {
  position: relative;
  bottom: -45px;
}

.main .slider {
  position: relative;
  background-color: #fff;
  padding: 45px 0 40px;
  border-radius: 6px;
}

@media (max-width: 639px) {
  .main .slider {
    border-radius: 0;
    margin: 0 -15px;
  }
}

.main .slider__title {
  font-size: 28px;
  line-height: 33px;
  font-weight: 700;
  margin-bottom: 34px;
  text-align: center;
}

.main .slider .swiper-container {
  width: 100%;
  height: 100%;
  max-width: 960px;
}

.main .slider .swiper-button-next,
.main .slider .swiper-button-prev {
  outline: none;
}

.main .slider .swiper-button-next:after,
.main .slider .swiper-button-prev:after {
  color: #8a8a8a;
}

@media (max-width: 639px) {
  .main .slider .swiper-button-next:after,
  .main .slider .swiper-button-prev:after {
    font-size: 36px;
  }
}

.main .slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main .slider .swiper-slide .slide {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 991px) {
  .main .slider .swiper-slide .slide {
    max-width: calc(100% - 120px);
  }
}

@media (max-width: 639px) {
  .main .slider .swiper-slide .slide {
    max-width: calc(100% - 70px);
  }
}

.main .slider .swiper-slide .slide__text {
  font-family: "Crimson Text", sans-serif;
  font-style: italic;
  font-size: 28px;
  line-height: 32px;
}

@media (max-width: 991px) {
  .main .slider .swiper-slide .slide__text {
    font-size: 24px;
    line-height: 28px;
  }
}

.main .slider .swiper-slide .slide .user {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.main .slider .swiper-slide .slide .user__ava {
  width: 70px;
  height: 70px;
}

.main .slider .swiper-slide .slide .user__info {
  margin-left: 13px;
  text-align: left;
}

.main .slider .swiper-slide .slide .user__name {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 5px;
  font-weight: 500;
}

.main .slider .swiper-slide .slide .user__job {
  font-size: 20px;
  line-height: 24px;
}

.page-terms-privacy .bg-top-title {
  background-color: #060c24;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 200px;
}

@media (max-width: 767px) {
  .page-terms-privacy .bg-top-title {
    padding-bottom: 140px;
    padding-top: 15px;
  }
}

.page-terms-privacy .bg-top-title h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  margin: 0 0 -70px;
}

@media (max-width: 991px) {
  .page-terms-privacy .bg-top-title h2 {
    font-size: 34px;
    line-height: 120%;
  }
}

.page-terms-privacy .terms-privacy__content {
  color: #000;
  display: flex;
  padding-top: 25px;
  padding-bottom: 245px;
}

.page-terms-privacy .terms-privacy__content h2:first-child {
  margin-top: 0;
}

@media (max-width: 991px) {
  .page-terms-privacy .terms-privacy__content {
    display: block;
  }
}

@media (max-width: 767px) {
  .page-terms-privacy .terms-privacy__content {
    padding-top: 20px;
    padding-bottom: 120px;
  }
}

.page-terms-privacy .terms-privacy__content .sidebar {
  flex: 0 0 350px;
}

@media (max-width: 991px) {
  .page-terms-privacy .terms-privacy__content .sidebar {
    flex: auto;
  }
}

@media (max-width: 991px) {
  .page-terms-privacy .terms-privacy__content .sidebar__menu {
    margin-bottom: 25px;
  }
}

.page-terms-privacy .terms-privacy__content .sidebar__menu li {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .page-terms-privacy .terms-privacy__content .sidebar__menu li {
    margin-bottom: 10px;
    margin-right: 30px;
  }
}

.page-terms-privacy .terms-privacy__content .sidebar__menu li a {
  font-size: 18px;
  line-height: 120%;
  color: #000;
}

.page-terms-privacy .terms-privacy__content .sidebar__menu li a:hover {
  color: #e10600;
}

.page-terms-privacy .terms-privacy__content .sidebar__menu li a.active {
  font-weight: 600;
}

.page-terms-privacy .terms-privacy__content .content {
  padding-left: 30px;
}

@media (max-width: 991px) {
  .page-terms-privacy .terms-privacy__content .content {
    padding-left: 0;
  }
}
