/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*, :before, :after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: system-ui, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  line-height: 1.15;
}

body {
  margin: 0;
}

hr {
  height: 0;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted buttontext;
}

:-moz-ui-invalid {
  box-shadow: none;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

body {
  color: #515151;
  letter-spacing: 0;
  grid-template-rows: 1fr auto;
  min-width: 365px;
  height: 100vh;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  display: grid;
}

.superheader {
  color: #75a4e5;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.5rem;
}

.section-header {
  color: #1f294c;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 2rem;
}

@media screen and (width >= 1024px) {
  .section-header {
    letter-spacing: 0;
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 2.5rem;
  }
}

.subheader {
  color: #282828;
  letter-spacing: 0;
  font-family: Raleway, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
}

.chapter-header {
  color: #1f294c;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 2rem;
}

@media screen and (width >= 1024px) {
  .chapter-header {
    letter-spacing: 0;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 2.5rem;
  }
}

.strong-text {
  color: #1f294c;
}

.text-link {
  color: #5484dd;
  text-underline-offset: 2px;
  text-decoration: underline 1px #5484dd00;
  transition: text-decoration-color .25s cubic-bezier(.4, 0, .2, 1);
}

.text-link:hover, .text-link:focus {
  text-underline-offset: 2px;
  text-decoration: underline 1px #5484dd;
}

a, h1, h2, h3, h4, p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

svg {
  display: block;
}

button {
  padding: 0;
}

.visually-hidden {
  white-space: nowrap;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.container {
  padding-left: 12px;
  padding-right: 12px;
}

@media screen and (width >= 480px) {
  .container {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (width >= 768px) {
  .container {
    width: 768px;
  }
}

@media screen and (width >= 1024px) {
  .container {
    width: 1024px;
  }
}

@media (width >= 1200px) {
  .container {
    width: 1180px;
    padding-left: 0;
    padding-right: 0;
  }
}

.button-primary {
  text-align: center;
  color: #fff;
  background-color: #3757be;
  border: none;
  border-radius: 12px;
  padding: 12px 28px;
  transition: background-color .25s cubic-bezier(.4, 0, .2, 1), color .25s cubic-bezier(.4, 0, .2, 1);
  display: block;
  box-shadow: .3px .6px .8px #a1a1a14a, .9px 1.7px 2.2px -.6px #a1a1a14a, 1.7px 3.3px 4.2px -1.2px #a1a1a14a, 3.4px 6.7px 8.5px -1.9px #a1a1a14a, 6.6px 13px 16.4px -2.5px #a1a1a14a;
}

.button-primary:hover, .button-primary:focus {
  background-color: #75a4e5;
}

.button-primary:active {
  background-color: #1f294c;
}

.button-primary:disabled {
  color: #9a9a9a;
  background-color: #e0eaf9;
}

@media screen and (width >= 768px) {
  .button-primary {
    width: 280px;
  }
}

@media (width >= 1200px) {
  .button-primary {
    width: 192px;
  }
}

.button-secondary {
  letter-spacing: 0;
  text-transform: uppercase;
  color: #3757be;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.5rem;
  transition: color .25s cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.button-secondary .button-secondary-icon {
  transform-origin: 0;
  transition: transform .25s cubic-bezier(.4, 0, .2, 1);
  transform: scaleX(1);
}

.button-secondary:hover, .button-secondary:focus {
  color: #75a4e5;
}

.button-secondary:hover .button-secondary-icon, .button-secondary:focus .button-secondary-icon {
  transform: scaleX(1.28);
}

.button-secondary:active {
  color: #1f294c;
}

.button-secondary:disabled {
  color: #e0eaf9;
}

.form-submit-button {
  cursor: pointer;
  margin: 0 auto;
}

@media (width >= 1200px) {
  .form-submit-button {
    width: 256px;
  }
}

.form-submit-button:disabled {
  cursor: not-allowed;
  box-shadow: .3px .6px .8px #a1a1a157, .5px 1.1px 1.4px -1.2px #a1a1a157, 1.3px 2.6px 3.3px -2.5px #a1a1a157;
}

.accordion-content {
  grid-template-rows: 0fr;
  padding-left: 40px;
  display: grid;
}

@media screen and (width >= 768px) {
  .accordion-content {
    transition: grid-template-rows .25s cubic-bezier(.4, 0, .2, 1);
  }
}

.accordion-content[aria-hidden="false"] {
  grid-template-rows: 1fr;
}

.accordion-content > div {
  overflow: hidden;
}

.accordion {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  display: flex;
}

.accordion-panel {
  background-color: #fff9;
  border-radius: 12px;
  padding: 16px 20px;
  box-shadow: .3px .6px .8px #a1a1a14a, .9px 1.7px 2.2px -.6px #a1a1a14a, 1.7px 3.3px 4.2px -1.2px #a1a1a14a, 3.4px 6.7px 8.5px -1.9px #a1a1a14a, 6.6px 13px 16.4px -2.5px #a1a1a14a;
}

.accordion-panel h3:hover {
  cursor: pointer;
}

.accordion h3 {
  letter-spacing: 0;
  color: #282828;
  font-family: Raleway, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.accordion-trigger {
  font: inherit;
  color: inherit;
  text-align: left;
  cursor: inherit;
  background: none;
  border: 0;
  justify-content: center;
  align-items: baseline;
  padding: 0;
  display: flex;
}

.accordion-icon-wrapper {
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 14px;
  transition: background-color .25s cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.accordion-trigger[aria-expanded="true"] .accordion-icon-wrapper {
  background-color: #3757be;
}

.accordion-icon {
  margin: 0 auto;
  display: block;
}

.accordion-trigger .line {
  stroke: #3757be;
  transform-origin: center;
  transition: rotate .25s cubic-bezier(.4, 0, .2, 1), stroke .25s cubic-bezier(.4, 0, .2, 1);
  rotate: none;
}

.accordion-trigger[aria-expanded="true"] .line {
  transition: rotate .25s cubic-bezier(.4, 0, .2, 1), stroke .25s cubic-bezier(.4, 0, .2, 1);
}

.accordion-trigger[aria-expanded="true"] .vertical {
  stroke: #fff;
  rotate: 90deg;
}

.accordion-trigger[aria-expanded="true"] .horizontal {
  stroke: #fff;
  rotate: 180deg;
}

.accordion-content-text {
  margin-top: 20px;
  margin-bottom: 4px;
}

.form-group {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.form-group:not(:last-child) {
  border-bottom: 1px solid #dadada;
  padding-bottom: 40px;
}

.form-group-title {
  letter-spacing: 0;
  color: #282828;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.form-label, .radio-title {
  color: #282828;
  margin-bottom: 4px;
}

.form-label-radio {
  color: #282828;
}

.form-label-checkbox {
  color: #282828;
  flex: 2;
}

.form-label.required:after, .radio-title.required:after {
  content: "*";
  color: #f04e02;
  margin-left: 4px;
}

.form-input {
  border: 1.4px solid #dadada;
  border-radius: 4px;
  outline: none;
  padding: 12px 44px 12px 16px;
  font-family: inherit;
  font-size: 16px;
  transition: border-color .25s cubic-bezier(.4, 0, .2, 1);
}

.form-input:hover {
  border-color: #9a9a9a;
}

.form-input:hover::placeholder {
  color: #9a9a9a;
}

.form-input:focus {
  border-color: #75a4e5;
}

.form-input:focus::placeholder {
  color: #1f294c;
}

.form-input.file {
  width: 100%;
  margin-bottom: 40px;
}

.form-input.with-margin, .form-input:not(:last-child) {
  margin-bottom: 40px;
}

.form-input::placeholder {
  color: #dadada;
  transition: color .25s cubic-bezier(.4, 0, .2, 1);
}

.form-input:not(:placeholder-shown):required:valid, .form-input:not(:placeholder-shown):valid {
  background-image: url("icon-done-check-blue.2cb06e3d.svg");
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 24px;
  border-color: #75a4e5;
}

.form-input:not(:placeholder-shown):required:invalid, .form-input:not(:placeholder-shown):invalid {
  background-image: url("icon-warning.cca427a5.svg");
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 24px;
  border-color: #f04e02;
}

.radio-wrapper {
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  display: flex;
}

.radio-wrapper:not(:last-child) {
  margin-bottom: 4px;
}

.checkbox-wrapper {
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  display: flex;
}

.checkbox-wrapper:not(:last-child) {
  margin-bottom: 40px;
}

.form-input-radio {
  accent-color: #3757be;
  width: 24px;
  height: 24px;
}

.form-input-radio:checked + label {
  color: #3757be;
}

.form-input-checkbox {
  accent-color: #3757be;
  width: 24px;
  height: 24px;
}

.form-input-checkbox:checked + label {
  color: #3757be;
}

.form-group-radio {
  margin-bottom: 40px;
}

.form-group-radio.last-child {
  margin-bottom: 0;
}

.form-group-radio.first-child {
  margin-top: 40px;
}

.form-annotation {
  color: #282828;
  font-size: 12px;
  font-style: italic;
  line-height: 1.4;
}

.form-annotation-strong {
  font-weight: 700;
}

.checkbox-wrapper.above-hidden {
  margin-bottom: 0;
}

.checkbox-wrapper.beyond-hidden {
  margin-top: 40px;
}

.hidden-inputs-wrapper {
  max-height: 0;
  transition: max-height .25s cubic-bezier(.4, 0, .2, 1);
  overflow: hidden;
}

.form-label.hidden {
  display: block;
}

.form-label.hidden[for="taxResidenceCountry"] {
  padding-top: 20px;
}

.form-input.hidden {
  width: 100%;
  display: block;
}

.livingAddressGroup {
  margin-top: 40px;
}

.VPOFile-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.is-passport-type-other {
  flex: 1;
}

.passport-name-wrapper, .passport-code-wrapper, .passport-date-expired-wrapper {
  margin-bottom: 40px;
  transition: max-height .25s cubic-bezier(.4, 0, .2, 1);
}

.passport-name-wrapper.hidden, .passport-code-wrapper.hidden, .passport-date-expired-wrapper.hidden {
  max-height: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.mobile-menu-container {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform-origin: top;
  background-color: #fff;
  border: 1px solid #1f294c;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 300px;
  max-height: calc(100dvh - 91px);
  padding: 40px 44px 40px 32px;
  transition: opacity .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1), visibility .25s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: absolute;
  top: 92px;
  right: -12px;
  transform: scaleY(0);
}

.mobile-menu-container:before {
  content: "";
  background-color: #fff;
  border: 1px solid #1f294c;
  border-color: #1f294c #1f294c #0000 #0000;
  border-top-right-radius: 8px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -13px;
  right: 24px;
  transform: rotate(-45deg);
}

.mobile-menu-container.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: opacity .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1), visibility .25s cubic-bezier(.4, 0, .2, 1);
  transform: scaleY(1);
}

.mobile-menu {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 40px;
  margin-bottom: 40px;
  display: flex;
  overflow-y: scroll;
}

.mobile-menu-top-icons {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.mobile-menu-back-btn {
  opacity: 0;
  background-color: #0000;
  border: none;
  transition: transform .25s cubic-bezier(.4, 0, .2, 1), opacity .25s cubic-bezier(.4, 0, .2, 1);
  transform: translateX(128px);
}

.mobile-menu-back-btn.active {
  opacity: 1;
  transform: translateX(0);
}

.mobile-menu-back-icon {
  stroke: #282828;
}

.language-select-btn {
  background-color: #0000;
  border: none;
  justify-content: center;
  align-items: center;
  gap: 12px;
  display: flex;
}

.language-select-btn-icon {
  border-radius: 4px;
}

.mobile-nav-menu {
  position: relative;
  overflow-x: hidden;
}

.mobile-nav-menu-list {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.mobile-nav-menu-btn {
  letter-spacing: 0;
  background-color: #0000;
  border: none;
  border-bottom: 1px solid #dadada;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  display: flex;
}

.mobile-nav-menu-icon {
  stroke: #282828;
}

.mobile-menu-submenu-container {
  background-color: #fff;
  width: 100%;
  transition: transform .25s cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(288px);
}

.mobile-nav-menu-item.active .mobile-menu-submenu-container {
  transform: translateX(0);
}

.mobile-nav-submenu-item:not(:last-child) {
  border-bottom: 1px solid #dadada;
  padding-bottom: 20px;
}

.mobile-nav-submenu-item:not(:first-child) {
  padding-top: 20px;
}

.mobile-nav-submenu-title {
  letter-spacing: 0;
  color: #1f294c;
  text-underline-offset: 2px;
  margin-bottom: 8px;
  font-family: Raleway, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-decoration: underline 2px #3757be;
}

.mobile-nav-submenu-link {
  color: #282828;
}

.mobile-nav-submenu-link:not(:last-child) {
  margin-bottom: 8px;
}

.mobile-nav-menu-item-quotes {
  color: #000;
}

.mobile-menu-bottom-elements {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
  display: flex;
}

.create-account-btn {
  background-color: #3f5bdd;
}

@media screen and (width >= 768px) {
  .create-account-btn {
    display: none;
  }
}

.header-menu-container-services, .header-menu-container-about-us {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform-origin: top;
  background-color: #fff;
  border: 1px solid #1f294c;
  border-radius: 12px;
  padding: 32px 40px;
  transition: opacity .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1), visibility .25s cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  top: 92px;
  right: 80px;
  transform: scaleY(0);
}

.header-menu-container-about-us {
  right: 144px;
}

.header-menu-container-services:before, .header-menu-container-about-us:before {
  content: "";
  background-color: #fff;
  border: 1px solid #1f294c;
  border-color: #1f294c #1f294c #0000 #0000;
  border-top-right-radius: 6px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -13px;
  left: 203px;
  transform: rotate(-45deg)skew(342deg, 342deg);
}

.header-menu-container-about-us:before {
  left: 127px;
}

.header-menu-container-services:after, .header-menu-container-about-us:after {
  content: "";
  z-index: -1;
  transform-origin: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.06);
}

.header-menu-container-services.active, .header-menu-container-about-us.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  cursor: auto;
  transform: scaleY(1);
}

.header-menu {
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  display: flex;
}

.header-menu-item {
  width: 224px;
}

.header-menu-submenu-title {
  letter-spacing: 0;
  color: #1f294c;
  text-underline-offset: 2px;
  margin-bottom: 8px;
  font-family: Raleway, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-decoration: underline 2px #3757be;
}

.header-menu-submenu-link {
  color: #282828;
  text-decoration-color: #0000;
  transition: color .25s cubic-bezier(.4, 0, .2, 1), text-decoration-color .25s cubic-bezier(.4, 0, .2, 1);
}

.header-menu-submenu-link:hover, .header-menu-submenu-link:focus {
  color: #fe7911;
  text-underline-offset: 2px;
  text-decoration: underline 1px #fe7911;
}

.header-menu-submenu-link:not(:last-child) {
  margin-bottom: 8px;
}

.header {
  z-index: 4;
  background-color: #fff;
  width: 100%;
  transition: box-shadow 1s cubic-bezier(.4, 0, .2, 1);
  position: fixed;
}

.header.shadow {
  box-shadow: .3px .6px .8px #a1a1a157, .5px 1.1px 1.4px -1.2px #a1a1a157, 1.3px 2.6px 3.3px -2.5px #a1a1a157;
}

.header-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.header-logo {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (width >= 1200px) {
  .header-logo {
    margin-right: auto;
  }

  .navigation {
    justify-content: space-between;
    align-items: center;
    margin-right: 144px;
    display: flex;
  }
}

.header-nav-menu-list {
  display: none;
}

@media (width >= 1200px) {
  .header-nav-menu-list {
    justify-content: center;
    align-items: center;
    gap: 40px;
    display: flex;
  }
}

.header-nav-menu-btn {
  letter-spacing: 0;
  color: #282828;
  cursor: pointer;
  background-color: #0000;
  border: none;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration-color: #0000;
  transition: color .25s cubic-bezier(.4, 0, .2, 1), text-decoration-color .25s cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.header-nav-menu-btn:hover, .header-nav-menu-btn:focus {
  color: #fe7911;
  text-underline-offset: 2px;
  text-decoration: underline 1px #fe7911;
}

.header-nav-menu-btn:hover .header-nav-menu-icon, .header-nav-menu-btn:focus .header-nav-menu-icon {
  stroke: #fe7911;
  rotate: -180deg;
}

.header-nav-menu-icon {
  stroke: #282828;
  transition: stroke .25s cubic-bezier(.4, 0, .2, 1), rotate .25s cubic-bezier(.4, 0, .2, 1);
}

.create-account-btn-tablet {
  display: none;
}

@media screen and (width >= 768px) {
  .create-account-btn-tablet {
    margin-left: auto;
    margin-right: 40px;
    display: block;
  }
}

@media (width >= 1200px) {
  .create-account-btn-tablet {
    margin-left: 0;
  }
}

.header-language-select-btn {
  border-radius: 8px;
  padding: 8px;
  transition: box-shadow .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1);
  display: none;
}

.header-language-select-btn:hover, .header-language-select-btn:focus {
  transform: scale(1.05);
  box-shadow: .3px .6px .8px #a1a1a14a, .9px 1.7px 2.2px -.6px #a1a1a14a, 1.7px 3.3px 4.2px -1.2px #a1a1a14a, 3.4px 6.7px 8.5px -1.9px #a1a1a14a, 6.6px 13px 16.4px -2.5px #a1a1a14a;
}

@media (width >= 1200px) {
  .header-language-select-btn {
    display: flex;
  }
}

.language-select-button-icon {
  border-radius: 4px;
}

.button-hamburger {
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 4px;
}

@media (width >= 1200px) {
  .button-hamburger {
    display: none;
  }
}

.button-hamburger .line {
  transform-origin: 14px 12px;
  transform: translateX(0)translateY(0)rotate(0);
}

.button-hamburger .top {
  animation: .5s cubic-bezier(.4, 0, .2, 1) forwards close-top-line;
}

.button-hamburger .middle {
  opacity: 1;
  transition: opacity .25s cubic-bezier(.4, 0, .2, 1) .25s;
}

.button-hamburger .bottom {
  animation: .5s cubic-bezier(.4, 0, .2, 1) forwards close-bottom-line;
}

.button-hamburger[aria-expanded="true"] .top {
  animation: .5s cubic-bezier(.4, 0, .2, 1) forwards open-top-line;
}

.button-hamburger[aria-expanded="true"] .middle {
  opacity: 0;
  transition: opacity .25s cubic-bezier(.4, 0, .2, 1);
}

.button-hamburger[aria-expanded="true"] .bottom {
  animation: .5s cubic-bezier(.4, 0, .2, 1) forwards open-bottom-line;
}

@keyframes open-top-line {
  0% {
    transform: translateY(0)rotate(0);
  }

  50% {
    transform: translateY(5px)rotate(0);
  }

  100% {
    transform: translateX(-4px)translateY(5px)rotate(45deg);
  }
}

@keyframes open-bottom-line {
  0% {
    transform: translateY(0)rotate(0);
  }

  50% {
    transform: translateY(-5px)rotate(0);
  }

  100% {
    transform: translateX(-4px)translateY(-5px)rotate(-45deg);
  }
}

@keyframes close-top-line {
  0% {
    transform: translateX(-4px)translateY(5px)rotate(45deg);
  }

  50% {
    transform: translateY(5px)rotate(0);
  }

  100% {
    transform: translateY(0)rotate(0);
  }
}

@keyframes close-bottom-line {
  0% {
    transform: translateX(-4px)translateY(-5px)rotate(-45deg);
  }

  50% {
    transform: translateY(-5px)rotate(0);
  }

  100% {
    transform: translateY(0)rotate(0);
  }
}

.hero-section {
  background-image: url("handsome-businessman.eb4cb5c2.webp"), url("shares-graph.70249692.svg"), url("bg-ellipse-yellow-hero-390.57d33796.svg"), url("bg-ellipse-blue-hero-390.238ae71d.svg");
  background-position: calc(50% + 112px) calc(50% + 66px), calc(50% + 16px) calc(50% + 208px), calc(50% + 16px) calc(50% + 204px), calc(50% + 160px) calc(50% + 36px);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 320px, 480px, auto, 640px;
  margin-bottom: -224px;
  padding-top: 88px;
  padding-bottom: 224px;
}

@media screen and (width >= 768px) {
  .hero-section {
    background-image: url("handsome-businessman.eb4cb5c2.webp"), url("shares-graph.70249692.svg"), url("bg-shape-yellow-hero-768.75266f34.svg"), url("bg-ellipse-blue-hero-768.7bc02a38.svg");
    background-position: calc(50% + 224px) calc(50% - 44px), calc(50% + 230px), calc(50% + 56px) calc(50% + 88px), calc(50% + 256px);
    background-size: 400px, 480px, 634px, 560px;
  }
}

@media screen and (width >= 1024px) {
  .hero-section {
    background-image: url("handsome-businessman-blured.35097230.webp"), url("tesla-graph-cloud.6fa88bd0.webp"), url("shares-graph.70249692.svg"), url("bg-shape-yellow-hero-768.75266f34.svg"), url("bg-ellipse-blue-hero-desktop.76989fa1.svg");
    background-position: calc(50% + 256px) calc(50% - 96px), calc(50% + 448px) calc(50% - 320px), calc(50% + 288px) calc(50% - 196px), calc(50% - 160px) calc(50% + 80px), calc(50% + 256px) calc(50% - 16px);
    background-size: 480px, 160px, 576px, 928px, 776px;
    margin-bottom: -320px;
    padding-bottom: 320px;
  }
}

@media (width >= 1200px) {
  .hero-section {
    background-position: calc(50% + 256px) calc(50% - 64px), calc(50% + 480px) calc(50% - 336px), calc(50% + 344px) calc(50% - 196px), calc(50% - 64px) calc(50% + 160px), calc(50% + 128px) calc(50% + 192px);
    background-size: 576px, 212px, 768px, 928px, 1920px;
    margin-bottom: -320px;
    padding-bottom: 320px;
  }
}

.hero-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media screen and (width >= 768px) {
  .hero-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (width >= 1024px) {
  .hero-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (width >= 1200px) {
  .hero-container {
    padding-top: 136px;
    padding-bottom: 128px;
  }
}

.call-to-action-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 116px;
  display: flex;
}

@media screen and (width >= 768px) {
  .call-to-action-wrapper {
    flex-basis: calc(50% - 10px);
    padding-bottom: 0;
  }
}

.hero-title {
  color: #1f294c;
  text-wrap: balance;
  letter-spacing: -.1rem;
  font-family: Raleway, sans-serif;
  font-size: 3.75rem;
  font-weight: 800;
  line-height: 4.25rem;
}

@media screen and (width >= 1024px) {
  .hero-title {
    letter-spacing: -.1rem;
    font-size: 5rem;
    font-weight: 800;
    line-height: 5.5rem;
  }
}

.hero-text {
  text-wrap: balance;
  max-width: 15rem;
  margin-bottom: 20px;
}

@media screen and (width >= 768px) {
  .hero-text {
    max-width: 100%;
  }
}

.products-section {
  background-image: url("bg-shape-products-390.7064950a.svg");
  background-position: calc(50% + 304px) calc(50% - 24px);
  background-repeat: no-repeat;
}

@media screen and (width >= 768px) {
  .products-section {
    background: none;
  }
}

.products-container {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

@media screen and (width >= 768px) {
  .products-container {
    gap: 80px;
    padding-bottom: 40px;
  }
}

@media screen and (width >= 1024px) {
  .products-container {
    flex-direction: row;
    gap: 20px;
    padding-top: 40px;
  }
}

@media (width >= 1200px) {
  .products-container {
    align-items: flex-end;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.products-buttons-list {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  display: flex;
}

@media screen and (width >= 768px) {
  .products-buttons-list {
    flex-flow: wrap;
  }
}

@media screen and (width >= 1024px) {
  .products-buttons-list {
    flex-basis: calc(50% - 10px);
  }
}

@media screen and (width >= 768px) {
  .products-buttons-item {
    flex-basis: calc(25% - 15px);
  }
}

@media screen and (width >= 1024px) {
  .products-buttons-item {
    flex-basis: calc(50% - 10px);
    height: calc(50% - 10px);
  }
}

.products-button {
  color: #515151;
  text-transform: uppercase;
  letter-spacing: 0;
  background-color: #fff9;
  border: none;
  border-radius: 12px;
  width: 100%;
  padding: 20px 0;
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.5rem;
  transition: color .25s cubic-bezier(.4, 0, .2, 1), background-color .25s cubic-bezier(.4, 0, .2, 1), box-shadow .25s cubic-bezier(.4, 0, .2, 1);
  display: block;
  box-shadow: .3px .6px .8px #a1a1a14a, .9px 1.7px 2.2px -.6px #a1a1a14a, 1.7px 3.3px 4.2px -1.2px #a1a1a14a, 3.4px 6.7px 8.5px -1.9px #a1a1a14a, 6.6px 13px 16.4px -2.5px #a1a1a14a;
}

.products-button:hover, .products-button:focus {
  cursor: pointer;
  color: #e0eaf9;
  background-color: #1f294c;
  box-shadow: .3px .6px .8px #a1a1a157, .5px 1.1px 1.4px -1.2px #a1a1a157, 1.3px 2.6px 3.3px -2.5px #a1a1a157;
}

@media screen and (width >= 768px) {
  .products-button {
    padding: 40px 0;
  }
}

@media screen and (width >= 1024px) {
  .products-button {
    height: 100%;
  }
}

.products-button.active {
  color: #e0eaf9;
  background-color: #1f294c;
}

.products-button.active .shares-button-icon-accent, .products-button.active .bonds-button-icon-accent, .products-button.active .repo-button-icon-accent {
  fill: #3757be;
}

.products-button.active .shares-button-icon-neutral, .products-button.active .shares-button-icon-base, .products-button.active .bonds-button-icon-lines, .products-button.active .bonds-button-icon-seal-decoration, .products-button.active .bonds-button-icon-paper, .products-button.active .repo-button-icon-displayed-charts, .products-button.active .repo-button-icon-computers {
  fill: #e0eaf9;
}

.products-button.active .depositary-button-icon-base, .products-button.active .depositary-button-icon-columns {
  stroke: #e0eaf9;
}

.products-button.active .depositary-button-icon-accent-stroke {
  stroke: #3757be;
}

.products-button.active .depositary-button-icon-accent-fill-stroke {
  fill: #3757be;
  stroke: #3757be;
}

.shares-button-icon, .bonds-button-icon, .depositary-button-icon, .repo-button-icon {
  margin: 0 auto 8px;
}

.shares-button-icon-base, .bonds-button-icon-lines, .bonds-button-icon-seal-decoration, .repo-button-icon-displayed-charts {
  fill: #9a9a9a;
  transition: fill .25s cubic-bezier(.4, 0, .2, 1);
}

.shares-button-icon-accent, .bonds-button-icon-accent, .repo-button-icon-accent {
  fill: #75a4e5;
  transition: fill .25s cubic-bezier(.4, 0, .2, 1);
}

.shares-button-icon-neutral, .bonds-button-icon-paper, .repo-button-icon-computers {
  fill: #515151;
  transition: fill .25s cubic-bezier(.4, 0, .2, 1);
}

.depositary-button-icon-columns {
  stroke: #9a9a9a;
  transition: stroke .25s cubic-bezier(.4, 0, .2, 1);
}

.depositary-button-icon-base {
  stroke: #515151;
  transition: stroke .25s cubic-bezier(.4, 0, .2, 1);
}

.depositary-button-icon-accent-stroke {
  stroke: #75a4e5;
  transition: stroke .25s cubic-bezier(.4, 0, .2, 1);
}

.depositary-button-icon-accent-fill-stroke {
  fill: #75a4e5;
  stroke: #75a4e5;
  transition: fill .25s cubic-bezier(.4, 0, .2, 1), stroke .25s cubic-bezier(.4, 0, .2, 1);
}

.shares-button:hover .shares-button-icon-base, .shares-button:hover .shares-button-icon-neutral, .shares-button:focus .shares-button-icon-base, .shares-button:focus .shares-button-icon-neutral {
  fill: #e0eaf9;
}

.shares-button:hover .shares-button-icon-accent, .shares-button:focus .shares-button-icon-accent {
  fill: #3757be;
}

.bonds-button:hover .bonds-button-icon-lines, .bonds-button:hover .bonds-button-icon-seal-decoration, .bonds-button:hover .bonds-button-icon-paper, .bonds-button:focus .bonds-button-icon-lines, .bonds-button:focus .bonds-button-icon-seal-decoration, .bonds-button:focus .bonds-button-icon-paper {
  fill: #e0eaf9;
}

.bonds-button:hover .bonds-button-icon-accent, .bonds-button:focus .bonds-button-icon-accent {
  fill: #3757be;
}

.depositary-button:hover .depositary-button-icon-base, .depositary-button:hover .depositary-button-icon-columns, .depositary-button:focus .depositary-button-icon-base, .depositary-button:focus .depositary-button-icon-columns {
  stroke: #e0eaf9;
}

.depositary-button:hover .depositary-button-icon-accent-stroke, .depositary-button:focus .depositary-button-icon-accent-stroke {
  stroke: #3757be;
}

.depositary-button:hover .depositary-button-icon-accent-fill-stroke, .depositary-button:focus .depositary-button-icon-accent-fill-stroke {
  fill: #3757be;
  stroke: #3757be;
}

.repo-button:hover .repo-button-icon-displayed-charts, .repo-button:hover .repo-button-icon-computers, .repo-button:focus .repo-button-icon-displayed-charts, .repo-button:focus .repo-button-icon-computers {
  fill: #e0eaf9;
}

.repo-button:hover .repo-button-icon-accent, .repo-button:focus .repo-button-icon-accent {
  fill: #3757be;
}

.products-description-container {
  opacity: 0;
  transform-origin: 0 0;
  height: 0;
  transition: opacity .5s cubic-bezier(.4, 0, .2, 1), transform .5s cubic-bezier(.4, 0, .2, 1);
  overflow: hidden;
  transform: translateX(-8px);
}

@media screen and (width >= 768px) {
  .products-description-container {
    max-width: 662px;
  }
}

@media screen and (width >= 1024px) {
  .products-description-container {
    flex-basis: calc(50% - 10px);
    padding-left: 20px;
  }
}

.products-description-container.visible {
  opacity: 1;
  height: auto;
  transform: translateX(0);
}

.products-description-subheader {
  margin-bottom: 12px;
}

.products-description-text {
  max-width: 460px;
  margin-bottom: 40px;
}

.expertise-section {
  background-image: url("bg-shape-yellow-expertise-390.c10538cb.svg"), url("bg-shape-blue-expertise-390.263ad7cd.svg");
  background-position: calc(50% + 64px) calc(50% - 136px), calc(50% + 128px) calc(50% + 8px);
  background-repeat: no-repeat, no-repeat;
  background-size: 1984px, 1920px;
  margin-top: -88px;
  padding-top: 88px;
}

@media screen and (width >= 768px) {
  .expertise-section {
    background-image: url("bg-shape-yellow-expertise-768.6eccf5d0.svg"), url("bg-shape-blue-expertise-768.d7d00bb8.svg");
    background-position: calc(50% - 80px), calc(50% - 16px) calc(50% + 112px);
    background-size: 1760px, 1728px;
    margin-top: 0;
    margin-bottom: -160px;
    padding-top: 0;
    padding-bottom: 160px;
  }
}

@media screen and (width >= 1024px) {
  .expertise-section {
    background-image: url("bg-shape-blue-expertise-768.d7d00bb8.svg"), url("bg-shape-yellow-expertise-768.6eccf5d0.svg");
    background-position: calc(50% - 48px) calc(50% + 48px), calc(50% - 120px) calc(50% - 52px);
    background-size: 2220px, 2400px;
    margin-top: -40px;
    margin-bottom: -240px;
    padding-top: 40px;
    padding-bottom: 240px;
  }
}

@media (width >= 1200px) {
  .expertise-section {
    background-position: calc(50% - 128px) calc(50% + 112px), calc(50% - 296px) calc(50% - 96px);
    background-size: 2400px, 2528px;
    margin-top: -80px;
    padding-top: 80px;
  }
}

.expertise-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

@media screen and (width >= 768px) {
  .expertise-container {
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (width >= 1200px) {
  .expertise-container {
    justify-content: flex-end;
  }
}

.expertise-illustration {
  transform: scale(1.06);
}

@media screen and (width >= 768px) {
  .expertise-illustration {
    width: 320px;
    transform: scale(1.2)translate(-16px, 72px);
  }
}

@media screen and (width >= 1024px) {
  .expertise-illustration {
    width: 392px;
    transform: scale(1.06)translateY(40px);
  }
}

@media (width >= 1200px) {
  .expertise-illustration {
    width: 440px;
    transform: scale(1.06)translateY(16px)translateX(-16px);
  }

  .expertise-description-container {
    max-width: 680px;
  }
}

.expertise-description-header {
  text-wrap: balance;
  margin-bottom: 40px;
}

.shares-section {
  background-image: url("macbook-shares.799de755.webp"), url("bg-shapes-blue-shares-390.048d2eab.svg");
  background-position: -3px 208px, 50% calc(50% - 148px);
  background-repeat: no-repeat, no-repeat;
  background-size: 616px, 1012px;
  margin-top: -128px;
  padding-top: 128px;
}

@media screen and (width >= 768px) {
  .shares-section {
    background-image: url("macbook-shares.799de755.webp"), url("bg-shapes-blue-shares-768.ae821a4e.svg");
    background-position: calc(50% + 440px) calc(50% - 227px), calc(50% + 44px) calc(50% + 16px);
    background-repeat: no-repeat, no-repeat;
    background-size: 752px, auto;
    margin-top: 0;
    margin-bottom: -480px;
    padding-top: 0;
    padding-bottom: 480px;
  }
}

@media screen and (width >= 1024px) {
  .shares-section {
    background-position: calc(50% + 392px) calc(50% - 227px), calc(50% + 116px) calc(50% - 40px);
    background-size: 752px, 1664px;
  }
}

@media (width >= 1200px) {
  .shares-section {
    background-image: url("macbook-shares.799de755.webp");
    background-position: calc(50% + 416px) calc(50% - 14px), calc(50% + 44px) calc(50% + 16px);
    background-repeat: no-repeat;
    background-size: 816px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.shares-container {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 476px;
  padding-bottom: 80px;
  display: flex;
}

@media screen and (width >= 768px) {
  .shares-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .shares-description-container {
    max-width: 416px;
  }
}

@media screen and (width >= 1024px) {
  .shares-description-container {
    max-width: 490px;
  }
}

@media (width >= 1200px) {
  .shares-description-container {
    max-width: 560px;
  }
}

.shares-description-list {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 40px;
  display: flex;
}

.shares-description-item {
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  display: flex;
}

.shares-description-icon {
  stroke: #fe7911;
}

.price-section {
  background-image: url("bg-shape-yellow-price-390.90ff6a5f.svg"), url("bg-shape-blue-price-390.cb6288be.svg"), url("bg-shape-yellow-price-390-secondary.edfb73cb.svg");
  background-position: calc(50% + 56px) calc(50% - 576px), calc(50% - 24px) calc(50% + 800px), calc(50% + 56px) calc(50% + 744px);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto;
  margin-top: -80px;
  margin-bottom: -320px;
  padding-top: 80px;
  padding-bottom: 320px;
}

@media screen and (width >= 768px) {
  .price-section {
    background-image: url("bg-shape-blue-price-768.1aa5f79c.svg"), url("bg-shape-yellow-price-768-secondary.dde2d670.svg");
    background-position: calc(50% + 80px) calc(50% + 320px), calc(50% + 232px) calc(50% + 248px);
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    margin-top: 0;
    margin-bottom: -160px;
    padding-top: 0;
    padding-bottom: 160px;
  }
}

@media screen and (width >= 1024px) {
  .price-section {
    background-position: calc(50% + 304px) calc(50% + 320px), calc(50% + 432px) calc(50% + 200px);
  }
}

@media (width >= 1200px) {
  .price-section {
    background-position: calc(50% + 328px) calc(50% + 224px), calc(50% + 448px) calc(50% + 160px);
    background-size: 2220px, 2220px;
  }
}

.price-container {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

@media screen and (width >= 768px) {
  .price-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (width >= 1024px) {
  .price-container {
    flex-direction: row;
    gap: 20px;
  }
}

.price-cards-list {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  display: flex;
}

@media screen and (width >= 768px) {
  .price-cards-list {
    flex-direction: row;
  }
}

@media screen and (width >= 1024px) {
  .price-cards-list {
    flex-basis: calc(67.5676% - 13.5135px);
  }
}

.price-card {
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 596px;
  display: flex;
}

@media screen and (width >= 768px) {
  .price-card {
    flex-basis: calc(50% - 10px);
    min-height: 0;
  }
}

@media screen and (width >= 1024px) {
  .price-card {
    flex-basis: calc(50% - 10px);
  }
}

.price-card-with-label {
  position: relative;
}

.best-choice-label {
  position: absolute;
  top: 0;
  right: 12px;
}

.price-card:nth-child(odd) {
  background-color: #1f294c;
  box-shadow: .3px .6px .8px #a1a1a14a, .9px 1.7px 2.2px -.6px #a1a1a14a, 1.7px 3.3px 4.2px -1.2px #a1a1a14a, 3.4px 6.7px 8.5px -1.9px #a1a1a14a, 6.6px 13px 16.4px -2.5px #a1a1a14a;
}

.price-card:nth-child(odd) .price-card-header {
  box-shadow: 20px 20px 60px #1c89d41a;
}

.price-card:nth-child(odd) .price-card-title {
  color: #fff;
}

.price-card:nth-child(odd) .price-card-body {
  box-shadow: 20px 20px 60px #1c89d41a;
}

.price-card:nth-child(odd) p {
  color: #e0eaf9;
}

.price-card:nth-child(odd) .price-card-button {
  color: #fff;
}

.price-card:nth-child(2n) {
  background-color: #fff9;
  box-shadow: .3px .6px .8px #a1a1a14a, .9px 1.7px 2.2px -.6px #a1a1a14a, 1.7px 3.3px 4.2px -1.2px #a1a1a14a, 3.4px 6.7px 8.5px -1.9px #a1a1a14a, 6.6px 13px 16.4px -2.5px #a1a1a14a;
}

.price-card:nth-child(2n) .price-card-title {
  color: #1f294c;
}

.price-card:nth-child(2n) .price-card-body {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

.price-card:nth-child(2n) p {
  color: #282828;
}

.price-card-superheader {
  margin-bottom: 0;
}

.price-card-header {
  padding: 20px;
}

.price-card-title {
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 3.25rem;
  font-weight: 800;
  line-height: 3.5rem;
}

.price-card-title > sup {
  letter-spacing: 0;
  text-transform: uppercase;
  vertical-align: super;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.5rem;
}

.price-card-body {
  flex-grow: 1;
  padding: 20px;
}

.price-card-benefits-list {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  display: flex;
}

.price-card-benefits-item {
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  display: flex;
}

.price-card-benefits-icon {
  stroke: #fe7911;
}

.price-card-footer {
  padding: 20px 32px;
}

.price-description-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (width >= 768px) {
  .price-description-container {
    flex-direction: row;
    gap: 20px;
  }
}

@media screen and (width >= 1024px) {
  .price-description-container {
    flex-direction: column;
    flex-basis: calc(33.3333% - 13.3333px);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}

@media (width >= 1200px) {
  .price-description-container {
    align-items: flex-start;
  }
}

.price-description-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.price-description-text {
  color: #282828;
  margin-bottom: 40px;
  padding-right: 20px;
}

.price-description-button {
  margin-bottom: 40px;
}

@media screen and (width >= 768px) {
  .price-description-button {
    margin-bottom: 0;
  }
}

.bond-ua-section {
  background-image: url("iphone-hero.774c4805.webp"), url("bg-ellipse-yellow-hero-390.57d33796.svg"), url("bg-ellipse-blue-hero-390.238ae71d.svg");
  background-position: calc(50% + 120px) calc(50% - 64px), calc(50% - 64px) calc(50% + 160px), calc(50% + 128px) calc(50% - 64px);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 352px, auto, 640px;
  margin-bottom: -480px;
  padding-bottom: 480px;
}

@media screen and (width >= 768px) {
  .bond-ua-section {
    background-image: url("iphone-hero-side-768.13cfbbf4.webp"), url("iphone-hero-front-768.0c241ee5.webp"), url("bg-shape-yellow-hero-768.75266f34.svg"), url("bg-ellipse-blue-hero-768.7bc02a38.svg");
    background-position: calc(50% + 304px) calc(50% - 176px), calc(50% + 128px) calc(50% - 232px), calc(50% - 64px) calc(50% + 88px), calc(50% + 272px) calc(50% - 128px);
    background-size: 340px, 328px, 634px, 528px;
  }
}

@media screen and (width >= 1024px) {
  .bond-ua-section {
    background-position: calc(50% + 392px) calc(50% - 64px), calc(50% + 180px) calc(50% - 112px), calc(50% - 256px) calc(50% + 80px), calc(50% + 368px) calc(50% - 48px);
    background-size: 408px, 394px, 768px, 576px;
    margin-bottom: -320px;
    padding-bottom: 320px;
  }
}

@media (width >= 1200px) {
  .bond-ua-section {
    background-image: url("iphone-hero-side-768.13cfbbf4.webp"), url("iphone-hero-front-768.0c241ee5.webp"), url("bg-shape-yellow-hero-768.75266f34.svg"), url("bg-ellipse-blue-hero-desktop.76989fa1.svg");
    background-position: calc(50% + 196px) calc(50% - 88px), calc(50% + 398px) calc(50% - 80px), calc(50% + 320px) calc(50% + 32px), calc(50% + 96px) calc(50% + 64px);
    background-size: 340px, 328px, 768px, 1152px;
    margin-bottom: -320px;
    padding-bottom: 320px;
  }
}

.bond-ua-container {
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

@media screen and (width >= 768px) {
  .bond-ua-container {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

.bond-ua-description-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 116px;
  display: flex;
}

@media screen and (width >= 768px) {
  .bond-ua-description-container {
    flex-basis: calc(50% - 10px);
    padding-bottom: 0;
  }
}

.bond-ua-description-subheader {
  text-wrap: balance;
  margin-bottom: 40px;
}

.buttons-app-download {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  display: flex;
}

@media screen and (width >= 768px) {
  .buttons-app-download {
    flex-direction: row;
    gap: 20px;
  }
}

.bond-ua-app-google-link, .bond-ua-app-apple-link {
  background-color: #fff9;
  border-radius: 12px;
  transition: background-color .25s cubic-bezier(.4, 0, .2, 1);
  box-shadow: .3px .6px .8px #a1a1a14a, .9px 1.7px 2.2px -.6px #a1a1a14a, 1.7px 3.3px 4.2px -1.2px #a1a1a14a, 3.4px 6.7px 8.5px -1.9px #a1a1a14a, 6.6px 13px 16.4px -2.5px #a1a1a14a;
}

.bond-ua-app-google-link:hover, .bond-ua-app-google-link:focus, .bond-ua-app-apple-link:hover, .bond-ua-app-apple-link:focus {
  background-color: #1f294c;
  box-shadow: .3px .6px .8px #a1a1a157, .5px 1.1px 1.4px -1.2px #a1a1a157, 1.3px 2.6px 3.3px -2.5px #a1a1a157;
}

.bond-ua-app-google-link-vector-neutral950 {
  fill: #1f294c;
  stroke: #282828;
  transition: fill .25s cubic-bezier(.4, 0, .2, 1), stroke .25s cubic-bezier(.4, 0, .2, 1);
}

.bond-ua-app-google-link:hover .bond-ua-app-google-link-vector-neutral950, .bond-ua-app-google-link:focus .bond-ua-app-google-link-vector-neutral950 {
  fill: #fff;
  stroke: #fff;
}

.bond-ua-app-google-link-vector-primary950, .bond-ua-app-apple-link-primary950 {
  fill: #1f294c;
  transition: fill .25s cubic-bezier(.4, 0, .2, 1);
}

.bond-ua-app-google-link:hover .bond-ua-app-google-link-vector-primary950, .bond-ua-app-apple-link:hover .bond-ua-app-apple-link-primary950 {
  fill: #fff;
}

.faq-section {
  background-image: url("bg-shape-yellow-faq-390.289283ac.svg"), url("bg-shape-blue-faq-390.a39c9da5.svg");
  background-position: calc(50% + 56px) calc(50% + 304px), calc(50% + 48px) calc(50% + 520px);
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

@media screen and (width >= 768px) {
  .faq-section {
    background-image: url("bg-shape-yellow-faq-768.65b7a2c9.svg"), url("bg-shape-blue-faq-768.4f3a5ccb.svg");
    background-position: calc(50% + 224px) calc(50% + 208px), calc(50% - 48px) calc(50% + 288px);
  }
}

@media (width >= 1200px) {
  .faq-section {
    background-position: calc(50% + 272px) calc(50% + 104px), 50% calc(50% + 192px);
  }
}

.faq-container {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (width >= 768px) {
  .faq-container {
    padding-top: 40px;
    padding-left: 76px;
    padding-right: 76px;
  }
}

@media screen and (width >= 1024px) {
  .faq-container {
    padding-left: 96px;
    padding-right: 96px;
  }
}

@media (width >= 1200px) {
  .faq-container {
    padding-left: 150px;
    padding-right: 150px;
  }
}

.faq-section-header, .faq-accordion {
  margin-bottom: 40px;
}

.accordion-content-text-link {
  color: #3757be;
  text-decoration: underline;
}

.faq-button {
  color: #3757be;
  justify-content: center;
}

.footer {
  background-color: #1f294c;
}

.footer-container {
  color: #e0eaf9;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-navigation {
  border-bottom: 1px solid #374275;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  padding-bottom: 40px;
  display: flex;
}

@media screen and (width >= 768px) {
  .footer-navigation {
    flex-direction: row;
    justify-content: flex-start;
  }
}

@media (width >= 1200px) {
  .footer-navigation {
    justify-content: space-between;
    align-items: center;
  }
}

.address {
  letter-spacing: 0;
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

@media screen and (width >= 768px) {
  .address {
    letter-spacing: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
  }
}

@media (width >= 1200px) {
  .address {
    flex-basis: 75%;
  }
}

.address-list {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  display: flex;
}

@media screen and (width >= 1024px) {
  .address-list {
    flex-direction: row;
    align-items: center;
  }
}

.address-item {
  justify-content: center;
  align-items: center;
  gap: 20px;
  display: flex;
}

.address-item-contacts {
  flex-grow: 1;
  justify-content: flex-start;
}

.address-item-address {
  flex-grow: 2;
  justify-content: flex-start;
}

.footer-address-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.contacts-us-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.address-link {
  text-wrap: balance;
}

@media screen and (width >= 1024px) {
  .footer-license-and-menu {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }
}

.footer-license {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

@media screen and (width >= 768px) {
  .footer-license {
    flex-direction: row;
    align-items: center;
  }
}

@media screen and (width >= 1024px) {
  .footer-license {
    flex-direction: column;
    flex-basis: calc(33.3333% - 6.66667px);
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.footer-btc-broker-title {
  text-transform: uppercase;
  letter-spacing: 0;
  text-wrap: nowrap;
  font-family: Raleway, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.footer-menu {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 40px;
  display: flex;
}

@media screen and (width >= 768px) {
  .footer-menu {
    display: none;
  }
}

.footer-menu-trigger {
  text-align: left;
  letter-spacing: 0;
  width: 100%;
  color: inherit;
  background-color: #0000;
  border: none;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  font-family: Raleway, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
  display: flex;
}

.footer-menu-icon {
  stroke: #e0eaf9;
  rotate: 0;
  transition: rotate .25s cubic-bezier(.4, 0, .2, 1);
}

.footer-menu-item.active .footer-menu-icon {
  rotate: -180deg;
}

.footer-menu-submenu-wrapper {
  max-height: 0;
  transition: max-height .25s cubic-bezier(.4, 0, .2, 1);
  overflow: hidden;
}

.footer-menu-submenu-list {
  margin-top: 20px;
  margin-bottom: 40px;
}

.footer-menu-submenu-item:not(:last-child) {
  margin-bottom: 8px;
}

.footer-menu-expanded {
  display: none;
}

@media screen and (width >= 768px) {
  .footer-menu-expanded {
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    padding-top: 20px;
    display: flex;
  }
}

@media screen and (width >= 1024px) {
  .footer-menu-expanded {
    width: 100%;
    padding-top: 0;
  }
}

@media screen and (width >= 768px) {
  .footer-menu-item-expanded {
    flex-basis: calc(33.3333% - 13.3333px);
  }
}

@media screen and (width >= 1024px) {
  .footer-menu-title-expanded {
    margin-bottom: 20px;
  }
}

@media screen and (width >= 768px) {
  .footer-menu-submenu-list-expanded {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

@media screen and (width >= 1024px) {
  .footer-menu-submenu-list-expanded {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.footer-social-list {
  justify-content: center;
  align-items: center;
  gap: 20px;
  display: flex;
}

.footer-social-icon {
  fill: #e0eaf9;
  width: 40px;
  height: 40px;
  transition: fill .25s cubic-bezier(.4, 0, .2, 1);
}

.footer-social-icon:hover, .footer-social-icon:focus {
  fill: #75a4e5;
}

.footer-copyright {
  background-color: #374275;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-copyright-item {
  letter-spacing: 0;
  color: #75a4e5;
  text-wrap: balance;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1rem;
}

.footer-copyright-item:not(:last-child) {
  margin-bottom: 20px;
}

.overlay, .modal {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s cubic-bezier(.4, 0, .2, 1), visibility .25s cubic-bezier(.4, 0, .2, 1);
}

.overlay.active, .modal.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: opacity .25s cubic-bezier(.4, 0, .2, 1), visibility .25s cubic-bezier(.4, 0, .2, 1);
}

.no-scroll {
  overflow: hidden;
}

.overlay {
  z-index: 3;
  background-color: #5978a399;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
}
/*# sourceMappingURL=btc-broker-website.b07a87f3.css.map */
