@font-face {
  font-family: 'CeraPro';
  src: url("../fonts/CeraPro-Black.woff") format("woff"), url("../fonts/CeraPro-Black.woff2") format("woff2"), url("../fonts/CeraPro-Black.ttf") format("truetype");
  font-weight: 900;
}

body {
  font-family: 'Montserrat', sans-serif;
}

main {
  overflow: hidden;
  background: #fff;
}

@media (max-width: 769px) {
  main {
    margin-bottom: -16px;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.wistia-container1 {
  height: 100%;
}

.wistia_embed {
  display: none;
}

.wistia_embed.active {
  display: block;
}

.p-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 3;
}

.wistia_embed {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.p-page .slick-dots {
  bottom: -70px;
}

.p-page .link-arr {
  font-weight: 800;
  font-size: 16px;
  line-height: 95.9%;
  color: #000000;
}

.p-page .link-arr::after {
  position: relative;
  top: -2px;
}

.p-top {
  padding-bottom: 30px;
  text-align: center;
  background: #f4f8fb;
  /* .p-top__img */
  /* .p-top__title */
  /* .p-top__list */
}

.p-top__img {
  margin-right: 50px;
}

.p-top__title {
  font-weight: 800;
  margin-top: -250px;
  margin-bottom: 80px;
  font-size: 100px;
  line-height: 111%;
  background: -webkit-linear-gradient(0deg, #FF4D35 0%, #003DDA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-top__list {
  padding-bottom: 100px;
}

.p-top__list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
  list-style: none;
}

.p-top__list ul li a {
  color: #6f6f6f;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 18px;
  line-height: 103.6%;
}

.p-top__list ul li.active a {
  color: #000;
  position: relative;
}

.p-top__list ul li.active a::after {
  content: '';
  position: absolute;
  width: 42px;
  height: 2px;
  background: #000;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -10px;
}

.p-top .p-container {
  text-align: center;
}

@media (max-width: 992px) {
  .p-top {
    padding-bottom: 120px;
  }

  .p-top__title {
    font-size: 80px;
    margin-top: -100px;
  }

  .p-top__list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-top__list ul li {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .p-top {
    padding-bottom: 50px;
  }

  .p-top__title {
    font-size: 50px;
    margin-top: -100px;
  }

  .p-top__img img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    padding-top: 50px;
  }
}

@media (max-width: 600px) {
  .p-top__title {
    margin-top: 0px;
    font-size: 35px;
  }

  .p-top__img img {
    -webkit-transform: scale(1.7);
    -ms-transform: scale(1.7);
    transform: scale(1.7);
    padding-top: 50px;
  }
}

.p-nav {
  background: #F4F8FB;
  /* .faqs-nav__back */
  /* .faqs-nav__breadcrumbs */
}

.p-nav > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p-nav__back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 55px 90px;
  font-weight: 800;
  font-size: 18px;
  line-height: 95.9%;
  color: #000000;
  cursor: pointer;
  position: relative;
  z-index: 3;
}

.p-nav__back img {
  padding-right: 10px;
}

.p-nav__breadcrumbs {
  text-align: start;
}

.p-nav__breadcrumbs a {
  font-weight: 500;
  font-size: 14px;
  line-height: 125.9%;
  color: #5A6878;
  cursor: pointer;
  position: relative;
  z-index: 3;
}

.p-nav__breadcrumbs a.p-nav__active {
  color: #000;
}

@media (max-width: 992px) {
  .p-nav__back {
    padding: 55px 20px;
    margin-right: 20px;
  }
}

.p-lets {
  background: -o-linear-gradient(181.63deg, #201D64 0%, #506CB0 100%);
  background: linear-gradient(268.37deg, #201D64 0%, #506CB0 100%);
  /* .event-lets__container */
  /* .event-lets__form */
  /* .event-lets__title */
  /* .event-lets__text */
}

.p-lets__container {
  max-width: 1060px;
  padding: 40px 20px 70px;
  margin: 0 auto;
  position: relative;
}

.p-lets__container > img {
  position: absolute;
  right: -90px;
  top: -20px;
}

.p-lets__form {
  max-width: 800px;
}

.p-lets__form .alert.alert-success {
  background: none;
  color: #fff;
  text-shadow: none;
  font-size: 21px;
}

.p-lets__form form {
  position: relative;
  max-width: 500px;
  width: 100%;
}

.p-lets__form form .last_row {
  position: absolute !important;
  top: 26% !important;
  right: 20px !important;
}

.p-lets__input input {
  width: 100% !important;
  height: 70px !important;
  border-radius: 4px !important;
  border: none !important;
  padding: 0 110px 0 30px !important;
}

.p-lets__subm input {
  background: none !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 17px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  border: none !important;
  cursor: pointer !important;
}

.p-lets__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 133.6%;
  color: #fff;
  max-width: 700px;
  display: inline-block;
  padding-bottom: 20px;
}

.p-lets__text {
  font-weight: 500;
  font-size: 24px;
  line-height: 133.6%;
  color: #FFFFFF;
  margin-bottom: 35px;
}

@media (max-width: 1300px) {
  .p-lets__container > img {
    right: 20px;
  }

  .p-lets__title {
    font-size: 40px;
  }
}

@media (max-width: 992px) {
  .p-lets__container > img {
    display: none;
  }
}

@media (max-width: 768px) {
  .p-lets__title {
    font-size: 35px;
  }
}

.ccselect2-search {
  display: none !important;
}

.ccselect2-results {
  max-height: none !important;
}

.ccselect2-results .ccselect2-result {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #5A6878;
  padding-left: 15px;
}

.caldera-grid ul.cf2-list-files .cf2-file-listed .cf2-file-extra-data {
  margin-top: -10px !important;
  margin-bottom: 19px !important;
}

.caldera-grid .checkbox {
  max-width: 400px;
  margin: 10px 0 0 auto;
  padding-left: 30px;
}

.caldera-grid .checkbox input {
  opacity: 0;
}

.caldera-grid .checkbox label {
  font-size: 0px;
}

.caldera-grid .checkbox label p {
  font-weight: 600;
  font-size: 14px;
  line-height: 161.6%;
  position: relative;
}

.caldera-grid .checkbox label p::after {
  content: '';
  width: 22px;
  height: 22px;
  border: 2px solid #5e6e7b;
  display: inline-block;
  margin: 0px 8px -5px 0;
  border-radius: 4px;
  position: absolute;
  left: -34px;
  top: -1px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0);
}

.caldera-grid .checkbox input:checked + p::after {
  content: url("../img/checkbox.svg");
  border: 2px solid #000;
  background: black;
  -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 2px;
}

.caldera-grid .cf2-dropzone {
  margin-bottom: 30px;
}

@media (max-width: 400px) {
  .caldera-grid .cf2-dropzone {
    padding-bottom: 60px;
  }
}

.caldera-grid .cf2-dropzone .cf2-file {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: 1px solid #F4F8FB !important;
}

.caldera-grid .cf2-dropzone .cf2-file button.btn {
  background-color: transparent;
  border: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 103.6%;
  color: #000000;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 400px) {
  .caldera-grid .cf2-dropzone .cf2-file button.btn {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 50px;
  }
}

.caldera-grid .cf2-dropzone .cf2-file button.btn:hover {
  background-color: transparent;
}

.caldera-grid .cf2-dropzone .cf2-file button.btn::before {
  content: url("../img/writeforus/upload.svg");
  width: 40px;
  height: 40px;
  margin-right: 14px;
  display: block;
}

.caldera-grid .cf2-dropzone .cf2-file button.btn::after {
  content: '( .jpg and .doc only)';
  font-weight: 600;
  font-size: 14px;
  line-height: 103.6%;
  padding-left: 7px;
  color: #4C4C4C;
  display: block;
}

@media (max-width: 400px) {
  .caldera-grid .cf2-dropzone .cf2-file button.btn::after {
    padding-bottom: 30px;
    padding-top: 20px;
  }
}

.caldera-grid .ccselect2-container {
  background: #F4F8FB;
  margin-left: 7.5px;
  -webkit-box-shadow: 0px 19px 22px rgba(0, 0, 0, 0);
  box-shadow: 0px 19px 22px rgba(0, 0, 0, 0);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.caldera-grid .ccselect2-container:hover {
  -webkit-box-shadow: 0px 19px 22px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 19px 22px rgba(0, 0, 0, 0.04);
}

.caldera-grid .ccselect2-container .ccselect2-choice {
  border: 1px solid #D2DEE2 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  min-height: 64px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: 0px 19px 22px rgba(0, 0, 0, 0);
  box-shadow: 0px 19px 22px rgba(0, 0, 0, 0);
  padding-left: 23px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #5A6878 !important;
  padding-top: 23px;
  background: #fff !important;
}

.caldera-grid .ccselect2-container .ccselect2-choice .ccselect2-arrow {
  background: #fff;
  border: none;
  width: 40px;
}

.caldera-grid .ccselect2-container .ccselect2-choice .ccselect2-arrow b {
  background: url("../img/writeforus/arr-down-select.svg") no-repeat center !important;
}

.caldera-grid .last_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .caldera-grid .last_row {
    display: block;
  }
}

.caldera-grid .write-form__item {
  margin-bottom: 30px !important;
  margin-right: 15px;
}

.caldera-grid .write-form__item input.form-control,
.caldera-grid .write-form__item select.form-control {
  background: #FFFFFF;
  border: 1px solid #D2DEE2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px !important;
  min-height: 64px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: 0px 19px 22px rgba(0, 0, 0, 0);
  box-shadow: 0px 19px 22px rgba(0, 0, 0, 0);
  padding-left: 23px;
  margin: 0 7.5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #5A6878;
}

.caldera-grid .write-form__item input.form-control::-webkit-input-placeholder,
.caldera-grid .write-form__item select.form-control::-webkit-input-placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #5A6878;
}

.caldera-grid .write-form__item input.form-control::-moz-placeholder,
.caldera-grid .write-form__item select.form-control::-moz-placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #5A6878;
}

.caldera-grid .write-form__item input.form-control:-ms-input-placeholder,
.caldera-grid .write-form__item select.form-control:-ms-input-placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #5A6878;
}

.caldera-grid .write-form__item input.form-control::-ms-input-placeholder,
.caldera-grid .write-form__item select.form-control::-ms-input-placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #5A6878;
}

.caldera-grid .write-form__item input.form-control::placeholder,
.caldera-grid .write-form__item select.form-control::placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #5A6878;
}

.caldera-grid .write-form__item input.form-control:hover,
.caldera-grid .write-form__item select.form-control:hover {
  -webkit-box-shadow: 0px 19px 22px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 19px 22px rgba(0, 0, 0, 0.04);
}

.caldera-grid .write-form__item textarea.form-control {
  resize: none;
  min-height: 230px;
  background: #FFFFFF;
  border: 1px solid #D2DEE2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px !important;
  padding-left: 23px;
  padding-top: 25px;
  margin: 0 7.5px;
  -webkit-box-shadow: 0px 19px 22px rgba(0, 0, 0, 0);
  box-shadow: 0px 19px 22px rgba(0, 0, 0, 0);
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #5A6878;
}

.caldera-grid .write-form__item textarea.form-control::-webkit-input-placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #5A6878;
}

.caldera-grid .write-form__item textarea.form-control::-moz-placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #5A6878;
}

.caldera-grid .write-form__item textarea.form-control:-ms-input-placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #5A6878;
}

.caldera-grid .write-form__item textarea.form-control::-ms-input-placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #5A6878;
}

.caldera-grid .write-form__item textarea.form-control::placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #5A6878;
}

.caldera-grid .write-form__item textarea.form-control:hover {
  -webkit-box-shadow: 0px 19px 22px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 19px 22px rgba(0, 0, 0, 0.04);
}

.caldera-grid .write-form__item select.form-control {
  position: relative;
}

.caldera-grid .write-form__item select.form-control::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 64px;
  right: 0;
  top: 0;
  background: #fff;
}

.caldera-grid .write-form__subm input {
  font-weight: 700;
  font-size: 18px;
  line-height: 103.6%;
  color: #FFFFFF;
  background: #000000;
  -webkit-box-shadow: 0px 14px 24px rgba(0, 0, 0, 0);
  box-shadow: 0px 14px 24px rgba(0, 0, 0, 0);
  border-radius: 4px !important;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  height: 80px;
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  margin-right: 5px;
  display: block;
  border: none;
}

.caldera-grid .write-form__subm input:hover {
  color: #FFFFFF;
  background: #000000;
  border: none;
  -webkit-box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.5);
}

.faqs-top {
  position: relative;
  background: -o-linear-gradient(333.87deg, #3F62B0 0.49%, #563FB0 66.46%);
  background: linear-gradient(116.13deg, #3F62B0 0.49%, #563FB0 66.46%);
  color: #fff;
  margin: 0 auto;
}

.faqs-top > img {
  width: 100%;
  position: relative;
}

.faqs-top__title {
  max-width: 1450px;
  text-transform: uppercase;
}

.faqs-top__title h2 {
  max-width: 700px;
  font-weight: 900;
  font-size: 72px;
  line-height: 132.5%;
}

.faqs-top__play {
  width: 10%;
  z-index: 10;
  margin: 0 auto 50px;
}

.faqs-top__more {
  width: 100%;
  text-align: center;
}

.faqs-top__more a {
  display: inline-block;
  color: #fff;
  background: #000000;
  border-radius: 0.23em;
  cursor: pointer;
  position: relative;
  z-index: 3;
  padding: 1.75em 6.4em;
  margin: 0;
  font-weight: 800;
  font-size: 18px;
  line-height: 103.6%;
}

.faqs-top__scroll {
  position: absolute;
  cursor: pointer;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 5%;
  text-align: center;
}

.faqs-top__scroll img {
  margin-bottom: 20px;
}

.faqs-top__scroll img:last-child {
  -webkit-animation: 1.3s ease-in-out 1.2s infinite alternate move_eye;
  animation: 1.3s ease-in-out 1.2s infinite alternate move_eye;
}

@-webkit-keyframes move_eye {
  from {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  to {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
}

@keyframes move_eye {
  from {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  to {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
}

.faqs-top .p-container {
  position: absolute;
  width: 100%;
  max-width: 1500px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 35.5%;
}

@media (max-width: 1300px) {
  .faqs-top {
    height: 700px;
  }

  .faqs-top > img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
  }

  .faqs-top__title h2 {
    font-size: 50px;
    max-width: 700px;
    text-shadow: 0 0 30px #000;
  }
}

@media (max-width: 992px) {
  .faqs-top__scroll img {
    display: none;
  }

  .faqs-top__scroll img:last-child {
    display: inline;
  }
}

@media (max-width: 768px) {
  .faqs-top__title h2 {
    font-size: 35px;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
  }
}

.faqs-faq {
  padding-top: 30px;
  padding-bottom: 120px;
  background: #F4F8FB;
  /* .faqs-work__menu */
  /* .faqs-work__item */
  /* .faqs-work__i-title */
  /* .faqs-faq__q */
  /* .faqs-faq__q-title */
  /* .faqs-faq__q-text */
}

.faqs-faq__menu {
  margin-bottom: 90px;
}

.faqs-faq__menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.faqs-faq__menu ul li {
  margin-bottom: 25px;
  margin-right: 50px;
}

.faqs-faq__menu a {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #6F6F6F;
  position: relative;
  margin-bottom: 20px;
}

.faqs-faq__menu a.active {
  color: #000;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.faqs-faq__menu a.active::after {
  width: 43px;
  background: #000;
}

.faqs-faq__menu a.active:hover::after {
  background: #000;
}

.faqs-faq__menu a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 2px;
  width: 0px;
  background: #6F6F6F;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.faqs-faq__menu a:hover::after {
  width: 43px;
  background: #6F6F6F;
}

.faqs-faq__item {
  margin-bottom: 30px;
  display: none;
}

.faqs-faq__item.active {
  display: block;
}

.faqs-faq__i-title {
  font-weight: bold;
  font-size: 36px;
  line-height: 125.9%;
  color: #C6D1D5;
  margin-bottom: 30px;
}

.faqs-faq__i-title.active {
  color: #000;
}

.faqs-faq .faqs-title {
  margin-bottom: 50px;
}

.faqs-faq__q {
  background: #fff;
  margin-bottom: 32px;
  border-radius: 8px;
}

.faqs-faq__q ul{
  padding-left: 25px;
}

.faqs-faq__q-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 184.4%;
  position: relative;
  padding: 45px 70px 45px 40px;
  cursor: pointer;
}

.faqs-faq__q-title img {
  position: absolute;
  right: 40px;
  top: 45%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.faqs-faq__q-title img.active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faqs-faq__q-text {
  font-weight: 500;
  display: none;
  font-size: 18px;
  line-height: 195.9%;
  padding: 10px 70px 10px 40px;
}

.faqs-faq__q-text p {
  margin-bottom: 30px;
}

.faqs-faq__more {
  max-width: 122px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 0;
  color: #000;
}

.faqs-faq__more p {
  margin: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 155.9%;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .faqs-faq {
    padding-top: 70px;
  }

  .faqs-faq__i-title {
    font-size: 30px;
  }

  .faqs-faq__menu ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .faqs-faq__menu ul li {
    width: 25%;
    margin-bottom: 30px;
    margin-right: 0px;
    padding-right: 10px;
  }
}

@media (max-width: 768px) {
  .faqs-faq__q-title {
    padding: 25px 50px 25px 20px;
    font-size: 20px;
  }

  .faqs-faq__q-title img {
    right: 25px;
  }

  .faqs-faq__q-text {
    padding: 0px 20px 10px 20px;
  }

  .faqs-faq__menu {
    margin-bottom: 50px;
  }

  .faqs-faq__menu ul li {
    width: 33%;
  }
}

@media (max-width: 500px) {
  .faqs-faq__menu ul li {
    width: 50%;
  }
}

.accr-items {
  /* .accr-items__text */
  /* .accr-items__slider */
  /* .accr-items__slide */
}

.accr-items__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 195.9%;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

.accr-items__slider {
  margin-bottom: 150px;
}

.accr-items__slide {
  margin-right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
}

.accr-items__slide img {
  margin: 0 auto;
}

.accr-items .p-container {
  max-width: 1300px;
}

@media (max-width: 768px) {
  .accr-items__slide {
    margin-right: 0px;
  }

  .accr-items__slide img {
    display: block;
    margin: 0 auto;
  }
}

.accr-vid {
  padding-bottom: 100px;
  padding-top: 50px;
  /* .accr-vid__item */
}

.accr-vid__item {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 790px;
  margin-bottom: 70px;
}

.accr-vid__item::after {
  content: '';
  position: absolute;
  width: 90%;
  height: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5%;
  background: rgba(0, 0, 0, 0.67);
  opacity: 0.7;
  -webkit-filter: blur(40px);
  filter: blur(40px);
}

@media (max-width: 1350px) {
  .accr-vid__item {
    height: calc(.54 * 100vw + 0px);
  }
}

.award-items {
  /* .accr-items__text */
}

.award-items__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 195.9%;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

.award-items .p-container {
  max-width: 1300px;
}

.award-items .slick-dots {
  bottom: -30px;
}

.award-vid {
  padding-bottom: 120px;
  padding-top: 50px;
  /* .accr-vid__item */
}

.award-vid__item {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 790px;
  margin-bottom: 100px;
}

.award-vid__item::after {
  content: '';
  position: absolute;
  width: 90%;
  height: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5%;
  background: rgba(0, 0, 0, 0.67);
  opacity: 0.7;
  -webkit-filter: blur(40px);
  filter: blur(40px);
}

.award-vid__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.award-vid__col {
  width: 48%;
  height: 300px;
  position: relative;
}

.award-vid__title {
  position: absolute;
  right: 45px;
  bottom: 38px;
  left: 45px;
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
  z-index: 10;
}

@media (max-width: 1350px) {
  .award-vid__item {
    height: calc(.54 * 100vw + 0px);
  }

  .award-vid__col {
    width: 48%;
    height: calc(.25 * 100vw + 0px);
  }
}

@media (max-width: 992px) {
  .award-vid__item {
    height: calc(.54 * 100vw + 0px);
  }

  .award-vid__items {
    display: block;
  }

  .award-vid__col {
    height: calc(.54 * 100vw + 0px);
    width: 100%;
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .award-vid__title {
    display: none;
  }
}

.ambas-top {
  position: relative;
  background: -o-linear-gradient(333.87deg, #3F62B0 0.49%, #563FB0 66.46%);
  background: linear-gradient(116.13deg, #3F62B0 0.49%, #563FB0 66.46%);
  color: #fff;
  margin: 0 auto;
}

.ambas-top > img {
  width: 100%;
  position: relative;
}

.ambas-top__title {
  max-width: 1450px;
  text-transform: uppercase;
}

.ambas-top__title h2 {
  max-width: 800px;
  font-weight: 900;
  font-size: 72px;
  line-height: 132.5%;
}

.ambas-top__play {
  width: 10%;
  z-index: 10;
  margin: 0 auto 50px;
}

.ambas-top__more {
  width: 100%;
  text-align: center;
}

.ambas-top__more a {
  display: inline-block;
  color: #fff;
  background: #000000;
  border-radius: 0.23em;
  cursor: pointer;
  position: relative;
  z-index: 3;
  padding: 1.75em 6.4em;
  margin: 0;
  font-weight: 800;
  font-size: 18px;
  line-height: 103.6%;
}

.ambas-top__scroll {
  position: absolute;
  cursor: pointer;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 5%;
  text-align: center;
}

.ambas-top__scroll img {
  margin-bottom: 20px;
}

.ambas-top__scroll img:last-child {
  -webkit-animation: 1.3s ease-in-out 1.2s infinite alternate move_eye;
  animation: 1.3s ease-in-out 1.2s infinite alternate move_eye;
}

@keyframes move_eye {
  from {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  to {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
}

.ambas-top .p-container {
  position: absolute;
  width: 100%;
  max-width: 1500px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 29.5%;
}

@media (max-width: 1300px) {
  .ambas-top {
    height: 700px;
  }

  .ambas-top > img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
  }

  .ambas-top__title h2 {
    font-size: 50px;
    max-width: 700px;
    text-shadow: 0 0 30px #000;
  }
}

@media (max-width: 992px) {
  .ambas-top__scroll img {
    display: none;
  }

  .ambas-top__scroll img:last-child {
    display: inline;
  }
}

@media (max-width: 768px) {
  .ambas-top__title h2 {
    font-size: 35px;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
  }
}

.ambas-interest {
  background: #F4F8FB;
  padding-top: 50px;
  padding-bottom: 60px;
}

.ambas-interest__title {
  font-weight: 500;
  font-size: 45px;
  line-height: 150%;
  text-align: center;
  color: #364A59;
  margin-bottom: 60px;
}

.ambas-interest__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  margin: 0 auto 100px;
  padding: 0 20px;
  position: relative;
}

.ambas-interest__content > img {
  position: absolute;
}

.ambas-interest__content > img:nth-child(1) {
  right: 29.2%;
  top: 36.5%;
  z-index: 2;
  /*animation: 5s ease-in-out 0.5s infinite move_eye1*/
}

.ambas-interest__content > img:nth-child(2) {
  right: 16.5%;
  top: 14%;
  z-index: 2;
  /*animation: 5s ease-in-out 1.2s infinite move_eye2*/
}

.ambas-interest__content > img:nth-child(3) {
  right: 7%;
  top: 27%;
  z-index: 2;
}

@-webkit-keyframes move_eye1 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  33% {
    -webkit-transform: translate(8%, 11%);
    transform: translate(8%, 11%);
  }

  66% {
    -webkit-transform: translate(-3%, 13%);
    transform: translate(-3%, 13%);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes move_eye1 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  33% {
    -webkit-transform: translate(8%, 11%);
    transform: translate(8%, 11%);
  }

  66% {
    -webkit-transform: translate(-3%, 13%);
    transform: translate(-3%, 13%);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes move_eye2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(4%, 11%);
    transform: translate(4%, 11%);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes move_eye2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(4%, 11%);
    transform: translate(4%, 11%);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.ambas-interest__left {
  width: 71%;
  padding-left: 60px;
}

.ambas-interest__right {
  padding-top: 320px;
}

.ambas-interest__c-text {
  max-width: 650px;
  padding: 50px 40px 35px 45px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 39px 73px rgba(1, 51, 72, 0.23);
  box-shadow: 0px 39px 73px rgba(1, 51, 72, 0.23);
  border-radius: 26px;
  margin-left: -275px;
}

.ambas-interest__c-text p {
  font-weight: 400;
  font-size: 22px;
  line-height: 200%;
}

.ambas-interest__c-text p b {
  font-weight: 800px;
}

.ambas-interest .p-container {
  max-width: 1550px;
}

@media (max-width: 1300px) {
  .ambas-interest__title {
    font-size: 40px;
    line-height: 140%;
  }

  .ambas-interest__c-text p {
    font-size: 20px;
  }

  .ambas-interest__text {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .ambas-interest {
    padding-bottom: 60px;
    padding-top: 0px;
  }

  .ambas-interest__title {
    font-size: 35px;
  }

  .ambas-interest__content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 50px;
  }

  .ambas-interest__content > img {
    display: none;
  }

  .ambas-interest__left {
    width: 100%;
  }

  .ambas-interest__right {
    padding-top: 0;
    margin-top: -5%;
    width: 100%;
  }

  .ambas-interest__c-text {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .ambas-interest__c-text {
    padding: 20px 25px 15px 30px;
  }

  .ambas-interest__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.ambas-categ {
  padding: 180px 0 70px;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.24%, #F56036), color-stop(97.65%, #F5365C));
  background: -o-linear-gradient(left, #F56036 2.24%, #F5365C 97.65%);
  background: linear-gradient(90deg, #F56036 2.24%, #F5365C 97.65%);
  /* .ambas-categ__title */
  /* .ambas-categ__items */
  /* .ambas-categ__item */
  /* .ambas-categ__img */
  /* .ambas-categ__text */
}

.ambas-categ__title {
  font-weight: 800;
  font-size: 62px;
  line-height: 122.5%;
  max-width: 1100px;
  margin: 0 auto 100px;
}

.ambas-categ__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ambas-categ__item {
  width: 25%;
  margin-bottom: 100px;
}

.ambas-categ__img {
  margin-bottom: 30px;
}

.ambas-categ__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 167%;
  max-width: 230px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .ambas-categ {
    padding: 70px 0 30px;
  }

  .ambas-categ__title {
    margin-bottom: 70px;
    font-size: 50px;
  }

  .ambas-categ__item {
    width: 33%;
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .ambas-categ {
    padding: 50px 0 30px;
  }

  .ambas-categ__title {
    margin-bottom: 50px;
    font-size: 40px;
  }

  .ambas-categ__item {
    width: 50%;
    margin-bottom: 50px;
  }
}

@media (max-width: 500px) {
  .ambas-categ__title {
    font-size: 30px;
  }

  .ambas-categ__item {
    width: 100%;
  }
}

.ambas-team {
  position: relative;
  padding-top: 175px;
  /* .ambas-team__items */
  /* .ambas-team__item */
  /* .ambas-team__img */
}

.ambas-team::after {
  content: '';
  background: #1b1b1b;
  width: 100%;
  height: 21.8%;
  position: absolute;
  left: 0;
  bottom: 0%;
}

.ambas-team__items {
  max-width: 800px;
  margin: 0 auto 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ambas-team__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 270px;
  border: 8px solid #000000;
  -webkit-box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.25);
}

.ambas-team__item:nth-child(2) {
  width: 255px;
}

.ambas-team__item p {
  font-family: 'CeraPro';
  position: absolute;
  bottom: -5%;
  left: 4%;
  max-width: 200px;
  font-weight: 900;
  font-size: 24px;
  line-height: 105%;
  text-transform: uppercase;
}

.ambas-team__img {
  padding-bottom: 200px;
}

.ambas-team__img img {
  position: relative;
  z-index: 2;
}

.ambas-team__text {
  font-weight: bold;
  font-size: 24px;
  line-height: 200%;
  text-align: center;
  color: #364A59;
  margin-bottom: 110px;
}

.ambas-team .ambas-container {
  max-width: 1480px;
}

@media (max-width: 992px) {
  .ambas-team {
    padding-top: 95px;
  }
}

@media (max-width: 768px) {
  .ambas-team {
    padding-top: 70px;
  }

  .ambas-team::after {
    height: 15%;
  }

  .ambas-team__item {
    width: 150px;
    border: 6px solid #000000;
    height: 200px;
  }

  .ambas-team__item:nth-child(2) {
    width: 200px;
  }

  .ambas-team__item p {
    font-size: 20px;
    max-width: 150px;
  }

  .ambas-team__items {
    margin: 0 auto 70px;
  }

  .ambas-team__img {
    padding-bottom: 90px;
  }
}

@media (max-width: 600px) {
  .ambas-team::after {
    height: 7%;
  }

  .ambas-team__items {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ambas-team__item {
    width: 150px;
    margin: 20px;
    border: 4px solid #000000;
    height: 200px;
  }

  .ambas-team__item:nth-child(2) {
    width: 150px;
  }

  .ambas-team__item p {
    font-size: 20px;
    max-width: 150px;
  }
}

.ambas-start {
  color: #fff;
  padding-top: 100px;
  background: -o-linear-gradient(1.38deg, #F4274C 0%, #D92032 100%);
  background: linear-gradient(88.62deg, #F4274C 0%, #D92032 100%);
  padding-bottom: 170px;
  /* .ambas-start__title */
  /* .ambas-start__items */
  /* .ambas-start__item */
  /* .ambas-start__i-img */
  /* .ambas-start__i-text */
  /* .ambas-start__text */
}

.ambas-start__title {
  font-weight: 700;
  font-size: 100px;
  line-height: 122%;
  margin-bottom: 100px;
  max-width: 1300px;
}

.ambas-start__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.ambas-start__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  margin-bottom: 115px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ambas-start__i-img {
  min-width: 37px;
  min-height: 37px;
}

.ambas-start__i-img img {
  width: 100%;
  height: 100%;
}

.ambas-start__i-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 178.5%;
  padding-right: 50px;
  padding-left: 30px;
}

.ambas-start__text {
  font-weight: 800;
  font-size: 24px;
  max-width: 800px;
  line-height: 178.5%;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 1300px) {
  .ambas-start__title {
    font-size: 70px;
  }
}

@media (max-width: 992px) {
  .ambas-start__title {
    font-size: 50px;
  }

  .ambas-start__item {
    width: 50%;
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .ambas-start {
    padding-bottom: 70px;
    padding-top: 70px;
  }

  .ambas-start__title {
    font-size: 40px;
  }

  .ambas-start__i-text {
    padding-right: 30px;
  }
}

@media (max-width: 630px) {
  .ambas-start__item {
    width: 100%;
  }
}

.ambas-tricks {
  padding-top: 123px;
  padding-bottom: 120px;
  /* .ambas-tricks__title */
  /* .ambas-tricks__items */
  /* .ambas-tricks__item */
}

.ambas-tricks__title {
  font-weight: 700;
  font-size: 100px;
  line-height: 122%;
  margin-bottom: 94px;
}

.ambas-tricks__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ambas-tricks__item {
  width: 25%;
  max-width: 290px;
}

.ambas-tricks__item img {
  margin-bottom: 16px;
  display: block;
}

.ambas-tricks__item b {
  font-weight: 700;
  font-size: 18px;
  line-height: 126%;
  margin-bottom: 8px;
  display: block;
}

.ambas-tricks__item p {
  font-weight: 500;
  font-size: 14px;
  line-height: 193.33%;
}

.ambas-tricks .ambas-container {
  max-width: 1480px;
}

@media (max-width: 1300px) {
  .ambas-tricks__title {
    font-size: 70px;
  }

  .ambas-tricks__item {
    margin: 10px;
    width: 23%;
  }
}

@media (max-width: 992px) {
  .ambas-tricks {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .ambas-tricks__title {
    font-size: 50px;
    margin-bottom: 50px;
  }

  .ambas-tricks__items {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ambas-tricks__item {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .ambas-tricks {
    padding-bottom: 30px;
  }

  .ambas-tricks__title {
    font-size: 40px;
  }

  .ambas-tricks__item {
    width: 100%;
    text-align: center;
  }

  .ambas-tricks__item img {
    display: block;
    margin: 0 auto 20px;
  }
}

.ambas-join {
  padding: 170px 0;
  background: -o-linear-gradient(339.16deg, #CE2121 0.3%, #E31E42 100%);
  background: linear-gradient(110.84deg, #CE2121 0.3%, #E31E42 100%);
  /* .ambas-join__container */
  /* .ambas-join__text */
}

.ambas-join__container {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.ambas-join__container img {
  position: absolute;
  z-index: 2;
}

.ambas-join__container img:nth-child(1) {
  left: 70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ambas-join__container img:nth-child(2) {
  right: 70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ambas-join__text {
  font-weight: 800;
  font-size: 48px;
  line-height: 187%;
  text-align: center;
  color: #FFFFFF;
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
}

@media (max-width: 1300px) {
  .ambas-join__text {
    font-size: 40px;
    max-width: 1100px;
  }
}

@media (max-width: 1050px) {
  .ambas-join__text {
    font-size: 35px;
    max-width: 900px;
  }
}

@media (max-width: 768px) {
  .ambas-join {
    padding: 80px 0;
  }

  .ambas-join__text {
    font-size: 30px;
  }
}

.ambas-videos {
  background: #f4f8fb;
  padding-top: 240px;
  padding-bottom: 200px;
}

.ambas-videos .link {
  margin-bottom: 80px;
}

.ambas-videos__title {
  font-weight: 700;
  font-size: 90px;
  line-height: 122%;
  max-width: 1300px;
}

.ambas-videos__item {
  padding: 13px 8px;
}

@media (max-width: 1300px) {
  .ambas-videos {
    padding-top: 140px;
  }

  .ambas-videos__title {
    font-size: 70px;
  }
}

@media (max-width: 992px) {
  .ambas-videos {
    padding-top: 120px;
  }

  .ambas-videos__title {
    font-size: 50px;
  }
}

@media (max-width: 768px) {
  .ambas-videos {
    padding-top: 70px;
    padding-bottom: 100px;
  }

  .ambas-videos__title {
    font-size: 40px;
  }
}

.ambassador-brands {
  background: #f4f8fb;
}

.ambassador-brands .wr {
  background: #fff;
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding-top: 90px;
  padding-bottom: 120px;
}

.ambassador-brands .slick-dots {
  bottom: 0px;
}

@media (max-width: 768px) {
  .ambassador-brands .wr {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .ambassador-brands .slick-dots {
    bottom: -25px;
  }
}

.ambas-testi {
  padding-top: 165px;
  background: #f4f8fb;
  padding-bottom: 140px;
  /* .ambas-testi__slider */
  /* .ambas-testi__slide */
  /* .ambas-testi__img */
  /* .ambas-testi__text */
  /* .ambas-testi__name */
  /* .ambas-testi__pos */
  /* .ambas-testi__stars */
  /* .ambas-testi__vid */
}

.ambas-testi .link {
  margin-bottom: 50px;
}

.ambas-testi__slide {
  padding: 20px;
}

.ambas-testi__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 195.9%;
  margin-bottom: 20px;
}

.ambas-testi__name {
  font-weight: 800;
  font-size: 14px;
  line-height: 103.6%;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.ambas-testi__pos {
  font-weight: 500;
  font-size: 16px;
  line-height: 103.6%;
  color: #5E6E7B;
  margin-bottom: 15px;
}

.ambas-testi__pos span {
  color: #E02926;
}

.ambas-testi__stars {
  max-width: 170px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ambas-testi__vid {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 376px;
  margin-bottom: 30px;
}

.ambas-testi .wistia_embed {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.ambas-testi .ambas-title {
  margin-bottom: 85px;
}

.ambas-testi__title {
  font-weight: 700;
  font-size: 90px;
  line-height: 122%;
  max-width: 1300px;
  margin-bottom: 35px;
}

@media (max-width: 1300px) {
  .ambas-testi__title {
    font-size: 70px;
  }
}

@media (max-width: 992px) {
  .ambas-testi {
    padding-top: 70px;
    padding-bottom: 120px;
  }

  .ambas-testi__vid {
    max-height: calc(.52 * 100vw + 0px);
  }

  .ambas-testi__title {
    font-size: 50px;
  }
}

@media (max-width: 768px) {
  .ambas-testi {
    padding-top: 50px;
  }

  .ambas-testi__title {
    font-size: 40px;
  }
}

@media (max-width: 1450px) {
  .ambas-testi__vid {
    max-height: calc(.26 * 100vw + 0px);
  }
}

.ambas-award__title {
  font-weight: 700;
  font-size: 90px;
  line-height: 122%;
  max-width: 1300px;
}

@media (max-width: 1300px) {
  .ambas-award__title {
    font-size: 70px;
  }

  .ambas-award .slick-dots {
    bottom: -0px;
  }
}

@media (max-width: 992px) {
  .ambas-award {
    padding-top: 120px;
  }

  .ambas-award__title {
    font-size: 50px;
  }
}

@media (max-width: 768px) {
  .ambas-award {
    padding-top: 70px;
  }

  .ambas-award__title {
    font-size: 40px;
  }
}

.ambas-subm {
  padding-top: 110px;
  padding-bottom: 110px;
  background: #F4F8FB;
  /* .ambas-subm__title */
  /* .ambas-subm__text */
}

.ambas-subm__title {
  font-weight: 700;
  font-size: 80px;
  line-height: 122%;
  margin-bottom: 30px;
}

.ambas-subm__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 204%;
  margin-bottom: 85px;
}

@media (max-width: 1300px) {
  .ambas-subm__title {
    font-size: 70px;
  }
}

@media (max-width: 992px) {
  .ambas-subm {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .ambas-subm__title {
    font-size: 50px;
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .ambas-subm__title {
    font-size: 40px;
    margin-bottom: 30px;
  }

  .ambas-subm__text {
    margin-bottom: 50px;
  }
}

.ambas-faq {
  padding-top: 130px;
  padding-bottom: 120px;
  background: -webkit-gradient(linear, left bottom, left top, from(#F56036), color-stop(99.04%, #F5365C));
  background: -o-linear-gradient(bottom, #F56036 0%, #F5365C 99.04%);
  background: linear-gradient(0deg, #F56036 0%, #F5365C 99.04%);
  /* .ambas-work__menu */
  /* .ambas-work__item */
  /* .ambas-work__i-title */
  /* .ambas-faq__q */
  /* .ambas-faq__q-title */
  /* .ambas-faq__q-text */
}

.ambas-faq__title {
  font-weight: 700;
  font-size: 80px;
  line-height: 122%;
  margin-bottom: 30px;
  max-width: 1300px;
  color: #fff;
}

.ambas-faq__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 204%;
  margin-bottom: 100px;
  color: #fff;
}

.ambas-faq__menu {
  margin-bottom: 40px;
}

.ambas-faq__menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ambas-faq__menu ul li {
  margin-bottom: 25px;
  margin-right: 50px;
}

.ambas-faq__menu a {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #E1E1E1;
  position: relative;
  margin-bottom: 20px;
}

.ambas-faq__menu a.active {
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.ambas-faq__menu a.active::after {
  width: 43px;
  background: #fff;
}

.ambas-faq__menu a.active:hover::after {
  background: #fff;
}

.ambas-faq__menu a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 2px;
  width: 0px;
  background: #E1E1E1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.ambas-faq__menu a:hover::after {
  width: 43px;
  background: #E1E1E1;
}

.ambas-faq__item {
  margin-bottom: 30px;
  display: none;
}

.ambas-faq__item.active {
  display: block;
}

.ambas-faq__i-title {
  font-weight: bold;
  font-size: 36px;
  line-height: 125.9%;
  color: #E1E1E1;
  margin-bottom: 30px;
}

.ambas-faq .ambas-title {
  margin-bottom: 50px;
}

.ambas-faq__q {
  background: #fff;
  margin-bottom: 32px;
  border-radius: 8px;
}

.ambas-faq__q-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 184.4%;
  position: relative;
  padding: 45px 70px 45px 40px;
  cursor: pointer;
}

.ambas-faq__q-title img {
  position: absolute;
  right: 40px;
  top: 45%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.ambas-faq__q-title img.active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ambas-faq__q-text {
  font-weight: 500;
  display: none;
  font-size: 18px;
  line-height: 195.9%;
  padding: 10px 70px 10px 40px;
}

.ambas-faq__q-text p {
  margin-bottom: 30px;
}

.ambas-faq__more {
  max-width: 122px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 0;
  color: #000;
}

.ambas-faq__more p {
  margin: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 155.9%;
  text-transform: uppercase;
}

@media (max-width: 1300px) {
  .ambas-faq__title {
    font-size: 70px;
  }
}

@media (max-width: 992px) {
  .ambas-faq {
    padding-top: 70px;
  }

  .ambas-faq__title {
    font-size: 50px;
  }

  .ambas-faq__i-title {
    font-size: 30px;
  }

  .ambas-faq__menu ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .ambas-faq__menu ul li {
    width: 25%;
    margin-bottom: 30px;
    margin-right: 0px;
    padding-right: 10px;
  }
}

@media (max-width: 768px) {
  .ambas-faq__title {
    font-size: 40px;
  }

  .ambas-faq__q-title {
    padding: 25px 50px 25px 20px;
    font-size: 20px;
  }

  .ambas-faq__q-title img {
    right: 25px;
  }

  .ambas-faq__q-text {
    padding: 0px 20px 10px 20px;
  }

  .ambas-faq__menu {
    margin-bottom: 50px;
  }

  .ambas-faq__menu ul li {
    width: 33%;
  }
}

@media (max-width: 500px) {
  .ambas-faq__menu ul li {
    width: 50%;
  }
}

.partner-page .ambas-top {
  background: -o-linear-gradient(193.75deg, #8E00A5 0%, #312062 100.86%);
  background: linear-gradient(256.25deg, #8E00A5 0%, #312062 100.86%);
}

.partner-page .ambas-top .p-container {
  position: static;
  width: 100%;
  max-width: 1500px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 180px;
}

.partner-page .ambas-top__title {
  width: 55%;
}

.partner-page .ambas-top__form {
  width: 45%;
  max-width: 660px;
  margin: 0 0 0 auto;
  background: #fff;
  -webkit-box-shadow: 0px 4px 74px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 4px 74px rgba(0, 0, 0, 0.45);
  border-radius: 10px;
  padding: 43px 50px 50px 60px;
}

.partner-page .ambas-top .top-form {
  color: #000;
  position: relative;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.partner-page .ambas-top .top-form .caldera-grid .checkbox {
  max-width: none;
  margin: 10px 0 0 auto;
  padding-left: 0px;
}

.partner-page .ambas-top .top-form .caldera-grid .checkbox label {
  font-size: 0px;
  padding-left: 35px;
}

.partner-page .ambas-top .top-form .caldera-grid .checkbox label p {
  font-weight: 600;
  font-size: 14px;
  line-height: 161.6%;
  position: relative;
}

.partner-page .ambas-top .top-form.active {
  opacity: 0;
}

.partner-page .ambas-top .top-form__title {
  font-weight: 800;
  font-size: 28px;
  line-height: 131.6%;
  margin-bottom: 30px;
}

.partner-page .ambas-top .top-form__title span {
  font-weight: 600;
  font-size: 18px;
  line-height: 103.6%;
  color: #5E6E7B;
}

.partner-page .ambas-top .top-form__close {
  position: absolute;
  right: 30px;
  top: 45px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 50%;
}

.partner-page .ambas-top .top-form__close span {
  width: 15px;
  height: 2px;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #000;
}

.partner-page .ambas-top .top-form__close span:nth-child(1) {
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.partner-page .ambas-top .top-form__close span:nth-child(2) {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.partner-page .ambas-top .top-form__notactive {
  background: #EBEEF0;
  border-radius: 4px;
  font-weight: 800;
  font-size: 18px;
  line-height: 103.6%;
  text-align: center;
  text-transform: uppercase;
  height: 80px;
  line-height: 80px;
  width: 100%;
  color: rgba(0, 0, 0, 0.11);
}

.partner-page .ambas-top .top-form__item input {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #CDE0ED;
}

.partner-page .ambas-top .top-form__item .control-label {
  position: relative;
  top: 25px;
  font-weight: 600;
  font-size: 14px;
  line-height: 103.6%;
  color: #5E6E7B;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.partner-page .ambas-top .top-form__item .control-label.active {
  top: 0;
  font-size: 10px;
  font-weight: 500;
}

.partner-page .ambas-top .top-form__item .control-label.active span {
  display: none;
}

.partner-page .ambas-top .top-form_phone label {
  font-weight: 500;
  font-size: 10px;
  line-height: 103.6%;
  color: #5E6E7B;
}

.partner-page .ambas-top .top-form_phone .selected-flag {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.partner-page .ambas-top .top-form__btn {
  display: none;
  margin-bottom: 0;
}

.partner-page .ambas-top .top-form__btn input {
  width: 100%;
  border: none;
  height: 80px;
  background: #000;
  -webkit-box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  font-weight: 800;
  font-size: 18px;
  line-height: 103.6%;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.partner-page .ambas-top .top-form__btn input:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.partner-page .ambas-top .top-form .intl-tel-input.allow-dropdown {
  width: 100%;
}

.partner-page .ambas-top .top-form .intl-tel-input.allow-dropdown input {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #CDE0ED;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
  color: #000000;
}

.partner-page .ambas-top .top-form .flag-container::after {
  content: '';
  position: absolute;
  width: 75px;
  height: 1px;
  background: #fff;
  z-index: 3;
}

@media (max-width: 1300px) {
  .partner-page .ambas-top {
    height: auto;
  }

  .partner-page .ambas-top > img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
  }

  .partner-page .ambas-top__title h2 {
    font-size: 50px;
    max-width: 700px;
    text-shadow: 0 0 30px #000;
  }
}

@media (max-width: 992px) {
  .partner-page .ambas-top__scroll img {
    display: none;
  }

  .partner-page .ambas-top__scroll img:last-child {
    display: inline;
  }

  .partner-page .ambas-top .p-container {
    display: block;
  }

  .partner-page .ambas-top__title {
    width: 100%;
  }

  .partner-page .ambas-top__title h2 {
    max-width: 1000px;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }

  .partner-page .ambas-top__form {
    width: 60%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .partner-page .ambas-top__title h2 {
    font-size: 35px;
    max-width: 400px;
    margin: 0 auto 50px;
    text-align: center;
  }

  .partner-page .ambas-top__form {
    width: 100%;
    padding: 20px 25px 25px 30px;
  }
}

.partner-page .ambas-interest {
  background: #F4F8FB;
  padding-top: 50px;
  padding-bottom: 60px;
}

.partner-page .ambas-interest__title {
  font-weight: 500;
  font-size: 45px;
  line-height: 150%;
  text-align: center;
  color: #364A59;
  margin-bottom: 100px;
}

.partner-page .ambas-interest__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1600px;
  margin: 0 auto 100px;
  padding: 0 20px;
  position: relative;
}

.partner-page .ambas-interest__left {
  width: 100%;
  padding-left: 60px;
}

.partner-page .ambas-interest__right {
  margin-top: -50px;
  padding-top: 0;
  width: 100%;
}

.partner-page .ambas-interest__c-text {
  max-width: 850px;
  padding: 50px 70px 35px 45px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 39px 73px rgba(1, 51, 72, 0.23);
  box-shadow: 0px 39px 73px rgba(1, 51, 72, 0.23);
  border-radius: 26px;
  margin: 0 auto;
}

.partner-page .ambas-interest__c-text p {
  font-weight: 400;
  font-size: 22px;
  line-height: 200%;
}

.partner-page .ambas-interest__c-text p b {
  font-weight: 800px;
}

.partner-page .ambas-interest .p-container {
  max-width: 1550px;
}

@media (max-width: 1300px) {
  .partner-page .ambas-interest__title {
    font-size: 40px;
    line-height: 140%;
    margin-bottom: 70px;
  }

  .partner-page .ambas-interest__c-text p {
    font-size: 20px;
  }

  .partner-page .ambas-interest__text {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .partner-page .ambas-interest {
    padding-bottom: 60px;
    padding-top: 0px;
  }

  .partner-page .ambas-interest__title {
    font-size: 35px;
  }

  .partner-page .ambas-interest__content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 50px;
  }

  .partner-page .ambas-interest__content > img {
    display: none;
  }

  .partner-page .ambas-interest__left {
    width: 100%;
  }

  .partner-page .ambas-interest__right {
    padding-top: 0;
    margin-top: 0;
    width: 100%;
  }

  .partner-page .ambas-interest__c-text {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .partner-page .ambas-interest__c-text {
    padding: 20px 25px 15px 30px;
  }

  .partner-page .ambas-interest__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.partner-page .ambas-categ {
  background: -webkit-gradient(linear, left top, right top, color-stop(2.24%, #9563FF), color-stop(97.65%, #8E53DA));
  background: -o-linear-gradient(left, #9563FF 2.24%, #8E53DA 97.65%);
  background: linear-gradient(90deg, #9563FF 2.24%, #8E53DA 97.65%);
}

.partner-page .ambas-start {
  background: -o-linear-gradient(45.2deg, #3F007E -0.35%, #280036 100%);
  background: linear-gradient(44.8deg, #3F007E -0.35%, #280036 100%);
}

.partner-page .ambas-start__title {
  font-size: 87px;
}

.partner-page .ambas-start__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 25%;
}

.partner-page .ambas-start__i-text {
  padding-left: 0;
}

.partner-page .ambas-start__i-img {
  margin-bottom: 11px;
}

@media (max-width: 1300px) {
  .partner-page .ambas-start__title {
    font-size: 60px;
  }
}

@media (max-width: 992px) {
  .partner-page .ambas-start__item {
    width: 33%;
  }

  .partner-page .ambas-start__title {
    font-size: 45px;
  }
}

@media (max-width: 768px) {
  .partner-page .ambas-start__title {
    font-size: 35px;
  }

  .partner-page .ambas-start__item {
    width: 50%;
    text-align: center;
  }

  .partner-page .ambas-start__i-text {
    padding: 0 10px;
  }

  .partner-page .ambas-start__i-img {
    width: 100%;
  }

  .partner-page .ambas-start__i-img img {
    display: block;
    margin: 0 auto;
    width: auto;
  }
}

.partner-page .ambas-join {
  background: #452CA9;
}

.partner-page .ambas-faq {
  background: -o-linear-gradient(342.44deg, #7509FF 0%, rgba(97, 0, 255, 0.76) 100%);
  background: linear-gradient(107.56deg, #7509FF 0%, rgba(97, 0, 255, 0.76) 100%);
}