<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.logo {
  color: #fff !important;
  font-weight: 700;
  font-size: 21px !important;
  text-transform: capitalize !important; }

header {
  background-color: #00050b; }

.uk-navbar-item,
.uk-navbar-nav &gt; li &gt; a,
.uk-navbar-toggle {
  min-height: 72px; }
  @media (max-width: 960px) {
    .uk-navbar-item,
    .uk-navbar-nav &gt; li &gt; a,
    .uk-navbar-toggle {
      min-height: 45px; } }

@media (max-width: 960px) {
  .uk-navbar-nav {
    gap: 25px; } }

.uk-navbar-nav &gt; li &gt; a {
  color: #fff;
  text-transform: inherit;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.08em; }

.mob-button {
  color: #1b9c85;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px; }

.mob-menu {
  list-style: none;
  padding: 0 !important;
  margin: 0; }
  .mob-menu li {
    border-bottom: 1px solid #eee; }
    .mob-menu li:last-child {
      border-bottom: 0; }
    .mob-menu li a {
      text-transform: uppercase;
      color: #222;
      font-size: 16px;
      padding: 10px 0;
      display: block; }
      .mob-menu li a:hover {
        text-decoration: none;
        color: #178e79; }

.lang-btn {
  outline: inherit;
  background-color: transparent;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .lang-btn img {
    margin-right: 6px; }

.ast-arrow-svg {
  height: 0.6em;
  width: 0.6em;
  position: relative;
  margin-left: 10px;
  fill: currentColor; }

.lang-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .lang-menu ul a {
    color: #222;
    padding: 5px 0;
    display: block; }
    .lang-menu ul a img,
    .lang-menu ul a svg {
      margin-right: 10px; }

.site-footer {
  background-color: #141313;
  padding: 50px 0 0 0; }
  .site-footer .footer-nav {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .site-footer .footer-nav li {
      display: inline-block; }
      .site-footer .footer-nav li a {
        color: #fff;
        padding: 5px 10px; }

.site-footer p {
  font-size: 14px;
  color: #b1b1b1; }

.site-footer b {
  color: #fff; }

.footer-top {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 5px; }

.footer-bottom {
  margin-top: 20px;
  padding: 25px 0; }

.copyright {
  font-size: 14px;
  color: #fff; }
  .copyright span {
    font-weight: 500;
    color: #fff; }
  @media (max-width: 960px) {
    .copyright {
      font-size: 12px; } }

@media (max-width: 960px) {
  .order-1 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; } }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  line-height: 1.4em;
  font-size: 18px;
  color: #141313;
  font-family: "Montserrat", sans-serif; }
  @media (max-width: 960px) {
    body {
      font-size: 14px; } }

h2,
h1,
.uk-h1,
.uk-h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold; }

.site-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative; }

.site-content {
  position: relative; }

.site-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.uk-container {
  max-width: 1400px; }

.uk-container-small {
  max-width: 1150px; }

.hero-section {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 134px;
  padding-bottom: 83px;
  background-color: #252424;
  color: #ffffff;
  background-image: url(../images/broker-hero.webp);
  background-repeat: no-repeat;
  background-position: top -83px center;
  background-size: cover;
  background-attachment: local; }
  @media (max-width: 960px) {
    .hero-section {
      padding-top: 40px;
      padding-bottom: 80px;
      background-position: center center;
      background-image: url(../images/hero_image_mob_header.svg); } }
  .hero-section h1 {
    font-size: 62px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff; }
    @media (max-width: 960px) {
      .hero-section h1 {
        font-size: 24px; } }
  .hero-section .desc {
    font-size: 30px;
    line-height: 1.4em;
    font-weight: 400; }
    @media (max-width: 960px) {
      .hero-section .desc {
        font-size: 22px; } }
  .hero-section .hero-form {
    max-width: 387px;
    background-color: #fff;
    padding: 35px 13px 48px 13px;
    border-radius: 25px; }
  .hero-section .iti--allow-dropdown {
    width: 100%; }

.hero-container {
  max-width: 970px; }

.uk-input,
.uk-select,
.uk-textarea {
  padding: 0 15px;
  background: #f1f1f1;
  color: #333;
  border: 1px solid #f1f1f1;
  border-radius: 12px; }

.uk-input,
.uk-select {
  height: 50px; }

.btn-submit {
  background-color: #f55951;
  color: #fff;
  border-radius: 12px;
  text-transform: uppercase;
  width: 100%;
  height: 41px;
  font-weight: bold;
  text-align: center;
  border: 0;
  outline: inherit;
  font-size: 17px;
  font-weight: 500;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer; }
  .btn-submit:hover {
    background-color: #323232; }

.stk-block-text {
  font-size: 8.7px !important;
  color: #141313 !important;
  line-height: 1.5em !important;
  font-weight: 600 !important;
  margin-top: 10px; }
  .stk-block-text p:last-child {
    margin-bottom: 0; }
  .stk-block-text a {
    color: #5dbcc9;
    font-weight: 600; }

* + .uk-grid-margin-xsmall,
.uk-grid + .uk-grid-row-xsmall,
.uk-grid + .uk-grid-xsmall,
.uk-grid-row-xsmall &gt; .uk-grid-margin,
.uk-grid-xsmall &gt; .uk-grid-margin {
  margin-top: 10px; }

.uw-weg {
  text-align: center;
  padding: 54px 118px 70px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 24px;
  border: 2px solid #edd2cb; }
  @media (max-width: 960px) {
    .uw-weg {
      padding: 40px 15px; } }

section h2 {
  font-size: 40px;
  font-weight: bold;
  color: #252424; }
  @media (max-width: 960px) {
    section h2 {
      font-size: 24px; } }

p:last-child {
  margin-bottom: 0; }

a.gb-button-032089f3 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  padding: 17px 66px;
  border-radius: 12px;
  background-color: #f55951;
  color: #ffffff;
  text-decoration: none; }

.button-link {
  line-height: 1.3em; }

.wat-box {
  background-color: #fff8f6;
  padding: 20px;
  border-radius: 24px;
  border: 2px solid #edd2cb; }

.br20 {
  border-radius: 20px; }

.uk-accordion-title {
  padding: 19px 35px;
  border-radius: 12px;
  border: 2px solid #edd2cb;
  color: #141313;
  font-weight: bold;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 960px) {
    .uk-accordion-title {
      padding: 10px;
      font-size: 18px; } }
  .uk-accordion-title svg {
    width: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .uk-accordion-title:hover {
    color: #141313; }

.uk-accordion-title::before {
  display: none; }

.uk-open .uk-accordion-title svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.uk-accordion-content {
  padding: 0 30px; }
  @media (max-width: 960px) {
    .uk-accordion-content {
      padding: 1 10px; } }

.uk-section-dark {
  background-color: #edd2cb; }

@media (max-width: 960px) {
  .order-1 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; } }

.f500 {
  font-weight: 500; }

.step-box {
  padding: 40px 50px;
  border: 2px solid #edd2cb;
  border-radius: 24px;
  background-color: #fff; }
  @media (max-width: 960px) {
    .step-box {
      padding: 20px 15px; } }
  .step-box strong {
    display: block; }
  .step-box .step-label {
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 700; }
  .step-box .step-heading {
    font-size: 20px;
    font-weight: 700; }

.step-inner {
  margin-top: -110px;
  position: relative;
  z-index: 1; }

.step-top {
  padding-bottom: 160px; }
  @media (max-width: 960px) {
    .step-top {
      padding-bottom: 100px;
      padding-top: 0px; } }

.col2-box {
  border: 2px solid #edd2cb;
  border-radius: 24px;
  background-color: #fff8f6;
  padding: 40px; }
  @media (max-width: 960px) {
    .col2-box {
      padding: 15px 10px; } }

.col3inner {
  padding: 40px 50px;
  border: 2px solid #edd2cb;
  border-radius: 24px;
  background-color: #fff; }

.col3box {
  text-align: center; }
  .col3box h3 {
    font-weight: 500;
    font-size: 20px; }
  .col3box p {
    font-size: 16px; }

.col3section {
  background-image: url(../images/broker-background.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.bnr-bg {
  background-image: url(../images/broker-hero.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 270px;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 960px) {
    .bnr-bg {
      background-image: url(../images/hero_image_mob_header.svg);
      height: 230px;
      background-position: left top;
      background-size: cover; } }
  .bnr-bg h1 {
    color: #fff;
    font-size: 60px;
    margin-bottom: 10px; }
    @media (max-width: 960px) {
      .bnr-bg h1 {
        font-size: 24px; } }
  .bnr-bg h2 {
    color: #fff;
    margin: 0;
    font-size: 29px; }
    @media (max-width: 960px) {
      .bnr-bg h2 {
        font-size: 18px; } }

.gb-shape {
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  line-height: 0;
  left: 0;
  right: 0;
  bottom: -1px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  color: #ffffff; }
  .gb-shape svg {
    height: 100px;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    min-width: 100%;
    fill: currentColor; }
    @media (max-width: 960px) {
      .gb-shape svg {
        height: 40px; } }

.contact-form {
  background-color: #dedee6;
  border-radius: 24px;
  padding: 30px 20px;
  position: relative;
  margin-top: -60px;
  z-index: 1; }
  .contact-form label {
    display: block;
    font-weight: 700;
    font-style: normal;
    word-break: break-word;
    word-wrap: break-word;
    color: #000;
    margin-bottom: 10px;
    font-size: 16px; }

.uk-input, .uk-select, .uk-textarea {
  padding: 0 15px;
  background: #fff;
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 12px; }

.stk-641scwk .stk-block-heading__text {
  font-size: 60px !important;
  color: var(--contrast) !important;
  font-family: "Montserrat", Sans-serif !important; }

@media screen and (max-width: 1023px) {
  .stk-641scwk .stk-block-heading__text {
    font-size: 50px !important; } }
@media screen and (max-width: 767px) {
  .stk-641scwk .stk-block-heading__text {
    font-size: 30px !important; } }
</pre></body></html>