html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif;
  }
  
  body {
    margin: 0;
  }
  
  article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
  }
  
  audio, canvas, progress, video {
    vertical-align: baseline;
    display: inline-block;
  }
  
  audio:not([controls]) {
    height: 0;
    display: none;
  }
  
  [hidden], template {
    display: none;
  }
  
  a {
    background-color: rgba(0, 0, 0, 0);
  }
  
  a:active, a:hover {
    outline: 0;
  }
  
  abbr[title] {
    border-bottom: 1px dotted;
  }
  
  b, strong {
    font-weight: bold;
  }
  
  dfn {
    font-style: italic;
  }
  
  h1 {
    margin: .67em 0;
    font-size: 2em;
  }
  
  mark {
    color: #000;
    background: #ff0;
  }
  
  small {
    font-size: 80%;
  }
  
  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  
  sup {
    top: -.5em;
  }
  
  sub {
    bottom: -.25em;
  }
  
  img {
    border: 0;
  }
  
  svg:not(:root) {
    overflow: hidden;
  }
  
  figure {
    margin: 1em 40px;
  }
  
  hr {
    box-sizing: content-box;
    height: 0;
  }
  
  pre {
    overflow: auto;
  }
  
  code, kbd, pre, samp {
    font-family: monospace;
    font-size: 1em;
  }
  
  button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
  }
  
  button {
    overflow: visible;
  }
  
  button, select {
    text-transform: none;
  }
  
  button, html input[type="button"], input[type="reset"] {
    -webkit-appearance: button;
    cursor: pointer;
  }
  
  button[disabled], html input[disabled] {
    cursor: default;
  }
  
  button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  
  input {
    line-height: normal;
  }
  
  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  input[type="search"] {
    -webkit-appearance: none;
  }
  
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
  }
  
  legend {
    border: 0;
    padding: 0;
  }
  
  textarea {
    overflow: auto;
  }
  
  optgroup {
    font-weight: bold;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  td, th {
    padding: 0;
  }
  
  @font-face {
    font-family: webflow-icons;
    src: url('https://assets.website-files.com/.../webflow-icons.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

[class^="w-icon-"], [class*=" w-icon-"] {
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-family: webflow-icons !important;
}

.w-icon-slider-right:before,
.w-icon-slider-left:before,
.w-icon-nav-menu:before,
.w-icon-file-upload-remove:before,
.w-icon-file-upload-icon:before {
    content: "\2630"; /* Unicode символ для бургер меню */
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
    content: "\2630"; /* Или замените на правильный Unicode символ для этой иконки */
}

* {
    box-sizing: border-box;
}

  
  html {
    height: 100%;
  }
  
  body {
    min-height: 100%;
    color: #333;
    background-color: #fff;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }
  
  img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
  }
  
  html.w-mod-touch * {
    background-attachment: scroll !important;
  }
  
  .w-block {
    display: block;
  }
  
  .w-inline-block {
    max-width: 100%;
    display: inline-block;
  }
  
  .w-clearfix:before, .w-clearfix:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-clearfix:after {
    clear: both;
  }
  
  .w-hidden {
    display: none;
  }
  
  .w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
  }
  
  input.w-button {
    -webkit-appearance: button;
  }
  
  html[data-w-dynpage] [data-w-cloak] {
    color: rgba(0, 0, 0, 0) !important;
  }
  
  .w-code-block {
    margin: unset;
  }
  
  pre.w-code-block code {
    all: inherit;
  }
  
  .w-webflow-badge, .w-webflow-badge * {
    z-index: auto;
    visibility: visible;
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    float: none;
    clear: none;
    box-shadow: none;
    opacity: 1;
    direction: ltr;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: inherit;
    text-shadow: none;
    font-smoothing: auto;
    vertical-align: baseline;
    cursor: inherit;
    white-space: inherit;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    background: none;
    border: 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    margin: 0;
    padding: 0;
    list-style-type: disc;
    transition: none;
    display: none;
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    overflow: visible;
    transform: none;
  }
  
  .w-webflow-badge {
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .1);
    visibility: visible !important;
    z-index: 2147483647 !important;
    color: #aaadb0 !important;
    opacity: 1 !important;
    width: auto !important;
    height: auto !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    margin: 0 !important;
    padding: 6px !important;
    font-size: 12px !important;
    line-height: 14px !important;
    text-decoration: none !important;
    display: none !important;
    position: fixed !important;
    top: auto !important;
    bottom: 12px !important;
    left: auto !important;
    right: 12px !important;
    overflow: visible !important;
    transform: none !important;
  }
  
  .w-webflow-badge > img {
    visibility: visible !important;
    opacity: 1 !important;
    vertical-align: middle !important;
    display: none !important;
  }
  
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
    font-weight: bold;
  }
  
  h1 {
    margin-top: 20px;
    font-size: 38px;
    line-height: 44px;
  }
  
  h2 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 36px;
  }
  
  h3 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px;
  }
  
  h4 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }
  
  h5 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  
  h6 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
  }
  
  p {
    margin-top: 0;
    margin-bottom: 10px;
  }
  
  blockquote {
    border-left: 5px solid #e2e2e2;
    margin: 0 0 10px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 22px;
  }
  
  figure {
    margin: 0 0 10px;
  }
  
  figcaption {
    text-align: center;
    margin-top: 5px;
  }
  
  ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
  }
  
  .w-list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  
  .w-embed:before, .w-embed:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-embed:after {
    clear: both;
  }
  
  .w-video {
    width: 100%;
    padding: 0;
    position: relative;
  }
  
  .w-video iframe, .w-video object, .w-video embed {
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }
  
  button, [type="button"], [type="reset"] {
    cursor: pointer;
    -webkit-appearance: button;
    border: 0;
  }
  
  .w-form {
    margin: 0 0 15px;
  }
  
  .w-form-done {
    text-align: center;
    background-color: #ddd;
    padding: 20px;
    display: none;
  }
  
  .w-form-fail {
    background-color: #ffdede;
    margin-top: 10px;
    padding: 10px;
    display: none;
  }
  
  label {
    margin-bottom: 5px;
    font-weight: bold;
    display: block;
  }
  
  .w-input, .w-select {
    width: 100%;
    height: 38px;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block;
  }
  
  .w-input:-moz-placeholder, .w-select:-moz-placeholder {
    color: #999;
  }
  
  .w-input::-moz-placeholder, .w-select::-moz-placeholder {
    color: #999;
    opacity: 1;
  }
  
  .w-input::-webkit-input-placeholder, .w-select::-webkit-input-placeholder {
    color: #999;
  }
  
  .w-input:focus, .w-select:focus {
    border-color: #3898ec;
    outline: 0;
  }
  
  .w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
    cursor: not-allowed;
  }
  
  .w-input[disabled]:not(.w-input-disabled), .w-select[disabled]:not(.w-input-disabled), .w-input[readonly], .w-select[readonly], fieldset[disabled]:not(.w-input-disabled) .w-input, fieldset[disabled]:not(.w-input-disabled) .w-select {
    background-color: #eee;
  }
  
  textarea.w-input, textarea.w-select {
    height: auto;
  }
  
  .w-select {
    background-color: #f3f3f3;
  }
  
  .w-select[multiple] {
    height: auto;
  }
  
  .w-form-label {
    cursor: pointer;
    margin-bottom: 0;
    font-weight: normal;
    display: inline-block;
  }
  
  .w-radio {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block;
  }
  
  .w-radio:before, .w-radio:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-radio:after {
    clear: both;
  }
  
  .w-radio-input {
    float: left;
    margin: 3px 0 0 -20px;
    line-height: normal;
  }
  
  .w-file-upload {
    margin-bottom: 10px;
    display: block;
  }
  
  .w-file-upload-input {
    width: .1px;
    height: .1px;
    opacity: 0;
    z-index: -100;
    position: absolute;
    overflow: hidden;
  }
  
  .w-file-upload-default, .w-file-upload-uploading, .w-file-upload-success {
    color: #333;
    display: inline-block;
  }
  
  .w-file-upload-error {
    margin-top: 10px;
    display: block;
  }
  
  .w-file-upload-default.w-hidden, .w-file-upload-uploading.w-hidden, .w-file-upload-error.w-hidden, .w-file-upload-success.w-hidden {
    display: none;
  }
  
  .w-file-upload-uploading-btn {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: normal;
    display: flex;
  }
  
  .w-file-upload-file {
    background-color: #fafafa;
    border: 1px solid #ccc;
    flex-grow: 1;
    justify-content: space-between;
    margin: 0;
    padding: 8px 9px 8px 11px;
    display: flex;
  }
  
  .w-file-upload-file-name {
    font-size: 14px;
    font-weight: normal;
    display: block;
  }
  
  .w-file-remove-link {
    width: auto;
    height: auto;
    cursor: pointer;
    margin-top: 3px;
    margin-left: 10px;
    padding: 3px;
    display: block;
  }
  
  .w-icon-file-upload-remove {
    margin: auto;
    font-size: 10px;
  }
  
  .w-file-upload-error-msg {
    color: #ea384c;
    padding: 2px 0;
    display: inline-block;
  }
  
  .w-file-upload-info {
    padding: 0 12px;
    line-height: 38px;
    display: inline-block;
  }
  
  .w-file-upload-label {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
  }
  
  .w-icon-file-upload-icon, .w-icon-file-upload-uploading {
    width: 20px;
    margin-right: 8px;
    display: inline-block;
  }
  
  .w-icon-file-upload-uploading {
    height: 20px;
  }
  
  .w-container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .w-container:before, .w-container:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-container:after {
    clear: both;
  }
  
  .w-container .w-row {
    margin-left: -10px;
    margin-right: -10px;
  }
  
  .w-row:before, .w-row:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-row:after {
    clear: both;
  }
  
  .w-row .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  
  .w-col {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }
  
  .w-col .w-col {
    padding-left: 0;
    padding-right: 0;
  }
  
  .w-col-1 {
    width: 8.33333%;
  }
  
  .w-col-2 {
    width: 16.6667%;
  }
  
  .w-col-3 {
    width: 25%;
  }
  
  .w-col-4 {
    width: 33.3333%;
  }
  
  .w-col-5 {
    width: 41.6667%;
  }
  
  .w-col-6 {
    width: 50%;
  }
  
  .w-col-7 {
    width: 58.3333%;
  }
  
  .w-col-8 {
    width: 66.6667%;
  }
  
  .w-col-9 {
    width: 75%;
  }
  
  .w-col-10 {
    width: 83.3333%;
  }
  
  .w-col-11 {
    width: 91.6667%;
  }
  
  .w-col-12 {
    width: 100%;
  }
  
  .w-hidden-main {
    display: none !important;
  }
  
  @media screen and (max-width: 991px) {
    .w-container {
      max-width: 728px;
    }
  
    .w-hidden-main {
      display: inherit !important;
    }
  
    .w-hidden-medium {
      display: none !important;
    }
  
    .w-col-medium-1 {
      width: 8.33333%;
    }
  
    .w-col-medium-2 {
      width: 16.6667%;
    }
  
    .w-col-medium-3 {
      width: 25%;
    }
  
    .w-col-medium-4 {
      width: 33.3333%;
    }
  
    .w-col-medium-5 {
      width: 41.6667%;
    }
  
    .w-col-medium-6 {
      width: 50%;
    }
  
    .w-col-medium-7 {
      width: 58.3333%;
    }
  
    .w-col-medium-8 {
      width: 66.6667%;
    }
  
    .w-col-medium-9 {
      width: 75%;
    }
  
    .w-col-medium-10 {
      width: 83.3333%;
    }
  
    .w-col-medium-11 {
      width: 91.6667%;
    }
  
    .w-col-medium-12 {
      width: 100%;
    }
  
    .w-col-stack {
      width: 100%;
      left: auto;
      right: auto;
    }
  }
  
  @media screen and (max-width: 767px) {
    .w-hidden-main, .w-hidden-medium {
      display: inherit !important;
    }
  
    .w-hidden-small {
      display: none !important;
    }
  
    .w-row, .w-container .w-row {
      margin-left: 0;
      margin-right: 0;
    }
  
    .w-col {
      width: 100%;
      left: auto;
      right: auto;
    }
  
    .w-col-small-1 {
      width: 8.33333%;
    }
  
    .w-col-small-2 {
      width: 16.6667%;
    }
  
    .w-col-small-3 {
      width: 25%;
    }
  
    .w-col-small-4 {
      width: 33.3333%;
    }
  
    .w-col-small-5 {
      width: 41.6667%;
    }
  
    .w-col-small-6 {
      width: 50%;
    }
  
    .w-col-small-7 {
      width: 58.3333%;
    }
  
    .w-col-small-8 {
      width: 66.6667%;
    }
  
    .w-col-small-9 {
      width: 75%;
    }
  
    .w-col-small-10 {
      width: 83.3333%;
    }
  
    .w-col-small-11 {
      width: 91.6667%;
    }
  
    .w-col-small-12 {
      width: 100%;
    }
  }
  
  @media screen and (max-width: 479px) {
    .w-container {
      max-width: none;
    }
  
    .w-hidden-main, .w-hidden-medium, .w-hidden-small {
      display: inherit !important;
    }
  
    .w-hidden-tiny {
      display: none !important;
    }
  
    .w-col {
      width: 100%;
    }
  
    .w-col-tiny-1 {
      width: 8.33333%;
    }
  
    .w-col-tiny-2 {
      width: 16.6667%;
    }
  
    .w-col-tiny-3 {
      width: 25%;
    }
  
    .w-col-tiny-4 {
      width: 33.3333%;
    }
  
    .w-col-tiny-5 {
      width: 41.6667%;
    }
  
    .w-col-tiny-6 {
      width: 50%;
    }
  
    .w-col-tiny-7 {
      width: 58.3333%;
    }
  
    .w-col-tiny-8 {
      width: 66.6667%;
    }
  
    .w-col-tiny-9 {
      width: 75%;
    }
  
    .w-col-tiny-10 {
      width: 83.3333%;
    }
  
    .w-col-tiny-11 {
      width: 91.6667%;
    }
  
    .w-col-tiny-12 {
      width: 100%;
    }
  }
  
  .w-widget {
    position: relative;
  }
  
  .w-widget-map {
    width: 100%;
    height: 400px;
  }
  
  .w-widget-map label {
    width: auto;
    display: inline;
  }
  
  .w-widget-map img {
    max-width: inherit;
  }
  
  .w-widget-map .gm-style-iw {
    text-align: center;
  }
  
  .w-widget-map .gm-style-iw > button {
    display: none !important;
  }
  
  .w-widget-twitter {
    overflow: hidden;
  }
  
  .w-widget-twitter-count-shim {
    vertical-align: top;
    width: 28px;
    height: 20px;
    text-align: center;
    background: #fff;
    border: 1px solid #758696;
    border-radius: 3px;
    display: inline-block;
    position: relative;
  }
  
  .w-widget-twitter-count-shim * {
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
    text-align: center;
    color: #999;
    font-family: serif;
    font-size: 15px;
    line-height: 12px;
    position: relative;
  }
  
  .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
    display: block;
    position: relative;
  }
  
  .w-widget-twitter-count-shim.w--large {
    width: 36px;
    height: 28px;
  }
  
  .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 18px;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical) {
    margin-left: 5px;
    margin-right: 8px;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical).w--large {
    margin-left: 6px;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical):before, .w-widget-twitter-count-shim:not(.w--vertical):after {
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border: solid rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    left: 0;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical):before {
    border-width: 4px;
    border-color: rgba(117, 134, 150, 0) #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
    margin-top: -4px;
    margin-left: -9px;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -10px;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical):after {
    border-width: 4px;
    border-color: rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    margin-top: -4px;
    margin-left: -8px;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -9px;
  }
  
  .w-widget-twitter-count-shim.w--vertical {
    width: 61px;
    height: 33px;
    margin-bottom: 8px;
  }
  
  .w-widget-twitter-count-shim.w--vertical:before, .w-widget-twitter-count-shim.w--vertical:after {
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border: solid rgba(0, 0, 0, 0);
    position: absolute;
    top: 100%;
    left: 50%;
  }
  
  .w-widget-twitter-count-shim.w--vertical:before {
    border-width: 5px;
    border-color: #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
    margin-left: -5px;
  }
  
  .w-widget-twitter-count-shim.w--vertical:after {
    border-width: 4px;
    border-color: #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    margin-left: -4px;
  }
  
  .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 22px;
  }
  
  .w-widget-twitter-count-shim.w--vertical.w--large {
    width: 76px;
  }
  
  .w-background-video {
    height: 500px;
    color: #fff;
    position: relative;
    overflow: hidden;
  }
  
  .w-background-video > video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    margin: auto;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
  }
  
  .w-background-video > video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important;
  }
  
  .w-background-video--control {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    position: absolute;
    bottom: 1em;
    right: 1em;
  }
  
  .w-background-video--control > [hidden] {
    display: none !important;
  }
  
  .w-slider {
    height: 300px;
    text-align: center;
    clear: both;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    background: #ddd;
    position: relative;
  }
  
  .w-slider-mask {
    z-index: 1;
    height: 100%;
    white-space: nowrap;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  
  .w-slide {
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left;
    display: inline-block;
    position: relative;
  }
  
  .w-slider-nav {
    z-index: 2;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    margin: auto;
    padding-top: 10px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .w-slider-nav.w-round > div {
    border-radius: 100%;
  }
  
  .w-slider-nav.w-num > div {
    width: auto;
    height: auto;
    font-size: inherit;
    line-height: inherit;
    padding: .2em .5em;
  }
  
  .w-slider-nav.w-shadow > div {
    box-shadow: 0 0 3px rgba(51, 51, 51, .4);
  }
  
  .w-slider-nav-invert {
    color: #fff;
  }
  
  .w-slider-nav-invert > div {
    background-color: rgba(34, 34, 34, .4);
  }
  
  .w-slider-nav-invert > div.w-active {
    background-color: #222;
  }
  
  .w-slider-dot {
    width: 1em;
    height: 1em;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .4);
    margin: 0 3px .5em;
    transition: background-color .1s, color .1s;
    display: inline-block;
    position: relative;
  }
  
  .w-slider-dot.w-active {
    background-color: #fff;
  }
  
  .w-slider-dot:focus {
    outline: none;
    box-shadow: 0 0 0 2px #fff;
  }
  
  .w-slider-dot:focus.w-active {
    box-shadow: none;
  }
  
  .w-slider-arrow-left, .w-slider-arrow-right {
    width: 80px;
    cursor: pointer;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: auto;
    font-size: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  
  .w-slider-arrow-left [class^="w-icon-"], .w-slider-arrow-right [class^="w-icon-"], .w-slider-arrow-left [class*=" w-icon-"], .w-slider-arrow-right [class*=" w-icon-"] {
    position: absolute;
  }
  
  .w-slider-arrow-left:focus, .w-slider-arrow-right:focus {
    outline: 0;
  }
  
  .w-slider-arrow-left {
    z-index: 3;
    right: auto;
  }
  
  .w-slider-arrow-right {
    z-index: 4;
    left: auto;
  }
  
  .w-icon-slider-left, .w-icon-slider-right {
    width: 1em;
    height: 1em;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .w-slider-aria-label {
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    border: 0;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }
  
  .w-slider-force-show {
    display: block !important;
  }
  
  .w-dropdown {
    text-align: left;
    z-index: 900;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative;
  }
  
  .w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    position: relative;
  }
  
  .w-dropdown-toggle {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    padding-right: 40px;
    display: inline-block;
  }
  
  .w-dropdown-toggle:focus {
    outline: 0;
  }
  
  .w-icon-dropdown-toggle {
    width: 1em;
    height: 1em;
    margin: auto 20px auto auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  
  .w-dropdown-list {
    min-width: 100%;
    background: #ddd;
    display: none;
    position: absolute;
  }
  
  .w-dropdown-list.w--open {
    display: block;
  }
  
  .w-dropdown-link {
    color: #222;
    padding: 10px 20px;
    display: block;
  }
  
  .w-dropdown-link.w--current {
    color: #0082f3;
  }
  
  .w-dropdown-link:focus {
    outline: 0;
  }
  
  @media screen and (max-width: 767px) {
    .w-nav-brand {
      padding-left: 10px;
    }
  }
  
  .w-lightbox-backdrop {
    cursor: auto;
    letter-spacing: normal;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    color: #fff;
    text-align: center;
    z-index: 2000;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-tap-highlight-color: transparent;
    background: rgba(0, 0, 0, .9);
    outline: 0;
    font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    list-style: disc;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate(0);
  }
  
  .w-lightbox-backdrop, .w-lightbox-container {
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
  }
  
  .w-lightbox-content {
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
  
  .w-lightbox-view {
    width: 100vw;
    height: 100vh;
    opacity: 0;
    position: absolute;
  }
  
  .w-lightbox-view:before {
    content: "";
    height: 100vh;
  }
  
  .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
    height: 86vh;
  }
  
  .w-lightbox-frame, .w-lightbox-view:before {
    vertical-align: middle;
    display: inline-block;
  }
  
  .w-lightbox-figure {
    margin: 0;
    position: relative;
  }
  
  .w-lightbox-group .w-lightbox-figure {
    cursor: pointer;
  }
  
  .w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none;
  }
  
  .w-lightbox-image {
    float: none;
    max-width: 100vw;
    max-height: 100vh;
    display: block;
  }
  
  .w-lightbox-group .w-lightbox-image {
    max-height: 86vh;
  }
  
  .w-lightbox-caption {
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, .4);
    padding: .5em 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  
  .w-lightbox-embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .w-lightbox-control {
    width: 4em;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    transition: all .3s;
    position: absolute;
    top: 0;
  }
  
  .w-lightbox-left {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
    display: none;
    bottom: 0;
    left: 0;
  }
  
  .w-lightbox-right {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
    display: none;
    bottom: 0;
    right: 0;
  }
  
  .w-lightbox-close {
    height: 2.6em;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px;
    right: 0;
  }
  
  .w-lightbox-strip {
    white-space: nowrap;
    padding: 0 1vh;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: auto;
    overflow-y: hidden;
  }
  
  .w-lightbox-item {
    width: 10vh;
    box-sizing: content-box;
    cursor: pointer;
    padding: 2vh 1vh;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
  }
  
  .w-lightbox-active {
    opacity: .3;
  }
  
  .w-lightbox-thumbnail {
    height: 10vh;
    background: #222;
    position: relative;
    overflow: hidden;
  }
  
  .w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .w-lightbox-thumbnail .w-lightbox-tall {
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
  }
  
  .w-lightbox-thumbnail .w-lightbox-wide {
    height: 100%;
    left: 50%;
    transform: translate(-50%);
  }
  
  .w-lightbox-spinner {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border: 5px solid rgba(0, 0, 0, .4);
    border-radius: 50%;
    margin-top: -20px;
    margin-left: -20px;
    animation: .8s linear infinite spin;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  
  .w-lightbox-spinner:after {
    content: "";
    border: 3px solid rgba(0, 0, 0, 0);
    border-bottom-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
  }
  
  .w-lightbox-hide {
    display: none;
  }
  
  .w-lightbox-noscroll {
    overflow: hidden;
  }
  
  @media (min-width: 768px) {
    .w-lightbox-content {
      height: 96vh;
      margin-top: 2vh;
    }
  
    .w-lightbox-view, .w-lightbox-view:before {
      height: 96vh;
    }
  
    .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
      height: 84vh;
    }
  
    .w-lightbox-image {
      max-width: 96vw;
      max-height: 96vh;
    }
  
    .w-lightbox-group .w-lightbox-image {
      max-width: 82.3vw;
      max-height: 84vh;
    }
  
    .w-lightbox-left, .w-lightbox-right {
      opacity: .5;
      display: block;
    }
  
    .w-lightbox-close {
      opacity: .8;
    }
  
    .w-lightbox-control:hover {
      opacity: 1;
    }
  }
  
  .w-lightbox-inactive, .w-lightbox-inactive:hover {
    opacity: 0;
  }
  
  .w-richtext:before, .w-richtext:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-richtext:after {
    clear: both;
  }
  
  .w-richtext[contenteditable="true"]:before, .w-richtext[contenteditable="true"]:after {
    white-space: initial;
  }
  
  .w-richtext ol, .w-richtext ul {
    overflow: hidden;
  }
  
  .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after, .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7;
  }
  
  .w-richtext figure.w-richtext-figure-type-video > div:after, .w-richtext figure[data-rt-type="video"] > div:after {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .w-richtext figure {
    max-width: 60%;
    position: relative;
  }
  
  .w-richtext figure > div:before {
    cursor: default !important;
  }
  
  .w-richtext figure img {
    width: 100%;
  }
  
  .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
    opacity: .6;
  }
  
  .w-richtext figure div {
    color: rgba(0, 0, 0, 0);
    font-size: 0;
  }
  
  .w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type="image"] {
    display: table;
  }
  
  .w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type="image"] > div {
    display: inline-block;
  }
  
  .w-richtext figure.w-richtext-figure-type-image > figcaption, .w-richtext figure[data-rt-type="image"] > figcaption {
    caption-side: bottom;
    display: table-caption;
  }
  
  .w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type="video"] {
    width: 60%;
    height: 0;
  }
  
  .w-richtext figure.w-richtext-figure-type-video iframe, .w-richtext figure[data-rt-type="video"] iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .w-richtext figure.w-richtext-figure-type-video > div, .w-richtext figure[data-rt-type="video"] > div {
    width: 100%;
  }
  
  .w-richtext figure.w-richtext-align-center {
    clear: both;
    margin-left: auto;
    margin-right: auto;
  }
  
  .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
    max-width: 100%;
  }
  
  .w-richtext figure.w-richtext-align-normal {
    clear: both;
  }
  
  .w-richtext figure.w-richtext-align-fullwidth {
    width: 100%;
    max-width: 100%;
    text-align: center;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .w-richtext figure.w-richtext-align-fullwidth > div {
    padding-bottom: inherit;
    display: inline-block;
  }
  
  .w-richtext figure.w-richtext-align-fullwidth > figcaption {
    display: block;
  }
  
  .w-richtext figure.w-richtext-align-floatleft {
    float: left;
    clear: none;
    margin-right: 15px;
  }
  
  .w-richtext figure.w-richtext-align-floatright {
    float: right;
    clear: none;
    margin-left: 15px;
  }
  
  .w-nav {
    z-index: 1000;
    background: #ddd;
    position: relative;
  }
  
  .w-nav:before, .w-nav:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-nav:after {
    clear: both;
  }
  
  .w-nav-brand {
    float: left;
    color: #333;
    text-decoration: none;
    position: relative;
  }
  
  .w-nav-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    display: inline-block;
    position: relative;
  }
  
  .w-nav-link.w--current {
    color: #0082f3;
  }
  
  .w-nav-menu {
    float: right;
    position: relative;
  }
  
  [data-nav-menu-open] {
    text-align: center;
    min-width: 200px;
    background: #c8c8c8;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: visible;
    display: block !important;
  }
  
  .w--nav-link-open {
    display: block;
    position: relative;
  }
  
  .w-nav-overlay {
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  
  .w-nav-overlay [data-nav-menu-open] {
    top: 0;
  }
  
  .w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto;
  }
  
  .w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    right: auto;
  }
  
  .w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto;
  }
  
  .w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    left: auto;
  }
  
  .w-nav-button {
    float: right;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 18px;
    font-size: 24px;
    display: none;
    position: relative;
  }
  
  .w-nav-button:focus {
    outline: 0;
  }
  
  .w-nav-button.w--open {
    color: #fff;
    background-color: #c8c8c8;
  }
  
  .w-nav[data-collapse="all"] .w-nav-menu {
    display: none;
  }
  
  .w-nav[data-collapse="all"] .w-nav-button, .w--nav-dropdown-open, .w--nav-dropdown-toggle-open {
    display: block;
  }
  
  .w--nav-dropdown-list-open {
    position: static;
  }
  
  @media screen and (max-width: 991px) {
    .w-nav[data-collapse="medium"] .w-nav-menu {
      display: none;
    }
  
    .w-nav[data-collapse="medium"] .w-nav-button {
      display: block;
    }
  }
  
  @media screen and (max-width: 767px) {
    .w-nav[data-collapse="small"] .w-nav-menu {
      display: none;
    }
  
    .w-nav[data-collapse="small"] .w-nav-button {
      display: block;
    }
  
    .w-nav-brand {
      padding-left: 10px;
    }
  }
  @media screen and (max-width: 479px) {
    .w-nav[data-collapse="tiny"] .w-nav-menu {
      display: none;
    }
  
    .w-nav[data-collapse="tiny"] .w-nav-button {
      display: block;
    }
  }
  
  .w-tabs {
    position: relative;
  }
  
  .w-tabs:before, .w-tabs:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-tabs:after {
    clear: both;
  }
  
  .w-tab-menu {
    position: relative;
  }
  
  .w-tab-link {
    vertical-align: top;
    text-align: left;
    cursor: pointer;
    color: #222;
    background-color: #ddd;
    padding: 9px 30px;
    text-decoration: none;
    display: inline-block;
    position: relative;
  }
  
  .w-tab-link.w--current {
    background-color: #c8c8c8;
  }
  
  .w-tab-link:focus {
    outline: 0;
  }
  
  .w-tab-content {
    display: block;
    position: relative;
    overflow: hidden;
  }
  
  .w-tab-pane {
    display: none;
    position: relative;
  }
  
  .w--tab-active {
    display: block;
  }
  
  @media screen and (max-width: 479px) {
    .w-tab-link {
      display: block;
    }
  }
  
  .w-ix-emptyfix:after {
    content: "";
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
  .w-dyn-empty {
    background-color: #ddd;
    padding: 10px;
  }
  
  .w-dyn-hide, .w-dyn-bind-empty, .w-condition-invisible {
    display: none !important;
  }
  
  .wf-layout-layout {
    display: grid;
  }
  
  :root {
    --blue: #4aa0fe;
    --paragraph: #586679;
    --header: #344655;
    --light-blue: #e8f5ff;
    --light-prpl: #dfcef9;
    --light-grn: #e9fdc7;
    --combine-library--warning-400: rgba(248, 179, 75, 0);
    --white: white;
    --untitled-ui--gray600: #475467;
    --green: #cfe949;
    --combine-library--grey-600: var(--black);
    --combine-library--white: #fff;
    --combine-library--grey-800: #1f2c3d;
    --combine-library--primary-600: #6157f8;
    --black: black;
    --untitled-ui--primary600: #7f56d9;
    --untitled-ui--white: white;
    --untitled-ui--primary700: #6941c6;
    --untitled-ui--gray700: #344054;
    --untitled-ui--primary100: #f4ebff;
    --untitled-ui--gray300: #d0d5dd;
    --untitled-ui--gray50: #f9fafb;
    --344655: #101828;
    --untitled-ui--primary500: #8244ff;
    --untitled-ui--gray100: #f2f4f7;
    --untitled-ui--gray800: #1d2939;
    --combine-library--grey-050: #f2f3f7;
    --combine-library--secondary-600: #d6ff00;
    --perpl: #b78aff;
    --combine-library--grey-200: #bfc4ce;
  }
  
  .w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  @media screen and (max-width: 991px) {
    .w-layout-blockcontainer {
      max-width: 728px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .w-layout-blockcontainer {
      max-width: none;
    }
  }
  
  .navbar-no-shadow {
    width: 90%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .navbar-no-shadow-container {
    z-index: 5;
    width: 100%;
    max-width: 1140px;
    background-color: rgba(0, 0, 0, 0);
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
  }
  
  .container-regular {
    width: 100%;
    max-width: none;
    margin: auto;
  }
  
  .navbar-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  
  .nav-menu {
    color: #344655;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }
  
  .nav-link {
    color: #344655;
    letter-spacing: .25px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 10px;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.2rem;
    text-decoration: none;
  }
  
  .nav-link:hover {
    color: var(--blue);
  }
  
  .nav-link:focus-visible {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd;
  }
  
  .nav-link[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd;
  }
  
  .button-primary {
    color: #344655;
    text-align: left;
    letter-spacing: normal;
    text-transform: capitalize;
    background-color: #cfe949;
    border-radius: 30px;
    padding: 20px 40px 24px;
    font-family: Dingextra, sans-serif;
    font-size: 2rem;
    font-weight: 900;
    line-height: 20px;
    display: inline-block;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, .2);
  }
  
  .button-primary:hover {
    color: #fff;
    background-color: #b78aff;
    box-shadow: 5px 5px 20px #b78aff;
  }
  
  .button-primary:active {
    background-color: #43464d;
  }
  
  .button-primary.medium {
    padding: 20px 40px 21px;
    font-size: 1.5rem;
  }
  
  .txt-header-city {
    color: var(--paragraph);
  }
  
  .txt-header-city:hover {
    color: var(--blue);
  }
  
  .body {
    color: #344655;
    -webkit-text-fill-color: inherit;
    background-color: #f6f6f6;
    background-clip: border-box;
    font-family: Inter, sans-serif;
    font-size: 1rem;
  }
  
  .container {
    max-width: 90%;
  }
  
  .div-block {
    background-image: url("https://assets-global.website-files.com/65c822ed7393895d5ffebcee/65c82a7683ef5f12758321b1_bg_world3.png");
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    padding-top: 3rem;
    padding-bottom: 3rem;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, .15);
  }
  
  .div-block-2 {
    height: 15rem;
    background-image: url("https://assets-global.website-files.com/65c822ed7393895d5ffebcee/65c82add5f5bc757caada871_logo6.png");
    background-position: 50%;
    background-repeat: repeat-y;
    background-size: 15rem 15rem;
    background-attachment: scroll;
    margin-bottom: 3rem;
  }
  
  .heading {
    text-align: center;
    -webkit-text-stroke-color: var(--header);
    font-family: Dingextra, sans-serif;
    font-size: 3rem;
  }
  
  .text-block {
    text-align: center;
    margin-top: 0;
    padding: 5px 10px 6px 13px;
    font-size: 1.5rem;
    font-weight: 600;
  }
  
  .div-block-3 {
    flex-direction: row;
    justify-content: center;
    margin-top: 3rem;
    display: flex;
  }
  
  .image {
    display: inline-block;
  }
  
  .div-block-5 {
    justify-content: center;
    display: flex;
  }
  
  .container-90prc {
    width: 90%;
    max-width: none;
    margin-bottom: 0;
  }
  
  .heading-3 {
    text-align: center;
    -webkit-text-stroke-color: var(--header);
    text-transform: uppercase;
    margin-top: 4rem;
    margin-bottom: 2rem;
    font-family: Dingextra, sans-serif;
    font-size: 2rem;
    font-weight: 900;
  }
  
  .slide-1 {
    background-image: url("https://assets-global.website-files.com/65c822ed7393895d5ffebcee/65c8576623dd5167d2bc9403_IMG_9593.jpg");
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
  }
  
  .slide-2 {
    background-image: url("https://assets-global.website-files.com/65c822ed7393895d5ffebcee/65d81e84bf5fcb5c34cac6b8_IMG_6818.jpg");
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
  }
  
  .slide-3 {
    background-image: url("https://assets-global.website-files.com/65c822ed7393895d5ffebcee/65c859025f5bc757cac56a7f_CKTRsQM6p2k.jpg");
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
  }
  
  .slider {
    height: 60vh;
    background-color: rgba(221, 221, 221, 0);
    display: none;
  }
  
  .section-4rem {
    margin-bottom: 4rem;
    padding-bottom: 2rem;
  }
  
  .mask {
    border-radius: 20px;
  }
  
  .div-block-7 {
    text-align: left;
    background-color: #fff;
    border-radius: 20px;
    padding: 1rem;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, .2);
  }
  
  .div-block-7.emoj {
    background-color: var(--blue);
    background-image: linear-gradient(180deg, white, var(--light-blue));
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, .2);
  }
  
  .div-block-7.emoj._1 {
    background-color: var(--light-prpl);
    background-image: linear-gradient(180deg, white, var(--light-prpl));
  }
  
  .div-block-7.emoj._2 {
    background-color: var(--light-grn);
    background-image: linear-gradient(180deg, white, var(--light-grn));
  }
  
  .div-block-7.no-bg {
    display: none;
  }
  
  .div-block-7.big {
    padding: 2rem;
    position: -webkit-sticky;
    position: sticky;
    top: 19rem;
  }
  
  .div-block-7.big._1 {
    top: 1.25rem;
  }
  
  .div-block-7.big._2 {
    top: 7rem;
  }
  
  .div-block-7.big._3 {
    top: 13rem;
  }
  
  .div-block-7.big._5 {
    top: 25rem;
  }
  
  .div-block-7.big._6 {
    height: 18rem;
    background-color: var(--combine-library--warning-400);
    box-shadow: none;
    top: 30rem;
  }
  
  .div-block-7.mini {
    box-shadow: inset 1px 1px rgba(0, 0, 0, .2);
  }
  
  .image-4 {
    padding: 0;
  }
  
  .heading-4 {
    object-fit: contain;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.7rem;
  }
  
  .heading-4.smal {
    max-width: none;
    color: var(--header);
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  
  .grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
  
  .div-block-8 {
    margin-top: auto;
    margin-bottom: auto;
  }
  
  .left-arrow {
    border: 1px #000;
    border-radius: 20px;
  }
  
  .text-block-2 {
    max-width: 380px;
    text-align: center;
    -webkit-text-stroke-color: var(--paragraph);
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  
  .div-block-9 {
    background-color: var(--light-blue);
    border-radius: 20px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 0;
    position: static;
    top: 1.25rem;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, .15);
  }
  
  .div-block-9.no-bg {
    background-color: var(--combine-library--warning-400);
    box-shadow: none;
  }
  
  .div-block-9.white {
    background-color: var(--white);
    border-radius: 20px;
  }
  
  .grid-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding: 2rem;
  }
  
  .big-num {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 5rem;
    font-weight: 600;
    line-height: 4rem;
    display: inline-block;
  }
  
  .div-block-10 {
    background-image: url("https://assets-global.website-files.com/65c822ed7393895d5ffebcee/65d5617aa287375887da1fb9_IMG_7420.JPG");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
  }
  
  .div-block-10._2 {
    width: auto;
    max-width: 100%;
    background-image: url("https://assets-global.website-files.com/65c822ed7393895d5ffebcee/65d5617aa287375887da1fb9_IMG_7420.JPG");
    background-position: 50% 0;
    background-size: cover;
    border-radius: 15px;
  }
  
  .div-block-10._10 {
    background-image: url("https://assets-global.website-files.com/65c822ed7393895d5ffebcee/65d61447111312a8b4faa3f4_IMG_7343.jpg");
    background-position: 50% 0;
    border-radius: 15px;
  }
  
  .div-block-10._1 {
    background-image: url("https://assets-global.website-files.com/65c822ed7393895d5ffebcee/65ca945adb299d4fa7dfeed1_photo_2024-02-12_22-56-58.jpg");
    background-position: 50% 0;
    border-radius: 15px;
  }
  
  .div-block-10._3 {
    background-image: url("https://assets-global.website-files.com/65c822ed7393895d5ffebcee/65d76b8d631a687a1d161603_IMG_7550.jpg");
    background-position: 50%;
    border-radius: 15px;
  }
  
  .div-block-10._4 {
    background-image: url("https://assets-global.website-files.com/65c822ed7393895d5ffebcee/65d76be8c4c8725f3f977d0a_IMG_7552.JPG");
    background-position: 50% 0;
    border-radius: 15px;
  }
  
  .div-block-10._5 {
    background-image: url("https://assets-global.website-files.com/65c822ed7393895d5ffebcee/65d76c48bb859fca53b0b231_IMG_7639.JPG");
    background-position: 50% 0;
    border-radius: 15px;
  }
  
  .div-block-10._6 {
    background-image: url("https://assets-global.website-files.com/65c822ed7393895d5ffebcee/65d76cc31938109ade8d98c0_IMG_7581.JPG");
    background-position: 50% 0;
    border-radius: 15px;
  }
  
  .div-block-10._7 {
    background-image: url("https://assets-global.website-files.com/65c822ed7393895d5ffebcee/65d76d5ae6ef03d5734b1338_IMG_7638.JPG");
    background-position: 50% 0;
    border-radius: 15px;
  }
  
  .div-block-10._8 {
    background-image: url("https://assets-global.website-files.com/65c822ed7393895d5ffebcee/65d76dc4fff7b322f5e86c25_IMG_7640.jpg");
    background-position: 50% 0;
    border-radius: 15px;
  }
  
  .div-block-10._9 {
    background-image: url("https://assets-global.website-files.com/65c822ed7393895d5ffebcee/65d76e14a648923f1f11cd22_IMG_7632.JPG");
    background-position: 50% 0;
    border-radius: 15px;
  }
  
  .text-block-3 {
    width: 17rem;
    text-align: center;
    overflow-wrap: normal;
    background-color: #66afff;
    border-radius: 20px;
    justify-content: center;
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding: 7px 12px 8px;
    display: flex;
    position: static;
    transform: rotate(2deg);
  }
  
  .text-block-3.medium {
    width: 18rem;
  }
  
  .text-block-3.short {
    width: 16rem;
  }
  
  .text-block-3.extr {
    width: 20rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
  }
  
  .text-block-3.prpl {
    background-color: #b78aff;
  }
  
  .bold-text {
    font-size: 1.6rem;
    font-weight: 600;
  }
  
  .bold-text.white {
    float: right;
    color: #fff;
    text-align: center;
    -webkit-text-stroke-color: #fff;
    transform: rotate(-2deg);
  }
  
  .bold-text.white.long {
    letter-spacing: -1px;
    font-size: 1.5rem;
  }
  
  .bold-text.white.extr {
    text-align: center;
    letter-spacing: -1.8px;
    text-indent: 0;
    column-count: auto;
    font-size: 1.35rem;
  }
  
  .div-block-12 {
    justify-content: center;
    margin-top: 2rem;
    display: flex;
    position: static;
    top: 40.2rem;
  }
  
  .div-hash {
    width: 12rem;
    text-align: left;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 20px;
  }
  
  .text-block-5 {
    text-align: left;
    -webkit-text-stroke-color: var(--header);
    padding-top: 0;
    font-weight: 400;
  }
  
  .text-block-6 {
    text-align: left;
    margin-top: 1px;
    font-weight: 400;
    display: block;
  }
  
  .div-block-13 {
    text-align: left;
    display: inline-block;
  }
  
  .combine-text-size-regular {
    color: var(--untitled-ui--gray600);
    -webkit-text-stroke-color: var(--paragraph);
    margin-bottom: 1.5rem;
    font-family: Inter, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
  }
  
  .combine-faq2_answer {
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: hidden;
  }
  
  .combine-icon_small {
    width: 1.25rem;
    height: 1.25rem;
    color: var(--blue);
    -webkit-text-stroke-color: var(--green);
    cursor: pointer;
    display: flex;
  }
  
  .combine-icon_color4 {
    color: var(--combine-library--grey-600);
  }
  
  .combine-faq2_title {
    color: var(--header);
    font-family: Inter, sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5rem;
  }
  
  .combine-faq2_question {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding: 1.5rem 2rem;
    display: flex;
  }
  
  .combine-faq2_accordion {
    background-color: var(--combine-library--white);
    border-radius: 20px;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, .2);
  }
  
  .combine-faq2_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-auto-columns: 1fr;
    align-items: start;
    display: grid;
  }
  
  .combine-container-medium {
    width: 100%;
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
  }
  
  .combine-padding-section-medium {
    padding: 0;
  }
  
  .paragraph-2 {
    color: var(--paragraph);
    margin-bottom: 0;
    line-height: 1.4rem;
  }
  
  .div_descr_crd {
    margin-top: 2rem;
  }
  
  .paragraph-4 {
    color: var(--paragraph);
    line-height: 1.4rem;
  }
  
  .combine-text-size-regular-4 {
    width: 400px;
    color: var(--paragraph);
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4rem;
  }
  
  .combine-heading-style-h5-2 {
    color: var(--combine-library--grey-800);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
  }
  
  .combine-feature7_item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: var(--combine-library--white);
    text-align: left;
    border-radius: 1.25rem;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 4rem;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, .2);
  }
  
  .combine-feature7_item._1 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-left: 0;
    padding: 2rem;
    top: 1.25rem;
  }
  
  .combine-feature7_item._2 {
    padding: 2rem;
    top: 7.3rem;
  }
  
  .combine-feature7_item._3 {
    padding: 2rem;
    top: 13.5rem;
  }
  
  .combine-feature7_item._4 {
    height: 20rem;
    padding: 2rem;
    top: 19.7rem;
  }
  
  .combine-feature7_item.no-bg {
    height: 26rem;
    background-color: var(--combine-library--warning-400);
    box-shadow: none;
    line-height: 18px;
  }
  
  .combine-icon_color1-2 {
    color: var(--combine-library--primary-600);
  }
  
  .div-block-23 {
    margin-top: 2rem;
  }
  
  .bold-text-4 {
    color: var(--header);
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5rem;
  }
  
  .bold-text-5, .bold-text-6, .bold-text-7 {
    color: var(--header);
    font-size: 1.2rem;
    font-weight: 600;
  }
  
  .image-8 {
    border-radius: 14px;
    margin-bottom: 2rem;
  }
  
  .columns-2 {
    margin-bottom: 8rem;
    padding: 2rem;
  }
  
  .grid-4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template: "." 1fr
                   "." 1fr
                   "." 1fr
                   / 1fr 1fr 1fr;
    margin-bottom: 8rem;
  }
  
  .column-6 {
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }
  
  .columns-3 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  
  .column-7 {
    flex: 0 auto;
    align-self: center;
  }
  
  .paragraph-6 {
    width: 94%;
    float: none;
    color: var(--header);
    text-indent: 1.4rem;
    line-height: 1.4rem;
  }
  
  .div_emoj, .div-block-27 {
    margin-bottom: 2rem;
  }
  
  .div-block-30 {
    border-radius: 20px;
    margin-bottom: 1rem;
  }
  
  .grid-7 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr;
    padding: 0;
  }
  
  .div-block-31 {
    align-items: center;
    display: flex;
  }
  
  .div-block-32 {
    display: block;
  }
  
  .image-10 {
    max-width: none;
    -webkit-text-stroke-color: #344655;
    border-radius: 0;
  }
  
  .text-block-7 {
    color: var(--header);
    text-align: center;
    justify-content: center;
    display: flex;
  }
  
  .div-block-33 {
    text-align: center;
    margin-top: 2rem;
  }
  
  .image-11 {
    width: 4rem;
    max-width: none;
  }
  
  .to-top {
    z-index: 99;
    background-color: rgba(52, 70, 85, .65);
    border-radius: 30px;
    padding: 14px 10px 15px;
    position: fixed;
    top: auto;
    bottom: 3%;
    left: auto;
    right: 2%;
  }
  
  .to-top:hover {
    background-color: rgba(52, 70, 85, .8);
  }
  
  .image-12 {
    padding-bottom: 2px;
    font-size: 0;
  }
  
  .slide-0 {
    background-image: url("https://assets-global.website-files.com/65c822ed7393895d5ffebcee/65cbb54d17f96fea545af49d_ZohIXg0baEk.jpg");
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
  }
  
  .link-block-icon {
    background-color: #cfe949;
    border-radius: 40px;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1rem;
  }
  
  .right-arrow {
    border-radius: 20px;
  }
  
  .image-13 {
    border-radius: 14px;
    margin-bottom: 1.5rem;
  }
  
  .image-14 {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 1.25rem;
  }
  
  .horizontal-trigger {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }
  
  .div-block-36 {
    margin-left: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 1.25rem;
  }
  
  .grid-10 {
    grid-template-rows: auto auto auto auto auto;
    margin-top: auto;
  }
  
  .div-block-38 {
    padding: 2rem;
    position: -webkit-sticky;
    position: sticky;
    top: 1.25rem;
  }
  
  .paragraph-8 {
    line-height: 1.4rem;
  }
  
  .grid-11 {
    grid-template-rows: auto auto auto auto auto auto;
  }
  
  .div-block-39 {
    background-image: url("https://assets-global.website-files.com/65c822ed7393895d5ffebcee/65c85799eddb095bee5b1ca5_qCm2YN5eZyQ.jpg");
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, .2);
  }
  
  .div-block-40 {
    background-image: url("https://assets-global.website-files.com/65c822ed7393895d5ffebcee/65cbb4aecac7fb4391e01fb0_IMG_7154.jpg");
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, .2);
  }
  
  .div-block-41 {
    background-image: url("https://assets-global.website-files.com/65c822ed7393895d5ffebcee/65e6676e0e165de26918dafe_photo_2024-02-19_18-37-43.jpg");
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
  }
  
  .div-block-42 {
    background-image: url("https://assets-global.website-files.com/65c822ed7393895d5ffebcee/65c8576623dd5167d2bc9403_IMG_9593.jpg");
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, .2);
  }
  
  .div-block-43 {
    display: none;
  }
  
  .grid-12 {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }
  
  .div-block-45 {
    background-color: var(--light-blue);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, .2);
  }
  
  .image-17 {
    border-radius: 20px;
  }
  
  .list-2 {
    margin-bottom: 0;
    padding-left: 1rem;
    list-style-type: disc;
  }
  
  .text-block-10 {
    flex-flow: row;
    font-size: 1rem;
    display: block;
  }
  
  .utility-page-wrap {
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .utility-page-content {
    width: 260px;
    text-align: center;
    flex-direction: column;
    display: flex;
  }
  
  .grid-13 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  .div-block-46 {
    height: 600px;
    background-color: #715b5a;
    border-radius: 15px;
    padding: 9px;
  }
  
  .div-block-47 {
    background-image: url("https://assets-global.website-files.com/65c822ed7393895d5ffebcee/65fb26a5da8553fa465129e5_photo_2024-03-20_18-49-11.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, .2);
  }
  
  .video {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    opacity: 1;
    outline-offset: 0px;
    border: 1px #000;
    outline: 1px #344655;
    margin: auto;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, .2);
  }
  
  .div-block-48 {
    background-image: url("https://assets-global.website-files.com/65c822ed7393895d5ffebcee/65fb4b3585becadb0ccb8050_photo_2024-03-20_18-49-51.jpg");
    background-position: 50%;
    background-size: cover;
    border-radius: 15px;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, .2);
  }
  
  .div-block-49 {
    background-image: url("https://assets-global.website-files.com/65c822ed7393895d5ffebcee/65fb4b7064f3dd1c3a529fa6_photo_2024-03-20_18-50-46.jpg");
    background-position: 50%;
    background-size: cover;
    border-radius: 15px;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, .2);
  }
  
  .div-block-50 {
    background-image: url("https://assets-global.website-files.com/65c822ed7393895d5ffebcee/65fb4bb7a73e2a08d188fd40_photo_2024-03-20_18-52-00.jpg");
    background-position: 50%;
    background-size: cover;
    border-radius: 15px;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, .2);
  }
  
  @media screen and (min-width: 1440px) {
    .navbar-no-shadow-container {
      max-width: none;
      justify-content: flex-end;
      margin-left: 0;
      margin-right: 0;
      display: inline-block;
    }
  
    .container-regular {
      max-width: none;
    }
  
    .navbar-wrapper {
      display: flex;
    }
  
    .div-block-2 {
      background-size: 14rem 14rem;
    }
  
    .div-block-7.no-bg {
      display: none;
    }
  
    .grid-2 {
      grid-auto-columns: .75fr;
    }
  
    .paragraph-2 {
      max-width: 100%;
    }
  
    .paragraph-4 {
      max-width: 80%;
      margin-top: 10px;
      font-size: 1.125rem;
    }
  
    .columns-2 {
      justify-content: flex-start;
      align-items: center;
      padding: 2rem;
      display: flex;
    }
  
    .column-4 {
      flex-direction: row;
      justify-content: flex-start;
      align-items: flex-start;
      display: block;
    }
  
    .column-5 {
      align-self: flex-start;
    }
  
    .paragraph-6 {
      width: 94%;
      font-size: 1.125rem;
    }
  
    .div-block-30 {
      border-radius: 20px;
    }
  
    .image-11 {
      width: 5rem;
    }
  
    .link-block-icon {
      margin-right: 1rem;
    }
  
    .image-14 {
      position: -webkit-sticky;
      position: sticky;
      top: 1.25rem;
    }
  
    .div-block-36 {
      align-self: auto;
    }
  
    .grid-10 {
      grid-template-columns: .5fr 1fr;
    }
  
    .grid-11 {
      grid-template-columns: 1fr .5fr;
    }
  
    .div-block-47 {
      background-size: cover;
      box-shadow: 1px 1px 20px rgba(0, 0, 0, .2);
    }
  
    .div-block-47.photo {
      box-shadow: 1px 1px 20px rgba(0, 0, 0, .2);
    }
  
    .video {
      box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
    }
  
    .div-block-48 {
      background-size: cover;
      box-shadow: 1px 1px 20px rgba(0, 0, 0, .2);
    }
  
    .div-block-48.photo {
      box-shadow: 1px 1px 20px rgba(0, 0, 0, .2);
    }
  
    .div-block-49 {
      background-size: cover;
      box-shadow: 1px 1px 20px rgba(0, 0, 0, .2);
    }
  
    .div-block-50 {
      box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, .2);
    }
  }
  
  @media screen and (max-width: 991px) {
    .navbar-no-shadow-container {
      max-width: none;
      padding-top: 5px;
      padding-bottom: 5px;
    }
  
    .container-regular {
      max-width: none;
    }
  
    .nav-menu-wrapper {
      background-color: rgba(0, 0, 0, 0);
    }
  
    .nav-menu {
      background-color: #fff;
      flex-wrap: wrap;
      justify-content: space-around;
      align-items: center;
      padding-left: 0;
      display: flex;
    }
  
    .nav-link {
      padding-left: 5px;
      padding-right: 5px;
    }
  
    .button-primary.medium {
      font-size: 1.6rem;
    }
  
    .menu-button {
      padding: 12px 0 12px 12px;
    }
  
    .menu-button.w--open {
      color: #fff;
      background-color: #a6b1bf;
    }
  
    .div-block-7 {
      padding: 1rem;
    }
  
    .div-block-7.no-bg {
      display: none;
    }
  
    .div-block-7.big {
      padding: 2rem;
    }
  
    .icon {
      padding-right: 0;
      font-size: 3rem;
    }
  
    .grid-2 {
      grid-template-columns: .5fr;
    }
  
    .big-num {
      line-height: 4rem;
    }
  
    .paragraph-2 {
      font-size: 1rem;
    }
  
    .combine-text-size-regular-4 {
      width: auto;
    }
  
    .combine-feature7_item._2 {
      top: 7rem;
    }
  
    .combine-feature7_item._3 {
      top: 13rem;
    }
  
    .combine-feature7_item._4 {
      height: auto;
      top: 19rem;
    }
  
    .combine-feature7_item.no-bg {
      height: 24rem;
      background-color: var(--combine-library--warning-400);
      top: 40rem;
    }
  
    .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
      font-size: 1.2rem;
      font-weight: 600;
    }
  
    .column-5 {
      line-height: 1.4rem;
    }
  
    .grid-4 {
      grid-template-rows: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr;
      grid-auto-columns: 1fr;
    }
  
    .columns-3 {
      margin-left: 0;
      margin-right: 0;
      padding-left: 10px;
      padding-right: 10px;
    }
  
    .column-7 {
      align-self: flex-start;
      padding-left: 20px;
    }
  
    .paragraph-6 {
      width: auto;
    }
  
    .div-block-30 {
      padding: 0;
    }
  
    .image-10 {
      max-width: none;
    }
  
    .image-11 {
      width: 4rem;
    }
  
    .to-top {
      right: 3%;
    }
  
    .link-block-icon {
      margin-right: 1rem;
    }
  
    .image-14 {
      width: 300px;
    }
  
    .div-block-36 {
      margin-left: 0;
    }
  
    .grid-10 {
      grid-template-columns: 1fr 1fr;
    }
  
    .div-block-41 {
      display: none;
    }
  
    .div-block-43 {
      background-image: url("https://assets-global.website-files.com/65c822ed7393895d5ffebcee/65cbb54d17f96fea545af49d_ZohIXg0baEk.jpg");
      background-position: 50%;
      background-size: cover;
      border-radius: 20px;
      display: block;
    }
  
    .grid-12 {
      grid-template-columns: 1.25fr 1fr;
    }
  
    .paragraph-9 {
      letter-spacing: normal;
      column-count: auto;
    }
  }
  
  @media screen and (max-width: 767px) {
    .navbar-brand {
      padding-left: 0;
    }
  
    .nav-menu {
      border-radius: 10px;
      flex-direction: column;
      padding-top: 10px;
      padding-bottom: 20px;
      padding-left: 0;
    }
  
    .nav-link {
      padding-top: 10px;
      padding-bottom: 10px;
      display: inline-block;
    }
  
    .button-primary.medium {
      font-size: 1.8rem;
    }
  
    .div-block-7.emoj {
      padding: 1rem;
    }
  
    .div-block-7.no-bg {
      display: none;
    }
  
    .div-block-7.big._2 {
      top: 6.5rem;
    }
  
    .div-block-7.big._3 {
      top: 12rem;
    }
  
    .div-block-7.big._4 {
      top: 17.5rem;
    }
  
    .div-block-7.big._5 {
      top: 23rem;
    }
  
    .grid {
      grid-template-rows: auto auto;
      grid-template-columns: 1fr 1fr;
    }
  
    .grid-2 {
      grid-template-columns: auto;
      grid-auto-columns: auto;
    }
  
    .big-num {
      align-self: flex-start;
      line-height: 4rem;
    }
  
    .div-block-10 {
      height: 70vw;
    }
  
    .div-hash {
      text-align: left;
    }
  
    .text-block-5, .text-block-6 {
      text-align: right;
    }
  
    .div-block-13 {
      float: none;
      clear: none;
      text-align: right;
    }
  
    .combine-padding-section-medium {
      padding: 0;
    }
  
    .combine-feature7_item._1 {
      padding: 2rem;
    }
  
    .combine-feature7_item._2 {
      padding: 2rem;
      top: 6rem;
    }
  
    .combine-feature7_item._3 {
      padding: 2rem;
      top: 11rem;
    }
  
    .combine-feature7_item._4 {
      padding: 2rem;
      top: 16rem;
    }
  
    .columns-2 {
      padding: 1.1rem;
    }
  
    .column-4 {
      padding-left: 0;
      padding-right: 0;
    }
  
    .column-5 {
      text-align: center;
      padding-left: 0;
      padding-right: 0;
    }
  
    .grid-4 {
      grid-column-gap: 1rem;
      grid-row-gap: 1rem;
      grid-template-rows: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      grid-auto-rows: 1fr;
      grid-auto-columns: 1fr;
      display: grid;
    }
  
    .column-6 {
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
      padding-left: 0;
    }
  
    .columns-3 {
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      padding-left: 0;
      padding-right: 0;
    }
  
    .column-7 {
      flex: 1;
      align-self: flex-start;
      padding-left: 0;
      padding-right: 0;
    }
  
    .paragraph-6 {
      text-align: left;
    }
  
    .paragraph-6.hide {
      display: none;
    }
  
    .div-block-30 {
      padding: 0;
    }
  
    .image-10 {
      max-width: none;
    }
  
    .image-11 {
      width: 4rem;
      max-width: none;
      margin-left: 0;
    }
  
    .to-top {
      bottom: 2%;
    }
  
    .link-block-icon {
      margin-left: .5rem;
      margin-right: .5rem;
      padding: .8rem;
    }
  
    .image-14 {
      width: 100%;
    }
  
    .grid-10 {
      grid-template-columns: 1fr;
    }
  
    .div-block-38 {
      padding: 1rem;
    }
  
    .paragraph-8 {
      margin-bottom: 0;
    }
  
    .grid-11 {
      grid-template-columns: 1fr;
    }
  
    .image-16 {
      width: 3rem;
      max-width: 80%;
    }
  
    .image-17 {
      width: 100%;
      max-width: none;
      text-align: left;
    }
  
    .paragraph-9 {
      direction: ltr;
      margin-top: 1rem;
      margin-bottom: .5rem;
      line-height: 1.2rem;
    }
  
    .column-8 {
      text-align: center;
      padding-left: 0;
      padding-right: 0;
    }
  
    .column-9 {
      padding-left: 0;
      padding-right: 0;
    }
  
    .grid-13 {
      grid-template-columns: 1fr 1fr;
      grid-auto-rows: 1fr;
    }
  }
  
  @media screen and (max-width: 479px) {
    .navbar-no-shadow {
      width: 94%;
      max-width: 94%;
    }
  
    .navbar-no-shadow-container {
      width: auto;
      min-height: auto;
      padding-top: 5px;
      padding-bottom: 5px;
    }
  
    .container-regular {
      min-height: auto;
    }
  
    .nav-menu {
      border-radius: 10px;
      flex-direction: column;
      padding: 10px 0 20px;
    }
  
    .button-primary.medium {
      box-shadow: 1px 1px 20px rgba(0, 0, 0, .2);
    }
  
    .menu-button {
      padding: 14px 0 14px 14px;
    }
  
    .container {
      max-width: 94%;
    }
  
    .div-block {
      box-shadow: 1px 1px 20px rgba(0, 0, 0, .2);
    }
  
    .text-block {
      font-weight: 400;
    }
  
    .container-90prc {
      width: 94%;
      max-width: 94%;
      margin-bottom: 0;
    }
  
    .heading-3 {
      text-align: center;
      margin-top: 0;
      margin-bottom: 1rem;
    }
  
    .slide-1 {
      background-image: url("https://assets-global.website-files.com/65c822ed7393895d5ffebcee/65c8576623dd5167d2bc9403_IMG_9593.jpg");
      background-position: 50%;
      background-size: cover;
    }
  
    .slide-2 {
      background-image: url("https://assets-global.website-files.com/65c822ed7393895d5ffebcee/65d81e84bf5fcb5c34cac6b8_IMG_6818.jpg");
      background-position: 50%;
      background-size: cover;
    }
  
    .div-block-7.emoj {
      z-index: 2;
      background-image: linear-gradient(180deg, white, var(--light-blue));
      padding: 2rem;
      position: -webkit-sticky;
      position: sticky;
      top: 1.25rem;
    }
  
    .div-block-7.emoj._1 {
      z-index: 4;
      top: 1.25rem;
    }
  
    .div-block-7.emoj._2 {
      z-index: 6;
      top: 1.25rem;
    }
  
    .div-block-7.no-bg {
      height: 2rem;
      box-shadow: none;
      background-color: rgba(255, 255, 255, 0);
      display: block;
      position: -webkit-sticky;
      position: sticky;
      top: 1.25rem;
    }
  
    .div-block-7.big {
      padding: 1rem;
      box-shadow: 1px 1px 20px rgba(0, 0, 0, .2);
    }
  
    .div-block-7.big._2 {
      top: 6rem;
    }
  
    .div-block-7.big._3 {
      top: 10.5rem;
    }
  
    .div-block-7.big._4 {
      top: 15.2rem;
    }
  
    .div-block-7.big._5 {
      top: 20rem;
    }
  
    .div-block-7.big._6 {
      height: 20rem;
      position: static;
    }
  
    .heading-4 {
      font-size: 1.2rem;
      line-height: 1.3rem;
    }
  
    .icon {
      padding-right: 0;
      font-size: 2rem;
    }
  
    .grid {
      grid-template-columns: 1fr 1fr;
    }
  
    .text-block-2 {
      margin-top: 0;
    }
  
    .div-block-9 {
      background-color: var(--light-blue);
      margin-bottom: 2rem;
      box-shadow: 1px 1px 20px rgba(0, 0, 0, .2);
    }
  
    .div-block-9.no-bg {
      background-color: var(--combine-library--warning-400);
      margin-bottom: 1rem;
    }
  
    .div-block-9.white {
      margin-bottom: 0;
      box-shadow: 1px 1px 20px rgba(0, 0, 0, .2);
    }
  
    .grid-2 {
      width: 100%;
      grid-column-gap: 10px;
      grid-row-gap: 10px;
      grid-template-rows: auto auto auto;
      grid-template-columns: auto;
      grid-auto-columns: .75fr;
      padding: 1rem;
    }
  
    .big-num {
      line-height: 4rem;
      display: inline-block;
    }
  
    .div-block-10 {
      width: auto;
      height: 50vh;
      max-width: 100%;
      background-position: 50% 0;
      background-size: cover;
    }
  
    .div-block-10._2 {
      background-size: cover;
      padding-bottom: 0;
      padding-right: 0;
    }
  
    .text-block-3 {
      margin-bottom: .5rem;
    }
  
    .bold-text.white.long {
      font-size: 1.4rem;
    }
  
    .div-block-12 {
      margin-top: 2rem;
    }
  
    .div-block-13 {
      display: inline-block;
    }
  
    .combine-text-size-regular {
      margin-bottom: auto;
      font-size: 1rem;
      line-height: 1.5rem;
    }
  
    .combine-faq2_answer {
      padding: 1rem;
    }
  
    .combine-faq2_title {
      font-size: 1.1rem;
    }
  
    .combine-faq2_question {
      padding: 1rem;
    }
  
    .combine-faq2_accordion {
      border-radius: 20px;
      box-shadow: 1px 1px 20px rgba(0, 0, 0, .2);
    }
  
    .combine-padding-section-medium {
      padding: 0;
    }
  
    .paragraph-2 {
      max-width: none;
      font-size: .9rem;
      line-height: 1.3rem;
    }
  
    .combine-text-size-regular-4 {
      margin-bottom: auto;
    }
  
    .combine-feature7_item._1 {
      padding: 1rem;
    }
  
    .combine-feature7_item._2 {
      padding: 1rem;
      top: 6rem;
    }
  
    .combine-feature7_item._3 {
      padding: 1rem;
      top: 11rem;
    }
  
    .combine-feature7_item._4 {
      padding: 1rem;
      top: 16rem;
    }
  
    .combine-feature7_item.no-bg {
      height: 20rem;
    }
  
    .div-block-23 {
      margin-top: 0;
    }
  
    .image-8 {
      border-radius: 14px;
    }
  
    .columns-2 {
      margin-bottom: 4rem;
      padding: 1rem;
    }
  
    .grid-4 {
      grid-template: "." 1fr
                     "." 1fr
                     "." 1fr
                     "." 1fr
                     "." 1fr
                     "." 1fr
                     "." 1fr
                     / 1fr;
      grid-auto-rows: 1fr;
      grid-auto-columns: auto;
      margin-bottom: 4rem;
    }
  
    .columns-3 {
      flex-direction: row;
      justify-content: flex-start;
      align-items: flex-start;
      display: flex;
    }
  
    .column-7 {
      align-self: flex-start;
    }
  
    .paragraph-6 {
      text-indent: 1rem;
      object-fit: fill;
      overflow: visible;
    }
  
    .paragraph-6.hide {
      display: none;
    }
  
    .div-block-27 {
      margin-bottom: 2rem;
    }
  
    .div-block-30 {
      margin-bottom: 1rem;
      padding: 0;
    }
  
    .grid-7 {
      grid-column-gap: .2rem;
      grid-row-gap: .2rem;
      grid-template-columns: .5fr 1fr .5fr;
      padding: 0;
    }
  
    .div-block-32 {
      margin-right: 0;
    }
  
    .text-block-7 {
      font-size: .8rem;
    }
  
    .div-block-33 {
      justify-content: flex-start;
      align-items: flex-start;
      display: block;
    }
  
    .image-11 {
      width: 4rem;
      margin-left: 0;
      display: block;
    }
  
    .slide-nav {
      font-size: .6rem;
    }
  
    .image-13 {
      border-radius: 14px;
      margin-bottom: auto;
    }
  
    .grid-10 {
      grid-template-columns: 1fr;
    }
  
    .div-block-38 {
      margin-bottom: 1rem;
      padding-top: 0;
      padding-bottom: 0;
    }
  
    .paragraph-8 {
      text-align: center;
    }
  
    .div-block-39 {
      z-index: 7;
      position: -webkit-sticky;
      position: sticky;
      top: 1.25rem;
    }
  
    .div-block-40 {
      z-index: 5;
      position: -webkit-sticky;
      position: sticky;
      top: 1.25rem;
    }
  
    .div-block-41 {
      display: none;
    }
  
    .div-block-42 {
      z-index: 3;
      background-repeat: repeat;
      position: -webkit-sticky;
      position: sticky;
      top: 1.25rem;
    }
  
    .div-block-43 {
      display: block;
      position: -webkit-sticky;
      position: sticky;
      top: 1.25rem;
    }
  
    .grid-12 {
      grid-column-gap: .5rem;
      grid-row-gap: .5rem;
      grid-template-rows: 0% 1fr;
      grid-template-columns: 1fr 1fr;
    }
  
    .div-block-45 {
      padding: 1rem;
    }
  
    .image-17 {
      border-radius: 15px;
    }
  
    .column-8, .column-9 {
      padding-left: 0;
      padding-right: 0;
    }
  
    .text-block-10 {
      font-size: .8rem;
    }
  
    .grid-13 {
      grid-template-columns: 1fr;
    }
  
    .div-block-46 {
      background-color: #715b5a;
    }
  
    .video {
      height: 100%;
    }
  }
  
  #w-node-f253d391-9c0d-b7d1-6d33-400221405ed2-5ffebcf4, #w-node-_8bae3a68-c946-0761-bf86-5c9cabd39565-5ffebcf4, #w-node-_322bd169-d56d-062b-31f4-d1d9bca3c076-5ffebcf4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_0173a1a0-b0c7-dc9d-d571-b5b44c53f6ad-5ffebcf4 {
    grid-area: 3 / 3 / 4 / 4;
  }
  
  #w-node-_0173a1a0-b0c7-dc9d-d571-b5b44c53f6b0-5ffebcf4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-f956f304-a8bb-3b75-017d-f99b522c72b2-5ffebcf4 {
    grid-area: 2 / 1 / 3 / 2;
  }
  
  #w-node-_06becd1b-cfa0-1de8-8afb-2d4aab59546c-5ffebcf4 {
    grid-area: 2 / 3 / 3 / 4;
  }
  
  #w-node-_375b5727-4ba8-b874-e61a-05767ace3e5d-5ffebcf4 {
    grid-area: 1 / 2 / 2 / 4;
  }
  
  #w-node-_10d314f8-ee22-1e24-164f-c29d4f31cdc4-5ffebcf4 {
    grid-area: 3 / 1 / 4 / 3;
  }
  
  #w-node-a91a67f8-e6a9-3cc1-7743-26c2c7aff32d-5ffebcf4 {
    grid-area: 2 / 2 / 3 / 3;
  }
  
  #w-node-a91a67f8-e6a9-3cc1-7743-26c2c7aff334-5ffebcf4 {
    grid-area: 3 / 2 / 4 / 3;
  }
  
  #w-node-a91a67f8-e6a9-3cc1-7743-26c2c7aff33b-5ffebcf4 {
    grid-area: 4 / 2 / 5 / 3;
  }
  
  #w-node-ad89e7ac-95a1-8118-fc6c-890415552ee5-5ffebcf4 {
    grid-area: 5 / 2 / 6 / 3;
  }
  
  #w-node-_7e201131-9ea6-ce16-e563-e9c43f8edb9a-5ffebcf4 {
    grid-area: 1 / 2 / 2 / 3;
  }
  
  #w-node-a3277d48-8662-ca31-7a45-cf202ddd7d03-5ffebcf4 {
    grid-area: 1 / 1 / 2 / 2;
  }
  
  #w-node-a3277d48-8662-ca31-7a45-cf202ddd7d04-5ffebcf4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-a3277d48-8662-ca31-7a45-cf202ddd7d0c-5ffebcf4 {
    grid-area: 2 / 1 / 3 / 2;
  }
  
  #w-node-a3277d48-8662-ca31-7a45-cf202ddd7d0d-5ffebcf4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-a3277d48-8662-ca31-7a45-cf202ddd7d15-5ffebcf4 {
    grid-area: 3 / 1 / 4 / 2;
  }
  
  #w-node-a3277d48-8662-ca31-7a45-cf202ddd7d1e-5ffebcf4 {
    grid-area: 4 / 1 / 5 / 2;
  }
  
  #w-node-a3277d48-8662-ca31-7a45-cf202ddd7d1f-5ffebcf4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-d39437eb-5103-cc15-e77f-e60388417fd9-5ffebcf4 {
    grid-area: 5 / 1 / 6 / 2;
  }
  
  #w-node-d39437eb-5103-cc15-e77f-e60388417fda-5ffebcf4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_047f421e-a6fe-c315-f017-3f27f8086962-5ffebcf4 {
    grid-area: 6 / 1 / 7 / 2;
  }
  
  #w-node-de905160-bccd-dcc3-b8a8-e7b3c9ba42f2-5ffebcf4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }
  
  #w-node-_79c8c16d-a275-5052-7772-fbdf861f1e0d-5ffebcf4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }
  
  #w-node-_1c1020eb-8e0e-2c2f-be89-043df66f948f-5ffebcf4 {
    grid-area: 2 / 1 / 3 / 2;
  }
  
  #w-node-fc53c34a-74e4-25fe-ab32-529143bb0249-5ffebcf4 {
    grid-area: 1 / 2 / 4 / 3;
  }
  
  #w-node-ccd39722-b43f-70df-ee5f-8da74ab93985-5ffebcf4 {
    grid-area: 3 / 1 / 4 / 2;
  }
  
  #w-node-fbea1278-0cdb-1008-c6e2-7164f530f606-5ffebcf4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }
  
  #w-node-fbea1278-0cdb-1008-c6e2-7164f530f60c-5ffebcf4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }
  
  #w-node-fbea1278-0cdb-1008-c6e2-7164f530f615-5ffebcf4 {
    grid-area: 1 / 2 / 4 / 3;
  }
  
  #w-node-fbea1278-0cdb-1008-c6e2-7164f530f616-5ffebcf4 {
    grid-area: 3 / 1 / 4 / 2;
  }
  
  #w-node-_12ab0bac-d145-4fbe-32bf-81d16af36a92-5ffebcf4 {
    grid-area: 2 / 1 / 3 / 2;
  }
  
  #w-node-b9f78df8-78e2-25cd-994b-5c1321fcaccd-5ffebcf4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }
  
  #w-node-b9f78df8-78e2-25cd-994b-5c1321fcacd3-5ffebcf4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }
  
  #w-node-b9f78df8-78e2-25cd-994b-5c1321fcacdb-5ffebcf4 {
    grid-area: 1 / 2 / 4 / 3;
  }
  
  #w-node-b9f78df8-78e2-25cd-994b-5c1321fcacdc-5ffebcf4 {
    grid-area: 3 / 1 / 4 / 2;
  }
  
  #w-node-_5622eecb-b2c6-55d9-4d56-ada9f951401c-5ffebcf4 {
    grid-area: 2 / 1 / 3 / 2;
  }
  
  #w-node-a3c9c433-5ec8-74e0-b0fd-d3185e0bfebd-5ffebcf4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }
  
  #w-node-a3c9c433-5ec8-74e0-b0fd-d3185e0bfec3-5ffebcf4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }
  
  #w-node-a3c9c433-5ec8-74e0-b0fd-d3185e0bfecb-5ffebcf4 {
    grid-area: 1 / 2 / 4 / 3;
  }
  
  #w-node-a3c9c433-5ec8-74e0-b0fd-d3185e0bfecc-5ffebcf4 {
    grid-area: 3 / 1 / 4 / 2;
  }
  
  #w-node-_4abfd565-2cc7-8278-55ab-daea5124cc2a-5ffebcf4 {
    grid-area: 2 / 1 / 3 / 2;
  }
  
  #w-node-cfd2db3c-2b24-fc2d-bed1-e11d4449eaf0-5ffebcf4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }
  
  #w-node-cfd2db3c-2b24-fc2d-bed1-e11d4449eaf6-5ffebcf4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }
  
  #w-node-cfd2db3c-2b24-fc2d-bed1-e11d4449eafe-5ffebcf4 {
    grid-area: 1 / 2 / 4 / 3;
  }
  
  #w-node-cfd2db3c-2b24-fc2d-bed1-e11d4449eaff-5ffebcf4 {
    grid-area: 3 / 1 / 4 / 2;
  }
  
  #w-node-_29cc00d0-b88d-ea71-fbfb-e48baff5a803-5ffebcf4 {
    grid-area: 2 / 1 / 3 / 3;
  }
  
  #w-node-b7efc400-111a-9474-6bec-556227bcd69b-5ffebcf4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }
  
  #w-node-b7efc400-111a-9474-6bec-556227bcd6a1-5ffebcf4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }
  
  #w-node-b7efc400-111a-9474-6bec-556227bcd6a9-5ffebcf4 {
    grid-area: 1 / 2 / 4 / 3;
  }
  
  #w-node-b7efc400-111a-9474-6bec-556227bcd6aa-5ffebcf4 {
    grid-area: 3 / 1 / 4 / 2;
  }
  
  #w-node-_324d4e18-bee5-082b-8e21-110c788660ef-5ffebcf4 {
    grid-area: 2 / 1 / 3 / 2;
  }
  
  #w-node-da501cef-cd64-ee00-3f7d-a844531a5a2f-5ffebcf4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }
  
  #w-node-da501cef-cd64-ee00-3f7d-a844531a5a35-5ffebcf4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }
  
  #w-node-da501cef-cd64-ee00-3f7d-a844531a5a3d-5ffebcf4 {
    grid-area: 1 / 2 / 4 / 3;
  }
  
  #w-node-da501cef-cd64-ee00-3f7d-a844531a5a3e-5ffebcf4 {
    grid-area: 3 / 1 / 4 / 2;
  }
  
  #w-node-_1951cb0a-7c2d-8b2f-5af6-045c67e8e838-5ffebcf4 {
    grid-area: 2 / 1 / 3 / 3;
  }
  
  #w-node-dc2ff621-9d47-c7a4-fe67-edaa6c6dd0c3-5ffebcf4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }
  
  #w-node-dc2ff621-9d47-c7a4-fe67-edaa6c6dd0c9-5ffebcf4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }
  
  #w-node-dc2ff621-9d47-c7a4-fe67-edaa6c6dd0d1-5ffebcf4 {
    grid-area: 1 / 2 / 4 / 3;
  }
  
  #w-node-dc2ff621-9d47-c7a4-fe67-edaa6c6dd0d2-5ffebcf4 {
    grid-area: 3 / 1 / 4 / 2;
  }
  
  #w-node-_29e0fbbd-f1d6-18fc-9278-32d43930852b-5ffebcf4 {
    grid-area: 2 / 1 / 3 / 2;
  }
  
  #w-node-_94aabc0f-1d97-3c5e-240d-aab2e8e6632b-5ffebcf4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }
  
  #w-node-_94aabc0f-1d97-3c5e-240d-aab2e8e66331-5ffebcf4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }
  
  #w-node-_94aabc0f-1d97-3c5e-240d-aab2e8e66339-5ffebcf4 {
    grid-area: 1 / 2 / 4 / 3;
  }
  
  #w-node-_94aabc0f-1d97-3c5e-240d-aab2e8e6633a-5ffebcf4 {
    grid-area: 3 / 1 / 4 / 2;
  }
  
  #w-node-_08d57de6-9eed-d4d2-5f17-0cfd34a86f0c-5ffebcf4 {
    grid-area: 2 / 1 / 3 / 2;
  }
  
  #w-node-be7e5b5a-8a86-1987-f962-a03e38a0e26a-5ffebcf4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }
  
  #w-node-be7e5b5a-8a86-1987-f962-a03e38a0e270-5ffebcf4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }
  
  #w-node-be7e5b5a-8a86-1987-f962-a03e38a0e278-5ffebcf4 {
    grid-area: 1 / 2 / 4 / 3;
  }
  
  #w-node-be7e5b5a-8a86-1987-f962-a03e38a0e279-5ffebcf4 {
    grid-area: 3 / 1 / 4 / 2;
  }
  
  #w-node-a204c1c7-2780-43c4-0071-c05b5d41b7e7-5ffebcf4 {
    grid-area: 2 / 1 / 3 / 2;
  }
  
  #w-node-fe30fd4c-6c5f-7fdf-fcec-ed2826f6550a-5ffebcf4 {
    grid-area: 1 / 1 / 3 / 2;
    align-self: center;
    justify-self: auto;
  }
  
  #w-node-_5d9a71ee-2f28-dd35-7bab-9dffed089c44-5ffebcf4 {
    grid-area: 1 / 2 / 2 / 3;
  }
  
  #w-node-_04c25d1a-e1c3-01b1-8789-5f15fb5495c9-5ffebcf4, #w-node-_04c25d1a-e1c3-01b1-8789-5f15fb5495d4-5ffebcf4, #w-node-_04c25d1a-e1c3-01b1-8789-5f15fb5495e6-5ffebcf4, #w-node-_04c25d1a-e1c3-01b1-8789-5f15fb5495f2-5ffebcf4, #w-node-_04c25d1a-e1c3-01b1-8789-5f15fb5495ff-5ffebcf4, #w-node-_04c25d1a-e1c3-01b1-8789-5f15fb54960c-5ffebcf4, #w-node-_04c25d1a-e1c3-01b1-8789-5f15fb549616-5ffebcf4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-ac46c756-d9c7-18e6-992b-ad381c8849d5-5ffebcf4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }
  
  #w-node-_32ef52c8-ed80-27fa-1e64-dce41a6b6313-5ffebcf4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: start;
  }
  
  #w-node-_3f0d8cd4-9e44-62db-b41e-84a215c3561a-5ffebcf4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: end;
  }
  
  @media screen and (min-width: 1440px) {
    #w-node-_1930cfc2-84cb-0845-aa6d-2e641387f1ed-5ffebcf4 {
      grid-area: span 1 / span 1 / span 1 / span 1;
    }
  
    #w-node-ccd39722-b43f-70df-ee5f-8da74ab93985-5ffebcf4 {
      grid-area: 3 / 1 / 4 / 2;
    }
  }
  
  @media screen and (max-width: 991px) {
    #w-node-f253d391-9c0d-b7d1-6d33-400221405ed2-5ffebcf4 {
      grid-area: 2 / 1 / 3 / 2;
    }
  
    #w-node-_322bd169-d56d-062b-31f4-d1d9bca3c076-5ffebcf4 {
      grid-area: 3 / 2 / 4 / 3;
    }
  
    #w-node-_0173a1a0-b0c7-dc9d-d571-b5b44c53f6ad-5ffebcf4 {
      grid-area: 4 / 1 / 5 / 2;
    }
  
    #w-node-_06becd1b-cfa0-1de8-8afb-2d4aab59546c-5ffebcf4 {
      grid-area: 3 / 1 / 4 / 2;
    }
  
    #w-node-_375b5727-4ba8-b874-e61a-05767ace3e5d-5ffebcf4 {
      grid-area: 2 / 2 / 3 / 3;
    }
  
    #w-node-_10d314f8-ee22-1e24-164f-c29d4f31cdc4-5ffebcf4 {
      grid-row: 4 / 5;
      grid-column-start: 2;
    }
  
    #w-node-_6389e032-f421-902e-57e7-1d573871320e-5ffebcf4 {
      grid-area: 1 / 1 / 2 / 3;
    }
  }
  
  @media screen and (max-width: 767px) {
    #w-node-_1930cfc2-84cb-0845-aa6d-2e641387f1ed-5ffebcf4 {
      grid-area: 1 / 1 / 2 / 2;
    }
  
    #w-node-a91a67f8-e6a9-3cc1-7743-26c2c7aff326-5ffebcf4 {
      grid-area: 2 / 1 / 3 / 2;
    }
  
    #w-node-a91a67f8-e6a9-3cc1-7743-26c2c7aff32d-5ffebcf4 {
      grid-area: 3 / 1 / 4 / 2;
    }
  
    #w-node-a91a67f8-e6a9-3cc1-7743-26c2c7aff334-5ffebcf4 {
      grid-area: 4 / 1 / 5 / 2;
    }
  
    #w-node-a91a67f8-e6a9-3cc1-7743-26c2c7aff33b-5ffebcf4 {
      grid-area: 5 / 1 / 6 / 2;
    }
  
    #w-node-ad89e7ac-95a1-8118-fc6c-890415552ee5-5ffebcf4 {
      grid-area: 6 / 1 / 7 / 2;
    }
  
    #w-node-a3277d48-8662-ca31-7a45-cf202ddd7d03-5ffebcf4 {
      grid-area: 2 / 1 / 3 / 2;
    }
  
    #w-node-a3277d48-8662-ca31-7a45-cf202ddd7d0c-5ffebcf4 {
      grid-area: 3 / 1 / 4 / 2;
    }
  
    #w-node-a3277d48-8662-ca31-7a45-cf202ddd7d15-5ffebcf4 {
      grid-area: 4 / 1 / 5 / 2;
    }
  
    #w-node-a3277d48-8662-ca31-7a45-cf202ddd7d1e-5ffebcf4 {
      grid-area: 5 / 1 / 6 / 2;
    }
  
    #w-node-d39437eb-5103-cc15-e77f-e60388417fd9-5ffebcf4 {
      grid-area: 6 / 1 / 7 / 2;
    }
  
    #w-node-_047f421e-a6fe-c315-f017-3f27f8086962-5ffebcf4 {
      grid-area: 7 / 1 / 8 / 2;
    }
  
    #w-node-fc53c34a-74e4-25fe-ab32-529143bb0249-5ffebcf4 {
      grid-area: 3 / 1 / 4 / 2;
    }
  
    #w-node-ccd39722-b43f-70df-ee5f-8da74ab93985-5ffebcf4 {
      grid-area: 4 / 1 / 5 / 2;
    }
  
    #w-node-fbea1278-0cdb-1008-c6e2-7164f530f615-5ffebcf4 {
      grid-area: 3 / 1 / 4 / 2;
    }
  
    #w-node-fbea1278-0cdb-1008-c6e2-7164f530f616-5ffebcf4 {
      grid-area: 4 / 1 / 5 / 2;
    }
  
    #w-node-b9f78df8-78e2-25cd-994b-5c1321fcacdb-5ffebcf4 {
      grid-area: 3 / 1 / 4 / 2;
    }
  
    #w-node-b9f78df8-78e2-25cd-994b-5c1321fcacdc-5ffebcf4 {
      grid-area: 4 / 1 / 5 / 2;
    }
  
    #w-node-a3c9c433-5ec8-74e0-b0fd-d3185e0bfecb-5ffebcf4 {
      grid-area: 3 / 1 / 4 / 2;
    }
  
    #w-node-a3c9c433-5ec8-74e0-b0fd-d3185e0bfecc-5ffebcf4 {
      grid-area: 4 / 1 / 5 / 2;
    }
  
    #w-node-cfd2db3c-2b24-fc2d-bed1-e11d4449eafe-5ffebcf4 {
      grid-area: 3 / 1 / 4 / 2;
    }
  
    #w-node-cfd2db3c-2b24-fc2d-bed1-e11d4449eaff-5ffebcf4 {
      grid-area: 4 / 1 / 5 / 2;
    }
  
    #w-node-_29cc00d0-b88d-ea71-fbfb-e48baff5a803-5ffebcf4 {
      grid-area: 2 / 1 / 3 / 2;
    }
  
    #w-node-b7efc400-111a-9474-6bec-556227bcd6a9-5ffebcf4 {
      grid-area: 3 / 1 / 4 / 2;
    }
  
    #w-node-b7efc400-111a-9474-6bec-556227bcd6aa-5ffebcf4 {
      grid-area: 4 / 1 / 5 / 2;
    }
  
    #w-node-_324d4e18-bee5-082b-8e21-110c788660ef-5ffebcf4 {
      grid-area: 2 / 1 / 3 / 2;
    }
  
    #w-node-da501cef-cd64-ee00-3f7d-a844531a5a3d-5ffebcf4 {
      grid-area: 3 / 1 / 4 / 2;
    }
  
    #w-node-da501cef-cd64-ee00-3f7d-a844531a5a3e-5ffebcf4 {
      grid-area: 4 / 1 / 5 / 2;
    }
  
    #w-node-_1951cb0a-7c2d-8b2f-5af6-045c67e8e838-5ffebcf4 {
      grid-area: 2 / 1 / 3 / 2;
    }
  
    #w-node-dc2ff621-9d47-c7a4-fe67-edaa6c6dd0d1-5ffebcf4 {
      grid-area: 3 / 1 / 4 / 2;
    }
  
    #w-node-dc2ff621-9d47-c7a4-fe67-edaa6c6dd0d2-5ffebcf4 {
      grid-area: 4 / 1 / 5 / 2;
    }
  
    #w-node-_94aabc0f-1d97-3c5e-240d-aab2e8e66339-5ffebcf4 {
      grid-area: 3 / 1 / 4 / 2;
    }
  
    #w-node-_94aabc0f-1d97-3c5e-240d-aab2e8e6633a-5ffebcf4 {
      grid-area: 4 / 1 / 5 / 2;
    }
  
    #w-node-be7e5b5a-8a86-1987-f962-a03e38a0e278-5ffebcf4 {
      grid-area: 3 / 1 / 4 / 2;
    }
  
    #w-node-be7e5b5a-8a86-1987-f962-a03e38a0e279-5ffebcf4 {
      grid-area: 4 / 1 / 5 / 2;
    }
  }
  
  @media screen and (max-width: 479px) {
    #w-node-f253d391-9c0d-b7d1-6d33-400221405ed2-5ffebcf4 {
      grid-area: 2 / 1 / 3 / 2;
    }
  
    #w-node-_322bd169-d56d-062b-31f4-d1d9bca3c076-5ffebcf4 {
      grid-area: 4 / 1 / 5 / 2;
    }
  
    #w-node-_0173a1a0-b0c7-dc9d-d571-b5b44c53f6ad-5ffebcf4 {
      grid-row: 6 / 7;
    }
  
    #w-node-f956f304-a8bb-3b75-017d-f99b522c72b2-5ffebcf4 {
      grid-row: 3 / 4;
    }
  
    #w-node-_06becd1b-cfa0-1de8-8afb-2d4aab59546c-5ffebcf4 {
      grid-row: 5 / 6;
    }
  
    #w-node-_375b5727-4ba8-b874-e61a-05767ace3e5d-5ffebcf4 {
      grid-area: 3 / 1 / 4 / 2;
    }
  
    #w-node-_10d314f8-ee22-1e24-164f-c29d4f31cdc4-5ffebcf4, #w-node-_584f277f-493a-ec74-a480-4aea3fcec41e-5ffebcf4 {
      grid-area: 7 / 1 / 8 / 2;
    }
  
    #w-node-_6389e032-f421-902e-57e7-1d573871320e-5ffebcf4 {
      grid-column-end: 2;
      justify-self: auto;
    }
  
    #w-node-_1930cfc2-84cb-0845-aa6d-2e641387f1ed-5ffebcf4 {
      grid-area: 1 / 1 / 2 / 2;
    }
  
    #w-node-a91a67f8-e6a9-3cc1-7743-26c2c7aff326-5ffebcf4 {
      grid-area: 2 / 1 / 3 / 2;
    }
  
    #w-node-a91a67f8-e6a9-3cc1-7743-26c2c7aff32d-5ffebcf4 {
      grid-area: 3 / 1 / 4 / 2;
    }
  
    #w-node-a91a67f8-e6a9-3cc1-7743-26c2c7aff334-5ffebcf4 {
      grid-area: 4 / 1 / 5 / 2;
    }
  
    #w-node-a91a67f8-e6a9-3cc1-7743-26c2c7aff33b-5ffebcf4 {
      grid-area: 5 / 1 / 6 / 2;
    }
  
    #w-node-ad89e7ac-95a1-8118-fc6c-890415552ee5-5ffebcf4 {
      grid-area: 6 / 1 / 7 / 2;
    }
  
    #w-node-_7e201131-9ea6-ce16-e563-e9c43f8edb9a-5ffebcf4 {
      grid-column: 1 / 2;
    }
  
    #w-node-fc53c34a-74e4-25fe-ab32-529143bb0249-5ffebcf4 {
      grid-area: 3 / 1 / 5 / 2;
    }
  
    #w-node-ccd39722-b43f-70df-ee5f-8da74ab93985-5ffebcf4 {
      grid-area: 5 / 1 / 6 / 2;
    }
  
    #w-node-fbea1278-0cdb-1008-c6e2-7164f530f615-5ffebcf4 {
      grid-area: 3 / 1 / 5 / 2;
    }
  
    #w-node-fbea1278-0cdb-1008-c6e2-7164f530f616-5ffebcf4 {
      grid-area: 5 / 1 / 6 / 2;
    }
  
    #w-node-b9f78df8-78e2-25cd-994b-5c1321fcacdb-5ffebcf4 {
      grid-area: 3 / 1 / 5 / 2;
    }
  
    #w-node-b9f78df8-78e2-25cd-994b-5c1321fcacdc-5ffebcf4 {
      grid-area: 5 / 1 / 6 / 2;
    }
  
    #w-node-a3c9c433-5ec8-74e0-b0fd-d3185e0bfecb-5ffebcf4 {
      grid-area: 3 / 1 / 5 / 2;
    }
  
    #w-node-a3c9c433-5ec8-74e0-b0fd-d3185e0bfecc-5ffebcf4 {
      grid-area: 5 / 1 / 6 / 2;
    }
  
    #w-node-cfd2db3c-2b24-fc2d-bed1-e11d4449eafe-5ffebcf4 {
      grid-area: 3 / 1 / 5 / 2;
    }
  
    #w-node-cfd2db3c-2b24-fc2d-bed1-e11d4449eaff-5ffebcf4 {
      grid-area: 5 / 1 / 6 / 2;
    }
  
    #w-node-b7efc400-111a-9474-6bec-556227bcd6a9-5ffebcf4 {
      grid-area: 3 / 1 / 5 / 2;
    }
  
    #w-node-b7efc400-111a-9474-6bec-556227bcd6aa-5ffebcf4 {
      grid-area: 5 / 1 / 6 / 2;
    }
  
    #w-node-_324d4e18-bee5-082b-8e21-110c788660ef-5ffebcf4 {
      grid-area: 2 / 1 / 3 / 2;
    }
  
    #w-node-da501cef-cd64-ee00-3f7d-a844531a5a3d-5ffebcf4 {
      grid-area: 3 / 1 / 5 / 2;
    }
  
    #w-node-da501cef-cd64-ee00-3f7d-a844531a5a3e-5ffebcf4 {
      grid-area: 5 / 1 / 6 / 2;
    }
  
    #w-node-dc2ff621-9d47-c7a4-fe67-edaa6c6dd0d1-5ffebcf4 {
      grid-area: 3 / 1 / 5 / 2;
    }
  
    #w-node-dc2ff621-9d47-c7a4-fe67-edaa6c6dd0d2-5ffebcf4 {
      grid-area: 5 / 1 / 6 / 2;
    }
  
    #w-node-_94aabc0f-1d97-3c5e-240d-aab2e8e66339-5ffebcf4 {
      grid-area: 3 / 1 / 5 / 2;
    }
  
    #w-node-_94aabc0f-1d97-3c5e-240d-aab2e8e6633a-5ffebcf4 {
      grid-area: 5 / 1 / 6 / 2;
    }
  
    #w-node-be7e5b5a-8a86-1987-f962-a03e38a0e278-5ffebcf4 {
      grid-area: 3 / 1 / 5 / 2;
    }
  
    #w-node-be7e5b5a-8a86-1987-f962-a03e38a0e279-5ffebcf4 {
      grid-area: 5 / 1 / 6 / 2;
    }
  
    #w-node-fe30fd4c-6c5f-7fdf-fcec-ed2826f6550a-5ffebcf4 {
      grid-row-end: 2;
    }
  
    #w-node-_5d9a71ee-2f28-dd35-7bab-9dffed089c44-5ffebcf4 {
      grid-area: 2 / 1 / 3 / 2;
    }
  
    #w-node-_04c25d1a-e1c3-01b1-8789-5f15fb5495c9-5ffebcf4 {
      grid-area: span 1 / span 1 / span 1 / span 1;
    }
  
    #w-node-ac46c756-d9c7-18e6-992b-ad381c8849d5-5ffebcf4 {
      grid-area: span 1 / span 1 / span 1 / span 1;
      align-self: center;
      justify-self: center;
    }
  
    #w-node-_32ef52c8-ed80-27fa-1e64-dce41a6b6313-5ffebcf4 {
      grid-area: 2 / 1 / 3 / 2;
      align-self: center;
      justify-self: center;
    }
  
    #w-node-_3f0d8cd4-9e44-62db-b41e-84a215c3561a-5ffebcf4 {
      grid-area: span 2 / span 1 / span 2 / span 1;
      align-self: center;
      justify-self: end;
    }
  }
  
  @font-face {
    font-family: 'Dingextra';
    src: url('https://uploads-ssl.webflow.com/65c822ed7393895d5ffebcee/65c828182a38163bab90625a_DingExtra-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }