.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:220,240,238;--color-primary-1:138,204,199;--color-primary-2:21,152,142;--color-primary-3:11,76,71;--color-primary-4:3,23,21;--color-secondary-0:220,227,237;--color-secondary-1:138,160,196;--color-secondary-2:20,65,137;--color-secondary-3:10,33,69;--color-secondary-4:3,10,21;--color-tertiary-0:255,255,255;--color-tertiary-1:181,187,190;--color-tertiary-2:9,29,37;--color-tertiary-3:5,15,19;--color-tertiary-4:1,3,4;--headlines-font-family:"Kalnia";--paragraphs-font-family:"Montserrat"; }@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:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_23af63d25d862863345f5eec2a7c6414ca4285c0.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#rAsRIiZHMuGhH4Gg9cplvBVobWB983KR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#rAsRIiZHMuGhH4Gg9cplvBVobWB983KR > .row .container { background-color: transparent; background-image: none; }#rAsRIiZHMuGhH4Gg9cplvBVobWB983KR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAsRIiZHMuGhH4Gg9cplvBVobWB983KR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAsRIiZHMuGhH4Gg9cplvBVobWB983KR > .row .container > .video-iframe-container { display: none; }#rAsRIiZHMuGhH4Gg9cplvBVobWB983KR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAsRIiZHMuGhH4Gg9cplvBVobWB983KR > .row > .video-iframe-container { display: none; }#rAsRIiZHMuGhH4Gg9cplvBVobWB983KR > .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); }#rAsRIiZHMuGhH4Gg9cplvBVobWB983KR > .row .container { border-width: 0; border-radius: 0; }#rAsRIiZHMuGhH4Gg9cplvBVobWB983KR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rAsRIiZHMuGhH4Gg9cplvBVobWB983KR > .row .container { font-size:0.875rem;font-family:kalnia;height:158.9375rem;width:75rem;position:relative;display:block; }#aJNuGkeLe3XW5boBTt55wc2x3leXDwfT { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.625rem;left:23.875rem; }
#gGOTFw1ntlFA4T24pouSxmb1WQ963hp0 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.5625rem;left:49.875rem; }
#AouWE8Ww51rHi6wfw0KCn25pDE7UbZAO { box-sizing:content-box;height:0.0625rem;width:25rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2.1875rem;left:25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TM0c41oenU8niEyPhCJM1awrHbF00MPJ { color:rgba(var(--color-secondary-2),1);display:block;width:59.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.6875rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:9.181640625rem;left:7.060546875rem;height:8.0639375rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O8xC99T15rgpPIvPOTw4MH7ZLfZZTS8S { background-color:#e38319;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.5rem;height:4.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:69.66357421875rem;left:12.123046875rem;display:block; }
#nbiy1cDn45o3qDNOMyNk4Sry3nHDWTTK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qZupzrTeeaNc6w2imWqd59w1oJmTlM8h { color:rgba(var(--color-secondary-2),1);display:block;width:51.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:19.24072265625rem;left:11.53125rem;height:6.1875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Iyl9xJiHc16iBNa0ZTvuvrfoRPwIiBVH { color:rgba(var(--color-secondary-4),1);display:block;width:33.9975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:39.16552734375rem;left:3.8408203125rem;height:;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iUmsvN4JbnB09GsuUBgO5zOxA0St6Ff3 { color:rgba(var(--color-secondary-3),1);display:block;width:53.3100625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:80.24267578125rem;left:10.21728515625rem;height:32.5546875rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P6u5UERdZcuc6GCAgXzwpav3Pnl3B0JA { box-sizing:content-box;height:36.1875rem;width:68.8125rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.24853515625rem;left:3.8408203125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#SuF0LmgIRCR8FxcO9FIEPxZwrwePGNUT { color:rgba(var(--color-tertiary-0),1);display:block;width:61.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:32.15478515625rem;left:6.9375rem;height:30.375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#JMODbaHoqWBZstRfkWmLAWznKox2G1rv { color:rgba(var(--color-secondary-2),1);display:block;width:59.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:117.0556640625rem;left:5.12109375rem;height:35.859375rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GabVA1VlXfTG3MTMIguqyxvtmcrWUItX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#GabVA1VlXfTG3MTMIguqyxvtmcrWUItX > .row .container { background-color: transparent; background-image: none; }#GabVA1VlXfTG3MTMIguqyxvtmcrWUItX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GabVA1VlXfTG3MTMIguqyxvtmcrWUItX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GabVA1VlXfTG3MTMIguqyxvtmcrWUItX > .row .container > .video-iframe-container { display: none; }#GabVA1VlXfTG3MTMIguqyxvtmcrWUItX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GabVA1VlXfTG3MTMIguqyxvtmcrWUItX > .row > .video-iframe-container { display: none; }#GabVA1VlXfTG3MTMIguqyxvtmcrWUItX > .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); }#GabVA1VlXfTG3MTMIguqyxvtmcrWUItX > .row .container { border-width: 0; border-radius: 0; }#GabVA1VlXfTG3MTMIguqyxvtmcrWUItX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GabVA1VlXfTG3MTMIguqyxvtmcrWUItX > .row .container { font-size:0.875rem;font-family:kalnia;height:96rem;width:75rem;position:relative;display:block; }#J3TThU3TUrKlpRz0atwJX8tKLplPXTHu { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.625rem;left:23.875rem; }
#XwNsoxurkklg0rvKgzpZ8lKVwnzNBDkc { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.5625rem;left:49.875rem; }
#TG6R24MOh66Kv4nR3Gqfspt1plDnu52F { box-sizing:content-box;height:0.0615234375rem;width:24.999rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2.2177734375rem;left:24.9990234375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#eiC4bxPmZOvnIMLMOtvxDqSzbWDQeJTE { background-color:#e38319;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:45.1245rem;height:3.75rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:72.02783203125rem;left:14.115234375rem;display:block; }
#nJ8CQnAJ3fGpLEubqO1t7orOJvCclfAf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ILwgJGyC0u2DhbHo11d8NE8SLI2wchrw { position:absolute;display:block;z-index:15020;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);box-shadow: none;height:49.3125rem;width:27rem;top:17.373046875rem;left:42.375rem;display:block; }
#qxNZ3CqcI7e5S5ixohzsQ8VwK58R0Btb { color:rgba(var(--color-secondary-2),1);display:block;width:64.811875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:8.619140625rem;left:5.09326171875rem;height:2.5620125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XbCbIw2eIFh03u9zxI2C8u6XN4N4PO6W { color:rgba(var(--color-primary-0),1);display:block;width:15.4350625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:85.77978515625rem;left:5.09326171875rem;height:4.0224625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pSwBJhUJTnKWSigdgO4xqodsFidKuxcV { color:rgba(var(--color-secondary-4),1);display:block;width:33.9975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:39.16552734375rem;left:3.8408203125rem;height:;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oAea124uuCQUkqK9hSNWMxdvMcoh9W2L { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.499rem;height:3.75rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:87.7177734375rem;left:3.0908203125rem;display:none; }
#ZR1wkEth5rDlsbIOUO62dsIhTRqGr4z7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XOxJuwasfgnmJT5mZldHBuDwz0CtTmXc { box-sizing:content-box;height:50.187rem;width:34.5rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.77978515625rem;left:3.5888671875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#Tocp32LBod4KU0m6KXCOq9KE4x8WAAHG { color:rgba(var(--color-tertiary-0),1);display:block;width:32.7495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:19.037109375rem;left:4.46484375rem;height:16.52930625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JR9A9O3siTECeDJeCkhGympLJXosTKDr { color:rgba(var(--color-tertiary-0),1);display:block;width:27.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:37.96728515625rem;left:5.62353515625rem;height:14.2221625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JTk4avTMxg4tx9MW2MdWdSRcglv55WNF { color:rgba(var(--color-tertiary-0),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:55.6962890625rem;left:5.091796875rem;height:7.35205rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GqZ1EVzXbTTei8r0lRQSTTvDQ2hSASCD { color:rgba(var(--color-tertiary-0),1);display:block;width:15.687rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:85.77978515625rem;left:28.2744140625rem;height:4.0224625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U8vzuTxuHB9qAGZkiwiaCkPM9d4ta8RA { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:86.31005859375rem;left:51.49951171875rem;height:4.0224625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fyTZpSmq2aGJkiXLAVQzSQOFnaTtOShQ { box-sizing:content-box;height:10.437rem;width:20.625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:83.103515625rem;left:3.3427734375rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Pb3tuKeWlxF3VEIaofHLCKgEvxOfuXz1 { box-sizing:content-box;height:10.4355625rem;width:20.625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:83.103515625rem;left:26.3642578125rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#IGgC5V570TIyIav9fUU6SM53bz75Sywr { box-sizing:content-box;height:10.4355625rem;width:20.625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:83.103515625rem;left:49.03125rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#sx3TrvoZNzMDCx8U26iG5nkrTpJZZzQx { z-index:;position:relative;display:block; }#sx3TrvoZNzMDCx8U26iG5nkrTpJZZzQx { background-color: transparent; background-image: none; }#sx3TrvoZNzMDCx8U26iG5nkrTpJZZzQx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sx3TrvoZNzMDCx8U26iG5nkrTpJZZzQx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sx3TrvoZNzMDCx8U26iG5nkrTpJZZzQx > .row .container > .video-iframe-container { display: none; }#sx3TrvoZNzMDCx8U26iG5nkrTpJZZzQx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sx3TrvoZNzMDCx8U26iG5nkrTpJZZzQx > .row > .video-iframe-container { display: none; }#sx3TrvoZNzMDCx8U26iG5nkrTpJZZzQx > .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); }#sx3TrvoZNzMDCx8U26iG5nkrTpJZZzQx { border-width: 0; border-radius: 0; }#sx3TrvoZNzMDCx8U26iG5nkrTpJZZzQx > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:kalnia;height:79.3125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#A5QyFLM157hFmlF31JvCKbfDyGx8cTvI { box-sizing:content-box;height:39.9375rem;width:20rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:12.5068359375rem;left:3.2490234375rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#IOC9LbptI2hWe9cOzhRATyZD0MXvy6VB { color:rgba(var(--color-tertiary-0),1);display:block;width:15.999rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:14.65283203125rem;left:5.2470703125rem;height:2.0244125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fQTVAxH6tknJkAkMNkQusDZN88tZmMKi { box-sizing:content-box;height:40.125rem;width:20.375rem;position:absolute;display:block;z-index:15004;background-color:#e38319;background-image:none;top:12.5390625rem;left:49.775390625rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tMhKw6d4S8o07Sn2CrF6d2tWlSGFTCCU { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:17.51220703125rem;left:6.498046875rem;height:3rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#i3S1iTLvf9bREyyVXrmhhRZ45VTxH0LE { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:24.02197265625rem;left:5.654296875rem;height:17.204575rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#atkqzoSQ4E4Ge6xA85aS83IfVuenQi14 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:45.49951171875rem;left:3.2490234375rem;height:1.34911875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W41RtdsxzGf3kA2o6RuOmhyQTGxxbaRH { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:47.4755859375rem;left:6.498046875rem;display:block; }
#gTUUESZPI2h8gSytosNu3Aelgq5cp7IT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KWJgpDMTDC3kSNRfMBapzqTXx3AhguK1 { color:rgba(var(--color-secondary-3),1);display:block;width:37.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.1875rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:3.13037109375rem;left:20.4052734375rem;height:3.82470625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SUMGQCAv6AeJoHV1bleA4qMaiR7tKSp4 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:14.02880859375rem;left:26.4609375rem;height:2.0244125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EHxAfCRr8dbBKg9TAzqcbOdm2sH1Tt8M { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:17.51220703125rem;left:27.68115234375rem;height:3rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#vufUVQnOZ82tSnyDN54QC4tSbJ3MHk9P { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:24.02197265625rem;left:27.55517578125rem;height:17.20456875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#F9oK2K42DwgmyNCeMy947qvsQcbIAuTo { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:45.49951171875rem;left:24.931640625rem;height:1.34911875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#doWUV6c1Ra14wgUkG6BhxabGVOFvuIoN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:47.4755859375rem;left:29.89892578125rem;display:block; }
#mf9meucJs66VzZrhTJgqOzHlHwWG8F7n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u7IH1e1Bz41nbtNkAuZMFTNWlJk9d6V6 { color:rgba(var(--color-primary-2),1);display:block;width:46.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:6.3603515625rem;left:20.4052734375rem;height:1.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cQF2kTx741eIK8vAPlHUVE2DkZvRXStI { color:rgba(var(--color-tertiary-4),1);display:block;width:43.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:54.193359375rem;left:13.77392578125rem;height:1.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#lM4fVAPUFguFpSIxxoXvpvW2Dz8Ll8IC { color:rgba(var(--color-secondary-3),1);display:block;width:33.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15007;line-height:2.1;letter-spacing:0;top:58.505859375rem;left:0rem;height:9.978525rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LQxgSiMJQbGooXCUd6NGs5Zgicb1IGqp { box-sizing:content-box;height:40rem;width:20.625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;top:12.56982421875rem;left:25.84130859375rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Bco65l9tzblB85vqGfsyShEuagRKBKLO { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6855625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:14.654296875rem;left:52.119140625rem;height:2.0244125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nlS1T7D1cr7PMHUDbFUNcKQt1edcwvAe { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:22.529296875rem;left:51.556640625rem;height:22.20409375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#T41m6gknWIRebPRMy5qQl1KZdX50l3xZ { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:45.49951171875rem;left:49.775390625rem;height:1.34911875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SdPkLz6kShuH1f6I8hWSUpht9tDhVo22 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:47.4755859375rem;left:54.3369140625rem;display:block; }
#uMBT4dirHNTuoacT5MErz8AXdgrxSaHT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JQ9GMleCkq9BP7JaPPiksKyQT8Etdf17 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8725625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:17.51220703125rem;left:52.52490234375rem;height:3rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#dLdSwM9TXTqC9BThrJ675c52y4nSa2sB { color:rgba(var(--color-secondary-3),1);display:block;width:37.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:58.505859375rem;left:0rem;height:2.1005875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lNhDnzTszXuH8UQK4bWkiEIiPr4LMFbd { background-color:#e38319;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.562rem;height:5.1870125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:69.556640625rem;left:19.060546875rem;display:block; }
#EkwMr4mqCk9x8zmJm2Hz1QwrDC6nsSTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EPvZxQ34mXZ8stNvSfJmeIIieDIAWubL { 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;display:block; }#EPvZxQ34mXZ8stNvSfJmeIIieDIAWubL > .row .container { background-color: transparent; background-image: none; }#EPvZxQ34mXZ8stNvSfJmeIIieDIAWubL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPvZxQ34mXZ8stNvSfJmeIIieDIAWubL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPvZxQ34mXZ8stNvSfJmeIIieDIAWubL > .row .container > .video-iframe-container { display: none; }#EPvZxQ34mXZ8stNvSfJmeIIieDIAWubL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPvZxQ34mXZ8stNvSfJmeIIieDIAWubL > .row > .video-iframe-container { display: none; }#EPvZxQ34mXZ8stNvSfJmeIIieDIAWubL > .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); }#EPvZxQ34mXZ8stNvSfJmeIIieDIAWubL > .row .container { border-width: 0; border-radius: 0; }#EPvZxQ34mXZ8stNvSfJmeIIieDIAWubL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EPvZxQ34mXZ8stNvSfJmeIIieDIAWubL > .row .container { font-size:0.875rem;font-family:kalnia;height:48.0625rem;width:75rem;position:relative;display:block; }#rJ34aTXSVnHH3Ra3215kThstIFUCTQg5 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.8730625rem;height:3.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:41.1240234375rem;left:32.3701171875rem;display:block; }
#derg3snl91EKeM2oStxAX9CbJ3b30uTN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BAmhz7HO1qgD7hDM09KViEzebITHV7EF { color:rgba(var(--color-tertiary-0),1);display:block;width:47.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:10.99951171875rem;left:24.27685546875rem;height:28.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pML3dGwNoaDaOrFCTOT6wRXnT03ytxVd { color:rgba(var(--color-tertiary-0),1);display:block;width:67.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:2.6875rem;left:4.1875rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gdAofGT5SDih6L9AOO7eh4pz75Q7wCZT { box-sizing:content-box;height:4.8125rem;width:69.0625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:1.3740234375rem;left:4.1865234375rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }
#F5NUVo2RlAanspyp0QDz5sKUZ03xAWl7 { box-sizing:content-box;height:24.687rem;width:20.7495rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:8.935546875rem;left:1.8076171875rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#gdGQKZVwTJPWLR4IdxZZoCGf6XT0syNV { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:23.75rem;width:16.1875rem;top:9.5625rem;left:4.1865234375rem;overflow:hidden;display:block; }
#cK7TaaXQvPLVISF1QuHGHXGGfnAZCT6y { color:rgba(var(--color-tertiary-0),1);display:block;width:67.060625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:7.52783203125rem;left:7.93798828125rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QQBVtqQeqC5eF0lhi2SaiWCbXpmgTsrU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#QQBVtqQeqC5eF0lhi2SaiWCbXpmgTsrU > .row .container { background-color: transparent; background-image: none; }#QQBVtqQeqC5eF0lhi2SaiWCbXpmgTsrU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQBVtqQeqC5eF0lhi2SaiWCbXpmgTsrU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQBVtqQeqC5eF0lhi2SaiWCbXpmgTsrU > .row .container > .video-iframe-container { display: none; }#QQBVtqQeqC5eF0lhi2SaiWCbXpmgTsrU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQBVtqQeqC5eF0lhi2SaiWCbXpmgTsrU > .row > .video-iframe-container { display: none; }#QQBVtqQeqC5eF0lhi2SaiWCbXpmgTsrU > .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); }#QQBVtqQeqC5eF0lhi2SaiWCbXpmgTsrU > .row .container { border-width: 0; border-radius: 0; }#QQBVtqQeqC5eF0lhi2SaiWCbXpmgTsrU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QQBVtqQeqC5eF0lhi2SaiWCbXpmgTsrU > .row .container { font-size:0.875rem;font-family:kalnia;height:87.8125rem;width:75rem;position:relative;display:block; }#WnGv5kPrdFgoHfgr3uVAmDCs5vn2XvkN { background-color:#e38319;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.375rem;height:4.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:80.43310546875rem;left:22.1220703125rem;display:block; }
#JSA7JuS6s8MGrmOJZPyihC6DckWsbbNB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ELNXldCr4UkWfoKbdczJldIsN3Uq5Rme { box-sizing:content-box;height:5.875rem;width:69.0625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:1.375rem;left:4.1875rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }
#HEq17FTWg6NFWvAopxzibJKbSDposzQ4 { color:rgba(var(--color-secondary-2),1);display:block;width:67.060625rem;position:absolute;font-family:"bree serif";font-size:3.6875rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:3.8408203125rem;left:3.96826171875rem;height:3.6870125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NRUbVdUNTytScuMT9Du44KTuXMMA2vhA { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top: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:30.9375rem;width:17.25rem;top:9.3720703125rem;left:0rem;overflow:hidden;display:block; }
#vP7clcLPOGzhBTvrtX8IlEsWcy8zHG79 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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:30.8745rem;width:16.9365rem;top:9.4013671875rem;left:14.49755859375rem;overflow:hidden;display:block; }
#WJtfxL6ZX6Ck4wtR1PcHlQlRnQJmaXop { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top: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:30.4995rem;width:16.812rem;top:9.5888671875rem;left:29.091796875rem;overflow:hidden;display:block; }
#upfD7ibB1eFvRiR2BzxHRLgCHwk7Un70 { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top: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:30.5625rem;width:16.9365rem;top:9.5595703125rem;left:43.125rem;overflow:hidden;display:block; }
#wJHGMfDcO19XoWsnwQPDZo38oohVG5K9 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top: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.125rem;width:17.0625rem;top:9.5888671875rem;left:57.21533203125rem;overflow:hidden;display:block; }
#c2KlIsN2OU2JsxfQn2WQ0vkKNGdJsLeG { color:rgba(var(--color-primary-0),1);display:block;width:53.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:44.52685546875rem;left:9.56396484375rem;height:6.597625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bKOc5pgTy7RhkhfrQrV07cmD7J0FGmrF { box-sizing:content-box;height:22.75rem;width:29.6875rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.60888671875rem;left:5.279296875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#PoRneaDOhyhhrXkFeKUs0QIUUD6AbvcF { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3725625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:56.87255859375rem;left:9.56396484375rem;height:3.74706875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ZsBdf54erUbCkK9CeM4gOIEMexpIw1RK { color:rgba(var(--color-tertiary-0),1);display:block;width:27.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15021;line-height:2.2;letter-spacing:0;top:62.484375rem;left:6.3720703125rem;height:11.682125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vcT4nX7vPFu8lTz8lUosvQrhxd1L4Z7C { box-sizing:content-box;height:22.3125rem;width:29.1875rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.748046875rem;left:40.71533203125rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#qKlcnQP0zHF8B0MLZO3zPNbQVHCOCxnV { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:56.87255859375rem;left:45.65478515625rem;height:3.74706875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#p91qSsT4PqEBKQ6mmkQk8TelcscvMdJx { color:rgba(var(--color-tertiary-0),1);display:block;width:27.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:2.2;letter-spacing:0;top:63.3779296875rem;left:41.59130859375rem;height:9.896475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s02DgwiGPFhaAbHSePkg7Xi4PNcvMe66 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:53.23388671875rem;left:19.09130859375rem; }
#FZZhphB3aP6c2Tq6Wwgr7eHbmZynFRc6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:52.810546875rem;left:53.42431640625rem; }
#yVXpbChWvMf3ltgrQlTBgCxGbTI2rSAC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#yVXpbChWvMf3ltgrQlTBgCxGbTI2rSAC > .row .container { background-color: transparent; background-image: none; }#yVXpbChWvMf3ltgrQlTBgCxGbTI2rSAC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVXpbChWvMf3ltgrQlTBgCxGbTI2rSAC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVXpbChWvMf3ltgrQlTBgCxGbTI2rSAC > .row .container > .video-iframe-container { display: none; }#yVXpbChWvMf3ltgrQlTBgCxGbTI2rSAC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVXpbChWvMf3ltgrQlTBgCxGbTI2rSAC > .row > .video-iframe-container { display: none; }#yVXpbChWvMf3ltgrQlTBgCxGbTI2rSAC > .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); }#yVXpbChWvMf3ltgrQlTBgCxGbTI2rSAC > .row .container { border-width: 0; border-radius: 0; }#yVXpbChWvMf3ltgrQlTBgCxGbTI2rSAC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yVXpbChWvMf3ltgrQlTBgCxGbTI2rSAC > .row .container { font-size:0.875rem;font-family:kalnia;height:112rem;width:75rem;position:relative;display:block; }#oe0Q59otZc81es2b5k862l8w9U7yaUV1 { background-color:#e38319;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.187rem;height:3.624025rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.4990234375rem;left:20.935546875rem;display:block; }
#w8agF115S3vUyCAy6bOwTarToHmBxfsL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qZsuTDh6yvyUleJNkyr4A53Pp8uasVt5 { color:rgba(var(--color-tertiary-0),1);display:block;width:58rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:1.7490234375rem;left:10.5908203125rem;height:6.597625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NfX3bTRWnbQtbqAwETJxoXiefd2cTNsy { box-sizing:content-box;height:15.125rem;width:12.5rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:14.0625rem;left:9.625rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#LUolCGGlD4PDXFzTIhhg8KRI8CuzQRkn { box-sizing:content-box;height:15.1875rem;width:12.5rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:14.0625rem;left:24.5rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#s1ELLz5EPmLBUdVfOQmhVDVuxvGTRVZq { box-sizing:content-box;height:15.3125rem;width:12.5rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:14.0625rem;left:39.6875rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#lklfhs2Av2eLW0qnidQTbiMr5f2QFVUP { box-sizing:content-box;height:15.375rem;width:12.5rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:14rem;left:54.75rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#TW5TbQcQApIEdmL2Z5hBZfBeNJtl7qhA { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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.4375rem;width:9.9375rem;top:14.4990234375rem;left:10.998046875rem;overflow:hidden;display:block; }
#SmwHoF2RC9u83E7bNtBTPw6XPsiZ4l5y { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top: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:17.4375rem;width:17.4375rem;top:13.1240234375rem;left:22.3095703125rem;overflow:hidden;display:block; }
#Lk0ip3QzJMN3rEUvuBSWch9m2oEmGgGu { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top: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.3125rem;width:10rem;top:14.623046875rem;left:41.21630859375rem;overflow:hidden;display:block; }
#cl7uwhu5Sg5JT5DsV3EiTalHN2P7MCIo { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top: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:12.75rem;width:9.1875rem;top:15.3427734375rem;left:56.4990234375rem;overflow:hidden;display:block; }
#eDlyxH1HFFDSMayMNBtSrZmsZfr1xPp9 { color:rgba(var(--color-tertiary-0),1);display:block;width:41.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:40.93505859375rem;left:16.59375rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-secondary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-0),1); }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:bitter;color:rgba(var(--color-tertiary-0),1); }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_2f7f2db89dbb0c652328795439b3696538fe1a3f.svg");background-size:contain !important; }#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y .accordion-trigger.adaptive-delivery-prevent-bg, #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y .accordion-trigger.lazyload, #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y .accordion-trigger.lazyloading { background-image: none; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y { box-sizing:content-box;height:auto;width:57.0600625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:46.02978515625rem;left:9.06005859375rem; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #TaPKi3oZsHIKpc7I9TLFVQGBlCqCrNk6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #tpJFml498G88KsELhrlyqoRIWrxhy1S3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #Fb4ym8rI9297abuZg8LTIKz97fk70Ez2 { display:block;position:relative; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #hFWOZFaMXHzS2mPvkX0nRsBpMbPDcvnB {  }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #gS0yz6d4T3J7nZbXI6f1dlLyxCu1pW2i {  }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #FqS55QrpxoF5cVm7MOFh8zcvHmRluQnm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #fTCQ6yNAUsQ3lE5IwTntFFvTI52vySzF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #BkRO3ep8PlJVh3gmEBukhLZvKUwn5P1K { display:block;position:relative; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #OHxqzhddsT7GMcdTURuxtaLzyJVq02T9 {  }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #DlLiD2eVLhHKw2vGl3sRqevyRQzmlrWH { display:none; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #V1hOt1Z4ZdJFiJfhkHtusrDTtfnIGQ3u { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #m9F9l0vSFU59gRFvqigTi76vJShxgtdX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #t36VTZAtdVEnTFTNIzWPTvSG92IEr0w9 { display:block;position:relative; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #spHmWP6TZf99Do7yUoFQOruyDkMDvpEO {  }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #B9UCMRDXxFt2NpmAPtizQfb0qEDhnExl { display:none; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #kTi6G5GecoQPvcJFwMXrGUwP9K69KtkB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #EbMhSGWNbqhRnuGy4LSDhvTRsCHKNiXJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #gJvpJWQBKqFs9s9T7Jkgxgd7nlnseFVV { display:block;position:relative; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #JMzLOEVDF1J9J68lRUnFc2EWuDeWeScd {  }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #wN86ztapyDuGLS8Rni58ytvDvUMgARFp { display:none; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #U6wltOTR7OPat1UGdzC6tBkJdSonKbOs { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #KwkrLtVNE1UaVSHnFEVD0SBeB0sTifMl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #iOSigVoLgMI6t5v5LbCiWPZILdkABwAq { display:block;position:relative; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #bOWItgSn9tiHPwUvNDlU8IgfgEUrxUvU {  }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #TsAsg08UWdo7TNTUVhd87sPEpRE48WIT { display:none; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #dU1b0dlodZomheOQAEVeGvV3Gi6mO2pO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #ebPaypcmp49w1lBPKVtLLkyGcui1A40D { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #UrszqTTKT82yePuWpbuIgEANaU6icFZU { display:block;position:relative; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #WPlT3PwBZWzk9iin2LWsWp1Ngrs3c808 {  }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #t7w71yMaIQdTbChMuzB2vJ0hMrQBFMOC { display:none; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #hhLnMMlrSM1k74OgDRLwssFxeX5AxlQO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #xbvwbpDJSOBSmFHNH2OhaOT0xBXh0h9s { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #pwvElEoZLSLQrKdnh8JChtxw7UHazrQr { display:block;position:relative; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #ZBD1DRpwkN4wh179lpGvEMNDCEDh2Ppt {  }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #Qsakld1nwW7b3XtaTuuiDTO3xCJ9zVqQ { display:none; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #UbugokhbGssJ184lhoM6lgro83eJ7dfi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #M4Lo9ExaJFZ6hlfd095dSVsZhydEr1TV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #UhtTGGcpDgorD4k2nHtcWxA0335aV080 { display:block;position:relative; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #GRNxh5aBGtGBwB1XlKbzTKihq0rEs3HK {  }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #kTBQwHs3HnzRJACXh4vQqqT1LzLREbdR { display:none; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #uHuB9Kvs9Gar1x9kTLiAcEqX6G5ZUEqP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #I6yTJ9N6ezKu3TzThWCnd464b0V80tJd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #PaEs9RWZtCUqMz9UyZmTVI1akiNRBS6F { display:block;position:relative; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #Dgm7lV3zkt71pWuwQdAFk6L11gAzx2qH {  }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #GHs5eIePAKeUPzptpTZ7lqFrPsm0yXE7 { display:none; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #NC6N2RDb6fzsEfewQntF6q0BRMvrTtfL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #PBCz4mXRTOd8NqXmaJS44FFBBUPpzXwh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #gN3sV0T4wznFgQfttaDhRuC77MNF0S5E { display:block;position:relative; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #SNxc6bFDA0egc7X7R51rf0bMMkIllrQW {  }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #LJTnVTiBZLFh7bWrFngfSJkWeexSiCIC { display:none; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #Nn37AqcaiqS7qANJeGNwSqao47FW7JrN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #nn5QW1ATW7m9fdz8GJv3cM6dSazMFVPa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #CrQl1igF2VFI13tXuy6w4QODNLn9N6eJ { display:block;position:relative; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #HcLxCovLK5GORGlA2Griq8HMT3ll0Vv1 {  }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #yJlgAPZx8t9LlrcinNizeWre3ke8gMyJ { display:none; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #BKeyUAqZlEM7EUO0EEATeqPD11SDnZLM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #fZEQib9IwZPrtv7ERd8drmtKAhh5i0eV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #dsrHDfSeCvLqouUN8ZZ530GN0zoBxJ7v { display:block;position:relative; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #ucuZHaVdHTefpktRav6q3inX9cecwTyb {  }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #fM10fBihRZcinO2zNFPRxTRW8Lf0dV4U { display:none; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #QivSxTzr5bTVIOEvNe809elrmgb3KJL3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #MXy9mPUknAehcghlubnrhb70F1g8fBZC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #wHi92LB1Ty54Ff4zBsKZZ4yoJBz2iqDV { display:block;position:relative; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #IxbRRNJkeV0WorEqT9D8RSLZdxaxDrwx {  }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #Rd4zvvSWTFcmShxFlTqTsODy0Pews2ue { display:none; }
#TCgxOiNAzoiK7GGLlSJdCl51Oqu1b3lM { background-color:#e38319;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.875rem;height:4.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:103.62158203125rem;left:22.2802734375rem;display:block; }
#Qf3HTnZfUkWJD5T2OtlFylQV07q4RPSE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BVWUfMr9Qvd3KwTfFTQAr4CMqZ4KAK2G { background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/uc/87b9aced-0a17-4f81-9009-b0f1e9e33f99/BANNERSITECLUBEFRETEGRTISjpg.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BVWUfMr9Qvd3KwTfFTQAr4CMqZ4KAK2G.adaptive-delivery-prevent-bg, #BVWUfMr9Qvd3KwTfFTQAr4CMqZ4KAK2G.lazyload, #BVWUfMr9Qvd3KwTfFTQAr4CMqZ4KAK2G.lazyloading { background-image: none; }#BVWUfMr9Qvd3KwTfFTQAr4CMqZ4KAK2G > .row .container { background-color: transparent; background-image: none; }#BVWUfMr9Qvd3KwTfFTQAr4CMqZ4KAK2G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVWUfMr9Qvd3KwTfFTQAr4CMqZ4KAK2G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVWUfMr9Qvd3KwTfFTQAr4CMqZ4KAK2G > .row .container > .video-iframe-container { display: none; }#BVWUfMr9Qvd3KwTfFTQAr4CMqZ4KAK2G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVWUfMr9Qvd3KwTfFTQAr4CMqZ4KAK2G > .row > .video-iframe-container { display: none; }#BVWUfMr9Qvd3KwTfFTQAr4CMqZ4KAK2G > .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); }#BVWUfMr9Qvd3KwTfFTQAr4CMqZ4KAK2G > .row .container { border-width: 0; border-radius: 0; }#BVWUfMr9Qvd3KwTfFTQAr4CMqZ4KAK2G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BVWUfMr9Qvd3KwTfFTQAr4CMqZ4KAK2G > .row .container { font-size:0.875rem;font-family:kalnia;height:33.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#g69HlB2VDUa9U6oFfnJdmWNZgcW0xz1v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#g69HlB2VDUa9U6oFfnJdmWNZgcW0xz1v > .row .container { background-color: transparent; background-image: none; }#g69HlB2VDUa9U6oFfnJdmWNZgcW0xz1v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g69HlB2VDUa9U6oFfnJdmWNZgcW0xz1v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g69HlB2VDUa9U6oFfnJdmWNZgcW0xz1v > .row .container > .video-iframe-container { display: none; }#g69HlB2VDUa9U6oFfnJdmWNZgcW0xz1v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g69HlB2VDUa9U6oFfnJdmWNZgcW0xz1v > .row > .video-iframe-container { display: none; }#g69HlB2VDUa9U6oFfnJdmWNZgcW0xz1v > .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); }#g69HlB2VDUa9U6oFfnJdmWNZgcW0xz1v > .row .container { border-width: 0; border-radius: 0; }#g69HlB2VDUa9U6oFfnJdmWNZgcW0xz1v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g69HlB2VDUa9U6oFfnJdmWNZgcW0xz1v > .row .container { font-size:0.875rem;font-family:kalnia;height:12.9375rem;width:75rem;position:relative;display:block; }#JFnVoQJuzJyGSnUHm888MVOhog0cITkK { color:rgba(var(--color-tertiary-0),1);display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:10.15625rem;left:0rem;height:1.3110375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vRhS9SD597huJWHfPkX5EyTsqf4lhT6Q { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:6.25rem;left:63.0625rem; }
#vRhS9SD597huJWHfPkX5EyTsqf4lhT6Q > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; }#PMgOo3qpICFH4oD64205AT1r1XqVPPkA { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:6.25rem;left:67.375rem; }
#PMgOo3qpICFH4oD64205AT1r1XqVPPkA > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#bbDFzZUrUS9weaF4vpRq7eVKpaELg87i { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:6.625rem;left:71.375rem; }
#bbDFzZUrUS9weaF4vpRq7eVKpaELg87i > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#m3fxWShXp0WD0pGCizRIdsRA20OvCRz9 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);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:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:9.310546875rem;left:62.49609375rem;display:block; }
#Cyn8wWNpch331B6NmiXUBBwqRFKGuuRg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LTPFeO7vGLZDUXdVO3TAe6yCH7ooVStr { position:absolute;display:block;z-index:15004;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.3125rem;width:10.6875rem;top:1.43701171875rem;left:0.9990234375rem;overflow:hidden;display:block; }
#mfkkCZoASpfG9vCQIFIfi4T9zkV2aS2k { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);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:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.999rem;height:3rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:9.310546875rem;left:50.6865234375rem;display:block; }
#UW1K0rxFZXScSeEVW54uQ1iFhOdpBATz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rAsRIiZHMuGhH4Gg9cplvBVobWB983KR { display:block; }#rAsRIiZHMuGhH4Gg9cplvBVobWB983KR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJNuGkeLe3XW5boBTt55wc2x3leXDwfT { top:1.625rem;left:10.25rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGOTFw1ntlFA4T24pouSxmb1WQ963hp0 { top:1.5625rem;left:36.25rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AouWE8Ww51rHi6wfw0KCn25pDE7UbZAO { top:2.1875rem;left:11.375rem;width:24.9375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #TM0c41oenU8niEyPhCJM1awrHbF00MPJ { top:9.125rem;left:0rem;width:47.75rem;height:;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8xC99T15rgpPIvPOTw4MH7ZLfZZTS8S { width:46.75rem;height:4.5rem;top:69.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbiy1cDn45o3qDNOMyNk4Sry3nHDWTTK { display:block; }
 }@media only screen and (max-width: 763px) { #qZupzrTeeaNc6w2imWqd59w1oJmTlM8h { top:19.1875rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iyl9xJiHc16iBNa0ZTvuvrfoRPwIiBVH { top:39.125rem;left:0rem;width:33.9375rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUmsvN4JbnB09GsuUBgO5zOxA0St6Ff3 { top:80.1875rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6u5UERdZcuc6GCAgXzwpav3Pnl3B0JA { top:29.1875rem;left:0rem;width:47.75rem;height:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuF0LmgIRCR8FxcO9FIEPxZwrwePGNUT { top:32.125rem;left:0rem;width:47.75rem;height:30.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMODbaHoqWBZstRfkWmLAWznKox2G1rv { top:117rem;left:0rem;width:47.75rem;height:35.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GabVA1VlXfTG3MTMIguqyxvtmcrWUItX { display:block; }#GabVA1VlXfTG3MTMIguqyxvtmcrWUItX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J3TThU3TUrKlpRz0atwJX8tKLplPXTHu { top:1.625rem;left:10.25rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwNsoxurkklg0rvKgzpZ8lKVwnzNBDkc { top:1.5625rem;left:36.25rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG6R24MOh66Kv4nR3Gqfspt1plDnu52F { top:2.1875rem;left:11.3740234375rem;width:24.9375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #eiC4bxPmZOvnIMLMOtvxDqSzbWDQeJTE { width:45.0625rem;height:3.75rem;top:72rem;left:0.490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJ8CQnAJ3fGpLEubqO1t7orOJvCclfAf { display:block; }
 }@media only screen and (max-width: 763px) { #ILwgJGyC0u2DhbHo11d8NE8SLI2wchrw { top:17.3125rem;left:20.5rem;width:27rem;height:49.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxNZ3CqcI7e5S5ixohzsQ8VwK58R0Btb { top:8.5625rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbCbIw2eIFh03u9zxI2C8u6XN4N4PO6W { top:85.75rem;left:0rem;width:15.375rem;height:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSwBJhUJTnKWSigdgO4xqodsFidKuxcV { top:39.125rem;left:0rem;width:33.9375rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAea124uuCQUkqK9hSNWMxdvMcoh9W2L { width:35.4375rem;height:3.75rem;top:87.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZR1wkEth5rDlsbIOUO62dsIhTRqGr4z7 { display:block; }
 }@media only screen and (max-width: 763px) { #XOxJuwasfgnmJT5mZldHBuDwz0CtTmXc { top:16.75rem;left:0rem;width:34.5rem;height:50.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tocp32LBod4KU0m6KXCOq9KE4x8WAAHG { top:19rem;left:0rem;width:32.6875rem;height:16.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR9A9O3siTECeDJeCkhGympLJXosTKDr { top:37.9375rem;left:0rem;width:27.9375rem;height:14.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTk4avTMxg4tx9MW2MdWdSRcglv55WNF { top:55.6875rem;left:0rem;width:29.0625rem;height:7.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqZ1EVzXbTTei8r0lRQSTTvDQ2hSASCD { top:85.75rem;left:14.6494140625rem;width:15.625rem;height:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8vzuTxuHB9qAGZkiwiaCkPM9d4ta8RA { top:86.25rem;left:32.125rem;width:15.625rem;height:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyTZpSmq2aGJkiXLAVQzSQOFnaTtOShQ { top:83.0625rem;left:0rem;width:20.625rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb3tuKeWlxF3VEIaofHLCKgEvxOfuXz1 { top:83.0625rem;left:12.7392578125rem;width:20.625rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGgC5V570TIyIav9fUU6SM53bz75Sywr { top:83.0625rem;left:27.125rem;width:20.625rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx3TrvoZNzMDCx8U26iG5nkrTpJZZzQx { display:block; }#sx3TrvoZNzMDCx8U26iG5nkrTpJZZzQx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A5QyFLM157hFmlF31JvCKbfDyGx8cTvI { top:12.5rem;left:0rem;width:20rem;height:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOC9LbptI2hWe9cOzhRATyZD0MXvy6VB { top:14.625rem;left:0rem;width:15.9375rem;height:2rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQTVAxH6tknJkAkMNkQusDZN88tZmMKi { top:12.5rem;left:27.375rem;width:20.375rem;height:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMhKw6d4S8o07Sn2CrF6d2tWlSGFTCCU { top:17.5rem;left:0rem;width:12.5625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3S1iTLvf9bREyyVXrmhhRZ45VTxH0LE { top:24rem;left:0rem;width:15.1875rem;height:17.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #atkqzoSQ4E4Ge6xA85aS83IfVuenQi14 { top:45.4375rem;left:0rem;width:13.5rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W41RtdsxzGf3kA2o6RuOmhyQTGxxbaRH { width:11.25rem;height:3.375rem;top:47.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTUUESZPI2h8gSytosNu3Aelgq5cp7IT { display:block; }
 }@media only screen and (max-width: 763px) { #KWJgpDMTDC3kSNRfMBapzqTXx3AhguK1 { top:3.125rem;left:6.7802734375rem;width:37.75rem;height:3.8125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUMGQCAv6AeJoHV1bleA4qMaiR7tKSp4 { top:14rem;left:12.8359375rem;width:16.9375rem;height:2rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHxAfCRr8dbBKg9TAzqcbOdm2sH1Tt8M { top:17.5rem;left:14.05615234375rem;width:15.625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vufUVQnOZ82tSnyDN54QC4tSbJ3MHk9P { top:24rem;left:13.93017578125rem;width:15.9375rem;height:17.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9oK2K42DwgmyNCeMy947qvsQcbIAuTo { top:45.4375rem;left:11.306640625rem;width:13.5rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #doWUV6c1Ra14wgUkG6BhxabGVOFvuIoN { width:11.25rem;height:3.375rem;top:47.4375rem;left:16.27392578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf9meucJs66VzZrhTJgqOzHlHwWG8F7n { display:block; }
 }@media only screen and (max-width: 763px) { #u7IH1e1Bz41nbtNkAuZMFTNWlJk9d6V6 { top:6.3125rem;left:1.0625rem;width:46.6875rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQF2kTx741eIK8vAPlHUVE2DkZvRXStI { top:54.1875rem;left:0.14892578125rem;width:43.5rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lM4fVAPUFguFpSIxxoXvpvW2Dz8Ll8IC { top:58.5rem;left:0rem;width:33.9375rem;height:9.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQxgSiMJQbGooXCUd6NGs5Zgicb1IGqp { top:12.5625rem;left:12.21630859375rem;width:20.625rem;height:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bco65l9tzblB85vqGfsyShEuagRKBKLO { top:14.625rem;left:32.125rem;width:15.625rem;height:2rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlS1T7D1cr7PMHUDbFUNcKQt1edcwvAe { top:22.5rem;left:31rem;width:16.75rem;height:22.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T41m6gknWIRebPRMy5qQl1KZdX50l3xZ { top:45.4375rem;left:34.25rem;width:13.5rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdPkLz6kShuH1f6I8hWSUpht9tDhVo22 { width:11.25rem;height:3.375rem;top:47.4375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMBT4dirHNTuoacT5MErz8AXdgrxSaHT { display:block; }
 }@media only screen and (max-width: 763px) { #JQ9GMleCkq9BP7JaPPiksKyQT8Etdf17 { top:17.5rem;left:32.9375rem;width:14.8125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLdSwM9TXTqC9BThrJ675c52y4nSa2sB { top:58.5rem;left:0rem;width:37.75rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNhDnzTszXuH8UQK4bWkiEIiPr4LMFbd { width:38.5rem;height:5.125rem;top:69.5rem;left:5.435546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkwMr4mqCk9x8zmJm2Hz1QwrDC6nsSTT { display:block; }
 }@media only screen and (max-width: 763px) { #EPvZxQ34mXZ8stNvSfJmeIIieDIAWubL { display:block; }#EPvZxQ34mXZ8stNvSfJmeIIieDIAWubL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJ34aTXSVnHH3Ra3215kThstIFUCTQg5 { width:30.8125rem;height:3.375rem;top:41.0625rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #derg3snl91EKeM2oStxAX9CbJ3b30uTN { display:block; }
 }@media only screen and (max-width: 763px) { #BAmhz7HO1qgD7hDM09KViEzebITHV7EF { top:10.9375rem;left:0.6875rem;width:47.0625rem;height:28.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pML3dGwNoaDaOrFCTOT6wRXnT03ytxVd { top:2.6875rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdAofGT5SDih6L9AOO7eh4pz75Q7wCZT { top:1.3125rem;left:0rem;width:47.625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5NUVo2RlAanspyp0QDz5sKUZ03xAWl7 { top:8.875rem;left:0rem;width:20.6875rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdGQKZVwTJPWLR4IdxZZoCGf6XT0syNV { top:9.5625rem;left:0rem;width:16.1875rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK7TaaXQvPLVISF1QuHGHXGGfnAZCT6y { top:7.5rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQBVtqQeqC5eF0lhi2SaiWCbXpmgTsrU { display:block; }#QQBVtqQeqC5eF0lhi2SaiWCbXpmgTsrU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WnGv5kPrdFgoHfgr3uVAmDCs5vn2XvkN { width:33.375rem;height:4.125rem;top:80.375rem;left:8.4970703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSA7JuS6s8MGrmOJZPyihC6DckWsbbNB { display:block; }
 }@media only screen and (max-width: 763px) { #ELNXldCr4UkWfoKbdczJldIsN3Uq5Rme { top:1.375rem;left:0rem;width:47.625rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEq17FTWg6NFWvAopxzibJKbSDposzQ4 { top:3.8125rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRUbVdUNTytScuMT9Du44KTuXMMA2vhA { top:9.3125rem;left:0rem;width:17.25rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP7clcLPOGzhBTvrtX8IlEsWcy8zHG79 { top:9.375rem;left:0.87255859375rem;width:16.875rem;height:30.76238818528rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJtfxL6ZX6Ck4wtR1PcHlQlRnQJmaXop { top:9.5625rem;left:15.466796875rem;width:16.75rem;height:30.387022662384rem;display:block; }
 }@media only screen and (max-width: 763px) { #upfD7ibB1eFvRiR2BzxHRLgCHwk7Un70 { top:9.5rem;left:29.5rem;width:16.875rem;height:30.451521123018rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJHGMfDcO19XoWsnwQPDZo38oohVG5K9 { top:9.5625rem;left:30.6875rem;width:17.0625rem;height:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2KlIsN2OU2JsxfQn2WQ0vkKNGdJsLeG { top:44.5rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKOc5pgTy7RhkhfrQrV07cmD7J0FGmrF { top:52.5625rem;left:0rem;width:29.6875rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoRneaDOhyhhrXkFeKUs0QIUUD6AbvcF { top:56.8125rem;left:0rem;width:19.3125rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsBdf54erUbCkK9CeM4gOIEMexpIw1RK { top:62.4375rem;left:0rem;width:27.4375rem;height:11.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcT4nX7vPFu8lTz8lUosvQrhxd1L4Z7C { top:52.6875rem;left:18.5625rem;width:29.1875rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKlcnQP0zHF8B0MLZO3zPNbQVHCOCxnV { top:56.8125rem;left:28.4375rem;width:19.3125rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p91qSsT4PqEBKQ6mmkQk8TelcscvMdJx { top:63.375rem;left:20.6875rem;width:27.0625rem;height:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s02DgwiGPFhaAbHSePkg7Xi4PNcvMe66 { top:53.1875rem;left:5.46630859375rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZZhphB3aP6c2Tq6Wwgr7eHbmZynFRc6 { top:52.75rem;left:39.79931640625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVXpbChWvMf3ltgrQlTBgCxGbTI2rSAC { display:block; }#yVXpbChWvMf3ltgrQlTBgCxGbTI2rSAC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oe0Q59otZc81es2b5k862l8w9U7yaUV1 { width:35.125rem;height:3.5625rem;top:32.4375rem;left:7.310546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8agF115S3vUyCAy6bOwTarToHmBxfsL { display:block; }
 }@media only screen and (max-width: 763px) { #qZsuTDh6yvyUleJNkyr4A53Pp8uasVt5 { top:1.6875rem;left:0rem;width:47.75rem;height:6.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfX3bTRWnbQtbqAwETJxoXiefd2cTNsy { top:14.0625rem;left:0rem;width:12.5rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUolCGGlD4PDXFzTIhhg8KRI8CuzQRkn { top:14.0625rem;left:10.875rem;width:12.5rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1ELLz5EPmLBUdVfOQmhVDVuxvGTRVZq { top:14.0625rem;left:26.0625rem;width:12.5rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lklfhs2Av2eLW0qnidQTbiMr5f2QFVUP { top:14rem;left:35.125rem;width:12.5rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW5TbQcQApIEdmL2Z5hBZfBeNJtl7qhA { top:14.4375rem;left:0rem;width:9.9375rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmwHoF2RC9u83E7bNtBTPw6XPsiZ4l5y { top:13.0625rem;left:8.6845703125rem;width:17.4375rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk0ip3QzJMN3rEUvuBSWch9m2oEmGgGu { top:14.5625rem;left:27.59130859375rem;width:10rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl7uwhu5Sg5JT5DsV3EiTalHN2P7MCIo { top:15.3125rem;left:38.5625rem;width:9.1875rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDlyxH1HFFDSMayMNBtSrZmsZfr1xPp9 { top:40.875rem;left:2.96875rem;width:41.8125rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y { display:flex;height:auto;width:45.25rem;top:44.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #TaPKi3oZsHIKpc7I9TLFVQGBlCqCrNk6 {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #tpJFml498G88KsELhrlyqoRIWrxhy1S3 {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #Fb4ym8rI9297abuZg8LTIKz97fk70Ez2 {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #hFWOZFaMXHzS2mPvkX0nRsBpMbPDcvnB {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #gS0yz6d4T3J7nZbXI6f1dlLyxCu1pW2i {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #FqS55QrpxoF5cVm7MOFh8zcvHmRluQnm {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #fTCQ6yNAUsQ3lE5IwTntFFvTI52vySzF {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #BkRO3ep8PlJVh3gmEBukhLZvKUwn5P1K {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #OHxqzhddsT7GMcdTURuxtaLzyJVq02T9 {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #DlLiD2eVLhHKw2vGl3sRqevyRQzmlrWH {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #V1hOt1Z4ZdJFiJfhkHtusrDTtfnIGQ3u {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #m9F9l0vSFU59gRFvqigTi76vJShxgtdX {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #t36VTZAtdVEnTFTNIzWPTvSG92IEr0w9 {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #spHmWP6TZf99Do7yUoFQOruyDkMDvpEO {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #B9UCMRDXxFt2NpmAPtizQfb0qEDhnExl {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #kTi6G5GecoQPvcJFwMXrGUwP9K69KtkB {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #EbMhSGWNbqhRnuGy4LSDhvTRsCHKNiXJ {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #gJvpJWQBKqFs9s9T7Jkgxgd7nlnseFVV {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #JMzLOEVDF1J9J68lRUnFc2EWuDeWeScd {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #wN86ztapyDuGLS8Rni58ytvDvUMgARFp {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #U6wltOTR7OPat1UGdzC6tBkJdSonKbOs {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #KwkrLtVNE1UaVSHnFEVD0SBeB0sTifMl {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #iOSigVoLgMI6t5v5LbCiWPZILdkABwAq {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #bOWItgSn9tiHPwUvNDlU8IgfgEUrxUvU {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #TsAsg08UWdo7TNTUVhd87sPEpRE48WIT {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #dU1b0dlodZomheOQAEVeGvV3Gi6mO2pO {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #ebPaypcmp49w1lBPKVtLLkyGcui1A40D {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #UrszqTTKT82yePuWpbuIgEANaU6icFZU {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #WPlT3PwBZWzk9iin2LWsWp1Ngrs3c808 {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #t7w71yMaIQdTbChMuzB2vJ0hMrQBFMOC {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #hhLnMMlrSM1k74OgDRLwssFxeX5AxlQO {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #xbvwbpDJSOBSmFHNH2OhaOT0xBXh0h9s {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #pwvElEoZLSLQrKdnh8JChtxw7UHazrQr {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #ZBD1DRpwkN4wh179lpGvEMNDCEDh2Ppt {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #Qsakld1nwW7b3XtaTuuiDTO3xCJ9zVqQ {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #UbugokhbGssJ184lhoM6lgro83eJ7dfi {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #M4Lo9ExaJFZ6hlfd095dSVsZhydEr1TV {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #UhtTGGcpDgorD4k2nHtcWxA0335aV080 {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #GRNxh5aBGtGBwB1XlKbzTKihq0rEs3HK {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #kTBQwHs3HnzRJACXh4vQqqT1LzLREbdR {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #uHuB9Kvs9Gar1x9kTLiAcEqX6G5ZUEqP {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #I6yTJ9N6ezKu3TzThWCnd464b0V80tJd {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #PaEs9RWZtCUqMz9UyZmTVI1akiNRBS6F {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #Dgm7lV3zkt71pWuwQdAFk6L11gAzx2qH {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #GHs5eIePAKeUPzptpTZ7lqFrPsm0yXE7 {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #NC6N2RDb6fzsEfewQntF6q0BRMvrTtfL {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #PBCz4mXRTOd8NqXmaJS44FFBBUPpzXwh {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #gN3sV0T4wznFgQfttaDhRuC77MNF0S5E {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #SNxc6bFDA0egc7X7R51rf0bMMkIllrQW {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #LJTnVTiBZLFh7bWrFngfSJkWeexSiCIC {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #Nn37AqcaiqS7qANJeGNwSqao47FW7JrN {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #nn5QW1ATW7m9fdz8GJv3cM6dSazMFVPa {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #CrQl1igF2VFI13tXuy6w4QODNLn9N6eJ {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #HcLxCovLK5GORGlA2Griq8HMT3ll0Vv1 {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #yJlgAPZx8t9LlrcinNizeWre3ke8gMyJ {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #BKeyUAqZlEM7EUO0EEATeqPD11SDnZLM {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #fZEQib9IwZPrtv7ERd8drmtKAhh5i0eV {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #dsrHDfSeCvLqouUN8ZZ530GN0zoBxJ7v {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #ucuZHaVdHTefpktRav6q3inX9cecwTyb {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #fM10fBihRZcinO2zNFPRxTRW8Lf0dV4U {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #QivSxTzr5bTVIOEvNe809elrmgb3KJL3 {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #MXy9mPUknAehcghlubnrhb70F1g8fBZC {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #wHi92LB1Ty54Ff4zBsKZZ4yoJBz2iqDV {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #IxbRRNJkeV0WorEqT9D8RSLZdxaxDrwx {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #Rd4zvvSWTFcmShxFlTqTsODy0Pews2ue {  }
 }@media only screen and (max-width: 763px) { #TCgxOiNAzoiK7GGLlSJdCl51Oqu1b3lM { width:36.875rem;height:4.0625rem;top:103.5625rem;left:8.6552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf3HTnZfUkWJD5T2OtlFylQV07q4RPSE { display:block; }
 }@media only screen and (max-width: 763px) { #BVWUfMr9Qvd3KwTfFTQAr4CMqZ4KAK2G { display:block; }#BVWUfMr9Qvd3KwTfFTQAr4CMqZ4KAK2G > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g69HlB2VDUa9U6oFfnJdmWNZgcW0xz1v { display:block; }#g69HlB2VDUa9U6oFfnJdmWNZgcW0xz1v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JFnVoQJuzJyGSnUHm888MVOhog0cITkK { top:10.125rem;left:0rem;width:37.9375rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRhS9SD597huJWHfPkX5EyTsqf4lhT6Q { top:6.25rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
#vRhS9SD597huJWHfPkX5EyTsqf4lhT6Q > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #PMgOo3qpICFH4oD64205AT1r1XqVPPkA { top:6.25rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
#PMgOo3qpICFH4oD64205AT1r1XqVPPkA > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #bbDFzZUrUS9weaF4vpRq7eVKpaELg87i { top:6.625rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
#bbDFzZUrUS9weaF4vpRq7eVKpaELg87i > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #m3fxWShXp0WD0pGCizRIdsRA20OvCRz9 { width:11.625rem;height:3rem;top:9.25rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cyn8wWNpch331B6NmiXUBBwqRFKGuuRg { display:block; }
 }@media only screen and (max-width: 763px) { #LTPFeO7vGLZDUXdVO3TAe6yCH7ooVStr { width:10.6875rem;height:6.3125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfkkCZoASpfG9vCQIFIfi4T9zkV2aS2k { width:9.9375rem;height:3rem;top:9.25rem;left:37.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW1K0rxFZXScSeEVW54uQ1iFhOdpBATz { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rAsRIiZHMuGhH4Gg9cplvBVobWB983KR { display:block; }#rAsRIiZHMuGhH4Gg9cplvBVobWB983KR > .row .container { width:20rem;height:125.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJNuGkeLe3XW5boBTt55wc2x3leXDwfT { display:flex;width:1.25rem;height:1.25rem;top:1.875rem;left:0rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #gGOTFw1ntlFA4T24pouSxmb1WQ963hp0 { display:flex;width:1.25rem;height:1.25rem;top:1.875rem;left:18.75rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #AouWE8Ww51rHi6wfw0KCn25pDE7UbZAO { width:18.75rem;height:0.0625rem;top:2.4375rem;left:0.625rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #TM0c41oenU8niEyPhCJM1awrHbF00MPJ { width:17.3100625rem;height:9.375rem;top:6.123046875rem;left:1.34326171875rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #O8xC99T15rgpPIvPOTw4MH7ZLfZZTS8S { width:19.9995rem;height:3.249025rem;top:28.10595703125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbiy1cDn45o3qDNOMyNk4Sry3nHDWTTK { display:block; }
 }@media only screen and (max-width: 763px) { #qZupzrTeeaNc6w2imWqd59w1oJmTlM8h { width:19.9980625rem;height:7.4926875rem;top:18.51416015625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Iyl9xJiHc16iBNa0ZTvuvrfoRPwIiBVH { width:19.9980625rem;height:1.42529375rem;top:108.0205078125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iUmsvN4JbnB09GsuUBgO5zOxA0St6Ff3 { width:17.7480625rem;height:21.6650625rem;top:74.11669921875rem;left:1.125rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #P6u5UERdZcuc6GCAgXzwpav3Pnl3B0JA { width:20rem;height:35.1875rem;top:36.03369140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuF0LmgIRCR8FxcO9FIEPxZwrwePGNUT { width:19.6245rem;height:31.359375rem;top:37.70068359375rem;left:0.18603515625rem;font-size:1.1875rem;text-align:justify;text-align-last:initial;line-height:2.2;display:block; }
 }@media only screen and (max-width: 763px) { #JMODbaHoqWBZstRfkWmLAWznKox2G1rv { width:18.5625rem;height:23.620625rem;top:100.4443359375rem;left:0.7177734375rem;font-size:1.3125rem;text-align:justify;text-align-last:initial;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GabVA1VlXfTG3MTMIguqyxvtmcrWUItX { display:block; }#GabVA1VlXfTG3MTMIguqyxvtmcrWUItX > .row .container { width:20rem;height:151.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J3TThU3TUrKlpRz0atwJX8tKLplPXTHu { display:flex;width:1.25rem;height:1.25rem;top:1.875rem;left:0rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #XwNsoxurkklg0rvKgzpZ8lKVwnzNBDkc { display:flex;width:1.25rem;height:1.25rem;top:1.875rem;left:18.75rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #TG6R24MOh66Kv4nR3Gqfspt1plDnu52F { width:18.75rem;height:0.0625rem;top:2.4375rem;left:0.625rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #eiC4bxPmZOvnIMLMOtvxDqSzbWDQeJTE { width:19.125rem;height:3.8745125rem;top:49.99658203125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJ8CQnAJ3fGpLEubqO1t7orOJvCclfAf { display:block; }
 }@media only screen and (max-width: 763px) { #ILwgJGyC0u2DhbHo11d8NE8SLI2wchrw { width:16.875rem;height:30rem;top:67.08984375rem;left:1.4677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxNZ3CqcI7e5S5ixohzsQ8VwK58R0Btb { width:18.4995rem;height:6.75rem;top:5.49609375rem;left:0.74853515625rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XbCbIw2eIFh03u9zxI2C8u6XN4N4PO6W { width:14.6850625rem;height:3.3252rem;top:114.8583984375rem;left:2.65576171875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pSwBJhUJTnKWSigdgO4xqodsFidKuxcV { width:19.9980625rem;height:1.42529375rem;top:38.14453125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oAea124uuCQUkqK9hSNWMxdvMcoh9W2L { width:19.9995rem;height:3.8745125rem;top:102.03515625rem;left:0rem;font-size:0.9375rem;z-index:15015;background-color:#e38319;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZR1wkEth5rDlsbIOUO62dsIhTRqGr4z7 { display:block; }
 }@media only screen and (max-width: 763px) { #XOxJuwasfgnmJT5mZldHBuDwz0CtTmXc { width:20rem;height:45.9375rem;top:15.18017578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tocp32LBod4KU0m6KXCOq9KE4x8WAAHG { width:19.9995rem;height:15.3984375rem;top:17.50341796875rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JR9A9O3siTECeDJeCkhGympLJXosTKDr { width:18.4980625rem;height:12.98438125rem;top:34.71533203125rem;left:0rem;font-size:1.25rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #JTk4avTMxg4tx9MW2MdWdSRcglv55WNF { width:16.062rem;height:7.69921875rem;top:52.55859375rem;left:1.96875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GqZ1EVzXbTTei8r0lRQSTTvDQ2hSASCD { width:15.6225625rem;height:3.32519375rem;top:127.54833984375rem;left:2.18701171875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U8vzuTxuHB9qAGZkiwiaCkPM9d4ta8RA { width:15.6225625rem;height:3.3252rem;top:140.7333984375rem;left:2.18701171875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fyTZpSmq2aGJkiXLAVQzSQOFnaTtOShQ { width:19.9980625rem;height:10.3725625rem;top:111.3369140625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Pb3tuKeWlxF3VEIaofHLCKgEvxOfuXz1 { width:19.9980625rem;height:10.3725625rem;top:124.02392578125rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #IGgC5V570TIyIav9fUU6SM53bz75Sywr { width:19.9980625rem;height:10.3725625rem;top:137.2119140625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #sx3TrvoZNzMDCx8U26iG5nkrTpJZZzQx { display:block; }#sx3TrvoZNzMDCx8U26iG5nkrTpJZZzQx > .row .container { width:20rem;height:171.9375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A5QyFLM157hFmlF31JvCKbfDyGx8cTvI { width:18.1875rem;height:38.5625rem;top:10.125rem;left:0.9375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #IOC9LbptI2hWe9cOzhRATyZD0MXvy6VB { width:15.3125rem;height:2.0244125rem;top:12.93603515625rem;left:3.2490234375rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fQTVAxH6tknJkAkMNkQusDZN88tZmMKi { width:18.1875rem;height:38.3745rem;top:53.22216796875rem;left:0.9052734375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #tMhKw6d4S8o07Sn2CrF6d2tWlSGFTCCU { width:11.3115rem;height:3rem;top:15.345703125rem;left:4.341796875rem;font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #i3S1iTLvf9bREyyVXrmhhRZ45VTxH0LE { width:16.374rem;height:17.204575rem;top:20.8037109375rem;left:1.810546875rem;font-size:1.125rem;text-align:justify;text-align-last:initial;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #atkqzoSQ4E4Ge6xA85aS83IfVuenQi14 { width:13.5rem;height:1.2744125rem;top:40.3798828125rem;left:2.2177734375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W41RtdsxzGf3kA2o6RuOmhyQTGxxbaRH { width:11.25rem;height:3.375rem;top:42.71630859375rem;left:4.3740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTUUESZPI2h8gSytosNu3Aelgq5cp7IT { display:block; }
 }@media only screen and (max-width: 763px) { #KWJgpDMTDC3kSNRfMBapzqTXx3AhguK1 { width:17.4975625rem;height:4.5rem;top:1.53076171875rem;left:1.24951171875rem;font-size:1.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #SUMGQCAv6AeJoHV1bleA4qMaiR7tKSp4 { width:16.875rem;height:2.0244125rem;top:55.95263671875rem;left:1.5615234375rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EHxAfCRr8dbBKg9TAzqcbOdm2sH1Tt8M { width:17.7495rem;height:3rem;top:58.599609375rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #vufUVQnOZ82tSnyDN54QC4tSbJ3MHk9P { width:15.1875rem;height:16.2421875rem;top:64.9775390625rem;left:2.4052734375rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #F9oK2K42DwgmyNCeMy947qvsQcbIAuTo { width:13.5rem;height:1.2744125rem;top:83.62939453125rem;left:2.24560546875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #doWUV6c1Ra14wgUkG6BhxabGVOFvuIoN { width:11.25rem;height:3.375rem;top:87rem;left:4.3740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf9meucJs66VzZrhTJgqOzHlHwWG8F7n { display:block; }
 }@media only screen and (max-width: 763px) { #u7IH1e1Bz41nbtNkAuZMFTNWlJk9d6V6 { width:19.9980625rem;height:2.8125rem;top:5.93701171875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #cQF2kTx741eIK8vAPlHUVE2DkZvRXStI { width:19.8105625rem;height:2.8125rem;top:137.296875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #lM4fVAPUFguFpSIxxoXvpvW2Dz8Ll8IC { width:18.9375rem;height:12.146475rem;top:148.23779296875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #LQxgSiMJQbGooXCUd6NGs5Zgicb1IGqp { width:18.8730625rem;height:39.4980625rem;top:96.24462890625rem;left:0.5625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Bco65l9tzblB85vqGfsyShEuagRKBKLO { width:15.6225625rem;height:2.0244125rem;top:98.92529296875rem;left:2.18701171875rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nlS1T7D1cr7PMHUDbFUNcKQt1edcwvAe { width:16.7475625rem;height:19.8515625rem;top:106.7021484375rem;left:1.62451171875rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #T41m6gknWIRebPRMy5qQl1KZdX50l3xZ { width:13.5rem;height:1.2744125rem;top:128.9091796875rem;left:2.24560546875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SdPkLz6kShuH1f6I8hWSUpht9tDhVo22 { width:11.25rem;height:3.375rem;top:130.93212890625rem;left:4.3740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMBT4dirHNTuoacT5MErz8AXdgrxSaHT { display:block; }
 }@media only screen and (max-width: 763px) { #JQ9GMleCkq9BP7JaPPiksKyQT8Etdf17 { width:16.812rem;height:3rem;top:101.478515625rem;left:1.59375rem;font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #dLdSwM9TXTqC9BThrJ675c52y4nSa2sB { width:19.9980625rem;height:4.5rem;top:145.880859375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #lNhDnzTszXuH8UQK4bWkiEIiPr4LMFbd { width:19.9995rem;height:4.125rem;top:162.2783203125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkwMr4mqCk9x8zmJm2Hz1QwrDC6nsSTT { display:block; }
 }@media only screen and (max-width: 763px) { #EPvZxQ34mXZ8stNvSfJmeIIieDIAWubL { display:block; }#EPvZxQ34mXZ8stNvSfJmeIIieDIAWubL > .row .container { width:20rem;height:96.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJ34aTXSVnHH3Ra3215kThstIFUCTQg5 { width:19.9980625rem;height:3.624025rem;top:90.55810546875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #derg3snl91EKeM2oStxAX9CbJ3b30uTN { display:block; }
 }@media only screen and (max-width: 763px) { #BAmhz7HO1qgD7hDM09KViEzebITHV7EF { width:18.4365rem;height:54rem;top:34.40478515625rem;left:0.779296875rem;font-size:1rem;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #pML3dGwNoaDaOrFCTOT6wRXnT03ytxVd { width:18rem;height:3rem;top:2.71875rem;left:1rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gdAofGT5SDih6L9AOO7eh4pz75Q7wCZT { width:16.5rem;height:4.4375rem;top:2.1875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5NUVo2RlAanspyp0QDz5sKUZ03xAWl7 { width:16.875rem;height:18.6875rem;top:9.8115234375rem;left:1.7177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdGQKZVwTJPWLR4IdxZZoCGf6XT0syNV { width:12.25rem;height:18.0625rem;top:10.1845703125rem;left:4.21728515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK7TaaXQvPLVISF1QuHGHXGGfnAZCT6y { width:19.9980625rem;height:1.8369125rem;top:31.1865234375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #QQBVtqQeqC5eF0lhi2SaiWCbXpmgTsrU { display:block; }#QQBVtqQeqC5eF0lhi2SaiWCbXpmgTsrU > .row .container { width:20rem;height:249.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WnGv5kPrdFgoHfgr3uVAmDCs5vn2XvkN { width:19.125rem;height:3.5rem;top:181.62451171875rem;left:0.4365234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSA7JuS6s8MGrmOJZPyihC6DckWsbbNB { display:block; }
 }@media only screen and (max-width: 763px) { #ELNXldCr4UkWfoKbdczJldIsN3Uq5Rme { width:19.875rem;height:6.375rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEq17FTWg6NFWvAopxzibJKbSDposzQ4 { width:19.3725625rem;height:4.374025rem;top:2.56201171875rem;left:0.31201171875rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NRUbVdUNTytScuMT9Du44KTuXMMA2vhA { width:19.9995rem;height:36rem;top:7.81201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP7clcLPOGzhBTvrtX8IlEsWcy8zHG79 { width:19.9375rem;height:36.3125rem;top:41.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJtfxL6ZX6Ck4wtR1PcHlQlRnQJmaXop { width:20rem;height:36.25rem;top:76.12353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #upfD7ibB1eFvRiR2BzxHRLgCHwk7Un70 { width:20rem;height:36.125rem;top:110.4990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJHGMfDcO19XoWsnwQPDZo38oohVG5K9 { width:19.9375rem;height:36.3125rem;top:144.56103515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2KlIsN2OU2JsxfQn2WQ0vkKNGdJsLeG { width:19.9980625rem;height:6.5961875rem;top:187.119140625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bKOc5pgTy7RhkhfrQrV07cmD7J0FGmrF { width:19.9995rem;height:26.187rem;top:196.12353515625rem;left:0rem;background-color:rgba(var(--color-secondary-3),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #PoRneaDOhyhhrXkFeKUs0QIUUD6AbvcF { width:16.1850625rem;height:3.375rem;top:200.2470703125rem;left:1.90576171875rem;font-size:1.125rem;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZsBdf54erUbCkK9CeM4gOIEMexpIw1RK { width:18.75rem;height:15.30615625rem;top:205.12060546875rem;left:0.6240234375rem;font-size:1rem;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vcT4nX7vPFu8lTz8lUosvQrhxd1L4Z7C { width:19.9995rem;height:21.9375rem;top:223.7490234375rem;left:0rem;background-color:rgba(var(--color-secondary-3),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qKlcnQP0zHF8B0MLZO3zPNbQVHCOCxnV { width:19.3125rem;height:3.375rem;top:229.43701171875rem;left:0rem;font-size:1.125rem;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #p91qSsT4PqEBKQ6mmkQk8TelcscvMdJx { width:19.9980625rem;height:8.0039rem;top:235.998046875rem;left:0rem;font-size:1rem;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #s02DgwiGPFhaAbHSePkg7Xi4PNcvMe66 { display:flex;width:3.061525rem;height:3.061525rem;top:197.279296875rem;left:8.46826171875rem; }
 }@media only screen and (max-width: 763px) { #FZZhphB3aP6c2Tq6Wwgr7eHbmZynFRc6 { display:flex;width:3.061525rem;height:3.061525rem;top:225.873046875rem;left:8.46826171875rem; }
 }@media only screen and (max-width: 763px) { #yVXpbChWvMf3ltgrQlTBgCxGbTI2rSAC { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#yVXpbChWvMf3ltgrQlTBgCxGbTI2rSAC > .row .container { background-color: transparent; background-image: none; }#yVXpbChWvMf3ltgrQlTBgCxGbTI2rSAC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVXpbChWvMf3ltgrQlTBgCxGbTI2rSAC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVXpbChWvMf3ltgrQlTBgCxGbTI2rSAC > .row .container > .video-iframe-container { display: none; }#yVXpbChWvMf3ltgrQlTBgCxGbTI2rSAC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVXpbChWvMf3ltgrQlTBgCxGbTI2rSAC > .row > .video-iframe-container { display: none; }#yVXpbChWvMf3ltgrQlTBgCxGbTI2rSAC > .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); }#yVXpbChWvMf3ltgrQlTBgCxGbTI2rSAC > .row .container { width:20rem;height:185.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oe0Q59otZc81es2b5k862l8w9U7yaUV1 { width:19.9375rem;height:3.6875rem;top:82.06201171875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8agF115S3vUyCAy6bOwTarToHmBxfsL { display:block; }
 }@media only screen and (max-width: 763px) { #qZsuTDh6yvyUleJNkyr4A53Pp8uasVt5 { width:19.3725625rem;height:6.1875rem;top:3.685546875rem;left:0.626953125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NfX3bTRWnbQtbqAwETJxoXiefd2cTNsy { width:12.5rem;height:15.125rem;top:14.5rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUolCGGlD4PDXFzTIhhg8KRI8CuzQRkn { width:12.5rem;height:15.1875rem;top:31.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1ELLz5EPmLBUdVfOQmhVDVuxvGTRVZq { width:12.5rem;height:15.3125rem;top:48.1875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lklfhs2Av2eLW0qnidQTbiMr5f2QFVUP { width:12.5rem;height:14.625rem;top:65.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW5TbQcQApIEdmL2Z5hBZfBeNJtl7qhA { width:9.312rem;height:13.6875rem;top:15.310546875rem;left:5.34228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmwHoF2RC9u83E7bNtBTPw6XPsiZ4l5y { width:17.3745rem;height:17.3745rem;top:30.685546875rem;left:1.623046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk0ip3QzJMN3rEUvuBSWch9m2oEmGgGu { width:9.75rem;height:14.0625rem;top:48.839359375rem;left:4.9839293706645rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl7uwhu5Sg5JT5DsV3EiTalHN2P7MCIo { width:9.6875rem;height:13.6875rem;top:66.058609375rem;left:5.1569978669969rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDlyxH1HFFDSMayMNBtSrZmsZfr1xPp9 { width:19.9980625rem;height:1.9995125rem;top:90.68701171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y .accordion-element-container { background-color:rgba(var(--color-secondary-3),1);background-image:none; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y .accordion-heading-text { color:rgba(var(--color-tertiary-0),1); }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y .accordion-desc-text { color:rgba(var(--color-tertiary-0),1); }
#rcSgpRBso82LiTgZrHaFpf6ILWToGm7y { display:flex;height:auto;width:17.4975625rem;top:94.248046875rem;left:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem; }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #TaPKi3oZsHIKpc7I9TLFVQGBlCqCrNk6 {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #tpJFml498G88KsELhrlyqoRIWrxhy1S3 {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #Fb4ym8rI9297abuZg8LTIKz97fk70Ez2 {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #hFWOZFaMXHzS2mPvkX0nRsBpMbPDcvnB {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #gS0yz6d4T3J7nZbXI6f1dlLyxCu1pW2i {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #FqS55QrpxoF5cVm7MOFh8zcvHmRluQnm {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #fTCQ6yNAUsQ3lE5IwTntFFvTI52vySzF {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #BkRO3ep8PlJVh3gmEBukhLZvKUwn5P1K {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #OHxqzhddsT7GMcdTURuxtaLzyJVq02T9 {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #DlLiD2eVLhHKw2vGl3sRqevyRQzmlrWH {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #V1hOt1Z4ZdJFiJfhkHtusrDTtfnIGQ3u {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #m9F9l0vSFU59gRFvqigTi76vJShxgtdX {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #t36VTZAtdVEnTFTNIzWPTvSG92IEr0w9 {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #spHmWP6TZf99Do7yUoFQOruyDkMDvpEO {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #B9UCMRDXxFt2NpmAPtizQfb0qEDhnExl {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #kTi6G5GecoQPvcJFwMXrGUwP9K69KtkB {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #EbMhSGWNbqhRnuGy4LSDhvTRsCHKNiXJ {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #gJvpJWQBKqFs9s9T7Jkgxgd7nlnseFVV {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #JMzLOEVDF1J9J68lRUnFc2EWuDeWeScd {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #wN86ztapyDuGLS8Rni58ytvDvUMgARFp {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #U6wltOTR7OPat1UGdzC6tBkJdSonKbOs {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #KwkrLtVNE1UaVSHnFEVD0SBeB0sTifMl {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #iOSigVoLgMI6t5v5LbCiWPZILdkABwAq {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #bOWItgSn9tiHPwUvNDlU8IgfgEUrxUvU {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #TsAsg08UWdo7TNTUVhd87sPEpRE48WIT {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #dU1b0dlodZomheOQAEVeGvV3Gi6mO2pO {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #ebPaypcmp49w1lBPKVtLLkyGcui1A40D {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #UrszqTTKT82yePuWpbuIgEANaU6icFZU {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #WPlT3PwBZWzk9iin2LWsWp1Ngrs3c808 {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #t7w71yMaIQdTbChMuzB2vJ0hMrQBFMOC {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #hhLnMMlrSM1k74OgDRLwssFxeX5AxlQO {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #xbvwbpDJSOBSmFHNH2OhaOT0xBXh0h9s {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #pwvElEoZLSLQrKdnh8JChtxw7UHazrQr {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #ZBD1DRpwkN4wh179lpGvEMNDCEDh2Ppt {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #Qsakld1nwW7b3XtaTuuiDTO3xCJ9zVqQ {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #UbugokhbGssJ184lhoM6lgro83eJ7dfi {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #M4Lo9ExaJFZ6hlfd095dSVsZhydEr1TV {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #UhtTGGcpDgorD4k2nHtcWxA0335aV080 {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #GRNxh5aBGtGBwB1XlKbzTKihq0rEs3HK {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #kTBQwHs3HnzRJACXh4vQqqT1LzLREbdR {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #uHuB9Kvs9Gar1x9kTLiAcEqX6G5ZUEqP {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #I6yTJ9N6ezKu3TzThWCnd464b0V80tJd {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #PaEs9RWZtCUqMz9UyZmTVI1akiNRBS6F {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #Dgm7lV3zkt71pWuwQdAFk6L11gAzx2qH {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #GHs5eIePAKeUPzptpTZ7lqFrPsm0yXE7 {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #NC6N2RDb6fzsEfewQntF6q0BRMvrTtfL {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #PBCz4mXRTOd8NqXmaJS44FFBBUPpzXwh {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #gN3sV0T4wznFgQfttaDhRuC77MNF0S5E {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #SNxc6bFDA0egc7X7R51rf0bMMkIllrQW {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #LJTnVTiBZLFh7bWrFngfSJkWeexSiCIC {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #Nn37AqcaiqS7qANJeGNwSqao47FW7JrN {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #nn5QW1ATW7m9fdz8GJv3cM6dSazMFVPa {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #CrQl1igF2VFI13tXuy6w4QODNLn9N6eJ {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #HcLxCovLK5GORGlA2Griq8HMT3ll0Vv1 {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #yJlgAPZx8t9LlrcinNizeWre3ke8gMyJ {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #BKeyUAqZlEM7EUO0EEATeqPD11SDnZLM {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #fZEQib9IwZPrtv7ERd8drmtKAhh5i0eV {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #dsrHDfSeCvLqouUN8ZZ530GN0zoBxJ7v {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #ucuZHaVdHTefpktRav6q3inX9cecwTyb {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #fM10fBihRZcinO2zNFPRxTRW8Lf0dV4U {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #QivSxTzr5bTVIOEvNe809elrmgb3KJL3 {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #MXy9mPUknAehcghlubnrhb70F1g8fBZC {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #wHi92LB1Ty54Ff4zBsKZZ4yoJBz2iqDV {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #IxbRRNJkeV0WorEqT9D8RSLZdxaxDrwx {  }
 }@media only screen and (max-width: 763px) { #rcSgpRBso82LiTgZrHaFpf6ILWToGm7y #Rd4zvvSWTFcmShxFlTqTsODy0Pews2ue {  }
 }@media only screen and (max-width: 763px) { #TCgxOiNAzoiK7GGLlSJdCl51Oqu1b3lM { width:18.999rem;height:3.1245125rem;top:179.185546875rem;left:0.49951171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf3HTnZfUkWJD5T2OtlFylQV07q4RPSE { display:block; }
 }@media only screen and (max-width: 763px) { #BVWUfMr9Qvd3KwTfFTQAr4CMqZ4KAK2G { background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/uc/f9c514b6-cfac-41b9-94f2-1261584c4f05/FEEDCLUBEFRETEGRTISjpg.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BVWUfMr9Qvd3KwTfFTQAr4CMqZ4KAK2G.adaptive-delivery-prevent-bg, #BVWUfMr9Qvd3KwTfFTQAr4CMqZ4KAK2G.lazyload, #BVWUfMr9Qvd3KwTfFTQAr4CMqZ4KAK2G.lazyloading { background-image: none; }#BVWUfMr9Qvd3KwTfFTQAr4CMqZ4KAK2G > .row .container { background-color: transparent; background-image: none; }#BVWUfMr9Qvd3KwTfFTQAr4CMqZ4KAK2G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVWUfMr9Qvd3KwTfFTQAr4CMqZ4KAK2G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVWUfMr9Qvd3KwTfFTQAr4CMqZ4KAK2G > .row .container > .video-iframe-container { display: none; }#BVWUfMr9Qvd3KwTfFTQAr4CMqZ4KAK2G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVWUfMr9Qvd3KwTfFTQAr4CMqZ4KAK2G > .row > .video-iframe-container { display: none; }#BVWUfMr9Qvd3KwTfFTQAr4CMqZ4KAK2G > .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); }#BVWUfMr9Qvd3KwTfFTQAr4CMqZ4KAK2G > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g69HlB2VDUa9U6oFfnJdmWNZgcW0xz1v { display:block; }#g69HlB2VDUa9U6oFfnJdmWNZgcW0xz1v > .row .container { width:20rem;height:22.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JFnVoQJuzJyGSnUHm888MVOhog0cITkK { width:20rem;height:2.05956875rem;top:10.375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vRhS9SD597huJWHfPkX5EyTsqf4lhT6Q { display:flex;width:2.3745125rem;height:2.3745125rem;top:7.49853515625rem;left:5.8125rem;font-size:1.625rem; }
#vRhS9SD597huJWHfPkX5EyTsqf4lhT6Q > img { max-width: 100%;max-height:100%; width:2.3745125rem; height:2.3745125rem; } }@media only screen and (max-width: 763px) { #PMgOo3qpICFH4oD64205AT1r1XqVPPkA { display:flex;width:2.3745125rem;height:2.3745125rem;top:7.49853515625rem;left:8.81103515625rem;font-size:1.625rem; }
#PMgOo3qpICFH4oD64205AT1r1XqVPPkA > img { max-width: 100%;max-height:100%; width:2.3745125rem; height:2.3745125rem; } }@media only screen and (max-width: 763px) { #bbDFzZUrUS9weaF4vpRq7eVKpaELg87i { display:flex;width:1.9995125rem;height:1.9995125rem;top:7.68603515625rem;left:11.99560546875rem;font-size:1.375rem; }
#bbDFzZUrUS9weaF4vpRq7eVKpaELg87i > img { max-width: 100%;max-height:100%; width:1.9995125rem; height:1.9995125rem; } }@media only screen and (max-width: 763px) { #m3fxWShXp0WD0pGCizRIdsRA20OvCRz9 { width:10rem;height:2.1875rem;top:14.37451171875rem;left:1.24951171875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cyn8wWNpch331B6NmiXUBBwqRFKGuuRg { display:block; }
 }@media only screen and (max-width: 763px) { #LTPFeO7vGLZDUXdVO3TAe6yCH7ooVStr { width:6.75rem;height:4.0625rem;top:0.8115234375rem;left:6.9028359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfkkCZoASpfG9vCQIFIfi4T9zkV2aS2k { width:8.125rem;height:1.9375rem;top:14.37451171875rem;left:11.7490234375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW1K0rxFZXScSeEVW54uQ1iFhOdpBATz { display:block; }
 }