/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
template {
  display: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}
img,
iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}
b,
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}
a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button,
select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
nav ol {
  list-style: none outside none;
}
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vickey";
  src: url("../fonts/VickeyRegular.woff2") format("woff2"), url("../fonts/VickeyRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vickey";
  src: url("../fonts/VickeyBold.woff2") format("woff2"), url("../fonts/VickeyBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 62.5%;
}
body {
  min-width: 320px;
  background: #fff;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #001D5E;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a[href^=tel] {
  text-decoration: none;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.2em / 2);
  font-weight: 700;
}
.h1,
h1 {
  font-family: "Vickey", sans-serif;
  font-size: 4.4rem;
  line-height: 1.09;
  letter-spacing: -0.016em;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .h1,
h1 {
    font-size: 3rem;
    line-height: 1.2;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h1,
h1 {
    font-size: 2.4rem;
    line-height: 1.17;
  }
}
.h2,
h2 {
  font-family: "Vickey", sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  /*letter-spacing: 0.01em;*/
  letter-spacing: -0.75px;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .h2,
h2 {
    font-size: 2.4rem;
    opacity: 1;
    font-weight: 400;
    letter-spacing: -0.5px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h2,
h2 {
    font-size: 2rem;
    letter-spacing: -0.42px;
  }
}
.h3,
h3 {
  font-family: "Vickey", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: -0.03em;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .h3,
h3 {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h3,
h3 {
    font-size: 1.8rem;
  }
}
.h4,
h4 {
  font-size: 1.8rem;
}
.h5,
h5 {
  font-size: 1.6rem;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .h5,
h5 {
    font-size: 1.4rem;
  }
}
.h6,
h6 {
  font-size: 1.5rem;
  letter-spacing: -0.016em;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .h6,
h6 {
    font-size: 1.3rem;
  }
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.2em;
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
/*  Hidden  */
[hidden],
.hidden {
  display: none;
}
/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
	Overlay
\* ------------------------------------------------------------ */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  -webkit-transition: opacity 0.6s, visibility 0.6s;
  -o-transition: opacity 0.6s, visibility 0.6s;
  transition: opacity 0.6s, visibility 0.6s;
}
.overlay.is-animated {
  opacity: 0;
  visibility: hidden;
}
.toast {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  z-index: 50;
  color: #155724;
  background-color: #d4edda;
  border: 0.1rem solid #c3e6cb;
  padding: 1.2rem 2rem;
  border-radius: 0.5rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.toast.is-visible {
  opacity: 1;
  visibility: visible;
}
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Badge Currency
\* ------------------------------------------------------------ */
.badge-currency {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FBFBFB;
  border-radius: 3rem;
  padding: 0.9rem 3rem 0.9rem 1.3rem;
  font-weight: 600;
  font-size: 1.7rem;
  color: #222;
  text-align: left;
  min-width: 14.5rem;
  -webkit-box-shadow: 0 0 20px 15px #fff;
          box-shadow: 0 0 20px 15px #fff;
  /*  Tablet  */
  /*  Badge Currency Dropdown  */
}
@media (max-width: 1023px) {
  .badge-currency {
    min-width: 12rem;
    font-size: 1.4rem;
  }
}
.badge-currency em {
  font-style: normal;
}
.badge-currency .badge__image {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  margin-right: 1.6rem;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .badge-currency .badge__image {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.badge-currency--dropdown {
  cursor: pointer;
}
.badge-currency--dropdown:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.7rem 0.5rem 0 0.5rem;
  border-color: #222222 transparent transparent transparent;
  pointer-events: none;
}
/* ------------------------------------------------------------ *\
	Bar
\* ------------------------------------------------------------ */
.bar {
  background: #009874;
  color: #fff;
  padding: 2.3rem 0 2.2rem;
  text-align: center;
  /*  Bar Alt  */
}
.bar h4 {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  font-weight: 500;
  letter-spacing: -0.016em;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .bar h4 {
    font-size: 1.6rem;
  }
}
.bar ul {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  padding: 0 0.8rem;
  position: relative;
  top: -0.2rem;
}
.bar ul li {
  display: inline-block;
}
.bar ul li:last-child {
  opacity: 0.3;
}
.bar--alt {
  background: #FDF7F7;
  color: #1F265A;
  font-size: 20px;
  padding: 44px 0;
  display: none;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .bar--alt {
    font-size: 14px;
    padding: 24px 0;
  }
}
.bar--alt p img {
  vertical-align: middle;
}
.bar--alt.is-visible {
  display: block;
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /*  Button Primary  */
  /*  Button Alt  */
  /*  Button Border  */
  /*  Button Border ALt  */
  /*  Button Image  */
}
.btn--primary {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.056em;
  text-transform: uppercase;
  color: #fff;
  background: -o-linear-gradient(315deg, #FF4767, #FF7345);
  background: linear-gradient(135deg, #FF4767, #FF7345);
  padding: 3.1rem 1rem;
  min-width: 22.3rem;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.btn--primary:hover {
  opacity: 0.7;
}
.btn--alt {
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 2.7rem;
  background: -webkit-gradient(linear, left top, right top, from(#FF7A4F), to(#FF3F6F));
  background: -o-linear-gradient(left, #FF7A4F, #FF3F6F);
  background: linear-gradient(to right, #FF7A4F, #FF3F6F);
  color: #fff;
  -webkit-box-shadow: 0.5rem 0.4rem 1.6rem rgba(255, 107, 104, 0.32);
          box-shadow: 0.5rem 0.4rem 1.6rem rgba(255, 107, 104, 0.32);
  min-width: 24.9rem;
  padding: 1.8rem 1rem;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .btn--alt {
    font-size: 1.6rem;
    padding: 1.5rem 1rem;
    min-width: 20.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn--alt {
    min-width: 11.3rem;
  }
}
@media (min-width: 119.9rem) {
  .btn--alt:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.btn--outline {
  position: relative;
  font-size: 1.9rem;
  font-weight: 500;
  border: 0.1rem solid #1E265D;
  border-radius: 2.2rem;
  min-width: 17.3rem;
  height: 4.4rem;
  line-height: 4.4rem;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.btn--outline:hover {
  background: #1E265D;
  color: #fff;
}
.btn--outline-alt {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  border: 0.1rem solid #fff;
  border-radius: 2.2rem;
  min-width: 14.3rem;
  height: 4.4rem;
  line-height: 4.4rem;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.btn--outline-alt:hover {
  background: #fff;
  color: #009874;
}
.btn--img {
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.btn--img:hover {
  opacity: 0.7;
}
/* ------------------------------------------------------------ *\
	Button Menu
\* ------------------------------------------------------------ */
.btn-menu {
  display: inline-block;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  min-height: 8rem;
  line-height: 8rem;
  border-right: 0.1rem solid #DFDFDF;
  padding-right: 2.2rem;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .btn-menu {
    min-height: 5.9rem;
    line-height: 5.9rem;
    padding-right: 1.5rem;
  }
}
.btn-menu:hover {
  opacity: 0.7;
}
.btn-menu i {
  margin-right: 1.2rem;
  top: -0.2rem;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn-menu i {
    margin-right: 1rem;
  }
}
/* ------------------------------------------------------------ *\
	Feature Alt
\* ------------------------------------------------------------ */
.feature-alt {
  position: relative;
  background: #FBFBFB;
  margin-top: 3px;
  border-radius: 8px;
  padding: 41px 276px 35px 41px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  /*  Small Desktop  */
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1199px) {
  .feature-alt {
    padding: 31px 236px 31px 10px;
  }
}
@media (max-width: 1023px) {
  .feature-alt {
    padding: 40px 360px 36px 52px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature-alt {
    padding: 26px 200px 39px 23px;
  }
}
.feature-alt h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.017em;
  padding-right: 20px;
  margin: 0 0 7px;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature-alt h3 {
    margin: 0 0 2px;
    font-size: 16px;
    line-height: 1.31;
  }
}
.feature-alt p {
  font-size: 14px;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature-alt p {
    line-height: 1.5;
    margin: 0 0 10px;
  }
}
.feature-alt h6 {
  background: #F2F2F2;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  max-width: 262px;
  position: relative;
  padding: 8px 30px 8px 11px;
  margin: 0;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature-alt h6 {
    font-size: 11px;
    padding: 7px 30px 8px 0px;
    margin-right: -31px;
  }
}
.feature-alt h6 span {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: block;
}
.feature-alt h6 .feature__btn {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature-alt h6 .feature__btn {
    right: 15px;
  }
}
.feature-alt img {
  position: absolute;
  bottom: 0;
  right: 73px;
  /*  Small Desktop  */
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1199px) {
  .feature-alt img {
    right: 20px;
  }
}
@media (max-width: 1023px) {
  .feature-alt img {
    right: 77px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature-alt img {
    width: 176px;
    right: 0;
  }
}
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form {
  position: relative;
  max-width: 38rem;
  /*  Form Alt  */
}
.form label {
  display: none;
}
.form .form__field {
  width: 100%;
  border: 0.1rem solid #DFDFDF;
  height: 5rem;
  padding: 0 10rem 0 1rem;
  font-size: 1.6rem;
  color: #000;
  border-radius: 2.5rem;
}
.form .form__btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border: 0.1rem solid #c36678;
  background: none;
  border-radius: 0 2.5rem 2.5rem 0;
  min-width: 12.9rem;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-transition: background 0.4s, color 0.4s;
  -o-transition: background 0.4s, color 0.4s;
  transition: background 0.4s, color 0.4s;
}
.form .form__btn:hover {
  background: #c36678;
  color: #fff;
}
.form--alt {
  max-width: 100%;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .form--alt {
    max-width: 32.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form--alt {
    max-width: 100%;
  }
}
.form--alt form {
  position: relative;
  max-width: 32.4rem;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form--alt form {
    max-width: 100%;
    margin-right: 0.7rem;
  }
}
.form--alt .form__field {
  border-radius: 0 2.5rem 2.5rem 0;
}
.form--alt .form__field::-webkit-outer-spin-button, .form--alt .form__field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form--alt .form__field[type=number] {
  -moz-appearance: textfield;
}
.form--alt .form__btn {
  border-color: #707070;
  color: #fff;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, right top, from(#FF4767), to(#FF7345));
  background: -o-linear-gradient(left, #FF4767, #FF7345);
  background: linear-gradient(to right, #FF4767, #FF7345);
  border: none;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.form--alt .form__btn:hover {
  background: -webkit-gradient(linear, left top, right top, from(#FF4767), to(#FF7345));
  background: -o-linear-gradient(left, #FF4767, #FF7345);
  background: linear-gradient(to right, #FF4767, #FF7345);
  opacity: 0.8;
}
.form--alt .form__head {
  margin: 0 0 1rem;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .form--alt .form__head {
    margin: 0 9rem 1.5rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form--alt .form__head {
    margin: 0 0 1.2rem;
  }
}
.form--alt .form__head h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.017em;
  padding-right: 2rem;
  margin: 0 0 0.7rem;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form--alt .form__head h3 {
    font-size: 1.6rem;
    line-height: 1.31;
    margin: 0 0 0.4rem;
  }
}
.form--alt .form__head p {
  font-size: 1.4rem;
}
.form--alt .form__message {
  display: none;
  position: relative;
  padding-left: 7.4rem;
  margin: 5.4rem 0 4.3rem -3.4rem;
}
@media (max-width: 1023px) {
  .form--alt .form__message {
    margin: 5.4rem -15rem 4.3rem -3.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form--alt .form__message {
    margin: 5.4rem 0 4.3rem;
  }
}
.form--alt .form__message > i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form--alt .form__message h3 {
  font-size: 2.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.017em;
  margin: 0 0 1rem;
}
.form--alt .form__message p a {
  margin-left: 1.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form--alt .form__message p a {
    margin: 0;
    display: inline-block;
  }
}
.form--alt.is-submitted .form__head,
.form--alt.is-submitted form {
  display: none;
}
.form--alt.is-submitted .form__message {
  display: block;
}
/* ------------------------------------------------------------ *\
	Form Crypto
\* ------------------------------------------------------------ */
.form-crypto .form__field {
  width: 100%;
  padding: 0 2rem;
  border-radius: 1rem;
  border: 0.1rem solid transparent;
  background: #FBFBFB;
  height: 6rem;
  color: #222;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: -0.34px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .form-crypto .form__field {
    height: 5rem;
    font-size: 1.5rem;
  }
}
.form-crypto .form__field:focus, .form-crypto .form__field:hover {
  -webkit-box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-crypto .form__field:focus, .form-crypto .form__field:hover {
    -webkit-box-shadow: 0 0.8rem 1.5rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.8rem 1.5rem 0 rgba(0, 0, 0, 0.1);
  }
}
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /*  Grid col 1of2  */
  /*  Grid col 1of3  */
}
.grid .grid__col {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.grid .grid__col--1of2 {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.grid .grid__col--1of3 {
  max-width: calc(100% / 3);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  border-bottom: 0.1rem solid #DFDFDF;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header {
    position: relative;
    z-index: 9999;
    background: #fff;
  }
}
.header .shell {
  max-width: 100%;
  padding: 0 2.7rem;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .header .shell {
    padding: 0 1.5rem;
  }
}
.header .header__bar {
  position: relative;
  background: #FBFBFB;
  text-align: center;
  padding: 0.9rem 0 1rem;
  border-bottom: 0.1rem solid #DFDFDF;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__bar {
    padding: 1rem 0;
  }
}
.header .header__bar .header__link {
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.016em;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__bar .header__link {
    font-size: 1.2rem;
    line-height: 1.36;
    max-width: 28rem;
    display: block;
    margin: auto;
  }
}
.header .header__bar .header__link:hover {
  opacity: 0.7;
}
.header .header__bar .header__link span {
  padding-left: 0.6rem;
}
.header .header__bar .header__link i {
  margin-left: 0.5rem;
}
.header .header__bar .header__btn-close {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .header .header__bar .header__btn-close {
    right: 1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__bar .header__btn-close {
    top: 0.9rem;
    right: 1.2rem;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.header .header__bar .header__btn-close:hover {
  opacity: 0.7;
}
.header .header__body {
  position: relative;
}
.header .header__body .shell {
  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;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .header .header__body .shell {
    display: block;
  }
}
.header .header__body .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__body .logo {
    margin-top: -0.3rem;
  }
}
.header .header__body .btn-search {
  display: inline-block;
  margin-left: 2.8rem;
  position: relative;
  top: -0.2rem;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.header .header__body .btn-search:hover {
  opacity: 0.7;
}
.header .header__body .header__link-alt {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  margin-right: 2.6rem;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.header .header__body .header__link-alt:hover {
  opacity: 0.7;
}
.header .header__aside {
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .header .header__aside {
    position: relative;
    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;
  }
}
.header .header__aside-alt {
  margin-right: -2.7rem;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .header .header__aside-alt {
    display: none;
  }
}
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
[class^=ico-] {
  display: inline-block;
  background-size: 100% 100%;
  vertical-align: middle;
}
.ico-arrow {
  background-image: url(../images/svg/ico-arrow.svg);
  width: 1.7rem;
  height: 1.6rem;
}
.ico-facebook {
  background-image: url(../images/svg/ico-facebook.svg);
  width: 1.1rem;
  height: 2rem;
}
.ico-instagram {
  background-image: url(../images/temp/ico-instagram.png);
  width: 2.2rem;
  height: 2.2rem;
}
.ico-pinterest {
  background-image: url(../images/svg/ico-pinterest.svg);
  width: 1.5rem;
  height: 2rem;
}
.ico-search {
  background-image: url(../images/svg/ico-search.svg);
  width: 2.2rem;
  height: 2.2rem;
}
.ico-tiktok {
  background-image: url(../images/svg/ico-tiktok.svg);
  width: 1.7rem;
  height: 2rem;
}
.ico-twitter {
  background-image: url(../images/svg/ico-twitter.svg);
  width: 2.4rem;
  height: 2rem;
}
.ico-x {
  background-image: url(../images/svg/ico-x.svg);
  width: 1.4rem;
  height: 1.4rem;
}
.ico-question {
  background-image: url(../images/svg/ico-question.svg);
  width: 2rem;
  height: 2rem;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .ico-question {
    width: 2rem;
    height: 2rem;
  }
}
.ico-x-white {
  background-image: url(../images/svg/ico-x-white.svg);
  width: 1.4rem;
  height: 1.4rem;
}
.ico-copy {
  background-image: url(../images/svg/ico-copy.svg);
  width: 1.8rem;
  height: 1.8rem;
}
.ico-burger {
  position: relative;
  width: 1.6rem;
  height: 1.4rem;
}
.ico-burger span {
  width: 100%;
  height: 0.2rem;
  background: #001D5E;
  position: absolute;
  left: 0;
  -webkit-transition: top 0.2s 0.25s, left 0.2s 0.25s, opacity 0.2s 0.25s, -webkit-transform 0.2s 0s;
  transition: top 0.2s 0.25s, left 0.2s 0.25s, opacity 0.2s 0.25s, -webkit-transform 0.2s 0s;
  -o-transition: top 0.2s 0.25s, left 0.2s 0.25s, opacity 0.2s 0.25s, transform 0.2s 0s;
  transition: top 0.2s 0.25s, left 0.2s 0.25s, opacity 0.2s 0.25s, transform 0.2s 0s;
  transition: top 0.2s 0.25s, left 0.2s 0.25s, opacity 0.2s 0.25s, transform 0.2s 0s, -webkit-transform 0.2s 0s;
}
.ico-burger span:first-child {
  top: 0;
}
.ico-burger span:nth-child(2) {
  top: 0.6rem;
}
.ico-burger span:last-child {
  top: 1.2rem;
}
/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
[class^=list-] {
  list-style: none;
}
/* ------------------------------------------------------------ *\
	List Coins
\* ------------------------------------------------------------ */
.list-coins {
  border-right: 0.1rem solid #ECECEC;
}
.list-coins li {
  position: relative;
  padding: 2.4rem 7.9rem;
  cursor: pointer;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .list-coins li {
    padding: 1.8rem 6.2rem 1.9rem;
  }
}
.list-coins li:hover {
  background: #F1F2FB;
  color: #1F265A;
}
.list-coins li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2rem;
  right: 2rem;
  background: #ECECEC;
  height: 0.1rem;
}
.list-coins li img {
  position: absolute;
  top: 50%;
  left: 2rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .list-coins li img {
    width: 3.3rem;
    left: 1.6rem;
  }
}
.list-coins li span {
  position: absolute;
  top: 50%;
  right: 6.8rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #898989;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .list-coins li span {
    font-size: 1.5rem;
    right: 4.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-coins li span {
    right: 2.8rem;
  }
}
.list-coins li h5 {
  color: #222;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0rem;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  margin: 0;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .list-coins li h5 {
    font-size: 1.5rem;
  }
}
/* ------------------------------------------------------------ *\
	List Infos
\* ------------------------------------------------------------ */
.list-infos {
  border-top: 0.1rem solid #DFDFDF;
  margin-top: -0.7rem;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .list-infos {
    margin-top: -1.3rem;
  }
}
.list-infos h6 {
  margin: 0;
  color: #222;
  font-size: 1.9rem;
  font-weight: 400;
  letter-spacing: -0.3px;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .list-infos h6 {
    font-size: 1.6rem;
    letter-spacing: -0.2 0.5rem;
  }
}
.list-infos h6 + h5 {
  margin-top: 0.5rem;
}
.list-infos h5 {
  margin: 0;
  color: #222;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.5 0.3rem;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .list-infos h5 {
    font-size: 1.6rem;
    letter-spacing: 0.4 0.4rem;
  }
}
.list-infos li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 0.1rem solid #DFDFDF;
  padding: 2.2rem 0;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .list-infos li {
    padding: 1.7rem 0;
  }
}
.list-infos li > span {
  opacity: 1;
  color: #222;
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: 0;
  text-align: right;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .list-infos li > span {
    font-size: 1.6rem;
  }
}
.list-infos li:nth-child(1) {
  display: block;
  padding: 2.6rem 0 3.3rem;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .list-infos li:nth-child(1) {
    padding: 1.9rem 0 2.5rem;
  }
}
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-block;
  width: 18.2rem;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .logo {
    width: 13rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .logo {
    width: 13rem;
  }
}
.logo > img {
  width: 100%;
}
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 5.6rem 0;
  /*  Tablet  */
  /*  Mobile  */
  /*  Section Step 1  */
  /*  Section Step 2  */
}
@media (max-width: 1023px) {
  .section {
    padding: 5rem 0 4.3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section {
    padding: 3.2rem 0 2rem;
  }
}
.section .widget-info {
  margin-bottom: -1.6rem;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .section .widget-info {
    margin-bottom: -1.2rem;
  }
}
.section .section__head {
  margin-bottom: 2.2rem;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__head {
    margin-bottom: 1rem;
  }
}
.section .section__head img {
  position: relative;
  top: -0.1rem;
}
.section .section__content {
  color: #222;
  font-size: 1.6rem;
  letter-spacing: -0.24px;
  line-height: 25.2px;
  padding: 0.9rem 0 0;
  margin-bottom: -0.9rem;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .section .section__content {
    font-size: 1.3rem;
    letter-spacing: -0.25px;
    line-height: 2.1rem;
    padding: 0.2rem 0 0;
  }
}
.section .section__content-def {
  background: #009874;
  color: #fff;
  padding: 32px 39px 38px;
  border-radius: 8px;
  margin-left: -12px;
  margin-right: 18px;
  /*  Small Desktop  */
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1199px) {
  .section .section__content-def {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .section .section__content-def {
    margin: auto;
    border-radius: 0;
    text-align: center;
    padding: 52px 20px 75px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__content-def {
    padding: 55px 20px 54px;
  }
}
.section .section__content-def h4 {
  font-size: 30px;
  font-family: "Vickey", sans-serif;
  font-weight: 700;
  letter-spacing: -0.63px;
  margin-bottom: 4px;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .section .section__content-def h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__content-def h4 {
    font-size: 20px;
    margin-bottom: 11px;
  }
}
.section .section__content-def p {
  font-size: 16px;
  line-height: 1.3;
  max-width: 444px;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .section .section__content-def p {
    max-width: 100%;
    margin-bottom: 23px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__content-def p {
    margin-bottom: 26px;
  }
}
.section .section__actions {
  margin: 4rem 0 0;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .section .section__actions {
    margin: 2.8rem 0 0;
  }
}
.section .section__actions p {
  display: inline-block;
  margin-left: 2rem;
  color: #FF664F;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: -0.32px;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .section .section__actions p {
    font-size: 1.6rem;
    margin-left: 1.3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__actions p {
    display: block;
    margin: 1.7rem 0 0;
  }
}
.section .section__actions p strong {
  font-weight: 700;
}
.section .section__actions p span + span {
  display: none;
}
.section .section__actions p em {
  display: none;
  color: #009874;
}
.section.is-disabled .section__actions .btn {
  background: #F0F0F0;
  color: #919191;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
}
.section.is-submitted .section__actions p span {
  display: none;
}
.section.is-submitted .section__actions p em {
  display: inline;
  font-style: normal;
}
.section.is-expired .section__actions p span {
  display: none;
}
.section.is-expired .section__actions p span + span {
  display: inline;
}
.section.is-expired .section__actions .btn--alt {
  background: #F0F0F0;
  color: #919191;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
}
.section--step1 .section__actions p {
  display: none;
}
.section--step1.is-error .section__actions p {
  display: inline-block;
}
.section--step2 .section__actions {
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .section--step2 .section__actions {
    margin: 3.1rem 0 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--step2 .section__actions {
    margin: 2.7rem 0 0;
  }
}
.section--step2 .section__actions .btn {
  min-width: 15.9rem;
  height: 6rem;
  line-height: 6rem;
  padding: 0 1rem;
  border-radius: 3rem;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .section--step2 .section__actions .btn {
    font-size: 1.6rem;
    height: 5rem;
    line-height: 5rem;
    min-width: 13rem;
  }
}
.section--step2 .section__actions .btn + .btn {
  margin-left: 2rem;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .section--step2 .section__actions .btn + .btn {
    margin-left: 0.9rem;
  }
}
.section--step2 .section__actions .btn.is-disabled {
  background: #E9E9E9;
  color: rgba(29, 38, 93, 0.3);
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
}
.section--success {
  padding: 10.2rem 0 13rem;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .section--success {
    padding: 0 0 33px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--success {
    padding: 0;
  }
}
.section--success .grid {
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .section--success .grid {
    display: block;
    margin: 0 -15px;
  }
}
.section--success .grid .grid__col {
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .section--success .grid .grid__col {
    max-width: 100%;
    padding: 0;
  }
}
.section--success .feature-alt {
  margin-left: 21px;
  margin-right: -11px;
  margin-top: 0;
  /*  Small Desktop  */
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1199px) {
  .section--success .feature-alt {
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .section--success .feature-alt {
    margin: 35px auto 0;
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--success .feature-alt {
    max-width: 100%;
    margin: 0;
  }
}
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 125rem + 1.5rem * 2 );
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: auto;
  width: 100%;
  /*  Shell Small  */
  /* Shell Fluid */
}
.shell--small {
  max-width: 840px;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .shell--small {
    max-width: 678px;
  }
}
.shell--fluid {
  max-width: none;
}
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials ul {
  list-style: none;
}
.socials li {
  display: inline-block;
}
.socials li + li {
  margin-left: 2rem;
}
.socials a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.socials a:hover {
  opacity: 0.7;
}
/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
.widget {
  -webkit-box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
  background: #fff;
  /*  Widget Transfer  */
  /*  Widget Crypto  */
}
.widget .widget__hint {
  font-weight: 600;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.28px;
  color: #FF664F;
  padding: 0 2.3rem 2.1rem;
  margin-top: -1.3rem;
  display: none;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .widget .widget__hint {
    font-size: 1.3rem;
    padding: 0 1.7rem 1.8rem;
    margin-top: -0.9rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget .widget__hint {
    padding-right: 1rem;
  }
}
.widget .widget__inner {
  position: relative;
  padding: 2.3rem 2.3rem;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .widget .widget__inner {
    padding: 1.7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget .widget__inner {
    padding: 2rem 1.8rem;
  }
}
.widget .widget__body {
  overflow: hidden;
}
.widget .widget__body h4 {
  color: #222;
  font-size: 1.7rem;
  font-weight: 400;
  margin: 0;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .widget .widget__body h4 {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.widget .widget__body h4 + h2 {
  margin: 1.4rem 0 0;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .widget .widget__body h4 + h2 {
    margin: 1rem 0 0;
  }
}
.widget .widget__body h4 + h3 {
  margin: 0.9rem 0 0;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget .widget__body h4 + h3 {
    margin: 0.5rem 0 0;
  }
}
.widget .widget__body h3,
.widget .widget__body h2 {
  color: #222;
  font-size: 4.3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .widget .widget__body h3,
.widget .widget__body h2 {
    font-size: 3.6rem;
  }
}
.widget .widget__body h3 {
  font-size: 3.4rem;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 17px !important;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .widget .widget__body h3 {
    font-size: 2.8rem;
  }
}
.widget .widget__body .transfer-value {
  border: none;
  background: none;
  border-radius: 0;
  color: #222;
  font-size: 4.3rem;
  font-weight: 700;
  margin: 0;
  display: block;
  margin: 1.4rem 0 0;
  -moz-appearance: textfield;
  padding-right: 20px !important;
  width: 100%;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .widget .widget__body .transfer-value {
    font-size: 1.4rem;
    font-size: 3.6rem;
    letter-spacing: 0;
    margin: 1rem 0 0;
  }
}
.widget .widget__body .transfer-value::-webkit-outer-spin-button, .widget .widget__body .transfer-value::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.widget .widget__aside {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2.7rem 1.8rem;
  text-align: right;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .widget .widget__aside {
    padding: 1.8rem 1.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget .widget__aside {
    padding: 2.2rem 1.6rem;
  }
}
.widget .widget__aside h6 {
  color: #009874;
  font-size: 1.5rem;
  letter-spacing: 0.3px;
  margin-bottom: 1.1rem;
  position: relative;
  /*  Tablet  */
  /*  Mobile Small  */
}
@media (max-width: 1023px) {
  .widget .widget__aside h6 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 374px) {
  .widget .widget__aside h6 {
    font-size: 1rem;
  }
}
.widget .widget__aside h6 span {
  text-transform: uppercase;
}
.widget .widget__aside .badge-currency {
  margin-right: 1.3rem;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .widget .widget__aside .badge-currency {
    margin-right: 1rem;
  }
}
.widget .widget__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  max-height: 43rem;
  -webkit-box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.15);
  border-radius: 0 0 1rem 1rem;
  border-top: 0.1rem solid #ECECEC;
  z-index: 100;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s, -webkit-transform 0.4s;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget .widget__dropdown {
    max-height: 34rem;
  }
}
.widget .widget__dropdown::-webkit-scrollbar {
  width: 1rem;
}
.widget .widget__dropdown::-webkit-scrollbar-track {
  background: #fff;
}
.widget .widget__dropdown::-webkit-scrollbar-thumb {
  background: #C1C1C1;
  border-radius: 0.5rem;
}
.widget .widget__foot {
  padding: 0 2.1rem 3.1rem;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .widget .widget__foot {
    padding: 0 1.7rem 1.7rem;
  }
}
.widget .widget__foot h4 {
  border-top: 0.1rem solid #ECECEC;
  padding-top: 2rem;
  color: #222;
  font-size: 1.7rem;
  font-weight: 400;
  margin: 0 0 1.6rem;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .widget .widget__foot h4 {
    font-size: 1.4rem;
    padding-top: 1.5rem;
    margin: 0 0 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget .widget__foot h4 {
    padding-top: 1.8rem;
    margin: 0 0 0.9rem;
  }
}
.widget .widget__foot .widget__hint {
  margin-top: 2.2rem;
  padding: 0;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .widget .widget__foot .widget__hint {
    margin-top: 1.1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget .widget__foot .widget__hint {
    margin-top: 0.9rem;
  }
}
.widget.is-active .widget__dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.widget + .widget {
  margin-top: 2.7rem;
}
.widget + .widget-info {
  margin-top: 2.7rem;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .widget + .widget-info {
    margin-top: 2rem;
  }
}
.widget.is-error {
  border-color: #FF664F;
  border: 1px solid #FF664F;
}
.widget.is-error .widget__body h3,
.widget.is-error .widget__body h2 {
  color: #FF664F;
}
.widget.is-error .widget__body .transfer-value {
  color: #FF664F;
}
.widget.is-error .widget__hint {
  display: block;
}
.widget.is-error .form-crypto .form__field {
  border-color: #FF664F;
}
.widget--transfer .widget__aside {
  pointer-events: none;
}
.widget--transfer .widget__aside .badge-currency {
  pointer-events: auto;
}
.widget--crypto .widget__inner {
  padding: 2.7rem 2.3rem 1.7rem;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .widget--crypto .widget__inner {
    padding: 1.4rem 1.7rem;
  }
}
.widget--crypto .widget__aside {
  top: 1.2rem;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget--crypto .widget__aside {
    top: -0.1rem;
  }
}
/* ------------------------------------------------------------ *\
	Widget Info
\* ------------------------------------------------------------ */
.widget-info {
  position: relative;
  border-radius: 2rem;
  background: #F1F2FB;
  color: #1F265A;
  font-size: 1.6rem;
  font-weight: 600 !important;
  letter-spacing: -0.28px;
  padding: 0.9rem 3.6rem 0.9rem 1.6rem;
  z-index: 10;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .widget-info {
    font-size: 1.3rem;
    display: block !important;
    padding: 0.9rem 3.4rem 0.9rem 1.4rem;
  }
}
.widget-info p {
  margin: 0;
  font-weight: 600 !important;
}
.widget-info p span {
  text-transform: uppercase;
}
.widget-info .widget__tooptip {
  position: absolute;
  top: 50%;
  right: 0.6rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.widget-info .widget__tooptip:hover .widget__tooltip-body {
  opacity: 1;
  visibility: visible;
}
.widget-info .widget__tooptip .widget__tooltip-body {
  position: absolute;
  top: -21px;
  right: 100%;
  margin-right: 17px;
  width: 372px;
  background: #1F265A;
  color: #fff;
  border-radius: 5px;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget-info .widget__tooptip .widget__tooltip-body {
    width: 250px;
  }
}
.widget-info .widget__tooptip .widget__tooltip-body:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 16px;
  height: 16px;
  background: #1F265A;
  -webkit-transform: rotate(45deg) translateX(50%);
      -ms-transform: rotate(45deg) translateX(50%);
          transform: rotate(45deg) translateX(50%);
}
.widget-info .widget__tooptip .widget__tooltip-body h6 {
  margin-bottom: 8px;
  font-size: 14px;
  letter-spacing: -0.18px;
}
.widget-info .widget__tooptip .widget__tooltip-body p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.18px;
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: auto;
  min-height: 100vh;
}
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */
/*# sourceMappingURL=bundle.css.map */
