.montserrat-base, .cms-page .cms-page-content, p, body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.montserrat-bold, .cms-page .cms-page-content h2, .how-schema .item .copy, .faq .faq-list ul li .title, h3, .h3, input, textarea {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.montserrat-black, .button, h2, .h2, h1 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

body {
  background: white;
  color: #003858;
  margin: 0;
  font-size: 16px;
}

header,
.top-section-wrapper {
  background: #f4fdff;
}

.homepage section, .homepage .section {
  padding: 70px 0;
}
@media all and (max-width: 768px) {
  .homepage section, .homepage .section {
    padding: 25px 0;
  }
}
.homepage section:first-child, .homepage .section:first-child {
  padding-top: 0;
}

header {
  padding: 75px 0;
}
@media all and (max-width: 768px) {
  header {
    padding: 40px 0;
  }
}

.sitewrapper {
  max-width: 1450px;
  padding: 0 20px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  .sitewrapper {
    padding: 0 30px;
  }
}

input, textarea {
  border: none;
  border-radius: 13px;
  background-color: white;
  color: #5379A8;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  border: 2px solid transparent;
  padding: 20px;
}
@media all and (max-width: 768px) {
  input, textarea {
    font-size: 14px;
  }
}
input:focus, input:active, input:focus-visible, textarea:focus, textarea:active, textarea:focus-visible {
  border: none;
  outline: none;
  transition: all 0.3s;
  border: 2px solid #5379a8;
}

input {
  height: 56px;
}

textarea {
  min-height: 165px;
}

.input-wrapper {
  margin-bottom: 21px;
}

img {
  max-width: 100%;
}

p {
  color: #003858;
}

h1,
h2, .h2,
h3, .h3 {
  margin: 10px auto;
  padding: 0;
}

h1 {
  font-size: 36px;
}

.center {
  text-align: center;
}

h2, .h2 {
  font-size: 36px;
  text-align: center;
}
@media all and (max-width: 768px) {
  h2, .h2 {
    font-size: 20px;
  }
}

h3, .h3 {
  font-size: 22px;
  text-align: left;
}
@media all and (max-width: 768px) {
  h3, .h3 {
    font-size: 20px;
  }
}

.top-section {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 768px) {
  .top-section {
    flex-direction: column;
  }
}
@media all and (max-width: 850px) {
  .top-section {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media all and (min-width: 851px) and (max-width: 1450px) {
  .top-section {
    padding-left: 20px;
  }
}
@media all and (min-width: 1451px) {
  .top-section {
    padding-left: calc((100% - 1450px) / 2 + 20px);
  }
}
.top-section > div {
  position: relative;
  width: 100%;
}
@media all and (min-width: 769px) {
  .top-section > div {
    width: 50%;
  }
}
@media all and (max-width: 768px) {
  .top-section .top-section-l-side {
    order: 2;
  }
  .top-section .top-section-r-side {
    order: 1;
  }
}

.top-section-r-side .art-element {
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: auto auto;
}
@media all and (max-width: 768px) {
  .top-section-r-side .art-element {
    display: none;
  }
}
.top-section-r-side .art-element.art-element-1 {
  background-image: url("/images/art-object-1.svg");
  top: -90px;
  left: -118px;
  right: auto;
  bottom: auto;
  width: 400px;
  height: 400px;
}
.top-section-r-side .art-element.art-element-2 {
  background-image: url("/images/art-object-2.svg");
  top: auto;
  left: auto;
  right: 50px;
  bottom: -110px;
  width: 400px;
  height: 400px;
  background-position: bottom center;
}
.top-section-r-side .art-element.art-element-3, .top-section-r-side .art-element.art-element-4, .top-section-r-side .art-element.art-element-5, .top-section-r-side .art-element.art-element-6 {
  width: 35px;
  height: 35px;
}
.top-section-r-side .art-element.art-element-3 {
  background-image: url("/images/art-object-3.svg");
  top: -89px;
  left: 179px;
}
.top-section-r-side .art-element.art-element-4 {
  background-image: url("/images/art-object-4.svg");
  top: -42px;
  left: 280px;
}
.top-section-r-side .art-element.art-element-5 {
  background-image: url("/images/art-object-5.svg");
  bottom: -15px;
  height: 40px;
  left: -63px;
}
.top-section-r-side .art-element.art-element-6 {
  background-image: url("/images/art-object-6.svg");
  bottom: -48px;
  left: 19px;
}
.top-section-r-side .main-image {
  text-align: right;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.top-section-r-side .main-image .main-image-border img {
  padding: 3px;
  background: linear-gradient(to right, #A4ECB7, #73B2FF);
  border-radius: 15px;
  position: relative;
  max-height: 450px;
}

.button {
  border: none;
  outline: none;
  box-shadow: none;
  background: #7EC791;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  border-radius: 72px;
  text-align: left;
  padding: 30px 49px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s;
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .button {
    padding: 21px 49px;
  }
}
.button:hover {
  background: #569065;
  transition: all 0.3s;
}
.button.button-small {
  font-size: 16px;
}
.button.--type-2 {
  background: #5379A8;
  padding: 16px 76px;
}
.button.--type-2:hover {
  background: #3d5a7e;
}

.article-main {
  margin-bottom: 80px;
}
@media all and (max-width: 768px) {
  .article-main {
    margin-bottom: 30px;
  }
}
.article-main p {
  max-width: 70%;
  line-height: 25px;
}
@media all and (max-width: 768px) {
  .article-main p {
    max-width: 95%;
    text-align: center;
  }
}

.faq {
  max-width: 1055px;
  width: 100%;
  margin: 0 auto;
}
.faq h2 {
  text-align: center;
  margin-bottom: 30px;
}
@media all and (max-width: 768px) {
  .faq h2 {
    font-size: 20px;
  }
}
.faq .faq-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.faq .faq-list ul li {
  background: #F6F6F6;
  border-radius: 10px;
  margin-bottom: 16px;
  position: relative;
  padding: 17px 50px;
}
@media all and (max-width: 768px) {
  .faq .faq-list ul li {
    margin-bottom: 14px;
  }
}
.faq .faq-list ul li .title {
  background-color: inherit;
  color: #5379A8;
  text-decoration: none;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 2px;
  padding-top: 2px;
  display: block;
  z-index: 2;
  position: relative;
}
@media all and (max-width: 768px) {
  .faq .faq-list ul li .title {
    font-size: 14px;
  }
}
.faq .faq-list ul li .title:before {
  content: "";
  height: 10px;
  width: 10px;
  border-top: 3px solid #7EC791;
  border-left: 3px solid #7EC791;
  transform: rotate(132deg);
  display: inline-block;
  left: -28px;
  position: absolute;
  transition: all 0.3s;
  top: 5px;
}
.faq .faq-list ul li .text {
  background-color: inherit;
  font-size: 16px;
  line-height: 25px;
  position: absolute;
  left: 0;
  padding: 20px 0 25px 0;
  top: 0;
  bottom: auto;
  right: auto;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .faq .faq-list ul li .text {
    font-size: 14px;
  }
}
.faq .faq-list ul li.open {
  background-color: #EEF3F9;
}
.faq .faq-list ul li.open .text {
  position: relative;
  opacity: 1;
  transform: translateY(0);
}
.faq .faq-list ul li.open .title:before {
  transform: rotate(228deg);
  transition: all 0.3s;
}
.faq .faq-list ul li.closed .text {
  position: absolute;
  opacity: 0;
  transform: translateY(-100%);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}
.top-section-l-side .section-title {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 768px) {
  .top-section-l-side .section-title {
    margin: 20px auto;
  }
}
.top-section-l-side h1 {
  text-align: left;
}
@media all and (max-width: 768px) {
  .top-section-l-side h1 {
    text-align: center;
  }
}
.top-section-l-side h1 b {
  display: block;
  font-size: 48px;
  font-weight: 900;
}
@media all and (max-width: 768px) {
  .top-section-l-side h1 b {
    font-size: 36px;
  }
}
@media all and (max-width: 768px) {
  .top-section-l-side h1 {
    font-size: 20px;
  }
}

.how-section,
.try-section-wrapper,
.how-section-wrapper {
  background-color: #f5fbf7;
}

.how-section-wrapper {
  position: relative;
  z-index: 2;
}

.homepage section.how-section-wrapper {
  padding: 45px 0 20px 0;
}

.how-section-wrapper {
  position: relative;
}
.how-section-wrapper:before, .how-section-wrapper:after {
  display: block;
  position: absolute;
  content: "";
  bottom: auto;
  height: 500px;
  width: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
@media all and (max-width: 768px) {
  .how-section-wrapper:before, .how-section-wrapper:after {
    display: none;
  }
}
.how-section-wrapper:before {
  background-image: url("/images/how-left-art.svg");
  left: 0;
  right: auto;
  top: 130px;
}
.how-section-wrapper:after {
  background-image: url("/images/how-right-art.svg");
  left: auto;
  right: 0;
  top: -50px;
}
.how-section-wrapper .video {
  text-align: center;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  background-color: white;
}
.how-section-wrapper .video:before, .how-section-wrapper .video:after {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  display: block;
  content: "";
  background-color: #f5fbf7;
  z-index: 1;
}
.how-section-wrapper .video:before {
  top: 0;
  bottom: auto;
}
.how-section-wrapper .video:after {
  top: auto;
  bottom: 0;
}
.how-section-wrapper .video iframe {
  border: 20px solid white;
  position: relative;
  z-index: 2;
  max-width: 100%;
  border-radius: 26px;
}
@media all and (max-width: 768px) {
  .how-section-wrapper .video iframe {
    border: 10px solid white;
    height: auto;
    min-height: 200px;
  }
}

.how-schema {
  margin: 50px auto 0 auto;
  padding: 0 10px 50px 10px;
  display: flex;
  width: 100%;
  z-index: 3;
  position: relative;
  max-width: 1400px;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  .how-schema {
    flex-direction: column;
  }
}
.how-schema .item {
  position: relative;
  text-align: center;
  width: 20%;
  vertical-align: top;
}
@media all and (max-width: 768px) {
  .how-schema .item {
    width: 100%;
    margin-bottom: 50px;
  }
}
.how-schema .item.arrow-item {
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto auto;
  background-image: url("/images/long_arrow.svg");
}
@media all and (max-width: 768px) {
  .how-schema .item.arrow-item {
    display: none;
  }
}
.how-schema .item img {
  display: inline-block;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 768px) {
  .how-schema .item img {
    display: block;
    margin: 0 auto;
  }
}
.how-schema .item .copy {
  background-color: white;
  border-radius: 9px;
  display: block;
  font-size: 16px;
  line-height: 20px;
  padding: 19px 12px;
  position: relative;
  top: -10px;
  z-index: 1;
  box-shadow: 12px 4px 0px 0px rgba(164, 236, 183, 0.2784313725);
}
@media all and (max-width: 768px) {
  .how-schema .item .copy {
    font-size: 13px;
    display: inline-block;
  }
}
.how-schema .item .copy span {
  display: block;
  width: 100%;
}

.contact-section-wrapper {
  background-color: #a4cbfb;
  padding: 70px 0 115px 0;
}
@media all and (max-width: 768px) {
  .contact-section-wrapper {
    padding: 35px 0 25px;
  }
}
.contact-section-wrapper .h2 {
  font-size: 36px;
  color: white;
}
@media all and (max-width: 768px) {
  .contact-section-wrapper .h2 {
    font-size: 20px;
  }
}

.contact-section {
  margin-top: 40px;
}
.contact-section .button {
  background: #5379A8;
}

.form-wrapper {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  max-width: 770px;
}

.homepage section.try-section-wrapper {
  padding-top: 0;
  padding-bottom: 105px;
}
@media all and (max-width: 768px) {
  .homepage section.try-section-wrapper {
    padding-bottom: 70px;
  }
}
.homepage section.try-section-wrapper h2 {
  margin: 0;
}

.try-section {
  text-align: center;
}
.try-section .trial-text p {
  font-size: 20px;
  font-weight: 500;
  margin: 10px 0 50px 0;
}
@media all and (max-width: 768px) {
  .try-section .trial-text p {
    font-size: 14px;
    margin: 10px 0 28px 0;
  }
}

.app-actions {
  max-width: 70%;
  position: relative;
  align-items: center;
  display: flex;
}
@media all and (max-width: 768px) {
  .app-actions {
    flex-direction: column;
    max-width: 95%;
  }
}
.app-actions > div {
  width: auto;
  position: relative;
}
@media all and (max-width: 768px) {
  .app-actions > div {
    width: 100%;
    text-align: center;
  }
}
.app-actions .buttons {
  padding-right: 30px;
}
@media all and (max-width: 768px) {
  .app-actions .buttons {
    padding-right: 0px;
  }
  .app-actions .buttons:after {
    max-width: 100%;
    width: 100%;
    background-color: #A4CBFB;
    height: 1px;
    content: "";
    display: inline-block;
    position: relative;
    margin: 22px auto;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
  }
}
.app-actions .buttons .button-small {
  white-space: nowrap;
  padding: 16px 27px;
}

.app-options {
  padding-left: 23px;
  position: relative;
}
.app-options:before {
  height: 137px;
  background-color: #A4CBFB;
  width: 2px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}
@media all and (max-width: 768px) {
  .app-options:before {
    display: none;
  }
}
.app-options .period {
  display: inline-block;
  text-align: left;
}
@media all and (max-width: 768px) {
  .app-options .period {
    text-align: center;
  }
}
.app-options .period .list {
  border: 1px solid #7EC791;
  border-radius: 9px;
  padding: 5px;
  display: inline-flex;
  justify-content: center;
  width: auto;
}
.app-options .period .list .item {
  border-radius: 4px;
  margin-right: 5px;
  cursor: pointer;
  background: transparent;
  transition: all 0.3s;
  font-size: 11px;
  line-height: 25px;
  font-weight: 600;
  padding: 5px 15px;
}
.app-options .period .list .item.selected, .app-options .period .list .item:hover {
  background: #A4ECB7;
}
.app-options .period .list .item:last-child {
  margin-right: 0;
}
.app-options .period-info {
  display: none;
}
.app-options .period-info.selected {
  display: block;
}
.app-options .period-info .price {
  text-align: left;
  padding-left: 20px;
  margin: 5px 0 3px 0;
  white-space: nowrap;
  min-height: 63px;
}
@media all and (max-width: 768px) {
  .app-options .period-info .price {
    padding-left: 0;
    text-align: center;
  }
}
.app-options .period-info .price b {
  font-size: 20px;
  font-weight: 900;
}
.app-options .period-info .price span {
  font-size: 32px;
  font-weight: 900;
}
.app-options .period-info .price i {
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  display: block;
  white-space: nowrap;
  color: #7EC791;
}
.app-options .period-info .notice {
  margin: 0;
  text-align: left;
  padding-left: 40px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}
@media all and (max-width: 768px) {
  .app-options .period-info .notice {
    padding-left: 0;
    text-align: center;
  }
}

footer {
  background: #6d9cd6;
  padding: 10px;
}
footer ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 768px) {
  footer ul {
    justify-content: center;
  }
}
@media all and (max-width: 500px) {
  footer ul {
    flex-direction: column;
    align-items: center;
  }
}
footer li {
  white-space: nowrap;
}
footer li a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
footer li a:hover {
  color: #cfe5ff;
}
footer li:after {
  position: relative;
  height: 12px;
  width: 2px;
  top: 4px;
  background-color: white;
  content: "";
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
}
@media all and (max-width: 500px) {
  footer li:after {
    content: none;
  }
}
footer li:last-child:after {
  content: none;
}

body.cms-body header {
  text-align: center;
}

.cms-page {
  padding-top: 10px;
  padding-bottom: 20px;
}
.cms-page .cms-page-content {
  font-size: 16px;
  line-height: 25px;
}
.cms-page .cms-page-content h1 {
  margin: 25px auto 50px auto;
}
.cms-page .cms-page-content h3 {
  margin: 25px 0 10px 0;
}
.cms-page .cms-page-content h2 {
  font-size: 25px;
  margin-top: 30px;
  text-align: left;
}

.contact-section-wrapper.--success {
  text-align: center;
  background-color: #a4ecb7;
}
.contact-section-wrapper.--success .h2 {
  color: #4CA765;
}
.contact-section-wrapper.--success .section-content {
  text-align: center;
}
.contact-section-wrapper.--success .section-content p {
  color: #447050;
}

.home-main-slider {
  position: relative;
  padding-bottom: 20px;
  left: 20px;
}
@media all and (max-width: 850px) {
  .home-main-slider {
    left: 0;
  }
}
.home-main-slider .slick-prev, .home-main-slider .slick-next {
  z-index: 10;
  left: 50%;
  top: auto;
  background: transparent;
  border: none;
  position: absolute;
  bottom: 7px;
  cursor: pointer;
  font-size: 0;
}
.home-main-slider .slick-prev:before, .home-main-slider .slick-next:before {
  content: "";
  cursor: pointer;
  background-image: url(/images/slider-arrow.svg);
  display: block;
  height: 25px;
  background-size: 25px;
  background-color: white;
  padding: 5px;
  width: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
  border-radius: 5px;
}
@media all and (max-width: 767px) {
  .home-main-slider .slick-prev, .home-main-slider .slick-next {
    display: none !important;
  }
}
.home-main-slider .slick-prev {
  margin-left: -36px;
}
.home-main-slider .slick-prev:before {
  transform: rotate(180deg);
}
.home-main-slider .slick-next {
  margin-right: -36px;
}

.submit-new-request {
  background: #7EC791;
}

#contactus-error-wrapper {
  border-radius: 13px;
  margin: 15px auto;
  font-weight: 700;
  border: 1px solid #db6565;
  padding: 10px;
  text-align: left;
  background: rgba(219, 101, 101, 0.4196078431);
  position: relative;
}
#contactus-error-wrapper p {
  color: #941a1a;
  font-size: 14px;
  margin: 0;
  padding-left: 25px;
  font-weight: 700;
}
#contactus-error-wrapper:before {
  content: "";
  position: absolute;
  left: 10px;
  margin-right: 10px;
  top: 10px;
  display: inline-block;
  vertical-align: top;
  background-image: url(../images/excl.svg);
  height: 15px;
  width: 15px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  border: 1px solid #941a1a;
  text-align: center;
  border-radius: 50%;
  background-position: center center;
}

.header-logos {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.header-logos > div {
  max-width: 45%;
}

.platform-logo {
  padding: 10px;
  box-shadow: 12px 4px 0px 0px rgba(164, 236, 183, 0.2784313725);
  border: 2px solid rgba(0, 56, 88, 0.3215686275);
  border-radius: 10px;
}
.platform-logo img {
  max-width: 170px;
}
@media all and (max-width: 850px) {
  .platform-logo img {
    max-width: 70px;
  }
}

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