.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:235,244,218;--color-primary-1:189,218,130;--color-primary-2:123,180,5;--color-primary-3:62,90,3;--color-primary-4:18,27,1;--color-secondary-0:250,249,248;--color-secondary-1:238,235,230;--color-secondary-2:221,215,205;--color-secondary-3:111,108,103;--color-secondary-4:33,32,31;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSTtklpKP0kaciDavPcMBB33hvunlDAJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#iSTtklpKP0kaciDavPcMBB33hvunlDAJ > .row .container { background-color: transparent; background-image: none; }#iSTtklpKP0kaciDavPcMBB33hvunlDAJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSTtklpKP0kaciDavPcMBB33hvunlDAJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSTtklpKP0kaciDavPcMBB33hvunlDAJ > .row .container > .video-iframe-container { display: none; }#iSTtklpKP0kaciDavPcMBB33hvunlDAJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSTtklpKP0kaciDavPcMBB33hvunlDAJ > .row > .video-iframe-container { display: none; }#iSTtklpKP0kaciDavPcMBB33hvunlDAJ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSTtklpKP0kaciDavPcMBB33hvunlDAJ > .row .container { border-width: 0; border-radius: 0; }#iSTtklpKP0kaciDavPcMBB33hvunlDAJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iSTtklpKP0kaciDavPcMBB33hvunlDAJ > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;position:relative;display:block; }#Ee3X1eIRKtssNQQai5sC6uEZvHK2IzuB { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:0.90625rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#OiCwh7NEqIkpGq74TAW8ufBqVR6H2JsS { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:0.40625rem;left:59.020833015442rem; }
#cnMmAsfJZL8J14Mwaa6XIZMnksPJlm8G { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f1ece6);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f1ece6);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f1ece6);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f1ece6' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f1ece6);background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#cnMmAsfJZL8J14Mwaa6XIZMnksPJlm8G > .row .container { background-color: transparent; background-image: none; }#cnMmAsfJZL8J14Mwaa6XIZMnksPJlm8G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnMmAsfJZL8J14Mwaa6XIZMnksPJlm8G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnMmAsfJZL8J14Mwaa6XIZMnksPJlm8G > .row .container > .video-iframe-container { display: none; }#cnMmAsfJZL8J14Mwaa6XIZMnksPJlm8G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnMmAsfJZL8J14Mwaa6XIZMnksPJlm8G > .row > .video-iframe-container { display: none; }#cnMmAsfJZL8J14Mwaa6XIZMnksPJlm8G > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnMmAsfJZL8J14Mwaa6XIZMnksPJlm8G > .row .container { border-width: 0; border-radius: 0; }#cnMmAsfJZL8J14Mwaa6XIZMnksPJlm8G > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cnMmAsfJZL8J14Mwaa6XIZMnksPJlm8G > .row .container { font-size:0.875rem;font-family:arial;height:39.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#gpcyT0FkFbTTOu8WbvT9xZHQqFi6CXet { color:#5e8b00;display:block;width:40.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.875rem;left:0rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#rc7eAOq8PI4Td2LnslB2Zkb0H2tFk3T2 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.3105625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:25.3125rem;left:0rem;display:block; }
#wZQkOOgLgGBqaiBhvdJxgTit2Q6VoS38 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wA36AVBAaDVIVW8xMv3WdCLFqUyGzXmN { box-sizing:content-box;height:27.1875rem;width:27.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14987;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f1ece6, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #f1ece6, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #f1ece6, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #f1ece6, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #f1ece6, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:11.5625rem;left:47.8125rem;display:block; }
#s1nwNVqP7UhseTvAPn66gMgpfXsTrvTS { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.749875rem;width:22.56225rem;top:7.624625rem;left:50.123901367188rem;overflow:hidden;display:block; }
#dG3LGhqpyUsmuRODhogPAFxXuqfxmmiD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:88.0625rem;width:67.5rem;display:none; }
#nQOqegcNBIR04nwTZilM8XaFEWPrk1L2 { box-sizing:content-box;height:4rem;width:11.8125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:25rem;left:3.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#QkBhuVfg0WcTObuQbPGy2ci9XI85foZW { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:25.6875rem;left:4rem;display:none; }
#BuAfHuKcm3EOaDAKkl4CmgEpxTGqyTq4 { color:#2a2a2a;display:block;width:43.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9.9375rem;left:0rem;height:9.503875rem;text-align:left;text-align-last:left;display:block; }
#KsXvXMV6QJ2OPehewkIkUSiwTNHLFSAr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),0.12));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),0.12));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),0.12));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),0.12));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),0.12)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),0.12)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),0.12));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KsXvXMV6QJ2OPehewkIkUSiwTNHLFSAr > .row .container { background-color: transparent; background-image: none; }#KsXvXMV6QJ2OPehewkIkUSiwTNHLFSAr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsXvXMV6QJ2OPehewkIkUSiwTNHLFSAr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsXvXMV6QJ2OPehewkIkUSiwTNHLFSAr > .row .container > .video-iframe-container { display: none; }#KsXvXMV6QJ2OPehewkIkUSiwTNHLFSAr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsXvXMV6QJ2OPehewkIkUSiwTNHLFSAr > .row > .video-iframe-container { display: none; }#KsXvXMV6QJ2OPehewkIkUSiwTNHLFSAr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsXvXMV6QJ2OPehewkIkUSiwTNHLFSAr > .row .container { border-width: 0; border-radius: 0; }#KsXvXMV6QJ2OPehewkIkUSiwTNHLFSAr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KsXvXMV6QJ2OPehewkIkUSiwTNHLFSAr > .row .container { font-size:0.875rem;font-family:arial;height:29.25rem;width:75rem;position:relative;display:block; }#rTcJQQTCNUqkgzipeTlXmxWaI77X5Te8 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:13.162109375rem;left:3.90625rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#FXVm0MQaWwuMsZ0buZezenI6dfwU4LB6 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:14.4619140625rem;left:21.5625rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#UWimPIwIvt3kNLJ4tnClV1WxRDmNvGTr { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:13.8115234375rem;left:40.5rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#CBHImS3T65AuFG7B0RytEBokrL0koySO { color:rgba(var(--color-tertiary-4),1);display:block;width:12.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:14.4619140625rem;left:59.5rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#CATduu3TTonSXnZRwJJU5yzS8FaUwFGU { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:0.125rem;top:0.90673828125rem;left:20.045654296875rem;overflow:hidden;display:block; }
#Q4ncyRRd8F7fvtPsIBiHgJNqwH7gsQe9 { color:rgba(var(--color-tertiary-4),1);display:block;width:58.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.5rem;left:8.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fJ4Sgm9NcISxrXrvTOUblmOf6TiOoznv { box-sizing:content-box;height:9.9375rem;width:14.5625rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:11.3173828125rem;left:1.96875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#PUAhyem53HogmPlgANxgAv9zPo4L7zra { box-sizing:content-box;height:9.9375rem;width:14.5625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:11.3173828125rem;left:20.71875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#xclu4At3A5hIQN7cf5XncfwlaeTfG9Ee { box-sizing:content-box;height:9.9375rem;width:14.5625rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:11.3173828125rem;left:39.46875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#lxd7TzmfRvgxzhH7oFTDhBokrAi9WG6P { box-sizing:content-box;height:9.9375rem;width:14.5625rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:11.3173828125rem;left:58.21875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#mBhTcp8cFvOGR38Hn0f6kEzRLaFDRvvQ { position:relative;display:block; }#mBhTcp8cFvOGR38Hn0f6kEzRLaFDRvvQ { background-color: transparent; background-image: none; }#mBhTcp8cFvOGR38Hn0f6kEzRLaFDRvvQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBhTcp8cFvOGR38Hn0f6kEzRLaFDRvvQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBhTcp8cFvOGR38Hn0f6kEzRLaFDRvvQ > .row .container > .video-iframe-container { display: none; }#mBhTcp8cFvOGR38Hn0f6kEzRLaFDRvvQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBhTcp8cFvOGR38Hn0f6kEzRLaFDRvvQ > .row > .video-iframe-container { display: none; }#mBhTcp8cFvOGR38Hn0f6kEzRLaFDRvvQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBhTcp8cFvOGR38Hn0f6kEzRLaFDRvvQ { border-width: 0; border-radius: 0; }#mBhTcp8cFvOGR38Hn0f6kEzRLaFDRvvQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mBhTcp8cFvOGR38Hn0f6kEzRLaFDRvvQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ELC6BFSSuB4LbZu7bBBJGZXPK6szCs8b { color:rgba(var(--color-tertiary-4),1);display:block;width:71.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3rem;left:1.75rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KPrTN6ZIM89Nwq96mPoA4HMDrlTuOrSA { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.3110625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:12.4365234375rem;left:21.843872070312rem;display:block; }
#nVfyDNZOrfuZVMPhbZqDyxCWpH6TBKuv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GbEizsA8wcTGvU6STH6dMkMJryTNP8A6 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.125rem;left:19.75rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vq7qxuLUlJrlzNGA77eEImm0t4DLQRMe { position:relative;display:block; }#Vq7qxuLUlJrlzNGA77eEImm0t4DLQRMe { background-color: transparent; background-image: none; }#Vq7qxuLUlJrlzNGA77eEImm0t4DLQRMe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vq7qxuLUlJrlzNGA77eEImm0t4DLQRMe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vq7qxuLUlJrlzNGA77eEImm0t4DLQRMe > .row .container > .video-iframe-container { display: none; }#Vq7qxuLUlJrlzNGA77eEImm0t4DLQRMe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vq7qxuLUlJrlzNGA77eEImm0t4DLQRMe > .row > .video-iframe-container { display: none; }#Vq7qxuLUlJrlzNGA77eEImm0t4DLQRMe > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vq7qxuLUlJrlzNGA77eEImm0t4DLQRMe { border-width: 0; border-radius: 0; }#Vq7qxuLUlJrlzNGA77eEImm0t4DLQRMe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Vq7qxuLUlJrlzNGA77eEImm0t4DLQRMe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vnCVKCOECymXkkhmek3RGhzlHI5y9831 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.3115234375rem;left:1.9833984375rem;height:2.6001rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f3QiBCfAyzkcWCot5iQwgNCvWBNBtevZ { color:rgba(var(--color-tertiary-4),1);display:block;width:63.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.44775390625rem;left:6.49951171875rem;height:15.3984375rem;text-align:left;text-align-last:left;display:block; }#f3QiBCfAyzkcWCot5iQwgNCvWBNBtevZ li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#f3QiBCfAyzkcWCot5iQwgNCvWBNBtevZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e5f8a1db99c38ed6eea736eaaeacdb78377d50b.svg); }
#mwa8OToaZDpelRG4TU5h7o9KPbEuaz38 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.3104375rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:25.809936523438rem;left:21.844482421875rem;display:block; }
#fp5gWJnzBQp4R08G5JAyrRELBKIFoToS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lD8RtbXE4x8oPEKeQS5sNO7P2LqbJf9r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f1ece6, #ffffff);background-image: -moz-linear-gradient(180deg, #f1ece6, #ffffff);background-image: -ms-linear-gradient(180deg, #f1ece6, #ffffff);background-image: -o-linear-gradient(180deg, #f1ece6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f1ece6, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lD8RtbXE4x8oPEKeQS5sNO7P2LqbJf9r > .row .container { background-color: transparent; background-image: none; }#lD8RtbXE4x8oPEKeQS5sNO7P2LqbJf9r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lD8RtbXE4x8oPEKeQS5sNO7P2LqbJf9r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lD8RtbXE4x8oPEKeQS5sNO7P2LqbJf9r > .row .container > .video-iframe-container { display: none; }#lD8RtbXE4x8oPEKeQS5sNO7P2LqbJf9r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lD8RtbXE4x8oPEKeQS5sNO7P2LqbJf9r > .row > .video-iframe-container { display: none; }#lD8RtbXE4x8oPEKeQS5sNO7P2LqbJf9r > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lD8RtbXE4x8oPEKeQS5sNO7P2LqbJf9r > .row .container { border-width: 0; border-radius: 0; }#lD8RtbXE4x8oPEKeQS5sNO7P2LqbJf9r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lD8RtbXE4x8oPEKeQS5sNO7P2LqbJf9r > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:75rem;position:relative;display:block; }#qdJTrlyhF5gtxGVdXL8wTfClI2kgFM6U { color:rgba(var(--color-tertiary-4),1);display:block;width:22.87425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.75rem;left:5rem;height:5.20019375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vhktJdRsNiKQPNJusoM2dTPnF4p9csKW { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:9.173583984375rem;left:3.9520263671875rem;height:22.39060625rem;text-align:left;text-align-last:left;display:block; }
#ea4hrTAJdLgpQ8BKV6KsMusCHoqyXaV3 { box-sizing:content-box;height:4.6875rem;width:0.312011875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.0850830078125rem;left:3.9520263671875rem;display:block; }
#kTxFQxGwR3JqJVC3TbklOzTQChITTbgN { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.874375rem;width:23.061875rem;top:4.875rem;left:44.718751907349rem;overflow:hidden;display:block; }
#xcnrbMZVmMl23JUp8eEWOKyRAsEbnmNK { box-sizing:content-box;height:29.625rem;width:22.4375rem;position:absolute;display:block;z-index:5001;background-color:#f1ece6;background-image:none;top:5.0364608764649rem;left:45.031251907349rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#HyyEZTF3TLVxDWLZcI5ILlaTmIEak2iG { box-sizing:content-box;height:29.6875rem;width:22.437125rem;position:absolute;display:block;z-index:4999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #f1ece6);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #f1ece6);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #f1ece6);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#f1ece6' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), #f1ece6);background-size:auto !important;top:3.4674530029297rem;left:47.812501907349rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#JH6kNrJDixL78oJcAERCgBr0bXU8h3x3 { position:absolute;display:block;z-index:4999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.937125rem;width:25.437rem;top:19.85107421875rem;left:48.562622070312rem;overflow:hidden;display:block; }
#TgwlkxWiGfdpsAHd1kBmkiTlbgEUnWZM { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.25);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.3104375rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.154907226562rem;left:3.9520263671875rem;display:block; }
#SxKqLFDVCaBvDpHVJbBhOcJBAkFoqgX5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HQh0dVgtgUkRpthBk5EhPTmWXPaONMXB { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.31225rem;width:33.81225rem;top:0rem;left:41.188354492188rem;overflow:hidden;display:block; }
#vo5LhRnLnlrGrIGIIbGvzlpukEXclgDc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vo5LhRnLnlrGrIGIIbGvzlpukEXclgDc > .row .container { background-color: transparent; background-image: none; }#vo5LhRnLnlrGrIGIIbGvzlpukEXclgDc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vo5LhRnLnlrGrIGIIbGvzlpukEXclgDc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vo5LhRnLnlrGrIGIIbGvzlpukEXclgDc > .row .container > .video-iframe-container { display: none; }#vo5LhRnLnlrGrIGIIbGvzlpukEXclgDc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vo5LhRnLnlrGrIGIIbGvzlpukEXclgDc > .row > .video-iframe-container { display: none; }#vo5LhRnLnlrGrIGIIbGvzlpukEXclgDc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vo5LhRnLnlrGrIGIIbGvzlpukEXclgDc > .row .container { border-width: 0; border-radius: 0; }#vo5LhRnLnlrGrIGIIbGvzlpukEXclgDc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vo5LhRnLnlrGrIGIIbGvzlpukEXclgDc > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#QcMlMeMDipo00evQaHaResQWCa4WxGFb { color:rgba(var(--color-tertiary-4),1);display:block;width:52.3110625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.8746337890625rem;left:11.37451171875rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#My7IPueHdsCc9gAXSppf4Kbu77VBpvJD { color:rgba(var(--color-tertiary-4),1);display:block;width:52.3108125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.3115234375rem;left:11.343994140625rem;height:2.6001rem;text-align:center;text-align-last:center;display:block; }
#XuWEETH6Z5Bg7A1JuUe7Ese27WsbeE12 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XuWEETH6Z5Bg7A1JuUe7Ese27WsbeE12 > .row .container { background-color: transparent; background-image: none; }#XuWEETH6Z5Bg7A1JuUe7Ese27WsbeE12::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuWEETH6Z5Bg7A1JuUe7Ese27WsbeE12 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuWEETH6Z5Bg7A1JuUe7Ese27WsbeE12 > .row .container > .video-iframe-container { display: none; }#XuWEETH6Z5Bg7A1JuUe7Ese27WsbeE12 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuWEETH6Z5Bg7A1JuUe7Ese27WsbeE12 > .row > .video-iframe-container { display: none; }#XuWEETH6Z5Bg7A1JuUe7Ese27WsbeE12 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuWEETH6Z5Bg7A1JuUe7Ese27WsbeE12 > .row .container { border-width: 0; border-radius: 0; }#XuWEETH6Z5Bg7A1JuUe7Ese27WsbeE12 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XuWEETH6Z5Bg7A1JuUe7Ese27WsbeE12 > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#do3Loy3iOb4N9ZX3tKMkIKc4gX8rk6sF { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.9375rem;width:14.375rem;top:1.875rem;left:11.312255859375rem;overflow:hidden;display:block; }
#ITMw0oaxcZIMkJe5HHTqPX2PkEoyNgdn { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:17.5rem;top:1.875rem;left:26.1875rem;overflow:hidden;display:block; }
#PCV4niqIDOCpq7ZxWTgXBh4yckTiVwIP { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:17.5rem;top:7.1875rem;left:26.1875rem;overflow:hidden;display:block; }
#bJnrILE3nNme2J4GSKzqik4P9aShrAop { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:17.5rem;top:18.8125rem;left:26.1875rem;overflow:hidden;display:block; }
#lSSK1s5g0dWy5SDvGk3SBwLg3P3TR0eM { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:18.4375rem;top:6.0625rem;left:44.25rem;overflow:hidden;display:block; }
#wMl2RzKiMHdPXBcVPHGJ3QVK5ac9DlM6 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:18.4375rem;top:1.875rem;left:44.25rem;overflow:hidden;display:block; }
#DyW7V757iNhlL21pI20P3abs7VpOVTE1 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:18.4375rem;top:11.0625rem;left:44.25rem;overflow:hidden;display:block; }
#DhoC7PGeXiHW4Kg2KwItCwRUD6wqNlxb { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:18.4375rem;top:18.375rem;left:44.25rem;overflow:hidden;display:block; }
#rI4Chg7NVTobKXS5qwFEGwkc8gPnTNkG { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:18.4375rem;top:22.625rem;left:44.25rem;overflow:hidden;display:block; }
#NEZxRBwBnBxVRpm3IO2vTJbGTAiwcNxO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NEZxRBwBnBxVRpm3IO2vTJbGTAiwcNxO > .row .container { background-color: transparent; background-image: none; }#NEZxRBwBnBxVRpm3IO2vTJbGTAiwcNxO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZxRBwBnBxVRpm3IO2vTJbGTAiwcNxO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZxRBwBnBxVRpm3IO2vTJbGTAiwcNxO > .row .container > .video-iframe-container { display: none; }#NEZxRBwBnBxVRpm3IO2vTJbGTAiwcNxO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZxRBwBnBxVRpm3IO2vTJbGTAiwcNxO > .row > .video-iframe-container { display: none; }#NEZxRBwBnBxVRpm3IO2vTJbGTAiwcNxO > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZxRBwBnBxVRpm3IO2vTJbGTAiwcNxO > .row .container { border-width: 0; border-radius: 0; }#NEZxRBwBnBxVRpm3IO2vTJbGTAiwcNxO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NEZxRBwBnBxVRpm3IO2vTJbGTAiwcNxO > .row .container { font-size:0.875rem;font-family:arial;height:45.8125rem;width:75rem;position:relative;display:block; }#fa7whRrPghsG1G01fpG3DruGPeU7TEVI { box-sizing:content-box;height:32.8125rem;width:22.4375rem;position:absolute;display:block;z-index:4999;background-color:#f1ece6;background-image:none;top:7.75rem;left:47.6875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.25) ;border-top:0.3125rem solid rgba(var(--color-primary-3),1);border-left:0.3125rem solid rgba(var(--color-primary-3),1);border-right:0.3125rem solid rgba(var(--color-primary-3),1);border-bottom:0.3125rem solid rgba(var(--color-primary-3),1);display:block; }
#HDk1hrkqinpAQIRw2Q7J1OvfackGWVDT { box-sizing:content-box;height:27.6861875rem;width:22.4359375rem;position:absolute;display:block;z-index:4998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-primary-3),0.45));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-primary-3),0.45));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-primary-3),0.45));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-primary-3),0.45));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='rgba(var(--color-primary-3),0.45)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='rgba(var(--color-primary-3),0.45)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-primary-3),0.45));background-size:auto !important;top:10.5rem;left:44.9375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#ElSmkoaKBzVX4FDv2S54qn5ofVPNTfiH { color:rgba(var(--color-primary-4),1);display:block;width:64.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.400390625rem;left:5.21875rem;height:3.0869125rem;text-align:center;text-align-last:center;display:block; }
#I9uWrhA45mhVTE6g9acfcZ6c5JfhhDhu { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.499rem;width:35.18675rem;top:10.4375rem;left:39.875rem;overflow:hidden;display:block; }
#K2ObfxlXwITwzeZcq047TTQVski3q9g4 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.31175rem;width:28.999rem;top:21.4375rem;left:40.625rem;overflow:hidden;display:block; }
#GHPKu4gXzcVJpAGSPzXvbc4VhdwxKVea { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.6875rem;width:21.875rem;top:8.375rem;left:47.6875rem;overflow:hidden;display:block; }
#IRrD6crdGZXRNc0sVAeEMetsiEgBqCHM { position:absolute;display:block;z-index:15010;height:21.75rem;width:24.3125rem;top:8.3427734375rem;left:9.4970703125rem;display:block; }
#zNRPkc4cOh7N5oOJUVTATRT910PI6TH4 { box-sizing:content-box;height:34.0625rem;width:32.75rem;position:absolute;display:block;z-index:5000;background-color:#f1ece6;background-image:none;top:7.0380859375rem;left:4.9658203125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.25) ;border-top:0.3125rem solid rgba(var(--color-primary-3),1);border-left:0.3125rem solid rgba(var(--color-primary-3),1);border-right:0.3125rem solid rgba(var(--color-primary-3),1);border-bottom:0.3125rem solid rgba(var(--color-primary-3),1);display:block; }
#pNx0cE6JKUXDxDAclhKqWd6Ta3TLIKN4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pNx0cE6JKUXDxDAclhKqWd6Ta3TLIKN4 > .row .container { background-color: transparent; background-image: none; }#pNx0cE6JKUXDxDAclhKqWd6Ta3TLIKN4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNx0cE6JKUXDxDAclhKqWd6Ta3TLIKN4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNx0cE6JKUXDxDAclhKqWd6Ta3TLIKN4 > .row .container > .video-iframe-container { display: none; }#pNx0cE6JKUXDxDAclhKqWd6Ta3TLIKN4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNx0cE6JKUXDxDAclhKqWd6Ta3TLIKN4 > .row > .video-iframe-container { display: none; }#pNx0cE6JKUXDxDAclhKqWd6Ta3TLIKN4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNx0cE6JKUXDxDAclhKqWd6Ta3TLIKN4 > .row .container { border-width: 0; border-radius: 0; }#pNx0cE6JKUXDxDAclhKqWd6Ta3TLIKN4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pNx0cE6JKUXDxDAclhKqWd6Ta3TLIKN4 > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#L151AyB8FgsOFW30NFg7hDSLaiZEO51M { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3745125rem;width:1.3745125rem;top:2rem;left:2.875rem;overflow:hidden;display:block; }
#Ie8NlistrJVNsLyRbwyEtEGd5OP230xk { color:#101010;display:block;width:25.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:2.0625rem;left:5.125rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#k9KiO3F5L6ORlPheWsSqSnaMsrlm6eTK { color:#0da3e6;display:block;width:12.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:2rem;left:50.5625rem;height:1.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GB9uzWPV0LFZhTGkf5TrOfkmPgKpvkBu { color:#0da3e6;display:block;width:5.99975625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:2rem;left:66.125rem;height:1.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iSTtklpKP0kaciDavPcMBB33hvunlDAJ { display:block; }#iSTtklpKP0kaciDavPcMBB33hvunlDAJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ee3X1eIRKtssNQQai5sC6uEZvHK2IzuB { top:0.875rem;left:0rem;width:14.8125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiCwh7NEqIkpGq74TAW8ufBqVR6H2JsS { top:0.375rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnMmAsfJZL8J14Mwaa6XIZMnksPJlm8G { display:block; }#cnMmAsfJZL8J14Mwaa6XIZMnksPJlm8G > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gpcyT0FkFbTTOu8WbvT9xZHQqFi6CXet { top:20.875rem;left:0rem;width:40.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc7eAOq8PI4Td2LnslB2Zkb0H2tFk3T2 { width:31.25rem;height:3.4375rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZQkOOgLgGBqaiBhvdJxgTit2Q6VoS38 { display:block; }
 }@media only screen and (max-width: 763px) { #wA36AVBAaDVIVW8xMv3WdCLFqUyGzXmN { top:11.5625rem;left:20.5625rem;width:27.1875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1nwNVqP7UhseTvAPn66gMgpfXsTrvTS { top:7.5625rem;left:25.25rem;width:22.5rem;height:31.6622760363rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG3LGhqpyUsmuRODhogPAFxXuqfxmmiD { width:47.75rem;height:62.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nQOqegcNBIR04nwTZilM8XaFEWPrk1L2 { top:25rem;left:0rem;width:11.8125rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #QkBhuVfg0WcTObuQbPGy2ci9XI85foZW { top:25.6875rem;left:0rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BuAfHuKcm3EOaDAKkl4CmgEpxTGqyTq4 { top:9.9375rem;left:0rem;width:43.5rem;height:9.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsXvXMV6QJ2OPehewkIkUSiwTNHLFSAr { display:block; }#KsXvXMV6QJ2OPehewkIkUSiwTNHLFSAr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTcJQQTCNUqkgzipeTlXmxWaI77X5Te8 { top:13.125rem;left:0.5rem;width:10.9375rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXVm0MQaWwuMsZ0buZezenI6dfwU4LB6 { top:14.4375rem;left:10.75rem;width:13.125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWimPIwIvt3kNLJ4tnClV1WxRDmNvGTr { top:13.75rem;left:23.875rem;width:11.9375rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBHImS3T65AuFG7B0RytEBokrL0koySO { top:14.4375rem;left:35.5625rem;width:12.1875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CATduu3TTonSXnZRwJJU5yzS8FaUwFGU { top:0.875rem;left:6.3125rem;width:0.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4ncyRRd8F7fvtPsIBiHgJNqwH7gsQe9 { top:5.5rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ4Sgm9NcISxrXrvTOUblmOf6TiOoznv { top:11.3125rem;left:0rem;width:14.5625rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUAhyem53HogmPlgANxgAv9zPo4L7zra { top:11.3125rem;left:9.0625rem;width:14.5625rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xclu4At3A5hIQN7cf5XncfwlaeTfG9Ee { top:11.3125rem;left:21rem;width:14.5625rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxd7TzmfRvgxzhH7oFTDhBokrAi9WG6P { top:11.3125rem;left:32.9375rem;width:14.5625rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBhTcp8cFvOGR38Hn0f6kEzRLaFDRvvQ { display:block; }#mBhTcp8cFvOGR38Hn0f6kEzRLaFDRvvQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ELC6BFSSuB4LbZu7bBBJGZXPK6szCs8b { top:3rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPrTN6ZIM89Nwq96mPoA4HMDrlTuOrSA { width:31.25rem;height:3.4375rem;top:12.375rem;left:8.2188720703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVfyDNZOrfuZVMPhbZqDyxCWpH6TBKuv { display:block; }
 }@media only screen and (max-width: 763px) { #GbEizsA8wcTGvU6STH6dMkMJryTNP8A6 { top:6.125rem;left:6.125rem;width:35.375rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vq7qxuLUlJrlzNGA77eEImm0t4DLQRMe { display:block; }#Vq7qxuLUlJrlzNGA77eEImm0t4DLQRMe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vnCVKCOECymXkkhmek3RGhzlHI5y9831 { top:2.25rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3QiBCfAyzkcWCot5iQwgNCvWBNBtevZ { top:7.4375rem;left:0rem;width:47.75rem;height:15.375rem;font-size:0.875rem;display:block; }#f3QiBCfAyzkcWCot5iQwgNCvWBNBtevZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e5f8a1db99c38ed6eea736eaaeacdb78377d50b.svg); }
 }@media only screen and (max-width: 763px) { #mwa8OToaZDpelRG4TU5h7o9KPbEuaz38 { width:31.25rem;height:3.4375rem;top:25.75rem;left:8.219482421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp5gWJnzBQp4R08G5JAyrRELBKIFoToS { display:block; }
 }@media only screen and (max-width: 763px) { #lD8RtbXE4x8oPEKeQS5sNO7P2LqbJf9r { display:block; }#lD8RtbXE4x8oPEKeQS5sNO7P2LqbJf9r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qdJTrlyhF5gtxGVdXL8wTfClI2kgFM6U { top:2.6875rem;left:0rem;width:22.8125rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhktJdRsNiKQPNJusoM2dTPnF4p9csKW { top:9.125rem;left:0rem;width:33.5625rem;height:22.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea4hrTAJdLgpQ8BKV6KsMusCHoqyXaV3 { top:3.0625rem;left:0rem;width:0.3125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTxFQxGwR3JqJVC3TbklOzTQChITTbgN { top:4.875rem;left:24.281251907349rem;width:23rem;height:29.794222065639rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcnrbMZVmMl23JUp8eEWOKyRAsEbnmNK { top:5rem;left:24.593751907349rem;width:22.4375rem;height:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyyEZTF3TLVxDWLZcI5ILlaTmIEak2iG { top:3.4375rem;left:25.375rem;width:22.375rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH6kNrJDixL78oJcAERCgBr0bXU8h3x3 { top:19.8125rem;left:22.375rem;width:25.375rem;height:14.900717335967rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgwlkxWiGfdpsAHd1kBmkiTlbgEUnWZM { width:31.25rem;height:3.4375rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxKqLFDVCaBvDpHVJbBhOcJBAkFoqgX5 { display:block; }
 }@media only screen and (max-width: 763px) { #HQh0dVgtgUkRpthBk5EhPTmWXPaONMXB { top:0rem;left:14rem;width:33.75rem;height:21.273013109154rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo5LhRnLnlrGrIGIIbGvzlpukEXclgDc { display:block; }#vo5LhRnLnlrGrIGIIbGvzlpukEXclgDc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QcMlMeMDipo00evQaHaResQWCa4WxGFb { top:1.8125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #My7IPueHdsCc9gAXSppf4Kbu77VBpvJD { top:4.25rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuWEETH6Z5Bg7A1JuUe7Ese27WsbeE12 { display:block; }#XuWEETH6Z5Bg7A1JuUe7Ese27WsbeE12 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #do3Loy3iOb4N9ZX3tKMkIKc4gX8rk6sF { top:1.875rem;left:1.5rem;width:14.375rem;height:24.937125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITMw0oaxcZIMkJe5HHTqPX2PkEoyNgdn { top:1.875rem;left:14.25rem;width:17.5rem;height:4.8120125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCV4niqIDOCpq7ZxWTgXBh4yckTiVwIP { top:7.1875rem;left:14.25rem;width:17.5rem;height:11.62475rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJnrILE3nNme2J4GSKzqik4P9aShrAop { top:18.8125rem;left:14.25rem;width:17.5rem;height:7.87475rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSSK1s5g0dWy5SDvGk3SBwLg3P3TR0eM { top:6.0625rem;left:13.3125rem;width:18.4375rem;height:4.4995125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMl2RzKiMHdPXBcVPHGJ3QVK5ac9DlM6 { top:1.875rem;left:13.3125rem;width:18.4375rem;height:3.68713125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyW7V757iNhlL21pI20P3abs7VpOVTE1 { top:11.0625rem;left:13.3125rem;width:18.4375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhoC7PGeXiHW4Kg2KwItCwRUD6wqNlxb { top:18.375rem;left:13.3125rem;width:18.4375rem;height:4.12475625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI4Chg7NVTobKXS5qwFEGwkc8gPnTNkG { top:22.625rem;left:13.3125rem;width:18.4375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZxRBwBnBxVRpm3IO2vTJbGTAiwcNxO { display:block; }#NEZxRBwBnBxVRpm3IO2vTJbGTAiwcNxO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fa7whRrPghsG1G01fpG3DruGPeU7TEVI { top:7.75rem;left:24.6875rem;width:22.4375rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDk1hrkqinpAQIRw2Q7J1OvfackGWVDT { top:10.5rem;left:25.375rem;width:22.375rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElSmkoaKBzVX4FDv2S54qn5ofVPNTfiH { top:2.375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9uWrhA45mhVTE6g9acfcZ6c5JfhhDhu { top:10.4375rem;left:12.625rem;width:35.125rem;height:16.469226700936rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2ObfxlXwITwzeZcq047TTQVski3q9g4 { top:21.4375rem;left:18.8125rem;width:28.9375rem;height:18.273256402906rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHPKu4gXzcVJpAGSPzXvbc4VhdwxKVea { top:8.375rem;left:25.875rem;width:21.875rem;height:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRrD6crdGZXRNc0sVAeEMetsiEgBqCHM { top:8.3125rem;left:0rem;width:24.3125rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNRPkc4cOh7N5oOJUVTATRT910PI6TH4 { top:7rem;left:0rem;width:32.75rem;height:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNx0cE6JKUXDxDAclhKqWd6Ta3TLIKN4 { display:block; }#pNx0cE6JKUXDxDAclhKqWd6Ta3TLIKN4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L151AyB8FgsOFW30NFg7hDSLaiZEO51M { top:2rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie8NlistrJVNsLyRbwyEtEGd5OP230xk { width:25.9375rem;height:;top:2rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9KiO3F5L6ORlPheWsSqSnaMsrlm6eTK { width:12.1875rem;height:1.375rem;top:2rem;left:35.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB9uzWPV0LFZhTGkf5TrOfkmPgKpvkBu { width:5.9375rem;height:1.375rem;top:2rem;left:41.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iSTtklpKP0kaciDavPcMBB33hvunlDAJ { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#iSTtklpKP0kaciDavPcMBB33hvunlDAJ > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ee3X1eIRKtssNQQai5sC6uEZvHK2IzuB { width:14.8125rem;height:1.2000875rem;top:1.125rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiCwh7NEqIkpGq74TAW8ufBqVR6H2JsS { display:flex;width:1.5625rem;height:1.5625rem;top:0.75rem;left:13.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #cnMmAsfJZL8J14Mwaa6XIZMnksPJlm8G { background-color:#ffffff;background-image:none;display:block; }#cnMmAsfJZL8J14Mwaa6XIZMnksPJlm8G > .row .container { background-color: transparent; background-image: none; }#cnMmAsfJZL8J14Mwaa6XIZMnksPJlm8G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnMmAsfJZL8J14Mwaa6XIZMnksPJlm8G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnMmAsfJZL8J14Mwaa6XIZMnksPJlm8G > .row .container > .video-iframe-container { display: none; }#cnMmAsfJZL8J14Mwaa6XIZMnksPJlm8G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnMmAsfJZL8J14Mwaa6XIZMnksPJlm8G > .row > .video-iframe-container { display: none; }#cnMmAsfJZL8J14Mwaa6XIZMnksPJlm8G > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnMmAsfJZL8J14Mwaa6XIZMnksPJlm8G > .row .container { width:20rem;height:43.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gpcyT0FkFbTTOu8WbvT9xZHQqFi6CXet { width:18.3125rem;height:2.923825rem;top:12.8125rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rc7eAOq8PI4Td2LnslB2Zkb0H2tFk3T2 { width:19rem;height:3.4375rem;top:37.1875rem;left:0.5rem;font-size:0.875rem;font-weight:700;font-style:normal;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #wZQkOOgLgGBqaiBhvdJxgTit2Q6VoS38 { display:block; }
 }@media only screen and (max-width: 763px) { #wA36AVBAaDVIVW8xMv3WdCLFqUyGzXmN { width:20rem;height:20rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1nwNVqP7UhseTvAPn66gMgpfXsTrvTS { width:20rem;height:28.1442453656rem;top:7.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dG3LGhqpyUsmuRODhogPAFxXuqfxmmiD { top:18.5625rem;left:2.375rem;width:15.25rem;height:19.875rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nQOqegcNBIR04nwTZilM8XaFEWPrk1L2 { width:6.75rem;height:2.5rem;top:24.75rem;left:-10.914184570312rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #QkBhuVfg0WcTObuQbPGy2ci9XI85foZW { display:flex;width:1.25rem;height:1.25rem;top:25.437255859375rem;left:-10.351684570312rem;font-size:0.875rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #BuAfHuKcm3EOaDAKkl4CmgEpxTGqyTq4 { width:20rem;height:4.875rem;top:6.25rem;left:0rem;font-size:1.25rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KsXvXMV6QJ2OPehewkIkUSiwTNHLFSAr { display:block; }#KsXvXMV6QJ2OPehewkIkUSiwTNHLFSAr > .row .container { width:20rem;height:43.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTcJQQTCNUqkgzipeTlXmxWaI77X5Te8 { width:12.3125rem;height:4.546875rem;top:7.6328125rem;left:3.84375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FXVm0MQaWwuMsZ0buZezenI6dfwU4LB6 { width:11.625rem;height:3.41015625rem;top:17.1875rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWimPIwIvt3kNLJ4tnClV1WxRDmNvGTr { width:11.6875rem;height:4.546875rem;top:25.1953125rem;left:4.15625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CBHImS3T65AuFG7B0RytEBokrL0koySO { width:10.375rem;height:4.546875rem;top:34.2578125rem;left:4.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CATduu3TTonSXnZRwJJU5yzS8FaUwFGU { width:0.125rem;height:0.125rem;top:17.1875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4ncyRRd8F7fvtPsIBiHgJNqwH7gsQe9 { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fJ4Sgm9NcISxrXrvTOUblmOf6TiOoznv { width:14.5625rem;height:8.0625rem;top:5.75rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUAhyem53HogmPlgANxgAv9zPo4L7zra { width:14.5625rem;height:7.25rem;top:14.9375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xclu4At3A5hIQN7cf5XncfwlaeTfG9Ee { width:14.5625rem;height:8.3125rem;top:23.1875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxd7TzmfRvgxzhH7oFTDhBokrAi9WG6P { width:14.5625rem;height:7.6875rem;top:32.5625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBhTcp8cFvOGR38Hn0f6kEzRLaFDRvvQ { display:block; }#mBhTcp8cFvOGR38Hn0f6kEzRLaFDRvvQ > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ELC6BFSSuB4LbZu7bBBJGZXPK6szCs8b { width:17.9986875rem;height:4.38574375rem;top:2.2496337890625rem;left:1.0003662109375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KPrTN6ZIM89Nwq96mPoA4HMDrlTuOrSA { width:18.9984375rem;height:3.061525rem;top:13.59423828125rem;left:0.50048828125rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nVfyDNZOrfuZVMPhbZqDyxCWpH6TBKuv { display:block; }
 }@media only screen and (max-width: 763px) { #GbEizsA8wcTGvU6STH6dMkMJryTNP8A6 { width:17.999875rem;height:4.546875rem;top:7.6683349609375rem;left:0.99853515625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vq7qxuLUlJrlzNGA77eEImm0t4DLQRMe { display:block; }#Vq7qxuLUlJrlzNGA77eEImm0t4DLQRMe > .row .container { width:20rem;height:44.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vnCVKCOECymXkkhmek3RGhzlHI5y9831 { width:16.7480625rem;height:3.25rem;top:1.3720703125rem;left:0.6875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f3QiBCfAyzkcWCot5iQwgNCvWBNBtevZ { width:18.625rem;height:31.941375rem;top:5.7529296875rem;left:0.6875rem;font-size:0.875rem;line-height:1.4;display:block; }#f3QiBCfAyzkcWCot5iQwgNCvWBNBtevZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e5f8a1db99c38ed6eea736eaaeacdb78377d50b.svg); }
 }@media only screen and (max-width: 763px) { #mwa8OToaZDpelRG4TU5h7o9KPbEuaz38 { width:18.9980625rem;height:3.4375rem;top:39.2080078125rem;left:0.5rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fp5gWJnzBQp4R08G5JAyrRELBKIFoToS { display:block; }
 }@media only screen and (max-width: 763px) { #lD8RtbXE4x8oPEKeQS5sNO7P2LqbJf9r { display:block; }#lD8RtbXE4x8oPEKeQS5sNO7P2LqbJf9r > .row .container { width:20rem;height:64.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qdJTrlyhF5gtxGVdXL8wTfClI2kgFM6U { width:18.499rem;height:3.25rem;top:2.1865234375rem;left:0.7490234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhktJdRsNiKQPNJusoM2dTPnF4p9csKW { width:18.25rem;height:23.8710625rem;top:6.875rem;left:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea4hrTAJdLgpQ8BKV6KsMusCHoqyXaV3 { width:0.25rem;height:3.75rem;top:0.963134765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTxFQxGwR3JqJVC3TbklOzTQChITTbgN { width:17.374875rem;height:22.5rem;top:35.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcnrbMZVmMl23JUp8eEWOKyRAsEbnmNK { width:15.875rem;height:23.5rem;top:34.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyyEZTF3TLVxDWLZcI5ILlaTmIEak2iG { width:15.9375rem;height:23.687125rem;top:33.0625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH6kNrJDixL78oJcAERCgBr0bXU8h3x3 { width:20rem;height:11.744375rem;top:45.042724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgwlkxWiGfdpsAHd1kBmkiTlbgEUnWZM { width:18.999625rem;height:3.4375rem;top:59.21875rem;left:0.4998779296875rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SxKqLFDVCaBvDpHVJbBhOcJBAkFoqgX5 { display:block; }
 }@media only screen and (max-width: 763px) { #HQh0dVgtgUkRpthBk5EhPTmWXPaONMXB { width:20rem;height:12.638888888889rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo5LhRnLnlrGrIGIIbGvzlpukEXclgDc { display:block; }#vo5LhRnLnlrGrIGIIbGvzlpukEXclgDc > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QcMlMeMDipo00evQaHaResQWCa4WxGFb { width:16.6875rem;height:2.2734375rem;top:0.9990234375rem;left:1.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #My7IPueHdsCc9gAXSppf4Kbu77VBpvJD { width:20rem;height:3.25rem;top:3.9365234375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XuWEETH6Z5Bg7A1JuUe7Ese27WsbeE12 { display:block; }#XuWEETH6Z5Bg7A1JuUe7Ese27WsbeE12 > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #do3Loy3iOb4N9ZX3tKMkIKc4gX8rk6sF { width:14.375rem;height:24.937125rem;top:1.875rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITMw0oaxcZIMkJe5HHTqPX2PkEoyNgdn { width:18.4375rem;height:5.0625rem;top:0.8746337890625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCV4niqIDOCpq7ZxWTgXBh4yckTiVwIP { width:18.4375rem;height:12.1875rem;top:10.748291015625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJnrILE3nNme2J4GSKzqik4P9aShrAop { width:18.4375rem;height:8.25rem;top:35.93359375rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSSK1s5g0dWy5SDvGk3SBwLg3P3TR0eM { width:18.4375rem;height:4.4995125rem;top:23.5595703125rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMl2RzKiMHdPXBcVPHGJ3QVK5ac9DlM6 { width:18.4375rem;height:3.68713125rem;top:6.4990234375rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyW7V757iNhlL21pI20P3abs7VpOVTE1 { width:18.4375rem;height:6.875rem;top:28.558837890625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhoC7PGeXiHW4Kg2KwItCwRUD6wqNlxb { width:18.4375rem;height:4.12475625rem;top:44.683227539062rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI4Chg7NVTobKXS5qwFEGwkc8gPnTNkG { width:18.4375rem;height:4.0625rem;top:49.432983398438rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZxRBwBnBxVRpm3IO2vTJbGTAiwcNxO { display:block; }#NEZxRBwBnBxVRpm3IO2vTJbGTAiwcNxO > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fa7whRrPghsG1G01fpG3DruGPeU7TEVI { width:19.375rem;height:37rem;top:8.9375rem;left:0rem;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #HDk1hrkqinpAQIRw2Q7J1OvfackGWVDT { width:16.875rem;height:22.625rem;top:38.1875rem;left:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ElSmkoaKBzVX4FDv2S54qn5ofVPNTfiH { width:20rem;height:5.84765625rem;top:0.9365234375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I9uWrhA45mhVTE6g9acfcZ6c5JfhhDhu { width:20rem;height:9.3783303730019rem;top:49.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K2ObfxlXwITwzeZcq047TTQVski3q9g4 { width:19.25rem;height:12.0625rem;top:6.7841796875rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GHPKu4gXzcVJpAGSPzXvbc4VhdwxKVea { width:16.5625rem;height:24.75rem;top:30.3486328125rem;left:2.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IRrD6crdGZXRNc0sVAeEMetsiEgBqCHM { width:18rem;height:19.5625rem;top:10.34375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNRPkc4cOh7N5oOJUVTATRT910PI6TH4 { width:19.375rem;height:27.75rem;top:47.8125rem;left:0rem;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #pNx0cE6JKUXDxDAclhKqWd6Ta3TLIKN4 { display:block; }#pNx0cE6JKUXDxDAclhKqWd6Ta3TLIKN4 > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L151AyB8FgsOFW30NFg7hDSLaiZEO51M { width:0.99975625rem;height:0.99975625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie8NlistrJVNsLyRbwyEtEGd5OP230xk { width:18.561375rem;height:0.875rem;top:4.75rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9KiO3F5L6ORlPheWsSqSnaMsrlm6eTK { width:15.874625rem;height:1.224975rem;top:2.5625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB9uzWPV0LFZhTGkf5TrOfkmPgKpvkBu { width:15.874625rem;height:1.224975rem;top:1.0625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }