/**
 *  Global
 */
*,
:root {
    --white: #ffffff;
    --gray50: #f2f2f3;
    --gray100: #e5e6e7;
    --gray200: #cacdce;
    --gray300: #b0b3b5;
    --gray400: #959a9d;
    --gray500: #7b8184;
    --gray600: #62676a;
    --gray700: #4a4d50;
    --gray800: #313435;
    --gray900: #181a1b;
    --black: #000000;
    --blue10: #f5f7ff;
    --blue50: #dee1ee;
    --blue100: #b3cde0;
    --blue200: #6497b1;
    --blue300: #4169e2;
    --blue400: #005b96;
    --blue600: #2a4488;
    --blue800: #011f4b;
    --gold100: #f6f4ee;
    --gold200: #ebe6d6;
    --gold400: #bba36a;
    --brown50: #fbf6f1;
    --brown100: #f2e8db;
    --brown200: #e0bd98;
    --brown400: #c99455;
    --brown600: #c38541;
    --brown800: #905c24;
    --brown900: #58350e;
    --cyan50: #ccede5;
    --cyan100: #9ef1dc;
    --cyan200: #94e5d0;
    --cyan400: #7bd1bb;
    --cyan600: #54a590;
    --cyan800: #5e8379;
    --red400: #ff0000;
    --red800: #bf5757;
}

.container,
.container-lg {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-lg {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-lg {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-lg {
    max-width: 1340px;
  }
}

body {
  font-family: "Montserrat", sans-serif;
}
body input,
body button,
body textarea {
  font-family: "Montserrat", sans-serif;
}

/**
 *  Partials
 */
.siteFooter__wrap {
  border-top: 1px solid var(--gray100);
  padding-top: 26px;
  padding-bottom: 26px;
}
.siteFooter__wrap p {
  font-size: 16px;
  line-height: 1;
  color: var(--gray600);
  text-align: center;
  margin: 0;
  opacity: 0.4;
}

.wpcf7-form.submitting .contactForm__input {
  opacity: 0.5;
  pointer-events: none;
}

.wpcf7 form .wpcf7-response-output {
  color: #004085;
  background-color: #cce5ff;
  border-width: 1px;
  border-color: #b8daff;
  border-radius: 25px;
  padding: 16px 25px;
  font-size: 18px;
  margin: 2em 0 1em;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.contactForm {
  position: relative;
}
.contactForm__row {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 0 12px;
}
.contactForm__row:last-of-type {
  margin: 0;
}
.contactForm__row--half {
  display: flex;
  justify-content: space-between;
}
.contactForm__row--half .contactForm__input {
  max-width: calc(50% - 6px);
}
.contactForm__input {
  width: 100%;
  max-width: 100%;
}
.contactForm__input input {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 58px;
  border: 1px solid var(--gray200);
  border-radius: 25px;
  padding: 0 25px;
  font-size: 18px;
  color: var(--black);
  outline: none;
  transition: ease 0.3s;
}
.contactForm__input input:focus {
  border-color: var(--black);
}
.contactForm__input input::placeholder {
  color: var(--gray300);
}
.contactForm__input input.wpcf7-not-valid {
  border-color: var(--red800);
  color: var(--red800);
}
.contactForm__input input.wpcf7-not-valid::placeholder {
  color: var(--red800);
}
.contactForm__input textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 150px;
  border: 1px solid var(--gray200);
  border-radius: 25px;
  padding: 18px 25px;
  font-size: 18px;
  color: var(--black);
  outline: none;
  resize: none;
  transition: ease 0.3s;
}
.contactForm__input textarea:focus {
  border-color: var(--black);
}
.contactForm__input textarea::placeholder {
  color: var(--gray300);
}
.contactForm__input textarea.wpcf7-not-valid {
  border-color: var(--red800);
  color: var(--red800);
}
.contactForm__input textarea.wpcf7-not-valid::placeholder {
  color: var(--red800);
}
.contactForm__input .wpcf7-not-valid-tip {
  font-size: 14px;
  margin: 4px 0 0 5px;
}
.contactForm__acceptance .wpcf7-list-item {
  margin: 0;
}
.contactForm__acceptance label {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.contactForm__acceptance label .checker {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  border: 1px solid var(--gray200);
  margin-right: 10px;
  cursor: pointer;
  position: relative;
}
.contactForm__acceptance label .checker:after {
  content: "";
  background-image: url("/wp-content/themes/global/assets/icons/check_white.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.contactForm__acceptance label .checker--checked {
  background-color: var(--cyan600);
  border-color: var(--cyan600);
}
.contactForm__acceptance label input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  opacity: 0;
}
.contactForm__acceptance label span {
  display: block;
  width: 100%;
  max-width: calc(100% - 34px);
  font-size: 18px;
  line-height: 1.3;
  color: var(--gray600);
  margin: 0;
}
.contactForm__acceptance label span a {
  color: inherit;
  text-decoration: underline !important;
  cursor: pointer;
  transition: ease 0.3s;
  position: relative;
  z-index: 3;
}
.contactForm__acceptance label span a:hover {
  opacity: 0.75;
}
.contactForm__submit {
  display: flex;
  justify-content: flex-end;
}
.contactForm__submit input {
  width: 100%;
  max-width: fit-content;
  max-width: -moz-max-content;
  max-width: -webkit-fit-content;
  background-color: var(--cyan400);
  padding: 14px 36px;
  border: 0;
  border-radius: 25px;
  color: var(--white);
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: ease 0.3s;
}
.contactForm__submit input:hover {
  opacity: 0.85;
}
.contactForm__submit .wpcf7-spinner {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translate(0, -50%);
  pointer-events: none;
}

@media (max-width: 991px) {
  .contactForm__input input {
    border-radius: 20px;
  }
  .contactForm__input textarea {
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .contactForm__row {
    margin: 0 0 8px;
  }
  .contactForm__row--half {
    flex-direction: column;
  }
  .contactForm__row--half .contactForm__input {
    max-width: 100%;
    margin: 0 0 8px;
  }
  .contactForm__row--half .contactForm__input:last-of-type {
    margin: 0;
  }
  .contactForm__input input {
    height: 48px;
    font-size: 15px;
    padding: 0 16px;
  }
  .contactForm__input textarea {
    height: 120px;
    font-size: 15px;
    padding: 12px 16px;
  }
  .contactForm__acceptance label .checker {
    width: 20px;
    height: 20px;
  }
  .contactForm__acceptance label .checker:after {
    width: 16px;
    height: 16px;
  }
  .contactForm__acceptance label span {
    font-size: 14px;
  }
  .contactForm__submit {
    margin: 20px 0 0;
  }
  .contactForm__submit input {
    padding: 14px 30px;
    font-size: 14px;
  }
}
/**
 *  Pages
 */
.global--home {
  position: relative;
  overflow: hidden;
}
.global--home:after {
  content: "";
  background-image: url("/wp-content/themes/global/assets/vectors/vector01.svg");
  background-repeat: no-repeat;
  background-size: 2000px;
  width: 2000px;
  height: 1200px;
  opacity: 0.013;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

@media (max-width: 1199px) {
  .global--home:after {
    background-size: 1800px;
    width: 1800px;
    height: 1060px;
  }
}
.policyContent {
  padding: 6vh 0;
}
.policyContent__wrap .title {
  text-align: center;
}
.policyContent__wrap h1,
.policyContent__wrap h2,
.policyContent__wrap h3,
.policyContent__wrap h4,
.policyContent__wrap h5,
.policyContent__wrap h6 {
  font-family: "Montserrat", sans-serif;
  color: var(--black);
  font-weight: 400;
  margin: 0 0 1em;
}
.policyContent__wrap p {
  font-size: 18px;
  line-height: 1.4;
  color: var(--gray800);
  margin: 0 0 16px;
}

.d-none {
  display: none !important;
}

a {
  text-decoration: none;
  outline: none !important;
}

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