.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:225,245,240;--color-primary-1:157,223,205;--color-primary-2:58,191,155;--color-primary-3:29,96,78;--color-primary-4:9,29,23;--color-secondary-0:250,235,235;--color-secondary-1:240,190,190;--color-secondary-2:224,124,124;--color-secondary-3:112,62,62;--color-secondary-4:34,19,19;--color-tertiary-0:255,255,255;--color-tertiary-1:194,195,195;--color-tertiary-2:154,155,155;--color-tertiary-3:92,93,93;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-secondary-2),0.28);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0LuGFyzKIxpZB68pr9vB71JePLhILh9 { 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; }#F0LuGFyzKIxpZB68pr9vB71JePLhILh9 > .row .container { background-color: transparent; background-image: none; }#F0LuGFyzKIxpZB68pr9vB71JePLhILh9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0LuGFyzKIxpZB68pr9vB71JePLhILh9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0LuGFyzKIxpZB68pr9vB71JePLhILh9 > .row .container > .video-iframe-container { display: none; }#F0LuGFyzKIxpZB68pr9vB71JePLhILh9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0LuGFyzKIxpZB68pr9vB71JePLhILh9 > .row > .video-iframe-container { display: none; }#F0LuGFyzKIxpZB68pr9vB71JePLhILh9 > .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); }#F0LuGFyzKIxpZB68pr9vB71JePLhILh9 > .row .container { border-width: 0; border-radius: 0; }#F0LuGFyzKIxpZB68pr9vB71JePLhILh9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F0LuGFyzKIxpZB68pr9vB71JePLhILh9 > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:block; }#CzkyFQFof5hfNLdguNTkUuisfJRrXuIr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:11.1875rem;top:0rem;left:33.375rem;overflow:hidden;display:block; }
#Xq77NztkVkKQKKo9geQzB8RNLti9TPPd { background-color:rgba(var(--color-secondary-2),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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:arial;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:5.875rem;left:55.65625rem;display:block; }
#AwlaOEuT7MrznCmE49lx5DVWUP8m2pzg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iZuRR7DinXG4tVJWECeznSqPSqIXAwMb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:6.6875rem;left:56.0625rem; }
#dPUA6n84F8wDvwSsQ8Pq5FcHKlxGhSfl { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5625rem;position:absolute;font-family:"playfairdisplay regular";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:3.5rem;left:51.65625rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BdEXTcu742ysQDCc9NVCTxTrB7fnMNA1 { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#x7zfdyqk5Mzl0hRsIEefRpbdgZZ0nk24 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QTP7vJ1JRPWyBmIoPzoB5gmGE764LkHJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#haf0HfkgBfBO8QQhK1Mn1o3NS6NhTKp2 { 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; }#haf0HfkgBfBO8QQhK1Mn1o3NS6NhTKp2 > .row .container { background-color: transparent; background-image: none; }#haf0HfkgBfBO8QQhK1Mn1o3NS6NhTKp2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haf0HfkgBfBO8QQhK1Mn1o3NS6NhTKp2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haf0HfkgBfBO8QQhK1Mn1o3NS6NhTKp2 > .row .container > .video-iframe-container { display: none; }#haf0HfkgBfBO8QQhK1Mn1o3NS6NhTKp2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haf0HfkgBfBO8QQhK1Mn1o3NS6NhTKp2 > .row > .video-iframe-container { display: none; }#haf0HfkgBfBO8QQhK1Mn1o3NS6NhTKp2 > .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); }#haf0HfkgBfBO8QQhK1Mn1o3NS6NhTKp2 > .row .container { border-width: 0; border-radius: 0; }#haf0HfkgBfBO8QQhK1Mn1o3NS6NhTKp2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#haf0HfkgBfBO8QQhK1Mn1o3NS6NhTKp2 > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#pzXr8x4Gxug9tiNBecSUX1BtDVv0Gsbe { color:rgba(var(--color-secondary-1),1);display:block;width:65.875rem;position:absolute;font-family:"playfairdisplay regular";font-size:2.875rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:7.5244140625rem;left:5.875rem;height:6.32425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WzWd12g1C4lxPZXahGyMEOU5EcZ7T08O { color:#1e1e1e;display:block;width:70.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:15.724609375rem;left:3.5625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CRzwU5VixLJ2vrMqpE6F727NSZ3c9Ibb { color:rgba(var(--color-tertiary-0),1);display:block;width:23.875rem;position:absolute;font-family:"playfairdisplay regular";font-size:4.1875rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:1rem;left:25.5625rem;height:4.60546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AZ3keXJ1QKDXFqzoCQ6TznHPSNT3tcHT { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.5rem;left:28.125rem;display:block; }
#kvTXmT9evMU8zvigTs0x6RgWM2LEp70d { color:rgba(var(--color-secondary-1),1);display:block;width:65.875rem;position:absolute;font-family:"playfairdisplay regular";font-size:2.875rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:7.5244140625rem;left:5.875rem;height:6.32425rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ow3P2HhgPmK4TQRBHteDPTEKILdtc9X1 { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.5rem;left:28.125rem;display:none; }
#tIrmaPtQbXkhoh46CJbtreaOdq36oL5v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d3f2211b-75b3-40fc-8d5b-0de6e8f97efd/Progettosenzatitolo20251104T130313091.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tIrmaPtQbXkhoh46CJbtreaOdq36oL5v.adaptive-delivery-prevent-bg, #tIrmaPtQbXkhoh46CJbtreaOdq36oL5v.lazyload, #tIrmaPtQbXkhoh46CJbtreaOdq36oL5v.lazyloading { background-image: none; }#tIrmaPtQbXkhoh46CJbtreaOdq36oL5v > .row .container { background-color: transparent; background-image: none; }#tIrmaPtQbXkhoh46CJbtreaOdq36oL5v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIrmaPtQbXkhoh46CJbtreaOdq36oL5v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIrmaPtQbXkhoh46CJbtreaOdq36oL5v > .row .container > .video-iframe-container { display: none; }#tIrmaPtQbXkhoh46CJbtreaOdq36oL5v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIrmaPtQbXkhoh46CJbtreaOdq36oL5v > .row > .video-iframe-container { display: none; }#tIrmaPtQbXkhoh46CJbtreaOdq36oL5v > .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); }#tIrmaPtQbXkhoh46CJbtreaOdq36oL5v > .row .container { border-width: 0; border-radius: 0; }#tIrmaPtQbXkhoh46CJbtreaOdq36oL5v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tIrmaPtQbXkhoh46CJbtreaOdq36oL5v > .row .container { font-size:0.875rem;font-family:arial;height:59.5625rem;width:75rem;position:relative;display:block; }#VXmsWeREhuwekJ6hwI8piTpGi5oW8GCp { box-sizing:content-box;height:16.1875rem;width:18.1875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:17.0625rem;left:33.6875rem;border-top:0.0625rem solid rgba(30,30,30,0.17);border-left:0.0625rem solid rgba(30,30,30,0.17);border-right:0.0625rem solid rgba(30,30,30,0.17);border-bottom:0.0625rem solid rgba(30,30,30,0.17);box-shadow: 0.3125rem 0.25rem 1.125rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#ZVTUWBq9DZ1yTvb6nJ8OgF9KoCbJ8UnH { box-sizing:content-box;height:0.125rem;width:14.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-2),0.36);background-image:none;top:30.125rem;left:35.5rem;display:block; }
#CbrU8oG5NWcEzA5NxKiR0W32a5Ew1adx { color:rgba(var(--color-primary-2),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:17.94921875rem;left:37.5rem;height:2.17480625rem;font-style:normal;display:block; }
#ahkIz0nGsbpdiZ6qF65CUXABzgbF11Go { color:#d3bf7c;display:block;width:11.5625rem;position:absolute;font-family:"playfairdisplay regular";font-size:6.8125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.25rem rgba(var(--color-tertiary-4),0.5);top:21.5rem;left:37.0625rem;height:8.1748125rem;font-style:normal;display:block; }
#RAyszSJT3Z5Uy1Fzb6QLi6mnoowtAKW1 { color:rgba(var(--color-tertiary-4),1);display:block;width:4rem;position:absolute;font-family:"playfairdisplay italic";font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:20.5625rem;left:40.75rem;height:1.6494125rem;font-style:normal;display:block; }
#gbmTwbQdRGJRQXKDuBC1GzigDJT56kH8 { color:rgba(var(--color-primary-2),1);display:block;width:14.0625rem;position:absolute;font-family:"playfairdisplay regular";font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:30.5625rem;left:35.8125rem;height:1.2744125rem;font-style:normal;display:block; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX .widget-form-header {  }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX .widget-regular-label { height:auto;display:block;font-family:"playfairdisplay regular";font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:18.0625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.0625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX .widget-input-text {padding-top: 0; padding-bottom: 0;}#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX .widget-input-select {padding-top: 0; padding-bottom: 0;}#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:18.0625rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:16.625rem;overflow:hidden;font-style:normal; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX .widget-container:first-of-type{padding-top:0;}#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX .widget-container:last-of-type{padding-bottom:0;}#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX  { background-color:rgba(var(--color-primary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.0625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15005;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:absolute;top:15.75rem;left:52.3125rem; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.0625rem; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX {display:block;}#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX { background-color:rgba(var(--color-primary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.0625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15005;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:absolute;top:15.75rem;left:52.3125rem; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #MPWdbp6L77gJQ41mXzqGd6D3ld19mb3i { position:relative; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #f5ex6STMqA76IpoTRDT1RoNZETMAFTgX { position:relative;display:block; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #KZsAaOTudy9J8kPTAXt61yR9ei0m7hwU { position:relative; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #wcZxXx0RMcWlV390o2Jk2TIgPogMLW1H { position:relative; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #LiWU6kLH6BigrFMe4tWXR35cHW33T5ee { position:relative;display:block; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #FQz9EypoTnICZtbQzrW5DuXB4zKZSWlW { position:relative; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #fS9bpAuzLcqd38eGW61BMxWOKd4TQwFD { position:relative; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #LMkKCvgzpfKeA4gOISHliAFby4SHpggA { position:relative;display:block; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #qtDHs26tURwnwyDK0KxaaJspbZOHESsh { position:relative; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #TOySsTzcTZMtNaUhdFwudsiKFNONdvMb { position:relative; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #yI5CqzS808cA35WfwfosTGJa4OvqKvNT { position:relative;display:block; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #eZEdiBcvt6FXPthzm4Vb3e8hp1kSMeyC { position:relative; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #zlEPsch1T5tO7wFrHwRT2l6z1urWtxEr { position:relative; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #wGHC6TGmTylOJSETSH72h95QDQ82tATb { position:relative;z-index:2; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #RgVzkLns12Wdn7JcihF5BRyCT4JKr0B0 { position:relative; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #Wbtp4Tgk7Psds4PJnuzw8s6uObgs7uol { position:relative; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #MXfBRecunR2TLvDlTTCE7EVaeSMEEftF { position:relative; }
#y4M9ITo5PdkLkg60Ia0EOF2D5aTKwbin { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:10.4521484375rem;left:53.5rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hHkCEfflNg3APLQL8TJQ3vOrPBDts0PF { color:#1e1e1e;display:block;width:4.0625rem;position:absolute;font-family:"playfairdisplay regular";font-size:1.9375rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:21.9375rem;left:40.75rem;height:2.32421875rem;font-style:normal;display:block; }
#ubIg9lHIn7hPgCX2BPqnZtJn7aRBTZt9 { box-sizing:content-box;height:0.125rem;width:14.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-2),0.36);background-image:none;top:20.25rem;left:35.5625rem;display:block; }
#kUVLF0PLyWJfOf7NNXa5xnwpy9Lnbqqg { box-sizing:content-box;height:33.625rem;width:20.625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.875rem;left:52rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.3125rem solid #cbbe9e;border-left:0.3125rem solid #cbbe9e;border-right:0.3125rem solid #cbbe9e;border-bottom:0.3125rem solid #cbbe9e;display:block; }
#r1LTOS4mtwFmvZp4Kuq3vxaHA3tgr9y6 { color:#1e1e1e;display:block;width:4.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:4.5625rem;left:47.75rem;height:1.7246125rem;font-style:normal;display:block; }
#Cnw3zwIh1iFEAreuO9mIIsZsvS8Cb6nS { color:#1e1e1e;display:block;width:7.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:5.6875rem;left:46.875rem;height:4.19921875rem;font-style:normal;display:block; }
#Tb4dRVUEb4q1lqfKSVv35Fpn7I97yzSA { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:10.5625rem;top:1.9375rem;left:44.75rem;overflow:hidden;display:block; }
#wRLGDUoTRA2zmaKuWTxD86eg7ylXKhZR { box-sizing:content-box;height:0.125rem;width:14.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-2),0.36);background-image:none;top:20rem;left:35.5625rem;display:none; }
#VO8bm9di3TiM5okuvTuiH5wtPUSA3lqC { position:absolute;display:block;z-index:15000;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:75rem;width:75rem;display:none; }
#gUdgr0Kt6RZmcbvnPshBymUAXsSVSQag { color:rgba(var(--color-primary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:44.125rem;left:52rem;height:2.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sRD6H4Ped20UTZE07Tduq4eUNhcp4gPy { color:rgba(var(--color-primary-4),1);display:block;width:22.3125rem;position:absolute;font-family:"playfairdisplay regular";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:47.9375rem;left:52rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VzsJHfd0TlVrSPdlui7gXwhU34PqR5Z8 { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:55.4375rem;left:52.3125rem;display:block; }
#yKUGv02HFAtKUDXkJHfAUIP7zpbhQaiT { color:rgba(var(--color-primary-3),1);display:block;width:21.6875rem;position:absolute;font-family:"playfairdisplay regular";font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:55.6875rem;left:52rem;height:2.8496125rem;font-style:normal;display:block; }
#LIXHhXb6T28QdUENqmWyLR5c2tTsJhAu { color:rgba(var(--color-primary-4),1);display:block;width:28.125rem;position:absolute;font-family:"playfairdisplay regular";font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:45.0625rem;left:38.75rem;height:1.42480625rem;font-style:normal;display:none; }
#hmEe7EemaR3GteTeBcoc4Gd4OoEb5zul { color:rgba(var(--color-primary-4),1);display:block;width:28.125rem;position:absolute;font-family:"playfairdisplay regular";font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:45.0625rem;left:38.75rem;height:1.42480625rem;font-style:normal;display:none; }
#VgrzK6rJ3sLVqZvkAtAhH2uPGHzBRSMQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(224,124,124,0.06);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; }#VgrzK6rJ3sLVqZvkAtAhH2uPGHzBRSMQ > .row .container { background-color: transparent; background-image: none; }#VgrzK6rJ3sLVqZvkAtAhH2uPGHzBRSMQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgrzK6rJ3sLVqZvkAtAhH2uPGHzBRSMQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgrzK6rJ3sLVqZvkAtAhH2uPGHzBRSMQ > .row .container > .video-iframe-container { display: none; }#VgrzK6rJ3sLVqZvkAtAhH2uPGHzBRSMQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgrzK6rJ3sLVqZvkAtAhH2uPGHzBRSMQ > .row > .video-iframe-container { display: none; }#VgrzK6rJ3sLVqZvkAtAhH2uPGHzBRSMQ > .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); }#VgrzK6rJ3sLVqZvkAtAhH2uPGHzBRSMQ > .row .container { border-width: 0; border-radius: 0; }#VgrzK6rJ3sLVqZvkAtAhH2uPGHzBRSMQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VgrzK6rJ3sLVqZvkAtAhH2uPGHzBRSMQ > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:75rem;position:relative;display:block; }#RfIsBfJaRP9coqbNSdrJp6CC6KOwTiEU { color:rgba(var(--color-primary-4),1);display:block;width:15.5rem;position:absolute;font-family:"playfairdisplay regular";font-size:2.3125rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:1.25rem;left:29.75rem;height:2.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V4PnnikSJdlz2i9I1qDTWPunhKawzuns { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:36.0625rem;left:7.4375rem; }
#pmtoQo6rxmcEH67hw5mgTN5qqOppH6dD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:36.25rem;left:30.0625rem; }
#P3UcfhLBNkrP2y5vOqrcmeEvGBd2PHxT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:36.3125rem;left:52.0625rem; }
#zLHouaxT7uTEFmXXOSnsgAsPPMcs2PnS { color:#1e1e1e;display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:36rem;left:10.5rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K0uso6MWv4yxlbDNVwLurlQeUQZoTGuC { color:rgba(var(--color-tertiary-2),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:38.625rem;left:10.8125rem;height:3.50390625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RwbSqZe9XgNSu7e20rHKTocx7pW2nbfC { color:#1e1e1e;display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:36.125rem;left:33.125rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KScGePoRT5q7GdTQSULWmnl8FW7JtSN1 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:38.75rem;left:33.25rem;height:2.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p2r5HX5FokIfuTTWGBpMAaPrxK8L4KpC { color:rgba(var(--color-primary-4),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:38.6875rem;left:55.25rem;height:3.298825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EaUTZB1rlKKScKzqDwR87UR23k7ltPG2 { color:#1e1e1e;display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:36.25rem;left:54.9375rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vOAbCO05pO0qesRs01yicNG9td4HpcdH { color:rgba(var(--color-tertiary-2),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:8rem;left:33.375rem;height:3.50390625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#lT2OGqKah4ukqKguTA8Ac50GDKaEGGB5 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:35.4375rem;top:0rem;left:1.75rem;overflow:hidden;display:none; }
#x1TuLJTJDQxuD6q5sqcaku42WaWBzwnD { 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:20.4375rem;width:36.5rem;top:13.125rem;left:19.25rem;overflow:hidden;display:block; }
#cHrpZO1oX5xrOIMXrQrvpJgLyperFdHF { color:#3abf9b;display:block;width:39.0625rem;position:absolute;font-family:"playfairdisplay italic";font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:5.25rem;left:17.96875rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#CGvKzpT5nc1KadlfWOfyJpWlb7lBHWth { 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; }#CGvKzpT5nc1KadlfWOfyJpWlb7lBHWth > .row .container { background-color: transparent; background-image: none; }#CGvKzpT5nc1KadlfWOfyJpWlb7lBHWth::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGvKzpT5nc1KadlfWOfyJpWlb7lBHWth > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGvKzpT5nc1KadlfWOfyJpWlb7lBHWth > .row .container > .video-iframe-container { display: none; }#CGvKzpT5nc1KadlfWOfyJpWlb7lBHWth > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGvKzpT5nc1KadlfWOfyJpWlb7lBHWth > .row > .video-iframe-container { display: none; }#CGvKzpT5nc1KadlfWOfyJpWlb7lBHWth > .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); }#CGvKzpT5nc1KadlfWOfyJpWlb7lBHWth > .row .container { border-width: 0; border-radius: 0; }#CGvKzpT5nc1KadlfWOfyJpWlb7lBHWth > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CGvKzpT5nc1KadlfWOfyJpWlb7lBHWth > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#Es7MDPsSaU3wX3ibWkF5N5mGSt2do8dN { color:rgba(var(--color-tertiary-4),1);display:block;width:70.875rem;position:absolute;font-family:"playfairdisplay regular";font-size:3.625rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:1.912109375rem;left:2.0625rem;height:3.98730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V9sCiRKAH1OS5gkUlO39UeMvK8oSBngM { 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; }#V9sCiRKAH1OS5gkUlO39UeMvK8oSBngM > .row .container { background-color: transparent; background-image: none; }#V9sCiRKAH1OS5gkUlO39UeMvK8oSBngM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9sCiRKAH1OS5gkUlO39UeMvK8oSBngM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9sCiRKAH1OS5gkUlO39UeMvK8oSBngM > .row .container > .video-iframe-container { display: none; }#V9sCiRKAH1OS5gkUlO39UeMvK8oSBngM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9sCiRKAH1OS5gkUlO39UeMvK8oSBngM > .row > .video-iframe-container { display: none; }#V9sCiRKAH1OS5gkUlO39UeMvK8oSBngM > .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); }#V9sCiRKAH1OS5gkUlO39UeMvK8oSBngM > .row .container { border-width: 0; border-radius: 0; }#V9sCiRKAH1OS5gkUlO39UeMvK8oSBngM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V9sCiRKAH1OS5gkUlO39UeMvK8oSBngM > .row .container { font-size:0.875rem;font-family:arial;height:49.3125rem;width:75rem;position:relative;display:block; }#mQyO1xDQ2is2d6QimeAP9onwueOKzves { position:absolute;display:block;z-index:15000;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:43.5625rem;width:43.5625rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#xL56ps0RX2p01O044PfMewV6Cqno5v68 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:3.8125rem;left:40.03125rem;height:9.4453125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rpTAFnvvO7CSu5gFGblfonZNrIJuVd7J { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:16.6875rem;left:40.0625rem;height:1.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ms87yrTZlMABTTxxEkAQvgQpy9UmeOmB { box-sizing:content-box;height:0.125rem;width:34.9375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-3),0.88);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.8125rem;left:40.0625rem;display:block; }
#BGB9SDKWm82vJ1WF8uM6fSOTEbR58yBG { color:rgba(var(--color-tertiary-4),1);display:block;width:33.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:19.9375rem;left:40.0625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#BGB9SDKWm82vJ1WF8uM6fSOTEbR58yBG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BGB9SDKWm82vJ1WF8uM6fSOTEbR58yBG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_031fc66c688ee4c3f3d2b16b05c581c62ed65b4f.svg); }
#erKHMPr1StqpFBl4vxcAwmFuQzlKs23f { color:rgba(var(--color-tertiary-4),1);display:block;width:33.875rem;position:absolute;font-family:"playfairdisplay regular";font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:31.625rem;left:41.125rem;height:1.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EbX8GEaemhy9pQv0NN4UW0sL4P65isAg { color:rgba(var(--color-tertiary-4),1);display:block;width:33.875rem;position:absolute;font-family:"playfairdisplay regular";font-size:3.3125rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:33.1875rem;left:40.75rem;height:7.287125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hos16Eh1dVkFOBxipGHfrKTn656nip6L { background-color:#e07c7c;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:arial;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:43.25rem;left:44.0625rem;display:block; }
#Z5mwHbg4JZrPObdMLcuoeOsyZvznWINU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#suTKHNHtLoENfCDCVbgqxiy5ZtrZuU6E { box-sizing:content-box;height:0.125rem;width:34.9375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-3),0.88);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.8125rem;left:40.0625rem;display:none; }
#e2nFEBahnloZxGxd1XEfTITmtVZPao7Z { color:rgba(var(--color-tertiary-4),1);display:block;width:33.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:3.8125rem;left:40.03125rem;height:9.4453125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ZAIke39n6o1cz9ysSAa3cRlxD0Sp1lsk { background-color:#e07c7c;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:arial;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:43.25rem;left:44.0625rem;display:none; }
#WcyZ1hq58mdk0UpM1n2HDVZ3ewcMlp6I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NI59G4hDQtAbkSnTnbw4A0UVlhmPCJiK { 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; }#NI59G4hDQtAbkSnTnbw4A0UVlhmPCJiK > .row .container { background-color: transparent; background-image: none; }#NI59G4hDQtAbkSnTnbw4A0UVlhmPCJiK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NI59G4hDQtAbkSnTnbw4A0UVlhmPCJiK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NI59G4hDQtAbkSnTnbw4A0UVlhmPCJiK > .row .container > .video-iframe-container { display: none; }#NI59G4hDQtAbkSnTnbw4A0UVlhmPCJiK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NI59G4hDQtAbkSnTnbw4A0UVlhmPCJiK > .row > .video-iframe-container { display: none; }#NI59G4hDQtAbkSnTnbw4A0UVlhmPCJiK > .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); }#NI59G4hDQtAbkSnTnbw4A0UVlhmPCJiK > .row .container { border-width: 0; border-radius: 0; }#NI59G4hDQtAbkSnTnbw4A0UVlhmPCJiK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NI59G4hDQtAbkSnTnbw4A0UVlhmPCJiK > .row .container { font-size:0.875rem;font-family:arial;height:37.6875rem;width:75rem;position:relative;display:block; }#dosRx4xLyT0kWhQWyGMau8twQmbHiTaq { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:32.25rem;left:6.5625rem;display:block; }
#RToUvTlTF7Z75BmgxCcir0ndnGRZtfl5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FBzWsvode3JhJP9lwJfge4mE1bpW9Fpy { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.9375rem;width:24.9375rem;top:5.6875rem;left:6.28125rem;overflow:hidden;display:block; }
#a2L6X7VDFivUCeVK47TapHJWMJx4edlQ { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.2861328125rem;left:1.46875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#JpSWQT3uHCLP5vGTxvDPuZ4ho663NN9v { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.625rem;width:37.625rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#yJmErgf3ToyuNM6lPnKNTSmpLnw4TFLX { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:32.25rem;left:6.5625rem;display:none; }
#sTJWdRF5LuvFFqZ9pMhsZJ6sRbb0eod8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OA855w3EVEngQmWRH0khGtfn0NICK4uZ { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.2861328125rem;left:1.46875rem;height:4.875rem;text-align:center;text-align-last:center;display:none; }
#lpEZ58g4DJBIu2s6G29gSHV7PtviKo2d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(211,191,124,0.34);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; }#lpEZ58g4DJBIu2s6G29gSHV7PtviKo2d > .row .container { background-color: transparent; background-image: none; }#lpEZ58g4DJBIu2s6G29gSHV7PtviKo2d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lpEZ58g4DJBIu2s6G29gSHV7PtviKo2d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lpEZ58g4DJBIu2s6G29gSHV7PtviKo2d > .row .container > .video-iframe-container { display: none; }#lpEZ58g4DJBIu2s6G29gSHV7PtviKo2d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lpEZ58g4DJBIu2s6G29gSHV7PtviKo2d > .row > .video-iframe-container { display: none; }#lpEZ58g4DJBIu2s6G29gSHV7PtviKo2d > .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); }#lpEZ58g4DJBIu2s6G29gSHV7PtviKo2d > .row .container { border-width: 0; border-radius: 0; }#lpEZ58g4DJBIu2s6G29gSHV7PtviKo2d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lpEZ58g4DJBIu2s6G29gSHV7PtviKo2d > .row .container { font-size:0.875rem;font-family:arial;height:60.625rem;width:75rem;position:relative;display:block; }#a9Ib4Td3rtMMG0toXHTK0L5TzZI99dy7 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.6875rem;width:27.9375rem;top:15.9375rem;left:40.5625rem;display:block; }
#SKLEaRiqXVLOvL0zCzMXTt7L0VAsRXWL { color:#1e1e1e;display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:13.9375rem;left:40.8125rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#wbI0rplrMccJPTSQscEqCeq8OpqulSNe { color:#1e1e1e;display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:12.9375rem;left:4.3125rem;height:20.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uyoTfOZO42nVTTiEHrinnTzOGpsJQyx6 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:27.5625rem;top:37.1875rem;left:4.3125rem;overflow:hidden;display:block; }
#ATNC37TxButRflysPtTRG7iKL8KIJWbM { position:absolute;display:block;z-index:15002;background-color:#1e1e1e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:25.5625rem;top:4.75rem;left:39.1875rem;display:block; }
#FHQCULbCrZ4MwduGczpOh1yQITmn62gK { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4375rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:55.8125rem;left:26.28125rem;display:block; }
#A98MJW7d7iD3CH3GnKdQy2JnhDdP9PnB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FUWTWCMBIDSUvczpPOKEogy1lXNJarW8 { color:rgba(var(--color-tertiary-4),1);display:block;width:66.4375rem;position:absolute;font-family:"playfairdisplay regular";font-size:2.5625rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:6.125rem;left:4.3125rem;height:2.8183625rem;font-style:normal;display:block; }
#b9btktA7MUxL7y8TEAO0ACg0PnRVGZ4R { position:absolute;display:block;z-index:15003;background-color:#1e1e1e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:25.5625rem;top:4.75rem;left:9.3125rem;display:block; }
#Uk851yOn15H5ldRbFBXztGitQicuaD44 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:27.8125rem;top:37.4375rem;left:40.625rem;overflow:hidden;display:block; }
#SOderXk4AKbFfabg5pADT86mQZeT6iKx { position:absolute;display:block;z-index:15002;background-color:#1e1e1e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:25.5625rem;top:6.5rem;left:39.1875rem;display:none; }
#yAE3c8yQwIux4ae9IH2ZfRpplTXGsGL5 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4375rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:55.8125rem;left:26.28125rem;display:none; }
#QV0wI6PzJRHpq3AZNaZPsKKnfTHF7CQE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OTAIug9XQhnleRZeLRHC78VeIWkzBbDo { color:#1e1e1e;display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:15.9375rem;left:5.59375rem;height:16rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#xchhvAOJ26nFJAAUcBeE3kVfQtzCc6Hy { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xchhvAOJ26nFJAAUcBeE3kVfQtzCc6Hy > .row .container { background-color: transparent; background-image: none; }#xchhvAOJ26nFJAAUcBeE3kVfQtzCc6Hy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xchhvAOJ26nFJAAUcBeE3kVfQtzCc6Hy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xchhvAOJ26nFJAAUcBeE3kVfQtzCc6Hy > .row .container > .video-iframe-container { display: none; }#xchhvAOJ26nFJAAUcBeE3kVfQtzCc6Hy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xchhvAOJ26nFJAAUcBeE3kVfQtzCc6Hy > .row > .video-iframe-container { display: none; }#xchhvAOJ26nFJAAUcBeE3kVfQtzCc6Hy > .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); }#xchhvAOJ26nFJAAUcBeE3kVfQtzCc6Hy > .row .container { border-width: 0; border-radius: 0; }#xchhvAOJ26nFJAAUcBeE3kVfQtzCc6Hy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xchhvAOJ26nFJAAUcBeE3kVfQtzCc6Hy > .row .container { width:75rem;height:6.1875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#SWRvFqta26lkCm6xldCHBMO6twL01OFS { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;position:absolute;font-family:"playfairdisplay regular";font-size:2.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.1875rem;left:14.1875rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MygANFS8lW5Lb6ttD1TWTQ7ar3Qv3VZO { 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; }#MygANFS8lW5Lb6ttD1TWTQ7ar3Qv3VZO > .row .container { background-color: transparent; background-image: none; }#MygANFS8lW5Lb6ttD1TWTQ7ar3Qv3VZO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MygANFS8lW5Lb6ttD1TWTQ7ar3Qv3VZO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MygANFS8lW5Lb6ttD1TWTQ7ar3Qv3VZO > .row .container > .video-iframe-container { display: none; }#MygANFS8lW5Lb6ttD1TWTQ7ar3Qv3VZO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MygANFS8lW5Lb6ttD1TWTQ7ar3Qv3VZO > .row > .video-iframe-container { display: none; }#MygANFS8lW5Lb6ttD1TWTQ7ar3Qv3VZO > .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); }#MygANFS8lW5Lb6ttD1TWTQ7ar3Qv3VZO > .row .container { border-width: 0; border-radius: 0; }#MygANFS8lW5Lb6ttD1TWTQ7ar3Qv3VZO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MygANFS8lW5Lb6ttD1TWTQ7ar3Qv3VZO > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;position:relative;display:block; }#RBS0cN2T27nsVLTVFSa3SxCfkTRNXMPS { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.25rem 0.375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:23.8125rem;width:23.8125rem;top:1.9375rem;left:0.46875rem;overflow:hidden;display:block; }
#vUe7l6BUTmz7vJD6288fz5suATJpkofE { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.25rem 0.375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:24rem;width:24rem;top:1.78125rem;left:25.5rem;overflow:hidden;display:block; }
#LcH0Q72VgIuneLNbbtbk143XXUl3d8uS { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.25rem 0.375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:24rem;width:24rem;top:1.78125rem;left:50.375rem;overflow:hidden;display:block; }
#KgqyPcP4IFsyQXniqUhWiCFFLINQq3Cs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),0.41);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; }#KgqyPcP4IFsyQXniqUhWiCFFLINQq3Cs > .row .container { background-color: transparent; background-image: none; }#KgqyPcP4IFsyQXniqUhWiCFFLINQq3Cs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KgqyPcP4IFsyQXniqUhWiCFFLINQq3Cs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KgqyPcP4IFsyQXniqUhWiCFFLINQq3Cs > .row .container > .video-iframe-container { display: none; }#KgqyPcP4IFsyQXniqUhWiCFFLINQq3Cs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KgqyPcP4IFsyQXniqUhWiCFFLINQq3Cs > .row > .video-iframe-container { display: none; }#KgqyPcP4IFsyQXniqUhWiCFFLINQq3Cs > .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); }#KgqyPcP4IFsyQXniqUhWiCFFLINQq3Cs > .row .container { border-width: 0; border-radius: 0; }#KgqyPcP4IFsyQXniqUhWiCFFLINQq3Cs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KgqyPcP4IFsyQXniqUhWiCFFLINQq3Cs > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;position:relative;display:block; }#wlQ4e0VU75e1nRz7WQZsUiNdrrBdwNRI { color:rgba(var(--color-tertiary-0),1);display:block;width:27.375rem;position:absolute;font-family:"playfairdisplay regular";font-size:2.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:23.8125rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tJUyOoFADtiFBzbEa0TJM4fbek83sLeI { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.875rem;top:1.625rem;left:25.5625rem;display:block; }
#C5ThoHm6w6awx7e1V9BucgoS5yZK2A4u { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.3125rem;top:1.625rem;left:39.75rem;display:block; }
#IOaHrZBfzPikZ90gyQoqyCKT2vFZOxFK { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.3125rem;top:1.625rem;left:39.75rem;display:none; }
#lFsZgENAU3VBkUSzo2vy80ETEORUCTKg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),0.41);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; }#lFsZgENAU3VBkUSzo2vy80ETEORUCTKg > .row .container { background-color: transparent; background-image: none; }#lFsZgENAU3VBkUSzo2vy80ETEORUCTKg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFsZgENAU3VBkUSzo2vy80ETEORUCTKg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFsZgENAU3VBkUSzo2vy80ETEORUCTKg > .row .container > .video-iframe-container { display: none; }#lFsZgENAU3VBkUSzo2vy80ETEORUCTKg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFsZgENAU3VBkUSzo2vy80ETEORUCTKg > .row > .video-iframe-container { display: none; }#lFsZgENAU3VBkUSzo2vy80ETEORUCTKg > .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); }#lFsZgENAU3VBkUSzo2vy80ETEORUCTKg > .row .container { border-width: 0; border-radius: 0; }#lFsZgENAU3VBkUSzo2vy80ETEORUCTKg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lFsZgENAU3VBkUSzo2vy80ETEORUCTKg > .row .container { font-size:0.875rem;font-family:arial;height:19.6875rem;width:75rem;position:relative;display:block; }#oUHE92yM7XXSHEegU731KWG88zTFEhik { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#lWqlnl44nhqkm7OnSbsTwbEAxS9nXNWq { color:rgba(var(--color-tertiary-0),1);display:block;width:34.25rem;position:absolute;font-family:"playfairdisplay regular";font-size:1.6875rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:3.1875rem;left:38.5625rem;height:1.85546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rV2fdo2U0hnWB33EVUcDvap8XT5Rsv62 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:6.125rem;left:44.1875rem;height:3.1621125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DEO0ICvDvmnD5Ee1mc3Ti2MX7ghB5T3x { color:rgba(var(--color-tertiary-0),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:13.375rem;left:44.5rem;height:1.3056625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#DEO0ICvDvmnD5Ee1mc3Ti2MX7ghB5T3x li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#DEO0ICvDvmnD5Ee1mc3Ti2MX7ghB5T3x li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8d1dadb75fa935df086a464428761b6d0c5df921.svg); }
#rSTxKl1fTMoUiSFGnKWwxvzeWpygnTRZ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:15.3125rem;left:44.5rem;height:1.3056625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#rSTxKl1fTMoUiSFGnKWwxvzeWpygnTRZ li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#rSTxKl1fTMoUiSFGnKWwxvzeWpygnTRZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5ca696145450283d600355c6afe5c6865e0a7fec.svg); }
#icCTGyBbvgwXvmMH6PvSHm179StA686q { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:11.125rem;left:44.375rem;height:1.3056625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#icCTGyBbvgwXvmMH6PvSHm179StA686q li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#icCTGyBbvgwXvmMH6PvSHm179StA686q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bc1efaead6e55a7811af432959f4f0c51fb0674e.svg); }
#ezP1gRQ4d9wnnTUe6Z5IEVmC3WSD8ldt { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:35.4375rem;top:0rem;left:1.75rem;overflow:hidden;display:block; }
#OZtdSTywvKLwKUJ8S15L9QLfFCEQgZ6c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),0.41);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; }#OZtdSTywvKLwKUJ8S15L9QLfFCEQgZ6c > .row .container { background-color: transparent; background-image: none; }#OZtdSTywvKLwKUJ8S15L9QLfFCEQgZ6c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZtdSTywvKLwKUJ8S15L9QLfFCEQgZ6c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZtdSTywvKLwKUJ8S15L9QLfFCEQgZ6c > .row .container > .video-iframe-container { display: none; }#OZtdSTywvKLwKUJ8S15L9QLfFCEQgZ6c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZtdSTywvKLwKUJ8S15L9QLfFCEQgZ6c > .row > .video-iframe-container { display: none; }#OZtdSTywvKLwKUJ8S15L9QLfFCEQgZ6c > .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); }#OZtdSTywvKLwKUJ8S15L9QLfFCEQgZ6c > .row .container { border-width: 0; border-radius: 0; }#OZtdSTywvKLwKUJ8S15L9QLfFCEQgZ6c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OZtdSTywvKLwKUJ8S15L9QLfFCEQgZ6c > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:75rem;position:relative;display:block; }#alVDzi3SePTHcQEEJITuAKtfF84ntxOX { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5rem;width:52.5rem;top:0rem;left:21.125rem;overflow:hidden;display:block; }
#fizB1xpbyR6osgS5TZ2X8FJVKm0wEAfR { position:absolute;display:block;z-index:15013;background-color:#d3bf7c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:19.4375rem;width:19.375rem;top:0rem;left:1.75rem;display:block; }
#xE4e2FM5MpwT3vsyTsIBM4OOz5lNTy8L { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:15.1875rem;left:4.6875rem;height:3.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#In6Fvkz3zoZ5tDkVAOwOTII5Mdru45FJ { position:absolute;display:block;z-index:15019;background-color:#b9a698;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:2.5rem;top:14.5625rem;left:10.3125rem;display:block; }#In6Fvkz3zoZ5tDkVAOwOTII5Mdru45FJ.adaptive-delivery-prevent-bg, #In6Fvkz3zoZ5tDkVAOwOTII5Mdru45FJ.lazyload, #In6Fvkz3zoZ5tDkVAOwOTII5Mdru45FJ.lazyloading { background-image: none; }
#Kg8dK3Emi4gW9TUemnb6A2T4gcy6DbkM { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:10.4375rem;left:4.6875rem;height:3.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G6J0w9u6NX5otNRT8z7ggMtc9kOdm81u { position:absolute;display:block;z-index:15018;background-color:#b9a698;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:2.5rem;top:9.5625rem;left:10.3125rem;display:block; }#G6J0w9u6NX5otNRT8z7ggMtc9kOdm81u.adaptive-delivery-prevent-bg, #G6J0w9u6NX5otNRT8z7ggMtc9kOdm81u.lazyload, #G6J0w9u6NX5otNRT8z7ggMtc9kOdm81u.lazyloading { background-image: none; }
#E0yDDVHJRnPgLwVPsDnXMZuckH1grwCa { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.8;letter-spacing:0;top:6.9375rem;left:6rem;height:2.0244125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F5fdCi79FsW71k340GOkJD9xRV83pdTJ { position:absolute;display:block;z-index:15017;background-color:#b9a698;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15rem;top:5.75rem;left:4.0625rem;display:block; }#F5fdCi79FsW71k340GOkJD9xRV83pdTJ.adaptive-delivery-prevent-bg, #F5fdCi79FsW71k340GOkJD9xRV83pdTJ.lazyload, #F5fdCi79FsW71k340GOkJD9xRV83pdTJ.lazyloading { background-image: none; }
#B5dG0sHcfLts0yUB3Cts9odrIwmUuiuD { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:3.25rem;left:5.3125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PKMXonciwhPCh7nDlwATTpe7ZncCn3CO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:1.1875rem;left:10.8125rem; }
#OkdFNLJADd4yOefKPfN2sWohkvXcmVcH { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OkdFNLJADd4yOefKPfN2sWohkvXcmVcH > .row .container { background-color: transparent; background-image: none; }#OkdFNLJADd4yOefKPfN2sWohkvXcmVcH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkdFNLJADd4yOefKPfN2sWohkvXcmVcH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkdFNLJADd4yOefKPfN2sWohkvXcmVcH > .row .container > .video-iframe-container { display: none; }#OkdFNLJADd4yOefKPfN2sWohkvXcmVcH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkdFNLJADd4yOefKPfN2sWohkvXcmVcH > .row > .video-iframe-container { display: none; }#OkdFNLJADd4yOefKPfN2sWohkvXcmVcH > .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); }#OkdFNLJADd4yOefKPfN2sWohkvXcmVcH > .row .container { border-width: 0; border-radius: 0; }#OkdFNLJADd4yOefKPfN2sWohkvXcmVcH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OkdFNLJADd4yOefKPfN2sWohkvXcmVcH > .row .container { width:75rem;height:19.6875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#bT0TfaaTsmMEN1QNnNio1mLS0wxZtzm4 { color:rgba(var(--color-tertiary-4),1);display:block;width:58.5rem;position:absolute;font-family:"playfairdisplay regular";font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.25rem;left:8rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J2uy76T8ZlWgBqbTxO8ZHrMfyCTSQGO2 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.6875rem;position:absolute;font-family:"playfairdisplay regular";font-size:2.0625rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:6.75rem;left:15.40625rem;height:2.26855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vQ8x3dcvaxbK3lgCtlnwJXIUWFOmMBhG { color:rgba(var(--color-tertiary-4),1);display:block;width:48.25rem;position:absolute;font-family:"playfairdisplay regular";font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:11.8125rem;left:13.125rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kUh2nL4kIAIaGF0290RZWTg3xlWZ46S0 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:52.6875rem;top:11.0810546875rem;left:10.90625rem;display:block; }
#DHaNVD4kqUTZtRX1NRn7g0tlSOHFEuHM { 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; }#DHaNVD4kqUTZtRX1NRn7g0tlSOHFEuHM > .row .container { background-color: transparent; background-image: none; }#DHaNVD4kqUTZtRX1NRn7g0tlSOHFEuHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHaNVD4kqUTZtRX1NRn7g0tlSOHFEuHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHaNVD4kqUTZtRX1NRn7g0tlSOHFEuHM > .row .container > .video-iframe-container { display: none; }#DHaNVD4kqUTZtRX1NRn7g0tlSOHFEuHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHaNVD4kqUTZtRX1NRn7g0tlSOHFEuHM > .row > .video-iframe-container { display: none; }#DHaNVD4kqUTZtRX1NRn7g0tlSOHFEuHM > .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); }#DHaNVD4kqUTZtRX1NRn7g0tlSOHFEuHM > .row .container { border-width: 0; border-radius: 0; }#DHaNVD4kqUTZtRX1NRn7g0tlSOHFEuHM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DHaNVD4kqUTZtRX1NRn7g0tlSOHFEuHM > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;position:relative;display:block; }#g9XPQeFnZm2fmcu2KouNT7iKb9wQWqMN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:14.1875rem;left:35.84375rem; }
#Z3J8oT3E5lpUIMMC6QFuQf2DeuMfUJwq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:15.21875rem;left:35.78125rem;display:none; }
#GmpTTsIdi3pqAFTzqJar2sBoZXU2PElt { color:rgba(var(--color-tertiary-4),1);display:block;width:30.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:6.625rem;left:41.125rem;height:1.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JgxvqLgXB7o5olFUKau9iMo8vvkRiB7a { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:10.125rem;left:41.125rem;height:1.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KciIeKBqgpB5L6yKTx3x01xBsBl16mvi { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:"playfairdisplay regular";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:14.625rem;left:41.125rem;height:6.359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#KciIeKBqgpB5L6yKTx3x01xBsBl16mvi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KciIeKBqgpB5L6yKTx3x01xBsBl16mvi li:before{  }
#CtgbCPMQQfZGHE9my3BWaPmzGwaoEBNb { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:"playfairdisplay regular";font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:23.4375rem;left:41.125rem;height:1.51171875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s7kq0Ruuhkh9B6ZG8ZLKzRrQLoMRk3gG { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:17.125rem;width:30.5rem;top:7.1875rem;left:3.5rem;display:block; }
#H04cgT39rs49g2wGnZdFtmCFKLxB5lVB { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:"playfairdisplay regular";font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:23.4375rem;left:41.125rem;height:1.51171875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ZkzCeecl1d79l5veW1FZ0MVxHOhGpGm9 { 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; }#ZkzCeecl1d79l5veW1FZ0MVxHOhGpGm9 > .row .container { background-color: transparent; background-image: none; }#ZkzCeecl1d79l5veW1FZ0MVxHOhGpGm9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkzCeecl1d79l5veW1FZ0MVxHOhGpGm9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkzCeecl1d79l5veW1FZ0MVxHOhGpGm9 > .row .container > .video-iframe-container { display: none; }#ZkzCeecl1d79l5veW1FZ0MVxHOhGpGm9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkzCeecl1d79l5veW1FZ0MVxHOhGpGm9 > .row > .video-iframe-container { display: none; }#ZkzCeecl1d79l5veW1FZ0MVxHOhGpGm9 > .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); }#ZkzCeecl1d79l5veW1FZ0MVxHOhGpGm9 > .row .container { border-width: 0; border-radius: 0; }#ZkzCeecl1d79l5veW1FZ0MVxHOhGpGm9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZkzCeecl1d79l5veW1FZ0MVxHOhGpGm9 > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:75rem;position:relative;display:block; }#JgG76FqrydUignvRtv9PL1GSxad6TO1q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:15.21875rem;left:35.78125rem;display:none; }
#K7Hhe0P24Xfhgk4lP4l0tgfLMeCpIFBP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:15.21875rem;left:36.03125rem; }
#rWyov4UDdmWeavauVEHnT9er7kmWSPyF { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:7.125rem;left:4.75rem;height:1.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CZRtBtAXrNQzAgdEPAV68SDJQh99gwVK { color:rgba(var(--color-tertiary-4),1);display:block;width:12.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:10.8125rem;left:4.75rem;height:1.51171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ynHSKigkDTm9buIVw6dZ4EKyTvS9dsSR { color:rgba(var(--color-tertiary-4),1);display:block;width:26.75rem;position:absolute;font-family:"playfairdisplay regular";font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:15.3125rem;left:4.75rem;height:7.871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ynHSKigkDTm9buIVw6dZ4EKyTvS9dsSR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ynHSKigkDTm9buIVw6dZ4EKyTvS9dsSR li:before{  }
#DqTszDtt30vqV9ydIzSgelRppDwGz5er { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:"playfairdisplay regular";font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:25.1875rem;left:4.75rem;height:1.51171875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r174PaGkT9xXLr2TvLbiLkENCGE8T5iP { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:17.125rem;width:30.5rem;top:8.21875rem;left:41rem;display:block; }
#Bc1haiHOAorpkq1kVU5RnWzH09MpdWa6 { 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; }#Bc1haiHOAorpkq1kVU5RnWzH09MpdWa6 > .row .container { background-color: transparent; background-image: none; }#Bc1haiHOAorpkq1kVU5RnWzH09MpdWa6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bc1haiHOAorpkq1kVU5RnWzH09MpdWa6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bc1haiHOAorpkq1kVU5RnWzH09MpdWa6 > .row .container > .video-iframe-container { display: none; }#Bc1haiHOAorpkq1kVU5RnWzH09MpdWa6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bc1haiHOAorpkq1kVU5RnWzH09MpdWa6 > .row > .video-iframe-container { display: none; }#Bc1haiHOAorpkq1kVU5RnWzH09MpdWa6 > .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); }#Bc1haiHOAorpkq1kVU5RnWzH09MpdWa6 > .row .container { border-width: 0; border-radius: 0; }#Bc1haiHOAorpkq1kVU5RnWzH09MpdWa6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bc1haiHOAorpkq1kVU5RnWzH09MpdWa6 > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;position:relative;display:block; }#D7iSXscLT3Q2U8iXW9kJ9KKKFpzlnRwB { background-color:rgba(var(--color-secondary-2),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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:arial;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:33.5625rem;left:25.9375rem;display:block; }
#h2OyHx2CGvf26qqikJiIOrDu2sJVKngl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KEyWWp5QEvgHxZ8KgJWu8AeOSAk2HPwx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:14.1865234375rem;left:35.78125rem;display:none; }
#lPqcaiockxbi5TCbpO7BC9kyDhJqKcoM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:14.1865234375rem;left:35.78125rem; }
#glTGG2QbqQgC5vw7QpnAgq7UxKpN0GZ0 { background-color:rgba(var(--color-secondary-2),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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:arial;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:32.875rem;left:26rem;display:none; }
#knnS805ttGT75brJJmLcZ66J9kW5B5Qn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UtZ7E9BLbpyyzfI7wDWSTMQDhkbfct0E { color:rgba(var(--color-tertiary-4),1);display:block;width:30.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:5.625rem;left:42.25rem;height:1.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Szwv7sHrKMvuiv1qNbrshp89N4VG883T { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:9.875rem;left:42.25rem;height:1.51171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XBEE5FKy9fvrWBGQoZaFpM5GXqiBN2dX { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5rem;position:absolute;font-family:"playfairdisplay regular";font-size:1.375rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:13.203125rem;left:42.25rem;height:13.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#XBEE5FKy9fvrWBGQoZaFpM5GXqiBN2dX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XBEE5FKy9fvrWBGQoZaFpM5GXqiBN2dX li:before{  }
#u14slzgE4LDksZ2TTTMMI2ZAepQGev8s { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:"playfairdisplay regular";font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:27.4375rem;left:42.25rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tXpKTcXaTx4gBTcXTqIHFp7MTsKWyfpz { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:17.125rem;width:30.5rem;top:7.1865234375rem;left:3.5rem;display:block; }
#NBTLN1OguCXAlEL1gZwU8xleUObSsSuK { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5rem;position:absolute;font-family:"playfairdisplay regular";font-size:1.375rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:13.203125rem;left:42.25rem;height:13.03125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#NBTLN1OguCXAlEL1gZwU8xleUObSsSuK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NBTLN1OguCXAlEL1gZwU8xleUObSsSuK li:before{  }
#mp6gTyCqi2LCovFop2zLaio8bOqQpsEi { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:"playfairdisplay regular";font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:27.4375rem;left:42.25rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#JTeLGZRUS6dqcoQZl3h0UAbub1P37HKS { 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; }#JTeLGZRUS6dqcoQZl3h0UAbub1P37HKS > .row .container { background-color: transparent; background-image: none; }#JTeLGZRUS6dqcoQZl3h0UAbub1P37HKS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTeLGZRUS6dqcoQZl3h0UAbub1P37HKS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTeLGZRUS6dqcoQZl3h0UAbub1P37HKS > .row .container > .video-iframe-container { display: none; }#JTeLGZRUS6dqcoQZl3h0UAbub1P37HKS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTeLGZRUS6dqcoQZl3h0UAbub1P37HKS > .row > .video-iframe-container { display: none; }#JTeLGZRUS6dqcoQZl3h0UAbub1P37HKS > .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); }#JTeLGZRUS6dqcoQZl3h0UAbub1P37HKS > .row .container { border-width: 0; border-radius: 0; }#JTeLGZRUS6dqcoQZl3h0UAbub1P37HKS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JTeLGZRUS6dqcoQZl3h0UAbub1P37HKS > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;position:relative;display:block; }#cLH8OhCMMcES4g7VMTf6rs6o3AumZbKF { color:rgba(var(--color-tertiary-0),0.81);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:24.6875rem;left:6.125rem;height:1.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T0USps3WVi6Z0VKSBdnvKhJBkms77khy .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#T0USps3WVi6Z0VKSBdnvKhJBkms77khy .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.31) ;color:rgba(var(--color-primary-2),1);padding-top:0.445rem;padding-right:0.404375rem;padding-bottom:0.445rem;padding-left:0.404375rem;display:block;align-items:center;width:2.426875rem;min-width:2.426875rem;height:2.391875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.780625rem;font-weight:400;line-height:38.27px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T0USps3WVi6Z0VKSBdnvKhJBkms77khy .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.278125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.2375rem;height:0.944375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.6675rem;font-weight:400;line-height:15.11px;text-align:center;text-align-last:center;text-transform:none;top:2%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#T0USps3WVi6Z0VKSBdnvKhJBkms77khy { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:16.9375rem;height:4.504375rem;padding-top:0.055625rem;padding-right:0.0575rem;padding-bottom:0.055625rem;padding-left:0.0575rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:27.0625rem;left:6.125rem;z-index:15020; }
#T0USps3WVi6Z0VKSBdnvKhJBkms77khy #lABvZTQt4TghwMT8TTsgpABz8G92dn4m { display:flex;position:relative;top:0rem;left:0rem; }
#T0USps3WVi6Z0VKSBdnvKhJBkms77khy #F7SADLeKWe47Ri2hToRFgJ9RU9gyNV0i { width:auto; }
#T0USps3WVi6Z0VKSBdnvKhJBkms77khy #NS66FH46HTmeduluWOKXyhVuzTxT0gky {  }
#T0USps3WVi6Z0VKSBdnvKhJBkms77khy #WNc6I4pdJlFTpgEAKL5EBKhs5bp5Qst9 { display:flex;position:relative;top:0rem;left:0rem; }
#T0USps3WVi6Z0VKSBdnvKhJBkms77khy #oThmHNWImnyNFF4FTvW8ciCRlzQetfq8 {  }
#T0USps3WVi6Z0VKSBdnvKhJBkms77khy #w24ppiApdpXT3nTPk6w0bH2ElfRZdbOl {  }
#T0USps3WVi6Z0VKSBdnvKhJBkms77khy #TWogV33itwpGLusaPSZBLZhi8sWpwrH7 { display:flex;position:relative;top:0rem;left:0rem; }
#T0USps3WVi6Z0VKSBdnvKhJBkms77khy #i9NKCSvE53O7ALI5425LClawuudWgHK5 {  }
#T0USps3WVi6Z0VKSBdnvKhJBkms77khy #WNF7CMW9AqKtvJfpVGhx7mT2TpMRJgSi {  }
#T0USps3WVi6Z0VKSBdnvKhJBkms77khy #iffgATQD9PohCBEg9WWMa7yHvEuTam3S { display:flex;position:relative;top:0rem;left:0rem; }
#T0USps3WVi6Z0VKSBdnvKhJBkms77khy #e8bZcZsq2mWAtMqkNeLMmGRN6CCtqt8n {  }
#T0USps3WVi6Z0VKSBdnvKhJBkms77khy #TTttZOngxk13MhKsKbZtwwZSKc1Cwnm2 {  }
#U6XmJxfXNzSsWNKk6PDMwmLnbueWTIT6 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:7.125rem;left:6.125rem;height:6.32425rem;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; }
#PiEh1x201dURFmvrTqRDJMGXSUBykHLP { box-sizing:content-box;height:27.75rem;width:43.75rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.1767578125rem;left:2.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: none;display:block; }
#lZqildmc2WZdDm3LdQtDvO2zlT2xTdB5 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:16.0146484375rem;left:6.125rem;height:6.07324375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XrVLMzM4guFENuiGIxD43oK5cmVCzFpI { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.0625rem;width:32.0625rem;top:4.625rem;left:42.9375rem;overflow:hidden;display:block; }
#cUZi7DXAZttvhgb2BBKk8oIJnehRWg99 { position:absolute;display:block;z-index:15002;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:9.3125rem;width:9.3125rem;top:0rem;left:65.6875rem;overflow:hidden;display:block; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW .widget-form-header {  }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW .widget-regular-label { height:auto;display:block;font-family:"playfairdisplay regular";font-size:0.875rem;font-weight:700;color:rgba(var(--color-primary-4),1);width:18.0625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.0625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.6875rem;overflow:hidden;font-family:arial;line-height:1.3; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW .widget-input-text {padding-top: 0; padding-bottom: 0;}#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.6875rem;overflow:hidden;font-family:arial;line-height:1.3; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW .widget-input-select {padding-top: 0; padding-bottom: 0;}#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:18.0625rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-primary-4),1);vertical-align:top;width:16.625rem;overflow:hidden;font-style:normal; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW .widget-container:first-of-type{padding-top:0;}#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW .widget-container:last-of-type{padding-bottom:0;}#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW  { background-color:rgba(var(--color-primary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.0625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15024;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:absolute;top:11rem;left:29.53125rem; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.0625rem; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW {display:block;}#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW { background-color:rgba(var(--color-primary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.0625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15024;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:absolute;top:11rem;left:29.53125rem; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #xaXQg8NafwMcKhcFCeKFri403KBRT4lp { position:relative; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #F9esTSe4Nvg6H8y0PJtOhRvpo8TuT5bW { position:relative;display:block; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #KR60q23hE0lJZyy6DNXI4yDFT1DTE9Ra { position:relative; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #dpWCCFbpnyNW1PaLmxt893oBD6FeCc8a { position:relative; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #bVk4EcqiMzVCB0BzNGgFsqOcdFtFpILQ { position:relative;display:block; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #kV1D1XtWJb2FUXeRKbHLDtqzxUayLl4h { position:relative; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #eceN3n3siE6k6bUvyp2vna6rER79Uzsl { position:relative; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #d2s3auPVFGIAl7d9Mx2b97LlqWnPiusS { position:relative;display:block; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #lvtNoTKCIXJcwSHr0CKBN4W7PQGxmqCp { position:relative; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #XyruKLhWfDoVH9OrVC3uKeMR5vPTSTPK { position:relative; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #zmtxxL9MRm3VP41P4SHS4nZlDCRIVZ7C { position:relative;display:block; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #p0ggN14r6MDPxTww4GhUz5e6xOuyLfTs { position:relative; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #LdbMoPKhwkPpBqTUv2UTP2sAzQbeBG1A { position:relative; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #mHoMr0Lpbwn415vVKdBdsIqZtEluCde4 { position:relative;z-index:2; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #T06QmefyzrVZ34FSxmuT7whAOAohSqrO { position:relative; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #nisrB79mT7Tl7dmmRowAzXTZhcu0WBXh { position:relative; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #lR7CxNKyN5MBl008vdemh9TJQX2NXDLi { position:relative; }
#p72MNZynsx9HS2nsu9D1Ki6cqTqaHVCT { position:absolute;display:block;z-index:15000;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:67.5rem;width:67.5rem;display:none; }
#DgvAJvUnWfcSg8ceeBZMPcfmy9VyoUlO { 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; }#DgvAJvUnWfcSg8ceeBZMPcfmy9VyoUlO > .row .container { background-color: transparent; background-image: none; }#DgvAJvUnWfcSg8ceeBZMPcfmy9VyoUlO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgvAJvUnWfcSg8ceeBZMPcfmy9VyoUlO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgvAJvUnWfcSg8ceeBZMPcfmy9VyoUlO > .row .container > .video-iframe-container { display: none; }#DgvAJvUnWfcSg8ceeBZMPcfmy9VyoUlO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgvAJvUnWfcSg8ceeBZMPcfmy9VyoUlO > .row > .video-iframe-container { display: none; }#DgvAJvUnWfcSg8ceeBZMPcfmy9VyoUlO > .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); }#DgvAJvUnWfcSg8ceeBZMPcfmy9VyoUlO > .row .container { border-width: 0; border-radius: 0; }#DgvAJvUnWfcSg8ceeBZMPcfmy9VyoUlO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DgvAJvUnWfcSg8ceeBZMPcfmy9VyoUlO > .row .container { font-size:0.875rem;font-family:arial;height:16.125rem;width:75rem;position:relative;display:block; }#KeOB5BM6VhBDD9TwZBU6xOvZQycPwsOq { position:absolute;display:block;z-index:15001;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:12.875rem;width:12.875rem;top:1.625rem;left:6.0625rem;overflow:hidden;display:block; }
#ZGbXl1AxsgZ7QTFPpo6QF2dO6QcfzCEC { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:"playfairdisplay regular";font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.9375rem;left:26.75rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sndxeOaK6kVsEuaZWLEWJgmNicEn3cWJ { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;top:6.8125rem;left:26.75rem; }
#ksrAyeVS9H9W5Vt0TmPCsSsRgB40aVSG { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:"playfairdisplay regular";font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.978515625rem;left:28.6875rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bNrEhZTrpesHxEvGkliBTsTml9lgJS0w { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;top:8.875rem;left:26.75rem; }
#NGnPPRoWRZgpOanov9sZ46iP4bAhm2eC { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:"playfairdisplay regular";font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.9375rem;left:28.4375rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cwJqbWWtu7RC3PieE3RMgK2VG5GDFCZl { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;top:11.3125rem;left:26.9375rem; }
#nzz2IopQ2r5azfWWPlTKJZwgemTrJTKq { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:"playfairdisplay regular";font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.1875rem;left:28.8125rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eDT971ClBdgGeMI6JqtfBpk9q1EDfQKg { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:"playfairdisplay regular";font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.9375rem;left:52.25rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XA7yIVndMrUZWSuvocHoTLmNDErITJcK { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:"playfairdisplay regular";font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.7;letter-spacing:0;top:6.8125rem;left:52.25rem;height:6.0556625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zfGZOtNCeX6Ad8ZugTeVa7NIXt6TVEST { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:52.6875rem;top:0.5625rem;left:11.15625rem;display:block; }
#muyBR52Tv0dc7DpcNNNW0owEbNnla2H3 { 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:none; }#muyBR52Tv0dc7DpcNNNW0owEbNnla2H3 > .row .container { border-width: 0; border-radius: 0; }#muyBR52Tv0dc7DpcNNNW0owEbNnla2H3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#muyBR52Tv0dc7DpcNNNW0owEbNnla2H3 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#nSgGInH2vQbVswu3navy9ilf3vSQ8bFu { position:absolute;display:block;z-index:15001;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:12.875rem;width:12.875rem;top:2.9375rem;left:6.0625rem;overflow:hidden;display:block; }
#OnCXo7BnZnLKVuBalJurVwRtNFWTx1wR { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:"playfairdisplay regular";font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.9375rem;left:26.75rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#soEdQNkq9Cuf9wcGwZwBHepQiNOTAaCX { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;top:6.8125rem;left:26.75rem; }
#eyArG9TMTsWtKLBUx6FJuk3lMxQXbKxM { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:"playfairdisplay regular";font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.8125rem;left:28.375rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tRfl6UtEVymT13svAsHclHqinTPgl4oZ { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;top:8.875rem;left:26.75rem; }
#C4wpnCvMtVH3gXF5g8NS1shVH2wC0zr9 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:"playfairdisplay regular";font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.9375rem;left:28.5rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F04N0QUncD7yRQfoJwF8mMaT9Q70tC3X { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;top:11.3125rem;left:26.9375rem; }
#Vrv9L99ETcQyh9xKev8r2C3WQzADEw1s { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:"playfairdisplay regular";font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.1875rem;left:28.6875rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sm83iKEk4bwD3zzmEcBhWw7nGFmDNDLO { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:"playfairdisplay regular";font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.9375rem;left:52.25rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KDCgTFhT0ZdpyIUVVM65G7eNOSuKlHk8 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:"playfairdisplay regular";font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.7;letter-spacing:0;top:6.8125rem;left:52.25rem;height:6.0556625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qm1cwAAzEg62Pb5E1xXg4Q5IVbAH5RoA { 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:none; }#Qm1cwAAzEg62Pb5E1xXg4Q5IVbAH5RoA > .row .container { border-width: 0; border-radius: 0; }#Qm1cwAAzEg62Pb5E1xXg4Q5IVbAH5RoA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qm1cwAAzEg62Pb5E1xXg4Q5IVbAH5RoA > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#QXoLxnKGREkC9qILLnTqwHQUZwiFCGqS { position:absolute;display:block;z-index:15001;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:12.875rem;width:12.875rem;top:2.9375rem;left:6.0625rem;overflow:hidden;display:block; }
#s0mBAWmbai6LSrub1SpxnS01KuBGMhRT { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:"playfairdisplay regular";font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.9375rem;left:26.75rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#asbWTIZ0Jg4CePTvRawTncGD6rnCpqcJ { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;top:6.8125rem;left:26.75rem; }
#Q96iwtdcZlo4K173cqvMWTZzhmZTh4qe { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:"playfairdisplay regular";font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.8125rem;left:28.375rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OQK57H5ne9BRarurkVsSsZUQTwdJWX7l { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;top:8.875rem;left:26.75rem; }
#csB4ZCarVntdC2yOrtqC10reXCMXR7xr { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:"playfairdisplay regular";font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.9375rem;left:28.5rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dD7wqTCnwJtwLmQCnv0RLlWZ00yAPP8d { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;top:11.3125rem;left:26.9375rem; }
#eQ1H82g94atB1K6V8ilvL50cnevnNo5v { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:"playfairdisplay regular";font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.1875rem;left:28.6875rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NITKrtUuPhUqPG4vWC1LBhOcRTyKDfla { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:"playfairdisplay regular";font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.9375rem;left:52.25rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KfA0KM6Z8mVBxnNWwTD2kv9MV8MZ2Zkw { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:"playfairdisplay regular";font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.7;letter-spacing:0;top:6.8125rem;left:52.25rem;height:6.0556625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kV5WWpibMg6cufrC2cGv7QxfXXVpzRBN { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;top:11.3125rem;left:26.9375rem;display:none; }
#UhSlgTTfFpmUFy4JBZG4k50nq8JqACOE { 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:none; }#UhSlgTTfFpmUFy4JBZG4k50nq8JqACOE > .row .container { border-width: 0; border-radius: 0; }#UhSlgTTfFpmUFy4JBZG4k50nq8JqACOE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UhSlgTTfFpmUFy4JBZG4k50nq8JqACOE > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;position:relative;display:none; }#dMbP2UozS67rdFFbPEtMB4NI8FKai2Jg { color:rgba(var(--color-tertiary-3),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.3125rem;left:36.5rem;height:3.41015625rem;text-align:left;text-align-last:left;display:block; }
#NsbiTV1hTPOJZP11ZJ2XUt3eOZ3wgZET { color:rgba(var(--color-tertiary-3),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:6.3125rem;left:51.5rem;height:2.2734375rem;text-align:left;text-align-last:left;display:block; }
#hPpdLWbz7RZBJBoSxTS2MS44fg9txtTT { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:1.93725625rem;width:1.6870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;top:6.5rem;left:63.375rem; }
#HTKOoJzzEQeO3ZcCNGJvPGuEeJgnUFmS { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:1.93725625rem;width:1.6870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:6.5rem;left:66.3125rem; }
#qSgJSt9nMT4ursk8DhfBEykE8Vtndm1J { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:1.875rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;top:6.5625rem;left:69.3125rem; }
#uvUgluaAJ7PClqOd4bTZcRLyTIlGTFhp { color:rgba(var(--color-primary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:3.5rem;left:63.5rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#t7gQsLXQTZT96WvfQndwpDqiG8dOTwDR { color:rgba(var(--color-primary-2),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:3.5rem;left:36.5rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#tXebWPWudTfvU5qakT1PF0zHkB194f6V { color:rgba(var(--color-primary-2),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:3.5rem;left:51.5rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#Kb04fvo3H18ylTThPBkRcq6D267u7u39 { position:absolute;display:block;z-index:15001;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:12.875rem;width:12.875rem;top:1.625rem;left:6.0625rem;overflow:hidden;display:none; }
#MJMumq9EU8qCGpuofU6RU6dSe3FZTCZL { color:rgba(var(--color-primary-2),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:3.5rem;left:51.5rem;height:1.6875rem;text-align:left;text-align-last:left;display:none; }
#erILmnT72lL2PiqKIk5Cwpie9RpiqEke { color:rgba(var(--color-tertiary-3),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.3125rem;left:36.5rem;height:2.2734375rem;text-align:left;text-align-last:left;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #F0LuGFyzKIxpZB68pr9vB71JePLhILh9 { display:block; }#F0LuGFyzKIxpZB68pr9vB71JePLhILh9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzkyFQFof5hfNLdguNTkUuisfJRrXuIr { width:11.1875rem;height:11.1875rem;top:0rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq77NztkVkKQKKo9geQzB8RNLti9TPPd { width:15.5rem;height:3.4375rem;top:5.875rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwlaOEuT7MrznCmE49lx5DVWUP8m2pzg { display:block; }
 }@media only screen and (max-width: 763px) { #iZuRR7DinXG4tVJWECeznSqPSqIXAwMb { width:1.8125rem;height:1.8125rem;top:6.6875rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPUA6n84F8wDvwSsQ8Pq5FcHKlxGhSfl { width:22.5625rem;height:1.375rem;top:3.5rem;left:25.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdEXTcu742ysQDCc9NVCTxTrB7fnMNA1 { width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x7zfdyqk5Mzl0hRsIEefRpbdgZZ0nk24 { display:block; }
 }@media only screen and (max-width: 763px) { #QTP7vJ1JRPWyBmIoPzoB5gmGE764LkHJ { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #haf0HfkgBfBO8QQhK1Mn1o3NS6NhTKp2 { display:block; }#haf0HfkgBfBO8QQhK1Mn1o3NS6NhTKp2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pzXr8x4Gxug9tiNBecSUX1BtDVv0Gsbe { width:47.75rem;height:6.3125rem;top:7.5rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzWd12g1C4lxPZXahGyMEOU5EcZ7T08O { width:47.75rem;height:1.75rem;top:15.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRzwU5VixLJ2vrMqpE6F727NSZ3c9Ibb { width:23.875rem;height:4.5625rem;top:1rem;left:11.9375rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZ3keXJ1QKDXFqzoCQ6TznHPSNT3tcHT { width:18.75rem;height:0.125rem;top:6.5rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvTXmT9evMU8zvigTs0x6RgWM2LEp70d { width:19.8125rem;height:6rem;top:1.6875rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ow3P2HhgPmK4TQRBHteDPTEKILdtc9X1 { width:18.75rem;height:0.125rem;top:6.5rem;left:14.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tIrmaPtQbXkhoh46CJbtreaOdq36oL5v { display:block; }#tIrmaPtQbXkhoh46CJbtreaOdq36oL5v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXmsWeREhuwekJ6hwI8piTpGi5oW8GCp { width:18.1875rem;height:16.1875rem;top:17.0625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVTUWBq9DZ1yTvb6nJ8OgF9KoCbJ8UnH { width:14.375rem;height:0.125rem;top:30.125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbrU8oG5NWcEzA5NxKiR0W32a5Ew1adx { width:10.1875rem;height:2.125rem;top:17.9375rem;left:23.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahkIz0nGsbpdiZ6qF65CUXABzgbF11Go { width:11.5625rem;height:8.125rem;top:21.5rem;left:12.3125rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAyszSJT3Z5Uy1Fzb6QLi6mnoowtAKW1 { width:4rem;height:1.625rem;top:20.5625rem;left:23.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbmTwbQdRGJRQXKDuBC1GzigDJT56kH8 { width:14.0625rem;height:1.25rem;top:30.5625rem;left:9.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX .widget-regular-label { width:18.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX .widget-input-text { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX .widget-input-text {padding-top: 0; padding-bottom: 0;}#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX .widget-textarea { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX .widget-input-select { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX .widget-input-select {padding-top: 0; padding-bottom: 0;}#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX .widget-input-button { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX .widget-checkbox-label { width:16.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX  { width:18.0625rem;height:auto;top:15.75rem;left:27.1875rem; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX .radio-container { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX {display:block;}#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX { width:18.0625rem;height:auto;top:15.75rem;left:27.1875rem; }
 }@media only screen and (max-width: 763px) { #mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #MPWdbp6L77gJQ41mXzqGd6D3ld19mb3i {  }
 }@media only screen and (max-width: 763px) { #mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #f5ex6STMqA76IpoTRDT1RoNZETMAFTgX {  }
 }@media only screen and (max-width: 763px) { #mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #KZsAaOTudy9J8kPTAXt61yR9ei0m7hwU {  }
 }@media only screen and (max-width: 763px) { #mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #wcZxXx0RMcWlV390o2Jk2TIgPogMLW1H {  }
 }@media only screen and (max-width: 763px) { #mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #LiWU6kLH6BigrFMe4tWXR35cHW33T5ee {  }
 }@media only screen and (max-width: 763px) { #mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #FQz9EypoTnICZtbQzrW5DuXB4zKZSWlW {  }
 }@media only screen and (max-width: 763px) { #mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #fS9bpAuzLcqd38eGW61BMxWOKd4TQwFD {  }
 }@media only screen and (max-width: 763px) { #mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #LMkKCvgzpfKeA4gOISHliAFby4SHpggA {  }
 }@media only screen and (max-width: 763px) { #mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #qtDHs26tURwnwyDK0KxaaJspbZOHESsh {  }
 }@media only screen and (max-width: 763px) { #mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #TOySsTzcTZMtNaUhdFwudsiKFNONdvMb {  }
 }@media only screen and (max-width: 763px) { #mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #yI5CqzS808cA35WfwfosTGJa4OvqKvNT {  }
 }@media only screen and (max-width: 763px) { #mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #eZEdiBcvt6FXPthzm4Vb3e8hp1kSMeyC {  }
 }@media only screen and (max-width: 763px) { #mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #zlEPsch1T5tO7wFrHwRT2l6z1urWtxEr {  }
 }@media only screen and (max-width: 763px) { #mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #wGHC6TGmTylOJSETSH72h95QDQ82tATb {  }
 }@media only screen and (max-width: 763px) { #mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #RgVzkLns12Wdn7JcihF5BRyCT4JKr0B0 {  }
 }@media only screen and (max-width: 763px) { #mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #Wbtp4Tgk7Psds4PJnuzw8s6uObgs7uol {  }
 }@media only screen and (max-width: 763px) { #mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #MXfBRecunR2TLvDlTTCE7EVaeSMEEftF {  }
 }@media only screen and (max-width: 763px) { #y4M9ITo5PdkLkg60Ia0EOF2D5aTKwbin { width:18.1875rem;height:5.3125rem;top:10.4375rem;left:29.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHkCEfflNg3APLQL8TJQ3vOrPBDts0PF { width:4.0625rem;height:2.3125rem;top:21.9375rem;left:23.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubIg9lHIn7hPgCX2BPqnZtJn7aRBTZt9 { width:14.375rem;height:0.125rem;top:20.25rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUVLF0PLyWJfOf7NNXa5xnwpy9Lnbqqg { width:20.625rem;height:33.625rem;top:7.875rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1LTOS4mtwFmvZp4Kuq3vxaHA3tgr9y6 { width:4.4375rem;height:1.6875rem;top:4.5625rem;left:27.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cnw3zwIh1iFEAreuO9mIIsZsvS8Cb6nS { width:7.0625rem;height:4.1875rem;top:5.6875rem;left:26.4375rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb4dRVUEb4q1lqfKSVv35Fpn7I97yzSA { width:10.5625rem;height:10.5625rem;top:1.9375rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRLGDUoTRA2zmaKuWTxD86eg7ylXKhZR { width:14.375rem;height:0.125rem;top:20rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VO8bm9di3TiM5okuvTuiH5wtPUSA3lqC { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gUdgr0Kt6RZmcbvnPshBymUAXsSVSQag { width:18.0625rem;height:2.8125rem;top:44.125rem;left:29.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRD6H4Ped20UTZE07Tduq4eUNhcp4gPy { width:22.3125rem;height:6rem;top:47.9375rem;left:25.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzsJHfd0TlVrSPdlui7gXwhU34PqR5Z8 { width:18.75rem;height:0.125rem;top:55.4375rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKUGv02HFAtKUDXkJHfAUIP7zpbhQaiT { width:21.6875rem;height:2.8125rem;top:55.6875rem;left:26.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIXHhXb6T28QdUENqmWyLR5c2tTsJhAu { width:20rem;height:2.8125rem;top:80.5rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hmEe7EemaR3GteTeBcoc4Gd4OoEb5zul { width:20rem;height:2.8125rem;top:80.4375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VgrzK6rJ3sLVqZvkAtAhH2uPGHzBRSMQ { display:block; }#VgrzK6rJ3sLVqZvkAtAhH2uPGHzBRSMQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RfIsBfJaRP9coqbNSdrJp6CC6KOwTiEU { width:15.5rem;height:2.5rem;top:1.25rem;left:16.125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4PnnikSJdlz2i9I1qDTWPunhKawzuns { width:2.1875rem;height:2.1875rem;top:36.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmtoQo6rxmcEH67hw5mgTN5qqOppH6dD { width:1.9375rem;height:1.9375rem;top:36.25rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3UcfhLBNkrP2y5vOqrcmeEvGBd2PHxT { width:1.8125rem;height:1.8125rem;top:36.3125rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLHouaxT7uTEFmXXOSnsgAsPPMcs2PnS { width:7rem;height:1.375rem;top:36rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0uso6MWv4yxlbDNVwLurlQeUQZoTGuC { width:10.5625rem;height:3.5rem;top:38.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwbSqZe9XgNSu7e20rHKTocx7pW2nbfC { width:9.5rem;height:1.375rem;top:36.125rem;left:19.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KScGePoRT5q7GdTQSULWmnl8FW7JtSN1 { width:12.375rem;height:2.3125rem;top:38.75rem;left:19.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2r5HX5FokIfuTTWGBpMAaPrxK8L4KpC { width:12.375rem;height:3.25rem;top:38.6875rem;left:35.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaUTZB1rlKKScKzqDwR87UR23k7ltPG2 { width:9.9375rem;height:1.375rem;top:36.25rem;left:37.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOAbCO05pO0qesRs01yicNG9td4HpcdH { width:12.375rem;height:3.5rem;top:8rem;left:19.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lT2OGqKah4ukqKguTA8Ac50GDKaEGGB5 { width:35.4375rem;height:19.875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x1TuLJTJDQxuD6q5sqcaku42WaWBzwnD { width:36.5rem;height:20.4375rem;top:13.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHrpZO1oX5xrOIMXrQrvpJgLyperFdHF { width:39.0625rem;height:6.5rem;top:5.25rem;left:4.34375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGvKzpT5nc1KadlfWOfyJpWlb7lBHWth { display:block; }#CGvKzpT5nc1KadlfWOfyJpWlb7lBHWth > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Es7MDPsSaU3wX3ibWkF5N5mGSt2do8dN { width:47.75rem;height:3.9375rem;top:1.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9sCiRKAH1OS5gkUlO39UeMvK8oSBngM { display:block; }#V9sCiRKAH1OS5gkUlO39UeMvK8oSBngM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQyO1xDQ2is2d6QimeAP9onwueOKzves { width:43.5625rem;height:43.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL56ps0RX2p01O044PfMewV6Cqno5v68 { width:33.875rem;height:9.4375rem;top:3.8125rem;left:13.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpTAFnvvO7CSu5gFGblfonZNrIJuVd7J { width:11.75rem;height:1.5625rem;top:16.6875rem;left:23.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ms87yrTZlMABTTxxEkAQvgQpy9UmeOmB { width:34.9375rem;height:0.125rem;top:18.8125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGB9SDKWm82vJ1WF8uM6fSOTEbR58yBG { width:33.875rem;height:;top:19.9375rem;left:13.875rem;font-size:1.375rem;display:block; }#BGB9SDKWm82vJ1WF8uM6fSOTEbR58yBG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_031fc66c688ee4c3f3d2b16b05c581c62ed65b4f.svg); }
 }@media only screen and (max-width: 763px) { #erKHMPr1StqpFBl4vxcAwmFuQzlKs23f { width:33.875rem;height:1.5625rem;top:31.625rem;left:13.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbX8GEaemhy9pQv0NN4UW0sL4P65isAg { width:33.875rem;height:7.25rem;top:33.1875rem;left:13.875rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hos16Eh1dVkFOBxipGHfrKTn656nip6L { width:24.375rem;height:3.4375rem;top:43.25rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5mwHbg4JZrPObdMLcuoeOsyZvznWINU { display:block; }
 }@media only screen and (max-width: 763px) { #suTKHNHtLoENfCDCVbgqxiy5ZtrZuU6E { width:34.9375rem;height:0.125rem;top:18.8125rem;left:12.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e2nFEBahnloZxGxd1XEfTITmtVZPao7Z { width:19.1875rem;height:19.75rem;top:1.625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZAIke39n6o1cz9ysSAa3cRlxD0Sp1lsk { width:24.375rem;height:3.4375rem;top:43.25rem;left:23.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WcyZ1hq58mdk0UpM1n2HDVZ3ewcMlp6I { display:block; }
 }@media only screen and (max-width: 763px) { #NI59G4hDQtAbkSnTnbw4A0UVlhmPCJiK { display:block; }#NI59G4hDQtAbkSnTnbw4A0UVlhmPCJiK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dosRx4xLyT0kWhQWyGMau8twQmbHiTaq { width:24.375rem;height:3.4375rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RToUvTlTF7Z75BmgxCcir0ndnGRZtfl5 { display:block; }
 }@media only screen and (max-width: 763px) { #FBzWsvode3JhJP9lwJfge4mE1bpW9Fpy { width:24.9375rem;height:24.9375rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2L6X7VDFivUCeVK47TapHJWMJx4edlQ { width:34.5625rem;height:4.875rem;top:2.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpSWQT3uHCLP5vGTxvDPuZ4ho663NN9v { width:37.625rem;height:37.625rem;top:0rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJmErgf3ToyuNM6lPnKNTSmpLnw4TFLX { width:24.375rem;height:3.4375rem;top:32.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTJWdRF5LuvFFqZ9pMhsZJ6sRbb0eod8 { display:block; }
 }@media only screen and (max-width: 763px) { #OA855w3EVEngQmWRH0khGtfn0NICK4uZ { width:20rem;height:8.75rem;top:1.3125rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lpEZ58g4DJBIu2s6G29gSHV7PtviKo2d { display:block; }#lpEZ58g4DJBIu2s6G29gSHV7PtviKo2d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a9Ib4Td3rtMMG0toXHTK0L5TzZI99dy7 { width:27.9375rem;height:16.6875rem;top:15.9375rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKLEaRiqXVLOvL0zCzMXTt7L0VAsRXWL { width:27.4375rem;height:2rem;top:13.9375rem;left:20.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbI0rplrMccJPTSQscEqCeq8OpqulSNe { width:32.625rem;height:20.625rem;top:12.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyoTfOZO42nVTTiEHrinnTzOGpsJQyx6 { width:27.5625rem;height:16.125rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATNC37TxButRflysPtTRG7iKL8KIJWbM { width:25.5625rem;height:0.125rem;top:4.75rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHQCULbCrZ4MwduGczpOh1yQITmn62gK { width:21.4375rem;height:3.125rem;top:55.8125rem;left:12.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A98MJW7d7iD3CH3GnKdQy2JnhDdP9PnB { display:block; }
 }@media only screen and (max-width: 763px) { #FUWTWCMBIDSUvczpPOKEogy1lXNJarW8 { width:47.75rem;height:2.8125rem;top:6.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9btktA7MUxL7y8TEAO0ACg0PnRVGZ4R { width:25.5625rem;height:0.125rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk851yOn15H5ldRbFBXztGitQicuaD44 { width:27.8125rem;height:15.625rem;top:37.4375rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOderXk4AKbFfabg5pADT86mQZeT6iKx { width:25.5625rem;height:0.125rem;top:6.5rem;left:22.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yAE3c8yQwIux4ae9IH2ZfRpplTXGsGL5 { width:21.4375rem;height:3.125rem;top:55.8125rem;left:12.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QV0wI6PzJRHpq3AZNaZPsKKnfTHF7CQE { display:block; }
 }@media only screen and (max-width: 763px) { #OTAIug9XQhnleRZeLRHC78VeIWkzBbDo { width:20rem;height:15.9375rem;top:9.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xchhvAOJ26nFJAAUcBeE3kVfQtzCc6Hy { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#xchhvAOJ26nFJAAUcBeE3kVfQtzCc6Hy > .row .container { background-color: transparent; background-image: none; }#xchhvAOJ26nFJAAUcBeE3kVfQtzCc6Hy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xchhvAOJ26nFJAAUcBeE3kVfQtzCc6Hy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xchhvAOJ26nFJAAUcBeE3kVfQtzCc6Hy > .row .container > .video-iframe-container { display: none; }#xchhvAOJ26nFJAAUcBeE3kVfQtzCc6Hy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xchhvAOJ26nFJAAUcBeE3kVfQtzCc6Hy > .row > .video-iframe-container { display: none; }#xchhvAOJ26nFJAAUcBeE3kVfQtzCc6Hy > .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); }#xchhvAOJ26nFJAAUcBeE3kVfQtzCc6Hy > .row .container { border-width: 0; border-radius: 0; }#xchhvAOJ26nFJAAUcBeE3kVfQtzCc6Hy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWRvFqta26lkCm6xldCHBMO6twL01OFS { width:47.25rem;height:3.5625rem;top:1.1875rem;left:0.5rem;color:#000000;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MygANFS8lW5Lb6ttD1TWTQ7ar3Qv3VZO { display:block; }#MygANFS8lW5Lb6ttD1TWTQ7ar3Qv3VZO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RBS0cN2T27nsVLTVFSa3SxCfkTRNXMPS { width:11.9375rem;height:11.9375rem;top:0.0625rem;left:16.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vUe7l6BUTmz7vJD6288fz5suATJpkofE { width:11.9375rem;height:11.9375rem;top:0.0625rem;left:16.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LcH0Q72VgIuneLNbbtbk143XXUl3d8uS { width:11.9375rem;height:11.9375rem;top:0.0625rem;left:16.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KgqyPcP4IFsyQXniqUhWiCFFLINQq3Cs { display:block; }#KgqyPcP4IFsyQXniqUhWiCFFLINQq3Cs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wlQ4e0VU75e1nRz7WQZsUiNdrrBdwNRI { width:27.375rem;height:3.6875rem;top:2.0625rem;left:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJUyOoFADtiFBzbEa0TJM4fbek83sLeI { width:9.875rem;height:0.125rem;top:1.625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5ThoHm6w6awx7e1V9BucgoS5yZK2A4u { width:9.3125rem;height:0.125rem;top:1.625rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOaHrZBfzPikZ90gyQoqyCKT2vFZOxFK { width:9.3125rem;height:0.125rem;top:1.625rem;left:26.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lFsZgENAU3VBkUSzo2vy80ETEORUCTKg { display:block; }#lFsZgENAU3VBkUSzo2vy80ETEORUCTKg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oUHE92yM7XXSHEegU731KWG88zTFEhik { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lWqlnl44nhqkm7OnSbsTwbEAxS9nXNWq { width:34.25rem;height:1.8125rem;top:3.1875rem;left:13.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV2fdo2U0hnWB33EVUcDvap8XT5Rsv62 { width:23.0625rem;height:3.125rem;top:6.125rem;left:24.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEO0ICvDvmnD5Ee1mc3Ti2MX7ghB5T3x { width:23.6875rem;height:1.25rem;top:13.375rem;left:24.0625rem;font-size:1.125rem;display:block; }#DEO0ICvDvmnD5Ee1mc3Ti2MX7ghB5T3x li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8d1dadb75fa935df086a464428761b6d0c5df921.svg); }
 }@media only screen and (max-width: 763px) { #rSTxKl1fTMoUiSFGnKWwxvzeWpygnTRZ { width:18.125rem;height:1.25rem;top:15.3125rem;left:29.625rem;font-size:1.125rem;display:block; }#rSTxKl1fTMoUiSFGnKWwxvzeWpygnTRZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5ca696145450283d600355c6afe5c6865e0a7fec.svg); }
 }@media only screen and (max-width: 763px) { #icCTGyBbvgwXvmMH6PvSHm179StA686q { width:22.75rem;height:;top:11.125rem;left:25rem;font-size:1.1875rem;display:block; }#icCTGyBbvgwXvmMH6PvSHm179StA686q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bc1efaead6e55a7811af432959f4f0c51fb0674e.svg); }
 }@media only screen and (max-width: 763px) { #ezP1gRQ4d9wnnTUe6Z5IEVmC3WSD8ldt { width:35.4375rem;height:19.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZtdSTywvKLwKUJ8S15L9QLfFCEQgZ6c { display:block; }#OZtdSTywvKLwKUJ8S15L9QLfFCEQgZ6c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #alVDzi3SePTHcQEEJITuAKtfF84ntxOX { width:47.75rem;height:17.735714285714rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fizB1xpbyR6osgS5TZ2X8FJVKm0wEAfR { width:19.375rem;height:19.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE4e2FM5MpwT3vsyTsIBM4OOz5lNTy8L { width:13.75rem;height:3.125rem;top:15.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #In6Fvkz3zoZ5tDkVAOwOTII5Mdru45FJ { width:2.5rem;height:0.0625rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kg8dK3Emi4gW9TUemnb6A2T4gcy6DbkM { width:13.75rem;height:3.125rem;top:10.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6J0w9u6NX5otNRT8z7ggMtc9kOdm81u { width:2.5rem;height:0.0625rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0yDDVHJRnPgLwVPsDnXMZuckH1grwCa { width:10.875rem;height:2rem;top:6.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5fdCi79FsW71k340GOkJD9xRV83pdTJ { width:15rem;height:0.0625rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5dG0sHcfLts0yUB3Cts9odrIwmUuiuD { width:12.5rem;height:2.25rem;top:3.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKMXonciwhPCh7nDlwATTpe7ZncCn3CO { width:1.75rem;height:1.75rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkdFNLJADd4yOefKPfN2sWohkvXcmVcH { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#OkdFNLJADd4yOefKPfN2sWohkvXcmVcH > .row .container { background-color: transparent; background-image: none; }#OkdFNLJADd4yOefKPfN2sWohkvXcmVcH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkdFNLJADd4yOefKPfN2sWohkvXcmVcH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkdFNLJADd4yOefKPfN2sWohkvXcmVcH > .row .container > .video-iframe-container { display: none; }#OkdFNLJADd4yOefKPfN2sWohkvXcmVcH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkdFNLJADd4yOefKPfN2sWohkvXcmVcH > .row > .video-iframe-container { display: none; }#OkdFNLJADd4yOefKPfN2sWohkvXcmVcH > .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); }#OkdFNLJADd4yOefKPfN2sWohkvXcmVcH > .row .container { border-width: 0; border-radius: 0; }#OkdFNLJADd4yOefKPfN2sWohkvXcmVcH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bT0TfaaTsmMEN1QNnNio1mLS0wxZtzm4 { width:47.75rem;height:4.875rem;top:1.25rem;left:0rem;color:#000000;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2uy76T8ZlWgBqbTxO8ZHrMfyCTSQGO2 { width:43.6875rem;height:2.25rem;top:6.75rem;left:1.78125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ8x3dcvaxbK3lgCtlnwJXIUWFOmMBhG { width:47.75rem;height:6.1875rem;top:11.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUh2nL4kIAIaGF0290RZWTg3xlWZ46S0 { width:47.75rem;height:0.125rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHaNVD4kqUTZtRX1NRn7g0tlSOHFEuHM { display:block; }#DHaNVD4kqUTZtRX1NRn7g0tlSOHFEuHM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g9XPQeFnZm2fmcu2KouNT7iKb9wQWqMN { width:3.125rem;height:3.125rem;top:14.1875rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3J8oT3E5lpUIMMC6QFuQf2DeuMfUJwq { width:3.125rem;height:3.125rem;top:15.1875rem;left:20.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GmpTTsIdi3pqAFTzqJar2sBoZXU2PElt { width:30.3125rem;height:1.875rem;top:6.625rem;left:17.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgxvqLgXB7o5olFUKau9iMo8vvkRiB7a { width:17.375rem;height:1.875rem;top:10.125rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KciIeKBqgpB5L6yKTx3x01xBsBl16mvi { width:28rem;height:6.3125rem;top:14.625rem;left:19.75rem;font-size:1.25rem;display:block; }#KciIeKBqgpB5L6yKTx3x01xBsBl16mvi li:before{  }
 }@media only screen and (max-width: 763px) { #CtgbCPMQQfZGHE9my3BWaPmzGwaoEBNb { width:28rem;height:1.5rem;top:23.4375rem;left:19.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7kq0Ruuhkh9B6ZG8ZLKzRrQLoMRk3gG { width:30.5rem;height:17.125rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H04cgT39rs49g2wGnZdFtmCFKLxB5lVB { width:20rem;height:;top:33.6875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZkzCeecl1d79l5veW1FZ0MVxHOhGpGm9 { display:block; }#ZkzCeecl1d79l5veW1FZ0MVxHOhGpGm9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgG76FqrydUignvRtv9PL1GSxad6TO1q { width:3.125rem;height:3.125rem;top:15.1875rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7Hhe0P24Xfhgk4lP4l0tgfLMeCpIFBP { width:3.125rem;height:3.125rem;top:15.1875rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWyov4UDdmWeavauVEHnT9er7kmWSPyF { width:19.3125rem;height:1.875rem;top:7.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZRtBtAXrNQzAgdEPAV68SDJQh99gwVK { width:12.25rem;height:1.5rem;top:10.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynHSKigkDTm9buIVw6dZ4EKyTvS9dsSR { width:26.75rem;height:7.8125rem;top:15.3125rem;left:0rem;font-size:1.25rem;display:block; }#ynHSKigkDTm9buIVw6dZ4EKyTvS9dsSR li:before{  }
 }@media only screen and (max-width: 763px) { #DqTszDtt30vqV9ydIzSgelRppDwGz5er { width:28rem;height:1.5rem;top:25.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r174PaGkT9xXLr2TvLbiLkENCGE8T5iP { width:30.5rem;height:17.125rem;top:8.1875rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bc1haiHOAorpkq1kVU5RnWzH09MpdWa6 { display:block; }#Bc1haiHOAorpkq1kVU5RnWzH09MpdWa6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D7iSXscLT3Q2U8iXW9kJ9KKKFpzlnRwB { width:24.6875rem;height:3.4375rem;top:33.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2OyHx2CGvf26qqikJiIOrDu2sJVKngl { display:block; }
 }@media only screen and (max-width: 763px) { #KEyWWp5QEvgHxZ8KgJWu8AeOSAk2HPwx { width:3.125rem;height:3.125rem;top:14.125rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPqcaiockxbi5TCbpO7BC9kyDhJqKcoM { width:3.125rem;height:3.125rem;top:14.125rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #glTGG2QbqQgC5vw7QpnAgq7UxKpN0GZ0 { width:24.6875rem;height:3.4375rem;top:32.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #knnS805ttGT75brJJmLcZ66J9kW5B5Qn { display:block; }
 }@media only screen and (max-width: 763px) { #UtZ7E9BLbpyyzfI7wDWSTMQDhkbfct0E { width:30.125rem;height:1.875rem;top:5.625rem;left:17.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Szwv7sHrKMvuiv1qNbrshp89N4VG883T { width:28.6875rem;height:1.5rem;top:9.875rem;left:19.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBEE5FKy9fvrWBGQoZaFpM5GXqiBN2dX { width:28.5rem;height:;top:13.1875rem;left:19.25rem;font-size:1.25rem;display:block; }#XBEE5FKy9fvrWBGQoZaFpM5GXqiBN2dX li:before{  }
 }@media only screen and (max-width: 763px) { #u14slzgE4LDksZ2TTTMMI2ZAepQGev8s { width:28rem;height:;top:27.4375rem;left:19.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXpKTcXaTx4gBTcXTqIHFp7MTsKWyfpz { width:30.5rem;height:17.125rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBTLN1OguCXAlEL1gZwU8xleUObSsSuK { width:20rem;height:;top:23.75rem;left:0rem;font-size:1.25rem;display:none; }#NBTLN1OguCXAlEL1gZwU8xleUObSsSuK li:before{  }
 }@media only screen and (max-width: 763px) { #mp6gTyCqi2LCovFop2zLaio8bOqQpsEi { width:16.625rem;height:;top:37.625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTeLGZRUS6dqcoQZl3h0UAbub1P37HKS { display:block; }#JTeLGZRUS6dqcoQZl3h0UAbub1P37HKS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cLH8OhCMMcES4g7VMTf6rs6o3AumZbKF { top:24.6875rem;left:0rem;width:21.375rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0USps3WVi6Z0VKSBdnvKhJBkms77khy .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T0USps3WVi6Z0VKSBdnvKhJBkms77khy .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#T0USps3WVi6Z0VKSBdnvKhJBkms77khy .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#T0USps3WVi6Z0VKSBdnvKhJBkms77khy { width:18rem;height:5.0625rem;display:flex;top:30.6875rem;left:28.375rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #T0USps3WVi6Z0VKSBdnvKhJBkms77khy #lABvZTQt4TghwMT8TTsgpABz8G92dn4m { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T0USps3WVi6Z0VKSBdnvKhJBkms77khy #F7SADLeKWe47Ri2hToRFgJ9RU9gyNV0i {  }
 }@media only screen and (max-width: 763px) { #T0USps3WVi6Z0VKSBdnvKhJBkms77khy #NS66FH46HTmeduluWOKXyhVuzTxT0gky {  }
 }@media only screen and (max-width: 763px) { #T0USps3WVi6Z0VKSBdnvKhJBkms77khy #WNc6I4pdJlFTpgEAKL5EBKhs5bp5Qst9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T0USps3WVi6Z0VKSBdnvKhJBkms77khy #oThmHNWImnyNFF4FTvW8ciCRlzQetfq8 {  }
 }@media only screen and (max-width: 763px) { #T0USps3WVi6Z0VKSBdnvKhJBkms77khy #w24ppiApdpXT3nTPk6w0bH2ElfRZdbOl {  }
 }@media only screen and (max-width: 763px) { #T0USps3WVi6Z0VKSBdnvKhJBkms77khy #TWogV33itwpGLusaPSZBLZhi8sWpwrH7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T0USps3WVi6Z0VKSBdnvKhJBkms77khy #i9NKCSvE53O7ALI5425LClawuudWgHK5 {  }
 }@media only screen and (max-width: 763px) { #T0USps3WVi6Z0VKSBdnvKhJBkms77khy #WNF7CMW9AqKtvJfpVGhx7mT2TpMRJgSi {  }
 }@media only screen and (max-width: 763px) { #T0USps3WVi6Z0VKSBdnvKhJBkms77khy #iffgATQD9PohCBEg9WWMa7yHvEuTam3S { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T0USps3WVi6Z0VKSBdnvKhJBkms77khy #e8bZcZsq2mWAtMqkNeLMmGRN6CCtqt8n {  }
 }@media only screen and (max-width: 763px) { #T0USps3WVi6Z0VKSBdnvKhJBkms77khy #TTttZOngxk13MhKsKbZtwwZSKc1Cwnm2 {  }
 }@media only screen and (max-width: 763px) { #U6XmJxfXNzSsWNKk6PDMwmLnbueWTIT6 { top:7.125rem;left:0rem;width:30.125rem;height:6.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiEh1x201dURFmvrTqRDJMGXSUBykHLP { width:43.75rem;height:27.75rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZqildmc2WZdDm3LdQtDvO2zlT2xTdB5 { top:16rem;left:0rem;width:19.5625rem;height:6.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrVLMzM4guFENuiGIxD43oK5cmVCzFpI { width:32.0625rem;height:32.0625rem;top:4.625rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUZi7DXAZttvhgb2BBKk8oIJnehRWg99 { width:9.3125rem;height:9.3125rem;top:0rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW .widget-regular-label { width:18.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW .widget-input-text { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW .widget-input-text {padding-top: 0; padding-bottom: 0;}#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW .widget-textarea { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW .widget-input-select { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW .widget-input-select {padding-top: 0; padding-bottom: 0;}#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW .widget-input-button { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW .widget-checkbox-label { width:16.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW  { width:18.0625rem;height:23.1875rem;top:11rem;left:15.90625rem; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW .radio-container { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW {display:block;}#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW { width:18.0625rem;height:23.1875rem;top:11rem;left:15.90625rem; }
 }@media only screen and (max-width: 763px) { #eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #xaXQg8NafwMcKhcFCeKFri403KBRT4lp {  }
 }@media only screen and (max-width: 763px) { #eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #F9esTSe4Nvg6H8y0PJtOhRvpo8TuT5bW {  }
 }@media only screen and (max-width: 763px) { #eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #KR60q23hE0lJZyy6DNXI4yDFT1DTE9Ra {  }
 }@media only screen and (max-width: 763px) { #eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #dpWCCFbpnyNW1PaLmxt893oBD6FeCc8a {  }
 }@media only screen and (max-width: 763px) { #eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #bVk4EcqiMzVCB0BzNGgFsqOcdFtFpILQ {  }
 }@media only screen and (max-width: 763px) { #eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #kV1D1XtWJb2FUXeRKbHLDtqzxUayLl4h {  }
 }@media only screen and (max-width: 763px) { #eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #eceN3n3siE6k6bUvyp2vna6rER79Uzsl {  }
 }@media only screen and (max-width: 763px) { #eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #d2s3auPVFGIAl7d9Mx2b97LlqWnPiusS {  }
 }@media only screen and (max-width: 763px) { #eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #lvtNoTKCIXJcwSHr0CKBN4W7PQGxmqCp {  }
 }@media only screen and (max-width: 763px) { #eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #XyruKLhWfDoVH9OrVC3uKeMR5vPTSTPK {  }
 }@media only screen and (max-width: 763px) { #eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #zmtxxL9MRm3VP41P4SHS4nZlDCRIVZ7C {  }
 }@media only screen and (max-width: 763px) { #eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #p0ggN14r6MDPxTww4GhUz5e6xOuyLfTs {  }
 }@media only screen and (max-width: 763px) { #eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #LdbMoPKhwkPpBqTUv2UTP2sAzQbeBG1A {  }
 }@media only screen and (max-width: 763px) { #eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #mHoMr0Lpbwn415vVKdBdsIqZtEluCde4 {  }
 }@media only screen and (max-width: 763px) { #eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #T06QmefyzrVZ34FSxmuT7whAOAohSqrO {  }
 }@media only screen and (max-width: 763px) { #eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #nisrB79mT7Tl7dmmRowAzXTZhcu0WBXh {  }
 }@media only screen and (max-width: 763px) { #eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #lR7CxNKyN5MBl008vdemh9TJQX2NXDLi {  }
 }@media only screen and (max-width: 763px) { #p72MNZynsx9HS2nsu9D1Ki6cqTqaHVCT { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DgvAJvUnWfcSg8ceeBZMPcfmy9VyoUlO { display:block; }#DgvAJvUnWfcSg8ceeBZMPcfmy9VyoUlO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KeOB5BM6VhBDD9TwZBU6xOvZQycPwsOq { width:12.875rem;height:12.875rem;top:1.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGbXl1AxsgZ7QTFPpo6QF2dO6QcfzCEC { width:6.4375rem;height:1.5rem;top:3.9375rem;left:15.875rem;color:#000000;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sndxeOaK6kVsEuaZWLEWJgmNicEn3cWJ { width:1.75rem;height:1.75rem;top:6.8125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksrAyeVS9H9W5Vt0TmPCsSsRgB40aVSG { width:8.75rem;height:1.5rem;top:8.9375rem;left:15.875rem;color:#000000;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNrEhZTrpesHxEvGkliBTsTml9lgJS0w { width:1.75rem;height:1.75rem;top:8.875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGnPPRoWRZgpOanov9sZ46iP4bAhm2eC { width:14.1875rem;height:1.5rem;top:6.9375rem;left:15.875rem;color:#000000;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwJqbWWtu7RC3PieE3RMgK2VG5GDFCZl { width:1.375rem;height:1.375rem;top:11.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzz2IopQ2r5azfWWPlTKJZwgemTrJTKq { width:13.6875rem;height:1.5rem;top:11.1875rem;left:15.875rem;color:#000000;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDT971ClBdgGeMI6JqtfBpk9q1EDfQKg { width:11.5625rem;height:1.5rem;top:3.9375rem;left:31.75rem;color:#000000;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA7yIVndMrUZWSuvocHoTLmNDErITJcK { width:17.0625rem;height:6rem;top:6.8125rem;left:30.5625rem;color:#000000;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfGZOtNCeX6Ad8ZugTeVa7NIXt6TVEST { width:47.75rem;height:0.125rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #muyBR52Tv0dc7DpcNNNW0owEbNnla2H3 { display:none; }#muyBR52Tv0dc7DpcNNNW0owEbNnla2H3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nSgGInH2vQbVswu3navy9ilf3vSQ8bFu { width:12.875rem;height:12.875rem;top:2.9375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnCXo7BnZnLKVuBalJurVwRtNFWTx1wR { width:6.4375rem;height:1.5rem;top:3.9375rem;left:15.875rem;color:#000000;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #soEdQNkq9Cuf9wcGwZwBHepQiNOTAaCX { width:1.75rem;height:1.75rem;top:6.8125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyArG9TMTsWtKLBUx6FJuk3lMxQXbKxM { width:8.9375rem;height:2.5625rem;top:11.4375rem;left:1rem;color:#000000;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRfl6UtEVymT13svAsHclHqinTPgl4oZ { width:1.75rem;height:1.75rem;top:8.875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4wpnCvMtVH3gXF5g8NS1shVH2wC0zr9 { width:14.1875rem;height:1.5rem;top:6.9375rem;left:15.875rem;color:#000000;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F04N0QUncD7yRQfoJwF8mMaT9Q70tC3X { width:1.375rem;height:1.375rem;top:11.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vrv9L99ETcQyh9xKev8r2C3WQzADEw1s { width:13.6875rem;height:1.5rem;top:11.1875rem;left:15.875rem;color:#000000;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm83iKEk4bwD3zzmEcBhWw7nGFmDNDLO { width:11.5625rem;height:1.5rem;top:3.9375rem;left:31.75rem;color:#000000;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDCgTFhT0ZdpyIUVVM65G7eNOSuKlHk8 { width:17.0625rem;height:6rem;top:6.8125rem;left:30.5625rem;color:#000000;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm1cwAAzEg62Pb5E1xXg4Q5IVbAH5RoA { display:none; }#Qm1cwAAzEg62Pb5E1xXg4Q5IVbAH5RoA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QXoLxnKGREkC9qILLnTqwHQUZwiFCGqS { width:12.875rem;height:12.875rem;top:2.9375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0mBAWmbai6LSrub1SpxnS01KuBGMhRT { width:6.4375rem;height:1.5rem;top:3.9375rem;left:15.875rem;color:#000000;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #asbWTIZ0Jg4CePTvRawTncGD6rnCpqcJ { width:1.75rem;height:1.75rem;top:6.8125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q96iwtdcZlo4K173cqvMWTZzhmZTh4qe { width:8.9375rem;height:1.5rem;top:8.8125rem;left:15.875rem;color:#000000;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQK57H5ne9BRarurkVsSsZUQTwdJWX7l { width:1.75rem;height:1.75rem;top:8.875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #csB4ZCarVntdC2yOrtqC10reXCMXR7xr { width:14.1875rem;height:1.5rem;top:6.9375rem;left:15.875rem;color:#000000;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD7wqTCnwJtwLmQCnv0RLlWZ00yAPP8d { width:1.375rem;height:1.375rem;top:11.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ1H82g94atB1K6V8ilvL50cnevnNo5v { width:13.6875rem;height:1.5rem;top:11.1875rem;left:15.875rem;color:#000000;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NITKrtUuPhUqPG4vWC1LBhOcRTyKDfla { width:11.5625rem;height:1.5rem;top:3.9375rem;left:31.75rem;color:#000000;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfA0KM6Z8mVBxnNWwTD2kv9MV8MZ2Zkw { width:17.125rem;height:9.9375rem;top:4.5625rem;left:0rem;color:#000000;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV5WWpibMg6cufrC2cGv7QxfXXVpzRBN { width:1.375rem;height:1.375rem;top:11.3125rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UhSlgTTfFpmUFy4JBZG4k50nq8JqACOE { display:none; }#UhSlgTTfFpmUFy4JBZG4k50nq8JqACOE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dMbP2UozS67rdFFbPEtMB4NI8FKai2Jg { top:12.125rem;left:0rem;width:20rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsbiTV1hTPOJZP11ZJ2XUt3eOZ3wgZET { top:19.375rem;left:0rem;width:20rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPpdLWbz7RZBJBoSxTS2MS44fg9txtTT { width:1.625rem;height:1.875rem;top:6.5rem;left:46.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTKOoJzzEQeO3ZcCNGJvPGuEeJgnUFmS { width:1.625rem;height:1.875rem;top:6.5rem;left:46.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSgJSt9nMT4ursk8DhfBEykE8Vtndm1J { width:1.5625rem;height:1.875rem;top:6.5625rem;left:46.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvUgluaAJ7PClqOd4bTZcRLyTIlGTFhp { top:31.9375rem;left:0rem;width:20rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7gQsLXQTZT96WvfQndwpDqiG8dOTwDR { top:17.5rem;left:0rem;width:20rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXebWPWudTfvU5qakT1PF0zHkB194f6V { top:24.625rem;left:0rem;width:20rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb04fvo3H18ylTThPBkRcq6D267u7u39 { width:12.875rem;height:12.875rem;top:1.625rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MJMumq9EU8qCGpuofU6RU6dSe3FZTCZL { top:26.25rem;left:0rem;width:20rem;height:1.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #erILmnT72lL2PiqKIk5Cwpie9RpiqEke { top:28.1875rem;left:0rem;width:20rem;height:7.6875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(224,124,124,0.28);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #F0LuGFyzKIxpZB68pr9vB71JePLhILh9 { display:block; }#F0LuGFyzKIxpZB68pr9vB71JePLhILh9 > .row .container { width:20rem;height:22rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzkyFQFof5hfNLdguNTkUuisfJRrXuIr { width:11.1875rem;height:11.1875rem;top:1.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq77NztkVkKQKKo9geQzB8RNLti9TPPd { width:15.5rem;height:3.4375rem;top:5.875rem;left:2.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AwlaOEuT7MrznCmE49lx5DVWUP8m2pzg { display:block; }
 }@media only screen and (max-width: 763px) { #iZuRR7DinXG4tVJWECeznSqPSqIXAwMb { display:flex;width:1.75rem;height:1.75rem;top:16.17480625rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #dPUA6n84F8wDvwSsQ8Pq5FcHKlxGhSfl { width:20rem;height:1.23730625rem;top:13.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdEXTcu742ysQDCc9NVCTxTrB7fnMNA1 { top:16.1748046875rem;left:3.8125rem;width:12.375rem;height:3.4375rem;z-index:15020;background-color:rgba(var(--color-secondary-2),1);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) { #x7zfdyqk5Mzl0hRsIEefRpbdgZZ0nk24 { display:block; }
 }@media only screen and (max-width: 763px) { #QTP7vJ1JRPWyBmIoPzoB5gmGE764LkHJ { display:flex;top:17.2373046875rem;left:4.25rem;width:1.375rem;height:1.375rem;z-index:15021; }
 }@media only screen and (max-width: 763px) { #haf0HfkgBfBO8QQhK1Mn1o3NS6NhTKp2 { display:block; }#haf0HfkgBfBO8QQhK1Mn1o3NS6NhTKp2 > .row .container { width:20rem;height:17.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pzXr8x4Gxug9tiNBecSUX1BtDVv0Gsbe { width:19.8125rem;height:0;top:2.552734375rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WzWd12g1C4lxPZXahGyMEOU5EcZ7T08O { width:17.3125rem;height:4.125rem;top:12.666015625rem;left:1.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRzwU5VixLJ2vrMqpE6F727NSZ3c9Ibb { width:12.75rem;height:2.19921875rem;top:1.232421875rem;left:3.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZ3keXJ1QKDXFqzoCQ6TznHPSNT3tcHT { width:18.75rem;height:1rem;top:4.056640625rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kvTXmT9evMU8zvigTs0x6RgWM2LEp70d { width:20rem;height:6.597625rem;top:5.326171875rem;left:0.1875rem;font-size:1.5rem;z-index:15005;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-1),1);display:block; }
 }@media only screen and (max-width: 763px) { #ow3P2HhgPmK4TQRBHteDPTEKILdtc9X1 { width:10.375rem;height:0.125rem;top:3.994140625rem;left:4.4375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #tIrmaPtQbXkhoh46CJbtreaOdq36oL5v { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tIrmaPtQbXkhoh46CJbtreaOdq36oL5v > .row .container { background-color: transparent; background-image: none; }#tIrmaPtQbXkhoh46CJbtreaOdq36oL5v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIrmaPtQbXkhoh46CJbtreaOdq36oL5v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIrmaPtQbXkhoh46CJbtreaOdq36oL5v > .row .container > .video-iframe-container { display: none; }#tIrmaPtQbXkhoh46CJbtreaOdq36oL5v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIrmaPtQbXkhoh46CJbtreaOdq36oL5v > .row > .video-iframe-container { display: none; }#tIrmaPtQbXkhoh46CJbtreaOdq36oL5v > .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); }#tIrmaPtQbXkhoh46CJbtreaOdq36oL5v > .row .container { border-width: 0; border-radius: 0; }#tIrmaPtQbXkhoh46CJbtreaOdq36oL5v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tIrmaPtQbXkhoh46CJbtreaOdq36oL5v > .row .container { width:20rem;height:101.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXmsWeREhuwekJ6hwI8piTpGi5oW8GCp { width:18.125rem;height:17.3125rem;top:19.3125rem;left:0.875rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #ZVTUWBq9DZ1yTvb6nJ8OgF9KoCbJ8UnH { width:14.375rem;height:0.125rem;top:23.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbrU8oG5NWcEzA5NxKiR0W32a5Ew1adx { width:11rem;height:2.25rem;top:20.25rem;left:4.5rem;font-size:1.875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #ahkIz0nGsbpdiZ6qF65CUXABzgbF11Go { width:7.6875rem;height:7.5rem;top:24.8359375rem;left:5.90625rem;font-size:6.25rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #RAyszSJT3Z5Uy1Fzb6QLi6mnoowtAKW1 { width:3.8125rem;height:1.6494125rem;top:23.4375rem;left:7.90625rem;font-size:1.375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #gbmTwbQdRGJRQXKDuBC1GzigDJT56kH8 { width:15.125rem;height:1.3496125rem;top:33.25rem;left:2.4375rem;font-size:1.125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX .widget-regular-label { width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX .widget-input-text { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX .widget-input-text {padding-top: 0; padding-bottom: 0;}#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX .widget-textarea { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX .widget-input-select { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX .widget-input-select {padding-top: 0; padding-bottom: 0;}#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX .widget-checkbox-label { width:15.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX  { width:16.75rem;height:auto;top:52.875rem;left:0.4375rem; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX .radio-container { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX {display:block;}#mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX { width:16.75rem;height:auto;top:52.875rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #MPWdbp6L77gJQ41mXzqGd6D3ld19mb3i {  }
 }@media only screen and (max-width: 763px) { #mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #f5ex6STMqA76IpoTRDT1RoNZETMAFTgX {  }
 }@media only screen and (max-width: 763px) { #mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #KZsAaOTudy9J8kPTAXt61yR9ei0m7hwU {  }
 }@media only screen and (max-width: 763px) { #mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #wcZxXx0RMcWlV390o2Jk2TIgPogMLW1H {  }
 }@media only screen and (max-width: 763px) { #mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #LiWU6kLH6BigrFMe4tWXR35cHW33T5ee {  }
 }@media only screen and (max-width: 763px) { #mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #FQz9EypoTnICZtbQzrW5DuXB4zKZSWlW {  }
 }@media only screen and (max-width: 763px) { #mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #fS9bpAuzLcqd38eGW61BMxWOKd4TQwFD {  }
 }@media only screen and (max-width: 763px) { #mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #LMkKCvgzpfKeA4gOISHliAFby4SHpggA {  }
 }@media only screen and (max-width: 763px) { #mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #qtDHs26tURwnwyDK0KxaaJspbZOHESsh {  }
 }@media only screen and (max-width: 763px) { #mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #TOySsTzcTZMtNaUhdFwudsiKFNONdvMb {  }
 }@media only screen and (max-width: 763px) { #mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #yI5CqzS808cA35WfwfosTGJa4OvqKvNT {  }
 }@media only screen and (max-width: 763px) { #mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #eZEdiBcvt6FXPthzm4Vb3e8hp1kSMeyC {  }
 }@media only screen and (max-width: 763px) { #mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #zlEPsch1T5tO7wFrHwRT2l6z1urWtxEr {  }
 }@media only screen and (max-width: 763px) { #mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #wGHC6TGmTylOJSETSH72h95QDQ82tATb {  }
 }@media only screen and (max-width: 763px) { #mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #RgVzkLns12Wdn7JcihF5BRyCT4JKr0B0 {  }
 }@media only screen and (max-width: 763px) { #mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #Wbtp4Tgk7Psds4PJnuzw8s6uObgs7uol {  }
 }@media only screen and (max-width: 763px) { #mZgsfzhnoTyvSFl4ddn6PQ8eWtnh5agX #MXfBRecunR2TLvDlTTCE7EVaeSMEEftF {  }
 }@media only screen and (max-width: 763px) { #y4M9ITo5PdkLkg60Ia0EOF2D5aTKwbin { width:20rem;height:4.53515625rem;top:46.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHkCEfflNg3APLQL8TJQ3vOrPBDts0PF { width:4.625rem;height:2.54980625rem;top:24.9375rem;left:7.4375rem;font-size:2.125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #ubIg9lHIn7hPgCX2BPqnZtJn7aRBTZt9 { width:14.375rem;height:0.125rem;top:22.6875rem;left:2.8125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #kUVLF0PLyWJfOf7NNXa5xnwpy9Lnbqqg { width:19.375rem;height:34.5rem;top:43.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1LTOS4mtwFmvZp4Kuq3vxaHA3tgr9y6 { width:4.4375rem;height:1.6494125rem;top:40.1875rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cnw3zwIh1iFEAreuO9mIIsZsvS8Cb6nS { width:5.125rem;height:2.8496125rem;top:41.5625rem;left:1.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb4dRVUEb4q1lqfKSVv35Fpn7I97yzSA { width:8.8125rem;height:8.8125rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRLGDUoTRA2zmaKuWTxD86eg7ylXKhZR { width:14.375rem;height:0.125rem;top:32.6875rem;left:2.375rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #VO8bm9di3TiM5okuvTuiH5wtPUSA3lqC { top:0rem;left:0rem;width:20rem;height:20rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gUdgr0Kt6RZmcbvnPshBymUAXsSVSQag { width:20rem;height:0;top:79.875rem;left:0rem;font-size:1.1875rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #sRD6H4Ped20UTZE07Tduq4eUNhcp4gPy { width:19.5rem;height:8.5488125rem;top:85.099609375rem;left:0rem;font-size:1.1875rem;z-index:15018;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VzsJHfd0TlVrSPdlui7gXwhU34PqR5Z8 { width:18.75rem;height:0.125rem;top:95.5rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKUGv02HFAtKUDXkJHfAUIP7zpbhQaiT { width:20rem;height:2.8496125rem;top:96.1875rem;left:0rem;font-size:1.1875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #LIXHhXb6T28QdUENqmWyLR5c2tTsJhAu { width:20rem;height:0;top:80.5rem;left:0rem;font-size:1.1875rem;z-index:15019;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #hmEe7EemaR3GteTeBcoc4Gd4OoEb5zul { width:20rem;height:2.8496125rem;top:80.9375rem;left:0rem;font-size:1.1875rem;z-index:15020;text-align:left;text-align-last:left;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #VgrzK6rJ3sLVqZvkAtAhH2uPGHzBRSMQ { display:block; }#VgrzK6rJ3sLVqZvkAtAhH2uPGHzBRSMQ > .row .container { width:20rem;height:58rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RfIsBfJaRP9coqbNSdrJp6CC6KOwTiEU { width:20rem;height:1.7871125rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V4PnnikSJdlz2i9I1qDTWPunhKawzuns { display:flex;width:2.1875rem;height:2.1875rem;top:30.6875rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #pmtoQo6rxmcEH67hw5mgTN5qqOppH6dD { display:flex;width:1.9375rem;height:1.9375rem;top:39.625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #P3UcfhLBNkrP2y5vOqrcmeEvGBd2PHxT { display:flex;width:1.8125rem;height:1.8125rem;top:49.625rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #zLHouaxT7uTEFmXXOSnsgAsPPMcs2PnS { width:6.75rem;height:1.375rem;top:33.0625rem;left:6.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0uso6MWv4yxlbDNVwLurlQeUQZoTGuC { width:11.9375rem;height:3.50390625rem;top:35.125rem;left:4.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RwbSqZe9XgNSu7e20rHKTocx7pW2nbfC { width:9.5rem;height:1.375rem;top:41.5625rem;left:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KScGePoRT5q7GdTQSULWmnl8FW7JtSN1 { width:11.25rem;height:2.3359375rem;top:43.625rem;left:4.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p2r5HX5FokIfuTTWGBpMAaPrxK8L4KpC { width:12.375rem;height:3.298825rem;top:53.375rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EaUTZB1rlKKScKzqDwR87UR23k7ltPG2 { width:9.9375rem;height:1.375rem;top:51.75rem;left:4.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOAbCO05pO0qesRs01yicNG9td4HpcdH { width:12.375rem;height:0;top:23.9375rem;left:5.46875rem;font-size:1.0625rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #lT2OGqKah4ukqKguTA8Ac50GDKaEGGB5 { width:20rem;height:11.2168125rem;top:17.474609375rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #x1TuLJTJDQxuD6q5sqcaku42WaWBzwnD { width:20rem;height:11.198630136986rem;top:50.42285rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cHrpZO1oX5xrOIMXrQrvpJgLyperFdHF { width:20rem;height:10.80075rem;top:4.1728515625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGvKzpT5nc1KadlfWOfyJpWlb7lBHWth { display:block; }#CGvKzpT5nc1KadlfWOfyJpWlb7lBHWth > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Es7MDPsSaU3wX3ibWkF5N5mGSt2do8dN { width:20rem;height:4.125rem;top:1.544921875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V9sCiRKAH1OS5gkUlO39UeMvK8oSBngM { display:block; }#V9sCiRKAH1OS5gkUlO39UeMvK8oSBngM > .row .container { width:20rem;height:81.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQyO1xDQ2is2d6QimeAP9onwueOKzves { width:20rem;height:20rem;top:22.2119140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL56ps0RX2p01O044PfMewV6Cqno5v68 { width:19.1875rem;height:0;top:1.2744140625rem;left:0.40625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rpTAFnvvO7CSu5gFGblfonZNrIJuVd7J { width:18.625rem;height:1.875rem;top:44.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ms87yrTZlMABTTxxEkAQvgQpy9UmeOmB { width:20rem;height:0.125rem;top:53.2744140625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BGB9SDKWm82vJ1WF8uM6fSOTEbR58yBG { width:20rem;height:12.483375rem;top:48.5rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }#BGB9SDKWm82vJ1WF8uM6fSOTEbR58yBG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_031fc66c688ee4c3f3d2b16b05c581c62ed65b4f.svg); }
 }@media only screen and (max-width: 763px) { #erKHMPr1StqpFBl4vxcAwmFuQzlKs23f { width:20rem;height:3.75rem;top:63.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbX8GEaemhy9pQv0NN4UW0sL4P65isAg { width:20rem;height:4.3984375rem;top:68.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hos16Eh1dVkFOBxipGHfrKTn656nip6L { width:19rem;height:3.4375rem;top:80.3603515625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z5mwHbg4JZrPObdMLcuoeOsyZvznWINU { display:block; }
 }@media only screen and (max-width: 763px) { #suTKHNHtLoENfCDCVbgqxiy5ZtrZuU6E { width:19.8125rem;height:0.125rem;top:45.9375rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #e2nFEBahnloZxGxd1XEfTITmtVZPao7Z { width:19.1875rem;height:19.793rem;top:1.5625rem;left:0.40625rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ZAIke39n6o1cz9ysSAa3cRlxD0Sp1lsk { width:17.3125rem;height:3.4375rem;top:76rem;left:1.34375rem;font-size:1.0625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #WcyZ1hq58mdk0UpM1n2HDVZ3ewcMlp6I { display:block; }
 }@media only screen and (max-width: 763px) { #NI59G4hDQtAbkSnTnbw4A0UVlhmPCJiK { display:block; }#NI59G4hDQtAbkSnTnbw4A0UVlhmPCJiK > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dosRx4xLyT0kWhQWyGMau8twQmbHiTaq { width:19rem;height:3.4375rem;top:52.6494140625rem;left:0.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RToUvTlTF7Z75BmgxCcir0ndnGRZtfl5 { display:block; }
 }@media only screen and (max-width: 763px) { #FBzWsvode3JhJP9lwJfge4mE1bpW9Fpy { width:20rem;height:20rem;top:9.4609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2L6X7VDFivUCeVK47TapHJWMJx4edlQ { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JpSWQT3uHCLP5vGTxvDPuZ4ho663NN9v { width:20rem;height:20rem;top:31.0869140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJmErgf3ToyuNM6lPnKNTSmpLnw4TFLX { width:17.8125rem;height:3.4375rem;top:52.875rem;left:1.09375rem;font-size:1.0625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #sTJWdRF5LuvFFqZ9pMhsZJ6sRbb0eod8 { display:block; }
 }@media only screen and (max-width: 763px) { #OA855w3EVEngQmWRH0khGtfn0NICK4uZ { width:20rem;height:8.7734375rem;top:1.6875rem;left:0rem;font-size:1.6875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #lpEZ58g4DJBIu2s6G29gSHV7PtviKo2d { background-color:rgba(211,191,124,0.46);background-image:none;display:block; }#lpEZ58g4DJBIu2s6G29gSHV7PtviKo2d > .row .container { background-color: transparent; background-image: none; }#lpEZ58g4DJBIu2s6G29gSHV7PtviKo2d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lpEZ58g4DJBIu2s6G29gSHV7PtviKo2d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lpEZ58g4DJBIu2s6G29gSHV7PtviKo2d > .row .container > .video-iframe-container { display: none; }#lpEZ58g4DJBIu2s6G29gSHV7PtviKo2d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lpEZ58g4DJBIu2s6G29gSHV7PtviKo2d > .row > .video-iframe-container { display: none; }#lpEZ58g4DJBIu2s6G29gSHV7PtviKo2d > .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); }#lpEZ58g4DJBIu2s6G29gSHV7PtviKo2d > .row .container { width:20rem;height:82.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a9Ib4Td3rtMMG0toXHTK0L5TzZI99dy7 { height:11.9375rem;width:20rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKLEaRiqXVLOvL0zCzMXTt7L0VAsRXWL { width:19.5625rem;height:1.69921875rem;top:31.6875rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbI0rplrMccJPTSQscEqCeq8OpqulSNe { width:17.875rem;height:0;top:8.8515625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uyoTfOZO42nVTTiEHrinnTzOGpsJQyx6 { width:19.0625rem;height:10.6875rem;top:63.75rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATNC37TxButRflysPtTRG7iKL8KIJWbM { width:6.9375rem;height:0.125rem;top:3.625rem;left:12.25rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #FHQCULbCrZ4MwduGczpOh1yQITmn62gK { width:15.9375rem;height:3.75rem;top:90.75rem;left:2.03125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #A98MJW7d7iD3CH3GnKdQy2JnhDdP9PnB { display:block; }
 }@media only screen and (max-width: 763px) { #FUWTWCMBIDSUvczpPOKEogy1lXNJarW8 { width:20rem;height:3.0234375rem;top:4.265625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b9btktA7MUxL7y8TEAO0ACg0PnRVGZ4R { width:20rem;height:0.125rem;top:95.8125rem;left:0rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #Uk851yOn15H5ldRbFBXztGitQicuaD44 { width:20rem;height:11.25rem;top:48.4375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SOderXk4AKbFfabg5pADT86mQZeT6iKx { width:6.9375rem;height:0.125rem;top:3.625rem;left:0.5rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #yAE3c8yQwIux4ae9IH2ZfRpplTXGsGL5 { width:14.375rem;height:3.75rem;top:77.0625rem;left:2.8125rem;font-size:1.0625rem;z-index:15006;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #QV0wI6PzJRHpq3AZNaZPsKKnfTHF7CQE { display:block; }
 }@media only screen and (max-width: 763px) { #OTAIug9XQhnleRZeLRHC78VeIWkzBbDo { width:18rem;height:17.5956875rem;top:8.8125rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #xchhvAOJ26nFJAAUcBeE3kVfQtzCc6Hy { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#xchhvAOJ26nFJAAUcBeE3kVfQtzCc6Hy > .row .container { background-color: transparent; background-image: none; }#xchhvAOJ26nFJAAUcBeE3kVfQtzCc6Hy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xchhvAOJ26nFJAAUcBeE3kVfQtzCc6Hy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xchhvAOJ26nFJAAUcBeE3kVfQtzCc6Hy > .row .container > .video-iframe-container { display: none; }#xchhvAOJ26nFJAAUcBeE3kVfQtzCc6Hy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xchhvAOJ26nFJAAUcBeE3kVfQtzCc6Hy > .row > .video-iframe-container { display: none; }#xchhvAOJ26nFJAAUcBeE3kVfQtzCc6Hy > .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); }#xchhvAOJ26nFJAAUcBeE3kVfQtzCc6Hy > .row .container { border-width: 0; border-radius: 0; }#xchhvAOJ26nFJAAUcBeE3kVfQtzCc6Hy > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWRvFqta26lkCm6xldCHBMO6twL01OFS { width:20rem;height:7.8369375rem;top:1.3935546875rem;left:0rem;text-align:center;text-align-last:center;color:#000000;line-height:1.1;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MygANFS8lW5Lb6ttD1TWTQ7ar3Qv3VZO { display:block; }#MygANFS8lW5Lb6ttD1TWTQ7ar3Qv3VZO > .row .container { width:20rem;height:65.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RBS0cN2T27nsVLTVFSa3SxCfkTRNXMPS { width:20rem;height:20rem;top:1.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vUe7l6BUTmz7vJD6288fz5suATJpkofE { width:20rem;height:20rem;top:22.5rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LcH0Q72VgIuneLNbbtbk143XXUl3d8uS { width:20rem;height:20rem;top:43.75rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KgqyPcP4IFsyQXniqUhWiCFFLINQq3Cs { background-color:rgba(224,124,124,0.79);background-image:none;display:block; }#KgqyPcP4IFsyQXniqUhWiCFFLINQq3Cs > .row .container { background-color: transparent; background-image: none; }#KgqyPcP4IFsyQXniqUhWiCFFLINQq3Cs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KgqyPcP4IFsyQXniqUhWiCFFLINQq3Cs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KgqyPcP4IFsyQXniqUhWiCFFLINQq3Cs > .row .container > .video-iframe-container { display: none; }#KgqyPcP4IFsyQXniqUhWiCFFLINQq3Cs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KgqyPcP4IFsyQXniqUhWiCFFLINQq3Cs > .row > .video-iframe-container { display: none; }#KgqyPcP4IFsyQXniqUhWiCFFLINQq3Cs > .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); }#KgqyPcP4IFsyQXniqUhWiCFFLINQq3Cs > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wlQ4e0VU75e1nRz7WQZsUiNdrrBdwNRI { width:20rem;height:2.5996125rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJUyOoFADtiFBzbEa0TJM4fbek83sLeI { width:5.125rem;height:1.875rem;top:3.90625rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #C5ThoHm6w6awx7e1V9BucgoS5yZK2A4u { width:5.25rem;height:0.125rem;top:1.3125rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOaHrZBfzPikZ90gyQoqyCKT2vFZOxFK { width:5.25rem;height:0.125rem;top:1.3125rem;left:0.6875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #lFsZgENAU3VBkUSzo2vy80ETEORUCTKg { background-color:rgba(224,124,124,0.79);background-image:none;display:block; }#lFsZgENAU3VBkUSzo2vy80ETEORUCTKg > .row .container { background-color: transparent; background-image: none; }#lFsZgENAU3VBkUSzo2vy80ETEORUCTKg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFsZgENAU3VBkUSzo2vy80ETEORUCTKg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFsZgENAU3VBkUSzo2vy80ETEORUCTKg > .row .container > .video-iframe-container { display: none; }#lFsZgENAU3VBkUSzo2vy80ETEORUCTKg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFsZgENAU3VBkUSzo2vy80ETEORUCTKg > .row > .video-iframe-container { display: none; }#lFsZgENAU3VBkUSzo2vy80ETEORUCTKg > .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); }#lFsZgENAU3VBkUSzo2vy80ETEORUCTKg > .row .container { width:20rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oUHE92yM7XXSHEegU731KWG88zTFEhik { top:13.3916015625rem;left:0rem;width:20rem;height:17.25rem;z-index:14999;background-color:#ff845e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #lWqlnl44nhqkm7OnSbsTwbEAxS9nXNWq { width:20rem;height:3.7109375rem;top:13.5625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rV2fdo2U0hnWB33EVUcDvap8XT5Rsv62 { width:19.0625rem;height:4.330075rem;top:18.5625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DEO0ICvDvmnD5Ee1mc3Ti2MX7ghB5T3x { width:13.4375rem;height:2.4746125rem;top:28.546875rem;left:3.28125rem;font-size:1.125rem;display:block; }#DEO0ICvDvmnD5Ee1mc3Ti2MX7ghB5T3x li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8d1dadb75fa935df086a464428761b6d0c5df921.svg); }
 }@media only screen and (max-width: 763px) { #rSTxKl1fTMoUiSFGnKWwxvzeWpygnTRZ { width:14rem;height:2.4746125rem;top:31.75rem;left:3.28125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#rSTxKl1fTMoUiSFGnKWwxvzeWpygnTRZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5ca696145450283d600355c6afe5c6865e0a7fec.svg); }
 }@media only screen and (max-width: 763px) { #icCTGyBbvgwXvmMH6PvSHm179StA686q { width:15.375rem;height:2.375rem;top:24.984375rem;left:3.28125rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1;display:block; }#icCTGyBbvgwXvmMH6PvSHm179StA686q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bc1efaead6e55a7811af432959f4f0c51fb0674e.svg); }
 }@media only screen and (max-width: 763px) { #ezP1gRQ4d9wnnTUe6Z5IEVmC3WSD8ldt { width:20rem;height:11.2168125rem;top:0.7041015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZtdSTywvKLwKUJ8S15L9QLfFCEQgZ6c { background-color:rgba(224,124,124,0.79);background-image:none;display:block; }#OZtdSTywvKLwKUJ8S15L9QLfFCEQgZ6c > .row .container { background-color: transparent; background-image: none; }#OZtdSTywvKLwKUJ8S15L9QLfFCEQgZ6c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZtdSTywvKLwKUJ8S15L9QLfFCEQgZ6c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZtdSTywvKLwKUJ8S15L9QLfFCEQgZ6c > .row .container > .video-iframe-container { display: none; }#OZtdSTywvKLwKUJ8S15L9QLfFCEQgZ6c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZtdSTywvKLwKUJ8S15L9QLfFCEQgZ6c > .row > .video-iframe-container { display: none; }#OZtdSTywvKLwKUJ8S15L9QLfFCEQgZ6c > .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); }#OZtdSTywvKLwKUJ8S15L9QLfFCEQgZ6c > .row .container { width:20rem;height:30.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #alVDzi3SePTHcQEEJITuAKtfF84ntxOX { width:20rem;height:8.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fizB1xpbyR6osgS5TZ2X8FJVKm0wEAfR { width:20rem;height:19rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE4e2FM5MpwT3vsyTsIBM4OOz5lNTy8L { width:13.75rem;height:3.1484375rem;top:25.109375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #In6Fvkz3zoZ5tDkVAOwOTII5Mdru45FJ { width:2.5rem;height:0.0625rem;top:24.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kg8dK3Emi4gW9TUemnb6A2T4gcy6DbkM { width:13.75rem;height:3.1484375rem;top:20.2109375rem;left:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G6J0w9u6NX5otNRT8z7ggMtc9kOdm81u { width:2.5rem;height:0.0625rem;top:19.0625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0yDDVHJRnPgLwVPsDnXMZuckH1grwCa { width:13.75rem;height:2.25rem;top:16.2890625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5fdCi79FsW71k340GOkJD9xRV83pdTJ { width:15rem;height:0.0625rem;top:15.7265625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5dG0sHcfLts0yUB3Cts9odrIwmUuiuD { width:12.5rem;height:2.25rem;top:13.375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKMXonciwhPCh7nDlwATTpe7ZncCn3CO { display:flex;width:1.75rem;height:1.75rem;top:11.375rem;left:9.5625rem; }
 }@media only screen and (max-width: 763px) { #OkdFNLJADd4yOefKPfN2sWohkvXcmVcH { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OkdFNLJADd4yOefKPfN2sWohkvXcmVcH > .row .container { background-color: transparent; background-image: none; }#OkdFNLJADd4yOefKPfN2sWohkvXcmVcH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkdFNLJADd4yOefKPfN2sWohkvXcmVcH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkdFNLJADd4yOefKPfN2sWohkvXcmVcH > .row .container > .video-iframe-container { display: none; }#OkdFNLJADd4yOefKPfN2sWohkvXcmVcH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkdFNLJADd4yOefKPfN2sWohkvXcmVcH > .row > .video-iframe-container { display: none; }#OkdFNLJADd4yOefKPfN2sWohkvXcmVcH > .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); }#OkdFNLJADd4yOefKPfN2sWohkvXcmVcH > .row .container { border-width: 0; border-radius: 0; }#OkdFNLJADd4yOefKPfN2sWohkvXcmVcH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OkdFNLJADd4yOefKPfN2sWohkvXcmVcH > .row .container { width:20rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bT0TfaaTsmMEN1QNnNio1mLS0wxZtzm4 { width:20rem;height:8.25rem;top:2.125rem;left:0rem;text-align:center;text-align-last:center;color:#000000;font-size:2.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #J2uy76T8ZlWgBqbTxO8ZHrMfyCTSQGO2 { width:20rem;height:3.298825rem;top:13.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ8x3dcvaxbK3lgCtlnwJXIUWFOmMBhG { width:20rem;height:9.8965rem;top:17.92285rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUh2nL4kIAIaGF0290RZWTg3xlWZ46S0 { width:20rem;height:0.125rem;top:29.068375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHaNVD4kqUTZtRX1NRn7g0tlSOHFEuHM { display:block; }#DHaNVD4kqUTZtRX1NRn7g0tlSOHFEuHM > .row .container { width:20rem;height:37.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g9XPQeFnZm2fmcu2KouNT7iKb9wQWqMN { display:flex;width:3.125rem;height:3.125rem;top:22.5rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z3J8oT3E5lpUIMMC6QFuQf2DeuMfUJwq { display:flex;width:3.125rem;height:3.125rem;top:12.75rem;left:8.4375rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #GmpTTsIdi3pqAFTzqJar2sBoZXU2PElt { width:20rem;height:1.3056625rem;top:18.4794921875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgxvqLgXB7o5olFUKau9iMo8vvkRiB7a { width:12.6875rem;height:1.375rem;top:20.4404296875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KciIeKBqgpB5L6yKTx3x01xBsBl16mvi { width:16.1875rem;height:8.5625rem;top:23.240234375rem;left:0rem;font-size:1.25rem;display:block; }#KciIeKBqgpB5L6yKTx3x01xBsBl16mvi li:before{  }
 }@media only screen and (max-width: 763px) { #CtgbCPMQQfZGHE9my3BWaPmzGwaoEBNb { width:20rem;height:0;top:33.685546875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7kq0Ruuhkh9B6ZG8ZLKzRrQLoMRk3gG { height:11.2295rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H04cgT39rs49g2wGnZdFtmCFKLxB5lVB { width:20rem;height:1.23730625rem;top:33.6875rem;left:0rem;font-size:1.125rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #ZkzCeecl1d79l5veW1FZ0MVxHOhGpGm9 { display:block; }#ZkzCeecl1d79l5veW1FZ0MVxHOhGpGm9 > .row .container { width:20rem;height:37.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgG76FqrydUignvRtv9PL1GSxad6TO1q { display:flex;width:3.125rem;height:3.125rem;top:12.84375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #K7Hhe0P24Xfhgk4lP4l0tgfLMeCpIFBP { display:flex;width:3.125rem;height:3.125rem;top:52.373046875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rWyov4UDdmWeavauVEHnT9er7kmWSPyF { width:13.1875rem;height:1.3056625rem;top:17.9375rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CZRtBtAXrNQzAgdEPAV68SDJQh99gwVK { width:12.25rem;height:1.375rem;top:20.375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ynHSKigkDTm9buIVw6dZ4EKyTvS9dsSR { width:20rem;height:8.5625rem;top:23.4375rem;left:0rem;font-size:1.25rem;display:block; }#ynHSKigkDTm9buIVw6dZ4EKyTvS9dsSR li:before{  }
 }@media only screen and (max-width: 763px) { #DqTszDtt30vqV9ydIzSgelRppDwGz5er { width:20rem;height:1.375rem;top:34.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r174PaGkT9xXLr2TvLbiLkENCGE8T5iP { height:11.2295rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bc1haiHOAorpkq1kVU5RnWzH09MpdWa6 { display:block; }#Bc1haiHOAorpkq1kVU5RnWzH09MpdWa6 > .row .container { width:20rem;height:50.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D7iSXscLT3Q2U8iXW9kJ9KKKFpzlnRwB { width:18.4375rem;height:3.625rem;top:49.125rem;left:0.78125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h2OyHx2CGvf26qqikJiIOrDu2sJVKngl { display:block; }
 }@media only screen and (max-width: 763px) { #KEyWWp5QEvgHxZ8KgJWu8AeOSAk2HPwx { display:flex;width:3.125rem;height:3.125rem;top:12.6875rem;left:8.21875rem; }
 }@media only screen and (max-width: 763px) { #lPqcaiockxbi5TCbpO7BC9kyDhJqKcoM { display:flex;width:3.125rem;height:3.125rem;top:54rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #glTGG2QbqQgC5vw7QpnAgq7UxKpN0GZ0 { width:16.4375rem;height:3.625rem;top:42.6025390625rem;left:1.78125rem;font-size:1.0625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #knnS805ttGT75brJJmLcZ66J9kW5B5Qn { display:block; }
 }@media only screen and (max-width: 763px) { #UtZ7E9BLbpyyzfI7wDWSTMQDhkbfct0E { width:20rem;height:1.23730625rem;top:17rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Szwv7sHrKMvuiv1qNbrshp89N4VG883T { width:15.6875rem;height:2.611325rem;top:19.375rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XBEE5FKy9fvrWBGQoZaFpM5GXqiBN2dX { width:20rem;height:0;top:23.06640625rem;left:0rem;font-size:1.25rem;display:none; }#XBEE5FKy9fvrWBGQoZaFpM5GXqiBN2dX li:before{  }
 }@media only screen and (max-width: 763px) { #u14slzgE4LDksZ2TTTMMI2ZAepQGev8s { width:16.625rem;height:0;top:37.89453125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tXpKTcXaTx4gBTcXTqIHFp7MTsKWyfpz { height:11.2295rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBTLN1OguCXAlEL1gZwU8xleUObSsSuK { width:20rem;height:11.9375rem;top:23.75rem;left:0rem;font-size:1.25rem;z-index:15019;display:block; }#NBTLN1OguCXAlEL1gZwU8xleUObSsSuK li:before{  }
 }@media only screen and (max-width: 763px) { #mp6gTyCqi2LCovFop2zLaio8bOqQpsEi { width:16.625rem;height:;top:37.625rem;left:0rem;font-size:1.1875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #JTeLGZRUS6dqcoQZl3h0UAbub1P37HKS { background-color:#ffffff;background-image:none;display:block; }#JTeLGZRUS6dqcoQZl3h0UAbub1P37HKS > .row .container { background-color: transparent; background-image: none; }#JTeLGZRUS6dqcoQZl3h0UAbub1P37HKS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTeLGZRUS6dqcoQZl3h0UAbub1P37HKS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTeLGZRUS6dqcoQZl3h0UAbub1P37HKS > .row .container > .video-iframe-container { display: none; }#JTeLGZRUS6dqcoQZl3h0UAbub1P37HKS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTeLGZRUS6dqcoQZl3h0UAbub1P37HKS > .row > .video-iframe-container { display: none; }#JTeLGZRUS6dqcoQZl3h0UAbub1P37HKS > .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); }#JTeLGZRUS6dqcoQZl3h0UAbub1P37HKS > .row .container { width:20rem;height:77.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cLH8OhCMMcES4g7VMTf6rs6o3AumZbKF { width:13.1875rem;height:1.6875rem;top:24.875rem;left:3.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),0.81);display:block; }
 }@media only screen and (max-width: 763px) { #T0USps3WVi6Z0VKSBdnvKhJBkms77khy .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#T0USps3WVi6Z0VKSBdnvKhJBkms77khy .widget-text.counter-number { padding-top:0.485625rem;padding-right:0.440625rem;padding-bottom:0.485625rem;padding-left:0.440625rem;width:2.644375rem;min-width:2.644375rem;height:2.610625rem;font-size:1.94375rem;line-height:41.77px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#T0USps3WVi6Z0VKSBdnvKhJBkms77khy .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.30375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.526875rem;height:1.031875rem;font-size:0.72875rem;line-height:16.51px;top:7%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;color:rgba(var(--color-primary-2),1); }
#T0USps3WVi6Z0VKSBdnvKhJBkms77khy { width:17.6875rem;height:4.875rem;display:flex;top:27.25rem;left:1.15625rem;z-index:15017;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #T0USps3WVi6Z0VKSBdnvKhJBkms77khy #lABvZTQt4TghwMT8TTsgpABz8G92dn4m { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T0USps3WVi6Z0VKSBdnvKhJBkms77khy #F7SADLeKWe47Ri2hToRFgJ9RU9gyNV0i {  }
 }@media only screen and (max-width: 763px) { #T0USps3WVi6Z0VKSBdnvKhJBkms77khy #NS66FH46HTmeduluWOKXyhVuzTxT0gky {  }
 }@media only screen and (max-width: 763px) { #T0USps3WVi6Z0VKSBdnvKhJBkms77khy #WNc6I4pdJlFTpgEAKL5EBKhs5bp5Qst9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T0USps3WVi6Z0VKSBdnvKhJBkms77khy #oThmHNWImnyNFF4FTvW8ciCRlzQetfq8 {  }
 }@media only screen and (max-width: 763px) { #T0USps3WVi6Z0VKSBdnvKhJBkms77khy #w24ppiApdpXT3nTPk6w0bH2ElfRZdbOl {  }
 }@media only screen and (max-width: 763px) { #T0USps3WVi6Z0VKSBdnvKhJBkms77khy #TWogV33itwpGLusaPSZBLZhi8sWpwrH7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T0USps3WVi6Z0VKSBdnvKhJBkms77khy #i9NKCSvE53O7ALI5425LClawuudWgHK5 {  }
 }@media only screen and (max-width: 763px) { #T0USps3WVi6Z0VKSBdnvKhJBkms77khy #WNF7CMW9AqKtvJfpVGhx7mT2TpMRJgSi {  }
 }@media only screen and (max-width: 763px) { #T0USps3WVi6Z0VKSBdnvKhJBkms77khy #iffgATQD9PohCBEg9WWMa7yHvEuTam3S { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T0USps3WVi6Z0VKSBdnvKhJBkms77khy #e8bZcZsq2mWAtMqkNeLMmGRN6CCtqt8n {  }
 }@media only screen and (max-width: 763px) { #T0USps3WVi6Z0VKSBdnvKhJBkms77khy #TTttZOngxk13MhKsKbZtwwZSKc1Cwnm2 {  }
 }@media only screen and (max-width: 763px) { #U6XmJxfXNzSsWNKk6PDMwmLnbueWTIT6 { width:18.0625rem;height:3.986325rem;top:37.0625rem;left:1rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PiEh1x201dURFmvrTqRDJMGXSUBykHLP { width:20rem;height:21.0625rem;top:35.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZqildmc2WZdDm3LdQtDvO2zlT2xTdB5 { width:16.375rem;height:4.72265625rem;top:42.5rem;left:1.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XrVLMzM4guFENuiGIxD43oK5cmVCzFpI { width:10.125rem;height:10.125rem;top:48.3125rem;left:4.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cUZi7DXAZttvhgb2BBKk8oIJnehRWg99 { width:6.0625rem;height:6.0625rem;top:0rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW .widget-regular-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW .widget-input-text { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW .widget-input-text {padding-top: 0; padding-bottom: 0;}#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW .widget-textarea { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW .widget-input-select { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW .widget-input-select {padding-top: 0; padding-bottom: 0;}#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW .widget-input-button { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW .widget-checkbox-label { width:14.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW  { width:16.3125rem;height:auto;top:43.1875rem;left:0.625rem; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW .radio-container { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW {display:block;}#eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW { width:16.3125rem;height:auto;top:48.6875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #xaXQg8NafwMcKhcFCeKFri403KBRT4lp {  }
 }@media only screen and (max-width: 763px) { #eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #F9esTSe4Nvg6H8y0PJtOhRvpo8TuT5bW {  }
 }@media only screen and (max-width: 763px) { #eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #KR60q23hE0lJZyy6DNXI4yDFT1DTE9Ra {  }
 }@media only screen and (max-width: 763px) { #eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #dpWCCFbpnyNW1PaLmxt893oBD6FeCc8a {  }
 }@media only screen and (max-width: 763px) { #eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #bVk4EcqiMzVCB0BzNGgFsqOcdFtFpILQ {  }
 }@media only screen and (max-width: 763px) { #eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #kV1D1XtWJb2FUXeRKbHLDtqzxUayLl4h {  }
 }@media only screen and (max-width: 763px) { #eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #eceN3n3siE6k6bUvyp2vna6rER79Uzsl {  }
 }@media only screen and (max-width: 763px) { #eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #d2s3auPVFGIAl7d9Mx2b97LlqWnPiusS {  }
 }@media only screen and (max-width: 763px) { #eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #lvtNoTKCIXJcwSHr0CKBN4W7PQGxmqCp {  }
 }@media only screen and (max-width: 763px) { #eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #XyruKLhWfDoVH9OrVC3uKeMR5vPTSTPK {  }
 }@media only screen and (max-width: 763px) { #eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #zmtxxL9MRm3VP41P4SHS4nZlDCRIVZ7C {  }
 }@media only screen and (max-width: 763px) { #eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #p0ggN14r6MDPxTww4GhUz5e6xOuyLfTs {  }
 }@media only screen and (max-width: 763px) { #eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #LdbMoPKhwkPpBqTUv2UTP2sAzQbeBG1A {  }
 }@media only screen and (max-width: 763px) { #eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #mHoMr0Lpbwn415vVKdBdsIqZtEluCde4 {  }
 }@media only screen and (max-width: 763px) { #eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #T06QmefyzrVZ34FSxmuT7whAOAohSqrO {  }
 }@media only screen and (max-width: 763px) { #eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #nisrB79mT7Tl7dmmRowAzXTZhcu0WBXh {  }
 }@media only screen and (max-width: 763px) { #eALTuyUJcPDsqQyDbluV8T0cSQ3JPiWW #lR7CxNKyN5MBl008vdemh9TJQX2NXDLi {  }
 }@media only screen and (max-width: 763px) { #p72MNZynsx9HS2nsu9D1Ki6cqTqaHVCT { top:3.125rem;left:0rem;width:20rem;height:20rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DgvAJvUnWfcSg8ceeBZMPcfmy9VyoUlO { display:none; }#DgvAJvUnWfcSg8ceeBZMPcfmy9VyoUlO > .row .container { width:20rem;height:13.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KeOB5BM6VhBDD9TwZBU6xOvZQycPwsOq { width:12.125rem;height:12.125rem;top:1.25rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGbXl1AxsgZ7QTFPpo6QF2dO6QcfzCEC { width:6.4375rem;height:0;top:15.375rem;left:6.75rem;text-align:center;text-align-last:center;color:#000000;font-size:1.1875rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #sndxeOaK6kVsEuaZWLEWJgmNicEn3cWJ { width:1.75rem;height:1.75rem;top:17.9296875rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ksrAyeVS9H9W5Vt0TmPCsSsRgB40aVSG { width:8.9375rem;height:0;top:26.484375rem;left:5.5rem;text-align:center;text-align-last:center;color:#000000;font-size:1.1875rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #bNrEhZTrpesHxEvGkliBTsTml9lgJS0w { width:1.75rem;height:1.75rem;top:23.484375rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NGnPPRoWRZgpOanov9sZ46iP4bAhm2eC { width:14.1875rem;height:0;top:20.9296875rem;left:2.875rem;text-align:center;text-align-last:center;color:#000000;font-size:1.1875rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #cwJqbWWtu7RC3PieE3RMgK2VG5GDFCZl { width:1.375rem;height:1.375rem;top:29.0390625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nzz2IopQ2r5azfWWPlTKJZwgemTrJTKq { width:13.6875rem;height:0;top:31.6640625rem;left:3.125rem;text-align:center;text-align-last:center;color:#000000;font-size:1.1875rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #eDT971ClBdgGeMI6JqtfBpk9q1EDfQKg { width:11.5625rem;height:0;top:34.21875rem;left:4.1875rem;text-align:center;text-align-last:center;color:#000000;font-size:1.1875rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #XA7yIVndMrUZWSuvocHoTLmNDErITJcK { width:17.0625rem;height:0;top:36.7734375rem;left:1.4375rem;text-align:center;text-align-last:center;color:#000000;font-size:1.1875rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #zfGZOtNCeX6Ad8ZugTeVa7NIXt6TVEST { width:20rem;height:0.125rem;top:65.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #muyBR52Tv0dc7DpcNNNW0owEbNnla2H3 { display:none; }#muyBR52Tv0dc7DpcNNNW0owEbNnla2H3 > .row .container { width:20rem;height:20.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nSgGInH2vQbVswu3navy9ilf3vSQ8bFu { width:12.875rem;height:12.875rem;top:1.25rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OnCXo7BnZnLKVuBalJurVwRtNFWTx1wR { width:8.125rem;height:1.71875rem;top:1.1875rem;left:5.9375rem;text-align:center;text-align-last:center;color:#000000;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #soEdQNkq9Cuf9wcGwZwBHepQiNOTAaCX { width:1.75rem;height:1.75rem;top:4.125rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyArG9TMTsWtKLBUx6FJuk3lMxQXbKxM { width:8.9375rem;height:2.611325rem;top:11.75rem;left:5.53125rem;text-align:center;text-align-last:center;color:#000000;font-size:1.1875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #tRfl6UtEVymT13svAsHclHqinTPgl4oZ { width:1.75rem;height:1.75rem;top:10rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4wpnCvMtVH3gXF5g8NS1shVH2wC0zr9 { width:10rem;height:2.611325rem;top:6.4521484375rem;left:5rem;text-align:center;text-align-last:center;color:#000000;font-size:1.1875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #F04N0QUncD7yRQfoJwF8mMaT9Q70tC3X { width:1.375rem;height:1.375rem;top:15.6875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vrv9L99ETcQyh9xKev8r2C3WQzADEw1s { width:13.6875rem;height:1.3056625rem;top:17.0625rem;left:3.15625rem;text-align:center;text-align-last:center;color:#000000;font-size:1.1875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Sm83iKEk4bwD3zzmEcBhWw7nGFmDNDLO { width:11.5625rem;height:0;top:34.21875rem;left:4.1875rem;text-align:center;text-align-last:center;color:#000000;font-size:1.1875rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #KDCgTFhT0ZdpyIUVVM65G7eNOSuKlHk8 { width:17.0625rem;height:0;top:36.7734375rem;left:1.4375rem;text-align:center;text-align-last:center;color:#000000;font-size:1.1875rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #Qm1cwAAzEg62Pb5E1xXg4Q5IVbAH5RoA { display:none; }#Qm1cwAAzEg62Pb5E1xXg4Q5IVbAH5RoA > .row .container { width:20rem;height:16.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QXoLxnKGREkC9qILLnTqwHQUZwiFCGqS { width:12.875rem;height:12.875rem;top:1.25rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s0mBAWmbai6LSrub1SpxnS01KuBGMhRT { width:6.4375rem;height:0;top:3.4375rem;left:6.78125rem;text-align:center;text-align-last:center;color:#000000;font-size:1.1875rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #asbWTIZ0Jg4CePTvRawTncGD6rnCpqcJ { width:1.75rem;height:1.75rem;top:5.9921875rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q96iwtdcZlo4K173cqvMWTZzhmZTh4qe { width:8.9375rem;height:0;top:13rem;left:5.5625rem;text-align:center;text-align-last:center;color:#000000;font-size:1.1875rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #OQK57H5ne9BRarurkVsSsZUQTwdJWX7l { width:1.75rem;height:1.75rem;top:11.0625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #csB4ZCarVntdC2yOrtqC10reXCMXR7xr { width:14.1875rem;height:0;top:7.7421875rem;left:2.90625rem;text-align:center;text-align-last:center;color:#000000;font-size:1.1875rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #dD7wqTCnwJtwLmQCnv0RLlWZ00yAPP8d { width:1.375rem;height:1.375rem;top:17.4375rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eQ1H82g94atB1K6V8ilvL50cnevnNo5v { width:13.6875rem;height:0;top:19.125rem;left:3.1875rem;text-align:center;text-align-last:center;color:#000000;font-size:1.1875rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #NITKrtUuPhUqPG4vWC1LBhOcRTyKDfla { width:11.5625rem;height:1.3056625rem;top:0.75rem;left:4.25rem;text-align:center;text-align-last:center;color:#000000;font-size:1.1875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KfA0KM6Z8mVBxnNWwTD2kv9MV8MZ2Zkw { width:17.125rem;height:9.973625rem;top:4.5625rem;left:1.4375rem;text-align:center;text-align-last:center;color:#000000;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kV5WWpibMg6cufrC2cGv7QxfXXVpzRBN { width:1.4375rem;height:1.4375rem;top:2.625rem;left:9.1875rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #UhSlgTTfFpmUFy4JBZG4k50nq8JqACOE { display:block; }#UhSlgTTfFpmUFy4JBZG4k50nq8JqACOE > .row .container { width:20rem;height:42.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dMbP2UozS67rdFFbPEtMB4NI8FKai2Jg { width:20rem;height:3.0859375rem;top:12.125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NsbiTV1hTPOJZP11ZJ2XUt3eOZ3wgZET { width:20rem;height:3.0859375rem;top:19.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hPpdLWbz7RZBJBoSxTS2MS44fg9txtTT { width:1.625rem;height:1.875rem;top:38.5625rem;left:6.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTKOoJzzEQeO3ZcCNGJvPGuEeJgnUFmS { width:1.625rem;height:1.875rem;top:38.5625rem;left:9.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSgJSt9nMT4ursk8DhfBEykE8Vtndm1J { width:1.5rem;height:1.75rem;top:38.6875rem;left:12.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvUgluaAJ7PClqOd4bTZcRLyTIlGTFhp { width:20rem;height:1.96875rem;top:36.5625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t7gQsLXQTZT96WvfQndwpDqiG8dOTwDR { width:20rem;height:1.96875rem;top:9.8125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tXebWPWudTfvU5qakT1PF0zHkB194f6V { width:20rem;height:1.96875rem;top:17.375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kb04fvo3H18ylTThPBkRcq6D267u7u39 { width:9.125rem;height:9.125rem;top:0rem;left:5.4375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #MJMumq9EU8qCGpuofU6RU6dSe3FZTCZL { width:20rem;height:1.96875rem;top:24.5rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #erILmnT72lL2PiqKIk5Cwpie9RpiqEke { width:20rem;height:7.714875rem;top:26.5rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }