@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* =========================================================================
   General Styles
 =========================================================================== */
body, body * {
  font-family: "Inter", sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .visible-xs {
    display: none !important;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .flex {
    display: block;
  }
}

.container {
  max-width: 1200px;
}

.section-title {
  color: #111;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-align: left;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .section-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 24px;
  }
}

.section-description {
  color: #555;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .section-description {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .section-description {
    font-size: 16px;
  }
}

.creative {
  position: absolute;
  z-index: -1;
}
@media (max-width: 767px) {
  .creative {
    display: none;
  }
}

.creative-1 {
  left: 0;
  bottom: -180px;
}

.creative-2 {
  top: -450px;
  right: 0;
}

.creative-3 {
  top: -130px;
  right: 0;
}

.creative-4 {
  left: 0;
  bottom: -130px;
}

.preloader-wheel {
  margin: -25px 0 0 -25px;
}

/* =========================================================================
   Header
 =========================================================================== */
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 21px 0;
  background: #fff;
}
@media (max-width: 767px) {
  .header {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .header .flex {
    display: flex;
  }
}
@media (max-width: 767px) {
  .header .btn {
    padding: 0 5px;
  }
}
.header .btn-danger {
  margin: 0 0 0 10px;
}
.header .btn-danger:hover, .header .btn-danger:active {
  background: #111;
}
.header .btn-outline {
  border: 2px solid #111;
  line-height: 36px;
  box-shadow: none;
}
.header .btn-outline:hover, .header .btn-outline:active {
  background: #111;
  color: #fff;
}
.header .btn.hidden-xs {
  min-width: 100px;
}

/* =========================================================================
   Section Hero
 =========================================================================== */
.section-hero {
  background: #F6F4F0 url(../images/hero-bg.png) right bottom no-repeat;
  border-radius: 0 0 48px 48px;
  padding: 200px 0 200px;
  min-height: 836px;
}
@media (max-width: 1229px) {
  .section-hero {
    background-position: bottom right -200px;
  }
}
@media (max-width: 991px) {
  .section-hero {
    padding: 150px 0 50px;
    background-position: bottom right -270px;
    min-height: 600px;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .section-hero {
    border-radius: 0 0 24px 24px;
    min-height: 0;
    padding: 120px 0 230px;
    background-position: bottom right;
    background-size: 100% auto;
  }
}
.section-hero .section-title {
  display: block;
  max-width: 440px;
}
.section-hero .section-description {
  max-width: 630px;
  margin-bottom: 35px;
}

/* =========================================================================
   Section stats
 =========================================================================== */
.section-stats {
  margin-top: -90px;
}
@media (max-width: 767px) {
  .section-stats {
    margin: 30px 15px;
  }
}
.section-stats .stats-container {
  display: flex;
  padding: 40px 20px;
  align-items: flex-start;
  justify-content: space-around;
  border-radius: 20px;
  background: var(--gradient-2, linear-gradient(90deg, #FE665F 0%, #F41F74 100%));
  box-shadow: 0px 0px 0px 0px rgba(205, 19, 146, 0.1), 0px 6px 12px 0px rgba(205, 19, 146, 0.1), 0px 22px 22px 0px rgba(205, 19, 146, 0.09), 0px 50px 30px 0px rgba(205, 19, 146, 0.05), 0px 88px 35px 0px rgba(205, 19, 146, 0.01), 0px 138px 39px 0px rgba(205, 19, 146, 0);
  width: 100%;
  max-width: 994px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section-stats .stats-container {
    display: block;
    padding: 40px 20px 10px;
  }
}
.section-stats .stats-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .section-stats .stats-item {
    gap: 0;
    margin-bottom: 40px;
  }
}
.section-stats .stats-label {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section-stats .stats-label svg {
  position: relative;
  top: -5px;
}
@media (max-width: 1229px) {
  .section-stats .stats-label svg {
    width: 34px;
  }
}
@media (max-width: 1229px) {
  .section-stats .stats-label {
    font-size: 36px;
  }
}
.section-stats .stats-value {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1229px) {
  .section-stats .stats-value {
    font-size: 20px;
  }
}

/* =========================================================================
   Section Online
 =========================================================================== */
.section-online {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 767px) {
  .section-online {
    padding: 50px 0 20px;
  }
}
.section-online .section-title {
  max-width: 520px;
}
.section-online .section-description {
  margin: 0;
  max-width: 600px;
}
.section-online .section-image {
  margin-right: -50px;
}
@media (max-width: 1339px) {
  .section-online .section-image {
    margin-right: 0;
  }
}

/* =========================================================================
   Section About
 =========================================================================== */
.section-about .outer {
  width: 100%;
  height: 590px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  position: relative;
  border-radius: 48px;
  background: url(../images/art-2.png) center center no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .section-about .outer {
    height: 320px;
  }
}
@media (max-width: 767px) {
  .section-about .outer {
    height: 220px;
    border-radius: 12px;
  }
}
.section-about .outer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333;
  opacity: 0.8;
  border-radius: 48px;
}
.section-about .inner {
  max-width: 580px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.section-about .section-title {
  color: #fff;
  text-align: center;
}
.section-about .section-description {
  color: #fff;
  margin: 0;
  opacity: 0.8;
}

/* =========================================================================
   Section Features
 =========================================================================== */
.section-features {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .section-features {
    padding-top: 60px;
  }
}
.section-features .container-inner {
  max-width: 970px;
  margin: 0 auto;
}
.section-features .section-title {
  text-align: center;
}
.section-features .section-description {
  margin: 0 auto 40px;
  max-width: 580px;
  text-align: center;
}
.section-features .features-list {
  font-size: 0;
  text-align: center;
  margin: 0 7px;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .section-features .features-list {
    overflow-x: auto;
    margin: 0 -15px;
  }
}
.section-features .feature-item {
  display: inline-block;
}

/* =========================================================================
   Section Why
 =========================================================================== */
.section-why {
  padding: 45px 0;
  border-radius: 48px;
  background: linear-gradient(90deg, #FE665F 0%, #F41F74 100%);
}
@media (max-width: 767px) {
  .section-why {
    border-radius: 24px;
  }
}
.section-why .container-inner {
  max-width: 970px;
  margin: 0 auto;
}
.section-why .column-right {
  max-width: 578px;
  margin-left: 42px;
}
@media (max-width: 767px) {
  .section-why .column-right {
    max-width: none;
    margin-left: 0;
  }
}
.section-why .section-title {
  color: #fff;
}
.section-why .section-description {
  color: #fff;
  margin: 0;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .section-why .section-image {
    max-width: 250px;
    margin: 0 auto 30px;
  }
}

/* =========================================================================
   Section How
 =========================================================================== */
.section-how {
  padding: 100px 0;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .section-how {
    padding: 50px 0;
  }
}
.section-how .section-title {
  text-align: center;
}
.section-how .section-description {
  margin: 0 auto 40px;
  max-width: 840px;
  text-align: center;
}
.section-how .image {
  display: inline-block;
  position: relative;
}
.section-how .image a {
  position: absolute;
  top: 38%;
  left: 18.8%;
  width: 208px;
  height: 64px;
  margin: -32px 0 0 -104px;
}
@media (max-width: 1229px) {
  .section-how .image a {
    width: 140px;
    height: 44px;
    margin: -22px 0 0 -70px;
  }
}

/* =========================================================================
   Section Contents
 =========================================================================== */
.section-contents {
  padding: 134px 0 67px;
}
@media (max-width: 767px) {
  .section-contents {
    padding-top: 100px;
  }
}
.section-contents .section-title {
  color: #111;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-align: center;
  margin-bottom: 31px;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .section-contents .section-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .section-contents .section-title {
    font-size: 24px;
    display: block;
  }
}
.section-contents .contents-container {
  padding: 50px;
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0 11px 28px 0 rgba(0, 0, 0, 0.08);
  max-width: 910px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section-contents .contents-container {
    padding: 30px 15px;
  }
}
.section-contents .subsection-title {
  color: #111;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .section-contents .subsection-title {
    font-size: 20px;
  }
}

.section-terms .col-md-8 {
  flex: 100%;
  max-width: 100%;
}

/* =========================================================================
   Footer
 =========================================================================== */
.footer {
  padding: 50px 0;
  margin: 0;
  background: #282526;
  border: none;
}
@media (max-width: 767px) {
  .footer {
    padding: 60px 0;
    text-align: center;
  }
}
.footer .footer-top {
  margin-bottom: 20px;
}
.footer .warning,
.footer .address,
.footer .copyright {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  opacity: 0.8;
  margin-bottom: 20px;
}
.footer .warning {
  text-align: left;
}
.footer .copyright {
  margin: 0;
}
.footer .footer-menu {
  padding: 0;
  margin: -5px 0 15px;
  list-style: none;
  text-align: center;
}
.footer .footer-menu li {
  display: inline-block;
  padding: 0 15px;
  margin: 5px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.8);
}
.footer .footer-menu li:last-child {
  border-right: none;
}
.footer .footer-menu a,
.footer .footer-menu span {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  opacity: 0.8;
  display: block;
  text-decoration: none;
}
.footer .cards {
  text-align: center;
  margin-bottom: 20px;
}
.footer .cards svg {
  margin: 0 5px;
}

/* =========================================================================
   Forms modal
 =========================================================================== */
.forms-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
.forms-modal .forms-modal-outer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .forms-modal .forms-modal-outer {
    position: static;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
    background: #fff;
  }
}
.forms-modal .forms-modal-card {
  border-radius: 8px;
  background: #FFF;
  padding: 40px 57px 20px;
  width: 494px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .forms-modal .forms-modal-card {
    border-radius: 0;
    padding: 10px 10px 20px;
    width: 100%;
    height: 100%;
    min-height: 100%;
  }
}
.forms-modal .forms-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .forms-modal .forms-modal-close {
    display: none;
  }
}
.forms-modal .forms-modal-close svg path {
  fill: #111;
}
.forms-modal .modal-top {
  flex-grow: 1;
}
.forms-modal .modal-top .logo {
  text-align: center;
}
@media (max-width: 767px) {
  .forms-modal .modal-top .logo svg {
    width: 218px;
    height: auto;
  }
}
.forms-modal .modal-foot {
  text-align: center;
  margin-top: 16px;
}
.forms-modal .modal-foot .title {
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
.forms-modal .modal-foot .link {
  display: inline-block;
  margin-bottom: 16px;
}
.forms-modal .modal-foot .agreement {
  color: #555;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 768px) {
  .forms-modal .modal-foot .agreement {
    font-size: 12px;
  }
}
.forms-modal .modal-foot .agreement a {
  color: inherit;
  text-decoration: underline;
}

/* =========================================================================
   Forms
 =========================================================================== */
#regForm .step_1,
#regForm .step_2 {
  display: none;
}

@media (max-width: 767px) {
  .form-container {
    height: 100%;
  }
}
.form-container .step {
  height: 100%;
}
.form-container .step-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.form-container .form-title {
  color: #111;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 16px;
}
.form-container .btn {
  font-size: 18px;
  font-weight: 500;
  border-radius: 10px;
  height: 64px;
  line-height: 64px;
  border: none;
  padding: 0 20px;
  text-transform: none;
  position: relative;
}
.form-container .btn svg {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.form-container .btn-danger {
  color: #fff;
  background: var(--gradient-2, linear-gradient(90deg, #FE665F 0%, #F41F74 100%));
  margin-top: 16px;
}
.form-container #signupSubmit {
  margin-top: 26px;
}
.form-container .btn-google {
  border: 1px solid #282828;
  background: #FFF;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.17), 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
  line-height: 62px;
  color: #333;
}
.form-container .btn-facebook {
  background: #4874E2;
  color: #fff;
}
.form-container label {
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.form-container .form-group {
  margin-bottom: 20px;
}
.form-container .form-group-icon i {
  display: none;
}
.form-container .checkbox {
  display: flex;
  justify-content: space-between;
}
.form-container .checkbox label {
  width: 48%;
  height: 54px;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  box-shadow: inset 0 0 0 0 #fff;
  color: #7a7a7a;
  background-color: #f5f7fa;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  transition: color 0.15s, border-color 0.15s, background-color 0.15s;
}
.form-container .checkbox label svg {
  fill: currentColor;
  margin-right: 12px;
}
.form-container .checkbox input:checked + label {
  box-shadow: inset 0 0 0 0 #fff;
  color: #fff;
  border-color: #FE665F;
  background: linear-gradient(90deg, #FE665F 0%, #F41F74 100%);
}
.form-container div.fancy-select div.trigger {
  border-radius: 8px;
  padding: 0 30px 0 12px;
  height: 54px;
  line-height: 52px;
}
.form-container div.fancy-select div.trigger:after {
  top: 19px;
}
.form-container div.fancy-select ul.options.open {
  top: 54px;
}
.form-container .form-control {
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  border: none;
  border-radius: 10px;
  background: #F0F0F0;
}
.form-container .form-control:hover, .form-container .form-control:active, .form-container .form-control:focus {
  background: #F0F0F0;
}
.form-container .divider {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 16px 0;
  text-align: center;
  position: relative;
}
.form-container .divider:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  margin-top: 1px;
}
.form-container .divider span {
  padding: 0 5px;
  background: #fff;
  position: relative;
}
.form-container .forgot {
  color: #000;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  border: none;
}
.form-container .to-signup {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-top: 16px;
}
.form-container .to-signup a {
  color: inherit;
  text-decoration-line: underline;
}
.form-container .form_result__title {
  color: #111;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 25px;
}
.form-container .form_result__note {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  margin-top: 5px;
}
.form-container .form_result__note a {
  color: #e74390;
  border: none;
  transition: color 0.3s;
  text-decoration: underline;
  line-height: inherit;
}
.form-container .form_result__icon {
  margin-top: 20px;
}
.form-container .form_result__icon img {
  margin: 0 auto;
}

.step-header {
  display: none;
}
@media (max-width: 767px) {
  .step-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
}
.step-header .top-link-mobile {
  color: #111;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
.step-header .top-link-mobile.red {
  color: #F41F74;
}
.step-header .top-logo {
  visibility: hidden;
}

@media (min-width: 768px) {
  #regForm .step_1 .step-header,
#regForm .step_2 .step-header {
    display: block;
    position: absolute;
    top: 21px;
    left: 22px;
  }
}

.middle-logo {
  margin-bottom: 10px;
}
.middle-logo.visible-xs {
  display: block;
  margin: 0 auto 20px;
}

@media (max-width: 767px) {
  #loginForm .middle-logo,
#forgotPasswordForm .middle-logo {
    width: 180px;
  }
}

@media (max-width: 767px) {
  .page-home .header,
.page-home .section-hero,
.page-home .section-stats,
.page-home .section-online,
.page-home .section-about,
.page-home .section-features,
.page-home .section-why,
.page-home .section-how,
.page-home .footer {
    display: none !important;
  }
}
.error-info,
.error-info2 {
  line-height: 1;
}
@media (max-width: 767px) {
  .error-info,
.error-info2 {
    line-height: 0.9;
  }
}

@media (min-width: 768px) {
  #loginForm {
    /*.btn {
    	height: 54px;
    	line-height: 54px;
    }

    .btn-google {
    	line-height: 52px;
    }*/
  }
  #loginForm .modal-foot {
    margin-top: 10px;
  }
  #loginForm .modal-foot .title {
    margin-bottom: 10px;
  }
  #loginForm .form-group {
    margin-bottom: 10px;
  }
  #loginForm .form-title {
    margin: 0 0 10px;
  }
  #loginForm .middle-logo {
    margin-bottom: 5px;
  }
  #loginForm .error {
    top: -34px;
  }
}

@media (min-width: 768px) {
  .form-container .btn {
    height: 54px;
    line-height: 54px;
  }
  .form-container .btn-google {
    line-height: 52px;
  }
}

.step-bottom {
  position: relative;
}

/* =========================================================================
   FAQs
 =========================================================================== */
.faqs {
  margin-bottom: 30px;
}
.faqs .panel {
  border-radius: 6px;
  background: #F0F0F0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.67;
  padding: 0;
  margin: 0 0 10px;
  transition: all 0.2s linear;
}
.faqs .panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
  font-size: 20px;
  font-weight: 400;
  color: #555;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .faqs .panel-heading {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .faqs .panel-heading {
    font-size: 16px;
  }
}
.faqs .panel-heading .panel-title {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
}
.faqs .panel-heading a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  display: block;
  position: relative;
  padding: 20px 50px 20px 20px;
  text-decoration: none;
}
@media (max-width: 374px) {
  .faqs .panel-heading a {
    font-size: 20px;
  }
}
.faqs .panel-heading a:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 26px;
  right: 20px;
  border: solid #555555;
  border-width: 0 0 2px 2px;
  transform: rotateZ(135deg);
  transform-origin: 33.33% 66.66%;
  transition: all 0.2s linear;
}
@media (max-width: 991px) {
  .faqs .panel-heading a:before {
    top: 27px;
    right: 27px;
  }
}
@media (max-width: 767px) {
  .faqs .panel-heading a:before {
    top: 24px;
    right: 24px;
  }
}
.faqs .panel-heading a.collapsed:before {
  transform: rotateZ(-45deg);
}
.faqs .panel-body {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  padding: 0 50px 20px 20px;
}
@media (max-width: 767px) {
  .faqs .panel-body {
    font-size: 14px;
  }
}
.faqs .panel-body p {
  line-height: inherit;
  margin-bottom: 0;
}

/* =========================================================================
   Contact Us
 =========================================================================== */
.section-contact label {
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section-contact textarea {
  min-height: 120px;
}
.section-contact .form-control {
  height: 52px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  color: #111;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
}
.section-contact .file-control {
  position: relative;
  padding: 0 20px;
  line-height: 50px;
}
.section-contact .file-control .filename {
  font-size: 16px;
  font-weight: 400;
  color: #7a7a7a;
}
.section-contact .file-control input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  text-align: right;
  opacity: 0;
}
.section-contact .buttons {
  text-align: center;
}
.section-contact .buttons .btn {
  width: 380px;
  height: 64px;
  line-height: 64px;
}
@media (max-width: 767px) {
  .section-contact .buttons .btn {
    width: 100%;
    height: 52px;
    line-height: 52px;
  }
}
.section-contact .error {
  color: #fe4850;
  display: none;
}
.section-contact .form-group.has-error .form-control {
  border-color: #fe4850;
}
.section-contact .form-group.has-error .error {
  display: block;
}

/* =========================================================================
   Cookies Message
 =========================================================================== */
.cookies-message {
  position: fixed;
  z-index: 10;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  font-size: 16px;
}
.cookies-message .cc-banner-inner {
  padding: 15px 20px;
  display: flex;
}
.cookies-message .cc-message {
  color: #000;
  align-self: center;
}
.cookies-message .cc-message a {
  color: #000;
  text-decoration: underline;
}
.cookies-message .cc-btn-wrap {
  margin: 0 0 0 15px;
}
.cookies-message .btn {
  border: 2px solid #000;
  border-radius: 8px;
  font-weight: 500;
  color: #000;
  height: 40px;
  line-height: 36px;
  padding: 0 20px;
}
.cookies-message .btn:hover, .cookies-message .btn:active {
  background: #000;
  color: #fff;
}

@media (min-width: 576px) {
  .cookies-message {
    bottom: 15px;
    right: 15px;
    left: auto;
    border-radius: 5px;
  }
}

/*# sourceMappingURL=compliance.css.map */
