.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:244,238,237;--color-primary-1:255,190,152;--color-primary-2:202,171,166;--color-primary-3:121,103,100;--color-primary-4:40,34,33;--color-secondary-0:255,255,255;--color-secondary-1:255,248,244;--color-secondary-2:153,149,146;--color-secondary-3:92,89,88;--color-secondary-4:31,30,29;--color-tertiary-0:255,255,255;--color-tertiary-1:57,53,44;--color-tertiary-2:53,48,45;--color-tertiary-3:35,34,34;--color-tertiary-4:0,0,0;--headlines-font-family:"poppins";--paragraphs-font-family:"poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEbtH4cMTdP4Cb1mFdXbSPQfw04cklGB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IEbtH4cMTdP4Cb1mFdXbSPQfw04cklGB > .row .container { background-color: transparent; background-image: none; }#IEbtH4cMTdP4Cb1mFdXbSPQfw04cklGB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEbtH4cMTdP4Cb1mFdXbSPQfw04cklGB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEbtH4cMTdP4Cb1mFdXbSPQfw04cklGB > .row .container > .video-iframe-container { display: none; }#IEbtH4cMTdP4Cb1mFdXbSPQfw04cklGB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEbtH4cMTdP4Cb1mFdXbSPQfw04cklGB > .row > .video-iframe-container { display: none; }#IEbtH4cMTdP4Cb1mFdXbSPQfw04cklGB > .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); }#IEbtH4cMTdP4Cb1mFdXbSPQfw04cklGB > .row .container { border-width: 0; border-radius: 0; }#IEbtH4cMTdP4Cb1mFdXbSPQfw04cklGB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IEbtH4cMTdP4Cb1mFdXbSPQfw04cklGB > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:75rem;position:relative;display:block; }#qzRiB3TbTJn6TTHfz2JWcmSL0BChSVqE { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:29.625rem;width:37.3125rem;top:2.3125rem;left:37.561463697112rem;overflow:hidden;display:block; }
#mliT4XcAC0lrTHZ2xlFl5QNf56Isw3re { 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; }#mliT4XcAC0lrTHZ2xlFl5QNf56Isw3re > .row .container { background-color: transparent; background-image: none; }#mliT4XcAC0lrTHZ2xlFl5QNf56Isw3re::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mliT4XcAC0lrTHZ2xlFl5QNf56Isw3re > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mliT4XcAC0lrTHZ2xlFl5QNf56Isw3re > .row .container > .video-iframe-container { display: none; }#mliT4XcAC0lrTHZ2xlFl5QNf56Isw3re > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mliT4XcAC0lrTHZ2xlFl5QNf56Isw3re > .row > .video-iframe-container { display: none; }#mliT4XcAC0lrTHZ2xlFl5QNf56Isw3re > .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); }#mliT4XcAC0lrTHZ2xlFl5QNf56Isw3re > .row .container { border-width: 0; border-radius: 0; }#mliT4XcAC0lrTHZ2xlFl5QNf56Isw3re > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mliT4XcAC0lrTHZ2xlFl5QNf56Isw3re > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#p8ZdX0OwfBvpn8B1GUXvS7Vgoft1nLq5 { 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:5.75rem;width:18.6875rem;top:0.875rem;left:0rem;overflow:hidden;display:block; }
#RUEXmolC9aSQ1i6bLdUZoFLN1NgUGOdy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.8);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; }#RUEXmolC9aSQ1i6bLdUZoFLN1NgUGOdy > .row .container { background-color: transparent; background-image: none; }#RUEXmolC9aSQ1i6bLdUZoFLN1NgUGOdy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUEXmolC9aSQ1i6bLdUZoFLN1NgUGOdy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUEXmolC9aSQ1i6bLdUZoFLN1NgUGOdy > .row .container > .video-iframe-container { display: none; }#RUEXmolC9aSQ1i6bLdUZoFLN1NgUGOdy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUEXmolC9aSQ1i6bLdUZoFLN1NgUGOdy > .row > .video-iframe-container { display: none; }#RUEXmolC9aSQ1i6bLdUZoFLN1NgUGOdy > .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); }#RUEXmolC9aSQ1i6bLdUZoFLN1NgUGOdy > .row .container { border-width: 0; border-radius: 0; }#RUEXmolC9aSQ1i6bLdUZoFLN1NgUGOdy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RUEXmolC9aSQ1i6bLdUZoFLN1NgUGOdy > .row .container { font-size:0.875rem;font-family:arial;height:51.6875rem;width:75rem;position:relative;display:block; }#osOdbD2azDIy6TLFT54E28duMwqKWFxz { box-sizing:content-box;height:5.125rem;width:18.875rem;position:absolute;border-top-left-radius:0.25rem;border-top-right-radius:37.5rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:37.5rem;display:block;z-index:15014;background-color:#ffbe98;background-image:none;top:5rem;left:0rem;box-shadow: none;display:block; }
#GeTJRK3ZcFN0vSTEWUur9q81TXyRP9qM { color:rgba(var(--color-tertiary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:5.8156261444092rem;left:0rem;height:3.49375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UMI6w5i37IUgnpCJytTfB6B861PN9rTH { color:rgba(var(--color-primary-4),1);display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:41.02734375rem;left:0rem;height:6.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zEr3KHZH2MGh5OZGvUfuWEXTDqB5tyHs { color:rgba(var(--color-primary-4),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:27.061718940735rem;left:0rem;height:4.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pC7GFhVU4um9cULCVMCNN3cHNUV0EB7h { box-sizing:content-box;height:5.125rem;width:16.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:5rem;left:18.811718940735rem;box-shadow: none;display:block; }
#e2kT1lCPETIH52XoOAmqtfTh6UrtCt6T { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:5.8156261444092rem;left:19.905468940735rem;height:3.49375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g2rvTOLXGl5LqWAa7EDbTlrixUw7PcnV { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:11.346876144409rem;left:5.5625rem;height:3.49375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p0DxHGlMRvwGdS1TtgwgHrOxGQhleaTK { color:rgba(var(--color-primary-4),1);display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:30.899219512939rem;left:42.687500953674rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT .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; }
#F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffbe98;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.535rem;padding-right:0.481875rem;padding-bottom:0.535rem;padding-left:0.481875rem;display:block;align-items:center;width:2.890625rem;min-width:2.890625rem;height:2.87625rem;position:relative;font-family:var(--headlines-font-family);font-size:2.140625rem;font-weight:700;line-height:46.02px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.335rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.854375rem;height:1.13625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.803125rem;font-weight:400;line-height:18.18px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT { 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:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:19.4375rem;height:5.4175rem;padding-top:0.66875rem;padding-right:0.688125rem;padding-bottom:0.66875rem;padding-left:0.688125rem;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:35.8046875rem;left:45.842186927796rem;z-index:15028; }
#F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT #vvy1SZ7V9oyxJcq0JSD7ZFPSVDMvg7SH { display:flex;position:relative;top:0rem;left:0rem; }
#F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT #UzfOFEITp6dKqqh0O8ZnZS7fh27wDMpb { width:auto; }
#F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT #u9m8RHC3gIPqelTtcUn0IvsyVfJaR7qU {  }
#F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT #Lo5lMC3kQTUOGzI2uIVJyQ0ampcI6JZU { display:flex;position:relative;top:0rem;left:0rem; }
#F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT #LRkQX7RrUBET7amQbLUBnOIpaUVC3JGa {  }
#F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT #p82VyBz0bsJy7hHrzNMGEnRnQwDZoBbB {  }
#F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT #UPvopc1Luo8N2acwOh8Dqvzibrg2rGwS { display:flex;position:relative;top:0rem;left:0rem; }
#F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT #Z2hbzaaMsUM9HWpWpROrmOHtDCsrczVm {  }
#F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT #nu5zgSdkmXzuVsqiJnTa4MpFRypmOucL {  }
#F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT #tOs2KyODILIzd726V1CFSzTFiGrgRHmy { display:flex;position:relative;top:0rem;left:0rem; }
#F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT #THeLyA2acyaF3pTkOB6KomGkNDFT4cLH {  }
#F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT #LRDoBuCy6iTezGieaifTu4xcJzwCd8As {  }
#orZdLvPdHSlC8mtgwaJptaaobdD7Iz1q { color:rgba(var(--color-primary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:17.749218940735rem;left:0rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pVymI4NVv97JvyCmSVbVXx7d3VmVyUKx { position:absolute;display:block;z-index:14999;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:26.5rem;width:26.5rem;top:31.69921875rem;left:26.937500953674rem;overflow:hidden;display:block; }
#iAvFE0XWEVuOHhd4flbS3lSIv6BJ03cK { color:rgba(var(--color-secondary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:33.75rem;left:1.75rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DB6TKsnHtthTiMBrQAANbysZEKcX4SHF { box-sizing:content-box;height:4.4375rem;width:12.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15001;background-color:#ffbe98;background-image:none;top:32.75rem;left:0rem;box-shadow: none;display:block; }
#SVWMlohRDT4w8DRsPrX1HUMnyZkqnzmD { box-sizing:content-box;height:4.4375rem;width:10rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15002;background-color:#ff777b;background-image:none;top:32.75rem;left:12.25rem;box-shadow: none;display:block; }
#ygS4MoZiM8aFeKBk0LH0PoULiiVDL1DI { color:rgba(var(--color-secondary-0),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:33.75rem;left:13.25rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UI2xaUmxnPOyKB8O7DS5AWlIKK9Ps0Zp { color:rgba(var(--color-primary-4),1);display:block;width:3.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:11.346876144409rem;left:1.09375rem;height:3.49375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mnluXC1SdEX8Ky5RTRk9klScsw53PsbT { color:rgba(var(--color-primary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:11.346876144409rem;left:26.625000953674rem;height:3.49375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xkgo6uQ18S0WQteGDEqleGbGEOruahUi { box-sizing:content-box;height:5.125rem;width:20.3125rem;position:absolute;border-top-left-radius:0.25rem;border-top-right-radius:37.5rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:37.5rem;display:block;z-index:15015;background-color:#ff777b;background-image:none;top:10.53125rem;left:5.5rem;box-shadow: none;display:block; }
#FerTEByXWuC75eMSwAdmLgWAh3mRe107 { box-sizing:content-box;height:5.25rem;width:12.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-primary-0),1);background-image:none;top:10.481250762939rem;left:25.875000953674rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);display:block; }
#tJVQdngO8u7ABnlpS3VFbHTICMWc4OSC { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14998;background-color:rgba(var(--color-primary-0),1);background-image:none;top:10.418749809265rem;left:0rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);display:block; }
#w2mFPuJE4iMDXez4Im8MqcRHzSF7DJxg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#w2mFPuJE4iMDXez4Im8MqcRHzSF7DJxg > .row .container { border-width: 0; border-radius: 0; }#w2mFPuJE4iMDXez4Im8MqcRHzSF7DJxg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w2mFPuJE4iMDXez4Im8MqcRHzSF7DJxg > .row .container { font-size:0.875rem;font-family:arial;height:43.375rem;width:75rem;position:relative;display:none; }#VRmiX0AcOIawC4fg37xIoCDo21bTFuMB { color:rgba(var(--color-tertiary-3),1);display:block;width:34.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:15.625rem;left:39.625rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h6T0Qg5lDE68TWGHLTzhZkwZkKT6OHXb { color:rgba(var(--color-tertiary-3),1);display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:23.0625rem;left:39.625rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ASWo8ShRPq9JWkIPTIJVi9MBd5I1qa69 { 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:14.3125rem;width:14.3125rem;top:27.6875rem;left:25.25rem;overflow:hidden;display:block; }
#Sx7DMwtaKGTSty1pVms6u7TtqZBDgKUN { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.8125rem;width:35.375rem;top:13.1875rem;left:0rem;display:block; }
#Er9VTd9DN3fhlki3hGGxIRVHySzyPV7m { box-sizing:content-box;height:4.25rem;width:5.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:rgba(var(--color-primary-1),1);background-image:none;top:5.1875rem;left:9.625rem;box-shadow: none;display:block; }
#yepskk12t48iH7gz8TfmQIkL8A3zGOQa { box-sizing:content-box;height:4.25rem;width:9.4375rem;position:absolute;border-top-left-radius:0.25rem;border-top-right-radius:37.5rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:37.5rem;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.1875rem;left:0rem;box-shadow: none;display:block; }
#Z3qGCseLvw8TuBcIniTKJ2TOkPAWnPGA { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:5.875rem;left:1.375rem;height:2.92480625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Li8bPTqNTMDZPOS11eJE0IkNOQ5ymGib { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:5.875rem;left:10.25rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ukCH7UnTkdtnV9zBU8OGoE4m40PwQCTo { box-sizing:content-box;height:4.4375rem;width:9.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.125rem;left:24.1875rem;box-shadow: none;display:block; }
#F9uQM2dIAeMB4JaOLTt2rWdCTm3aFBKK { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:5.875rem;left:24.8125rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pul6yi1fEDOHvQmE3ipPvelXv28H5x6c { color:rgba(var(--color-tertiary-3),1);display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:5.875rem;left:34.5625rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LSkmDbliFe7L89tclsThL4C6mminPo4V { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:5.875rem;left:15.5625rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tdc4U0BTGmk7OrA5UkWc1CMATpuhbwMr { box-sizing:content-box;height:4.4375rem;width:8.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:5.125rem;left:15.625rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#nknzW6m2wPSD9upzOzSDvFlMkRpihtJT { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:5.875rem;left:24.8125rem;height:2.875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#FZxXtxFOGlPIuEgaHIhVMtx6xMiJMnQa { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:5.875rem;left:24.8125rem;height:2.875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Cmg8VQn6SRF3O6ezT1rarU061helCRXa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffbe98;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; }#Cmg8VQn6SRF3O6ezT1rarU061helCRXa > .row .container { background-color: transparent; background-image: none; }#Cmg8VQn6SRF3O6ezT1rarU061helCRXa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cmg8VQn6SRF3O6ezT1rarU061helCRXa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cmg8VQn6SRF3O6ezT1rarU061helCRXa > .row .container > .video-iframe-container { display: none; }#Cmg8VQn6SRF3O6ezT1rarU061helCRXa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cmg8VQn6SRF3O6ezT1rarU061helCRXa > .row > .video-iframe-container { display: none; }#Cmg8VQn6SRF3O6ezT1rarU061helCRXa > .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); }#Cmg8VQn6SRF3O6ezT1rarU061helCRXa > .row .container { border-width: 0; border-radius: 0; }#Cmg8VQn6SRF3O6ezT1rarU061helCRXa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cmg8VQn6SRF3O6ezT1rarU061helCRXa > .row .container { font-size:0.875rem;font-family:arial;height:137.0625rem;width:75rem;position:relative;display:block; }#hpzdUi96UmQbeNTN2Rssei42P18eTsre { color:rgba(var(--color-primary-4),1);display:block;width:42.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:18.675000667572rem;left:3.0281248092651rem;height:5.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gFh4EeiHmRtAaHiTvZIFa7qILfThWKKU { color:rgba(var(--color-tertiary-2),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:14.637500762939rem;left:3.375rem;height:1.575rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#rzOmVWlyiUvP1VgZS6pweTWJpy6PT9qC { color:rgba(var(--color-tertiary-2),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:43.9375rem;left:4.8125rem;height:1.575rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#FZlAs0TyMPnpDUEbtiKx2NTDNSVxhZUp { color:rgba(var(--color-primary-4),1);display:block;width:42.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:48.77499961853rem;left:2.74609375rem;height:5.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FH8W77qOaEWCsR46Bag0yDixPae1OlUN { color:rgba(var(--color-tertiary-2),1);display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:57.6875rem;left:4.8125rem;height:1.575rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#esZa1B9vdphTzpzH8KNT4allkfbNI6sE { box-sizing:content-box;height:3.3125rem;width:36.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:56.75rem;left:2.75rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);display:block; }
#pRcfCXMlXgnxvUrA0E35R0kgBBB2niKB { color:rgba(var(--color-primary-4),1);display:block;width:43.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:62.9375rem;left:2.7023429870606rem;height:7rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SNf6mDNrPUVxw3zepB8IfGlEfrefzTUd { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-3),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:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:32.6375rem;height:3.8875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:127.9375038147rem;left:21.181250572204rem;display:block; }
#ZBh3baCIwmC3J6TIXaHxTnyWUywl5VTR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tIQMGdHQQBOfuHbVEgKqn4oi9ESmBFIn { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-1),1);border-left:0.1875rem solid rgba(var(--color-primary-1),1);border-right:0.1875rem solid rgba(var(--color-primary-1),1);border-bottom:0.1875rem solid rgba(var(--color-primary-1),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),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:1rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:31.3125rem;height:4.375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:34.4375rem;left:21.84375rem;display:none; }
#haeMQXK9Jdkt4vPZrme1WMVdeCeIUz3E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I3zMf29TAhXKboZlORSDfO6sXOQUDfCm { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:25rem;box-shadow: none;height:18.4375rem;width:26.25rem;top:13.750002861023rem;left:48.750000953674rem;overflow:hidden;display:block; }
#hF750vXqIrxEPCTd9e4Nxd5CFdNOavKA { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:0rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:0rem;box-shadow: none;height:18.625rem;width:26.4375rem;top:35.925003051757rem;left:48.562500953674rem;overflow:hidden;display:block; }
#dD0uSJxmyO9MWQ5JrWEGTwQzbHmahRer { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:0rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:0rem;box-shadow: none;height:18.3125rem;width:26.0625rem;top:81.000002861025rem;left:48.937500953674rem;overflow:hidden;display:block; }
#n1JTOme4Tx8RtadKMuRv1mSdPiHTwTZ1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:129.3750038147rem;left:49.737500190735rem; }
#yIkMuttmrwAs6pQZSQ65EsEAcpUmUWfO { box-sizing:content-box;height:3.1875rem;width:35.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:43.0625rem;left:2.75rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);display:block; }
#kGk9l71VM6tHA00Cc03RUmkoO9f47wOw { box-sizing:content-box;height:3.25rem;width:28.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:13.750000476837rem;left:3rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);display:block; }
#RlI5q6dA0SmJGpASKRtThXlGx2HnCd2K { color:rgba(var(--color-tertiary-4),1);display:block;width:3.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:6.0687503814697rem;left:25.061718940735rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TcwnzZZXdEBu461EiQXpqPfTtM6OLNIf { color:rgba(var(--color-primary-4),1);display:block;width:45.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:114.91250038147rem;left:2.74609375rem;height:7rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hIOwJu5eQNVTklVeFC48R7kE702bA6Fe { box-sizing:content-box;height:5rem;width:38.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:89.8125rem;left:2.75rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);display:block; }
#VSCZWkPxTW98asrXQoch6igfTWnbeKJy { color:rgba(var(--color-tertiary-2),1);display:block;width:37.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:90.75rem;left:4.875rem;height:3.15rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#aeoRSzSP3lHlsXTXpJl91Phwy6zze2r4 { color:rgba(var(--color-primary-4),1);display:block;width:42.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:96.25rem;left:2.75rem;height:8.4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KlBw7A4MuDGof6Iur1fxmxAHHMmVl3Lq { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:3.9375rem;left:57.6875rem;overflow:hidden;display:none; }
#lKgh8QQlBvxz3cPWSrGt9myhTS7h3dX2 { box-sizing:content-box;height:3.1875rem;width:38.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:73.8125rem;left:2.75rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);display:block; }
#TPMcB0p1TSrI34x7XpFVQQxQW7cfIgT8 { color:rgba(var(--color-tertiary-2),1);display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:74.625rem;left:4.5625rem;height:1.575rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#idSbt3Cb2c7kGfoQBunfOOTBMbwPbGN8 { color:rgba(var(--color-primary-4),1);display:block;width:41.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:80.137500762938rem;left:2.74609375rem;height:4.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LRNb1zwbQ18bNRguaqNBm7s95sh1mnNb { color:rgba(var(--color-tertiary-2),1);display:block;width:38.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:109.625rem;left:4.6875rem;height:1.575rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#vIOgyog0x2q60GJNTqyK3XVkzuylPOe2 { box-sizing:content-box;height:3.3125rem;width:36.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:108.6875rem;left:2.75rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);display:block; }
#ypr0a39Dc18Q1eFi2rTXomVNJRQT67oz { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:25rem;box-shadow: none;height:18.375rem;width:26.125rem;top:57.912503242492rem;left:48.875000953674rem;overflow:hidden;display:block; }
#RaIaWtw6tTwaFi2FvOcpNoI16lBDUidE { box-sizing:content-box;height:4.4375rem;width:16.8125rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15005;background-color:rgba(var(--color-primary-4),1);background-image:none;top:5.3125rem;left:7.5625rem;box-shadow: none;display:block; }
#la6hilJ4hFHp6m2flfew0XDIAeaTntwx { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:5.9375rem;left:9.1875rem;height:3.15rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#ySFroif8I551MgVpe0RbLkHZht7BaJeT { box-sizing:content-box;height:4.4375rem;width:4.625rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.3125rem;left:2.875rem;box-shadow: none;display:block; }
#bgnp8MNtLHpTkdKFiANxzGU4I9tRPyiv { color:rgba(var(--color-primary-4),1);display:block;width:2rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:5.9375rem;left:4.4375rem;height:3.15rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#C0ZAeU3ly8NvN1aPGwvv360JAeuVnmRf { background-color:#ff777b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:2.5625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:85.125rem;left:14.625rem;display:block; }
#mda2bkAIgLVPIueFTJIflVGqaU9l5yTm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tRwK313pRTT45hyNOImdKWJnwlAuQRWH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:85.9375rem;left:26.25rem; }
#lMyTraCLCp7EiFTXiSGwEcM4uQB2fWxG { box-sizing:content-box;height:4.4375rem;width:4.625rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.3125rem;left:24.374218940735rem;box-shadow: none;display:block; }
#CE1559dQZHCHxNQUvCD5d4uPsKW2wnf5 { box-sizing:content-box;height:4.4375rem;width:12.5rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15006;background-color:#ff777b;background-image:none;top:5.3125rem;left:29.093750953674rem;box-shadow: none;display:block; }
#GI5xipCdkdUakBbQukh6s8cAkUqxSNzy { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:5.9562501907349rem;left:30.593750953674rem;height:3.15rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#BH0Css3rtfzHhNO2hoEv7uE7TlnxLVME { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:25rem;box-shadow: none;height:18.375rem;width:26.125rem;top:103.48750305176rem;left:48.875000953674rem;overflow:hidden;display:block; }
#TPbOsa3Wf4tHpaqBGDTzz0PfMa9NF7Vd { color:rgba(var(--color-primary-4),1);display:block;width:42.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:32.187503099441rem;left:2.74609375rem;height:7rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W2oopCG4WeH54rEHlXgelKg6X3dzd1vu { box-sizing:content-box;height:3.3125rem;width:39.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:26.4375rem;left:3rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);display:block; }
#oIFGTHrio4xOcbfcoqdxT0dp5Iab15K9 { color:rgba(var(--color-tertiary-2),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:27.3125rem;left:4.5625rem;height:1.575rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#lROB1rlIrdXxCfGOQa2mFTWWGuil9RTi { 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; }#lROB1rlIrdXxCfGOQa2mFTWWGuil9RTi > .row .container { background-color: transparent; background-image: none; }#lROB1rlIrdXxCfGOQa2mFTWWGuil9RTi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lROB1rlIrdXxCfGOQa2mFTWWGuil9RTi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lROB1rlIrdXxCfGOQa2mFTWWGuil9RTi > .row .container > .video-iframe-container { display: none; }#lROB1rlIrdXxCfGOQa2mFTWWGuil9RTi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lROB1rlIrdXxCfGOQa2mFTWWGuil9RTi > .row > .video-iframe-container { display: none; }#lROB1rlIrdXxCfGOQa2mFTWWGuil9RTi > .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); }#lROB1rlIrdXxCfGOQa2mFTWWGuil9RTi > .row .container { border-width: 0; border-radius: 0; }#lROB1rlIrdXxCfGOQa2mFTWWGuil9RTi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lROB1rlIrdXxCfGOQa2mFTWWGuil9RTi > .row .container { font-size:0.875rem;font-family:arial;height:13.875rem;width:75rem;position:relative;display:block; }#ux6ZXiGQC0wPx6D7SmsDBFEyFomh4pUu { color:rgba(var(--color-tertiary-3),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:5.0625rem;left:20.125rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h6SFs9wedSoFWT35M8xzprHRVm2ESyxD { box-sizing:content-box;height:4.4375rem;width:11.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#ff777b;background-image:none;top:4.3125rem;left:8rem;box-shadow: none;display:block; }
#rP7udXoe0IdV2slsh0pbnnM8k12x82oU { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:5.0625rem;left:8.625rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e6WCWVe7p1vOeRbLAV47t23bXLTxZ9NI { box-sizing:content-box;height:4.4375rem;width:18.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.3125rem;left:19.375rem;box-shadow: none;display:block; }
#X7gpWzcK9yt0ghe0bPm9xCurU4ZITJJA { box-sizing:content-box;height:4.25rem;width:7rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:rgba(var(--color-primary-4),1);background-image:none;top:4.375rem;left:37.625rem;box-shadow: none;display:block; }
#qJ5dAn0qLsJ1vThsWb4E0HDLeebSnCQs { box-sizing:content-box;height:4.25rem;width:6.375rem;position:absolute;border-top-left-radius:0.25rem;border-top-right-radius:37.5rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:37.5rem;display:block;z-index:15036;background-color:#ffbe98;background-image:none;top:4.375rem;left:44.625rem;box-shadow: none;display:block; }
#aTfuXKt82i5z5Upt33HHgNDDucLu2IDo { box-sizing:content-box;height:4.25rem;width:14.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:4.375rem;left:51rem;box-shadow: none;display:block; }
#vbymBPbnzOfpfhKgC5pVTaVdTD1wt8se { color:rgba(var(--color-tertiary-0),1);display:block;width:4.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:5.0625rem;left:39rem;height:2.925rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#EUbg5gAWM9p5SmX5K3zQKI5rIrgmfxMs { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:5.0625rem;left:45.875rem;height:2.925rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#bivtfi3S8UndXTlq9Tt4Txnv40cBI56a { color:rgba(var(--color-tertiary-3),1);display:block;width:11.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:5.0625rem;left:52.25rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pFA292IOIb3y0QPla7xuZNXd1TXksblI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffbe98;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; }#pFA292IOIb3y0QPla7xuZNXd1TXksblI > .row .container { background-color: transparent; background-image: none; }#pFA292IOIb3y0QPla7xuZNXd1TXksblI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFA292IOIb3y0QPla7xuZNXd1TXksblI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFA292IOIb3y0QPla7xuZNXd1TXksblI > .row .container > .video-iframe-container { display: none; }#pFA292IOIb3y0QPla7xuZNXd1TXksblI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFA292IOIb3y0QPla7xuZNXd1TXksblI > .row > .video-iframe-container { display: none; }#pFA292IOIb3y0QPla7xuZNXd1TXksblI > .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); }#pFA292IOIb3y0QPla7xuZNXd1TXksblI > .row .container { border-width: 0; border-radius: 0; }#pFA292IOIb3y0QPla7xuZNXd1TXksblI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pFA292IOIb3y0QPla7xuZNXd1TXksblI > .row .container { font-size:0.875rem;font-family:arial;height:36.3125rem;width:75rem;position:relative;display:block; }#ywEntGIEv2T9OLNAPrE6yUNNHSeNKUp2 { 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:8.625rem;width:8.625rem;top:1.90625rem;left:8.499218940735rem;overflow:hidden;display:block; }
#kx7wy1HEx7GgMkVzsaPP1DvIIgrhDpph { 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:7.1875rem;width:7.1875rem;top:2.625rem;left:58.906250953674rem;overflow:hidden;display:block; }
#A2sHwTkWH3TJTUM9xM9bAybXb78UucLV { color:#ffffff;display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:10.75rem;left:1.5rem;height:4.55rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mTsBoH7OPzCIyuIhc9MtWCZ3Fw8sl6Gg { color:rgba(var(--color-tertiary-0),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:10.75rem;left:26.500000953674rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FV5dWV0hoO2v4Qg8RW8hAtdC2SDCkb7K { color:rgba(var(--color-tertiary-0),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:10.75rem;left:51.500000953674rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Te3ev65bk5FgDWr2TEGqM00dtqTWdcnM { position:absolute;display:block;z-index:15005;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:8.0625rem;width:8.0625rem;top:18.9375rem;left:58.4375rem;overflow:hidden;display:block; }
#FS1PxnA9nT2wg2FPM6KVn9KNLLkTDUsl { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.875rem;top:19.53125rem;left:34.062500953674rem;overflow:hidden;display:block; }
#wHnfHLeiREsn4DPCpv79dlvxqwNhnOH9 { position:absolute;display:block;z-index:15003;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:8.625rem;width:8.625rem;top:18.625rem;left:8.5rem;overflow:hidden;display:block; }
#Iqv5qlnzL0Xkhhc4i3xCtZPK88K3g6Q5 { color:rgba(var(--color-tertiary-0),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:28rem;left:26.500000953674rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z273y3lcZ7bTyt42AeT5gLR9lpgCGHwi { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:28.625rem;left:0rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fFQFNch9nAdAKw55ZiOPOQzZxeKve7qI { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:28rem;left:50.000000953674rem;height:4.55rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DUnhWJve39G2FuRFSptS0PSCKmh7P7wL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.125rem;width:8.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:2.15625rem;left:33.437500953674rem; }
#x2oJ7lfiILRKBDERcUh6DT4MAtdThk1K { 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; }#x2oJ7lfiILRKBDERcUh6DT4MAtdThk1K > .row .container { background-color: transparent; background-image: none; }#x2oJ7lfiILRKBDERcUh6DT4MAtdThk1K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2oJ7lfiILRKBDERcUh6DT4MAtdThk1K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2oJ7lfiILRKBDERcUh6DT4MAtdThk1K > .row .container > .video-iframe-container { display: none; }#x2oJ7lfiILRKBDERcUh6DT4MAtdThk1K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2oJ7lfiILRKBDERcUh6DT4MAtdThk1K > .row > .video-iframe-container { display: none; }#x2oJ7lfiILRKBDERcUh6DT4MAtdThk1K > .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); }#x2oJ7lfiILRKBDERcUh6DT4MAtdThk1K > .row .container { border-width: 0; border-radius: 0; }#x2oJ7lfiILRKBDERcUh6DT4MAtdThk1K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x2oJ7lfiILRKBDERcUh6DT4MAtdThk1K > .row .container { font-size:0.875rem;font-family:arial;height:59.125rem;width:75rem;position:relative;display:block; }#S38puHMpzlBxgGLPumpMPZAApneRRysw { color:rgba(var(--color-tertiary-2),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:36.5625rem;left:39.875rem;height:2.1rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pMECHM8aLxEkhhAC8EgrGrfR3x7F76pv { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:5.4750003814697rem;left:5.9999990463257rem;height:2.925rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#x3Jy1ZQEbHTT7MbrBUc37ZZIhFVVr8go { box-sizing:content-box;height:4.25rem;width:7.25rem;position:absolute;border-top-left-radius:0.25rem;border-top-right-radius:37.5rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:37.5rem;display:block;z-index:15022;background-color:#ff777b;background-image:none;top:4.8125rem;left:4rem;box-shadow: none;display:block; }
#CCITK4TkPG3LPVNWvk0OuiF8nJOrUHbQ { color:rgba(var(--color-tertiary-2),1);display:block;width:11.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:5.5rem;left:13rem;height:2.925rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#u6WUpB5WDDKEZNoEFinNCdiaP5abE7Lx { color:rgba(var(--color-tertiary-0),1);display:block;width:8.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:5.5rem;left:26.062500953674rem;height:2.925rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#f8loNIh11lBwiMTtoVFsT44pK1bOJ2MQ { box-sizing:content-box;height:4.25rem;width:12.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:4.75rem;left:11.4375rem;box-shadow: none;display:block; }
#Jb8UgSf7JL87yuVohgE0yi8pHSFvn3FQ { box-sizing:content-box;height:4.4375rem;width:14.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:4.75rem;left:24.5625rem;box-shadow: none;display:block; }
#ym9mc0tU2M6aM7HCdTTsQVXKpPA8evkX { color:rgba(var(--color-primary-4),1);display:block;width:37.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:19.550018310547rem;left:34.437500953674rem;height:12.6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TB04tmETWNhg6HVXtPRKzDUKX2B1StBP { color:rgba(var(--color-primary-4),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:43.0625rem;left:34.656250953674rem;height:8.4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KTvBBg3isBsuqaGZoLcnn2MQn1JChwCg { color:rgba(var(--color-tertiary-2),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:14.75rem;left:40.5625rem;height:2.1rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#okUxntZ4rfO85mDBqTVZAF7zcfrQpo2K { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:4.75rem;left:35.8125rem;overflow:hidden;display:block; }
#fcH6lnyy7fu0HKX42hWMCyo6sqLWPJUs { 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:25.625rem;width:25.625rem;top:46.4375rem;left:44.500000953674rem;overflow:hidden;display:block; }
#CpERqbhEnWA7VwZRgZWfAyoyl0RHTntk { box-sizing:content-box;height:4rem;width:35.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:35.625rem;left:34.3125rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);display:block; }
#acq1llakbGxPldBxxbmSieDcxpVzdfso { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:35.9375rem;left:34.9375rem;overflow:hidden;display:block; }
#TdAseLLuncer5TW8PgeQHzq1tTQfodsv { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:14.143750190735rem;left:35.812500953674rem;overflow:hidden;display:none; }
#EgmNIrsGOozbwx61aWRLp2Xy0epx6nmF { box-sizing:content-box;height:3.9375rem;width:35.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:13.8125rem;left:34.3125rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);display:block; }
#bK9ceEPPFRiTBxrSuS2ihBo8z451LZET { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:14.125rem;left:35rem;overflow:hidden;display:block; }
#dtqonUptiAVy50EeP1WwWnAnIQrsGm5v { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:35.3125rem;left:32.487500190735rem;overflow:hidden;display:none; }
#Pt0hLch0L0K2iroqTF8TeoydZwFtpWDG { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:15.6875rem;width:28.125rem;top:13.8125rem;left:4rem;display:block; }
#RvALsSOLVPCFyTTK7Oc9B8TGaAyrFIfA { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:15.6875rem;width:28.125rem;top:35.625rem;left:4rem;display:block; }
#mcWXbP26nHdrinEhiBfvl6fAsFqPVbIP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffbe98;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; }#mcWXbP26nHdrinEhiBfvl6fAsFqPVbIP > .row .container { background-color: transparent; background-image: none; }#mcWXbP26nHdrinEhiBfvl6fAsFqPVbIP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcWXbP26nHdrinEhiBfvl6fAsFqPVbIP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcWXbP26nHdrinEhiBfvl6fAsFqPVbIP > .row .container > .video-iframe-container { display: none; }#mcWXbP26nHdrinEhiBfvl6fAsFqPVbIP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcWXbP26nHdrinEhiBfvl6fAsFqPVbIP > .row > .video-iframe-container { display: none; }#mcWXbP26nHdrinEhiBfvl6fAsFqPVbIP > .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); }#mcWXbP26nHdrinEhiBfvl6fAsFqPVbIP > .row .container { border-width: 0; border-radius: 0; }#mcWXbP26nHdrinEhiBfvl6fAsFqPVbIP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mcWXbP26nHdrinEhiBfvl6fAsFqPVbIP > .row .container { font-size:0.875rem;font-family:arial;height:117.5rem;width:75rem;position:relative;display:block; }#OU20b8URWczZRugWcO1mhTvgl7xsBWHD { color:rgba(var(--color-primary-4),1);display:block;width:43.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:18.675018310547rem;left:3.0281248092651rem;height:5.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JqshxhIPROzWTfNqESR0gZacxJIL1H7y { color:rgba(var(--color-tertiary-2),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:14.606251716614rem;left:5.0625rem;height:1.575rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#CRGygi5gQArOOybpGI8Ig3is01fb06Ji { color:rgba(var(--color-tertiary-2),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:27.500000953674rem;left:5.0625rem;height:1.575rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#H0fMWyXJhJ1L5AhbEoHzBguHB3xFqhMO { color:rgba(var(--color-primary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:32.3125rem;left:2.77734375rem;height:4.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#geqpFCV2DRJJ01d0EghuvNSTWdKal84K { color:rgba(var(--color-tertiary-2),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:41.375rem;left:5.0625rem;height:1.575rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#wSKK8Np0MeyUC325RX9ZdbBuBDGBGIBv { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:6.3500006198881rem;left:3.625rem;height:2.925rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#IT5S7a06D7duVDFaH5ekzOzLB8VQo0VG { box-sizing:content-box;height:3.1875rem;width:29.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:40.5625rem;left:3rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);display:block; }
#ltwZc7dGHoOOairNkJl0n9fVcrKXnai0 { box-sizing:content-box;height:4.25rem;width:15.8125rem;position:absolute;border-top-left-radius:0.25rem;border-top-right-radius:37.5rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:37.5rem;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.6875rem;left:2.875rem;box-shadow: none;display:block; }
#zTLly4UwNS2UPB9w3BGG2QeACT3bNKxm { color:rgba(var(--color-tertiary-2),1);display:block;width:5.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:6.3500006198881rem;left:20.124218940735rem;height:2.925rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#nKNXqBUSRT0FqJsdpbRGNzZGOq6fO5DP { box-sizing:content-box;height:4.25rem;width:8.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:5.7124938964844rem;left:18.749218940735rem;box-shadow: none;display:block; }
#tf0oEBRTWWHBUxThoL0PUygF0eyBZF6W { color:rgba(var(--color-primary-4),1);display:block;width:41.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:46.500000953674rem;left:3.02734375rem;height:4.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LXNx3Htc5sQCc0eEXyzOHMqRkrFDyE38 { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-3),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:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:32.6875rem;height:3.9375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:108.4375rem;left:20.5rem;display:block; }
#qJupaTkZ4ia1qcDzwGZ7qoX9BsH7RST4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JaaItQvMLqn6WIP54imGPqZtu5lko1cO { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-1),1);border-left:0.1875rem solid rgba(var(--color-primary-1),1);border-right:0.1875rem solid rgba(var(--color-primary-1),1);border-bottom:0.1875rem solid rgba(var(--color-primary-1),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),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:1rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:31.3125rem;height:4.375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:34.4375rem;left:21.84375rem;display:none; }
#hyWZF5BTtpMEId48hZ85qQvnDZnMVtHo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XAr9PS7qq9kTzQkA3vG6JScOw6hy6IIi { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:25rem;box-shadow: none;height:18.4375rem;width:26.25rem;top:37.912501335144rem;left:48.750000953674rem;overflow:hidden;display:block; }
#sQGHLJk4Zz0EBkN5Ldah3Fbmd8JPu9lO { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:0rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:0rem;box-shadow: none;height:18.625rem;width:26.5625rem;top:13.737502098084rem;left:48.437500953674rem;overflow:hidden;display:block; }
#xEWUSgt1o4dkZe3M97VdiDfVGPUc28ev { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:0rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:0rem;box-shadow: none;height:18.3125rem;width:26.0625rem;top:61.812501907349rem;left:48.937500953674rem;overflow:hidden;display:block; }
#wb06zwolFp72XUyIgAI1oI5IdWPp8dDX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:109.75rem;left:48.75rem; }
#CiLRsvG7sBC4odv58y93HsfrqeRhBO5u { box-sizing:content-box;height:3.125rem;width:27.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:26.75rem;left:3rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);display:block; }
#dkUAaslk22UQOInVTEINpEMgFi1RKCop { box-sizing:content-box;height:3.1875rem;width:34.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:13.75rem;left:3rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);display:block; }
#TtPZl6mMTOXDADFVWiTrrPav4Qt42v1F { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:6.3500006198881rem;left:28.749218940735rem;height:2.925rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#dxVANRglCOGH20RNISJx3KIJPo7Gecd7 { box-sizing:content-box;height:3.125rem;width:28.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:54.1875rem;left:3rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);display:block; }
#Xpde2SynbSc4M5dOpEZ7fn54qKBTT2Ne { color:rgba(var(--color-tertiary-2),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:55rem;left:5.1875rem;height:1.575rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#Rv7UG4kdN90Dnut0qtGrUb31tdFUDpBG { color:rgba(var(--color-primary-4),1);display:block;width:40.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:59.6875rem;left:3.0625rem;height:2.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TXBsmtf6uwiOGgtqS0vqzqCwZhR4xcHJ { box-sizing:content-box;height:3.0625rem;width:34.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:77.6875rem;left:3rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);display:block; }
#sNSiBcsv8WmzePQAGMArtwUH71zWm7sx { color:rgba(var(--color-tertiary-2),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:78.5rem;left:6.0625rem;height:1.575rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#CBIWdA6IQEAAn2FTq8afvKBgbtqpDqNZ { color:rgba(var(--color-primary-4),1);display:block;width:42.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:83rem;left:3rem;height:4.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lxpK1bzKqTy0WRcxwkunggXDUTWywSbe { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:3.9375rem;left:57.6875rem;overflow:hidden;display:none; }
#fPECESDXkLFFRCwzoWswCxTn7Lgoveig { box-sizing:content-box;height:3.125rem;width:24.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:66rem;left:3rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);display:block; }
#DK08AZ7Qaf5pZJXmzManNOvILOcOqA6F { color:rgba(var(--color-tertiary-2),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:66.8125rem;left:4.8125rem;height:1.575rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#TmwJiJMBJ00F2hl9Hwk0opXwZxkFJZIg { color:rgba(var(--color-primary-4),1);display:block;width:41.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:71.31250190735rem;left:3.02734375rem;height:4.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rEPw0B9JL5ZsQK73VWeqtOPsIJN4RVPa { color:rgba(var(--color-tertiary-2),1);display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:91.75rem;left:5.0625rem;height:3.15rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#tEaKgaECARHP2ZqHuTWFTOcTvOr54RDB { box-sizing:content-box;height:4.6875rem;width:34.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:91rem;left:3rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);display:block; }
#wT2V9dnm0FDwqad5h2tTWAmhekELDFTu { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:25rem;box-shadow: none;height:18.375rem;width:26.125rem;top:84.775001525881rem;left:48.875000953674rem;overflow:hidden;display:block; }
#cqRkrRsTl1hgukXaWpMwdKfVw7U34SfH { color:rgba(var(--color-primary-4),1);display:block;width:43.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:97.5rem;left:3rem;height:4.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w6H8MTaAzQRQgfLdu37A3nLh1U7mTcH4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w6H8MTaAzQRQgfLdu37A3nLh1U7mTcH4 > .row .container { background-color: transparent; background-image: none; }#w6H8MTaAzQRQgfLdu37A3nLh1U7mTcH4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w6H8MTaAzQRQgfLdu37A3nLh1U7mTcH4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w6H8MTaAzQRQgfLdu37A3nLh1U7mTcH4 > .row .container > .video-iframe-container { display: none; }#w6H8MTaAzQRQgfLdu37A3nLh1U7mTcH4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w6H8MTaAzQRQgfLdu37A3nLh1U7mTcH4 > .row > .video-iframe-container { display: none; }#w6H8MTaAzQRQgfLdu37A3nLh1U7mTcH4 > .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); }#w6H8MTaAzQRQgfLdu37A3nLh1U7mTcH4 > .row .container { border-width: 0; border-radius: 0; }#w6H8MTaAzQRQgfLdu37A3nLh1U7mTcH4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w6H8MTaAzQRQgfLdu37A3nLh1U7mTcH4 > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#a9fL82WSci80Ty9TgcG6ANdBqnLJp9Lp { box-sizing:content-box;height:4.375rem;width:12rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:3.875rem;left:25.3125rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);display:block; }
#pJavyoGaamqagL10SGrQ3BDBkaibV1N4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:4.5625rem;left:25.375rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#luyr93T5oZ6E9UhQ3dH4m2LITOZ8Wd5S { box-sizing:content-box;height:4.4375rem;width:12.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;top:3.9375rem;left:12.875rem;box-shadow: none;display:block; }
#LldEZOTdA9Wpe7vrIzStGWBMsRbOD08z { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:4.5625rem;left:14.75rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W7gSSAilciPmClDJc33F3xEUuoaaqfzJ { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:3.9375rem;left:57.6875rem;overflow:hidden;display:block; }
#anuTz3dZ9pccZ8n8itkb0toXefWRFhqr { box-sizing:content-box;height:4.4375rem;width:20.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:#ffbe98;background-image:none;top:3.9375rem;left:37.4375rem;box-shadow: none;display:block; }
#AQbhz2QSDEJANLM0KbbrNGtBtwkvnnrI { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:4.5625rem;left:38.375rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AaChhiVW9RqcUWBWdhtOizqB3nGhHlOS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8f4;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; }#AaChhiVW9RqcUWBWdhtOizqB3nGhHlOS > .row .container { background-color: transparent; background-image: none; }#AaChhiVW9RqcUWBWdhtOizqB3nGhHlOS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaChhiVW9RqcUWBWdhtOizqB3nGhHlOS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaChhiVW9RqcUWBWdhtOizqB3nGhHlOS > .row .container > .video-iframe-container { display: none; }#AaChhiVW9RqcUWBWdhtOizqB3nGhHlOS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaChhiVW9RqcUWBWdhtOizqB3nGhHlOS > .row > .video-iframe-container { display: none; }#AaChhiVW9RqcUWBWdhtOizqB3nGhHlOS > .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); }#AaChhiVW9RqcUWBWdhtOizqB3nGhHlOS > .row .container { border-width: 0; border-radius: 0; }#AaChhiVW9RqcUWBWdhtOizqB3nGhHlOS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AaChhiVW9RqcUWBWdhtOizqB3nGhHlOS > .row .container { font-size:0.875rem;font-family:arial;height:39.875rem;width:75rem;position:relative;display:block; }#Cc4ClFwR3ncrFSrC3ZTt9ZpQd2NdM84E { color:#35302d;display:block;width:36.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:18.530469298363rem;left:37.937500953674rem;height:4.725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qVT5Mf08LWoxd4qN2Pt7Ugu6wekds1yu { color:#35302d;display:block;width:36.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:10.874999880791rem;left:37.812500953674rem;height:6.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vbHydfr8iV4xT0f2gAvVCi8ypqkPDMr3 { color:#35302d;display:block;width:36.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:24.428125739097rem;left:38.000000953674rem;height:9.45rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MbNZ83TKKbCo31yJ19zBbhG79ODNfDqq { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:25rem;box-shadow: none;height:26.0625rem;width:37rem;top:7.8617210388181rem;left:0rem;overflow:hidden;display:block; }
#nwyiNO2B6GAQ57lLL4wKCaz7t6lBKFvs { box-sizing:content-box;height:5.375rem;width:37.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:3.4375rem;left:37.687500953674rem;box-shadow: none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#EE2EHZTmvkcb51KItFEcikHZX7v5SKhG { color:#000000;display:block;width:23.9375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:300;z-index:15026;line-height:1.4;letter-spacing:0;top:4.2367186546326rem;left:44.281250953674rem;height:3.675rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mgqhml14NTOwp1Zka0N2WSOs7gv214SJ { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:4rem;left:69.900000953675rem;overflow:hidden;display:block; }
#n8KHMd7LZZaeksJtDUhTEHOhPZgEaoo7 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:4.0499999523163rem;left:38.312500953674rem;overflow:hidden;display:block; }
#VgCAP6tcf6I5gffJGxANMGXPnBn8Tdw9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8f4;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; }#VgCAP6tcf6I5gffJGxANMGXPnBn8Tdw9 > .row .container { background-color: transparent; background-image: none; }#VgCAP6tcf6I5gffJGxANMGXPnBn8Tdw9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgCAP6tcf6I5gffJGxANMGXPnBn8Tdw9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgCAP6tcf6I5gffJGxANMGXPnBn8Tdw9 > .row .container > .video-iframe-container { display: none; }#VgCAP6tcf6I5gffJGxANMGXPnBn8Tdw9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgCAP6tcf6I5gffJGxANMGXPnBn8Tdw9 > .row > .video-iframe-container { display: none; }#VgCAP6tcf6I5gffJGxANMGXPnBn8Tdw9 > .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); }#VgCAP6tcf6I5gffJGxANMGXPnBn8Tdw9 > .row .container { border-width: 0; border-radius: 0; }#VgCAP6tcf6I5gffJGxANMGXPnBn8Tdw9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VgCAP6tcf6I5gffJGxANMGXPnBn8Tdw9 > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:75rem;position:relative;display:block; }#VJ0bffvMc72boRBraMRGLcDBsFa1VxIO { box-sizing:content-box;height:5.3125rem;width:37.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:4.6062469482422rem;left:0rem;box-shadow: none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#pgP0XzAFEqdO14nv1w0XflW5CuVUHLcb { color:#000000;display:block;width:32.9375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:5.4437499046326rem;left:5.9234371185303rem;height:3.675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J7bttEXudNpk7ARWJMDP9ybzH6UvzqDW { color:#35302d;display:block;width:37rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:12.885184288025rem;left:0rem;height:14.175rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qXzUPveZ0IP0mGK5zgEoFq7rSWCXM8Et { color:#35302d;display:block;width:37.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:30.56565284729rem;left:0rem;height:7.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Bg4UMcdveSpfWD17CqLEV29ocK6KDXcg { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:30.125rem;width:22.25rem;top:4.60546875rem;left:45.125000953674rem;overflow:hidden;display:block; }
#SrstD9l0r92rtVlUQvSDvaUDpkU0gPLe { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:5.5rem;left:0.84765625rem;overflow:hidden;display:block; }
#aGvXUCUch1TbAABArxDU8PH2ntxBVJTg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffbe98;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; }#aGvXUCUch1TbAABArxDU8PH2ntxBVJTg > .row .container { background-color: transparent; background-image: none; }#aGvXUCUch1TbAABArxDU8PH2ntxBVJTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGvXUCUch1TbAABArxDU8PH2ntxBVJTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGvXUCUch1TbAABArxDU8PH2ntxBVJTg > .row .container > .video-iframe-container { display: none; }#aGvXUCUch1TbAABArxDU8PH2ntxBVJTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGvXUCUch1TbAABArxDU8PH2ntxBVJTg > .row > .video-iframe-container { display: none; }#aGvXUCUch1TbAABArxDU8PH2ntxBVJTg > .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); }#aGvXUCUch1TbAABArxDU8PH2ntxBVJTg > .row .container { border-width: 0; border-radius: 0; }#aGvXUCUch1TbAABArxDU8PH2ntxBVJTg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aGvXUCUch1TbAABArxDU8PH2ntxBVJTg > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:75rem;position:relative;display:block; }#ob7uNLtJEnABCzyFlFWwwgofdOX9LEA1 { color:rgba(var(--color-primary-4),1);display:block;width:30.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:12.9375rem;left:4.25rem;height:5.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ogSeoR0ySHyZnBZ745alpaxhkC80AwMd { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:24.5625rem;width:29rem;top:2.25rem;left:41.6875rem;overflow:hidden;display:block; }
#UiPET0AfwDE0BEWNy6LHfRNiey0gceco { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:2.5625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:20.6875rem;left:4.125rem;display:block; }
#lwmI9HM7fp8m7rKgdFUitBDDMSmbLI1l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yVvt4u9i4G88aMCDXuyGFoPvbCXJi5Ql { box-sizing:content-box;height:4.4375rem;width:7.25rem;position:absolute;border-top-left-radius:0.25rem;border-top-right-radius:37.5rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:37.5rem;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:7.0625rem;left:4.25rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ZwFZkbB1OxOH56gN8Zoi96T0Zvi23G3H { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:7.8125rem;left:5.8125rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fTJ0mp3hW6QUMSLHUOkiuFiFsPqO4NMt { box-sizing:content-box;height:4.4375rem;width:10.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.0625rem;left:11.625rem;box-shadow: none;display:block; }
#A5Nz9LsVJhM5p3kxfKBCk8CvU3y9Kzck { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:7.75rem;left:13.25rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RbT2Z0mTZzMi3sffOrrlod3xLZwEMgly { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.625rem;width:25.625rem;top:11.5rem;left:20.467968940735rem;overflow:hidden;display:block; }
#oUHOU5IpVBWKBUEv9bc3DMxwazz4xEyz { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:3.9375rem;left:57.6875rem;overflow:hidden;display:none; }
#zQtoD9Ki7A8sVqa2sc8IHaVQKgmFJrpF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:21.874998092651rem;left:15.530468940735rem; }
#s3zM27Qpb1FA6z8d9yuQwW24LcBSDN4q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#caaba6;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; }#s3zM27Qpb1FA6z8d9yuQwW24LcBSDN4q > .row .container { background-color: transparent; background-image: none; }#s3zM27Qpb1FA6z8d9yuQwW24LcBSDN4q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3zM27Qpb1FA6z8d9yuQwW24LcBSDN4q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3zM27Qpb1FA6z8d9yuQwW24LcBSDN4q > .row .container > .video-iframe-container { display: none; }#s3zM27Qpb1FA6z8d9yuQwW24LcBSDN4q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3zM27Qpb1FA6z8d9yuQwW24LcBSDN4q > .row > .video-iframe-container { display: none; }#s3zM27Qpb1FA6z8d9yuQwW24LcBSDN4q > .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); }#s3zM27Qpb1FA6z8d9yuQwW24LcBSDN4q > .row .container { border-width: 0; border-radius: 0; }#s3zM27Qpb1FA6z8d9yuQwW24LcBSDN4q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s3zM27Qpb1FA6z8d9yuQwW24LcBSDN4q > .row .container { font-size:0.875rem;font-family:arial;height:58.5625rem;width:75rem;position:relative;display:block; }#ZO1kTxt33pwpRzuRTVQe3PvXapydKaEG { color:rgba(var(--color-primary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:31.53125rem;left:2.46875rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#tbI057xlwmZFXKsPZlvqxUamrcKIo37s { color:rgba(var(--color-primary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:37.90625rem;left:2.15625rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#C4OkZgA4Jtnq2tfXiqoSfeqqPtN7dJlK { color:rgba(var(--color-primary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:7.8984375rem;left:40.406250953674rem;height:3.675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 .widget-form-header { font-size:0.75rem; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;color:#564f4b;width:29.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;font-style:normal;line-height:1; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 .widget-input-text { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ede3de;border-left:0.0625rem solid #ede3de;border-right:0.0625rem solid #ede3de;border-bottom:0.0625rem solid #ede3de;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:29.8125rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:300;font-style:normal; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 .widget-textarea { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ede3de;border-left:0.0625rem solid #ede3de;border-right:0.0625rem solid #ede3de;border-bottom:0.0625rem solid #ede3de;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:29.8125rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:300;font-style:normal; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 .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:29.8125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 .widget-input-button { border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;background-color:rgba(var(--color-primary-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:9.4375rem;margin-bottom:0.25rem;margin-left:10.125rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:400;color:rgba(var(--color-secondary-0),1);width:9.5rem;height:2.375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;font-style:normal;line-height:1; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.75rem; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.75rem; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.75rem; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.75rem; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 .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:var(--paragraphs-font-family);line-height:1.2;font-size:0.5625rem;font-weight:300;color:#746862;vertical-align:top;width:28.5625rem;overflow:hidden;font-style:normal;text-align:justify;text-align-last:initial;float:none; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 .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; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 .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;float:none; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 .widget-container:first-of-type{padding-top:0;}#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 .widget-container:last-of-type{padding-bottom:0;}#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;position:absolute;top:13.46484375rem;left:40.093750953674rem;font-size:0.75rem; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.8125rem;display:block;vertical-align:top; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#c3b4ab;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 {display:block;}#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;position:absolute;top:13.46484375rem;left:40.093750953674rem;font-size:0.75rem; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #JMqf7XPseaVT7S9mMXhiiPRvZOIt2KyA { position:relative; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #mlEUldxNT6QziPW108OMRllNN0GbwnpJ { position:relative;display:block; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #Hmkqt2sNsnn2ZTezBuPAPg8FRobSHDAT { position:relative; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #wz0MpXVVN4FsT1nVIuz7PzmaFr6KwCKT { position:relative; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #TXVTCvqQ83Iva0eFA0hm9X23GsC43FcT { position:relative;display:block; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #ybVrCoihKfIPQTcefxkgTCgfeDuWCAHr { position:relative; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #uvbJTOz5kJElculHVVLWmOLtOQhGnQzh { position:relative; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #PTkz3Cfu01fetEmbbcC1TR3EH5DgeI97 { position:relative;display:block; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #kH2W6KM3T5XSycE4leWcThzNJ9VpXoN4 { position:relative; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #KcaO1PVpPLWyF6k6fTcfPa7oiaR1vuEQ { position:relative; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #Tzm6D7B8pZDS8XULLxuXv32z2zLRDwJZ { position:relative;display:block; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #XZpFRbgJD2amxI79fzQD4k8rfpI5WXep { position:relative; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #TNne1fwDWe08vn2N8almPSWLvRvMFRuK { position:relative; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #RUTiWs1hBeC30hMmpPhEVX324oiwzsrK { position:relative;z-index:2; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #K1lcMlTScx6RRUgcDzxgElE0Pn82JwU7 { position:relative; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #CpX0xec86q1vSXDFPoUvHcRM2P81mshA { position:relative; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #n6Kl1sSMTDs94L6afE6eTuKoddhFq5Wm { position:relative;z-index:2; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #AGinVr4PQbooMKHiGWmb6wKIZQyzlRvL { position:relative; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #aySfT4eBMiy31aEzVI4MriumMq6qm457 { position:relative; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #H6uJVuxnAzIIzlO6TM6Z3vNGguz5tBVW { position:relative;z-index:2; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #qDd3HIAe7Th1zDb8BWZEb9z4dKrFCo9q { position:relative; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #qZ7Qck87kXURrxCLVyPkUGlw56ovLNVz { position:relative; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #LPWKcriTi5MP0eDW35qZEf5ZG91Syx09 { position:relative;z-index:2; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #ialXaGy7TJNO9cSfSpeFP8bATO4L9Fqg { position:relative; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #tNu0ttTauRu8AeTB3czuGdqpyp8pTlAc { position:relative;display:block;z-index:15000; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #xIXk4z3McCHsr5XahCTNx5EdJ8uV4VTO { position:relative;display:block;z-index:15000; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #rQBM23QcX0mzrGRxSMisqCvHqoqABIZd { position:relative; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #XsgRs18y9l2BF8OBVrknoCTz6Ikw9kKi { position:relative; }
#st8rLdJbuWolbrPgQPzEHdH2Nb6QI6HR { position:absolute;display:block;z-index:14999;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:28.5625rem;width:28.5625rem;top:34.3125rem;left:19.811718940735rem;overflow:hidden;display:block; }
#rkJcRxrDW1K1UpB3in0JhN3KAKo0JFei { color:rgba(var(--color-primary-4),1);display:block;width:10rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:5.0625rem;left:1.5625rem;height:3.15rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#uEAlvCta5vff7Nwm6QlwfOir0dKM9SsQ { color:rgba(var(--color-primary-4),1);display:block;width:36.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:13.464848995209rem;left:0rem;height:14.7rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Sd98DZ35cF8VV6B8TzpFKfvg8cWcMlSw { box-sizing:content-box;height:4.4375rem;width:12.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.4375rem;left:0rem;box-shadow: none;display:block; }
#K42De83QNN5ft9VcZNifcIHrNhSSe0Qp { box-sizing:content-box;height:4.4375rem;width:13.875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),1);background-image:none;top:4.4375rem;left:12.375rem;box-shadow: none;display:block; }
#fcnthIR2HMKCl0kwJydeAu4sG78TEnFi { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:5.0625rem;left:13.75rem;height:3.15rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#bheXXcDcGupgSVRoaTeX98z03LmXM7tB { box-sizing:content-box;height:4.4375rem;width:22.875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:37rem;left:0rem;box-shadow: none;display:block; }
#lvK5QRiy6esxeTo1HWeHb7vF4eda5xet { box-sizing:content-box;height:4.4375rem;width:23.0625rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:30.625rem;left:0rem;box-shadow: none;display:block; }
#nIQJJkZFI9n5e8zL1C9pXz9RLISmLypr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffbe98;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; }#nIQJJkZFI9n5e8zL1C9pXz9RLISmLypr > .row .container { background-color: transparent; background-image: none; }#nIQJJkZFI9n5e8zL1C9pXz9RLISmLypr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIQJJkZFI9n5e8zL1C9pXz9RLISmLypr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIQJJkZFI9n5e8zL1C9pXz9RLISmLypr > .row .container > .video-iframe-container { display: none; }#nIQJJkZFI9n5e8zL1C9pXz9RLISmLypr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIQJJkZFI9n5e8zL1C9pXz9RLISmLypr > .row > .video-iframe-container { display: none; }#nIQJJkZFI9n5e8zL1C9pXz9RLISmLypr > .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); }#nIQJJkZFI9n5e8zL1C9pXz9RLISmLypr > .row .container { border-width: 0; border-radius: 0; }#nIQJJkZFI9n5e8zL1C9pXz9RLISmLypr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nIQJJkZFI9n5e8zL1C9pXz9RLISmLypr > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#APeLS5XtcLDnuyd30RQ9U3OzyBqKCr99 { box-sizing:content-box;height:2.6875rem;width:12.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:4.4375rem;left:2.4375rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Ak7Tb8meZgey4s1AT0pLwhXvhSGHeDdW { color:rgba(var(--color-tertiary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.4;letter-spacing:0;top:5rem;left:5.3125rem;height:1.575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Np3yaJEuaxUm2vixuXtl4pXQfLTnVFve { color:rgba(var(--color-tertiary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.4;letter-spacing:0;top:5rem;left:25rem;height:1.575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nCrPlLPyN6EPxTuJ9Vz8mPcWUhQCVOv6 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.4;letter-spacing:0;top:5rem;left:43.75rem;height:1.575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KKDfnwAUzu32T1DTrs8D6orvVoOqwguS { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15037;line-height:1.4;letter-spacing:0;top:5rem;left:59.0625rem;height:1.575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Dsm9fCh4pcKRFb7VXd0ADg5D7DIO2kN2 { color:rgba(var(--color-primary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:7.875rem;left:4.3125rem;height:3.15rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OuM3MQVWcq210faDZQ3Emf2OSxepNwPA { color:rgba(var(--color-primary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:7.875rem;left:21.092968940735rem;height:3.15rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BnL7euhny8X4a5ito6Hpy3OCMvGViG4H { color:rgba(var(--color-primary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:7.875rem;left:39.250000953674rem;height:3.15rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tOPDWUVmXtIZI1X1i1x8OGxUZURV4Za0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:8.324999809265rem;left:62.125000953674rem; }
#tOPDWUVmXtIZI1X1i1x8OGxUZURV4Za0 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#zLcvenZ8RdKGuAxFFUG4Sbn5f5FPVPAd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:8.418749809265rem;left:59.062500953674rem; }
#zLcvenZ8RdKGuAxFFUG4Sbn5f5FPVPAd > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#PUibEEEen6HHLCdapADhTLbmPHn93Vt2 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:5rem;left:3.125rem;overflow:hidden;display:block; }
#AZzZ2TUXbsNvoLCAJGDqpT4AH8W9Es6l { box-sizing:content-box;height:2.6875rem;width:11.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:4.4375rem;left:22.1875rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#D8rbKBZDGVQTv0wvNWr4WwwLFlDWfz99 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:5rem;left:22.875rem;overflow:hidden;display:block; }
#Jp0FFukKg1Di1pLCT08KmtvemhCOCoQz { box-sizing:content-box;height:2.6875rem;width:11.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:4.4375rem;left:40.9375rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hyagnT2uyyIVrXb1y3hchl4TtvDJdxzp { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:5rem;left:41.625rem;overflow:hidden;display:block; }
#rpWttqTIhktd2tvngdb7lBXJLu361uT4 { box-sizing:content-box;height:2.6875rem;width:17.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:4.4375rem;left:56.25rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#gXsMSku4ait9ZJnXF3NlzDIkV7lThv00 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:5rem;left:56.9375rem;overflow:hidden;display:block; }
#JEieMbAWIdHnUZV9UOd4FClVfdTxrZTF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:7.875rem;left:65.312499427794rem; }
#lnh9IIhompugHe5ZSHewTuovnhzXph0T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:8.293749809265rem;left:69.399216651919rem; }
#GZ0iiTz6uiPvxADL4lblUbEBefuCWpNB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffd4bb;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; }#GZ0iiTz6uiPvxADL4lblUbEBefuCWpNB > .row .container { background-color: transparent; background-image: none; }#GZ0iiTz6uiPvxADL4lblUbEBefuCWpNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZ0iiTz6uiPvxADL4lblUbEBefuCWpNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZ0iiTz6uiPvxADL4lblUbEBefuCWpNB > .row .container > .video-iframe-container { display: none; }#GZ0iiTz6uiPvxADL4lblUbEBefuCWpNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZ0iiTz6uiPvxADL4lblUbEBefuCWpNB > .row > .video-iframe-container { display: none; }#GZ0iiTz6uiPvxADL4lblUbEBefuCWpNB > .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); }#GZ0iiTz6uiPvxADL4lblUbEBefuCWpNB > .row .container { border-width: 0; border-radius: 0; }#GZ0iiTz6uiPvxADL4lblUbEBefuCWpNB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GZ0iiTz6uiPvxADL4lblUbEBefuCWpNB > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#AvTTdRE8WSEPbffu8vEcgGZHx3PwJTfl { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.25rem;height:4.25rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:12.686719417572rem;left:21.374218940735rem;display:block; }
#Ufbh6Wb8kHsQNncLKQoPHTbA4Ce2bxEs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QfLbBdbBq9fU6GsqltrHhd6u3QXivE5E { color:rgba(var(--color-primary-4),1);display:block;width:64.0625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:4.6750001907349rem;left:5.46875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fldXKSdoS8m8JgPpJUyIHqUbAPyC2eq3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:14.187499523163rem;left:49.312500953674rem; }
#ynnZH9VnhWLQTUlzPsGAmUgCOilLByqi { position:relative;display:block; }#ynnZH9VnhWLQTUlzPsGAmUgCOilLByqi { background-color: transparent; background-image: none; }#ynnZH9VnhWLQTUlzPsGAmUgCOilLByqi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynnZH9VnhWLQTUlzPsGAmUgCOilLByqi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynnZH9VnhWLQTUlzPsGAmUgCOilLByqi > .row .container > .video-iframe-container { display: none; }#ynnZH9VnhWLQTUlzPsGAmUgCOilLByqi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynnZH9VnhWLQTUlzPsGAmUgCOilLByqi > .row > .video-iframe-container { display: none; }#ynnZH9VnhWLQTUlzPsGAmUgCOilLByqi > .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); }#ynnZH9VnhWLQTUlzPsGAmUgCOilLByqi { border-width: 0; border-radius: 0; }#ynnZH9VnhWLQTUlzPsGAmUgCOilLByqi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ynnZH9VnhWLQTUlzPsGAmUgCOilLByqi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GJSfdrfFL1I0Kl6X6LleB9I5OI3CSdWQ { 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:23.625rem;width:75rem;top:2.375rem;left:36.84375rem;overflow:hidden;display:none; }
#FbDCAmqlZM05kDU50rJQyE7yVPxMOh6R { position:absolute;display:block;z-index:15003;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:2.8125rem;width:14.1875rem;top:2rem;left:30.40625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IEbtH4cMTdP4Cb1mFdXbSPQfw04cklGB { display:block; }#IEbtH4cMTdP4Cb1mFdXbSPQfw04cklGB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qzRiB3TbTJn6TTHfz2JWcmSL0BChSVqE { top:2.3125rem;left:10.4375rem;width:37.3125rem;height:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mliT4XcAC0lrTHZ2xlFl5QNf56Isw3re { display:block; }#mliT4XcAC0lrTHZ2xlFl5QNf56Isw3re > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p8ZdX0OwfBvpn8B1GUXvS7Vgoft1nLq5 { top:0.875rem;left:0rem;width:18.6875rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUEXmolC9aSQ1i6bLdUZoFLN1NgUGOdy { display:block; }#RUEXmolC9aSQ1i6bLdUZoFLN1NgUGOdy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #osOdbD2azDIy6TLFT54E28duMwqKWFxz { top:5rem;left:0rem;width:18.875rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeTJRK3ZcFN0vSTEWUur9q81TXyRP9qM { top:5.8125rem;left:0rem;width:18.375rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMI6w5i37IUgnpCJytTfB6B861PN9rTH { top:41rem;left:0rem;width:34.1875rem;height:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEr3KHZH2MGh5OZGvUfuWEXTDqB5tyHs { top:27rem;left:0rem;width:37.375rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC7GFhVU4um9cULCVMCNN3cHNUV0EB7h { top:5rem;left:8.125rem;width:16.0625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2kT1lCPETIH52XoOAmqtfTh6UrtCt6T { top:5.8125rem;left:10rem;width:13.875rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2rvTOLXGl5LqWAa7EDbTlrixUw7PcnV { top:11.3125rem;left:0rem;width:20.0625rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0DxHGlMRvwGdS1TtgwgHrOxGQhleaTK { top:30.875rem;left:20.625rem;width:27.125rem;height:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT .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; }
#F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT .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; }
#F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT { display:flex;width:18rem;height:5.0625rem;top:40.4375rem;left:16.84375rem; }
 }@media only screen and (max-width: 763px) { #F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT #vvy1SZ7V9oyxJcq0JSD7ZFPSVDMvg7SH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT #UzfOFEITp6dKqqh0O8ZnZS7fh27wDMpb {  }
 }@media only screen and (max-width: 763px) { #F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT #u9m8RHC3gIPqelTtcUn0IvsyVfJaR7qU {  }
 }@media only screen and (max-width: 763px) { #F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT #Lo5lMC3kQTUOGzI2uIVJyQ0ampcI6JZU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT #LRkQX7RrUBET7amQbLUBnOIpaUVC3JGa {  }
 }@media only screen and (max-width: 763px) { #F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT #p82VyBz0bsJy7hHrzNMGEnRnQwDZoBbB {  }
 }@media only screen and (max-width: 763px) { #F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT #UPvopc1Luo8N2acwOh8Dqvzibrg2rGwS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT #Z2hbzaaMsUM9HWpWpROrmOHtDCsrczVm {  }
 }@media only screen and (max-width: 763px) { #F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT #nu5zgSdkmXzuVsqiJnTa4MpFRypmOucL {  }
 }@media only screen and (max-width: 763px) { #F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT #tOs2KyODILIzd726V1CFSzTFiGrgRHmy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT #THeLyA2acyaF3pTkOB6KomGkNDFT4cLH {  }
 }@media only screen and (max-width: 763px) { #F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT #LRDoBuCy6iTezGieaifTu4xcJzwCd8As {  }
 }@media only screen and (max-width: 763px) { #orZdLvPdHSlC8mtgwaJptaaobdD7Iz1q { top:17.6875rem;left:0rem;width:37.4375rem;height:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVymI4NVv97JvyCmSVbVXx7d3VmVyUKx { top:31.6875rem;left:9.625rem;width:26.5rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAvFE0XWEVuOHhd4flbS3lSIv6BJ03cK { top:33.75rem;left:0rem;width:9rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB6TKsnHtthTiMBrQAANbysZEKcX4SHF { top:32.75rem;left:0rem;width:12.1875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVWMlohRDT4w8DRsPrX1HUMnyZkqnzmD { top:32.75rem;left:5.4375rem;width:10rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygS4MoZiM8aFeKBk0LH0PoULiiVDL1DI { top:33.75rem;left:6.4375rem;width:7.6875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI2xaUmxnPOyKB8O7DS5AWlIKK9Ps0Zp { top:11.3125rem;left:0rem;width:3.125rem;height:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnluXC1SdEX8Ky5RTRk9klScsw53PsbT { top:11.3125rem;left:13.0625rem;width:11.0625rem;height:3.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkgo6uQ18S0WQteGDEqleGbGEOruahUi { top:10.5rem;left:0rem;width:20.3125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FerTEByXWuC75eMSwAdmLgWAh3mRe107 { top:10.4375rem;left:11.6875rem;width:12.4375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJVQdngO8u7ABnlpS3VFbHTICMWc4OSC { top:10.375rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2mFPuJE4iMDXez4Im8MqcRHzSF7DJxg { display:block; }#w2mFPuJE4iMDXez4Im8MqcRHzSF7DJxg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VRmiX0AcOIawC4fg37xIoCDo21bTFuMB { top:15.625rem;left:13rem;width:34.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6T0Qg5lDE68TWGHLTzhZkwZkKT6OHXb { top:23.0625rem;left:12.375rem;width:35.375rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASWo8ShRPq9JWkIPTIJVi9MBd5I1qa69 { top:27.6875rem;left:7.75rem;width:14.3125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx7DMwtaKGTSty1pVms6u7TtqZBDgKUN { top:13.1875rem;left:0rem;width:35.375rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er9VTd9DN3fhlki3hGGxIRVHySzyPV7m { top:5.1875rem;left:2.8125rem;width:5.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yepskk12t48iH7gz8TfmQIkL8A3zGOQa { top:5.1875rem;left:0rem;width:9.4375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3qGCseLvw8TuBcIniTKJ2TOkPAWnPGA { top:5.875rem;left:0rem;width:6.5625rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li8bPTqNTMDZPOS11eJE0IkNOQ5ymGib { top:5.875rem;left:3.4375rem;width:4.625rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukCH7UnTkdtnV9zBU8OGoE4m40PwQCTo { top:5.125rem;left:14.25rem;width:9.625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9uQM2dIAeMB4JaOLTt2rWdCTm3aFBKK { top:5.875rem;left:15.5rem;width:8.375rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pul6yi1fEDOHvQmE3ipPvelXv28H5x6c { top:5.875rem;left:0rem;width:31.0625rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSkmDbliFe7L89tclsThL4C6mminPo4V { top:5.875rem;left:8.75rem;width:8.4375rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdc4U0BTGmk7OrA5UkWc1CMATpuhbwMr { top:5.125rem;left:8.8125rem;width:8.3125rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nknzW6m2wPSD9upzOzSDvFlMkRpihtJT { top:7.3125rem;left:0rem;width:5.125rem;height:7.75rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FZxXtxFOGlPIuEgaHIhVMtx6xMiJMnQa { top:10.4375rem;left:0rem;width:13.3125rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cmg8VQn6SRF3O6ezT1rarU061helCRXa { display:block; }#Cmg8VQn6SRF3O6ezT1rarU061helCRXa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hpzdUi96UmQbeNTN2Rssei42P18eTsre { top:18.625rem;left:0rem;width:42.3125rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFh4EeiHmRtAaHiTvZIFa7qILfThWKKU { top:14.625rem;left:0rem;width:27.875rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzOmVWlyiUvP1VgZS6pweTWJpy6PT9qC { top:43.9375rem;left:0rem;width:32.1875rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZlAs0TyMPnpDUEbtiKx2NTDNSVxhZUp { top:48.75rem;left:0rem;width:42.875rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FH8W77qOaEWCsR46Bag0yDixPae1OlUN { top:57.6875rem;left:0rem;width:33.625rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #esZa1B9vdphTzpzH8KNT4allkfbNI6sE { top:56.75rem;left:0rem;width:36.1875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRcfCXMlXgnxvUrA0E35R0kgBBB2niKB { top:62.9375rem;left:0rem;width:43.9375rem;height:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNf6mDNrPUVxw3zepB8IfGlEfrefzTUd { width:32.625rem;height:3.875rem;top:127.9375rem;left:7.5562505722044rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBh3baCIwmC3J6TIXaHxTnyWUywl5VTR { display:block; }
 }@media only screen and (max-width: 763px) { #tIQMGdHQQBOfuHbVEgKqn4oi9ESmBFIn { width:31.3125rem;height:4.375rem;top:34.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #haeMQXK9Jdkt4vPZrme1WMVdeCeIUz3E { display:block; }
 }@media only screen and (max-width: 763px) { #I3zMf29TAhXKboZlORSDfO6sXOQUDfCm { top:13.75rem;left:21.5rem;width:26.25rem;height:18.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hF750vXqIrxEPCTd9e4Nxd5CFdNOavKA { top:35.875rem;left:21.3125rem;width:26.4375rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD0uSJxmyO9MWQ5JrWEGTwQzbHmahRer { top:81rem;left:21.6875rem;width:26.0625rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1JTOme4Tx8RtadKMuRv1mSdPiHTwTZ1 { top:129.375rem;left:36.112500190735rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIkMuttmrwAs6pQZSQ65EsEAcpUmUWfO { top:43.0625rem;left:0rem;width:35.75rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGk9l71VM6tHA00Cc03RUmkoO9f47wOw { top:13.75rem;left:0rem;width:28.75rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlI5q6dA0SmJGpASKRtThXlGx2HnCd2K { top:6.0625rem;left:11.436718940735rem;width:3.125rem;height:2.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcwnzZZXdEBu461EiQXpqPfTtM6OLNIf { top:114.875rem;left:0rem;width:45.3125rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIOwJu5eQNVTklVeFC48R7kE702bA6Fe { top:89.8125rem;left:0rem;width:38.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSCZWkPxTW98asrXQoch6igfTWnbeKJy { top:90.75rem;left:0rem;width:37.9375rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeoRSzSP3lHlsXTXpJl91Phwy6zze2r4 { top:96.25rem;left:0rem;width:42.625rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlBw7A4MuDGof6Iur1fxmxAHHMmVl3Lq { top:3.9375rem;left:43.3125rem;width:4.4375rem;height:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lKgh8QQlBvxz3cPWSrGt9myhTS7h3dX2 { top:73.8125rem;left:0rem;width:38.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPMcB0p1TSrI34x7XpFVQQxQW7cfIgT8 { top:74.625rem;left:0rem;width:37.8125rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #idSbt3Cb2c7kGfoQBunfOOTBMbwPbGN8 { top:80.125rem;left:0rem;width:41.625rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRNb1zwbQ18bNRguaqNBm7s95sh1mnNb { top:109.625rem;left:0rem;width:38.25rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIOgyog0x2q60GJNTqyK3XVkzuylPOe2 { top:108.6875rem;left:0rem;width:36.1875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypr0a39Dc18Q1eFi2rTXomVNJRQT67oz { top:57.875rem;left:21.625rem;width:26.125rem;height:18.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RaIaWtw6tTwaFi2FvOcpNoI16lBDUidE { top:5.3125rem;left:0rem;width:16.8125rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #la6hilJ4hFHp6m2flfew0XDIAeaTntwx { top:5.9375rem;left:0rem;width:13.8125rem;height:3.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySFroif8I551MgVpe0RbLkHZht7BaJeT { top:5.3125rem;left:0rem;width:4.625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgnp8MNtLHpTkdKFiANxzGU4I9tRPyiv { top:5.9375rem;left:0rem;width:2rem;height:3.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0ZAeU3ly8NvN1aPGwvv360JAeuVnmRf { width:13.9375rem;height:2.5625rem;top:85.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mda2bkAIgLVPIueFTJIflVGqaU9l5yTm { display:block; }
 }@media only screen and (max-width: 763px) { #tRwK313pRTT45hyNOImdKWJnwlAuQRWH { top:85.9375rem;left:12.625rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMyTraCLCp7EiFTXiSGwEcM4uQB2fWxG { top:5.3125rem;left:10.749218940735rem;width:4.625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE1559dQZHCHxNQUvCD5d4uPsKW2wnf5 { top:5.3125rem;left:15.468750953674rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI5xipCdkdUakBbQukh6s8cAkUqxSNzy { top:5.9375rem;left:16.968750953674rem;width:10.875rem;height:3.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH0Css3rtfzHhNO2hoEv7uE7TlnxLVME { top:103.4375rem;left:21.625rem;width:26.125rem;height:18.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TPbOsa3Wf4tHpaqBGDTzz0PfMa9NF7Vd { top:32.1875rem;left:0rem;width:42.3125rem;height:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2oopCG4WeH54rEHlXgelKg6X3dzd1vu { top:26.4375rem;left:0rem;width:39.625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIFGTHrio4xOcbfcoqdxT0dp5Iab15K9 { top:27.3125rem;left:0rem;width:36.5625rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lROB1rlIrdXxCfGOQa2mFTWWGuil9RTi { display:block; }#lROB1rlIrdXxCfGOQa2mFTWWGuil9RTi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ux6ZXiGQC0wPx6D7SmsDBFEyFomh4pUu { top:5.0625rem;left:6.5rem;width:16.75rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6SFs9wedSoFWT35M8xzprHRVm2ESyxD { top:4.3125rem;left:0rem;width:11.3125rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP7udXoe0IdV2slsh0pbnnM8k12x82oU { top:5.0625rem;left:0rem;width:10rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6WCWVe7p1vOeRbLAV47t23bXLTxZ9NI { top:4.3125rem;left:5.75rem;width:18.25rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7gpWzcK9yt0ghe0bPm9xCurU4ZITJJA { top:4.375rem;left:24rem;width:7rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJ5dAn0qLsJ1vThsWb4E0HDLeebSnCQs { top:4.375rem;left:31rem;width:6.375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTfuXKt82i5z5Upt33HHgNDDucLu2IDo { top:4.375rem;left:33.5625rem;width:14.1875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbymBPbnzOfpfhKgC5pVTaVdTD1wt8se { top:5.0625rem;left:25.375rem;width:4.25rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUbg5gAWM9p5SmX5K3zQKI5rIrgmfxMs { top:5.0625rem;left:32.25rem;width:3.875rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bivtfi3S8UndXTlq9Tt4Txnv40cBI56a { top:5.0625rem;left:36.125rem;width:11.625rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFA292IOIb3y0QPla7xuZNXd1TXksblI { display:block; }#pFA292IOIb3y0QPla7xuZNXd1TXksblI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywEntGIEv2T9OLNAPrE6yUNNHSeNKUp2 { top:1.875rem;left:3.9367189407349rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx7wy1HEx7GgMkVzsaPP1DvIIgrhDpph { top:2.625rem;left:36.093750953674rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2sHwTkWH3TJTUM9xM9bAybXb78UucLV { top:10.75rem;left:0rem;width:22rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTsBoH7OPzCIyuIhc9MtWCZ3Fw8sl6Gg { top:10.75rem;left:9.75rem;width:22rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV5dWV0hoO2v4Qg8RW8hAtdC2SDCkb7K { top:10.75rem;left:25.625rem;width:22rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te3ev65bk5FgDWr2TEGqM00dtqTWdcnM { top:18.9375rem;left:35.625rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS1PxnA9nT2wg2FPM6KVn9KNLLkTDUsl { top:19.5rem;left:20.375000953674rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHnfHLeiREsn4DPCpv79dlvxqwNhnOH9 { top:18.625rem;left:3.9375rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iqv5qlnzL0Xkhhc4i3xCtZPK88K3g6Q5 { top:28rem;left:9.75rem;width:22rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z273y3lcZ7bTyt42AeT5gLR9lpgCGHwi { top:28.625rem;left:0rem;width:25rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFQFNch9nAdAKw55ZiOPOQzZxeKve7qI { top:28rem;left:22.625rem;width:25rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUnhWJve39G2FuRFSptS0PSCKmh7P7wL { top:2.125rem;left:19.750000953674rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2oJ7lfiILRKBDERcUh6DT4MAtdThk1K { display:block; }#x2oJ7lfiILRKBDERcUh6DT4MAtdThk1K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S38puHMpzlBxgGLPumpMPZAApneRRysw { top:36.5625rem;left:20.8125rem;width:26.9375rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMECHM8aLxEkhhAC8EgrGrfR3x7F76pv { top:5.4375rem;left:0rem;width:4.5rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3Jy1ZQEbHTT7MbrBUc37ZZIhFVVr8go { top:4.8125rem;left:0rem;width:7.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCITK4TkPG3LPVNWvk0OuiF8nJOrUHbQ { top:5.5rem;left:0rem;width:11.125rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6WUpB5WDDKEZNoEFinNCdiaP5abE7Lx { top:5.5rem;left:12.437500953674rem;width:8.25rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8loNIh11lBwiMTtoVFsT44pK1bOJ2MQ { top:4.75rem;left:0rem;width:12.9375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jb8UgSf7JL87yuVohgE0yi8pHSFvn3FQ { top:4.75rem;left:10.9375rem;width:14.75rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym9mc0tU2M6aM7HCdTTsQVXKpPA8evkX { top:19.5rem;left:2.9375rem;width:37.3125rem;height:15.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB04tmETWNhg6HVXtPRKzDUKX2B1StBP { top:43.0625rem;left:10.375rem;width:37.375rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTvBBg3isBsuqaGZoLcnn2MQn1JChwCg { top:14.75rem;left:21.75rem;width:26rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #okUxntZ4rfO85mDBqTVZAF7zcfrQpo2K { top:4.75rem;left:22.1875rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcH6lnyy7fu0HKX42hWMCyo6sqLWPJUs { top:46.4375rem;left:22.125rem;width:25.625rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpERqbhEnWA7VwZRgZWfAyoyl0RHTntk { top:35.625rem;left:12.3125rem;width:35.3125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #acq1llakbGxPldBxxbmSieDcxpVzdfso { top:35.9375rem;left:21.3125rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdAseLLuncer5TW8PgeQHzq1tTQfodsv { top:14.125rem;left:22.187500953674rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EgmNIrsGOozbwx61aWRLp2Xy0epx6nmF { top:13.8125rem;left:11.9375rem;width:35.6875rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK9ceEPPFRiTBxrSuS2ihBo8z451LZET { top:14.125rem;left:21.375rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtqonUptiAVy50EeP1WwWnAnIQrsGm5v { top:35.3125rem;left:18.862500190735rem;width:3.375rem;height:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pt0hLch0L0K2iroqTF8TeoydZwFtpWDG { top:13.8125rem;left:0rem;width:28.125rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvALsSOLVPCFyTTK7Oc9B8TGaAyrFIfA { top:35.625rem;left:0rem;width:28.125rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcWXbP26nHdrinEhiBfvl6fAsFqPVbIP { display:block; }#mcWXbP26nHdrinEhiBfvl6fAsFqPVbIP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OU20b8URWczZRugWcO1mhTvgl7xsBWHD { top:18.625rem;left:0rem;width:43.25rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqshxhIPROzWTfNqESR0gZacxJIL1H7y { top:14.5625rem;left:0rem;width:37.375rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRGygi5gQArOOybpGI8Ig3is01fb06Ji { top:27.5rem;left:0rem;width:25.0625rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0fMWyXJhJ1L5AhbEoHzBguHB3xFqhMO { top:32.3125rem;left:0rem;width:43.75rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #geqpFCV2DRJJ01d0EghuvNSTWdKal84K { top:41.375rem;left:0rem;width:28rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSKK8Np0MeyUC325RX9ZdbBuBDGBGIBv { top:6.3125rem;left:0rem;width:14.1875rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT5S7a06D7duVDFaH5ekzOzLB8VQo0VG { top:40.5625rem;left:0rem;width:29.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltwZc7dGHoOOairNkJl0n9fVcrKXnai0 { top:5.6875rem;left:0rem;width:15.8125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTLly4UwNS2UPB9w3BGG2QeACT3bNKxm { top:6.3125rem;left:6.499218940735rem;width:5.9375rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKNXqBUSRT0FqJsdpbRGNzZGOq6fO5DP { top:5.6875rem;left:5.1242189407349rem;width:8.6875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf0oEBRTWWHBUxThoL0PUygF0eyBZF6W { top:46.5rem;left:0rem;width:41.25rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXNx3Htc5sQCc0eEXyzOHMqRkrFDyE38 { width:32.625rem;height:3.875rem;top:108.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJupaTkZ4ia1qcDzwGZ7qoX9BsH7RST4 { display:block; }
 }@media only screen and (max-width: 763px) { #JaaItQvMLqn6WIP54imGPqZtu5lko1cO { width:31.3125rem;height:4.375rem;top:34.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hyWZF5BTtpMEId48hZ85qQvnDZnMVtHo { display:block; }
 }@media only screen and (max-width: 763px) { #XAr9PS7qq9kTzQkA3vG6JScOw6hy6IIi { top:37.875rem;left:21.5rem;width:26.25rem;height:18.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sQGHLJk4Zz0EBkN5Ldah3Fbmd8JPu9lO { top:13.6875rem;left:21.1875rem;width:26.5625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEWUSgt1o4dkZe3M97VdiDfVGPUc28ev { top:61.8125rem;left:21.6875rem;width:26.0625rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb06zwolFp72XUyIgAI1oI5IdWPp8dDX { top:109.75rem;left:35.125rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiLRsvG7sBC4odv58y93HsfrqeRhBO5u { top:26.75rem;left:0rem;width:27.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkUAaslk22UQOInVTEINpEMgFi1RKCop { top:13.75rem;left:0rem;width:34.3125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtPZl6mMTOXDADFVWiTrrPav4Qt42v1F { top:6.3125rem;left:15.124218940735rem;width:9.5625rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxVANRglCOGH20RNISJx3KIJPo7Gecd7 { top:54.1875rem;left:0rem;width:28.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xpde2SynbSc4M5dOpEZ7fn54qKBTT2Ne { top:55rem;left:0rem;width:28rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rv7UG4kdN90Dnut0qtGrUb31tdFUDpBG { top:59.6875rem;left:0rem;width:40.0625rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXBsmtf6uwiOGgtqS0vqzqCwZhR4xcHJ { top:77.6875rem;left:0rem;width:34.25rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNSiBcsv8WmzePQAGMArtwUH71zWm7sx { top:78.5rem;left:0rem;width:28.5rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBIWdA6IQEAAn2FTq8afvKBgbtqpDqNZ { top:83rem;left:0rem;width:42.625rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxpK1bzKqTy0WRcxwkunggXDUTWywSbe { top:3.9375rem;left:43.3125rem;width:4.4375rem;height:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fPECESDXkLFFRCwzoWswCxTn7Lgoveig { top:66rem;left:0rem;width:24.6875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DK08AZ7Qaf5pZJXmzManNOvILOcOqA6F { top:66.8125rem;left:0rem;width:22.125rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmwJiJMBJ00F2hl9Hwk0opXwZxkFJZIg { top:71.3125rem;left:0rem;width:41.625rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEPw0B9JL5ZsQK73VWeqtOPsIJN4RVPa { top:91.75rem;left:0rem;width:32.375rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEaKgaECARHP2ZqHuTWFTOcTvOr54RDB { top:91rem;left:0rem;width:34.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT2V9dnm0FDwqad5h2tTWAmhekELDFTu { top:84.75rem;left:21.625rem;width:26.125rem;height:18.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cqRkrRsTl1hgukXaWpMwdKfVw7U34SfH { top:97.5rem;left:0rem;width:43.3125rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6H8MTaAzQRQgfLdu37A3nLh1U7mTcH4 { display:block; }#w6H8MTaAzQRQgfLdu37A3nLh1U7mTcH4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a9fL82WSci80Ty9TgcG6ANdBqnLJp9Lp { top:3.875rem;left:11.6875rem;width:12rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJavyoGaamqagL10SGrQ3BDBkaibV1N4 { top:4.5625rem;left:11.75rem;width:12rem;height:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #luyr93T5oZ6E9UhQ3dH4m2LITOZ8Wd5S { top:3.9375rem;left:0rem;width:12.1875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LldEZOTdA9Wpe7vrIzStGWBMsRbOD08z { top:4.5625rem;left:1.1249990463257rem;width:8.5rem;height:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7gSSAilciPmClDJc33F3xEUuoaaqfzJ { top:3.9375rem;left:43.3125rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #anuTz3dZ9pccZ8n8itkb0toXefWRFhqr { top:3.9375rem;left:23.8125rem;width:20.0625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQbhz2QSDEJANLM0KbbrNGtBtwkvnnrI { top:4.5625rem;left:24.75rem;width:18.25rem;height:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaChhiVW9RqcUWBWdhtOizqB3nGhHlOS { background-color:#fff8f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#AaChhiVW9RqcUWBWdhtOizqB3nGhHlOS > .row .container { background-color: transparent; background-image: none; }#AaChhiVW9RqcUWBWdhtOizqB3nGhHlOS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaChhiVW9RqcUWBWdhtOizqB3nGhHlOS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaChhiVW9RqcUWBWdhtOizqB3nGhHlOS > .row .container > .video-iframe-container { display: none; }#AaChhiVW9RqcUWBWdhtOizqB3nGhHlOS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaChhiVW9RqcUWBWdhtOizqB3nGhHlOS > .row > .video-iframe-container { display: none; }#AaChhiVW9RqcUWBWdhtOizqB3nGhHlOS > .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); }#AaChhiVW9RqcUWBWdhtOizqB3nGhHlOS > .row .container { border-width: 0; border-radius: 0; }#AaChhiVW9RqcUWBWdhtOizqB3nGhHlOS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cc4ClFwR3ncrFSrC3ZTt9ZpQd2NdM84E { top:18.5rem;left:11.125rem;width:36.625rem;height:4.6875rem;font-size:0.875rem;color:#35302d;display:block; }
 }@media only screen and (max-width: 763px) { #qVT5Mf08LWoxd4qN2Pt7Ugu6wekds1yu { top:10.8125rem;left:10.875rem;width:36.875rem;height:6.25rem;font-size:0.875rem;color:#35302d;display:block; }
 }@media only screen and (max-width: 763px) { #vbHydfr8iV4xT0f2gAvVCi8ypqkPDMr3 { top:24.375rem;left:11.25rem;width:36.5rem;height:11rem;font-size:0.875rem;color:#35302d;display:block; }
 }@media only screen and (max-width: 763px) { #MbNZ83TKKbCo31yJ19zBbhG79ODNfDqq { top:7.8125rem;left:0rem;width:37rem;height:26.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nwyiNO2B6GAQ57lLL4wKCaz7t6lBKFvs { top:3.4375rem;left:10.4375rem;width:37.1875rem;height:5.375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EE2EHZTmvkcb51KItFEcikHZX7v5SKhG { top:4.1875rem;left:23.8125rem;width:23.9375rem;height:3.625rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #mgqhml14NTOwp1Zka0N2WSOs7gv214SJ { top:4rem;left:43.5rem;width:4.25rem;height:4.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #n8KHMd7LZZaeksJtDUhTEHOhPZgEaoo7 { top:4rem;left:23.875rem;width:4.25rem;height:4.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VgCAP6tcf6I5gffJGxANMGXPnBn8Tdw9 { background-color:#fff8f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#VgCAP6tcf6I5gffJGxANMGXPnBn8Tdw9 > .row .container { background-color: transparent; background-image: none; }#VgCAP6tcf6I5gffJGxANMGXPnBn8Tdw9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgCAP6tcf6I5gffJGxANMGXPnBn8Tdw9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgCAP6tcf6I5gffJGxANMGXPnBn8Tdw9 > .row .container > .video-iframe-container { display: none; }#VgCAP6tcf6I5gffJGxANMGXPnBn8Tdw9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgCAP6tcf6I5gffJGxANMGXPnBn8Tdw9 > .row > .video-iframe-container { display: none; }#VgCAP6tcf6I5gffJGxANMGXPnBn8Tdw9 > .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); }#VgCAP6tcf6I5gffJGxANMGXPnBn8Tdw9 > .row .container { border-width: 0; border-radius: 0; }#VgCAP6tcf6I5gffJGxANMGXPnBn8Tdw9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VJ0bffvMc72boRBraMRGLcDBsFa1VxIO { top:4.5625rem;left:0rem;width:37.375rem;height:5.3125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pgP0XzAFEqdO14nv1w0XflW5CuVUHLcb { top:5.4375rem;left:0rem;width:32.9375rem;height:3.625rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #J7bttEXudNpk7ARWJMDP9ybzH6UvzqDW { top:12.875rem;left:0rem;width:37rem;height:15.75rem;font-size:0.875rem;color:#35302d;display:block; }
 }@media only screen and (max-width: 763px) { #qXzUPveZ0IP0mGK5zgEoFq7rSWCXM8Et { top:30.5625rem;left:0rem;width:37.5625rem;height:7.875rem;font-size:0.875rem;color:#35302d;display:block; }
 }@media only screen and (max-width: 763px) { #Bg4UMcdveSpfWD17CqLEV29ocK6KDXcg { top:4.5625rem;left:24.687500953674rem;width:22.25rem;height:30.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SrstD9l0r92rtVlUQvSDvaUDpkU0gPLe { top:5.5rem;left:0rem;width:3.6875rem;height:3.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) { #aGvXUCUch1TbAABArxDU8PH2ntxBVJTg { display:block; }#aGvXUCUch1TbAABArxDU8PH2ntxBVJTg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ob7uNLtJEnABCzyFlFWwwgofdOX9LEA1 { top:12.9375rem;left:0rem;width:30.3125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogSeoR0ySHyZnBZ745alpaxhkC80AwMd { top:2.25rem;left:18.75rem;width:29rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiPET0AfwDE0BEWNy6LHfRNiey0gceco { width:13.9375rem;height:2.5625rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwmI9HM7fp8m7rKgdFUitBDDMSmbLI1l { display:block; }
 }@media only screen and (max-width: 763px) { #yVvt4u9i4G88aMCDXuyGFoPvbCXJi5Ql { top:7.0625rem;left:0rem;width:7.25rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwFZkbB1OxOH56gN8Zoi96T0Zvi23G3H { top:7.8125rem;left:0rem;width:4.5rem;height:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTJ0mp3hW6QUMSLHUOkiuFiFsPqO4NMt { top:7.0625rem;left:0rem;width:10.6875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5Nz9LsVJhM5p3kxfKBCk8CvU3y9Kzck { top:7.75rem;left:0rem;width:8.9375rem;height:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbT2Z0mTZzMi3sffOrrlod3xLZwEMgly { top:11.5rem;left:6.842968940735rem;width:25.625rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUHOU5IpVBWKBUEv9bc3DMxwazz4xEyz { top:3.9375rem;left:43.3125rem;width:4.4375rem;height:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zQtoD9Ki7A8sVqa2sc8IHaVQKgmFJrpF { top:21.8125rem;left:1.9054689407349rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3zM27Qpb1FA6z8d9yuQwW24LcBSDN4q { display:block; }#s3zM27Qpb1FA6z8d9yuQwW24LcBSDN4q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZO1kTxt33pwpRzuRTVQe3PvXapydKaEG { top:31.5rem;left:0rem;width:18.875rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbI057xlwmZFXKsPZlvqxUamrcKIo37s { top:37.875rem;left:0rem;width:19.5rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4OkZgA4Jtnq2tfXiqoSfeqqPtN7dJlK { top:7.875rem;left:16.0625rem;width:31.6875rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 .widget-regular-label { width:29.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 .widget-input-text { width:29.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 .widget-textarea { width:29.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 .widget-input-select { width:29.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 .widget-input-button { width:9.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:10.125rem; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 .widget-checkbox-label { width:28.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7  { width:29.8125rem;height:auto;top:13.4375rem;left:15.4375rem; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 .radio-container { width:29.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 {display:block;}#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 { width:29.8125rem;height:auto;top:13.4375rem;left:15.4375rem; }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #JMqf7XPseaVT7S9mMXhiiPRvZOIt2KyA {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #mlEUldxNT6QziPW108OMRllNN0GbwnpJ {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #Hmkqt2sNsnn2ZTezBuPAPg8FRobSHDAT {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #wz0MpXVVN4FsT1nVIuz7PzmaFr6KwCKT {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #TXVTCvqQ83Iva0eFA0hm9X23GsC43FcT {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #ybVrCoihKfIPQTcefxkgTCgfeDuWCAHr {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #uvbJTOz5kJElculHVVLWmOLtOQhGnQzh {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #PTkz3Cfu01fetEmbbcC1TR3EH5DgeI97 {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #kH2W6KM3T5XSycE4leWcThzNJ9VpXoN4 {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #KcaO1PVpPLWyF6k6fTcfPa7oiaR1vuEQ {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #Tzm6D7B8pZDS8XULLxuXv32z2zLRDwJZ {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #XZpFRbgJD2amxI79fzQD4k8rfpI5WXep {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #TNne1fwDWe08vn2N8almPSWLvRvMFRuK {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #RUTiWs1hBeC30hMmpPhEVX324oiwzsrK {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #K1lcMlTScx6RRUgcDzxgElE0Pn82JwU7 {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #CpX0xec86q1vSXDFPoUvHcRM2P81mshA {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #n6Kl1sSMTDs94L6afE6eTuKoddhFq5Wm {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #AGinVr4PQbooMKHiGWmb6wKIZQyzlRvL {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #aySfT4eBMiy31aEzVI4MriumMq6qm457 {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #H6uJVuxnAzIIzlO6TM6Z3vNGguz5tBVW {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #qDd3HIAe7Th1zDb8BWZEb9z4dKrFCo9q {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #qZ7Qck87kXURrxCLVyPkUGlw56ovLNVz {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #LPWKcriTi5MP0eDW35qZEf5ZG91Syx09 {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #ialXaGy7TJNO9cSfSpeFP8bATO4L9Fqg {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #tNu0ttTauRu8AeTB3czuGdqpyp8pTlAc {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #xIXk4z3McCHsr5XahCTNx5EdJ8uV4VTO {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #rQBM23QcX0mzrGRxSMisqCvHqoqABIZd {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #XsgRs18y9l2BF8OBVrknoCTz6Ikw9kKi {  }
 }@media only screen and (max-width: 763px) { #st8rLdJbuWolbrPgQPzEHdH2Nb6QI6HR { top:34.3125rem;left:0rem;width:28.5625rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkJcRxrDW1K1UpB3in0JhN3KAKo0JFei { top:5.0625rem;left:0rem;width:10rem;height:3.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEAlvCta5vff7Nwm6QlwfOir0dKM9SsQ { top:13.4375rem;left:0rem;width:36.8125rem;height:14.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd98DZ35cF8VV6B8TzpFKfvg8cWcMlSw { top:4.4375rem;left:0rem;width:12.1875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K42De83QNN5ft9VcZNifcIHrNhSSe0Qp { top:4.4375rem;left:5.5625rem;width:13.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcnthIR2HMKCl0kwJydeAu4sG78TEnFi { top:5.0625rem;left:6.9375rem;width:11.375rem;height:3.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bheXXcDcGupgSVRoaTeX98z03LmXM7tB { top:37rem;left:0rem;width:22.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvK5QRiy6esxeTo1HWeHb7vF4eda5xet { top:30.625rem;left:0rem;width:23.0625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIQJJkZFI9n5e8zL1C9pXz9RLISmLypr { display:block; }#nIQJJkZFI9n5e8zL1C9pXz9RLISmLypr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #APeLS5XtcLDnuyd30RQ9U3OzyBqKCr99 { top:4.4375rem;left:0rem;width:12.8125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak7Tb8meZgey4s1AT0pLwhXvhSGHeDdW { top:5rem;left:1.90625rem;width:9.0625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np3yaJEuaxUm2vixuXtl4pXQfLTnVFve { top:5rem;left:14.78125rem;width:9.0625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCrPlLPyN6EPxTuJ9Vz8mPcWUhQCVOv6 { top:5rem;left:26.71875rem;width:9.0625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKDfnwAUzu32T1DTrs8D6orvVoOqwguS { top:5rem;left:33.875rem;width:13.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dsm9fCh4pcKRFb7VXd0ADg5D7DIO2kN2 { top:7.875rem;left:0.90625rem;width:9.0625rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuM3MQVWcq210faDZQ3Emf2OSxepNwPA { top:7.875rem;left:9rem;width:15.8125rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnL7euhny8X4a5ito6Hpy3OCMvGViG4H { top:7.875rem;left:19.75rem;width:16.0625rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOPDWUVmXtIZI1X1i1x8OGxUZURV4Za0 { top:8.3125rem;left:38.281250953674rem;width:2.25rem;height:2.25rem;display:block; }
#tOPDWUVmXtIZI1X1i1x8OGxUZURV4Za0 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #zLcvenZ8RdKGuAxFFUG4Sbn5f5FPVPAd { top:8.375rem;left:35.8125rem;width:2.0625rem;height:2.0625rem;display:block; }
#zLcvenZ8RdKGuAxFFUG4Sbn5f5FPVPAd > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #PUibEEEen6HHLCdapADhTLbmPHn93Vt2 { top:5rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZzZ2TUXbsNvoLCAJGDqpT4AH8W9Es6l { top:4.4375rem;left:11.96875rem;width:11.625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8rbKBZDGVQTv0wvNWr4WwwLFlDWfz99 { top:5rem;left:12.65625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp0FFukKg1Di1pLCT08KmtvemhCOCoQz { top:4.4375rem;left:23.90625rem;width:11.125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyagnT2uyyIVrXb1y3hchl4TtvDJdxzp { top:5rem;left:24.59375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpWttqTIhktd2tvngdb7lBXJLu361uT4 { top:4.4375rem;left:30rem;width:17.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXsMSku4ait9ZJnXF3NlzDIkV7lThv00 { top:5rem;left:35.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEieMbAWIdHnUZV9UOd4FClVfdTxrZTF { top:7.875rem;left:41.468749427796rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnh9IIhompugHe5ZSHewTuovnhzXph0T { top:8.25rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ0iiTz6uiPvxADL4lblUbEBefuCWpNB { background-color:#ffbe98;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#GZ0iiTz6uiPvxADL4lblUbEBefuCWpNB > .row .container { background-color: transparent; background-image: none; }#GZ0iiTz6uiPvxADL4lblUbEBefuCWpNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZ0iiTz6uiPvxADL4lblUbEBefuCWpNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZ0iiTz6uiPvxADL4lblUbEBefuCWpNB > .row .container > .video-iframe-container { display: none; }#GZ0iiTz6uiPvxADL4lblUbEBefuCWpNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZ0iiTz6uiPvxADL4lblUbEBefuCWpNB > .row > .video-iframe-container { display: none; }#GZ0iiTz6uiPvxADL4lblUbEBefuCWpNB > .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); }#GZ0iiTz6uiPvxADL4lblUbEBefuCWpNB > .row .container { border-width: 0; border-radius: 0; }#GZ0iiTz6uiPvxADL4lblUbEBefuCWpNB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AvTTdRE8WSEPbffu8vEcgGZHx3PwJTfl { width:32.25rem;height:4.25rem;top:12.625rem;left:7.749218940735rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Ufbh6Wb8kHsQNncLKQoPHTbA4Ce2bxEs { display:block; }
 }@media only screen and (max-width: 763px) { #QfLbBdbBq9fU6GsqltrHhd6u3QXivE5E { top:4.625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fldXKSdoS8m8JgPpJUyIHqUbAPyC2eq3 { top:14.125rem;left:35.687500953674rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynnZH9VnhWLQTUlzPsGAmUgCOilLByqi { display:block; }#ynnZH9VnhWLQTUlzPsGAmUgCOilLByqi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJSfdrfFL1I0Kl6X6LleB9I5OI3CSdWQ { top:2.375rem;left:0rem;width:47.75rem;height:15.04125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbDCAmqlZM05kDU50rJQyE7yVPxMOh6R { top:2rem;left:16.78125rem;width:14.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IEbtH4cMTdP4Cb1mFdXbSPQfw04cklGB { background-color:rgba(var(--color-primary-1),1);background-image:none;display:block; }#IEbtH4cMTdP4Cb1mFdXbSPQfw04cklGB > .row .container { background-color: transparent; background-image: none; }#IEbtH4cMTdP4Cb1mFdXbSPQfw04cklGB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEbtH4cMTdP4Cb1mFdXbSPQfw04cklGB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEbtH4cMTdP4Cb1mFdXbSPQfw04cklGB > .row .container > .video-iframe-container { display: none; }#IEbtH4cMTdP4Cb1mFdXbSPQfw04cklGB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEbtH4cMTdP4Cb1mFdXbSPQfw04cklGB > .row > .video-iframe-container { display: none; }#IEbtH4cMTdP4Cb1mFdXbSPQfw04cklGB > .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); }#IEbtH4cMTdP4Cb1mFdXbSPQfw04cklGB > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qzRiB3TbTJn6TTHfz2JWcmSL0BChSVqE { width:2.4375rem;height:1.9375rem;top:0rem;left:3.8125rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #mliT4XcAC0lrTHZ2xlFl5QNf56Isw3re { background-color:rgba(var(--color-primary-1),1);background-image:none;display:block; }#mliT4XcAC0lrTHZ2xlFl5QNf56Isw3re > .row .container { background-color: transparent; background-image: none; }#mliT4XcAC0lrTHZ2xlFl5QNf56Isw3re::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mliT4XcAC0lrTHZ2xlFl5QNf56Isw3re > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mliT4XcAC0lrTHZ2xlFl5QNf56Isw3re > .row .container > .video-iframe-container { display: none; }#mliT4XcAC0lrTHZ2xlFl5QNf56Isw3re > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mliT4XcAC0lrTHZ2xlFl5QNf56Isw3re > .row > .video-iframe-container { display: none; }#mliT4XcAC0lrTHZ2xlFl5QNf56Isw3re > .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); }#mliT4XcAC0lrTHZ2xlFl5QNf56Isw3re > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p8ZdX0OwfBvpn8B1GUXvS7Vgoft1nLq5 { width:16.375rem;height:4.8125rem;top:0.5625rem;left:1.8118749856949rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUEXmolC9aSQ1i6bLdUZoFLN1NgUGOdy { background-color:rgba(var(--color-primary-2),0.8);background-image:none;display:block; }#RUEXmolC9aSQ1i6bLdUZoFLN1NgUGOdy > .row .container { background-color: transparent; background-image: none; }#RUEXmolC9aSQ1i6bLdUZoFLN1NgUGOdy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUEXmolC9aSQ1i6bLdUZoFLN1NgUGOdy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUEXmolC9aSQ1i6bLdUZoFLN1NgUGOdy > .row .container > .video-iframe-container { display: none; }#RUEXmolC9aSQ1i6bLdUZoFLN1NgUGOdy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUEXmolC9aSQ1i6bLdUZoFLN1NgUGOdy > .row > .video-iframe-container { display: none; }#RUEXmolC9aSQ1i6bLdUZoFLN1NgUGOdy > .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); }#RUEXmolC9aSQ1i6bLdUZoFLN1NgUGOdy > .row .container { width:20rem;height:43.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #osOdbD2azDIy6TLFT54E28duMwqKWFxz { width:10.75rem;height:3.0625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeTJRK3ZcFN0vSTEWUur9q81TXyRP9qM { width:9.375rem;height:1.95rem;top:3.1804685592651rem;left:0.56171876192093rem;font-size:1.5rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UMI6w5i37IUgnpCJytTfB6B861PN9rTH { width:18.75rem;height:3.4125rem;top:36.3125rem;left:0.62421876192093rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zEr3KHZH2MGh5OZGvUfuWEXTDqB5tyHs { width:20rem;height:2.625rem;top:15.239063262939rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pC7GFhVU4um9cULCVMCNN3cHNUV0EB7h { width:3.0625rem;height:3.0625rem;top:6.375rem;left:0rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #e2kT1lCPETIH52XoOAmqtfTh6UrtCt6T { width:1.5rem;height:1.95rem;top:3.1812505722046rem;left:12.237499773503rem;font-size:1.5rem;font-weight:400;font-style:normal;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #g2rvTOLXGl5LqWAa7EDbTlrixUw7PcnV { width:10.4375rem;height:1.95rem;top:6.9375rem;left:3.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #p0DxHGlMRvwGdS1TtgwgHrOxGQhleaTK { width:16.9375rem;height:2.6rem;top:24.5rem;left:1.5312500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT .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; }
#F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT .widget-text.counter-number { padding-top:0.5225rem;padding-right:0.458125rem;padding-bottom:0.5225rem;padding-left:0.458125rem;width:2.748125rem;min-width:2.748125rem;height:2.806875rem;font-size:2.08875rem;line-height:44.91px;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; }
#F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.32625rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.665rem;height:1.11rem;font-size:0.783125rem;line-height:17.76px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT { display:flex;width:18.6875rem;height:5.288125rem;top:28.375rem;left:0rem;padding-top:0.69875rem;padding-right:0.72rem;padding-bottom:0.69875rem;padding-left:0.72rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT #vvy1SZ7V9oyxJcq0JSD7ZFPSVDMvg7SH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT #UzfOFEITp6dKqqh0O8ZnZS7fh27wDMpb {  }
 }@media only screen and (max-width: 763px) { #F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT #u9m8RHC3gIPqelTtcUn0IvsyVfJaR7qU {  }
 }@media only screen and (max-width: 763px) { #F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT #Lo5lMC3kQTUOGzI2uIVJyQ0ampcI6JZU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT #LRkQX7RrUBET7amQbLUBnOIpaUVC3JGa {  }
 }@media only screen and (max-width: 763px) { #F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT #p82VyBz0bsJy7hHrzNMGEnRnQwDZoBbB {  }
 }@media only screen and (max-width: 763px) { #F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT #UPvopc1Luo8N2acwOh8Dqvzibrg2rGwS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT #Z2hbzaaMsUM9HWpWpROrmOHtDCsrczVm {  }
 }@media only screen and (max-width: 763px) { #F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT #nu5zgSdkmXzuVsqiJnTa4MpFRypmOucL {  }
 }@media only screen and (max-width: 763px) { #F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT #tOs2KyODILIzd726V1CFSzTFiGrgRHmy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT #THeLyA2acyaF3pTkOB6KomGkNDFT4cLH {  }
 }@media only screen and (max-width: 763px) { #F5T13wbp6JMKAeu9IAvLBtFHyx1bg2UT #LRDoBuCy6iTezGieaifTu4xcJzwCd8As {  }
 }@media only screen and (max-width: 763px) { #orZdLvPdHSlC8mtgwaJptaaobdD7Iz1q { width:20rem;height:2.7625rem;top:11.289062881843rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #pVymI4NVv97JvyCmSVbVXx7d3VmVyUKx { width:20rem;height:20rem;top:31.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iAvFE0XWEVuOHhd4flbS3lSIv6BJ03cK { width:6.5625rem;height:1.625rem;top:20.25rem;left:3.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DB6TKsnHtthTiMBrQAANbysZEKcX4SHF { width:12rem;height:3.125rem;top:19.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVWMlohRDT4w8DRsPrX1HUMnyZkqnzmD { width:6.8125rem;height:3.1875rem;top:19.5rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygS4MoZiM8aFeKBk0LH0PoULiiVDL1DI { width:4.75rem;height:1.625rem;top:20.25rem;left:12rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UI2xaUmxnPOyKB8O7DS5AWlIKK9Ps0Zp { width:3.125rem;height:1.95rem;top:6.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #mnluXC1SdEX8Ky5RTRk9klScsw53PsbT { width:5.375rem;height:1.95rem;top:6.9375rem;left:14.375rem;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;color:rgba(var(--color-secondary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #xkgo6uQ18S0WQteGDEqleGbGEOruahUi { width:10.875rem;height:2.875rem;top:6.5rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FerTEByXWuC75eMSwAdmLgWAh3mRe107 { width:6rem;height:3.125rem;top:6.375rem;left:13.9375rem;background-color:rgba(var(--color-secondary-4),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tJVQdngO8u7ABnlpS3VFbHTICMWc4OSC { width:9.0625rem;height:3.1875rem;top:2.54296875rem;left:10.775000154972rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #w2mFPuJE4iMDXez4Im8MqcRHzSF7DJxg { display:none; }#w2mFPuJE4iMDXez4Im8MqcRHzSF7DJxg > .row .container { width:20rem;height:69.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VRmiX0AcOIawC4fg37xIoCDo21bTFuMB { width:20rem;height:12rem;top:42.73645625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h6T0Qg5lDE68TWGHLTzhZkwZkKT6OHXb { width:20rem;height:12rem;top:55.98645625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ASWo8ShRPq9JWkIPTIJVi9MBd5I1qa69 { width:7.3125rem;height:7.3125rem;top:34.17395625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx7DMwtaKGTSty1pVms6u7TtqZBDgKUN { height:11.2255625rem;width:20rem;top:21.69895625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er9VTd9DN3fhlki3hGGxIRVHySzyPV7m { width:4.5625rem;height:3.0625rem;top:5.5625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yepskk12t48iH7gz8TfmQIkL8A3zGOQa { width:6.8125rem;height:3.0625rem;top:1.25rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3qGCseLvw8TuBcIniTKJ2TOkPAWnPGA { width:6.5625rem;height:1.94970625rem;top:1.9375rem;left:7.9375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Li8bPTqNTMDZPOS11eJE0IkNOQ5ymGib { width:3.75rem;height:1.94970625rem;top:6.25rem;left:8.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ukCH7UnTkdtnV9zBU8OGoE4m40PwQCTo { width:5.8125rem;height:3.0625rem;top:17.38645625rem;left:7.0625rem;background-color:#ffbe98;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #F9uQM2dIAeMB4JaOLTt2rWdCTm3aFBKK { width:4.8125rem;height:1.94970625rem;top:18.13645625rem;left:7.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pul6yi1fEDOHvQmE3ipPvelXv28H5x6c { width:13.3125rem;height:0;top:7.3125rem;left:6.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LSkmDbliFe7L89tclsThL4C6mminPo4V { width:4.375rem;height:1.94970625rem;top:9.875rem;left:7.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tdc4U0BTGmk7OrA5UkWc1CMATpuhbwMr { width:5.4375rem;height:3.0625rem;top:13.07395625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nknzW6m2wPSD9upzOzSDvFlMkRpihtJT { width:13.3125rem;height:1.94970625rem;top:18.13645625rem;left:6.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15033;color:#232222;display:block; }
 }@media only screen and (max-width: 763px) { #FZxXtxFOGlPIuEgaHIhVMtx6xMiJMnQa { width:7.8125rem;height:1.94970625rem;top:18.13645625rem;left:7.6875rem;font-size:1.5rem;text-align:left;text-align-last:left;z-index:15034;color:#232222;display:block; }
 }@media only screen and (max-width: 763px) { #Cmg8VQn6SRF3O6ezT1rarU061helCRXa { display:block; }#Cmg8VQn6SRF3O6ezT1rarU061helCRXa > .row .container { width:20rem;height:252.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hpzdUi96UmQbeNTN2Rssei42P18eTsre { width:20rem;height:9.8rem;top:35.30703163147rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gFh4EeiHmRtAaHiTvZIFa7qILfThWKKU { width:19.5rem;height:1.225rem;top:31.84375rem;left:0.49921876192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rzOmVWlyiUvP1VgZS6pweTWJpy6PT9qC { width:18.0625rem;height:2.45rem;top:64.762500762938rem;left:0.96796876192094rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FZlAs0TyMPnpDUEbtiKx2NTDNSVxhZUp { width:20rem;height:9.8rem;top:70.377344131469rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FH8W77qOaEWCsR46Bag0yDixPae1OlUN { width:14.3125rem;height:2.45rem;top:83.350000381469rem;left:2.8437500596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #esZa1B9vdphTzpzH8KNT4allkfbNI6sE { width:20.0625rem;height:3.75rem;top:82.75rem;left:0rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #pRcfCXMlXgnxvUrA0E35R0kgBBB2niKB { width:20rem;height:14.7rem;top:89.507031440738rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SNf6mDNrPUVxw3zepB8IfGlEfrefzTUd { width:18.625rem;height:3.875rem;top:127.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZBh3baCIwmC3J6TIXaHxTnyWUywl5VTR { display:block; }
 }@media only screen and (max-width: 763px) { #tIQMGdHQQBOfuHbVEgKqn4oi9ESmBFIn { width:19.8875rem;height:3.2625rem;top:245.5rem;left:0rem;font-size:0.8125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #haeMQXK9Jdkt4vPZrme1WMVdeCeIUz3E { display:block; }
 }@media only screen and (max-width: 763px) { #I3zMf29TAhXKboZlORSDfO6sXOQUDfCm { width:19.875rem;height:14rem;top:13.481250286102rem;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) { #hF750vXqIrxEPCTd9e4Nxd5CFdNOavKA { width:19.875rem;height:14rem;top:47.327344894409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD0uSJxmyO9MWQ5JrWEGTwQzbHmahRer { width:19.875rem;height:14rem;top:107.015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1JTOme4Tx8RtadKMuRv1mSdPiHTwTZ1 { display:flex;width:3.6875rem;height:3.6875rem;top:247.875rem;left:9.0000005364419rem; }
 }@media only screen and (max-width: 763px) { #yIkMuttmrwAs6pQZSQ65EsEAcpUmUWfO { width:20.0625rem;height:4rem;top:63.9375rem;left:0rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kGk9l71VM6tHA00Cc03RUmkoO9f47wOw { width:20.125rem;height:3.3125rem;top:30.6875rem;left:0rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RlI5q6dA0SmJGpASKRtThXlGx2HnCd2K { width:2.1875rem;height:1.95rem;top:3.375rem;left:14.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TcwnzZZXdEBu461EiQXpqPfTtM6OLNIf { width:20rem;height:14.7rem;top:154.1875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hIOwJu5eQNVTklVeFC48R7kE702bA6Fe { width:19.9375rem;height:4.875rem;top:123.4375rem;left:0rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VSCZWkPxTW98asrXQoch6igfTWnbeKJy { width:17.5625rem;height:3.675rem;top:124.0625rem;left:1.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aeoRSzSP3lHlsXTXpJl91Phwy6zze2r4 { width:20rem;height:15.925rem;top:130.9375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KlBw7A4MuDGof6Iur1fxmxAHHMmVl3Lq { width:3.1875rem;height:3.1875rem;top:6.9375rem;left:9.2500005364419rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #lKgh8QQlBvxz3cPWSrGt9myhTS7h3dX2 { width:20rem;height:3.8125rem;top:210.8125rem;left:0.0625rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TPMcB0p1TSrI34x7XpFVQQxQW7cfIgT8 { width:20rem;height:2.45rem;top:211.5437502861rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #idSbt3Cb2c7kGfoQBunfOOTBMbwPbGN8 { width:20rem;height:8.575rem;top:216.94062614441rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LRNb1zwbQ18bNRguaqNBm7s95sh1mnNb { width:14.625rem;height:2.45rem;top:148.9375rem;left:2.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vIOgyog0x2q60GJNTqyK3XVkzuylPOe2 { width:19.9375rem;height:3.5625rem;top:148.3125rem;left:0rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ypr0a39Dc18Q1eFi2rTXomVNJRQT67oz { width:20rem;height:14.066985645933rem;top:171.4375rem;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) { #RaIaWtw6tTwaFi2FvOcpNoI16lBDUidE { width:10.8125rem;height:3.4375rem;top:2.8125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #la6hilJ4hFHp6m2flfew0XDIAeaTntwx { width:10.5625rem;height:2.0125rem;top:3.375rem;left:3.1875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ySFroif8I551MgVpe0RbLkHZht7BaJeT { width:3.4375rem;height:3.3125rem;top:2.8125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgnp8MNtLHpTkdKFiANxzGU4I9tRPyiv { width:2.1875rem;height:2.0125rem;top:3.375rem;left:0.5rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C0ZAeU3ly8NvN1aPGwvv360JAeuVnmRf { width:11.25rem;height:2rem;top:226.125rem;left:6.3617187142375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mda2bkAIgLVPIueFTJIflVGqaU9l5yTm { display:block; }
 }@media only screen and (max-width: 763px) { #tRwK313pRTT45hyNOImdKWJnwlAuQRWH { display:flex;width:2.875rem;height:2.875rem;top:227.5625rem;left:11.924999773503rem; }
 }@media only screen and (max-width: 763px) { #lMyTraCLCp7EiFTXiSGwEcM4uQB2fWxG { width:3.125rem;height:3.1875rem;top:2.75rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #CE1559dQZHCHxNQUvCD5d4uPsKW2wnf5 { width:9.25rem;height:3.3125rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI5xipCdkdUakBbQukh6s8cAkUqxSNzy { width:8.9375rem;height:2.0125rem;top:7.5625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BH0Css3rtfzHhNO2hoEv7uE7TlnxLVME { width:20rem;height:14.066985645933rem;top:229.67812490463rem;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) { #TPbOsa3Wf4tHpaqBGDTzz0PfMa9NF7Vd { width:20rem;height:14.7rem;top:193.85000038147rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W2oopCG4WeH54rEHlXgelKg6X3dzd1vu { width:19.9375rem;height:3.875rem;top:188.14999961853rem;left:0rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oIFGTHrio4xOcbfcoqdxT0dp5Iab15K9 { width:15.25rem;height:2.45rem;top:188.91172790528rem;left:2.3750000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lROB1rlIrdXxCfGOQa2mFTWWGuil9RTi { display:block; }#lROB1rlIrdXxCfGOQa2mFTWWGuil9RTi > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ux6ZXiGQC0wPx6D7SmsDBFEyFomh4pUu { width:11.1875rem;height:1.95rem;top:2.9375rem;left:8.125rem;font-size:1.5rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #h6SFs9wedSoFWT35M8xzprHRVm2ESyxD { width:7.4375rem;height:3.0625rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP7udXoe0IdV2slsh0pbnnM8k12x82oU { width:5.1875rem;height:1.95rem;top:2.9375rem;left:1.125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e6WCWVe7p1vOeRbLAV47t23bXLTxZ9NI { width:12.375rem;height:3.125rem;top:2.4375rem;left:7.5rem;background-color:rgba(var(--color-primary-4),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #X7gpWzcK9yt0ghe0bPm9xCurU4ZITJJA { width:4.5625rem;height:3.1875rem;top:6.125rem;left:0rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #qJ5dAn0qLsJ1vThsWb4E0HDLeebSnCQs { width:4.6875rem;height:3.0625rem;top:6.125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTfuXKt82i5z5Upt33HHgNDDucLu2IDo { width:10.5625rem;height:3.0625rem;top:6.1875rem;left:9.4375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #vbymBPbnzOfpfhKgC5pVTaVdTD1wt8se { width:2.3125rem;height:1.95rem;top:6.625rem;left:1.125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EUbg5gAWM9p5SmX5K3zQKI5rIrgmfxMs { width:4rem;height:1.95rem;top:6.6875rem;left:4.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bivtfi3S8UndXTlq9Tt4Txnv40cBI56a { width:8.3125rem;height:1.95rem;top:6.6875rem;left:10.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pFA292IOIb3y0QPla7xuZNXd1TXksblI { display:block; }#pFA292IOIb3y0QPla7xuZNXd1TXksblI > .row .container { width:20rem;height:38.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywEntGIEv2T9OLNAPrE6yUNNHSeNKUp2 { width:6.375rem;height:6.375rem;top:2.3742189407349rem;left:1.5812500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx7wy1HEx7GgMkVzsaPP1DvIIgrhDpph { width:5.25rem;height:5.25rem;top:26.39296913147rem;left:2.1437500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2sHwTkWH3TJTUM9xM9bAybXb78UucLV { width:9.5rem;height:3.9rem;top:8.7000005245206rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mTsBoH7OPzCIyuIhc9MtWCZ3Fw8sl6Gg { width:9.125rem;height:2.6rem;top:20.735624790192rem;left:0.20499992370606rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FV5dWV0hoO2v4Qg8RW8hAtdC2SDCkb7K { width:8.375rem;height:1.3rem;top:33.060608386993rem;left:0.57999992370606rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Te3ev65bk5FgDWr2TEGqM00dtqTWdcnM { width:5.9375rem;height:5.9375rem;top:26.048124790192rem;left:12.562500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS1PxnA9nT2wg2FPM6KVn9KNLLkTDUsl { width:5.5625rem;height:5.5625rem;top:13.8984375rem;left:13.112499773503rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHnfHLeiREsn4DPCpv79dlvxqwNhnOH9 { width:5.5rem;height:5.5rem;top:2.5625rem;left:13.143749773503rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iqv5qlnzL0Xkhhc4i3xCtZPK88K3g6Q5 { width:8.6875rem;height:2.6rem;top:20.735626220703rem;left:11.187500119209rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z273y3lcZ7bTyt42AeT5gLR9lpgCGHwi { width:7.125rem;height:1.3rem;top:9.268750190735rem;left:12.750000536442rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fFQFNch9nAdAKw55ZiOPOQzZxeKve7qI { width:8.875rem;height:3.9rem;top:32.436248779297rem;left:10.875000119209rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DUnhWJve39G2FuRFSptS0PSCKmh7P7wL { display:flex;width:6.0625rem;height:6.0625rem;top:13.6484375rem;left:1.7375000119209rem; }
 }@media only screen and (max-width: 763px) { #x2oJ7lfiILRKBDERcUh6DT4MAtdThk1K { display:block; }#x2oJ7lfiILRKBDERcUh6DT4MAtdThk1K > .row .container { width:20rem;height:123.12595524258rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S38puHMpzlBxgGLPumpMPZAApneRRysw { width:13.5rem;height:2.8rem;top:76.443750381469rem;left:3.2500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pMECHM8aLxEkhhAC8EgrGrfR3x7F76pv { width:3.75rem;height:1.95rem;top:3.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x3Jy1ZQEbHTT7MbrBUc37ZZIhFVVr8go { width:4rem;height:3.0625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCITK4TkPG3LPVNWvk0OuiF8nJOrUHbQ { width:7.25rem;height:1.95rem;top:3.6875rem;left:4.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u6WUpB5WDDKEZNoEFinNCdiaP5abE7Lx { width:7.8125rem;height:1.95rem;top:3.6875rem;left:12.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f8loNIh11lBwiMTtoVFsT44pK1bOJ2MQ { width:8rem;height:3.0625rem;top:3.125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jb8UgSf7JL87yuVohgE0yi8pHSFvn3FQ { width:7.75rem;height:3.0625rem;top:3.125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym9mc0tU2M6aM7HCdTTsQVXKpPA8evkX { width:20rem;height:22.75rem;top:52.598120689392rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TB04tmETWNhg6HVXtPRKzDUKX2B1StBP { width:20rem;height:14.7rem;top:82.377344131469rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KTvBBg3isBsuqaGZoLcnn2MQn1JChwCg { width:13.25rem;height:2.8rem;top:46.5rem;left:3.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #okUxntZ4rfO85mDBqTVZAF7zcfrQpo2K { width:4.5625rem;height:4.5625rem;top:25.667968273163rem;left:7.7187505364419rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #fcH6lnyy7fu0HKX42hWMCyo6sqLWPJUs { width:9.5rem;height:9.5rem;top:57.487502098084rem;left:10.500000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpERqbhEnWA7VwZRgZWfAyoyl0RHTntk { width:20.0625rem;height:3.9375rem;top:76rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #acq1llakbGxPldBxxbmSieDcxpVzdfso { width:3.0625rem;height:3.0625rem;top:76.550001144406rem;left:16.562499582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdAseLLuncer5TW8PgeQHzq1tTQfodsv { width:3.1875rem;height:3.1875rem;top:46.508749961853rem;left:16.476874470711rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #EgmNIrsGOozbwx61aWRLp2Xy0epx6nmF { width:19.875rem;height:3.9375rem;top:46.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK9ceEPPFRiTBxrSuS2ihBo8z451LZET { width:3.125rem;height:3.125rem;top:46.5rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtqonUptiAVy50EeP1WwWnAnIQrsGm5v { width:2.9375rem;height:2.9375rem;top:76.550001144406rem;left:0.36250001192093rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #Pt0hLch0L0K2iroqTF8TeoydZwFtpWDG { height:11.155555555556rem;width:20rem;top:98.314844131469rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvALsSOLVPCFyTTK7Oc9B8TGaAyrFIfA { height:11.155555555556rem;width:20rem;top:110.72039968702rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcWXbP26nHdrinEhiBfvl6fAsFqPVbIP { display:block; }#mcWXbP26nHdrinEhiBfvl6fAsFqPVbIP > .row .container { width:20rem;height:198.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OU20b8URWczZRugWcO1mhTvgl7xsBWHD { width:20rem;height:11.025rem;top:15.557031065226rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JqshxhIPROzWTfNqESR0gZacxJIL1H7y { width:17.375rem;height:2.45rem;top:10rem;left:1.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CRGygi5gQArOOybpGI8Ig3is01fb06Ji { width:19.5rem;height:1.225rem;top:45.3125rem;left:0.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H0fMWyXJhJ1L5AhbEoHzBguHB3xFqhMO { width:20rem;height:8.575rem;top:49.81484413147rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #geqpFCV2DRJJ01d0EghuvNSTWdKal84K { width:16.5625rem;height:2.45rem;top:60.875rem;left:1.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wSKK8Np0MeyUC325RX9ZdbBuBDGBGIBv { width:4.375rem;height:1.95rem;top:3.8125rem;left:0.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IT5S7a06D7duVDFaH5ekzOzLB8VQo0VG { width:20.0625rem;height:3.9375rem;top:60.0625rem;left:-0.0625rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ltwZc7dGHoOOairNkJl0n9fVcrKXnai0 { width:10.8125rem;height:3.0625rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTLly4UwNS2UPB9w3BGG2QeACT3bNKxm { width:4.25rem;height:1.95rem;top:3.8125rem;left:11.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nKNXqBUSRT0FqJsdpbRGNzZGOq6fO5DP { width:5.75rem;height:3.0625rem;top:3.25rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf0oEBRTWWHBUxThoL0PUygF0eyBZF6W { width:20rem;height:8.575rem;top:66.319531440738rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LXNx3Htc5sQCc0eEXyzOHMqRkrFDyE38 { width:18.625rem;height:3.875rem;top:108.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qJupaTkZ4ia1qcDzwGZ7qoX9BsH7RST4 { display:block; }
 }@media only screen and (max-width: 763px) { #JaaItQvMLqn6WIP54imGPqZtu5lko1cO { width:19.9375rem;height:3.5625rem;top:190.4375rem;left:0.0625rem;font-size:0.8125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #hyWZF5BTtpMEId48hZ85qQvnDZnMVtHo { display:block; }
 }@media only screen and (max-width: 763px) { #XAr9PS7qq9kTzQkA3vG6JScOw6hy6IIi { width:20rem;height:14.046875rem;top:77.693751335144rem;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) { #sQGHLJk4Zz0EBkN5Ldah3Fbmd8JPu9lO { width:20rem;height:14.021875rem;top:27.952343940735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEWUSgt1o4dkZe3M97VdiDfVGPUc28ev { width:20rem;height:14.0515625rem;top:107.20312690735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb06zwolFp72XUyIgAI1oI5IdWPp8dDX { display:flex;width:3.6875rem;height:3.6875rem;top:192.6875rem;left:8.7500005364419rem; }
 }@media only screen and (max-width: 763px) { #CiLRsvG7sBC4odv58y93HsfrqeRhBO5u { width:20.125rem;height:3.125rem;top:44.375rem;left:0rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dkUAaslk22UQOInVTEINpEMgFi1RKCop { width:20rem;height:4.1875rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtPZl6mMTOXDADFVWiTrrPav4Qt42v1F { width:8.75rem;height:1.95rem;top:7.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dxVANRglCOGH20RNISJx3KIJPo7Gecd7 { width:20.0625rem;height:2.875rem;top:94.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xpde2SynbSc4M5dOpEZ7fn54qKBTT2Ne { width:19.1875rem;height:1.225rem;top:95.3125rem;left:0.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rv7UG4kdN90Dnut0qtGrUb31tdFUDpBG { width:20rem;height:6.125rem;top:99.628119468688rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TXBsmtf6uwiOGgtqS0vqzqCwZhR4xcHJ { width:20.0625rem;height:3.375rem;top:123.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNSiBcsv8WmzePQAGMArtwUH71zWm7sx { width:15.75rem;height:2.45rem;top:124.3125rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CBIWdA6IQEAAn2FTq8afvKBgbtqpDqNZ { width:20rem;height:8.575rem;top:129.8125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lxpK1bzKqTy0WRcxwkunggXDUTWywSbe { width:3.1875rem;height:3.1875rem;top:3.1929688453674rem;left:16.812499582768rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #fPECESDXkLFFRCwzoWswCxTn7Lgoveig { width:19.875rem;height:3.125rem;top:140rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DK08AZ7Qaf5pZJXmzManNOvILOcOqA6F { width:20rem;height:1.225rem;top:140.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TmwJiJMBJ00F2hl9Hwk0opXwZxkFJZIg { width:20rem;height:7.35rem;top:145.33750057221rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rEPw0B9JL5ZsQK73VWeqtOPsIJN4RVPa { width:17rem;height:3.675rem;top:172.29374980926rem;left:1.7367187142372rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tEaKgaECARHP2ZqHuTWFTOcTvOr54RDB { width:19.875rem;height:4.6875rem;top:171.73749995232rem;left:0.024218738079071rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT2V9dnm0FDwqad5h2tTWAmhekELDFTu { width:20rem;height:14.066985645933rem;top:155.60859489441rem;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) { #cqRkrRsTl1hgukXaWpMwdKfVw7U34SfH { width:20rem;height:9.8rem;top:178.77500057221rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w6H8MTaAzQRQgfLdu37A3nLh1U7mTcH4 { display:block; }#w6H8MTaAzQRQgfLdu37A3nLh1U7mTcH4 > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a9fL82WSci80Ty9TgcG6ANdBqnLJp9Lp { width:6.75rem;height:3.125rem;top:1.875rem;left:8.2474995851519rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJavyoGaamqagL10SGrQ3BDBkaibV1N4 { width:6.5625rem;height:1.95rem;top:2.4020836353302rem;left:8.2479171752931rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #luyr93T5oZ6E9UhQ3dH4m2LITOZ8Wd5S { width:8.0625rem;height:3.125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LldEZOTdA9Wpe7vrIzStGWBMsRbOD08z { width:4.8125rem;height:1.95rem;top:2.368750333786rem;left:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7gSSAilciPmClDJc33F3xEUuoaaqfzJ { width:3.1875rem;height:3.1875rem;top:5.46875rem;left:13.095625042916rem;display:block; }
 }@media only screen and (max-width: 763px) { #anuTz3dZ9pccZ8n8itkb0toXefWRFhqr { width:15.8125rem;height:3.125rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQbhz2QSDEJANLM0KbbrNGtBtwkvnnrI { width:12.3125rem;height:1.95rem;top:5.993124961853rem;left:0.82312500476838rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaChhiVW9RqcUWBWdhtOizqB3nGhHlOS { background-color:#fff8f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#AaChhiVW9RqcUWBWdhtOizqB3nGhHlOS > .row .container { background-color: transparent; background-image: none; }#AaChhiVW9RqcUWBWdhtOizqB3nGhHlOS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaChhiVW9RqcUWBWdhtOizqB3nGhHlOS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaChhiVW9RqcUWBWdhtOizqB3nGhHlOS > .row .container > .video-iframe-container { display: none; }#AaChhiVW9RqcUWBWdhtOizqB3nGhHlOS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaChhiVW9RqcUWBWdhtOizqB3nGhHlOS > .row > .video-iframe-container { display: none; }#AaChhiVW9RqcUWBWdhtOizqB3nGhHlOS > .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); }#AaChhiVW9RqcUWBWdhtOizqB3nGhHlOS > .row .container { border-width: 0; border-radius: 0; }#AaChhiVW9RqcUWBWdhtOizqB3nGhHlOS > .row .container { width:20rem;height:56.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cc4ClFwR3ncrFSrC3ZTt9ZpQd2NdM84E { width:20rem;height:6.125rem;top:35.762500762939rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#35302d;display:block; }
 }@media only screen and (max-width: 763px) { #qVT5Mf08LWoxd4qN2Pt7Ugu6wekds1yu { width:19.9375rem;height:7.35rem;top:26.44375038147rem;left:0.15546876192093rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#35302d;display:block; }
 }@media only screen and (max-width: 763px) { #vbHydfr8iV4xT0f2gAvVCi8ypqkPDMr3 { width:20rem;height:12.25rem;top:43.762500762939rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#35302d;display:block; }
 }@media only screen and (max-width: 763px) { #MbNZ83TKKbCo31yJ19zBbhG79ODNfDqq { width:19.875rem;height:14rem;top:9.04921913147rem;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) { #nwyiNO2B6GAQ57lLL4wKCaz7t6lBKFvs { width:20.0625rem;height:4.5625rem;top:1.8117195367813rem;left:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EE2EHZTmvkcb51KItFEcikHZX7v5SKhG { width:16.5625rem;height:2.8rem;top:2.7429809570312rem;left:1.5625000596046rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #mgqhml14NTOwp1Zka0N2WSOs7gv214SJ { width:4.875rem;height:4.875rem;top:19.91171836853rem;left:1.5625000596046rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #n8KHMd7LZZaeksJtDUhTEHOhPZgEaoo7 { width:4.25rem;height:4.25rem;top:7.1875rem;left:14.612499773503rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VgCAP6tcf6I5gffJGxANMGXPnBn8Tdw9 { background-color:#fff8f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#VgCAP6tcf6I5gffJGxANMGXPnBn8Tdw9 > .row .container { background-color: transparent; background-image: none; }#VgCAP6tcf6I5gffJGxANMGXPnBn8Tdw9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgCAP6tcf6I5gffJGxANMGXPnBn8Tdw9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgCAP6tcf6I5gffJGxANMGXPnBn8Tdw9 > .row .container > .video-iframe-container { display: none; }#VgCAP6tcf6I5gffJGxANMGXPnBn8Tdw9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgCAP6tcf6I5gffJGxANMGXPnBn8Tdw9 > .row > .video-iframe-container { display: none; }#VgCAP6tcf6I5gffJGxANMGXPnBn8Tdw9 > .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); }#VgCAP6tcf6I5gffJGxANMGXPnBn8Tdw9 > .row .container { border-width: 0; border-radius: 0; }#VgCAP6tcf6I5gffJGxANMGXPnBn8Tdw9 > .row .container { width:20rem;height:62.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VJ0bffvMc72boRBraMRGLcDBsFa1VxIO { width:19.8125rem;height:5rem;top:1.25rem;left:0.061718702316284rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pgP0XzAFEqdO14nv1w0XflW5CuVUHLcb { width:17.5rem;height:3.675rem;top:2.0643749237061rem;left:1.2493749856949rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #J7bttEXudNpk7ARWJMDP9ybzH6UvzqDW { width:20rem;height:18.375rem;top:29.885938644409rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#35302d;display:block; }
 }@media only screen and (max-width: 763px) { #qXzUPveZ0IP0mGK5zgEoFq7rSWCXM8Et { width:19.9375rem;height:9.8rem;top:50.33749961853rem;left:0.061718702316284rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#35302d;display:block; }
 }@media only screen and (max-width: 763px) { #Bg4UMcdveSpfWD17CqLEV29ocK6KDXcg { width:14.6875rem;height:19.9375rem;top:7.7109375rem;left:2.6562500596046rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SrstD9l0r92rtVlUQvSDvaUDpkU0gPLe { width:3.5rem;height:3.5rem;top:1.946249961853rem;left:0.78249990940094rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #aGvXUCUch1TbAABArxDU8PH2ntxBVJTg { display:block; }#aGvXUCUch1TbAABArxDU8PH2ntxBVJTg > .row .container { width:20rem;height:38.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ob7uNLtJEnABCzyFlFWwwgofdOX9LEA1 { width:14.25rem;height:2.6rem;top:8.0625009536744rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ogSeoR0ySHyZnBZ745alpaxhkC80AwMd { width:18.875rem;height:16rem;top:13.212499976158rem;left:0.56171876192093rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiPET0AfwDE0BEWNy6LHfRNiey0gceco { width:20rem;height:2.75rem;top:32.798095703125rem;left:-0.031875014305115rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwmI9HM7fp8m7rKgdFUitBDDMSmbLI1l { display:block; }
 }@media only screen and (max-width: 763px) { #yVvt4u9i4G88aMCDXuyGFoPvbCXJi5Ql { width:4.9375rem;height:3.4375rem;top:2.5499992370606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwFZkbB1OxOH56gN8Zoi96T0Zvi23G3H { width:2.9375rem;height:1.95rem;top:3.29296875rem;left:1.3000000119209rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTJ0mp3hW6QUMSLHUOkiuFiFsPqO4NMt { width:7.0625rem;height:3.375rem;top:2.5492191314698rem;left:4.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5Nz9LsVJhM5p3kxfKBCk8CvU3y9Kzck { width:5.375rem;height:1.95rem;top:3.29296875rem;left:5.9375000596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbT2Z0mTZzMi3sffOrrlod3xLZwEMgly { width:7.6875rem;height:7.6875rem;top:13.474999904633rem;left:12.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUHOU5IpVBWKBUEv9bc3DMxwazz4xEyz { width:3.1875rem;height:3.1875rem;top:2.6743743419648rem;left:12.000000119209rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #zQtoD9Ki7A8sVqa2sc8IHaVQKgmFJrpF { display:flex;width:2.8125rem;height:2.8125rem;top:34.028125762939rem;left:15.749999582768rem; }
 }@media only screen and (max-width: 763px) { #s3zM27Qpb1FA6z8d9yuQwW24LcBSDN4q { display:block; }#s3zM27Qpb1FA6z8d9yuQwW24LcBSDN4q > .row .container { width:20rem;height:80rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZO1kTxt33pwpRzuRTVQe3PvXapydKaEG { width:9.6875rem;height:1.225rem;top:25.6875rem;left:1.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tbI057xlwmZFXKsPZlvqxUamrcKIo37s { width:11.5rem;height:1.225rem;top:28.681250572204rem;left:0.28046876192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C4OkZgA4Jtnq2tfXiqoSfeqqPtN7dJlK { width:20rem;height:2.45rem;top:32.574999809265rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 .widget-input-button { width:5.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.9375rem; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7  { width:17.5rem;height:auto;top:35.712500095368rem;left:0rem; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 {display:block;}#fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 { width:17.5rem;height:auto;top:35.712500095368rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #JMqf7XPseaVT7S9mMXhiiPRvZOIt2KyA {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #mlEUldxNT6QziPW108OMRllNN0GbwnpJ {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #Hmkqt2sNsnn2ZTezBuPAPg8FRobSHDAT {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #wz0MpXVVN4FsT1nVIuz7PzmaFr6KwCKT {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #TXVTCvqQ83Iva0eFA0hm9X23GsC43FcT {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #ybVrCoihKfIPQTcefxkgTCgfeDuWCAHr {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #uvbJTOz5kJElculHVVLWmOLtOQhGnQzh {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #PTkz3Cfu01fetEmbbcC1TR3EH5DgeI97 {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #kH2W6KM3T5XSycE4leWcThzNJ9VpXoN4 {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #KcaO1PVpPLWyF6k6fTcfPa7oiaR1vuEQ {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #Tzm6D7B8pZDS8XULLxuXv32z2zLRDwJZ {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #XZpFRbgJD2amxI79fzQD4k8rfpI5WXep {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #TNne1fwDWe08vn2N8almPSWLvRvMFRuK {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #RUTiWs1hBeC30hMmpPhEVX324oiwzsrK {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #K1lcMlTScx6RRUgcDzxgElE0Pn82JwU7 {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #CpX0xec86q1vSXDFPoUvHcRM2P81mshA {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #n6Kl1sSMTDs94L6afE6eTuKoddhFq5Wm {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #AGinVr4PQbooMKHiGWmb6wKIZQyzlRvL {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #aySfT4eBMiy31aEzVI4MriumMq6qm457 {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #H6uJVuxnAzIIzlO6TM6Z3vNGguz5tBVW {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #qDd3HIAe7Th1zDb8BWZEb9z4dKrFCo9q {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #qZ7Qck87kXURrxCLVyPkUGlw56ovLNVz {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #LPWKcriTi5MP0eDW35qZEf5ZG91Syx09 {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #ialXaGy7TJNO9cSfSpeFP8bATO4L9Fqg {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #tNu0ttTauRu8AeTB3czuGdqpyp8pTlAc {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #xIXk4z3McCHsr5XahCTNx5EdJ8uV4VTO {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #rQBM23QcX0mzrGRxSMisqCvHqoqABIZd {  }
 }@media only screen and (max-width: 763px) { #fTLaGFk60FAKCaGwaSFTW4FLC0d6PWi7 #XsgRs18y9l2BF8OBVrknoCTz6Ikw9kKi {  }
 }@media only screen and (max-width: 763px) { #st8rLdJbuWolbrPgQPzEHdH2Nb6QI6HR { width:13.5625rem;height:13.5625rem;top:15.168749809265rem;left:6.4375000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkJcRxrDW1K1UpB3in0JhN3KAKo0JFei { width:8.125rem;height:2.0125rem;top:3.5562505722046rem;left:0.375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uEAlvCta5vff7Nwm6QlwfOir0dKM9SsQ { width:20rem;height:14.4375rem;top:8.7390632629394rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Sd98DZ35cF8VV6B8TzpFKfvg8cWcMlSw { width:8.875rem;height:3.125rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K42De83QNN5ft9VcZNifcIHrNhSSe0Qp { width:10.9375rem;height:3.0625rem;top:3.0625rem;left:9.0000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcnthIR2HMKCl0kwJydeAu4sG78TEnFi { width:8.75rem;height:2.0125rem;top:3.5562505722046rem;left:10.101874470711rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bheXXcDcGupgSVRoaTeX98z03LmXM7tB { width:11.8125rem;height:2.1875rem;top:28.199999809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvK5QRiy6esxeTo1HWeHb7vF4eda5xet { width:11.75rem;height:2.3125rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIQJJkZFI9n5e8zL1C9pXz9RLISmLypr { display:block; }#nIQJJkZFI9n5e8zL1C9pXz9RLISmLypr > .row .container { width:20rem;height:35.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #APeLS5XtcLDnuyd30RQ9U3OzyBqKCr99 { width:20rem;height:2.6875rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak7Tb8meZgey4s1AT0pLwhXvhSGHeDdW { width:9.0625rem;height:1.575rem;top:3.625rem;left:5.5625rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Np3yaJEuaxUm2vixuXtl4pXQfLTnVFve { width:8.4375rem;height:1.575rem;top:11.125rem;left:5.875rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nCrPlLPyN6EPxTuJ9Vz8mPcWUhQCVOv6 { width:7.625rem;height:1.575rem;top:19.0625rem;left:6.125rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KKDfnwAUzu32T1DTrs8D6orvVoOqwguS { width:13.875rem;height:1.575rem;top:27.6875rem;left:3.5625rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Dsm9fCh4pcKRFb7VXd0ADg5D7DIO2kN2 { width:9.0625rem;height:2.8rem;top:6.8125rem;left:5.5625rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OuM3MQVWcq210faDZQ3Emf2OSxepNwPA { width:17.875rem;height:2.8rem;top:14.1875rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BnL7euhny8X4a5ito6Hpy3OCMvGViG4H { width:17.0625rem;height:2.8rem;top:22.4375rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tOPDWUVmXtIZI1X1i1x8OGxUZURV4Za0 { display:flex;width:2.25rem;height:2.25rem;top:30.9375rem;left:10.8125rem; }
#tOPDWUVmXtIZI1X1i1x8OGxUZURV4Za0 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #zLcvenZ8RdKGuAxFFUG4Sbn5f5FPVPAd { display:flex;width:2.0625rem;height:2.0625rem;top:31.0625rem;left:3.5625rem; }
#zLcvenZ8RdKGuAxFFUG4Sbn5f5FPVPAd > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #PUibEEEen6HHLCdapADhTLbmPHn93Vt2 { width:1.5625rem;height:1.5625rem;top:3.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZzZ2TUXbsNvoLCAJGDqpT4AH8W9Es6l { width:19.9375rem;height:2.6875rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8rbKBZDGVQTv0wvNWr4WwwLFlDWfz99 { width:1.5625rem;height:1.5625rem;top:11.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp0FFukKg1Di1pLCT08KmtvemhCOCoQz { width:19.8125rem;height:2.6875rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyagnT2uyyIVrXb1y3hchl4TtvDJdxzp { width:1.5625rem;height:1.5625rem;top:19.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpWttqTIhktd2tvngdb7lBXJLu361uT4 { width:19.875rem;height:2.6875rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXsMSku4ait9ZJnXF3NlzDIkV7lThv00 { width:1.5625rem;height:1.5625rem;top:27.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEieMbAWIdHnUZV9UOd4FClVfdTxrZTF { display:flex;width:2.5625rem;height:2.5625rem;top:30.8125rem;left:7rem; }
 }@media only screen and (max-width: 763px) { #lnh9IIhompugHe5ZSHewTuovnhzXph0T { display:flex;width:2.3125rem;height:2.3125rem;top:30.9375rem;left:14.125rem; }
 }@media only screen and (max-width: 763px) { #GZ0iiTz6uiPvxADL4lblUbEBefuCWpNB { background-color:rgba(var(--color-primary-2),0.81);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#GZ0iiTz6uiPvxADL4lblUbEBefuCWpNB > .row .container { background-color: transparent; background-image: none; }#GZ0iiTz6uiPvxADL4lblUbEBefuCWpNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZ0iiTz6uiPvxADL4lblUbEBefuCWpNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZ0iiTz6uiPvxADL4lblUbEBefuCWpNB > .row .container > .video-iframe-container { display: none; }#GZ0iiTz6uiPvxADL4lblUbEBefuCWpNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZ0iiTz6uiPvxADL4lblUbEBefuCWpNB > .row > .video-iframe-container { display: none; }#GZ0iiTz6uiPvxADL4lblUbEBefuCWpNB > .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); }#GZ0iiTz6uiPvxADL4lblUbEBefuCWpNB > .row .container { border-width: 0; border-radius: 0; }#GZ0iiTz6uiPvxADL4lblUbEBefuCWpNB > .row .container { width:20rem;height:16.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AvTTdRE8WSEPbffu8vEcgGZHx3PwJTfl { width:20rem;height:3.125rem;top:10.125rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;color:#000000;font-size:0.8125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ufbh6Wb8kHsQNncLKQoPHTbA4Ce2bxEs { display:block; }
 }@media only screen and (max-width: 763px) { #QfLbBdbBq9fU6GsqltrHhd6u3QXivE5E { width:17.75rem;height:6.175rem;top:2.25rem;left:1.1242187619209rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #fldXKSdoS8m8JgPpJUyIHqUbAPyC2eq3 { display:flex;width:3.5625rem;height:3.5625rem;top:12.1875rem;left:10.250000536442rem; }
 }@media only screen and (max-width: 763px) { #ynnZH9VnhWLQTUlzPsGAmUgCOilLByqi { display:block; }#ynnZH9VnhWLQTUlzPsGAmUgCOilLByqi > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJSfdrfFL1I0Kl6X6LleB9I5OI3CSdWQ { width:20rem;height:6.3rem;top:6.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FbDCAmqlZM05kDU50rJQyE7yVPxMOh6R { width:14.1875rem;height:2.8125rem;top:1.875rem;left:2.9062498807907rem;display:block; }
 }