:root {
  --primary-color: #7347fd;
  --bg-color: #5c2d91;
  --title-color: #ffb715;
  --subtitle-color: #ffffff;
  --bullets-text-color: #ffffff;
  --section-bg-color: #7347fd;
  --section-title-color: #ffffff;
  --home-btn-bg-color: #ffffff;
  --home-btn-text-color: #7347fd;
  --home-btn-border-color: #7347fd;
  --home-btn-bg-color-hover: #7347fd;
  --home-btn-text-color-hover: #ffffff;
  --home-btn-border-color-hover: #7347fd;
  --btn-bg-color: #ffb715;
  --btn-text-color: #5c2d91;
  --btn-border-color: #ffb715;
  --btn-bg-color-hover: #ffffff;
  --btn-text-color-hover: #5c2d91;
  --btn-border-color-hover: #ffb715;
}

@font-face {
  src: url("../fonts/gilroy-bold.woff2") format("woff2");
  font-family: "gilroy";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("../fonts/gilroy-regular.woff2") format("woff2");
  font-family: "gilroy";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: "gilroy", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
  line-height: 150%;
}

ul {
  padding: 0;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
  padding: 0;
}

h2 {
  font-size: 20px;
  font-weight: 700;
}

h3 {
  font-size: 12px;
  font-weight: 400;
}

.space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.division-line {
  height: 2px;
  border: none;
  max-width: 1260px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 600px) {
  .division-line {
    display: none;
  }
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 16px 48px;
  cursor: pointer;
  -webkit-transition: background-color 200ms ease-in, color 200ms ease-in;
  transition: background-color 200ms ease-in, color 200ms ease-in;
  color: var(--btn-text-color);
  border: 2px solid var(--btn-border-color);
  border-radius: 50px;
  background-color: var(--btn-bg-color);
  font-weight: 700;
}

@media only screen and (max-width: 600px) {
  .btn.full-width-sm {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

.btn.arrow-icon-left-side .arrow-icon {
  margin-top: 3px;
  margin-right: 8px;
  -webkit-transition: fill 200ms ease;
  transition: fill 200ms ease;
  fill: var(--btn-text-color);
}

@media only screen and (max-width: 600px) {
  .btn.arrow-icon-left-side .arrow-icon.arrow-icon-nav {
    margin-left: 8px;
  }
}

.btn.arrow-icon-left-side:hover .arrow-icon, .btn.arrow-icon-left-side:focus .arrow-icon {
  fill: var(--btn-text-color-hover);
}

.btn.arrow-icon-right-side .arrow-icon {
  margin-top: 3px;
  margin-left: 8px;
  -webkit-transition: fill 200ms ease;
  transition: fill 200ms ease;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  fill: var(--btn-text-color);
}

.btn.arrow-icon-right-side:hover .arrow-icon, .btn.arrow-icon-right-side:focus .arrow-icon {
  fill: var(--btn-text-color-hover);
}

.btn.home-btn {
  color: var(--home-btn-text-color);
  border: 2px solid var(--home-btn-border-color);
  background-color: var(--home-btn-bg-color);
}

@media only screen and (max-width: 600px) {
  .btn.home-btn {
    padding-right: 16px;
    padding-left: 8px;
  }
}

.btn.home-btn .home-icon {
  display: none;
  -webkit-transition: fill 200ms ease;
  transition: fill 200ms ease;
  fill: var(--home-btn-text-color);
}

@media only screen and (max-width: 600px) {
  .btn.home-btn .home-icon {
    display: block;
  }
}

.btn.home-btn:hover, .btn.home-btn:focus {
  color: var(--home-btn-text-color-hover);
  border: 2px solid var(--home-btn-border-color-hover);
  background-color: var(--home-btn-bg-color-hover);
}

.btn.home-btn:hover .home-icon, .btn.home-btn:focus .home-icon {
  fill: var(--home-btn-text-color-hover);
}

@media only screen and (max-width: 600px) {
  .btn.home-btn .home-label {
    display: none;
  }
}

.btn:hover, .btn:focus {
  color: var(--btn-text-color-hover);
  border: 2px solid var(--btn-border-color-hover);
  background-color: var(--btn-bg-color-hover);
}

.btn:disabled, .btn:disabled:hover, .btn:disabled:focus, .btn[disabled], .btn[disabled]:hover, .btn[disabled]:focus {
  pointer-events: none;
  opacity: 0.6;
}

.btn .arrow-left {
  margin-top: 2px;
  margin-right: 8px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.btn .arrow-right {
  margin-top: 2px;
  margin-left: 8px;
}

.tw-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.tw-row .tw-col {
  padding-left: 12px;
  padding-right: 12px;
}

.tw-row .tw-col.tw-col-1 {
  width: 12.5%;
}

.tw-row .tw-col.tw-col-2 {
  width: 25%;
}

.tw-row .tw-col.tw-col-3 {
  width: 37.5%;
}

.tw-row .tw-col.tw-col-4 {
  width: 50%;
}

.tw-row .tw-col.tw-col-5 {
  width: 62.5%;
}

.tw-row .tw-col.tw-col-6 {
  width: 75%;
}

.tw-row .tw-col.tw-col-7 {
  width: 87.5%;
}

.tw-row .tw-col.tw-col-8 {
  width: 100%;
}

@media only screen and (max-width: 1100px) {
  .tw-row .tw-col.tw-col-lg-1 {
    width: 12.5%;
  }
  .tw-row .tw-col.tw-col-lg-2 {
    width: 25%;
  }
  .tw-row .tw-col.tw-col-lg-3 {
    width: 37.5%;
  }
  .tw-row .tw-col.tw-col-lg-4 {
    width: 50%;
  }
  .tw-row .tw-col.tw-col-lg-5 {
    width: 62.5%;
  }
  .tw-row .tw-col.tw-col-lg-6 {
    width: 75%;
  }
  .tw-row .tw-col.tw-col-lg-7 {
    width: 87.5%;
  }
  .tw-row .tw-col.tw-col-lg-8 {
    width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  .tw-row .tw-col.tw-col-md-1 {
    width: 12.5%;
  }
  .tw-row .tw-col.tw-col-md-2 {
    width: 25%;
  }
  .tw-row .tw-col.tw-col-md-3 {
    width: 37.5%;
  }
  .tw-row .tw-col.tw-col-md-4 {
    width: 50%;
  }
  .tw-row .tw-col.tw-col-md-5 {
    width: 62.5%;
  }
  .tw-row .tw-col.tw-col-md-6 {
    width: 75%;
  }
  .tw-row .tw-col.tw-col-md-7 {
    width: 87.5%;
  }
  .tw-row .tw-col.tw-col-md-8 {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .tw-row .tw-col.tw-col-sm-1 {
    width: 12.5%;
  }
  .tw-row .tw-col.tw-col-sm-2 {
    width: 25%;
  }
  .tw-row .tw-col.tw-col-sm-3 {
    width: 37.5%;
  }
  .tw-row .tw-col.tw-col-sm-4 {
    width: 50%;
  }
  .tw-row .tw-col.tw-col-sm-5 {
    width: 62.5%;
  }
  .tw-row .tw-col.tw-col-sm-6 {
    width: 75%;
  }
  .tw-row .tw-col.tw-col-sm-7 {
    width: 87.5%;
  }
  .tw-row .tw-col.tw-col-sm-8 {
    width: 100%;
  }
}

.tw-row .tw-content {
  width: 100%;
}

.tw-container {
  max-width: 1480px;
  margin: 0 auto;
  padding-top: 80px;
  padding-right: 32px;
  padding-bottom: 80px;
  padding-left: 32px;
}

@media only screen and (max-width: 900px) {
  .tw-container {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media only screen and (max-width: 600px) {
  .tw-container {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.tw-content {
  margin: auto 0;
}

.tw-content.m-auto {
  margin: auto;
}

.tw-content.center {
  text-align: center;
}

.header,
header {
  height: 82px;
}

.header .tw-container,
header .tw-container {
  padding-top: 0;
  padding-bottom: 0;
}

.header .tw-container .tw-content,
header .tw-container .tw-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .btn,
header .btn {
  padding: 10px 24px;
  height: 48px;
}

.header .topbar-nav,
header .topbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.topbar-logo {
  height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topbar-logo .logo-width {
  padding-top: 8px;
  width: 235px;
}

.topbar-logo .logo-desc {
  font-size: 16px;
}

.topbar-logo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 900px) {
  .topbar-logo ul .logo {
    max-width: 176px;
  }
}

@media only screen and (max-width: 600px) {
  .topbar-logo ul .logo {
    max-width: 144px;
  }
}

.footer,
footer {
  color: #ffffff;
  background-color: #000000;
}

.footer .tw-container,
footer .tw-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer a {
  color: #ffffff;
}

.footer a:hover {
  color: #7347fd;
  text-decoration: underline;
}

.footer .legal-requirements-list {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer .legal-requirements-list li {
  margin-right: 16px;
  margin-bottom: 16px;
}

.footer.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  font-size: 14px;
  color: #bfbfbf;
  margin-bottom: 16px;
}

@media only screen and (max-width: 1100px) {
  .footer.copyright {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.footer.text-disclaimer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #bfbfbf;
  font-size: 12px;
  padding-top: 24px;
}

@media only screen and (max-width: 1100px) {
  .footer .order-copyright {
    padding-top: 24px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer .order-text-disclaimer {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer .text-disclaimer {
    padding-top: 0;
  }
}

.section,
section {
  background-color: #ffffff;
}

.section.w-bg-color,
section.w-bg-color {
  background-color: var(--bg-color);
}

.section.proposal,
section.proposal {
  background-color: var(--section-bg-color);
}

.section.proposal .main-get-heading,
section.proposal .main-get-heading {
  color: var(--section-title-color);
}

.section.w-circle,
section.w-circle {
  background-image: url("../imgs/credit-page/bg-circle.svg");
  background-repeat: no-repeat;
  background-position: center right -350px;
  background-size: 960px;
}

.advantages .main-adv-heading {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 72px;
}

.advantages .the-advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}

@media only screen and (max-width: 1000px) {
  .advantages .the-advantages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .advantages .the-advantages div {
    margin-bottom: 72px;
  }
  .advantages .the-advantages div:last-child {
    margin-bottom: 0;
  }
}

.advantages .the-advantages img {
  max-height: 200px;
  margin-bottom: 24px;
}

.advantages .the-advantages .sec-adv-heading {
  font-size: 30px;
  font-weight: 700;
}

.main-get-heading {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 32px;
  color: var(--title-color);
}

.hero {
  background-color: var(--bg-color);
}

.hero .hero-description {
  max-width: 608px;
  margin-top: auto;
  margin-bottom: auto;
}

@media only screen and (max-width: 1100px) {
  .hero .hero-description {
    margin: 80px auto 32px;
  }
}

@media only screen and (max-width: 600px) {
  .hero .hero-description {
    margin-top: 16px;
  }
}

.hero .hero-description .main-heading,
.hero .hero-description h1 {
  margin-bottom: 48px;
  color: var(--title-color);
  font-size: 56px;
  font-weight: 700;
}

@media only screen and (max-width: 600px) {
  .hero .hero-description .main-heading,
  .hero .hero-description h1 {
    font-size: 40px;
  }
}

.hero .hero-description .heading-two,
.hero .hero-description h2,
.hero .hero-description h3 {
  margin-bottom: 48px;
  color: var(--subtitle-color);
  font-size: 28px;
  font-weight: 400;
  line-height: 150%;
}

@media only screen and (max-width: 600px) {
  .hero .hero-description .heading-two,
  .hero .hero-description h2,
  .hero .hero-description h3 {
    font-size: 20px;
  }
}

.hero .hero-description ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  color: var(--bullets-text-color);
}

.hero .hero-description ul li::before {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  content: '';
  border: 2px solid var(--title-color);
  border-radius: 50%;
}

.hero .hero-description ul li::after {
  position: absolute;
  top: 3px;
  left: 6px;
  display: block;
  width: 16px;
  height: 6px;
  content: '';
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-width: 0 0 2px 2px;
  border-style: solid;
  border-color: var(--title-color);
}

.hero .hero-description .decorative-img {
  text-align: right;
}

@media only screen and (max-width: 900px) {
  .hero .tw-container {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

@media only screen and (max-width: 600px) {
  .hero .tw-container {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.hero .tw-container .tw-col:first-child .general-form {
  margin: auto 0;
}

.hero .tw-container .tw-col:last-child .hero-description {
  margin: auto;
}

.hero .tw-container .tw-col .tw-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.hero.fluid .tw-container {
  max-width: none;
  padding: 0;
}

.hero.fluid .tw-container .tw-row {
  margin-right: 0;
  margin-left: 0;
}

.hero.fluid .tw-container .tw-row .tw-col {
  padding-right: 0;
  padding-left: 0;
}

.hero.fluid .tw-container .tw-row .tw-col .hero-description {
  margin: auto;
}

.hero.fluid .tw-container .tw-row .tw-col .tw-content {
  padding: 80px 24px;
}

@media only screen and (max-width: 1100px) {
  .hero.fluid .tw-container .tw-row .tw-col .tw-content {
    padding: 24px;
  }
}

.hero.fluid .tw-container .tw-row .tw-col:first-child .general-form {
  margin: auto;
}

.hero.w-img .tw-container .tw-col .tw-content.has-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100vh - 82px);
  padding: 24px;
  background-image: url(../imgs/sothebys/bg-img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hero.w-img .tw-container .tw-col .tw-content.has-box {
  padding: 112px;
}

@media only screen and (max-width: 1600px) {
  .hero.w-img .tw-container .tw-col .tw-content.has-box {
    padding: 64px;
  }
}

@media only screen and (max-width: 600px) {
  .hero.w-img .tw-container .tw-col .tw-content.has-box {
    padding: 32px;
  }
}

.hero.w-img .tw-container .tw-col .tw-content.has-box .hero-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  padding: 64px;
  background-color: #000000;
}

@media only screen and (max-width: 600px) {
  .hero.w-img .tw-container .tw-col .tw-content.has-box .hero-description {
    padding: 48px;
  }
}

@media only screen and (max-width: 1600px) {
  .hero.w-img .tw-container .tw-col .tw-content.has-box .hero-description .main-heading {
    font-size: 48px;
  }
}

@media only screen and (max-width: 600px) {
  .hero.w-img .tw-container .tw-col .tw-content.has-box .hero-description .main-heading {
    font-size: 40px;
  }
}

.form-container {
  position: relative;
  max-width: 584px;
  margin: auto;
  padding: 32px 48px;
  background-color: #ffffff;
}

@media only screen and (max-width: 600px) {
  .form-container {
    padding: 24px;
  }
}

.form-container .form-heading, .form-container h2, .form-container h3 {
  margin-bottom: 16px;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
}

.form-container .form-heading.align-left, .form-container h2.align-left, .form-container h3.align-left {
  text-align: left;
}

@media only screen and (max-width: 600px) {
  .form-container .form-heading, .form-container h2, .form-container h3 {
    font-size: 28px;
  }
}

.form-container .form-success-msg {
  display: none;
}

.form-container.show-success {
  text-align: center;
}

.form-container.show-success .form-success-msg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  background-color: white;
}

.form-container.show-success .form-success-msg .form-success-desc .form-heading, .form-container.show-success .form-success-msg .form-success-desc h2, .form-container.show-success .form-success-msg .form-success-desc h3 {
  font-size: 36px;
  font-weight: 400;
}

.form-container.show-success .form-success-msg .form-success-desc .form-success-img {
  width: 144px;
  width: 100%;
  height: 144px;
  margin-top: 72px;
  margin-bottom: 72px;
  background-image: url("../imgs/form/tick-success.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.form-container.show-success .form-success-msg .form-success-desc p {
  margin-bottom: 88px;
  text-align: center;
  font-size: 18px;
}

.form-container.show-success .form-success-msg .form-btn-box {
  display: none;
}

.form-container.show-success .form-success-msg.has-btn .form-btn-box {
  display: block;
}

.form-container .form > div {
  margin-bottom: 32px;
}

.form-container .form > div:last-child {
  margin-bottom: 0;
}

.form-container .form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 16px;
  padding: 0;
  border: none;
  position: relative;
}

.form-container .form-field .error-msg {
  position: absolute;
  top: 100%;
  display: none;
}

.form-container .form-field.show-error.form-field label {
  color: #e50d0d;
}

.form-container .form-field.show-error.form-field .form-input {
  border-color: #e50d0d;
}

.form-container .form-field.show-error .error-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
}

.form-container .form-field.show-error .error-msg .error-msg-img {
  width: 24px;
  height: 16px;
  margin-top: 2px;
  background-image: url("../imgs/form/error-message-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.form-container .form-field.show-error .error-msg p {
  color: #e50d0d;
  font-size: 14px;
}

.form-container .form-field ul.form-input-radiobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
  .form-container .form-field ul.form-input-radiobox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.form-container .form-field ul.form-input-radiobox li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 24px;
}

.form-container .form-field ul.form-input-radiobox li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 600px) {
  .form-container .form-field ul.form-input-radiobox li {
    margin-right: 0;
  }
  .form-container .form-field ul.form-input-radiobox li:last-child {
    margin-bottom: 0;
  }
}

.form-container .form-field ul.form-input-radiobox li input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  visibility: hidden;
}

.form-container .form-field ul.form-input-radiobox li input:checked + label .form-input-radio-check::after {
  opacity: 1;
}

.form-container .form-field ul.form-input-radiobox li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  border: none;
}

.form-container .form-field ul.form-input-radiobox li label .form-input-radio-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.form-container .form-field ul.form-input-radiobox li label .form-input-radio-check:before {
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  border: 1px solid #000000;
  border-radius: 50%;
}

.form-container .form-field ul.form-input-radiobox li label .form-input-radio-check:after {
  position: absolute;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  width: 16px;
  height: 16px;
  content: "";
  background-color: var(--primary-color);
  border-radius: 50%;
}

.form-container .form-field ul.form-input-radiobox li label .form-input-radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  padding: 0 12px;
  color: #000000;
  font-size: 16px;
}

.form-container .form-field .form-input-checkbox input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  visibility: hidden;
}

.form-container .form-field .form-input-checkbox input:checked + label .form-input-checkbox-check::before {
  -webkit-box-shadow: inset 0 0 0 2px var(--primary-color);
          box-shadow: inset 0 0 0 2px var(--primary-color);
}

.form-container .form-field .form-input-checkbox input:checked + label .form-input-checkbox-check:after {
  opacity: 1;
}

.form-container .form-field .form-input-checkbox label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.form-container .form-field .form-input-checkbox label .form-input-checkbox-check {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-container .form-field .form-input-checkbox label .form-input-checkbox-check:before, .form-container .form-field .form-input-checkbox label .form-input-checkbox-check:after {
  content: "";
  display: block;
}

.form-container .form-field .form-input-checkbox label .form-input-checkbox-check:before {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  -webkit-box-shadow: inset 0 0 0 1px #000000;
          box-shadow: inset 0 0 0 1px #000000;
}

.form-container .form-field .form-input-checkbox label .form-input-checkbox-check:after {
  position: absolute;
  top: 5px;
  left: 4px;
  width: 16px;
  height: 8px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: var(--primary-color);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.form-container .form-field .form-input-checkbox label .form-input-checkbox-label {
  color: #808080;
  font-size: 14px;
}

.form-container .form-field .form-input-checkbox label .form-input-checkbox-label a {
  color: var(--primary-color);
}

.form-container .form-field .form-label {
  font-weight: 700;
}

.form-container .form-field .form-input {
  height: 40px;
  padding-left: 0;
  border: none;
  border-bottom: 1px solid #000000;
}

.form-container .form-field .form-input:focus {
  color: var(--primary-color);
  border-color: var(--primary-color);
  outline: 0;
}

.form-container .form-btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}

.form-container .form-btn-box.justify-left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.style-2 .form-container .form > div {
  margin-bottom: 24px;
}

.style-2 .form-container .form .form-field .form-label {
  margin-bottom: 8px;
}

.style-2 .form-container .form .form-field .form-input {
  height: 48px;
  padding-left: 16px;
  border: 1px solid #000000;
}

.style-2 .form-container .form .form-field .form-input:focus {
  border-color: var(--primary-color);
  color: var(--primary-color);
  outline: 0;
}

.style-2 .form-container .form .form-field ul.form-input-radiobox li label .form-input-radio-check:after {
  background-color: var(--primary-color);
}

.style-2 .form-container .form .form-field .form-input-checkbox input:checked + label .form-input-checkbox-check::before {
  -webkit-box-shadow: inset 0 0 0 2px var(--primary-color);
          box-shadow: inset 0 0 0 2px var(--primary-color);
}

.style-2 .form-container .form .form-field .form-input-checkbox input:checked + label .form-input-checkbox-check:after {
  border-color: var(--primary-color);
}

.style-2 .form-container .form .form-field .form-input-checkbox label .form-input-checkbox-label a {
  color: #000000;
}

.style-2 .form-container .form-btn-box .btn {
  border-radius: initial;
}

.style-2 .btn {
  border-radius: initial;
}

.style-3 .form-container .form .form-field .form-input {
  border-radius: 4px;
}

.style-3 .form-container .form-btn-box .btn {
  border-radius: 4px;
}

.style-3 .btn {
  border-radius: 4px;
}