@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap");
:root {
  --section-padding: 80px;
  --transition: .2s ease-in-out 0s; }

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

h1 {
  font-size: 48px;
  font-weight: 600;
  text-transform: capitalize; }

h2 {
  font-size: 32px;
  font-weight: 600;
  text-transform: capitalize; }

h3 {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase; }
  h3 b {
    font-weight: inherit; }

h4 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase; }

h6 {
  color: #6F6F6F;
  font-size: 12px;
  text-transform: uppercase; }

p {
  color: #6F6F6F;
  font-size: 14px;
  line-height: 24px; }

a:not(.button) {
  color: #6F6F6F;
  transition: color var(--transition); }
  a:not(.button):hover {
    color: #fff; }

input[type=text],
input[type=email],
select,
textarea {
  width: 100%;
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 0 16px;
  outline: none; }

input[type=text],
input[type=email],
select {
  height: 50px; }

textarea {
  height: 150px;
  padding: 20px 16px;
  resize: none; }

.new-validate__error,
.new-validate__success {
  background-color: rgba(0, 0, 0, 0.05); }
  .new-validate__error h3,
  .new-validate__success h3 {
    font-size: 24px;
    margin-bottom: 15px; }
  .new-validate__error p,
  .new-validate__success p {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto; }

.d-flex {
  display: flex;
  flex-wrap: wrap; }
  .d-flex.justify-content-center {
    justify-content: center; }
  .d-flex.align-items-center {
    align-items: center; }
  .d-flex.two-columns > * {
    flex-wrap: wrap;
    width: 50%; }

.w-510 {
  max-width: 510px; }

.w-690 {
  max-width: 690px; }

.text-center {
  text-align: center; }
  .text-center.w-510,
  .text-center .w-510, .text-center.w-690,
  .text-center .w-690 {
    margin-left: auto;
    margin-right: auto; }

.text-left {
  text-align: left; }

.text-uppercase {
  text-transform: uppercase; }

.section-padding {
  padding: var(--section-padding) 0; }

.label-padding {
  padding: calc(var(--section-padding) * 1.5) 0; }

.bg-wrapper {
  background-position: center center;
  background-size: cover; }
  .bg-wrapper.bg-darker {
    position: relative; }
    .bg-wrapper.bg-darker::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.35); }
    .bg-wrapper.bg-darker > * {
      position: var(--position, relative);
      z-index: 1; }

.bg-grey {
  background-color: #F7F7F7; }

.text-white * {
  color: #fff; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.space.h-25 {
  height: 25px; }

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99;
  transition: opacity var(--transition), visibility var(--transition); }
  #loader.loaded {
    opacity: 0;
    visibility: hidden; }

.button {
  display: inline-flex;
  background-color: transparent;
  color: #232323;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #232323;
  padding: 13px 30px 12px;
  cursor: pointer;
  outline: none;
  transition: background-color var(--transition), color var(--transition); }
  .button:hover {
    background-color: #232323;
    color: #fff; }

#launcher,
.header_lang_top {
  z-index: 9 !important; }

.header {
  height: var(--section-padding); }
  .header ul {
    height: var(--section-padding); }
    .header ul li a {
      display: inline-flex;
      align-items: center;
      height: var(--section-padding);
      color: #232323;
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      padding: 0 15px; }
    .header ul li.active a,
    .header ul li a:hover {
      color: rgba(0, 0, 0, 0.6); }

.footer {
  background-color: #141414;
  color: #6F6F6F;
  padding: 40px 0 32px; }

.page-label {
  background-color: #F7F7F7; }
  .page-label .content {
    min-height: var(--section-padding);
    padding: 10px 0; }

#contact-page .section-2 .item.d-flex .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 350px;
  background-color: #141414;
  color: #fff;
  text-align: center;
  padding: 50px; }
  #contact-page .section-2 .item.d-flex .item:first-of-type, #contact-page .section-2 .item.d-flex .item:last-of-type {
    background-color: #1c1c1c; }
  #contact-page .section-2 .item.d-flex .item h4 {
    margin-bottom: 15px; }
#contact-page .section-3 .form-wrapper form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #contact-page .section-3 .form-wrapper form .input-wrapper {
    width: 100%;
    margin-bottom: 10px; }
    #contact-page .section-3 .form-wrapper form .input-wrapper:nth-of-type(1), #contact-page .section-3 .form-wrapper form .input-wrapper:nth-of-type(2), #contact-page .section-3 .form-wrapper form .input-wrapper:nth-of-type(3) {
      width: calc(100% / 3 - 10px / 3 * 2); }
  #contact-page .section-3 .form-wrapper form .btn-wrapper {
    margin: 0 auto; }

#subscription-page .unsubscribe-check-wrapper {
  position: relative;
  padding-left: 20px; }
  #subscription-page .unsubscribe-check-wrapper input {
    position: absolute;
    top: 5px;
    left: 0; }
  #subscription-page .unsubscribe-check-wrapper .text-wrapper {
    font-size: 14px;
    line-height: 24px; }

#faq-page .big-label.bg-wrapper {
  background-position: center bottom; }
#faq-page .accordion {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding: 25px 0;
  cursor: pointer; }
  #faq-page .accordion:last-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  #faq-page .accordion .label {
    --line-width: 16px;
    --line-height: 2px;
    position: relative;
    padding-right: 30px; }
    #faq-page .accordion .label::before, #faq-page .accordion .label::after {
      content: "";
      position: absolute;
      top: 50%;
      background-color: #6F6F6F;
      transform: translateY(-50%); }
    #faq-page .accordion .label::before {
      right: 0;
      width: var(--line-width);
      height: var(--line-height); }
    #faq-page .accordion .label::after {
      right: calc(var(--line-width) / 2 - var(--line-height) / 2);
      width: var(--line-height);
      height: var(--line-width);
      transition: transform var(--transition); }
  #faq-page .accordion .desc {
    height: 0;
    overflow: hidden;
    transition: height var(--transition); }
  #faq-page .accordion.visible .label::after {
    transform: translateY(-50%) scaleY(0); }

@media (max-width: 991px) {
  #contact-page .section-2 .content.d-flex.two-columns > * {
    width: 100%; }
  #contact-page .section-2 .content.d-flex .item.bg-wrapper {
    height: 400px; } }
@media (max-width: 767px) {
  #contact-page .section-3 .form-wrapper form .input-wrapper:nth-of-type(1), #contact-page .section-3 .form-wrapper form .input-wrapper:nth-of-type(2), #contact-page .section-3 .form-wrapper form .input-wrapper:nth-of-type(3) {
    width: 100%; } }
@media (max-width: 575px) {
  .page-label .d-flex {
    justify-content: center;
    text-align: center; }

  #contact-page .section-2 .d-flex.two-columns > * {
    width: 100%; }
  #contact-page .section-2 .item.d-flex .item {
    min-height: 250px; }
    #contact-page .section-2 .item.d-flex .item:nth-of-type(3) {
      background-color: #1c1c1c; }
    #contact-page .section-2 .item.d-flex .item:last-of-type {
      background-color: #141414; } }
