.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:252,237,237;--color-primary-1:246,196,196;--color-primary-2:237,136,136;--color-primary-3:119,68,68;--color-primary-4:36,20,20;--color-secondary-0:247,228,217;--color-secondary-1:229,165,128;--color-secondary-2:202,75,0;--color-secondary-3:101,38,0;--color-secondary-4:30,11,0;--color-tertiary-0:255,255,255;--color-tertiary-1:255,228,197;--color-tertiary-2:255,166,63;--color-tertiary-3:128,83,32;--color-tertiary-4:25,17,6;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#myFa0wuxmkWEE19TFL7NoNntVzHsrT4u { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.39), rgba(var(--color-secondary-1),0.28));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.39), rgba(var(--color-secondary-1),0.28));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.39), rgba(var(--color-secondary-1),0.28));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.39), rgba(var(--color-secondary-1),0.28));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff63', endColorstr='rgba(var(--color-secondary-1),0.28)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff63', endColorstr='rgba(var(--color-secondary-1),0.28)' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.39), rgba(var(--color-secondary-1),0.28));background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#myFa0wuxmkWEE19TFL7NoNntVzHsrT4u > .row .container { background-color: transparent; background-image: none; }#myFa0wuxmkWEE19TFL7NoNntVzHsrT4u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myFa0wuxmkWEE19TFL7NoNntVzHsrT4u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myFa0wuxmkWEE19TFL7NoNntVzHsrT4u > .row .container > .video-iframe-container { display: none; }#myFa0wuxmkWEE19TFL7NoNntVzHsrT4u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myFa0wuxmkWEE19TFL7NoNntVzHsrT4u > .row > .video-iframe-container { display: none; }#myFa0wuxmkWEE19TFL7NoNntVzHsrT4u > .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); }#myFa0wuxmkWEE19TFL7NoNntVzHsrT4u > .row .container { border-width: 0; border-radius: 0; }#myFa0wuxmkWEE19TFL7NoNntVzHsrT4u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#myFa0wuxmkWEE19TFL7NoNntVzHsrT4u > .row .container { font-size:0.875rem;font-family:arial;height:39.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#VoRJEX55rU270tC2N7RE5bsV5D2NZH44 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.9993095625rem;width:30.9375rem;top:0.93749994039537rem;left:43.061807632446rem;overflow:hidden;display:block; }
#d1K7w7rd19g68hGFqdeXsQDa96L32Mkm { color:rgba(var(--color-secondary-2),1);display:block;width:44.7495384375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:10.6875rem;left:1.625rem;height:10.4411764375rem;display:block; }
#NeUILRSAUp3ZgC9uKRzGhyZWQLgup1yM { color:rgba(var(--color-tertiary-4),1);display:block;width:24.2497691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:22.625rem;left:1.625rem;height:6.17647075rem;display:block; }
#OlJn2EZTzoILKqqECnLCPJSRhziC7uDe { box-sizing:content-box;height:2.8125rem;width:24.4375rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.625rem;left:1.625rem;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;display:block; }
#L55sQVQUDU5KwU6TUpOCCQDGeJ15q5p2 { background-color:#ca4b00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.9375rem;border-top-right-radius:4.9375rem;border-bottom-left-radius:4.9375rem;border-bottom-right-radius:4.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6247701875rem;height:3.9993105rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:30.8125rem;left:1.625rem;display:block; }
#AEkNDOA8ASBeBg12NQ1cT2Kfthfe1D3J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uqu5ry2TUVV4JwRSaZnL8VZMT8MsE9in { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8122701875rem;width:8.4995403125rem;top:1.6865807771682rem;left:66.500452041625rem;overflow:hidden;display:block; }
#b0AbwdRebH10T25UsRioKwJC5ir10Jmk { color:rgba(var(--color-tertiary-0),1);display:block;width:21.6865806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:7.1875rem;left:2.875rem;height:1.6176470625rem;text-align:left;text-align-last:left;display:block; }
#eSUdr73U9Frsk5GVTHAeO6QUizRtZ6un { background-color:rgba(0,0,0,0);background-image:none;border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:4.9375rem;border-top-right-radius:4.9375rem;border-bottom-left-radius:4.9375rem;border-bottom-right-radius:4.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5585936875rem;height:4.1835936875rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:30.75rem;left:17.1875rem;display:block; }
#TOpOSx9RPgMdix8AnVWz9sw20mQMx8s9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FdQh00UgGhqW3A4o0IsPT4fcsL8VKiUG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:36.4375rem;left:1.625rem; }
#LZNr9RB0LGB3P0fnCZzO8sruGRP4PLIe { color:rgba(var(--color-tertiary-4),1);display:block;width:8.6868105rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:36.375rem;left:3.3125rem;height:1.76470575rem;display:block; }
#O9ELarIgSZyo0KDc7xWOS4EDccK1aUfX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:36.4375rem;left:11.125rem; }
#aoiIzmsepZ7ixEnuiZswokSsvGwUJS5E { color:rgba(var(--color-tertiary-4),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:36.375rem;left:12.8125rem;height:1.76470575rem;display:block; }
#M9Gqxz65eSqf62MUhlB8TEUmeQk0lnFl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.68658075rem;width:1.68658075rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:36.4375rem;left:34.125rem; }
#fDGtrE7Zvtrzbkwh95Gpb1oGs5JzEdUc { color:rgba(var(--color-tertiary-4),1);display:block;width:8.6868105rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:36.375rem;left:35.8125rem;height:1.76470575rem;display:block; }
#xdHKLh9J2aoIPiTEvyhnXnl5LxA1ZSw6 { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:24.4375rem;top:0rem;left:1.6015625rem;overflow:hidden;display:block; }
#grZkLRCFdFLC7Gmuoneh0fTGpVUhkNVJ { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.7497701875rem;width:22.2495403125rem;top:14.469208717346rem;left:19.366956710816rem;overflow:hidden;display:block; }
#lJNIArWz7WVABU0uNhLMRp1nDccAzAtQ { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:4.375rem;top:23.133041381836rem;left:37.934282302856rem;overflow:hidden;display:block; }
#avDbzHrRuQp4KrWh1T3Q94XP9OsRArIy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#avDbzHrRuQp4KrWh1T3Q94XP9OsRArIy > .row .container { background-color: transparent; background-image: none; }#avDbzHrRuQp4KrWh1T3Q94XP9OsRArIy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avDbzHrRuQp4KrWh1T3Q94XP9OsRArIy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avDbzHrRuQp4KrWh1T3Q94XP9OsRArIy > .row .container > .video-iframe-container { display: none; }#avDbzHrRuQp4KrWh1T3Q94XP9OsRArIy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avDbzHrRuQp4KrWh1T3Q94XP9OsRArIy > .row > .video-iframe-container { display: none; }#avDbzHrRuQp4KrWh1T3Q94XP9OsRArIy > .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); }#avDbzHrRuQp4KrWh1T3Q94XP9OsRArIy > .row .container { border-width: 0; border-radius: 0; }#avDbzHrRuQp4KrWh1T3Q94XP9OsRArIy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#avDbzHrRuQp4KrWh1T3Q94XP9OsRArIy > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#UTBUm0QiKWQOx2lnz8LKkf93eacopsD4 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6875rem;left:10.9375rem;height:1.6176470625rem;text-align:center;text-align-last:center;display:block; }
#MK8e1T8vW4ARkIXbfQLN5EFJhc8VfiU4 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4365806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.625rem;left:26.25rem;height:1.6176470625rem;text-align:center;text-align-last:center;display:block; }
#ALnNcBVRsRE5JTRQ7TSX52GFmriAhVET { color:rgba(var(--color-tertiary-0),1);display:block;width:8.8740806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.6875rem;left:43.875rem;height:1.6176470625rem;text-align:center;text-align-last:center;display:block; }
#B3mgCpFVuBb0M241qtqn9StMZ0hdnFnR { color:rgba(var(--color-tertiary-0),1);display:block;width:8.8740806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.875rem;left:59.8125rem;height:3.235294125rem;text-align:left;text-align-last:left;display:block; }
#ea7UmlkwZzaS9MknCzTTZBLCk9Zef3Pl { box-sizing:content-box;height:2.2495403125rem;width:0.124080875rem;position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.3125rem;left:19.6875rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#SlqUOF9n5gBMAm409O7TmXT21nbOPJuN { box-sizing:content-box;height:2.2495403125rem;width:0.124080875rem;position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.3125rem;left:37.875rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#dyzfdfyPgAkoH2iX4m3wRBs27bPIU7QN { box-sizing:content-box;height:2.2495403125rem;width:0.122932rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.375rem;left:54.25rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#dXgucTldko4obzPdOPkfkn9bgQDbdRTS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.249080875rem;width:3.249080875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:0.8125rem;left:6.3125rem; }
#TkvTQm3O7fR06g5FMlArhTQutOuhrLmX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.249080875rem;width:3.249080875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:0.8125rem;left:21.5625rem; }
#RLqUeMRTuzQWdhhr7eMg0V6ZP6RPyUEt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.249080875rem;width:3.249080875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:0.8125rem;left:39.3125rem; }
#vdDfUP8rho4tp64tM1GLmkL7PWlzU5Hs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.249080875rem;width:3.249080875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:0.8125rem;left:55.375rem; }
#TVSOT71n59eSqGSniTXwwQpmtRZcCbOW { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TVSOT71n59eSqGSniTXwwQpmtRZcCbOW > .row .container { background-color: transparent; background-image: none; }#TVSOT71n59eSqGSniTXwwQpmtRZcCbOW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVSOT71n59eSqGSniTXwwQpmtRZcCbOW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVSOT71n59eSqGSniTXwwQpmtRZcCbOW > .row .container > .video-iframe-container { display: none; }#TVSOT71n59eSqGSniTXwwQpmtRZcCbOW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVSOT71n59eSqGSniTXwwQpmtRZcCbOW > .row > .video-iframe-container { display: none; }#TVSOT71n59eSqGSniTXwwQpmtRZcCbOW > .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); }#TVSOT71n59eSqGSniTXwwQpmtRZcCbOW > .row .container { border-width: 0; border-radius: 0; }#TVSOT71n59eSqGSniTXwwQpmtRZcCbOW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TVSOT71n59eSqGSniTXwwQpmtRZcCbOW > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#iTU47Rwvwu6k7hfQWFZUr2FL7A8ptHUM { color:rgba(var(--color-secondary-4),1);display:block;width:61.6245384375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:normal;z-index:14999;line-height:1.2;letter-spacing:0;top:3.998161315918rem;left:6.6865806579587rem;height:8.82352925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Hs8dMZKfTMe6niaEhOiNa2hwV4pJmOgF { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1247691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:27.23575592041rem;left:4.368106842041rem;height:3.6764705rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ibwXa0P8IFu46zvUPCl97IafwOPRnSpO { box-sizing:content-box;height:16.875rem;width:20.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.12) ;border-top:0.1875rem solid rgba(var(--color-secondary-1),1);border-left:0.1875rem solid rgba(var(--color-secondary-1),1);border-right:0.1875rem solid rgba(var(--color-secondary-1),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-1),1);top:15.375rem;left:2.125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#iT7JErk9VltTNSnMLqAv7otFC0tdK9F0 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1247691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:24.191177368164rem;left:4.3658084869385rem;height:2.2058823125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#T2zbGa0Zw4dBS0TrWxBHqVSLAGR85ez0 { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.2493105rem;width:7.6240806875rem;top:17.913604736328rem;left:8.6167278289794rem;overflow:hidden;display:block; }
#UfdHs79Lr7NQxow2hFI58BUytw2xyuXT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1247691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:27.2265625rem;left:29.434740066528rem;height:3.6764705rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eq4ULT3xCObvRMaLandeb4yn1dO2s1VN { box-sizing:content-box;height:16.9375rem;width:20.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.12) ;border-top:0.1875rem solid rgba(var(--color-secondary-1),1);border-left:0.1875rem solid rgba(var(--color-secondary-1),1);border-right:0.1875rem solid rgba(var(--color-secondary-1),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-1),1);top:15.375rem;left:27.625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#oawW0TTBp3UTpm2rtgO1B81hgoS5ASfC { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3118095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:24.19921875rem;left:27.842370986939rem;height:2.2058823125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#h7v0RWHZF49qscJLV1XHQNEyxvm973vo { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.2493105rem;width:7.3747701875rem;top:17.905563354493rem;left:34.241727828979rem;overflow:hidden;display:block; }
#Un2TdiIi891GNVJCNM0DRWdDXDqeztG0 { box-sizing:content-box;height:16.9375rem;width:20.25rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.12) ;border-top:0.1875rem solid rgba(var(--color-secondary-1),1);border-left:0.1875rem solid rgba(var(--color-secondary-1),1);border-right:0.1875rem solid rgba(var(--color-secondary-1),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-1),1);top:15.3125rem;left:52.6875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#OShG0wlMrBByF64SfO096JpPBnRxqpIy { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:27.2265625rem;left:55.492876052856rem;height:3.6764705rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VNhM41M57AmF57T5qcuDyb6II9gQ8ihL { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8740806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15035;line-height:1.2;letter-spacing:0;top:23.546646118164rem;left:53.556985855103rem;height:3.5294115625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qZmLsf6sfkAPC1Nv2b8vO67SlxolaXCb { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3745403125rem;width:7.6240806875rem;top:17.081802368164rem;left:59.804681777954rem;overflow:hidden;display:block; }
#tT39E80ZpGym6vpp3GpPTTQbkibzvJTd { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.7490808125rem;width:12.0622701875rem;top:12.130054473877rem;left:44.739198684692rem;overflow:hidden;display:block; }
#RLxJAq5a126sRFf9wRlM5MRw0nAtgiST { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#RLxJAq5a126sRFf9wRlM5MRw0nAtgiST > .row .container { background-color: transparent; background-image: none; }#RLxJAq5a126sRFf9wRlM5MRw0nAtgiST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLxJAq5a126sRFf9wRlM5MRw0nAtgiST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLxJAq5a126sRFf9wRlM5MRw0nAtgiST > .row .container > .video-iframe-container { display: none; }#RLxJAq5a126sRFf9wRlM5MRw0nAtgiST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLxJAq5a126sRFf9wRlM5MRw0nAtgiST > .row > .video-iframe-container { display: none; }#RLxJAq5a126sRFf9wRlM5MRw0nAtgiST > .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); }#RLxJAq5a126sRFf9wRlM5MRw0nAtgiST > .row .container { border-width: 0; border-radius: 0; }#RLxJAq5a126sRFf9wRlM5MRw0nAtgiST > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RLxJAq5a126sRFf9wRlM5MRw0nAtgiST > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#O5VwJkgLtzfrUvpetCQmiKVopH4MPIo9 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),0.83));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),0.83));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),0.83));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),0.83));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),0.83)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),0.83)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),0.83));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.9375rem;border-top-right-radius:4.9375rem;border-bottom-left-radius:4.9375rem;border-bottom-right-radius:4.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.7493105rem;height:3.125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:2.375rem;left:55.375rem;display:block; }
#s6f99Cy2ArIKT1awdKoyPD64wrqPcSzM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WzHLLUTMAHpnWLSkIrBBdHrotnNnKV5C { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:2.3125rem;left:6.9375rem;height:1.83823525rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hwmUzvBT1r0TTdXvfNvhUsXyUTODNJO8 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4368095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:4.5625rem;left:6.9375rem;height:1.0294118125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UkP1gqa6iEHRC17vcvoiOeHaiuew27qX .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; }
#UkP1gqa6iEHRC17vcvoiOeHaiuew27qX .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.510625rem;padding-right:0.469375rem;padding-bottom:0.510625rem;padding-left:0.469375rem;display:block;align-items:center;width:2.814375rem;min-width:2.814375rem;height:2.743125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:2.0425rem;font-weight:400;line-height:43.89px;text-align:center;text-align-last:center;top:0rem;left:0rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UkP1gqa6iEHRC17vcvoiOeHaiuew27qX .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-secondary-1),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.319375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.754375rem;height:1.083125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.765625rem;font-weight:400;line-height:17.33px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UkP1gqa6iEHRC17vcvoiOeHaiuew27qX { 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:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:19rem;height:5.166875rem;padding-top:0.638125rem;padding-right:0.670625rem;padding-bottom:0.638125rem;padding-left:0.670625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.625rem;left:29.375rem;z-index:15084; }
#UkP1gqa6iEHRC17vcvoiOeHaiuew27qX #AUd8u2JKeVArT1mb1bfy4qkD9HOsFycp { display:flex;position:relative;top:0rem;left:0rem; }
#UkP1gqa6iEHRC17vcvoiOeHaiuew27qX #ihkTz4eN8hHGWUp1Ciof2svwURBh1Rc3 { width:auto; }
#UkP1gqa6iEHRC17vcvoiOeHaiuew27qX #XlZ0fos4LDCgTk4cRqUnFFIFTlbbSe1Q {  }
#UkP1gqa6iEHRC17vcvoiOeHaiuew27qX #xIfTcQ7G39yX0FsKgDG555fpFQ44bGlg { display:flex;position:relative;top:0rem;left:0rem; }
#UkP1gqa6iEHRC17vcvoiOeHaiuew27qX #IbrvNtUztWr7IVA4EaPBHMw8LyRShGXa {  }
#UkP1gqa6iEHRC17vcvoiOeHaiuew27qX #VnMBlxxgsrHk7N9RDZKpFqmX0uJaHWeq {  }
#UkP1gqa6iEHRC17vcvoiOeHaiuew27qX #geATyMQpBEIZFFSoKKitwZoJOnl3t2b4 { display:flex;position:relative;top:0rem;left:0rem; }
#UkP1gqa6iEHRC17vcvoiOeHaiuew27qX #qr4dzBFS7wIyLQiSur78X5a8EdThlJbw {  }
#UkP1gqa6iEHRC17vcvoiOeHaiuew27qX #Xo13lbwV2TnKrE48svPJ5fJtnJiAAxTg {  }
#UkP1gqa6iEHRC17vcvoiOeHaiuew27qX #kpxh76B6KsLCzlbGoJZn9HwxrcuGoLxo { display:flex;position:relative;top:0rem;left:0rem; }
#UkP1gqa6iEHRC17vcvoiOeHaiuew27qX #ttzUzHmT9Nw2kN2NIwFt0orbrvE1owuI {  }
#UkP1gqa6iEHRC17vcvoiOeHaiuew27qX #n68wpA5phzrOmPqi6bg3IE9tl9Te7VNa {  }
#cmk4nilACf8b3hFPVMEnB7fKIxb70M5q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),0.28);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; }#cmk4nilACf8b3hFPVMEnB7fKIxb70M5q > .row .container { background-color: transparent; background-image: none; }#cmk4nilACf8b3hFPVMEnB7fKIxb70M5q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmk4nilACf8b3hFPVMEnB7fKIxb70M5q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmk4nilACf8b3hFPVMEnB7fKIxb70M5q > .row .container > .video-iframe-container { display: none; }#cmk4nilACf8b3hFPVMEnB7fKIxb70M5q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmk4nilACf8b3hFPVMEnB7fKIxb70M5q > .row > .video-iframe-container { display: none; }#cmk4nilACf8b3hFPVMEnB7fKIxb70M5q > .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); }#cmk4nilACf8b3hFPVMEnB7fKIxb70M5q > .row .container { border-width: 0; border-radius: 0; }#cmk4nilACf8b3hFPVMEnB7fKIxb70M5q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cmk4nilACf8b3hFPVMEnB7fKIxb70M5q > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:75rem;position:relative;display:block; }#sfgfAgwHFbGZVAWzgd6Not6Fs5tJZ1Gv { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.086860656738rem;left:2.6863517761231rem;height:1.323529375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rUvO9mQToRB1zsiPzDhVbGv19BcnwCZb { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9990806875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:20.914520263672rem;left:3.9993114471436rem;height:13.8970585rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NHUlu2wROTrWNfbGFB8IRQGodky3X8Ld { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0.25rem solid rgba(var(--color-secondary-1),0.68);border-left:0.25rem solid rgba(var(--color-secondary-1),0.68);border-right:0.25rem solid rgba(var(--color-secondary-1),0.68);border-bottom:0.25rem solid rgba(var(--color-secondary-1),0.68);border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:28.4375rem;width:20rem;top:8.1875rem;left:27.5rem;display:block; }
#un3T1wcDPRAiKf77CynqONxKKTnkzZPV { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.423027038574rem;left:3.33984375rem;height:3.014705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bZeFgwagzHkTJusugOLSThKMT6v7hdzn { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.042053222656rem;left:27.686349868774rem;height:1.323529375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#opGgmCs3FDZUJ8Vu5kKTXpI9MpoItrfN { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17.364433288574rem;left:27.623849868774rem;height:3.014705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ucTEwA4ppx14cQlCxWtTOaw9huD3PAJJ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3743095625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:21.477485656738rem;left:28.530557632446rem;height:13.8970585rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bwk9rksTVNThfP5p3p4xibpvKmCebMEM { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:28.4375rem;width:20rem;top:8.1875rem;left:2.5rem;display:block; }
#bKMz4TDHaUn95DDwoCz1NG7vT3Ck8lam { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;border-top:0.25rem solid rgba(var(--color-secondary-1),0.68);border-left:0.25rem solid rgba(var(--color-secondary-1),0.68);border-right:0.25rem solid rgba(var(--color-secondary-1),0.68);border-bottom:0.25rem solid rgba(var(--color-secondary-1),0.68);border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:28.4375rem;width:20rem;top:8.1875rem;left:52.5rem;display:block; }
#MOofk8SEdysDKPr4w89WmgtiIU0M4Ton { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.050094604493rem;left:52.748849868774rem;height:1.323529375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wWuDky6o5KIOPlf7VeAP9c1Um8cFHOwE { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.37247467041rem;left:52.685655593872rem;height:3.014705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#epxO96fxyyvxM1t863c0zLOc2n8Bqc4l { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6240806875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:21.428077697754rem;left:53.685655593872rem;height:13.8970585rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nc6KP25laqxmgnSzhyz6JTsgw3F038fc { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:6.125rem;top:9.4375rem;left:9.5rem;overflow:hidden;display:block; }
#k0bQmceMtywUGNuedD8rdnRJklKbqVqR { box-sizing:content-box;height:6.4375rem;width:6.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:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.625rem;left:9.3125rem;display:block; }
#f7OphaEPrsPvI1c6WW4h7pqc6JagNg4w { box-sizing:content-box;height:6.4375rem;width:6.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:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.625rem;left:34.3125rem;display:block; }
#N5GeFWn4mrAx07NKH4IKbtoKBmuO3vhr { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9995403125rem;width:4.7495403125rem;top:9.5829544067381rem;left:35.343519210816rem;overflow:hidden;display:block; }
#gXg0hOcoI8JAqVPPT6HiETyaNiiASqmf { box-sizing:content-box;height:6.4375rem;width:6.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:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.625rem;left:59.3125rem;display:block; }
#ma1PN64teOVneiQl4yHXIhgypodswzJo { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9993105rem;width:3.1870403125rem;top:10.832954406738rem;left:61.123620986939rem;overflow:hidden;display:block; }
#P0TaK5oalv0BerbeXvbxrOqzo1i0LTqX { color:rgba(var(--color-tertiary-4),1);display:block;width:47.2495384375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.2936592102051rem;left:13.874080657959rem;height:4.7794118125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ugtpzOwDVNzMHSO8c56anTiU4w41CMKJ { box-sizing:content-box;height:2.8125rem;width:14.4990806875rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.8485794067381rem;left:5.46875rem;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;display:block; }
#skhUDifdvdONyeoausWdbTODsWzefHVX { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9990806875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15036;line-height:1.6;letter-spacing:0;top:7.4460067749025rem;left:3.9993114471436rem;height:1.5441175625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RDsiiBG8WARwb9y5mR7yLckK6MU9knKS { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),0.83));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),0.83));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),0.83));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),0.83));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),0.83)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),0.83)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),0.83));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.9375rem;border-top-right-radius:4.9375rem;border-bottom-left-radius:4.9375rem;border-bottom-right-radius:4.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3747691875rem;height:4.1865806875rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:38.208869934082rem;left:29.030328750611rem;display:block; }
#JkdECTl1WZ8DpfInydPsBP1HJ0a1SJ7m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SncmsQGiGoDErnKSeIwu9ty9uSbh3XmP { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.7490808125rem;width:12.0622701875rem;top:5.4021148681641rem;left:45.675550460816rem;overflow:hidden;display:block; }
#MVEsy22D16BMIUTXMgks625indqmWUR2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MVEsy22D16BMIUTXMgks625indqmWUR2 > .row .container { background-color: transparent; background-image: none; }#MVEsy22D16BMIUTXMgks625indqmWUR2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVEsy22D16BMIUTXMgks625indqmWUR2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVEsy22D16BMIUTXMgks625indqmWUR2 > .row .container > .video-iframe-container { display: none; }#MVEsy22D16BMIUTXMgks625indqmWUR2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVEsy22D16BMIUTXMgks625indqmWUR2 > .row > .video-iframe-container { display: none; }#MVEsy22D16BMIUTXMgks625indqmWUR2 > .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); }#MVEsy22D16BMIUTXMgks625indqmWUR2 > .row .container { border-width: 0; border-radius: 0; }#MVEsy22D16BMIUTXMgks625indqmWUR2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MVEsy22D16BMIUTXMgks625indqmWUR2 > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:75rem;position:relative;display:block; }#NHTn63QnOSaWl0Qam7PGVyd8k6EHaI8T { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0618095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:15.625rem;left:42.75rem;height:1.985294125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BqlJxQJNGpJsFXJVWc6SLTvcWh2tM6El { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:11.8125rem;left:26rem; }
#JW9LutVhrLd0bQEiMQALtEWEVvKyBvWD { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:31.3125rem;width:17.3125rem;top:3.375rem;left:6.8125rem;display:block; }
#aGqcXPbGB6RA1UJfgUWrPUgNUhoWTixa { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:21.4993095625rem;top:25.091903686524rem;left:4.7162227630615rem;overflow:hidden;display:block; }
#Q4o5iWoFetwle0JMRKQT4Mtf3EPBF5Wy { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.0620403125rem;width:7.4368105rem;top:16.531478881836rem;left:27.686120986939rem;overflow:hidden;display:block; }
#T02OvuTT1Is39n02URxPo8eezJi8Vrrg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:11.75rem;left:29.875rem; }
#fGFsVlgnuEHb5Mh77Zp39pAtgpJAP9On { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:12.5625rem;left:28.5625rem; }
#lmQJ9Ho6UlftxNndzI36CQcOgfLTyO4M { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.8125rem;width:30.875rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#QlEuoLUfrbSLKmMgreJG7KbwkJQlS85m { color:rgba(var(--color-tertiary-4),1);display:block;width:35.6870384375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.474723815918rem;left:37.383958816528rem;height:9.5588235625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L6H4GKTNa5CkGwG63Q6AEcwmdIW5oA6d { color:rgba(var(--color-tertiary-4),1);display:block;width:31.0615806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:3.3547744750976rem;left:37.246091842651rem;height:1.323529375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MIo3nStmkOMHhrFyaX1AWbIJlq3d7Loh { box-sizing:content-box;height:3.8120403125rem;width:3.8120403125rem;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:15012;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.625rem;left:37.375rem;display:block; }
#Z5mGnBThDvyH2ZqXsSnKNNvNmVwGW5Bg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:16.1875rem;left:37.8125rem; }
#xynznfAMXdSb48d6Db0UTLBlk4Wz0reL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:26.75rem;left:37.9375rem; }
#kvli8UnQm1SpcJMa7y5i47xTm1rNqBWn { color:rgba(var(--color-tertiary-4),1);display:block;width:29.7495403125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:17.5625rem;left:42.75rem;height:1.5441175625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#voCobB8Fz8PAwDpinb7t1LTrLgceSayE { box-sizing:content-box;height:3.8120403125rem;width:3.8120403125rem;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:15016;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.9375rem;left:37.375rem;display:block; }
#dJTBLVXT9UhPsEAsJb69elvfOPpRNazM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:21.625rem;left:38rem; }
#Tt3yetA3yXhgwyui8EPCMHOa3PTHxWZi { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0618095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:20.9375rem;left:42.75rem;height:1.985294125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cqK8ZW0wslLNfAUfMFpVFJsHzqH0Nqtk { color:rgba(var(--color-tertiary-4),1);display:block;width:29.7495403125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:22.8125rem;left:42.75rem;height:1.5441175625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ICv6dVg5lSPmZdVJBLGNTdeZTscl6mQT { box-sizing:content-box;height:3.8120403125rem;width:3.8120403125rem;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:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.4375rem;left:37.375rem;display:block; }
#saDu1VT5t5inPC75f4NL6cTvdGPqpHKp { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0618095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:26.4375rem;left:42.75rem;height:1.985294125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RqE4CqIbUzId30dUhGdElHnrJrpOuZlR { color:rgba(var(--color-tertiary-4),1);display:block;width:29.7495403125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:28.375rem;left:42.75rem;height:1.5441175625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l6faEsRkhht4H9MXzgE5G25zSPLhpTNi { box-sizing:content-box;height:3.8120403125rem;width:3.8120403125rem;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:15024;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.6875rem;left:37.375rem;display:block; }
#A812ULkpBpE2JDTDxTnCilxZ0v9AB0bX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:31.9375rem;left:37.9375rem; }
#lfiS8LEw9b4obz4E83m9E414TbGsHF45 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0618095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:31.6875rem;left:42.75rem;height:1.985294125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tZCrkpPVxp6rJGKq4JRga4CXwIktByrr { color:rgba(var(--color-tertiary-4),1);display:block;width:29.7495403125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:33.625rem;left:42.75rem;height:1.5441175625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JcZ9XNT3GtXb90cwv8FeFyA21FFzQVkx { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:11.1875rem;top:30.258959388672rem;left:63.225407218875rem;overflow:hidden;display:block; }
#TB3rKTLwA90QWyv1rBEXMOEKe0yQqax2 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1247701875rem;width:21.9990806875rem;top:12.722885131836rem;left:40.373388290405rem;overflow:hidden;display:block; }
#GJ4og1cMKhAR3b6rKgBSG75MRO08fd9v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GJ4og1cMKhAR3b6rKgBSG75MRO08fd9v > .row .container { background-color: transparent; background-image: none; }#GJ4og1cMKhAR3b6rKgBSG75MRO08fd9v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ4og1cMKhAR3b6rKgBSG75MRO08fd9v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ4og1cMKhAR3b6rKgBSG75MRO08fd9v > .row .container > .video-iframe-container { display: none; }#GJ4og1cMKhAR3b6rKgBSG75MRO08fd9v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ4og1cMKhAR3b6rKgBSG75MRO08fd9v > .row > .video-iframe-container { display: none; }#GJ4og1cMKhAR3b6rKgBSG75MRO08fd9v > .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); }#GJ4og1cMKhAR3b6rKgBSG75MRO08fd9v > .row .container { border-width: 0; border-radius: 0; }#GJ4og1cMKhAR3b6rKgBSG75MRO08fd9v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GJ4og1cMKhAR3b6rKgBSG75MRO08fd9v > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:75rem;position:relative;display:block; }#d4xMHcXzmUZvhwgUOTxXpDzS0feT2x6L { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:18rem;width:14.375rem;top:6.875rem;left:1.625rem;overflow:hidden;display:block; }
#G9eZDehkQG2xihn1GE8R0qLQOrLMa7zq { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:17.9375rem;width:14.3125rem;top:6.9375rem;left:20.375rem;overflow:hidden;display:block; }
#iV27A2qTwbca4q9RNC62E59TC8g14uiD { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:17.875rem;width:14.25rem;top:6.9375rem;left:39.1875rem;overflow:hidden;display:block; }
#g0TuZuSJTxyrlII3ha5hb0FRv8nt1y5n { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:17.6875rem;width:14.125rem;top:6.9375rem;left:58rem;overflow:hidden;display:block; }
#iVqQsbz4y8WT7KTNVhfeh08U0QOFz0ZQ { color:rgba(var(--color-tertiary-4),1);display:block;width:56.4372673125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.95957946777344rem;left:9.2463226318363rem;height:4.7794118125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r6fVKy7vNfxHATfbVaR3Supa7kab03GX { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.7490808125rem;width:12.0622701875rem;top:5.033332824707rem;left:17.238050460816rem;overflow:hidden;display:block; }
#CvrTEwpfU9uMwpwGlgXVud9eft34Ts0i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CvrTEwpfU9uMwpwGlgXVud9eft34Ts0i > .row .container { background-color: transparent; background-image: none; }#CvrTEwpfU9uMwpwGlgXVud9eft34Ts0i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CvrTEwpfU9uMwpwGlgXVud9eft34Ts0i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CvrTEwpfU9uMwpwGlgXVud9eft34Ts0i > .row .container > .video-iframe-container { display: none; }#CvrTEwpfU9uMwpwGlgXVud9eft34Ts0i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CvrTEwpfU9uMwpwGlgXVud9eft34Ts0i > .row > .video-iframe-container { display: none; }#CvrTEwpfU9uMwpwGlgXVud9eft34Ts0i > .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); }#CvrTEwpfU9uMwpwGlgXVud9eft34Ts0i > .row .container { border-width: 0; border-radius: 0; }#CvrTEwpfU9uMwpwGlgXVud9eft34Ts0i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CvrTEwpfU9uMwpwGlgXVud9eft34Ts0i > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#G3e9T6GyxeG4XdRW0LAkD7eZFzO60a9g { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:17.9375rem;width:14.3125rem;top:0.32859802246094rem;left:2.1530323028564rem;overflow:hidden;display:block; }
#lhlrVfRW7IMPHytJzcK1hz0cyeJmssAu { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:17.875rem;width:14.25rem;top:0.3455810546875rem;left:20.903032302856rem;overflow:hidden;display:block; }
#N28dqDPpblkyE4PBXHHxZhKr02e6ZhZU { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:17.6875rem;width:14.125rem;top:0.3653564453125rem;left:39.717370986939rem;overflow:hidden;display:block; }
#qA9HqN2QBtx1QfkARgKTP0myGB2x1TWO { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:17.625rem;width:14.0625rem;top:0.39292907714844rem;left:58.497240066528rem;overflow:hidden;display:block; }
#MnlBGRi3f4TJ42BV0Clg8t1VTJrGesDy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#MnlBGRi3f4TJ42BV0Clg8t1VTJrGesDy > .row .container { background-color: transparent; background-image: none; }#MnlBGRi3f4TJ42BV0Clg8t1VTJrGesDy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnlBGRi3f4TJ42BV0Clg8t1VTJrGesDy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnlBGRi3f4TJ42BV0Clg8t1VTJrGesDy > .row .container > .video-iframe-container { display: none; }#MnlBGRi3f4TJ42BV0Clg8t1VTJrGesDy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnlBGRi3f4TJ42BV0Clg8t1VTJrGesDy > .row > .video-iframe-container { display: none; }#MnlBGRi3f4TJ42BV0Clg8t1VTJrGesDy > .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); }#MnlBGRi3f4TJ42BV0Clg8t1VTJrGesDy > .row .container { border-width: 0; border-radius: 0; }#MnlBGRi3f4TJ42BV0Clg8t1VTJrGesDy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MnlBGRi3f4TJ42BV0Clg8t1VTJrGesDy > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#tRfKR0M7iJI6MKtLm07btUkmIMPwaqVQ { color:rgba(var(--color-tertiary-0),1);display:block;width:41.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.21875rem;left:16.9375rem;height:2.4264705rem;text-align:center;text-align-last:center;display:block; }
#WiAyXRG1NbPbVqTpCDa41axPvdIfQesl { position:relative;display:block; }#WiAyXRG1NbPbVqTpCDa41axPvdIfQesl { background-color: transparent; background-image: none; }#WiAyXRG1NbPbVqTpCDa41axPvdIfQesl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiAyXRG1NbPbVqTpCDa41axPvdIfQesl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiAyXRG1NbPbVqTpCDa41axPvdIfQesl > .row .container > .video-iframe-container { display: none; }#WiAyXRG1NbPbVqTpCDa41axPvdIfQesl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiAyXRG1NbPbVqTpCDa41axPvdIfQesl > .row > .video-iframe-container { display: none; }#WiAyXRG1NbPbVqTpCDa41axPvdIfQesl > .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); }#WiAyXRG1NbPbVqTpCDa41axPvdIfQesl { border-width: 0; border-radius: 0; }#WiAyXRG1NbPbVqTpCDa41axPvdIfQesl > .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; }#WiAyXRG1NbPbVqTpCDa41axPvdIfQesl > .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:18.75rem;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; }#GM0tEeGpwvMhNTaOOuOxpOQ1dLCPXLSW { 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:15039;opacity:1;top:2.125rem;left:0.6875rem; }
#IUENIbK0aVL4xzBN7PwZCspGhw3rk08T { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:2.1875rem;left:3.5625rem;height:7.3529410625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:left;text-align-last:left;display:block; }
#VTqZd8dkCJLPAMxygObPiN3JmfCxKdGC { 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:15039;opacity:1;top:2.1875rem;left:26.5rem; }
#hPT4v4x6osE7zOpcPGrBqhhGlVq70AKI { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:2.25rem;left:29.375rem;height:5.8823528125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:left;text-align-last:left;display:block; }
#stySamTekRdJWW4O8oBLJv1bUXaTxkvU { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:5.75rem;width:5.75rem;top:10.875rem;left:3.625rem;overflow:hidden;display:block; }
#IaL1H6Tt1kTu9FCTLEDsoP6pxtvwehH6 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:5.75rem;width:5.75rem;top:10.875rem;left:29.4375rem;overflow:hidden;display:block; }
#o6ADCmq8U9nnECW7sOpgtT7xD6QNABlS { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15044;line-height:1.2;letter-spacing:0;top:13rem;left:10.1875rem;height:1.76470575rem;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; }
#S6yyZXWe9Fo4nwRi2D6EFObSbzsAkNv7 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15044;line-height:1.2;letter-spacing:0;top:13rem;left:35.875rem;height:1.76470575rem;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; }
#ebLJ0VJcriwBSMmBuEF0tbLta65nNVOL { 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:15039;opacity:1;top:2.25rem;left:51.4375rem; }
#aGSgMXHW1WTlGLR7m4IJFAAM34ruyohT { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:2.3125rem;left:54.3125rem;height:5.8823528125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Tf4JzBxtPuL4xkeIGTVFk4HENotuvTMs { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:5.75rem;width:5.75rem;top:10.875rem;left:54.375rem;overflow:hidden;display:block; }
#kT016tqBR1dwnTAEFFnUUQpWEZw0R3Qz { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15044;line-height:1.2;letter-spacing:0;top:13.0625rem;left:60.875rem;height:1.76470575rem;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; }
#oTwUbMvKpmXKiFyLme0bMdo60wWsmQLC { position:relative;display:block; }#oTwUbMvKpmXKiFyLme0bMdo60wWsmQLC { background-color: transparent; background-image: none; }#oTwUbMvKpmXKiFyLme0bMdo60wWsmQLC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTwUbMvKpmXKiFyLme0bMdo60wWsmQLC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTwUbMvKpmXKiFyLme0bMdo60wWsmQLC > .row .container > .video-iframe-container { display: none; }#oTwUbMvKpmXKiFyLme0bMdo60wWsmQLC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTwUbMvKpmXKiFyLme0bMdo60wWsmQLC > .row > .video-iframe-container { display: none; }#oTwUbMvKpmXKiFyLme0bMdo60wWsmQLC > .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); }#oTwUbMvKpmXKiFyLme0bMdo60wWsmQLC { border-width: 0; border-radius: 0; }#oTwUbMvKpmXKiFyLme0bMdo60wWsmQLC > .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; }#oTwUbMvKpmXKiFyLme0bMdo60wWsmQLC > .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:18.75rem;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; }#GIs5uScFVIFqv3vt7t9yXnMNZZTxf79E { 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:15043;opacity:1;top:1.625rem;left:0.75rem; }
#Ey0lNAH5sXOgvzLy1LFK4BDXoSh1EAdl { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:1.6875rem;left:3.625rem;height:8.82352925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:left;text-align-last:left;display:block; }
#rvlonZQHEOIHVhwTERIr4FPudKTcUbW6 { 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:15043;opacity:1;top:1.75rem;left:26.5625rem; }
#UoPuKWgPO8iMV9VGfki5m4wg63cozUcz { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:1.8125rem;left:29.4375rem;height:7.3529410625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ig3Q32iSHkNVfQ5i7CZOSKVS4SebIc4T { 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:15043;opacity:1;top:1.75rem;left:51.5rem; }
#hkLFv7bgybM6HgzVSd9eBTgW2blKTHwe { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:1.8125rem;left:54.375rem;height:7.3529410625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ABLyD9l8r8fo8CrwuB8XJkV6W8I2rCIq { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:5.6875rem;width:5.6875rem;top:11.125rem;left:4.3125rem;overflow:hidden;display:block; }
#LptKb4ILFJ40Ss1gIBAQT3TLa5at87oS { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:5.6875rem;width:5.6875rem;top:11.125rem;left:30.125rem;overflow:hidden;display:block; }
#qJofTP86TvAPia0QaupbrbUW24MMQ6Tg { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:5.6875rem;width:5.6875rem;top:11.125rem;left:55.0625rem;overflow:hidden;display:block; }
#C8khIkZwSnCEtItFNAZNsJkhGkD0p5IT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15048;line-height:1.2;letter-spacing:0;top:15.0625rem;left:10.875rem;height:1.76470575rem;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; }
#m98q3xzZFKnkHuohCBOxpGewrRJhJQvv { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15048;line-height:1.2;letter-spacing:0;top:15.0625rem;left:36.5625rem;height:1.76470575rem;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; }
#ue9AtAPA0ryBpMlEpcgSQJzXuO4mWMX0 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15048;line-height:1.2;letter-spacing:0;top:15.0625rem;left:61.5625rem;height:1.76470575rem;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; }
#tRWSMBTTsP0HltROf4QwqdIsVmGKuP0c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#tRWSMBTTsP0HltROf4QwqdIsVmGKuP0c > .row .container { background-color: transparent; background-image: none; }#tRWSMBTTsP0HltROf4QwqdIsVmGKuP0c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRWSMBTTsP0HltROf4QwqdIsVmGKuP0c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRWSMBTTsP0HltROf4QwqdIsVmGKuP0c > .row .container > .video-iframe-container { display: none; }#tRWSMBTTsP0HltROf4QwqdIsVmGKuP0c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRWSMBTTsP0HltROf4QwqdIsVmGKuP0c > .row > .video-iframe-container { display: none; }#tRWSMBTTsP0HltROf4QwqdIsVmGKuP0c > .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); }#tRWSMBTTsP0HltROf4QwqdIsVmGKuP0c > .row .container { border-width: 0; border-radius: 0; }#tRWSMBTTsP0HltROf4QwqdIsVmGKuP0c > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#tRWSMBTTsP0HltROf4QwqdIsVmGKuP0c > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;position:relative;display:block; }#k20nkzmuRuJ3eW92M9q08oXUgon2c9L6 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:3.0625rem;left:9.375rem;height:3.3823528125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aKkwhssGtwxFQB4dUAT3c7D4rea69oE1 { color:rgba(var(--color-tertiary-0),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15039;line-height:1;letter-spacing:0;top:1.375rem;left:29rem;height:1.102941125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zZVtJKuyOTEloHTTtUc172Rw7THBVnKh { color:rgba(var(--color-tertiary-0),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.4;letter-spacing:0;top:7.125rem;left:9.375rem;height:1.39705875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tElzGZtoeCoxG8BKciil20Q1KAM6le63 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tElzGZtoeCoxG8BKciil20Q1KAM6le63 > .row .container { background-color: transparent; background-image: none; }#tElzGZtoeCoxG8BKciil20Q1KAM6le63::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tElzGZtoeCoxG8BKciil20Q1KAM6le63 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tElzGZtoeCoxG8BKciil20Q1KAM6le63 > .row .container > .video-iframe-container { display: none; }#tElzGZtoeCoxG8BKciil20Q1KAM6le63 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tElzGZtoeCoxG8BKciil20Q1KAM6le63 > .row > .video-iframe-container { display: none; }#tElzGZtoeCoxG8BKciil20Q1KAM6le63 > .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); }#tElzGZtoeCoxG8BKciil20Q1KAM6le63 > .row .container { border-width: 0; border-radius: 0; }#tElzGZtoeCoxG8BKciil20Q1KAM6le63 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tElzGZtoeCoxG8BKciil20Q1KAM6le63 > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#PZ1560TCTCFk18meo6DWuE9Bv1T7DyB1 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:7.375rem;left:8.625rem;height:3.088235125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ky6gSpGegIuUxUrZpB3v3eqo6KTs9yD4 { color:rgba(var(--color-tertiary-0),1);display:block;width:0.6870404375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15050;line-height:1.1;letter-spacing:0;top:2.5625rem;left:11.4375rem;height:1.6176470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ziihspAwh89PVLcbUOFwzsMKVPmWx0RN { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:5.4375rem;left:8.625rem;height:1.76470575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xdnvxl1D0DNQRtEpTHtTuICgQDJpr158 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:5.1875rem;left:27.5rem; }
#Lp2qLtJLEWkz8ZVx405ZGqQ4NGH9W0cw { box-sizing:content-box;height:0.125rem;width:4.375rem;position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:6.1875rem;left:24.3125rem;display:block; }
#GWgLeUz4OBd55wlu2T0pSPfi94wNH3uO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:5.1875rem;left:48.75rem; }
#MfSDTUTBW68BahXV34HnPrvw2cGo8FJe { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:5.5625rem;left:32rem;height:1.76470575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q1dQ7VylNmMUhdiyDTCp9c8X6bsaqALA { box-sizing:content-box;height:0.125rem;width:4.375rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:6.125rem;left:45.5625rem;display:block; }
#WpJymG3nVtHpCHEE7suEaLFPqqaI6IxU { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:7.25rem;left:32rem;height:3.088235125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nBQVhvxyawbvLZ5LfO2fowA6lNLqBh2U { box-sizing:content-box;height:2.5rem;width:2.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:15049;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.25rem;left:10.625rem;display:block; }
#M1xKoM989MyxiQrnGoNdoJFc0kSnuwJm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9997701875rem;width:2.9997701875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:1.8125rem;left:14.1875rem; }
#lyd5FBGM7DxTcAiHyC6NJCDfcTi2hGve { box-sizing:content-box;height:2.5rem;width:2.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:15052;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.125rem;left:33.5rem;display:block; }
#kIwHvue5IUlPLpg1dUQ9mRLR0qOE92rm { color:rgba(var(--color-tertiary-0),1);display:block;width:0.6870404375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15053;line-height:1.1;letter-spacing:0;top:2.4375rem;left:34.3125rem;height:1.6176470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T4XSJiPrRgIDvIXNyTh6onV9ixLyxyLW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9997701875rem;width:2.9997701875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:1.6875rem;left:37.0625rem; }
#VBAn0MsTZd9NPy9zOpasQgHAbbpGBB1f { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:7.3125rem;left:52.5rem;height:3.088235125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pCv4h1v7urTDiQP70SSZNNSXB7XopRHV { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:5.5625rem;left:52.5rem;height:1.76470575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fNaTPQVoCztTatB1RSvXqJTVhC2ZBFlv { box-sizing:content-box;height:2.5rem;width:2.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:15057;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.125rem;left:54rem;display:block; }
#TDUe1wIrDkTlOEnT2MJEEUUOlHt4V0aQ { color:rgba(var(--color-tertiary-0),1);display:block;width:0.6870404375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15058;line-height:1.1;letter-spacing:0;top:2.4375rem;left:54.8125rem;height:1.6176470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WUJTRd8Q9kqd4NVxJuX9dC1vwuPfPEF7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9997701875rem;width:2.9997701875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:1.6875rem;left:57.5625rem; }
#cSLl6IKHv2oq2rGl6LglmpJvBedZH5di { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-secondary-0),1));background-size:cover !important;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#cSLl6IKHv2oq2rGl6LglmpJvBedZH5di > .row .container { background-color: transparent; background-image: none; }#cSLl6IKHv2oq2rGl6LglmpJvBedZH5di::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSLl6IKHv2oq2rGl6LglmpJvBedZH5di > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSLl6IKHv2oq2rGl6LglmpJvBedZH5di > .row .container > .video-iframe-container { display: none; }#cSLl6IKHv2oq2rGl6LglmpJvBedZH5di > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSLl6IKHv2oq2rGl6LglmpJvBedZH5di > .row > .video-iframe-container { display: none; }#cSLl6IKHv2oq2rGl6LglmpJvBedZH5di > .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); }#cSLl6IKHv2oq2rGl6LglmpJvBedZH5di > .row .container { border-width: 0; border-radius: 0; }#cSLl6IKHv2oq2rGl6LglmpJvBedZH5di > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#cSLl6IKHv2oq2rGl6LglmpJvBedZH5di > .row .container { font-size:0.875rem;font-family:arial;height:46.8125rem;width:75rem;position:relative;display:block; }#XE7pozloIeMP6qMZzu0ahvvDXKxt9FoA { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9993105rem;width:12.7493105rem;top:37.759643554688rem;left:60.790437698364rem;overflow:hidden;display:block; }
#TGy1FxzR923vRPtPB73VNxz54AqJnAWb { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1868105rem;width:8.75rem;top:3.3720092773438rem;left:2.5rem;overflow:hidden;display:block; }
#FKlbTIMRzLs6vO22M7V0xtXua5VEzfTa { box-sizing:content-box;height:39.75rem;width:43.375rem;position:absolute;display:block;z-index:15016;background-color:#f6c5a8;background-image:none;top:2.1875rem;left:15.812269210816rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-primary-3),0.2) ;display:block; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr .widget-form-header {  }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:36.625rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #892eff;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:36.625rem;box-sizing:border-box;height:2.6875rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;vertical-align:top; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr .widget-input-text {padding-top: 0; padding-bottom: 0;}#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #892eff;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:36.625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;vertical-align:top; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr .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 #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:36.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr .widget-input-select {padding-top: 0; padding-bottom: 0;}#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr .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; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr .widget-input-button { border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:4.9375rem;margin-bottom:0.25rem;margin-left:4.9375rem;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:26.6875rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;line-height:1; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:35.375rem;overflow:hidden;font-style:normal;float:none; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr .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; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr .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; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr .widget-container:first-of-type{padding-top:0;}#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr .widget-container:last-of-type{padding-bottom:0;}#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:36.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.5298767089844rem;left:17.934282302856rem; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:36.625rem;display:block;vertical-align:top; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr {display:block;}#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:36.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.5298767089844rem;left:17.934282302856rem; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #TAEazQRqr8ElWTtkwlTy1Unh1rsicLHB { position:relative; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #hNIOJRS5ZUMp67EkbOi53i66gcwXw9il { position:relative;display:block; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #tOpGFf5bcM2kxifcdCpBR5FaFqBET6EP { position:relative; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #IHqtgHOGPoE9Mr5losNryd5oblgJGLcu { position:relative; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #lQSM1VXH10K8VwSZpvIX92EV5u5yAuWh { position:relative;display:none; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #XS3bvT0DKC9BwhtGX87PkebR8wCnbBcU { position:relative; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #ZkUScwpeDw4Ez4znz4Fg9Wt3uTLOhxxW { position:relative; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #nG5x3RfA0LyuBSHSyDbCFRAGIdgc7SPl { position:relative;display:none; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #uBrZXq97qgG4LccplN4EgeJCoPOgftGf { position:relative; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #rTugcf9erPOSKswcKngOvcUPpAx1TCQb { position:relative; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #aZRorUyTlfV14PtMLwqcRmeObiULfGuG { position:relative;display:none; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #QVpHGcttsTJ2Fnm8iTDaUutdWrctdGuQ { position:relative; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #xXZcUKKJ41BBUGa2F5XpTUl8Ttr3Gbwo { position:relative; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #RJ9ZrVkF51UxK1xvSdrceTVuNKbd76DJ { position:relative;display:none; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #Qg0ttPpfoQGI5RqbFVCkO6WLC28VXOaG { position:relative; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #t3B6J9telDxk0k94EmW397M7VEPlwPmg { position:relative; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #CFUNkGJnGc5NNd2sL1VL1ce36Xg9Oagd { position:relative;z-index:2; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #K10C4OOR2BSTqORXA2kC0EpEVAHi4y9K { position:relative; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #dt0AcWi7MrQEWtACMkuc7gwFQHPqnp6X { position:relative; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #qBUnDcXAsXTHkruFaRxFwTJRhZKBhcwE { position:relative;z-index:2; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #RL5W15pLbiUVEkTxaf8KbGUfsAIpJOAh { position:relative; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #wKHER7y9qRa0CbQlsxsT3UXvTrITi8rM { position:relative; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #oIJH3Huke1I8BbT5WP48VngAcfQid3C4 { position:relative;z-index:2; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #HTrxgA48k2UcTJtKUnRS9ueLCzuX4NNe { position:relative; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #IGiByxZafo8fECwVbfa904AT4Q6UeWlT { position:relative; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #RSum3Rh7vlXZpLFtg9Oa4zp8t0AiSCNv { position:relative; }
#Mt7tZXhCX3k0sPhQW0e7Jw24UTsXDsX9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#Mt7tZXhCX3k0sPhQW0e7Jw24UTsXDsX9 > .row .container { background-color: transparent; background-image: none; }#Mt7tZXhCX3k0sPhQW0e7Jw24UTsXDsX9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mt7tZXhCX3k0sPhQW0e7Jw24UTsXDsX9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mt7tZXhCX3k0sPhQW0e7Jw24UTsXDsX9 > .row .container > .video-iframe-container { display: none; }#Mt7tZXhCX3k0sPhQW0e7Jw24UTsXDsX9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mt7tZXhCX3k0sPhQW0e7Jw24UTsXDsX9 > .row > .video-iframe-container { display: none; }#Mt7tZXhCX3k0sPhQW0e7Jw24UTsXDsX9 > .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); }#Mt7tZXhCX3k0sPhQW0e7Jw24UTsXDsX9 > .row .container { border-width: 0; border-radius: 0; }#Mt7tZXhCX3k0sPhQW0e7Jw24UTsXDsX9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mt7tZXhCX3k0sPhQW0e7Jw24UTsXDsX9 > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;position:relative;display:block; }#nNmHZrdDXoZiIcueooPAzMHWSGAAs1lh { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:2rem;left:17rem;height:2.0588235625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vFmgrCGre7DApEOtGAhd6bV1F9waqDB5 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.8120403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:4rem;left:17rem;height:1.0294118125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 .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; }
#iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.515625rem;padding-right:0.476875rem;padding-bottom:0.515625rem;padding-left:0.476875rem;display:block;align-items:center;width:2.859375rem;min-width:2.859375rem;height:2.76875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:400;line-height:44.3px;text-align:center;text-align-last:center;top:0rem;left:0rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-secondary-1),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.32125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.815rem;height:1.0925rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.773125rem;font-weight:400;line-height:17.48px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 { 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:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:19.25rem;height:5.21375rem;padding-top:0.644375rem;padding-right:0.681875rem;padding-bottom:0.644375rem;padding-left:0.681875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.375rem;left:37.25rem;z-index:15084; }
#iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 #eIpL8yySAgRP8mvIFT8zDD1exlPKLffh { display:flex;position:relative;top:0rem;left:0rem; }
#iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 #CmxhuLgX78q0Ef96Tk5XQwZrPI1SAxbN { width:auto; }
#iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 #G4OzGO27QAbPwWT0LedleLxfEF5FxXUV {  }
#iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 #n82cBpg65QuJnT7Dd2cpdcqtskdWn1q2 { display:flex;position:relative;top:0rem;left:0rem; }
#iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 #VWMwLTbHlpdukh1kxM0Io6SB73O9mVDk {  }
#iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 #hq8Pwam11lXWAKau9e00GAfMGHMFegZ7 {  }
#iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 #rHTOPaWMeIbcApltfAXBLTddF0VmwB2X { display:flex;position:relative;top:0rem;left:0rem; }
#iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 #dgakCkffeFMapEJUNHQi9yXG2exDSvOk {  }
#iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 #TxUeDBdevfXhFmQIp7l39kVOCx4HLxtp {  }
#iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 #K7N5EsnwOrP8Dxn22uaLQZ7TdZO797XQ { display:flex;position:relative;top:0rem;left:0rem; }
#iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 #cp5J49mFggrmZqv8enrl4pRzINElR8mV {  }
#iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 #vZZMmfWgU35bUEuwTPpnUE91cBnADcRJ {  }
#Ss5DIo6BMIoiRrfzMxmIXaCZQlg426i7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ss5DIo6BMIoiRrfzMxmIXaCZQlg426i7 > .row .container { background-color: transparent; background-image: none; }#Ss5DIo6BMIoiRrfzMxmIXaCZQlg426i7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ss5DIo6BMIoiRrfzMxmIXaCZQlg426i7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ss5DIo6BMIoiRrfzMxmIXaCZQlg426i7 > .row .container > .video-iframe-container { display: none; }#Ss5DIo6BMIoiRrfzMxmIXaCZQlg426i7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ss5DIo6BMIoiRrfzMxmIXaCZQlg426i7 > .row > .video-iframe-container { display: none; }#Ss5DIo6BMIoiRrfzMxmIXaCZQlg426i7 > .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); }#Ss5DIo6BMIoiRrfzMxmIXaCZQlg426i7 > .row .container { border-width: 0; border-radius: 0; }#Ss5DIo6BMIoiRrfzMxmIXaCZQlg426i7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ss5DIo6BMIoiRrfzMxmIXaCZQlg426i7 > .row .container { font-size:0.875rem;font-family:arial;height:101.0625rem;width:75rem;position:relative;display:block; }#mD7zELbibMUBDeoybR7mGgAUPaKsz8Wi { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:4.7794118125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n9Moxy0WTLyTST4tw9ILQhKPSr0xQwvq { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:42.625rem;left:14.625rem;display:block; }
#rPk3mBqohLRlZmaKdpaSzeTuotenfVUI { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:42.625rem;left:57.125rem;display:block; }
#wRxwWqaAXldO28phTS7EqkVyKgzXvt4t { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:7.0625rem;top:3.0208435058594rem;left:1.3958320617676rem;overflow:hidden;display:block; }
#oRWFKkFSXUbS3rKb6Blxfw8kWXNEflb4 { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:8.8125rem;top:1.6875rem;left:65.25rem;overflow:hidden;display:block; }
#dx8N0f2lyLuD3ywGfrG8yUJ1M9Rk5aXl { color:rgba(var(--color-tertiary-4),1);display:block;width:15.7490806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:21.161102294922rem;left:8.3720130920413rem;height:20.0735283125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#W8hEJRVmXN21SrIGcMrGPHEl5cDTDmrX { color:rgba(var(--color-tertiary-4),1);display:block;width:15.7490806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:42.526916503906rem;left:8.3731613159181rem;height:1.5441175625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KSFA7exTb5y1moPTfrfEL425IEU2cScW { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3115806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:24.311828613281rem;left:28.841909408569rem;height:12.3529405625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#wnt5QJ6ToOy67pNUGMTpb01nqEZWrMbx { color:rgba(var(--color-tertiary-4),1);display:block;width:15.7490806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:42.526916503906rem;left:29.624307632446rem;height:1.5441175625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cwEOZtiyUGIR9GD6BewKXAzv3Bbsuqf1 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:42.625rem;left:35.8125rem;display:block; }
#QA7I4N819e2WPqOamkvlpQZFnTFW9aBx { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9365806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:21.145477294922rem;left:49.778261184692rem;height:20.0735283125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#W1qJ04Pa7ZHMNOz0fEnkn94OT42WKxs3 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:42.625rem;left:50.875rem;height:1.5441175625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k6HATvAADpJdC8tyThX2DSITJth7ZIgy { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),0.62), rgba(255,245,232,0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),0.62), rgba(255,245,232,0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),0.62), rgba(255,245,232,0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),0.62), rgba(255,245,232,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.62)', endColorstr='#fff5e8a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.62)', endColorstr='#fff5e8a5' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),0.62), rgba(255,245,232,0.65));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-secondary-1),0.6) ;height:10.8125rem;width:26.3125rem;top:62.875rem;left:2.375rem;display:block; }
#HITcbIFLlDz8mdvFoqfsyC32hmMn5ZP2 { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:22.5625rem;top:60.3125rem;left:4.25rem;overflow:hidden;display:block; }
#wM9wTIrDAVncPeNRa3hfskxoqzCDJ8NE { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:22.625rem;top:72.25rem;left:4.1875rem;overflow:hidden;display:block; }
#o7bQzliflQ4hnyOsRyM6AoQtM1MViBGT { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:22.625rem;top:84.125rem;left:4.1875rem;overflow:hidden;display:block; }
#ROgHQlIGroiwiuszt7dKGAK34sfebTTq { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:15.125rem;top:66.5rem;left:33.4375rem;overflow:hidden;display:block; }
#DImeVbgAbTBoTGy8ecqDdrgUlb2os1La { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.125rem;width:15.75rem;top:70.9375rem;left:56.5625rem;overflow:hidden;display:block; }
#RBuFxrKXte7nUxSrSkwFxb538AUTruob { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:14.9375rem;top:86.25rem;left:36.5rem;overflow:hidden;display:block; }
#rKTLiFdJ1WZVUxMyJT7NOW500NRheTWL { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.62));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.62));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.62));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.65)', endColorstr='#fff5e89e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.65)', endColorstr='#fff5e89e' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.62));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-secondary-1),0.6) ;height:10.8125rem;width:26.3125rem;top:74.75rem;left:2.375rem;display:block; }
#MyzQNN1ZATPMNLqRpRTLo2s1qEwISsc3 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.62));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.62));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.62));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.65)', endColorstr='#fff5e89e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.65)', endColorstr='#fff5e89e' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.62));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-secondary-1),0.6) ;height:10.8125rem;width:26.3125rem;top:86.6875rem;left:2.375rem;display:block; }
#sOACwbQtKhXODrTbnX4SkBWqhuDnbAm7 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.62));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.62));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.62));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.65)', endColorstr='#fff5e89e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.65)', endColorstr='#fff5e89e' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.62));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-secondary-1),0.6) ;height:13.6875rem;width:19.3125rem;top:69.6875rem;left:54.875rem;display:block; }
#swfsLG0OvBhqRHMx7kd3rlptp5Pb2ngI { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.62));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.62));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.62));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.65)', endColorstr='#fff5e89e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.65)', endColorstr='#fff5e89e' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.62));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-secondary-1),0.6) ;height:13.6875rem;width:19.3125rem;top:65rem;left:31.4375rem;display:block; }
#rwpwM6fzIFBQz3ixiaMT5A3iTPOWNl98 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.62));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.62));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.62));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.65)', endColorstr='#fff5e89e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.65)', endColorstr='#fff5e89e' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.62));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-secondary-1),0.6) ;height:13.6875rem;width:19.3125rem;top:84.625rem;left:34.3125rem;display:block; }
#MikT7nbMmPPEfGatyUmO9xOG8okvkxOp { box-sizing:content-box;height:2.3125rem;width:2.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:15037;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,245,232,0.65), rgba(var(--color-secondary-1),0.65));background-image: -moz-linear-gradient(180deg, rgba(255,245,232,0.65), rgba(var(--color-secondary-1),0.65));background-image: -ms-linear-gradient(180deg, rgba(255,245,232,0.65), rgba(var(--color-secondary-1),0.65));background-image: -o-linear-gradient(180deg, rgba(255,245,232,0.65), rgba(var(--color-secondary-1),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='rgba(var(--color-secondary-1),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='rgba(var(--color-secondary-1),0.65)' );";background-image: linear-gradient(180deg, rgba(255,245,232,0.65), rgba(var(--color-secondary-1),0.65));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:81.125rem;left:31.1875rem;display:block; }
#xZf11W89SxaIXeWw52TGhWUogWo78pft { box-sizing:content-box;height:3.6875rem;width:3.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:15038;background-color:transparent;background-image: -webkit-linear-gradient(237deg, rgba(255,245,232,0.65), rgba(var(--color-secondary-1),0.65));background-image: -moz-linear-gradient(237deg, rgba(255,245,232,0.65), rgba(var(--color-secondary-1),0.65));background-image: -ms-linear-gradient(237deg, rgba(255,245,232,0.65), rgba(var(--color-secondary-1),0.65));background-image: -o-linear-gradient(237deg, rgba(255,245,232,0.65), rgba(var(--color-secondary-1),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='rgba(var(--color-secondary-1),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='rgba(var(--color-secondary-1),0.65)' );";background-image: linear-gradient(237deg, rgba(255,245,232,0.65), rgba(var(--color-secondary-1),0.65));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:85.875rem;left:68rem;display:block; }
#JqRDC3azi1DPS9G7De83fvTK1BU730kZ { box-sizing:content-box;height:5.3745403125rem;width:5.3745403125rem;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:15039;background-color:transparent;background-image: -webkit-linear-gradient(83deg, rgba(255,245,232,0.65), rgba(var(--color-secondary-1),0.65));background-image: -moz-linear-gradient(83deg, rgba(255,245,232,0.65), rgba(var(--color-secondary-1),0.65));background-image: -ms-linear-gradient(83deg, rgba(255,245,232,0.65), rgba(var(--color-secondary-1),0.65));background-image: -o-linear-gradient(83deg, rgba(255,245,232,0.65), rgba(var(--color-secondary-1),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='rgba(var(--color-secondary-1),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='rgba(var(--color-secondary-1),0.65)' );";background-image: linear-gradient(83deg, rgba(255,245,232,0.65), rgba(var(--color-secondary-1),0.65));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:63.875rem;left:53.625rem;display:block; }
#AQOJCI9co7FiRva22WV7DOHtoaDzTisT { box-sizing:content-box;height:1.9370403125rem;width:1.9370403125rem;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:15040;background-color:transparent;background-image: -webkit-linear-gradient(246deg, rgba(255,245,232,0.65), rgba(var(--color-secondary-1),0.65));background-image: -moz-linear-gradient(246deg, rgba(255,245,232,0.65), rgba(var(--color-secondary-1),0.65));background-image: -ms-linear-gradient(246deg, rgba(255,245,232,0.65), rgba(var(--color-secondary-1),0.65));background-image: -o-linear-gradient(246deg, rgba(255,245,232,0.65), rgba(var(--color-secondary-1),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='rgba(var(--color-secondary-1),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='rgba(var(--color-secondary-1),0.65)' );";background-image: linear-gradient(246deg, rgba(255,245,232,0.65), rgba(var(--color-secondary-1),0.65));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:62rem;left:49.75rem;display:block; }
#eiCF03ospS1y15D5Oaav5SnNacxkrz16 { box-sizing:content-box;height:1.125rem;width:1.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:15038;background-color:transparent;background-image: -webkit-linear-gradient(252deg, rgba(255,245,232,0.65), rgba(var(--color-secondary-1),0.65));background-image: -moz-linear-gradient(252deg, rgba(255,245,232,0.65), rgba(var(--color-secondary-1),0.65));background-image: -ms-linear-gradient(252deg, rgba(255,245,232,0.65), rgba(var(--color-secondary-1),0.65));background-image: -o-linear-gradient(252deg, rgba(255,245,232,0.65), rgba(var(--color-secondary-1),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='rgba(var(--color-secondary-1),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='rgba(var(--color-secondary-1),0.65)' );";background-image: linear-gradient(252deg, rgba(255,245,232,0.65), rgba(var(--color-secondary-1),0.65));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:82.125rem;left:46.6875rem;display:block; }
#FdTTfo60OluIkhKzkmkFDbWUJ5WboKT7 { box-sizing:content-box;height:1.875rem;width:1.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:15039;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,245,232,0.65), rgba(var(--color-secondary-1),0.65));background-image: -moz-linear-gradient(180deg, rgba(255,245,232,0.65), rgba(var(--color-secondary-1),0.65));background-image: -ms-linear-gradient(180deg, rgba(255,245,232,0.65), rgba(var(--color-secondary-1),0.65));background-image: -o-linear-gradient(180deg, rgba(255,245,232,0.65), rgba(var(--color-secondary-1),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='rgba(var(--color-secondary-1),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='rgba(var(--color-secondary-1),0.65)' );";background-image: linear-gradient(180deg, rgba(255,245,232,0.65), rgba(var(--color-secondary-1),0.65));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:80.3125rem;left:43.6875rem;display:block; }
#ZwVi4GgdUCR1RwPTzcZCsL2etRvm1rlC { box-sizing:content-box;height:1.5rem;width:1.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:15039;background-color:transparent;background-image: -webkit-linear-gradient(128deg, rgba(255,245,232,0.65), rgba(var(--color-secondary-1),0.65));background-image: -moz-linear-gradient(128deg, rgba(255,245,232,0.65), rgba(var(--color-secondary-1),0.65));background-image: -ms-linear-gradient(128deg, rgba(255,245,232,0.65), rgba(var(--color-secondary-1),0.65));background-image: -o-linear-gradient(128deg, rgba(255,245,232,0.65), rgba(var(--color-secondary-1),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='rgba(var(--color-secondary-1),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='rgba(var(--color-secondary-1),0.65)' );";background-image: linear-gradient(128deg, rgba(255,245,232,0.65), rgba(var(--color-secondary-1),0.65));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:79.25rem;left:50.125rem;display:block; }
#d4X2WsItQDbTc074vO2ykirfKKGTaoUw { box-sizing:content-box;height:6.875rem;width:6.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:15039;background-color:transparent;background-image: -webkit-linear-gradient(172deg, rgba(255,245,232,0.65), rgba(var(--color-secondary-1),0.65));background-image: -moz-linear-gradient(172deg, rgba(255,245,232,0.65), rgba(var(--color-secondary-1),0.65));background-image: -ms-linear-gradient(172deg, rgba(255,245,232,0.65), rgba(var(--color-secondary-1),0.65));background-image: -o-linear-gradient(172deg, rgba(255,245,232,0.65), rgba(var(--color-secondary-1),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='rgba(var(--color-secondary-1),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='rgba(var(--color-secondary-1),0.65)' );";background-image: linear-gradient(172deg, rgba(255,245,232,0.65), rgba(var(--color-secondary-1),0.65));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:61.4375rem;left:65.4375rem;display:block; }
#miEMEm7DM9aqIpiAC5P9RbU890LtTcLL { box-sizing:content-box;height:0.9375rem;width:4.5rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:65rem;left:8.875rem;display:block; }
#mt0ZfofyQ4WHP42AWsDbCLtTzbzXzB4o { box-sizing:content-box;height:1.375rem;width:4.6875rem;position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:76.8125rem;left:8.6875rem;display:block; }
#MMZyJRnITHEcTiiNlbGm1XtyICS4HuQb { box-sizing:content-box;height:1.375rem;width:4.5rem;position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:89rem;left:8.25rem;display:block; }
#lQXLTmlAmWW3hU88VlJSSpLxsKBGl7D3 { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),0.7), rgba(255,245,232,0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),0.7), rgba(255,245,232,0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),0.7), rgba(255,245,232,0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),0.7), rgba(255,245,232,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.7)', endColorstr='#fff5e8a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.7)', endColorstr='#fff5e8a5' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),0.7), rgba(255,245,232,0.65));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-secondary-1),0.59) ;height:35.75rem;width:20rem;top:9.5rem;left:27.5rem;display:block; }
#bziocdhdT5GOgIe127dQlytmDSOOqJMT { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),0.7), rgba(255,245,232,0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),0.7), rgba(255,245,232,0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),0.7), rgba(255,245,232,0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),0.7), rgba(255,245,232,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.7)', endColorstr='#fff5e8a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.7)', endColorstr='#fff5e8a5' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),0.7), rgba(255,245,232,0.65));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-secondary-1),0.59) ;height:35.75rem;width:20rem;top:9.5625rem;left:6.25rem;display:block; }
#bSN1fwRiU7KLTkTZUZKpgL5dH6GJcWIE { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),0.7), rgba(255,245,232,0.7));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),0.7), rgba(255,245,232,0.7));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),0.7), rgba(255,245,232,0.7));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),0.7), rgba(255,245,232,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.7)', endColorstr='#fff5e8b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.7)', endColorstr='#fff5e8b2' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),0.7), rgba(255,245,232,0.7));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-secondary-1),0.59) ;height:35.75rem;width:20rem;top:9.5rem;left:48.75rem;display:block; }
#cPUutTBDvTG75tQGP37qfIG6H1OS0Rlf { position:absolute;display:block;z-index:15047;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9993105rem;width:8.9993105rem;top:11.189117431641rem;left:54.24631690979rem;overflow:hidden;display:block; }
#oUEeFN7vqDRfMTdtESPoB6AeWcENh3gJ { position:absolute;display:block;z-index:15048;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1865806875rem;width:9.1865806875rem;top:11.03515625rem;left:32.904409408569rem;overflow:hidden;display:block; }
#sp4HZiKtsbJWJO0S8uJZA5OGnF1SXooK { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;top:11.097198486328rem;left:11.715303421021rem;overflow:hidden;display:block; }
#TTXcLCZq8gpy1CezTrG6ePnmbdI5oeF3 { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),0.7), rgba(255,245,232,0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),0.7), rgba(255,245,232,0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),0.7), rgba(255,245,232,0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),0.7), rgba(255,245,232,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.7)', endColorstr='#fff5e8a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.7)', endColorstr='#fff5e8a5' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),0.7), rgba(255,245,232,0.65));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-secondary-1),0.59) ;height:11.625rem;width:62.5625rem;top:47.4375rem;left:7rem;display:block; }
#vzlKaW2ag4c2wQdB5uShGc6trZK4Icxu { position:absolute;display:block;z-index:15081;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;top:48.6875rem;left:9.625rem;overflow:hidden;display:block; }
#bibu7WKTOp0kpLmV2VuCqnOwx7RvqHvx { color:rgba(var(--color-tertiary-4),1);display:block;width:47.0622673125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15041;line-height:1.6;letter-spacing:0;top:49.375rem;left:20.375rem;height:6.17647025rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#pAn3cOchC5lm1qIUNNBkLirmAESxJVcz { color:rgba(var(--color-tertiary-4),1);display:block;width:15.7490806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:56.4375rem;left:36.5625rem;height:1.5441175625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vkG0lMqTcbDzEMh1RZgmlCFzbnN0Is5V { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0620404375rem;width:3.249080875rem;top:56.125rem;left:42.3125rem;display:block; }
#wR5luxu446B6siSXTa5DXVeFvyWLRTK4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#wR5luxu446B6siSXTa5DXVeFvyWLRTK4 > .row .container { background-color: transparent; background-image: none; }#wR5luxu446B6siSXTa5DXVeFvyWLRTK4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wR5luxu446B6siSXTa5DXVeFvyWLRTK4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wR5luxu446B6siSXTa5DXVeFvyWLRTK4 > .row .container > .video-iframe-container { display: none; }#wR5luxu446B6siSXTa5DXVeFvyWLRTK4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wR5luxu446B6siSXTa5DXVeFvyWLRTK4 > .row > .video-iframe-container { display: none; }#wR5luxu446B6siSXTa5DXVeFvyWLRTK4 > .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); }#wR5luxu446B6siSXTa5DXVeFvyWLRTK4 > .row .container { border-width: 0; border-radius: 0; }#wR5luxu446B6siSXTa5DXVeFvyWLRTK4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wR5luxu446B6siSXTa5DXVeFvyWLRTK4 > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;position:relative;display:block; }#iL1tH0dTzt0D21XMkkoAhD96SsTAFHM4 { color:rgba(var(--color-tertiary-0),1);display:block;width:73.187034625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:1.6555480957031rem;left:0rem;height:4.0441174375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VZlF7i2SBy7eWPVHGLVbTazvNqyPT7yy { color:rgba(var(--color-tertiary-0),1);display:block;width:63.4995384375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:5.6870422363281rem;left:0rem;height:3.6029410625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#umDDazhLbGZdCvxucN9A98VTJmNyPtzT { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#umDDazhLbGZdCvxucN9A98VTJmNyPtzT > .row .container { background-color: transparent; background-image: none; }#umDDazhLbGZdCvxucN9A98VTJmNyPtzT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umDDazhLbGZdCvxucN9A98VTJmNyPtzT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umDDazhLbGZdCvxucN9A98VTJmNyPtzT > .row .container > .video-iframe-container { display: none; }#umDDazhLbGZdCvxucN9A98VTJmNyPtzT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umDDazhLbGZdCvxucN9A98VTJmNyPtzT > .row > .video-iframe-container { display: none; }#umDDazhLbGZdCvxucN9A98VTJmNyPtzT > .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); }#umDDazhLbGZdCvxucN9A98VTJmNyPtzT > .row .container { border-width: 0; border-radius: 0; }#umDDazhLbGZdCvxucN9A98VTJmNyPtzT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#umDDazhLbGZdCvxucN9A98VTJmNyPtzT > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:75rem;overflow:visible;position:relative;display:block; }#c8QnNzn7Jf8vUxmUBMQwKd8N0iRNCZCd { box-sizing:content-box;height:6.6865806875rem;width:0.1872701875rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5919189453125rem;left:26.135107040405rem;display:block; }
#pXWL5m0BFkBr9REgXCAmKcy15OWGpTED { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:2.55859375rem;left:19.796644210816rem; }
#Ku3plMAOo5sdZFTNqTAHFAQxJ3690qF3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:2.5827026367188rem;left:48.617872238159rem; }
#ehrwiTmoFa8q7W5S8GNxrKRGTkbhDhrc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:2.4655151367188rem;left:39.127985000611rem; }
#nIQNFW89XAxy8ITctNJgyLU5foiVpJto { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:6.5487060546875rem;left:45.371091842651rem;height:2.7941174375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WTUbB2M2Px9GW9ZVInfAdvWrHrxbXWz7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:2.5827026367188rem;left:29.501375198364rem; }
#fbGofcB2pqi4hgRi4pqM1te9HbPkgkeN { box-sizing:content-box;height:6.6865806875rem;width:0.1872701875rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5919189453125rem;left:35.911073684692rem;display:block; }
#DfsEUX7oKRkaSGr6NtJ8gZX5QzHfxX1z { box-sizing:content-box;height:6.6865806875rem;width:0.1872701875rem;position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5919189453125rem;left:45.311349868774rem;display:block; }
#KcsdD67rpoGc4MbSkor49sULdNGWn8Gd { box-sizing:content-box;height:6.6865806875rem;width:0.1872701875rem;position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5919189453125rem;left:54.999998092651rem;display:block; }
#dfUgXzdVvz9F5Hr3wJ97TdEJ99dPs1Cp { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:6.5487060546875rem;left:26.254823684693rem;height:2.7941174375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IInZJ6Wbf1HsgWxTOuzh9K7HwWnOOxmC { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6243105rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15045;line-height:1.4;letter-spacing:0;top:6.5372314453125rem;left:35.906476974487rem;height:1.39705875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O4MUi5RHt4L7KF2k1BpWAy8K3TZpTl8R { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6243105rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:6.5245971679688rem;left:16.580881118774rem;height:1.39705875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eHi7gqHo0mTeSZUO9LtL2r6iwsy87pwP { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),0.61));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),0.61));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),0.61));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),0.61));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),0.61)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),0.61)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),0.61));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.3743095625rem;height:5.4997701875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:11.665893554688rem;left:20.811120986939rem;display:block; }
#o0WDO6KyBdoZXizXWIzz3z2roQ61x6EL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yHgG11RZBTZdWn3fbfqGhrtvhX68Oh7K { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:4.6243105rem;top:3.8396301269531rem;left:4.9517459869385rem;overflow:hidden;display:block; }
#ZxcpZEky2npXFufnuO4LK2vMLTSdvOXP { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8743105rem;width:15.4365806875rem;top:3.7787170410156rem;left:58.646593093872rem;overflow:hidden;display:block; }
#hqtGi9OaTBeFfqgi3Sb05V2KGyRcTwGX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#hqtGi9OaTBeFfqgi3Sb05V2KGyRcTwGX > .row .container { background-color: transparent; background-image: none; }#hqtGi9OaTBeFfqgi3Sb05V2KGyRcTwGX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqtGi9OaTBeFfqgi3Sb05V2KGyRcTwGX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqtGi9OaTBeFfqgi3Sb05V2KGyRcTwGX > .row .container > .video-iframe-container { display: none; }#hqtGi9OaTBeFfqgi3Sb05V2KGyRcTwGX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqtGi9OaTBeFfqgi3Sb05V2KGyRcTwGX > .row > .video-iframe-container { display: none; }#hqtGi9OaTBeFfqgi3Sb05V2KGyRcTwGX > .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); }#hqtGi9OaTBeFfqgi3Sb05V2KGyRcTwGX > .row .container { border-width: 0; border-radius: 0; }#hqtGi9OaTBeFfqgi3Sb05V2KGyRcTwGX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hqtGi9OaTBeFfqgi3Sb05V2KGyRcTwGX > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#aevK76KkZJ1A7B8E2xbrDhCCFufoGoJU { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:6.5625rem;left:6.9375rem;height:1.76470575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DqQ8hNmRH8z669Z0lGFeEA6VUcE1UJFq { color:rgba(var(--color-secondary-2),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:8.6875rem;left:6.9375rem;height:4.6323526875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rNobwyses72m9WuOt0uuVEmNFP40N3qk { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:1.9375rem;left:48.875rem;height:1.76470575rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XzKzqRZhVt4HW6KWlmve7hbxFmwA1N5B { box-sizing:content-box;height:3rem;width:3rem;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:15034;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:4.875rem;left:54.5625rem;display:block; }
#lOq3foxO9KNSV3uNi49eUvbe104ANK4Z { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:5.6875rem;left:55.375rem; }
#lOq3foxO9KNSV3uNi49eUvbe104ANK4Z > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#Q5a1U138bsza1a8cGBLLg7pxQnnDUFUV { box-sizing:content-box;height:3rem;width:3rem;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:15036;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:4.875rem;left:58.8125rem;display:block; }
#Vl79Xixc58IIpLfJenwNKCKheArN4U4K { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:5.6875rem;left:59.625rem; }
#Vl79Xixc58IIpLfJenwNKCKheArN4U4K > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#TtAXryJnlqSs8NTn6XnPH6P5PDsS4JcT { box-sizing:content-box;height:3rem;width:3rem;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-secondary-2),1);background-image:none;top:4.9375rem;left:63.0625rem;display:block; }
#GbXtfwCMWEsqaZgVkfzhmipchqv32Tdr { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:5.75rem;left:63.875rem; }
#GbXtfwCMWEsqaZgVkfzhmipchqv32Tdr > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#L1IOaVd1doFG3gCBZaVfMkoPGn1ERJBX { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:14.375rem;top:4.0245971679688rem;left:30.279180526733rem;overflow:hidden;display:block; }
#o5VZC0m1imV8RcDeobNX2P1g3e4vVqdc { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15041;text-align:left;text-align-last:left;top:13.1875rem;left:6.9375rem;display:block; }
#sHm62XsZeFQpBVqLZBePmzMS7SEm4mVA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FWGhmEW9QTEQUncOCTklnK6iNnQezTps { color:rgba(var(--color-tertiary-0),0.6);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:10.0625rem;left:48.8125rem;height:6.17647025rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tzMy7Pli5MPq7mZ7I4Vlo94bsm4z8F20 { color:rgba(var(--color-secondary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:1.6875rem;left:6.9375rem;height:3.161764625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #myFa0wuxmkWEE19TFL7NoNntVzHsrT4u { display:block; }#myFa0wuxmkWEE19TFL7NoNntVzHsrT4u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VoRJEX55rU270tC2N7RE5bsV5D2NZH44 { top:0.875rem;left:16.8125rem;width:30.9375rem;height:38.9993095625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1K7w7rd19g68hGFqdeXsQDa96L32Mkm { top:10.6875rem;left:0rem;width:44.6875rem;height:10.4375rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeUILRSAUp3ZgC9uKRzGhyZWQLgup1yM { top:22.5625rem;left:0rem;width:24.1875rem;height:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlJn2EZTzoILKqqECnLCPJSRhziC7uDe { top:6.625rem;left:0rem;width:24.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L55sQVQUDU5KwU6TUpOCCQDGeJ15q5p2 { width:13.5625rem;height:3.9375rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEkNDOA8ASBeBg12NQ1cT2Kfthfe1D3J { display:block; }
 }@media only screen and (max-width: 763px) { #uqu5ry2TUVV4JwRSaZnL8VZMT8MsE9in { top:1.625rem;left:39.25rem;width:8.4375rem;height:10.733348669794rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0AbwdRebH10T25UsRioKwJC5ir10Jmk { top:7.1875rem;left:0rem;width:21.625rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSUdr73U9Frsk5GVTHAeO6QUizRtZ6un { width:13.4375rem;height:4.0625rem;top:30.75rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOpOSx9RPgMdix8AnVWz9sw20mQMx8s9 { display:block; }
 }@media only screen and (max-width: 763px) { #FdQh00UgGhqW3A4o0IsPT4fcsL8VKiUG { top:36.4375rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZNr9RB0LGB3P0fnCZzO8sruGRP4PLIe { top:36.375rem;left:0rem;width:8.625rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9ELarIgSZyo0KDc7xWOS4EDccK1aUfX { top:36.4375rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoiIzmsepZ7ixEnuiZswokSsvGwUJS5E { top:36.375rem;left:0rem;width:20.6875rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9Gqxz65eSqf62MUhlB8TEUmeQk0lnFl { top:36.4375rem;left:20.5rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDGtrE7Zvtrzbkwh95Gpb1oGs5JzEdUc { top:36.375rem;left:22.1875rem;width:8.625rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdHKLh9J2aoIPiTEvyhnXnl5LxA1ZSw6 { top:0rem;left:0rem;width:24.4375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #grZkLRCFdFLC7Gmuoneh0fTGpVUhkNVJ { top:14.4375rem;left:5.7419567108154rem;width:22.1875rem;height:1.7448911523509rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJNIArWz7WVABU0uNhLMRp1nDccAzAtQ { top:23.125rem;left:24.309282302856rem;width:4.375rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #avDbzHrRuQp4KrWh1T3Q94XP9OsRArIy { display:block; }#avDbzHrRuQp4KrWh1T3Q94XP9OsRArIy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTBUm0QiKWQOx2lnz8LKkf93eacopsD4 { top:1.6875rem;left:0rem;width:7.5rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK8e1T8vW4ARkIXbfQLN5EFJhc8VfiU4 { top:1.625rem;left:12.625rem;width:10.375rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALnNcBVRsRE5JTRQ7TSX52GFmriAhVET { top:1.6875rem;left:30.25rem;width:8.8125rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3mgCpFVuBb0M241qtqn9StMZ0hdnFnR { top:0.875rem;left:38.9375rem;width:8.8125rem;height:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea7UmlkwZzaS9MknCzTTZBLCk9Zef3Pl { top:1.3125rem;left:6.0625rem;width:0.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlqUOF9n5gBMAm409O7TmXT21nbOPJuN { top:1.3125rem;left:24.25rem;width:0.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyzfdfyPgAkoH2iX4m3wRBs27bPIU7QN { top:1.375rem;left:40.625rem;width:0.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXgucTldko4obzPdOPkfkn9bgQDbdRTS { top:0.8125rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkvTQm3O7fR06g5FMlArhTQutOuhrLmX { top:0.8125rem;left:7.9375rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLqUeMRTuzQWdhhr7eMg0V6ZP6RPyUEt { top:0.8125rem;left:25.6875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdDfUP8rho4tp64tM1GLmkL7PWlzU5Hs { top:0.8125rem;left:41.75rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVSOT71n59eSqGSniTXwwQpmtRZcCbOW { display:block; }#TVSOT71n59eSqGSniTXwwQpmtRZcCbOW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTU47Rwvwu6k7hfQWFZUr2FL7A8ptHUM { top:3.9375rem;left:0rem;width:47.75rem;height:8.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs8dMZKfTMe6niaEhOiNa2hwV4pJmOgF { top:27.1875rem;left:0rem;width:16.0625rem;height:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibwXa0P8IFu46zvUPCl97IafwOPRnSpO { top:15.375rem;left:0rem;width:20.25rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT7JErk9VltTNSnMLqAv7otFC0tdK9F0 { top:24.1875rem;left:0rem;width:16.0625rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2zbGa0Zw4dBS0TrWxBHqVSLAGR85ez0 { top:17.875rem;left:0rem;width:7.5625rem;height:5.2069111389831rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfdHs79Lr7NQxow2hFI58BUytw2xyuXT { top:27.1875rem;left:15.809740066528rem;width:16.0625rem;height:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq4ULT3xCObvRMaLandeb4yn1dO2s1VN { top:15.375rem;left:14rem;width:20.25rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oawW0TTBp3UTpm2rtgO1B81hgoS5ASfC { top:24.1875rem;left:14.217370986939rem;width:19.25rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7v0RWHZF49qscJLV1XHQNEyxvm973vo { top:17.875rem;left:20.616727828979rem;width:7.3125rem;height:5.2049870104851rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un2TdiIi891GNVJCNM0DRWdDXDqeztG0 { top:15.3125rem;left:27.125rem;width:20.25rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OShG0wlMrBByF64SfO096JpPBnRxqpIy { top:27.1875rem;left:32.75rem;width:15rem;height:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNhM41M57AmF57T5qcuDyb6II9gQ8ihL { top:23.5rem;left:28.9375rem;width:18.8125rem;height:3.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZmLsf6sfkAPC1Nv2b8vO67SlxolaXCb { top:17.0625rem;left:40.125rem;width:7.5625rem;height:5.3311294540626rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT39E80ZpGym6vpp3GpPTTQbkibzvJTd { top:12.125rem;left:31.114198684693rem;width:12rem;height:0.74521376244044rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLxJAq5a126sRFf9wRlM5MRw0nAtgiST { display:block; }#RLxJAq5a126sRFf9wRlM5MRw0nAtgiST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5VwJkgLtzfrUvpetCQmiKVopH4MPIo9 { width:12.6875rem;height:3.125rem;top:2.375rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6f99Cy2ArIKT1awdKoyPD64wrqPcSzM { display:block; }
 }@media only screen and (max-width: 763px) { #WzHLLUTMAHpnWLSkIrBBdHrotnNnKV5C { top:2.3125rem;left:0rem;width:22rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwmUzvBT1r0TTdXvfNvhUsXyUTODNJO8 { top:4.5rem;left:0rem;width:22.375rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkP1gqa6iEHRC17vcvoiOeHaiuew27qX .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UkP1gqa6iEHRC17vcvoiOeHaiuew27qX .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; }
#UkP1gqa6iEHRC17vcvoiOeHaiuew27qX .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; }
#UkP1gqa6iEHRC17vcvoiOeHaiuew27qX { display:flex;width:18rem;height:5.0625rem;top:0rem;left:12.8525390625rem; }
 }@media only screen and (max-width: 763px) { #UkP1gqa6iEHRC17vcvoiOeHaiuew27qX #AUd8u2JKeVArT1mb1bfy4qkD9HOsFycp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UkP1gqa6iEHRC17vcvoiOeHaiuew27qX #ihkTz4eN8hHGWUp1Ciof2svwURBh1Rc3 {  }
 }@media only screen and (max-width: 763px) { #UkP1gqa6iEHRC17vcvoiOeHaiuew27qX #XlZ0fos4LDCgTk4cRqUnFFIFTlbbSe1Q {  }
 }@media only screen and (max-width: 763px) { #UkP1gqa6iEHRC17vcvoiOeHaiuew27qX #xIfTcQ7G39yX0FsKgDG555fpFQ44bGlg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UkP1gqa6iEHRC17vcvoiOeHaiuew27qX #IbrvNtUztWr7IVA4EaPBHMw8LyRShGXa {  }
 }@media only screen and (max-width: 763px) { #UkP1gqa6iEHRC17vcvoiOeHaiuew27qX #VnMBlxxgsrHk7N9RDZKpFqmX0uJaHWeq {  }
 }@media only screen and (max-width: 763px) { #UkP1gqa6iEHRC17vcvoiOeHaiuew27qX #geATyMQpBEIZFFSoKKitwZoJOnl3t2b4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UkP1gqa6iEHRC17vcvoiOeHaiuew27qX #qr4dzBFS7wIyLQiSur78X5a8EdThlJbw {  }
 }@media only screen and (max-width: 763px) { #UkP1gqa6iEHRC17vcvoiOeHaiuew27qX #Xo13lbwV2TnKrE48svPJ5fJtnJiAAxTg {  }
 }@media only screen and (max-width: 763px) { #UkP1gqa6iEHRC17vcvoiOeHaiuew27qX #kpxh76B6KsLCzlbGoJZn9HwxrcuGoLxo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UkP1gqa6iEHRC17vcvoiOeHaiuew27qX #ttzUzHmT9Nw2kN2NIwFt0orbrvE1owuI {  }
 }@media only screen and (max-width: 763px) { #UkP1gqa6iEHRC17vcvoiOeHaiuew27qX #n68wpA5phzrOmPqi6bg3IE9tl9Te7VNa {  }
 }@media only screen and (max-width: 763px) { #cmk4nilACf8b3hFPVMEnB7fKIxb70M5q { display:block; }#cmk4nilACf8b3hFPVMEnB7fKIxb70M5q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfgfAgwHFbGZVAWzgd6Not6Fs5tJZ1Gv { width:20.0625rem;height:1.3125rem;top:16.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUvO9mQToRB1zsiPzDhVbGv19BcnwCZb { width:16.9375rem;height:13.875rem;top:20.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHUlu2wROTrWNfbGFB8IRQGodky3X8Ld { top:8.1875rem;left:11.75rem;width:20rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #un3T1wcDPRAiKf77CynqONxKKTnkzZPV { width:18.75rem;height:3rem;top:17.375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZeFgwagzHkTJusugOLSThKMT6v7hdzn { width:20rem;height:1.3125rem;top:16rem;left:11.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #opGgmCs3FDZUJ8Vu5kKTXpI9MpoItrfN { width:20.1875rem;height:3rem;top:17.3125rem;left:11.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucTEwA4ppx14cQlCxWtTOaw9huD3PAJJ { width:18.3125rem;height:13.875rem;top:21.4375rem;left:13.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bwk9rksTVNThfP5p3p4xibpvKmCebMEM { top:8.1875rem;left:0rem;width:20rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKMz4TDHaUn95DDwoCz1NG7vT3Ck8lam { top:8.1875rem;left:27.625rem;width:20rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOofk8SEdysDKPr4w89WmgtiIU0M4Ton { width:19.9375rem;height:1.3125rem;top:16rem;left:27.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWuDky6o5KIOPlf7VeAP9c1Um8cFHOwE { width:20rem;height:3rem;top:17.3125rem;left:27.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #epxO96fxyyvxM1t863c0zLOc2n8Bqc4l { width:17.5625rem;height:13.875rem;top:21.375rem;left:30rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nc6KP25laqxmgnSzhyz6JTsgw3F038fc { top:9.4375rem;left:4.9375rem;width:6.125rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0bQmceMtywUGNuedD8rdnRJklKbqVqR { top:9.625rem;left:4.75rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7OphaEPrsPvI1c6WW4h7pqc6JagNg4w { top:9.625rem;left:20.625rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5GeFWn4mrAx07NKH4IKbtoKBmuO3vhr { top:9.5625rem;left:21.656019210816rem;width:4.6875rem;height:5.9211720218121rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXg0hOcoI8JAqVPPT6HiETyaNiiASqmf { top:9.625rem;left:36.5rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma1PN64teOVneiQl4yHXIhgypodswzJo { top:10.8125rem;left:38.311120986939rem;width:3.125rem;height:3.9214581828419rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0TaK5oalv0BerbeXvbxrOqzo1i0LTqX { width:47.1875rem;height:4.75rem;top:1.25rem;left:0rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugtpzOwDVNzMHSO8c56anTiU4w41CMKJ { top:6.8125rem;left:0.90625rem;width:14.4375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #skhUDifdvdONyeoausWdbTODsWzefHVX { width:16.9375rem;height:1.5rem;top:7.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDsiiBG8WARwb9y5mR7yLckK6MU9knKS { width:17.3125rem;height:4.125rem;top:38.1875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkdECTl1WZ8DpfInydPsBP1HJ0a1SJ7m { display:block; }
 }@media only screen and (max-width: 763px) { #SncmsQGiGoDErnKSeIwu9ty9uSbh3XmP { top:5.375rem;left:19.75rem;width:12rem;height:0.74521376244044rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVEsy22D16BMIUTXMgks625indqmWUR2 { display:block; }#MVEsy22D16BMIUTXMgks625indqmWUR2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHTn63QnOSaWl0Qam7PGVyd8k6EHaI8T { width:28rem;height:1.9375rem;top:15.625rem;left:19.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqlJxQJNGpJsFXJVWc6SLTvcWh2tM6El { top:11.8125rem;left:12.375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW9LutVhrLd0bQEiMQALtEWEVvKyBvWD { top:3.375rem;left:0rem;width:17.25rem;height:31.200657244467rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGqcXPbGB6RA1UJfgUWrPUgNUhoWTixa { top:25.0625rem;left:0rem;width:21.4375rem;height:16.82648512262rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4o5iWoFetwle0JMRKQT4Mtf3EPBF5Wy { top:16.5rem;left:14.061120986939rem;width:7.375rem;height:24.853739019528rem;display:block; }
 }@media only screen and (max-width: 763px) { #T02OvuTT1Is39n02URxPo8eezJi8Vrrg { top:11.75rem;left:16.25rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGFsVlgnuEHb5Mh77Zp39pAtgpJAP9On { top:12.5625rem;left:14.9375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmQJ9Ho6UlftxNndzI36CQcOgfLTyO4M { top:0.625rem;left:0rem;width:30.8125rem;height:38.734337748819rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlEuoLUfrbSLKmMgreJG7KbwkJQlS85m { width:35.625rem;height:9.5rem;top:4.4375rem;left:12.125rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6H4GKTNa5CkGwG63Q6AEcwmdIW5oA6d { top:3.3125rem;left:16.75rem;width:31rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIo3nStmkOMHhrFyaX1AWbIJlq3d7Loh { top:15.625rem;left:23.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5mGnBThDvyH2ZqXsSnKNNvNmVwGW5Bg { top:16.1875rem;left:24.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xynznfAMXdSb48d6Db0UTLBlk4Wz0reL { top:26.75rem;left:24.3125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvli8UnQm1SpcJMa7y5i47xTm1rNqBWn { width:29.6875rem;height:1.5rem;top:17.5625rem;left:18.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #voCobB8Fz8PAwDpinb7t1LTrLgceSayE { top:20.9375rem;left:23.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJTBLVXT9UhPsEAsJb69elvfOPpRNazM { top:21.625rem;left:24.375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt3yetA3yXhgwyui8EPCMHOa3PTHxWZi { width:28rem;height:1.9375rem;top:20.9375rem;left:19.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqK8ZW0wslLNfAUfMFpVFJsHzqH0Nqtk { width:29.6875rem;height:1.5rem;top:22.8125rem;left:18.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICv6dVg5lSPmZdVJBLGNTdeZTscl6mQT { top:26.4375rem;left:23.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #saDu1VT5t5inPC75f4NL6cTvdGPqpHKp { width:28rem;height:1.9375rem;top:26.4375rem;left:19.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqE4CqIbUzId30dUhGdElHnrJrpOuZlR { width:29.6875rem;height:1.5rem;top:28.375rem;left:18.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6faEsRkhht4H9MXzgE5G25zSPLhpTNi { top:31.6875rem;left:23.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A812ULkpBpE2JDTDxTnCilxZ0v9AB0bX { top:31.9375rem;left:24.3125rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfiS8LEw9b4obz4E83m9E414TbGsHF45 { width:28rem;height:1.9375rem;top:31.6875rem;left:19.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZCrkpPVxp6rJGKq4JRga4CXwIktByrr { width:29.6875rem;height:1.5rem;top:33.625rem;left:18.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcZ9XNT3GtXb90cwv8FeFyA21FFzQVkx { top:30.25rem;left:36.3125rem;width:11.1875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB3rKTLwA90QWyv1rBEXMOEKe0yQqax2 { top:12.6875rem;left:25.75rem;width:21.9375rem;height:1.1216216867781rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ4og1cMKhAR3b6rKgBSG75MRO08fd9v { display:block; }#GJ4og1cMKhAR3b6rKgBSG75MRO08fd9v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4xMHcXzmUZvhwgUOTxXpDzS0feT2x6L { top:6.875rem;left:0rem;width:14.375rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9eZDehkQG2xihn1GE8R0qLQOrLMa7zq { top:6.9375rem;left:9.5625rem;width:14.3125rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV27A2qTwbca4q9RNC62E59TC8g14uiD { top:6.9375rem;left:21.5625rem;width:14.25rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0TuZuSJTxyrlII3ha5hb0FRv8nt1y5n { top:6.9375rem;left:33.625rem;width:14.125rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVqQsbz4y8WT7KTNVhfeh08U0QOFz0ZQ { top:0.9375rem;left:0rem;width:47.75rem;height:4.75rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6fVKy7vNfxHATfbVaR3Supa7kab03GX { top:5rem;left:0rem;width:12rem;height:0.74521376244044rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvrTEwpfU9uMwpwGlgXVud9eft34Ts0i { display:block; }#CvrTEwpfU9uMwpwGlgXVud9eft34Ts0i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3e9T6GyxeG4XdRW0LAkD7eZFzO60a9g { top:0.3125rem;left:0rem;width:14.3125rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhlrVfRW7IMPHytJzcK1hz0cyeJmssAu { top:0.3125rem;left:9.5rem;width:14.25rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N28dqDPpblkyE4PBXHHxZhKr02e6ZhZU { top:0.3125rem;left:21.5625rem;width:14.125rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qA9HqN2QBtx1QfkARgKTP0myGB2x1TWO { top:0.375rem;left:33.5625rem;width:14.0625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnlBGRi3f4TJ42BV0Clg8t1VTJrGesDy { display:block; }#MnlBGRi3f4TJ42BV0Clg8t1VTJrGesDy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRfKR0M7iJI6MKtLm07btUkmIMPwaqVQ { top:1.1875rem;left:3.3125rem;width:41.125rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiAyXRG1NbPbVqTpCDa41axPvdIfQesl { display:block; }#WiAyXRG1NbPbVqTpCDa41axPvdIfQesl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GM0tEeGpwvMhNTaOOuOxpOQ1dLCPXLSW { top:2.125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUENIbK0aVL4xzBN7PwZCspGhw3rk08T { top:2.1875rem;left:0rem;width:20rem;height:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTqZd8dkCJLPAMxygObPiN3JmfCxKdGC { top:2.1875rem;left:15.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPT4v4x6osE7zOpcPGrBqhhGlVq70AKI { top:2.25rem;left:12.375rem;width:19.375rem;height:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #stySamTekRdJWW4O8oBLJv1bUXaTxkvU { top:10.875rem;left:0rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaL1H6Tt1kTu9FCTLEDsoP6pxtvwehH6 { top:10.875rem;left:15.875rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6ADCmq8U9nnECW7sOpgtT7xD6QNABlS { top:13rem;left:1.8125rem;width:14.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6yyZXWe9Fo4nwRi2D6EFObSbzsAkNv7 { top:13rem;left:18.3125rem;width:13.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebLJ0VJcriwBSMmBuEF0tbLta65nNVOL { top:2.25rem;left:31.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGSgMXHW1WTlGLR7m4IJFAAM34ruyohT { top:2.25rem;left:29.1875rem;width:18.4375rem;height:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf4JzBxtPuL4xkeIGTVFk4HENotuvTMs { top:10.875rem;left:31.75rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT016tqBR1dwnTAEFFnUUQpWEZw0R3Qz { top:13.0625rem;left:34.1875rem;width:13.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTwUbMvKpmXKiFyLme0bMdo60wWsmQLC { display:block; }#oTwUbMvKpmXKiFyLme0bMdo60wWsmQLC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GIs5uScFVIFqv3vt7t9yXnMNZZTxf79E { top:1.625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey0lNAH5sXOgvzLy1LFK4BDXoSh1EAdl { top:1.6875rem;left:0rem;width:20.9375rem;height:8.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvlonZQHEOIHVhwTERIr4FPudKTcUbW6 { top:1.75rem;left:15.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoPuKWgPO8iMV9VGfki5m4wg63cozUcz { top:1.8125rem;left:12.375rem;width:19.375rem;height:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig3Q32iSHkNVfQ5i7CZOSKVS4SebIc4T { top:1.75rem;left:31.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkLFv7bgybM6HgzVSd9eBTgW2blKTHwe { top:1.8125rem;left:29.5rem;width:18.125rem;height:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABLyD9l8r8fo8CrwuB8XJkV6W8I2rCIq { top:11.125rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LptKb4ILFJ40Ss1gIBAQT3TLa5at87oS { top:11.125rem;left:16.4375rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJofTP86TvAPia0QaupbrbUW24MMQ6Tg { top:11.125rem;left:32.25rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8khIkZwSnCEtItFNAZNsJkhGkD0p5IT { top:15.0625rem;left:0rem;width:17.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m98q3xzZFKnkHuohCBOxpGewrRJhJQvv { top:15.0625rem;left:18.3125rem;width:13.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue9AtAPA0ryBpMlEpcgSQJzXuO4mWMX0 { top:15.0625rem;left:34.1875rem;width:13.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRWSMBTTsP0HltROf4QwqdIsVmGKuP0c { display:block; }#tRWSMBTTsP0HltROf4QwqdIsVmGKuP0c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k20nkzmuRuJ3eW92M9q08oXUgon2c9L6 { top:3.0625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKkwhssGtwxFQB4dUAT3c7D4rea69oE1 { top:1.375rem;left:15.375rem;width:16.9375rem;height:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZVtJKuyOTEloHTTtUc172Rw7THBVnKh { top:7.125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tElzGZtoeCoxG8BKciil20Q1KAM6le63 { display:block; }#tElzGZtoeCoxG8BKciil20Q1KAM6le63 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PZ1560TCTCFk18meo6DWuE9Bv1T7DyB1 { width:14.25rem;height:3.0625rem;top:7.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ky6gSpGegIuUxUrZpB3v3eqo6KTs9yD4 { top:2.5625rem;left:0rem;width:0.625rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziihspAwh89PVLcbUOFwzsMKVPmWx0RN { top:5.4375rem;left:0rem;width:14.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdnvxl1D0DNQRtEpTHtTuICgQDJpr158 { width:1.9375rem;height:1.9375rem;top:5.1875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp2qLtJLEWkz8ZVx405ZGqQ4NGH9W0cw { width:4.375rem;height:0.0625rem;top:6.1875rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWgLeUz4OBd55wlu2T0pSPfi94wNH3uO { width:1.9375rem;height:1.9375rem;top:5.1875rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfSDTUTBW68BahXV34HnPrvw2cGo8FJe { top:5.5625rem;left:18.375rem;width:12.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1dQ7VylNmMUhdiyDTCp9c8X6bsaqALA { width:4.375rem;height:0.0625rem;top:6.125rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpJymG3nVtHpCHEE7suEaLFPqqaI6IxU { width:13.8125rem;height:3.0625rem;top:7.25rem;left:18.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBQVhvxyawbvLZ5LfO2fowA6lNLqBh2U { top:2.25rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1xKoM989MyxiQrnGoNdoJFc0kSnuwJm { top:1.8125rem;left:0.5625rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyd5FBGM7DxTcAiHyC6NJCDfcTi2hGve { top:2.125rem;left:19.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIwHvue5IUlPLpg1dUQ9mRLR0qOE92rm { top:2.4375rem;left:20.6875rem;width:0.625rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4XSJiPrRgIDvIXNyTh6onV9ixLyxyLW { top:1.6875rem;left:23.4375rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBAn0MsTZd9NPy9zOpasQgHAbbpGBB1f { width:13.8125rem;height:3.0625rem;top:7.3125rem;left:33.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCv4h1v7urTDiQP70SSZNNSXB7XopRHV { top:5.5625rem;left:34.9375rem;width:12.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNaTPQVoCztTatB1RSvXqJTVhC2ZBFlv { top:2.125rem;left:40.375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDUe1wIrDkTlOEnT2MJEEUUOlHt4V0aQ { top:2.4375rem;left:41.1875rem;width:0.625rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUJTRd8Q9kqd4NVxJuX9dC1vwuPfPEF7 { top:1.6875rem;left:43.9375rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSLl6IKHv2oq2rGl6LglmpJvBedZH5di { display:block; }#cSLl6IKHv2oq2rGl6LglmpJvBedZH5di > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XE7pozloIeMP6qMZzu0ahvvDXKxt9FoA { top:37.75rem;left:35rem;width:12.6875rem;height:8.9556805419987rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGy1FxzR923vRPtPB73VNxz54AqJnAWb { top:3.3125rem;left:0rem;width:8.75rem;height:11.1868105rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKlbTIMRzLs6vO22M7V0xtXua5VEzfTa { width:43.375rem;height:39.75rem;top:2.1875rem;left:2.1872692108154rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr .widget-regular-label { width:36.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr .widget-input-text { width:36.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr .widget-input-text {padding-top: 0; padding-bottom: 0;}#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr .widget-textarea { width:36.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr .widget-input-select { width:36.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr .widget-input-select {padding-top: 0; padding-bottom: 0;}#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr .widget-input-button { width:26.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.9375rem; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr .widget-checkbox-label { width:35.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr  { width:36.625rem;height:auto;top:2.5rem;left:4.3092823028564rem; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr .radio-container { width:36.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr {display:block;}#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr { width:36.625rem;height:auto;top:2.5rem;left:4.3092823028564rem; }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #TAEazQRqr8ElWTtkwlTy1Unh1rsicLHB {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #hNIOJRS5ZUMp67EkbOi53i66gcwXw9il {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #tOpGFf5bcM2kxifcdCpBR5FaFqBET6EP {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #IHqtgHOGPoE9Mr5losNryd5oblgJGLcu {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #lQSM1VXH10K8VwSZpvIX92EV5u5yAuWh {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #XS3bvT0DKC9BwhtGX87PkebR8wCnbBcU {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #ZkUScwpeDw4Ez4znz4Fg9Wt3uTLOhxxW {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #nG5x3RfA0LyuBSHSyDbCFRAGIdgc7SPl {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #uBrZXq97qgG4LccplN4EgeJCoPOgftGf {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #rTugcf9erPOSKswcKngOvcUPpAx1TCQb {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #aZRorUyTlfV14PtMLwqcRmeObiULfGuG {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #QVpHGcttsTJ2Fnm8iTDaUutdWrctdGuQ {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #xXZcUKKJ41BBUGa2F5XpTUl8Ttr3Gbwo {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #RJ9ZrVkF51UxK1xvSdrceTVuNKbd76DJ {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #Qg0ttPpfoQGI5RqbFVCkO6WLC28VXOaG {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #t3B6J9telDxk0k94EmW397M7VEPlwPmg {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #CFUNkGJnGc5NNd2sL1VL1ce36Xg9Oagd {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #K10C4OOR2BSTqORXA2kC0EpEVAHi4y9K {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #dt0AcWi7MrQEWtACMkuc7gwFQHPqnp6X {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #qBUnDcXAsXTHkruFaRxFwTJRhZKBhcwE {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #RL5W15pLbiUVEkTxaf8KbGUfsAIpJOAh {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #wKHER7y9qRa0CbQlsxsT3UXvTrITi8rM {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #oIJH3Huke1I8BbT5WP48VngAcfQid3C4 {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #HTrxgA48k2UcTJtKUnRS9ueLCzuX4NNe {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #IGiByxZafo8fECwVbfa904AT4Q6UeWlT {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #RSum3Rh7vlXZpLFtg9Oa4zp8t0AiSCNv {  }
 }@media only screen and (max-width: 763px) { #Mt7tZXhCX3k0sPhQW0e7Jw24UTsXDsX9 { display:block; }#Mt7tZXhCX3k0sPhQW0e7Jw24UTsXDsX9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nNmHZrdDXoZiIcueooPAzMHWSGAAs1lh { top:2rem;left:3.375rem;width:18.4375rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFmgrCGre7DApEOtGAhd6bV1F9waqDB5 { top:4rem;left:3.375rem;width:18.75rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 .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; }
#iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 .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; }
#iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 { display:flex;width:18rem;height:5.0625rem;top:0rem;left:12.8525390625rem; }
 }@media only screen and (max-width: 763px) { #iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 #eIpL8yySAgRP8mvIFT8zDD1exlPKLffh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 #CmxhuLgX78q0Ef96Tk5XQwZrPI1SAxbN {  }
 }@media only screen and (max-width: 763px) { #iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 #G4OzGO27QAbPwWT0LedleLxfEF5FxXUV {  }
 }@media only screen and (max-width: 763px) { #iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 #n82cBpg65QuJnT7Dd2cpdcqtskdWn1q2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 #VWMwLTbHlpdukh1kxM0Io6SB73O9mVDk {  }
 }@media only screen and (max-width: 763px) { #iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 #hq8Pwam11lXWAKau9e00GAfMGHMFegZ7 {  }
 }@media only screen and (max-width: 763px) { #iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 #rHTOPaWMeIbcApltfAXBLTddF0VmwB2X { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 #dgakCkffeFMapEJUNHQi9yXG2exDSvOk {  }
 }@media only screen and (max-width: 763px) { #iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 #TxUeDBdevfXhFmQIp7l39kVOCx4HLxtp {  }
 }@media only screen and (max-width: 763px) { #iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 #K7N5EsnwOrP8Dxn22uaLQZ7TdZO797XQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 #cp5J49mFggrmZqv8enrl4pRzINElR8mV {  }
 }@media only screen and (max-width: 763px) { #iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 #vZZMmfWgU35bUEuwTPpnUE91cBnADcRJ {  }
 }@media only screen and (max-width: 763px) { #Ss5DIo6BMIoiRrfzMxmIXaCZQlg426i7 { display:block; }#Ss5DIo6BMIoiRrfzMxmIXaCZQlg426i7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mD7zELbibMUBDeoybR7mGgAUPaKsz8Wi { width:47.75rem;height:4.75rem;top:1.625rem;left:0rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9Moxy0WTLyTST4tw9ILQhKPSr0xQwvq { width:3.25rem;height:0.0625rem;top:42.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPk3mBqohLRlZmaKdpaSzeTuotenfVUI { width:3.25rem;height:0.0625rem;top:42.625rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRxwWqaAXldO28phTS7EqkVyKgzXvt4t { top:3rem;left:0rem;width:7.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRWFKkFSXUbS3rKb6Blxfw8kWXNEflb4 { top:1.6875rem;left:38.75rem;width:8.8125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx8N0f2lyLuD3ywGfrG8yUJ1M9Rk5aXl { width:15.6875rem;height:20.0625rem;top:21.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8hEJRVmXN21SrIGcMrGPHEl5cDTDmrX { width:15.6875rem;height:1.5rem;top:42.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSFA7exTb5y1moPTfrfEL425IEU2cScW { width:17.25rem;height:12.3125rem;top:24.25rem;left:15.216909408569rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnt5QJ6ToOy67pNUGMTpb01nqEZWrMbx { width:15.6875rem;height:1.5rem;top:42.5rem;left:15.998159408569rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwEOZtiyUGIR9GD6BewKXAzv3Bbsuqf1 { width:3.25rem;height:0.0625rem;top:42.625rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA7I4N819e2WPqOamkvlpQZFnTFW9aBx { width:17.875rem;height:20.0625rem;top:21.125rem;left:29.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1qJ04Pa7ZHMNOz0fEnkn94OT42WKxs3 { width:15.6875rem;height:1.5rem;top:42.5625rem;left:32.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6HATvAADpJdC8tyThX2DSITJth7ZIgy { top:62.875rem;left:0rem;width:26.25rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HITcbIFLlDz8mdvFoqfsyC32hmMn5ZP2 { top:60.3125rem;left:0rem;width:22.5rem;height:15.893675617685rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM9wTIrDAVncPeNRa3hfskxoqzCDJ8NE { top:72.25rem;left:0rem;width:22.5625rem;height:15.831102072321rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7bQzliflQ4hnyOsRyM6AoQtM1MViBGT { top:84.125rem;left:0rem;width:22.5625rem;height:15.955991020675rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROgHQlIGroiwiuszt7dKGAK34sfebTTq { top:66.5rem;left:19.8125rem;width:15.0625rem;height:10.643525912955rem;display:block; }
 }@media only screen and (max-width: 763px) { #DImeVbgAbTBoTGy8ecqDdrgUlb2os1La { top:70.9375rem;left:32.0625rem;width:15.6875rem;height:11.081271077297rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBuFxrKXte7nUxSrSkwFxb538AUTruob { top:86.25rem;left:22.875rem;width:14.875rem;height:10.39339273445rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKTLiFdJ1WZVUxMyJT7NOW500NRheTWL { top:74.75rem;left:0rem;width:26.25rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyzQNN1ZATPMNLqRpRTLo2s1qEwISsc3 { top:86.6875rem;left:0rem;width:26.25rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOACwbQtKhXODrTbnX4SkBWqhuDnbAm7 { top:69.6875rem;left:28.5rem;width:19.25rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #swfsLG0OvBhqRHMx7kd3rlptp5Pb2ngI { top:65rem;left:17.8125rem;width:19.25rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwpwM6fzIFBQz3ixiaMT5A3iTPOWNl98 { top:84.625rem;left:20.6875rem;width:19.25rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MikT7nbMmPPEfGatyUmO9xOG8okvkxOp { top:81.125rem;left:17.5625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZf11W89SxaIXeWw52TGhWUogWo78pft { top:85.875rem;left:44.125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqRDC3azi1DPS9G7De83fvTK1BU730kZ { top:63.875rem;left:40rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQOJCI9co7FiRva22WV7DOHtoaDzTisT { top:62rem;left:36.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiCF03ospS1y15D5Oaav5SnNacxkrz16 { top:82.125rem;left:33.0625rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdTTfo60OluIkhKzkmkFDbWUJ5WboKT7 { top:80.3125rem;left:30.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwVi4GgdUCR1RwPTzcZCsL2etRvm1rlC { top:79.25rem;left:36.5rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4X2WsItQDbTc074vO2ykirfKKGTaoUw { top:61.4375rem;left:40.875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #miEMEm7DM9aqIpiAC5P9RbU890LtTcLL { top:65rem;left:0rem;width:4.4375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt0ZfofyQ4WHP42AWsDbCLtTzbzXzB4o { top:76.8125rem;left:0rem;width:4.6875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMZyJRnITHEcTiiNlbGm1XtyICS4HuQb { top:89rem;left:0rem;width:4.4375rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQXLTmlAmWW3hU88VlJSSpLxsKBGl7D3 { top:9.5rem;left:13.875rem;width:20rem;height:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bziocdhdT5GOgIe127dQlytmDSOOqJMT { top:9.5625rem;left:0rem;width:20rem;height:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSN1fwRiU7KLTkTZUZKpgL5dH6GJcWIE { top:9.5rem;left:27.75rem;width:20rem;height:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPUutTBDvTG75tQGP37qfIG6H1OS0Rlf { top:11.1875rem;left:38.8125rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUEeFN7vqDRfMTdtESPoB6AeWcENh3gJ { top:11rem;left:19.279409408569rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp4HZiKtsbJWJO0S8uJZA5OGnF1SXooK { top:11.0625rem;left:0rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTXcLCZq8gpy1CezTrG6ePnmbdI5oeF3 { top:47.4375rem;left:0rem;width:47.75rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzlKaW2ag4c2wQdB5uShGc6trZK4Icxu { top:48.6875rem;left:0rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bibu7WKTOp0kpLmV2VuCqnOwx7RvqHvx { width:47rem;height:6.125rem;top:49.375rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAn3cOchC5lm1qIUNNBkLirmAESxJVcz { width:15.6875rem;height:1.5rem;top:56.4375rem;left:22.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkG0lMqTcbDzEMh1RZgmlCFzbnN0Is5V { width:3.1875rem;height:0;top:56.125rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wR5luxu446B6siSXTa5DXVeFvyWLRTK4 { display:block; }#wR5luxu446B6siSXTa5DXVeFvyWLRTK4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iL1tH0dTzt0D21XMkkoAhD96SsTAFHM4 { top:1.625rem;left:0rem;width:47.75rem;height:4rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZlF7i2SBy7eWPVHGLVbTazvNqyPT7yy { top:5.625rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #umDDazhLbGZdCvxucN9A98VTJmNyPtzT { display:block; }#umDDazhLbGZdCvxucN9A98VTJmNyPtzT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c8QnNzn7Jf8vUxmUBMQwKd8N0iRNCZCd { top:2.5625rem;left:12.510107040405rem;width:0.125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXWL5m0BFkBr9REgXCAmKcy15OWGpTED { top:2.5rem;left:6.1716442108154rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku3plMAOo5sdZFTNqTAHFAQxJ3690qF3 { top:2.5625rem;left:34.992872238159rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehrwiTmoFa8q7W5S8GNxrKRGTkbhDhrc { top:2.4375rem;left:25.502985000611rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIQNFW89XAxy8ITctNJgyLU5foiVpJto { top:6.5rem;left:31.746091842651rem;width:9.6875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTUbB2M2Px9GW9ZVInfAdvWrHrxbXWz7 { top:2.5625rem;left:15.876375198364rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbGofcB2pqi4hgRi4pqM1te9HbPkgkeN { top:2.5625rem;left:22.286073684693rem;width:0.125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfsEUX7oKRkaSGr6NtJ8gZX5QzHfxX1z { top:2.5625rem;left:31.686349868774rem;width:0.125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcsdD67rpoGc4MbSkor49sULdNGWn8Gd { top:2.5625rem;left:41.374998092651rem;width:0.125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfUgXzdVvz9F5Hr3wJ97TdEJ99dPs1Cp { top:6.5rem;left:12.629823684693rem;width:9.6875rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IInZJ6Wbf1HsgWxTOuzh9K7HwWnOOxmC { top:6.5rem;left:22.281476974488rem;width:9.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4MUi5RHt4L7KF2k1BpWAy8K3TZpTl8R { top:6.5rem;left:2.9547328948974rem;width:9.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHi7gqHo0mTeSZUO9LtL2r6iwsy87pwP { width:33.3125rem;height:5.4375rem;top:11.625rem;left:7.1861209869388rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0WDO6KyBdoZXizXWIzz3z2roQ61x6EL { display:block; }
 }@media only screen and (max-width: 763px) { #yHgG11RZBTZdWn3fbfqGhrtvhX68Oh7K { top:3.8125rem;left:0rem;width:4.5625rem;height:12.332919686081rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxcpZEky2npXFufnuO4LK2vMLTSdvOXP { top:3.75rem;left:32.3125rem;width:15.375rem;height:10.830929939872rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqtGi9OaTBeFfqgi3Sb05V2KGyRcTwGX { display:block; }#hqtGi9OaTBeFfqgi3Sb05V2KGyRcTwGX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aevK76KkZJ1A7B8E2xbrDhCCFufoGoJU { width:17.125rem;height:1.75rem;top:6.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqQ8hNmRH8z669Z0lGFeEA6VUcE1UJFq { width:17.0625rem;height:4.625rem;top:8.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNobwyses72m9WuOt0uuVEmNFP40N3qk { width:17.125rem;height:1.75rem;top:1.9375rem;left:30.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzKzqRZhVt4HW6KWlmve7hbxFmwA1N5B { width:3rem;height:3rem;top:4.875rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOq3foxO9KNSV3uNi49eUvbe104ANK4Z { width:1.375rem;height:1.375rem;top:5.6875rem;left:41.75rem;display:block; }
#lOq3foxO9KNSV3uNi49eUvbe104ANK4Z > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #Q5a1U138bsza1a8cGBLLg7pxQnnDUFUV { width:3rem;height:3rem;top:4.875rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl79Xixc58IIpLfJenwNKCKheArN4U4K { width:1.375rem;height:1.375rem;top:5.6875rem;left:46rem;display:block; }
#Vl79Xixc58IIpLfJenwNKCKheArN4U4K > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #TtAXryJnlqSs8NTn6XnPH6P5PDsS4JcT { width:3rem;height:3rem;top:4.9375rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbXtfwCMWEsqaZgVkfzhmipchqv32Tdr { width:1.375rem;height:1.375rem;top:5.75rem;left:46.375rem;display:block; }
#GbXtfwCMWEsqaZgVkfzhmipchqv32Tdr > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #L1IOaVd1doFG3gCBZaVfMkoPGn1ERJBX { top:4rem;left:16.654180526733rem;width:14.375rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5VZC0m1imV8RcDeobNX2P1g3e4vVqdc { width:17.5rem;height:3.4375rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHm62XsZeFQpBVqLZBePmzMS7SEm4mVA { display:block; }
 }@media only screen and (max-width: 763px) { #FWGhmEW9QTEQUncOCTklnK6iNnQezTps { width:17.125rem;height:6.25rem;top:10.0625rem;left:30.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzMy7Pli5MPq7mZ7I4Vlo94bsm4z8F20 { width:18.4375rem;height:3.125rem;top:1.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #myFa0wuxmkWEE19TFL7NoNntVzHsrT4u { display:block; }#myFa0wuxmkWEE19TFL7NoNntVzHsrT4u > .row .container { width:20rem;height:51rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VoRJEX55rU270tC2N7RE5bsV5D2NZH44 { width:14.1245403125rem;height:17.7493095625rem;top:33.285843849182rem;left:2.9354317784309rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1K7w7rd19g68hGFqdeXsQDa96L32Mkm { width:20rem;height:5.1470585rem;top:9.0613508224488rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeUILRSAUp3ZgC9uKRzGhyZWQLgup1yM { width:19.6875rem;height:5.07352925rem;top:14.872471809388rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OlJn2EZTzoILKqqECnLCPJSRhziC7uDe { width:18.25rem;height:2.125rem;top:6.3108911514281rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L55sQVQUDU5KwU6TUpOCCQDGeJ15q5p2 { width:9.4990806875rem;height:2.9997701875rem;top:21.135108947754rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEkNDOA8ASBeBg12NQ1cT2Kfthfe1D3J { display:block; }
 }@media only screen and (max-width: 763px) { #uqu5ry2TUVV4JwRSaZnL8VZMT8MsE9in { width:6.1247701875rem;height:7.6240806875rem;top:31.402801275253rem;left:13.007811605931rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0AbwdRebH10T25UsRioKwJC5ir10Jmk { width:16.3740806875rem;height:1.1764705rem;top:6.7853856086731rem;left:0.93635112047194rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eSUdr73U9Frsk5GVTHAeO6QUizRtZ6un { width:9.558134rem;height:2.8083638125rem;top:21.197149276733rem;left:10.375688612461rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOpOSx9RPgMdix8AnVWz9sw20mQMx8s9 { display:block; }
 }@media only screen and (max-width: 763px) { #FdQh00UgGhqW3A4o0IsPT4fcsL8VKiUG { display:flex;width:1.625rem;height:1.625rem;top:25.625rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #LZNr9RB0LGB3P0fnCZzO8sruGRP4PLIe { width:8.6247701875rem;height:1.76470575rem;top:25.5rem;left:6.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9ELarIgSZyo0KDc7xWOS4EDccK1aUfX { display:flex;width:1.625rem;height:1.625rem;top:27.9375rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #aoiIzmsepZ7ixEnuiZswokSsvGwUJS5E { width:11.9990806875rem;height:3.5294115625rem;top:27.875rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9Gqxz65eSqf62MUhlB8TEUmeQk0lnFl { display:flex;width:1.625rem;height:1.625rem;top:32.125rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #fDGtrE7Zvtrzbkwh95Gpb1oGs5JzEdUc { width:8.6247701875rem;height:1.76470575rem;top:32rem;left:6.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdHKLh9J2aoIPiTEvyhnXnl5LxA1ZSw6 { width:20rem;height:4.2961917096932rem;top:0.71001833677294rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #grZkLRCFdFLC7Gmuoneh0fTGpVUhkNVJ { width:11.3125rem;height:0.8125rem;top:10.901882171631rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJNIArWz7WVABU0uNhLMRp1nDccAzAtQ { width:2.625rem;height:6.6875rem;top:41.230697250305rem;left:0.36579004446239rem;display:block; }
 }@media only screen and (max-width: 763px) { #avDbzHrRuQp4KrWh1T3Q94XP9OsRArIy { display:block; }#avDbzHrRuQp4KrWh1T3Q94XP9OsRArIy > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTBUm0QiKWQOx2lnz8LKkf93eacopsD4 { width:7.3747701875rem;height:1.39705875rem;top:5.625rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK8e1T8vW4ARkIXbfQLN5EFJhc8VfiU4 { width:9.7495403125rem;height:1.39705875rem;top:5.6169586181641rem;left:10.250458776951rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALnNcBVRsRE5JTRQ7TSX52GFmriAhVET { width:7.9365806875rem;height:1.39705875rem;top:12.4375rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3mgCpFVuBb0M241qtqn9StMZ0hdnFnR { width:8.0618105rem;height:2.7941174375rem;top:11.6875rem;left:11.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ea7UmlkwZzaS9MknCzTTZBLCk9Zef3Pl { width:0.0608915625rem;height:2.1875rem;top:5.3687973022461rem;left:9.9678307175637rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlqUOF9n5gBMAm409O7TmXT21nbOPJuN { width:0.0625rem;height:2.1875rem;top:22.337603666992rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dyzfdfyPgAkoH2iX4m3wRBs27bPIU7QN { width:0.0620404375rem;height:2.1875rem;top:12rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXgucTldko4obzPdOPkfkn9bgQDbdRTS { display:flex;width:3.1870403125rem;height:3.1870403125rem;top:1.6875rem;left:3.3125rem; }
 }@media only screen and (max-width: 763px) { #TkvTQm3O7fR06g5FMlArhTQutOuhrLmX { display:flex;width:3.1870403125rem;height:3.1870403125rem;top:1.6875rem;left:13.625rem; }
 }@media only screen and (max-width: 763px) { #RLqUeMRTuzQWdhhr7eMg0V6ZP6RPyUEt { display:flex;width:3.1870403125rem;height:3.1870403125rem;top:8.1875rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #vdDfUP8rho4tp64tM1GLmkL7PWlzU5Hs { display:flex;width:3.1870403125rem;height:3.1870403125rem;top:8.125rem;left:13.8125rem; }
 }@media only screen and (max-width: 763px) { #TVSOT71n59eSqGSniTXwwQpmtRZcCbOW { display:block; }#TVSOT71n59eSqGSniTXwwQpmtRZcCbOW > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTU47Rwvwu6k7hfQWFZUr2FL7A8ptHUM { width:20rem;height:6.6176466875rem;top:1.5351409912109rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hs8dMZKfTMe6niaEhOiNa2hwV4pJmOgF { width:19.0625rem;height:1.4705881875rem;top:20.18611907959rem;left:0.46760112047196rem;font-size:1rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #ibwXa0P8IFu46zvUPCl97IafwOPRnSpO { width:19.6875rem;height:13.4375rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT7JErk9VltTNSnMLqAv7otFC0tdK9F0 { width:16.0615806875rem;height:2.2058823125rem;top:17.472427368164rem;left:1.9669116139412rem;font-size:1.5rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #T2zbGa0Zw4dBS0TrWxBHqVSLAGR85ez0 { width:7.5620403125rem;height:5.2068014375rem;top:11.686576843262rem;left:6.2178307175636rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfdHs79Lr7NQxow2hFI58BUytw2xyuXT { width:16.0615806875rem;height:2.9411764375rem;top:34.499076843262rem;left:1.9669116139412rem;font-size:1rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #eq4ULT3xCObvRMaLandeb4yn1dO2s1VN { width:19.6875rem;height:13.3743105rem;top:24.972427368164rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oawW0TTBp3UTpm2rtgO1B81hgoS5ASfC { width:19.2497691875rem;height:2.2058823125rem;top:31.810661315918rem;left:0.37339156866074rem;font-size:1.5rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #h7v0RWHZF49qscJLV1XHQNEyxvm973vo { width:7.3115806875rem;height:5.2045035625rem;top:25.708637237549rem;left:6.3419113755225rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un2TdiIi891GNVJCNM0DRWdDXDqeztG0 { width:19.75rem;height:14.3125rem;top:39.749534606934rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OShG0wlMrBByF64SfO096JpPBnRxqpIy { width:17.6240806875rem;height:2.9411764375rem;top:50.574447631836rem;left:1.1868106722832rem;font-size:1rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #VNhM41M57AmF57T5qcuDyb6II9gQ8ihL { width:18.8120403125rem;height:3.5294115625rem;top:46.418190002441rem;left:0.59283083677292rem;font-size:1.5rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #qZmLsf6sfkAPC1Nv2b8vO67SlxolaXCb { width:7.5620403125rem;height:5.3308820625rem;top:40.575134277344rem;left:6.5303307175637rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT39E80ZpGym6vpp3GpPTTQbkibzvJTd { width:19.625rem;height:0.9375rem;top:8.04573059082rem;left:0.31341844797134rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLxJAq5a126sRFf9wRlM5MRw0nAtgiST { display:block; }#RLxJAq5a126sRFf9wRlM5MRw0nAtgiST > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5VwJkgLtzfrUvpetCQmiKVopH4MPIo9 { width:12.7493105rem;height:3.4375rem;top:8.75rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6f99Cy2ArIKT1awdKoyPD64wrqPcSzM { display:block; }
 }@media only screen and (max-width: 763px) { #WzHLLUTMAHpnWLSkIrBBdHrotnNnKV5C { width:17.0622691875rem;height:3.5294115625rem;top:0.75rem;left:1.4375rem;font-size:1.375rem;z-index:15010;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hwmUzvBT1r0TTdXvfNvhUsXyUTODNJO8 { width:20rem;height:1.25rem;top:12.875rem;left:0rem;font-size:0.75rem;z-index:15010;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UkP1gqa6iEHRC17vcvoiOeHaiuew27qX .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UkP1gqa6iEHRC17vcvoiOeHaiuew27qX .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; }
#UkP1gqa6iEHRC17vcvoiOeHaiuew27qX .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:-9%;left:0rem; }
#UkP1gqa6iEHRC17vcvoiOeHaiuew27qX { display:flex;width:18rem;height:5.0625rem;top:3.1318969726562rem;left:0.32628679275513rem; }
 }@media only screen and (max-width: 763px) { #UkP1gqa6iEHRC17vcvoiOeHaiuew27qX #AUd8u2JKeVArT1mb1bfy4qkD9HOsFycp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UkP1gqa6iEHRC17vcvoiOeHaiuew27qX #ihkTz4eN8hHGWUp1Ciof2svwURBh1Rc3 {  }
 }@media only screen and (max-width: 763px) { #UkP1gqa6iEHRC17vcvoiOeHaiuew27qX #XlZ0fos4LDCgTk4cRqUnFFIFTlbbSe1Q {  }
 }@media only screen and (max-width: 763px) { #UkP1gqa6iEHRC17vcvoiOeHaiuew27qX #xIfTcQ7G39yX0FsKgDG555fpFQ44bGlg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UkP1gqa6iEHRC17vcvoiOeHaiuew27qX #IbrvNtUztWr7IVA4EaPBHMw8LyRShGXa {  }
 }@media only screen and (max-width: 763px) { #UkP1gqa6iEHRC17vcvoiOeHaiuew27qX #VnMBlxxgsrHk7N9RDZKpFqmX0uJaHWeq {  }
 }@media only screen and (max-width: 763px) { #UkP1gqa6iEHRC17vcvoiOeHaiuew27qX #geATyMQpBEIZFFSoKKitwZoJOnl3t2b4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UkP1gqa6iEHRC17vcvoiOeHaiuew27qX #qr4dzBFS7wIyLQiSur78X5a8EdThlJbw {  }
 }@media only screen and (max-width: 763px) { #UkP1gqa6iEHRC17vcvoiOeHaiuew27qX #Xo13lbwV2TnKrE48svPJ5fJtnJiAAxTg {  }
 }@media only screen and (max-width: 763px) { #UkP1gqa6iEHRC17vcvoiOeHaiuew27qX #kpxh76B6KsLCzlbGoJZn9HwxrcuGoLxo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UkP1gqa6iEHRC17vcvoiOeHaiuew27qX #ttzUzHmT9Nw2kN2NIwFt0orbrvE1owuI {  }
 }@media only screen and (max-width: 763px) { #UkP1gqa6iEHRC17vcvoiOeHaiuew27qX #n68wpA5phzrOmPqi6bg3IE9tl9Te7VNa {  }
 }@media only screen and (max-width: 763px) { #cmk4nilACf8b3hFPVMEnB7fKIxb70M5q { background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }#cmk4nilACf8b3hFPVMEnB7fKIxb70M5q > .row .container { background-color: transparent; background-image: none; }#cmk4nilACf8b3hFPVMEnB7fKIxb70M5q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmk4nilACf8b3hFPVMEnB7fKIxb70M5q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmk4nilACf8b3hFPVMEnB7fKIxb70M5q > .row .container > .video-iframe-container { display: none; }#cmk4nilACf8b3hFPVMEnB7fKIxb70M5q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmk4nilACf8b3hFPVMEnB7fKIxb70M5q > .row > .video-iframe-container { display: none; }#cmk4nilACf8b3hFPVMEnB7fKIxb70M5q > .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); }#cmk4nilACf8b3hFPVMEnB7fKIxb70M5q > .row .container { width:20rem;height:102.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfgfAgwHFbGZVAWzgd6Not6Fs5tJZ1Gv { width:18.75rem;height:1.323529375rem;top:16.506210327149rem;left:0.62385112047196rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rUvO9mQToRB1zsiPzDhVbGv19BcnwCZb { width:17.7493095625rem;height:13.8970585rem;top:20.29182434082rem;left:1.122472345829rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NHUlu2wROTrWNfbGFB8IRQGodky3X8Ld { width:20rem;height:27.0625rem;top:37.6875rem;left:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #un3T1wcDPRAiKf77CynqONxKKTnkzZPV { width:19.125rem;height:2.57352925rem;top:17.7734375rem;left:0.62385112047196rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZeFgwagzHkTJusugOLSThKMT6v7hdzn { width:18.75rem;height:1.323529375rem;top:45.590530395507rem;left:0.62385112047196rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #opGgmCs3FDZUJ8Vu5kKTXpI9MpoItrfN { width:19.125rem;height:2.57352925rem;top:46.879592895507rem;left:0.62385112047196rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucTEwA4ppx14cQlCxWtTOaw9huD3PAJJ { width:18.3743095625rem;height:13.8970585rem;top:49.42578125rem;left:0.809972345829rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bwk9rksTVNThfP5p3p4xibpvKmCebMEM { width:20rem;height:26.9375rem;top:9.0625rem;left:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bKMz4TDHaUn95DDwoCz1NG7vT3Ck8lam { width:20rem;height:27.4375rem;top:66.5rem;left:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MOofk8SEdysDKPr4w89WmgtiIU0M4Ton { width:18.75rem;height:1.323529375rem;top:74.331573486325rem;left:0.62385112047196rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWuDky6o5KIOPlf7VeAP9c1Um8cFHOwE { width:19rem;height:2.57352925rem;top:75.60316467285rem;left:0.62385112047196rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #epxO96fxyyvxM1t863c0zLOc2n8Bqc4l { width:16.9370403125rem;height:13.8970585rem;top:78.757339477537rem;left:1.5291820168495rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nc6KP25laqxmgnSzhyz6JTsgw3F038fc { width:6rem;height:7.5625rem;top:10.25rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0bQmceMtywUGNuedD8rdnRJklKbqVqR { width:6.4375rem;height:6.4375rem;top:10.25rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7OphaEPrsPvI1c6WW4h7pqc6JagNg4w { width:6.4375rem;height:6.4375rem;top:39.125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5GeFWn4mrAx07NKH4IKbtoKBmuO3vhr { width:4.3125rem;height:5.4375rem;top:39.625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXg0hOcoI8JAqVPPT6HiETyaNiiASqmf { width:6.4375rem;height:6.4375rem;top:67.9375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma1PN64teOVneiQl4yHXIhgypodswzJo { width:2.5625rem;height:3.1875rem;top:69.5625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0TaK5oalv0BerbeXvbxrOqzo1i0LTqX { width:20rem;height:5.1470585rem;top:1.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugtpzOwDVNzMHSO8c56anTiU4w41CMKJ { width:14.4375rem;height:2.8125rem;top:7.5625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #skhUDifdvdONyeoausWdbTODsWzefHVX { width:16.9370403125rem;height:1.5441175625rem;top:8.1875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDsiiBG8WARwb9y5mR7yLckK6MU9knKS { width:17.3115806875rem;height:4.1245403125rem;top:95.921417236325rem;left:1.3419117331505rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkdECTl1WZ8DpfInydPsBP1HJ0a1SJ7m { display:block; }
 }@media only screen and (max-width: 763px) { #SncmsQGiGoDErnKSeIwu9ty9uSbh3XmP { width:14.1875rem;height:0.6875rem;top:5.7837600708008rem;left:2.2866214262486rem;display:none; }
 }@media only screen and (max-width: 763px) { #MVEsy22D16BMIUTXMgks625indqmWUR2 { display:block; }#MVEsy22D16BMIUTXMgks625indqmWUR2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MVEsy22D16BMIUTXMgks625indqmWUR2 > .row .container { width:20rem;height:60.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHTn63QnOSaWl0Qam7PGVyd8k6EHaI8T { width:14.5rem;height:1.83823525rem;top:8.5rem;left:4.5625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BqlJxQJNGpJsFXJVWc6SLTvcWh2tM6El { display:flex;width:2.5rem;height:2.5rem;top:36.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JW9LutVhrLd0bQEiMQALtEWEVvKyBvWD { width:10.875rem;height:19.9375rem;top:34.375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGqcXPbGB6RA1UJfgUWrPUgNUhoWTixa { width:13.75rem;height:10.75rem;top:48.5rem;left:3.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Q4o5iWoFetwle0JMRKQT4Mtf3EPBF5Wy { width:5rem;height:16.9370403125rem;top:43.138793945312rem;left:14.999999105931rem;display:block; }
 }@media only screen and (max-width: 763px) { #T02OvuTT1Is39n02URxPo8eezJi8Vrrg { display:flex;width:2.5620403125rem;height:2.5620403125rem;top:49.936813354493rem;left:0.63304227590563rem;display:none; }
 }@media only screen and (max-width: 763px) { #fGFsVlgnuEHb5Mh77Zp39pAtgpJAP9On { display:flex;width:2.5625rem;height:2.5625rem;top:39.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lmQJ9Ho6UlftxNndzI36CQcOgfLTyO4M { width:20rem;height:25.1875rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlEuoLUfrbSLKmMgreJG7KbwkJQlS85m { width:20rem;height:5.1470585rem;top:2.3432769775391rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6H4GKTNa5CkGwG63Q6AEcwmdIW5oA6d { width:20rem;height:1.1764705rem;top:0.625rem;left:0rem;font-size:1.125rem;z-index:15010;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MIo3nStmkOMHhrFyaX1AWbIJlq3d7Loh { width:3.75rem;height:3.75rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5mGnBThDvyH2ZqXsSnKNNvNmVwGW5Bg { display:flex;width:2.5rem;height:2.5rem;top:9.5625rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #xynznfAMXdSb48d6Db0UTLBlk4Wz0reL { display:flex;width:2.5rem;height:2.5rem;top:20.9375rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #kvli8UnQm1SpcJMa7y5i47xTm1rNqBWn { width:9.1245403125rem;height:3.088235125rem;top:10.0625rem;left:4.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #voCobB8Fz8PAwDpinb7t1LTrLgceSayE { width:3.75rem;height:3.75rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJTBLVXT9UhPsEAsJb69elvfOPpRNazM { display:flex;width:2.5rem;height:2.5rem;top:15.5rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #Tt3yetA3yXhgwyui8EPCMHOa3PTHxWZi { width:13.8125rem;height:1.83823525rem;top:14.1875rem;left:4.5625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cqK8ZW0wslLNfAUfMFpVFJsHzqH0Nqtk { width:11.1875rem;height:3.088235125rem;top:16rem;left:4.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICv6dVg5lSPmZdVJBLGNTdeZTscl6mQT { width:3.75rem;height:3.75rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #saDu1VT5t5inPC75f4NL6cTvdGPqpHKp { width:14.4370403125rem;height:1.83823525rem;top:19.6875rem;left:4.5625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RqE4CqIbUzId30dUhGdElHnrJrpOuZlR { width:11.3120403125rem;height:3.088235125rem;top:21.5rem;left:4.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6faEsRkhht4H9MXzgE5G25zSPLhpTNi { width:3.75rem;height:3.75rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A812ULkpBpE2JDTDxTnCilxZ0v9AB0bX { display:flex;width:2.6875rem;height:2.6875rem;top:26.75rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #lfiS8LEw9b4obz4E83m9E414TbGsHF45 { width:11.6245403125rem;height:2.0588235625rem;top:25.5625rem;left:4.5625rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #tZCrkpPVxp6rJGKq4JRga4CXwIktByrr { width:11.3740806875rem;height:3.088235125rem;top:28.1875rem;left:4.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcZ9XNT3GtXb90cwv8FeFyA21FFzQVkx { width:6.8125rem;height:6.8125rem;top:52.446228027344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB3rKTLwA90QWyv1rBEXMOEKe0yQqax2 { width:20rem;height:1.0225610819629rem;top:61.023664458008rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GJ4og1cMKhAR3b6rKgBSG75MRO08fd9v { display:block; }#GJ4og1cMKhAR3b6rKgBSG75MRO08fd9v > .row .container { width:20rem;height:78.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4xMHcXzmUZvhwgUOTxXpDzS0feT2x6L { width:14.375rem;height:18rem;top:6.3816528320312rem;left:2.7780328392983rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9eZDehkQG2xihn1GE8R0qLQOrLMa7zq { width:14.3125rem;height:17.9375rem;top:24.391326904297rem;left:2.8423712849617rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV27A2qTwbca4q9RNC62E59TC8g14uiD { width:14.25rem;height:17.875rem;top:42.30908203125rem;left:2.8733914494514rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0TuZuSJTxyrlII3ha5hb0FRv8nt1y5n { width:14.125rem;height:17.6875rem;top:60.087097167969rem;left:2.9354317784309rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVqQsbz4y8WT7KTNVhfeh08U0QOFz0ZQ { width:20rem;height:5.1470585rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r6fVKy7vNfxHATfbVaR3Supa7kab03GX { width:25.875rem;height:0.6875rem;top:3.4542541503906rem;left:-0.19634030833499rem;display:none; }
 }@media only screen and (max-width: 763px) { #CvrTEwpfU9uMwpwGlgXVud9eft34Ts0i { display:block; }#CvrTEwpfU9uMwpwGlgXVud9eft34Ts0i > .row .container { width:20rem;height:72.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3e9T6GyxeG4XdRW0LAkD7eZFzO60a9g { width:14.3125rem;height:17.9375rem;top:0.499755859375rem;left:2.8423712849617rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhlrVfRW7IMPHytJzcK1hz0cyeJmssAu { width:14.25rem;height:17.875rem;top:18.383483886719rem;left:2.8733914494514rem;display:block; }
 }@media only screen and (max-width: 763px) { #N28dqDPpblkyE4PBXHHxZhKr02e6ZhZU { width:14.125rem;height:17.6875rem;top:36.222412109375rem;left:2.9354317784309rem;display:block; }
 }@media only screen and (max-width: 763px) { #qA9HqN2QBtx1QfkARgKTP0myGB2x1TWO { width:14.0625rem;height:17.625rem;top:53.907653808594rem;left:2.9664519429207rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnlBGRi3f4TJ42BV0Clg8t1VTJrGesDy { display:block; }#MnlBGRi3f4TJ42BV0Clg8t1VTJrGesDy > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRfKR0M7iJI6MKtLm07btUkmIMPwaqVQ { width:20rem;height:1.6911764375rem;top:1.0215902328491rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiAyXRG1NbPbVqTpCDa41axPvdIfQesl { display:block; }#WiAyXRG1NbPbVqTpCDa41axPvdIfQesl > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GM0tEeGpwvMhNTaOOuOxpOQ1dLCPXLSW { display:flex;width:2.1875rem;height:2.1875rem;top:1.5841064453125rem;left:0.81916362047194rem; }
 }@media only screen and (max-width: 763px) { #IUENIbK0aVL4xzBN7PwZCspGhw3rk08T { width:20rem;height:7.3529410625rem;top:4.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTqZd8dkCJLPAMxygObPiN3JmfCxKdGC { display:flex;width:2.1875rem;height:2.1875rem;top:19.75rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #hPT4v4x6osE7zOpcPGrBqhhGlVq70AKI { width:19.375rem;height:5.8823528125rem;top:22.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #stySamTekRdJWW4O8oBLJv1bUXaTxkvU { width:5.6870403125rem;height:5.6870403125rem;top:12.8125rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #IaL1H6Tt1kTu9FCTLEDsoP6pxtvwehH6 { width:5.6870403125rem;height:5.6870403125rem;top:29.5rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #o6ADCmq8U9nnECW7sOpgtT7xD6QNABlS { width:12.8745403125rem;height:1.6176470625rem;top:14.798950195312rem;left:6.3832717537881rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6yyZXWe9Fo4nwRi2D6EFObSbzsAkNv7 { width:13.4375rem;height:1.6176470625rem;top:31.5rem;left:6.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebLJ0VJcriwBSMmBuEF0tbLta65nNVOL { display:flex;width:2.1875rem;height:2.1875rem;top:37.516082763672rem;left:0.81801468133925rem; }
 }@media only screen and (max-width: 763px) { #aGSgMXHW1WTlGLR7m4IJFAAM34ruyohT { width:18.4375rem;height:5.8823528125rem;top:40.219421386719rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf4JzBxtPuL4xkeIGTVFk4HENotuvTMs { width:5.6870403125rem;height:5.6870403125rem;top:47.744689941406rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #kT016tqBR1dwnTAEFFnUUQpWEZw0R3Qz { width:10.9995403125rem;height:1.6176470625rem;top:49.778259277344rem;left:7.3184738755225rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTwUbMvKpmXKiFyLme0bMdo60wWsmQLC { display:none; }#oTwUbMvKpmXKiFyLme0bMdo60wWsmQLC > .row .container { width:20rem;height:68.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GIs5uScFVIFqv3vt7t9yXnMNZZTxf79E { display:flex;width:2.1875rem;height:2.1875rem;top:1.25rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #Ey0lNAH5sXOgvzLy1LFK4BDXoSh1EAdl { width:20rem;height:8.82352925rem;top:4.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvlonZQHEOIHVhwTERIr4FPudKTcUbW6 { display:flex;width:2.1875rem;height:2.1875rem;top:24.5661763125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #UoPuKWgPO8iMV9VGfki5m4wg63cozUcz { width:19.375rem;height:7.3529410625rem;top:28.0036763125rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig3Q32iSHkNVfQ5i7CZOSKVS4SebIc4T { display:flex;width:2.1875rem;height:2.1875rem;top:46.4117644375rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #hkLFv7bgybM6HgzVSd9eBTgW2blKTHwe { width:18.125rem;height:7.3529410625rem;top:49.8492644375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABLyD9l8r8fo8CrwuB8XJkV6W8I2rCIq { width:5.625rem;height:5.625rem;top:14.76102925rem;left:7.1875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #LptKb4ILFJ40Ss1gIBAQT3TLa5at87oS { width:5.625rem;height:5.625rem;top:36.606617375rem;left:7.1875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #qJofTP86TvAPia0QaupbrbUW24MMQ6Tg { width:5.625rem;height:5.625rem;top:58.4522055rem;left:7.1875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #C8khIkZwSnCEtItFNAZNsJkhGkD0p5IT { width:17.6872691875rem;height:1.6176470625rem;top:21.69852925rem;left:1.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m98q3xzZFKnkHuohCBOxpGewrRJhJQvv { width:13.4375rem;height:1.6176470625rem;top:43.544117375rem;left:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue9AtAPA0ryBpMlEpcgSQJzXuO4mWMX0 { width:13.4375rem;height:1.6176470625rem;top:65.3897055rem;left:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRWSMBTTsP0HltROf4QwqdIsVmGKuP0c { display:block; }#tRWSMBTTsP0HltROf4QwqdIsVmGKuP0c > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k20nkzmuRuJ3eW92M9q08oXUgon2c9L6 { width:18.5625rem;height:5.1470585rem;top:4.6103515625rem;left:0.71875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKkwhssGtwxFQB4dUAT3c7D4rea69oE1 { width:18.5625rem;height:1.102941125rem;top:2.1875rem;left:0.71875rem;font-size:1.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #zZVtJKuyOTEloHTTtUc172Rw7THBVnKh { width:18.5625rem;height:3.3823528125rem;top:10.4482421875rem;left:0.71875rem;font-size:1rem;z-index:15010;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #tElzGZtoeCoxG8BKciil20Q1KAM6le63 { display:block; }#tElzGZtoeCoxG8BKciil20Q1KAM6le63 > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PZ1560TCTCFk18meo6DWuE9Bv1T7DyB1 { width:14.5622701875rem;height:3.088235125rem;top:7.485107421875rem;left:2.7171414494514rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ky6gSpGegIuUxUrZpB3v3eqo6KTs9yD4 { width:1.811810625rem;height:1.1764705rem;top:3.0625rem;left:6.75rem;font-size:1.125rem;z-index:15062;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ziihspAwh89PVLcbUOFwzsMKVPmWx0RN { width:15.0620403125rem;height:1.76470575rem;top:5.734130859375rem;left:2.4666817784309rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xdnvxl1D0DNQRtEpTHtTuICgQDJpr158 { display:flex;width:2rem;height:2rem;top:14rem;left:6.8125rem;opacity:1;display:none; }
 }@media only screen and (max-width: 763px) { #Lp2qLtJLEWkz8ZVx405ZGqQ4NGH9W0cw { width:4.375rem;height:0.3125rem;top:15rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GWgLeUz4OBd55wlu2T0pSPfi94wNH3uO { display:flex;width:2rem;height:2rem;top:32.6875rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MfSDTUTBW68BahXV34HnPrvw2cGo8FJe { width:12.8745403125rem;height:1.76470575rem;top:15.060913085938rem;left:3.5615807175636rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q1dQ7VylNmMUhdiyDTCp9c8X6bsaqALA { width:4.375rem;height:0.125rem;top:33.625rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WpJymG3nVtHpCHEE7suEaLFPqqaI6IxU { width:14.7495403125rem;height:3.088235125rem;top:16.814147949219rem;left:2.6229317784309rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nBQVhvxyawbvLZ5LfO2fowA6lNLqBh2U { width:2.5rem;height:2.5rem;top:2.4375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1xKoM989MyxiQrnGoNdoJFc0kSnuwJm { display:flex;width:2.936580875rem;height:2.936580875rem;top:2.1875rem;left:9.8125rem; }
 }@media only screen and (max-width: 763px) { #lyd5FBGM7DxTcAiHyC6NJCDfcTi2hGve { width:2.5rem;height:2.5rem;top:12.08642578125rem;left:6.4028030037881rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIwHvue5IUlPLpg1dUQ9mRLR0qOE92rm { width:0.625rem;height:1.1764705rem;top:12.705627441406rem;left:7.3092828392981rem;font-size:1.125rem;z-index:15063;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T4XSJiPrRgIDvIXNyTh6onV9ixLyxyLW { display:flex;width:2.936580875rem;height:2.936580875rem;top:11.824462890625rem;left:9.8839607834819rem; }
 }@media only screen and (max-width: 763px) { #VBAn0MsTZd9NPy9zOpasQgHAbbpGBB1f { width:13.8120403125rem;height:3.088235125rem;top:27.012878417969rem;left:3.0928307175636rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pCv4h1v7urTDiQP70SSZNNSXB7XopRHV { width:12.8125rem;height:1.76470575rem;top:25.274597167969rem;left:3.5914521813393rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fNaTPQVoCztTatB1RSvXqJTVhC2ZBFlv { width:2.5rem;height:2.5rem;top:21.850646972656rem;left:6.4028030037881rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDUe1wIrDkTlOEnT2MJEEUUOlHt4V0aQ { width:0.625rem;height:1.1764705rem;top:22.487548828125rem;left:7.3092828392981rem;font-size:1.125rem;z-index:15064;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WUJTRd8Q9kqd4NVxJuX9dC1vwuPfPEF7 { display:flex;width:2.936580875rem;height:2.936580875rem;top:21.603820800781rem;left:9.8104315400125rem; }
 }@media only screen and (max-width: 763px) { #cSLl6IKHv2oq2rGl6LglmpJvBedZH5di { display:block; }#cSLl6IKHv2oq2rGl6LglmpJvBedZH5di > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XE7pozloIeMP6qMZzu0ahvvDXKxt9FoA { width:8.6868105rem;height:6.1247701875rem;top:51.125rem;left:11.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TGy1FxzR923vRPtPB73VNxz54AqJnAWb { width:3.1870403125rem;height:4.0625rem;top:6.7975463867188rem;left:2.1312039494514rem;display:none; }
 }@media only screen and (max-width: 763px) { #FKlbTIMRzLs6vO22M7V0xtXua5VEzfTa { width:20rem;height:51.8125rem;top:0.75rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(71,58,183,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr .widget-input-text {padding-top: 0; padding-bottom: 0;}#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr .widget-input-select {padding-top: 0; padding-bottom: 0;}#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr .widget-input-button { width:12.75rem;margin-top:0.25rem;margin-right:2.375rem;margin-bottom:0.25rem;margin-left:2.375rem; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr  { width:17.5rem;height:auto;top:2.0625rem;left:0rem; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr {display:block;}#GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr { width:17.5rem;height:auto;top:2.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #TAEazQRqr8ElWTtkwlTy1Unh1rsicLHB {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #hNIOJRS5ZUMp67EkbOi53i66gcwXw9il {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #tOpGFf5bcM2kxifcdCpBR5FaFqBET6EP {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #IHqtgHOGPoE9Mr5losNryd5oblgJGLcu {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #lQSM1VXH10K8VwSZpvIX92EV5u5yAuWh {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #XS3bvT0DKC9BwhtGX87PkebR8wCnbBcU {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #ZkUScwpeDw4Ez4znz4Fg9Wt3uTLOhxxW {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #nG5x3RfA0LyuBSHSyDbCFRAGIdgc7SPl {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #uBrZXq97qgG4LccplN4EgeJCoPOgftGf {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #rTugcf9erPOSKswcKngOvcUPpAx1TCQb {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #aZRorUyTlfV14PtMLwqcRmeObiULfGuG {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #QVpHGcttsTJ2Fnm8iTDaUutdWrctdGuQ {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #xXZcUKKJ41BBUGa2F5XpTUl8Ttr3Gbwo {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #RJ9ZrVkF51UxK1xvSdrceTVuNKbd76DJ {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #Qg0ttPpfoQGI5RqbFVCkO6WLC28VXOaG {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #t3B6J9telDxk0k94EmW397M7VEPlwPmg {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #CFUNkGJnGc5NNd2sL1VL1ce36Xg9Oagd {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #K10C4OOR2BSTqORXA2kC0EpEVAHi4y9K {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #dt0AcWi7MrQEWtACMkuc7gwFQHPqnp6X {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #qBUnDcXAsXTHkruFaRxFwTJRhZKBhcwE {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #RL5W15pLbiUVEkTxaf8KbGUfsAIpJOAh {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #wKHER7y9qRa0CbQlsxsT3UXvTrITi8rM {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #oIJH3Huke1I8BbT5WP48VngAcfQid3C4 {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #HTrxgA48k2UcTJtKUnRS9ueLCzuX4NNe {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #IGiByxZafo8fECwVbfa904AT4Q6UeWlT {  }
 }@media only screen and (max-width: 763px) { #GTWWISLaAGTnJu1Tgi5eTamMBrOm7qTr #RSum3Rh7vlXZpLFtg9Oa4zp8t0AiSCNv {  }
 }@media only screen and (max-width: 763px) { #Mt7tZXhCX3k0sPhQW0e7Jw24UTsXDsX9 { display:block; }#Mt7tZXhCX3k0sPhQW0e7Jw24UTsXDsX9 > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nNmHZrdDXoZiIcueooPAzMHWSGAAs1lh { width:17.0622691875rem;height:3.5294115625rem;top:1rem;left:1.4375rem;font-size:1.375rem;z-index:15010;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vFmgrCGre7DApEOtGAhd6bV1F9waqDB5 { width:20rem;height:1.25rem;top:13.061828613281rem;left:0rem;font-size:0.75rem;z-index:15010;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 .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; }
#iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 .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:-9%;left:0rem; }
#iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 { display:flex;width:18rem;height:5.0625rem;top:5.3624267578125rem;left:0.31479781866074rem; }
 }@media only screen and (max-width: 763px) { #iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 #eIpL8yySAgRP8mvIFT8zDD1exlPKLffh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 #CmxhuLgX78q0Ef96Tk5XQwZrPI1SAxbN {  }
 }@media only screen and (max-width: 763px) { #iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 #G4OzGO27QAbPwWT0LedleLxfEF5FxXUV {  }
 }@media only screen and (max-width: 763px) { #iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 #n82cBpg65QuJnT7Dd2cpdcqtskdWn1q2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 #VWMwLTbHlpdukh1kxM0Io6SB73O9mVDk {  }
 }@media only screen and (max-width: 763px) { #iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 #hq8Pwam11lXWAKau9e00GAfMGHMFegZ7 {  }
 }@media only screen and (max-width: 763px) { #iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 #rHTOPaWMeIbcApltfAXBLTddF0VmwB2X { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 #dgakCkffeFMapEJUNHQi9yXG2exDSvOk {  }
 }@media only screen and (max-width: 763px) { #iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 #TxUeDBdevfXhFmQIp7l39kVOCx4HLxtp {  }
 }@media only screen and (max-width: 763px) { #iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 #K7N5EsnwOrP8Dxn22uaLQZ7TdZO797XQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 #cp5J49mFggrmZqv8enrl4pRzINElR8mV {  }
 }@media only screen and (max-width: 763px) { #iz4H5MH5J4eeNTV207kHeb9o9NlUEqb6 #vZZMmfWgU35bUEuwTPpnUE91cBnADcRJ {  }
 }@media only screen and (max-width: 763px) { #Ss5DIo6BMIoiRrfzMxmIXaCZQlg426i7 { display:block; }#Ss5DIo6BMIoiRrfzMxmIXaCZQlg426i7 > .row .container { width:20rem;height:160rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mD7zELbibMUBDeoybR7mGgAUPaKsz8Wi { width:20rem;height:2.57352925rem;top:2.6351013183594rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9Moxy0WTLyTST4tw9ILQhKPSr0xQwvq { width:3.25rem;height:0.0625rem;top:26.9375rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rPk3mBqohLRlZmaKdpaSzeTuotenfVUI { width:3.25rem;height:0.0625rem;top:19.125rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wRxwWqaAXldO28phTS7EqkVyKgzXvt4t { width:4.7495403125rem;height:3.1870403125rem;top:119.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRWFKkFSXUbS3rKb6Blxfw8kWXNEflb4 { width:4.875rem;height:3.4375rem;top:42.8125rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx8N0f2lyLuD3ywGfrG8yUJ1M9Rk5aXl { width:15.7490806875rem;height:20.0735283125rem;top:18.249084472656rem;left:2.1231616139412rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8hEJRVmXN21SrIGcMrGPHEl5cDTDmrX { width:15.7490806875rem;height:1.5441175625rem;top:39.373840332031rem;left:2.1231616139412rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSFA7exTb5y1moPTfrfEL425IEU2cScW { width:17.3115806875rem;height:12.3529405625rem;top:58.752532958984rem;left:1.3419117331505rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnt5QJ6ToOy67pNUGMTpb01nqEZWrMbx { width:15.7490806875rem;height:1.5441175625rem;top:73.311096191406rem;left:2.1231616139412rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwEOZtiyUGIR9GD6BewKXAzv3Bbsuqf1 { width:3.25rem;height:0.0625rem;top:38.4375rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QA7I4N819e2WPqOamkvlpQZFnTFW9aBx { width:15.75rem;height:24.705881125rem;top:91.125rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1qJ04Pa7ZHMNOz0fEnkn94OT42WKxs3 { width:15.7490806875rem;height:1.5441175625rem;top:116.62451171875rem;left:2.1231616139412rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6HATvAADpJdC8tyThX2DSITJth7ZIgy { width:20rem;height:10.8125rem;top:122.375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.65)', endColorstr='#fff5e8a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.65)', endColorstr='#fff5e8a5' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HITcbIFLlDz8mdvFoqfsyC32hmMn5ZP2 { width:18.875rem;height:13.25rem;top:133.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM9wTIrDAVncPeNRa3hfskxoqzCDJ8NE { width:18.8125rem;height:13.125rem;top:121.1875rem;left:0.625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #o7bQzliflQ4hnyOsRyM6AoQtM1MViBGT { width:18.8125rem;height:13.25rem;top:145.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROgHQlIGroiwiuszt7dKGAK34sfebTTq { width:15.1875rem;height:10.75rem;top:98.96875rem;left:2.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DImeVbgAbTBoTGy8ecqDdrgUlb2os1La { width:15.8125rem;height:11.1875rem;top:113.9375rem;left:2.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RBuFxrKXte7nUxSrSkwFxb538AUTruob { width:8.9375rem;height:6.3125rem;top:130.125rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rKTLiFdJ1WZVUxMyJT7NOW500NRheTWL { width:20rem;height:10.8125rem;top:134.375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.65)', endColorstr='#fff5e8a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.65)', endColorstr='#fff5e8a5' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MyzQNN1ZATPMNLqRpRTLo2s1qEwISsc3 { width:20rem;height:10.8125rem;top:146.4375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.65)', endColorstr='#fff5e8a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.65)', endColorstr='#fff5e8a5' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #sOACwbQtKhXODrTbnX4SkBWqhuDnbAm7 { width:20rem;height:13.6875rem;top:112.6875rem;left:0.09375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #swfsLG0OvBhqRHMx7kd3rlptp5Pb2ngI { width:20rem;height:13.6875rem;top:97.5rem;left:0.03125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #rwpwM6fzIFBQz3ixiaMT5A3iTPOWNl98 { width:20rem;height:13.6875rem;top:128rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #MikT7nbMmPPEfGatyUmO9xOG8okvkxOp { width:2.3125rem;height:2.3125rem;top:240.2841796875rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xZf11W89SxaIXeWw52TGhWUogWo78pft { width:3.6875rem;height:3.6875rem;top:317.802734375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JqRDC3azi1DPS9G7De83fvTK1BU730kZ { width:5.375rem;height:5.375rem;top:230.9091796875rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AQOJCI9co7FiRva22WV7DOHtoaDzTisT { width:1.9375rem;height:1.9375rem;top:126.375rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eiCF03ospS1y15D5Oaav5SnNacxkrz16 { width:1.125rem;height:1.125rem;top:300.365234375rem;left:12.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FdTTfo60OluIkhKzkmkFDbWUJ5WboKT7 { width:1.875rem;height:1.875rem;top:249.1591796875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZwVi4GgdUCR1RwPTzcZCsL2etRvm1rlC { width:1.5rem;height:1.5rem;top:237.5341796875rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #d4X2WsItQDbTc074vO2ykirfKKGTaoUw { width:4.1875rem;height:4.1875rem;top:147.9375rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #miEMEm7DM9aqIpiAC5P9RbU890LtTcLL { width:4.5rem;height:0.9375rem;top:149.375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt0ZfofyQ4WHP42AWsDbCLtTzbzXzB4o { width:4.375rem;height:1.375rem;top:136.8125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMZyJRnITHEcTiiNlbGm1XtyICS4HuQb { width:4.3125rem;height:1.375rem;top:124.875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQXLTmlAmWW3hU88VlJSSpLxsKBGl7D3 { width:20rem;height:31.125rem;top:45.249267578125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.65)', endColorstr='#fff5e8a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.65)', endColorstr='#fff5e8a5' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bziocdhdT5GOgIe127dQlytmDSOOqJMT { width:20rem;height:35.75rem;top:7.0625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.65)', endColorstr='#fff5e8a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.65)', endColorstr='#fff5e8a5' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bSN1fwRiU7KLTkTZUZKpgL5dH6GJcWIE { width:20rem;height:40.5625rem;top:79.0625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.65)', endColorstr='#fff5e8a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.65)', endColorstr='#fff5e8a5' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cPUutTBDvTG75tQGP37qfIG6H1OS0Rlf { width:8.8120403125rem;height:8.8120403125rem;top:80.6867980957rem;left:5.5928307175636rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUEeFN7vqDRfMTdtESPoB6AeWcENh3gJ { width:8.8120403125rem;height:8.8120403125rem;top:47.588470458984rem;left:5.5928307175636rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp4HZiKtsbJWJO0S8uJZA5OGnF1SXooK { width:8.875rem;height:8.875rem;top:8.0625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTXcLCZq8gpy1CezTrG6ePnmbdI5oeF3 { width:20rem;height:11.5625rem;top:47.4375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.65)', endColorstr='#fff5e8a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.65)', endColorstr='#fff5e8a5' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.65));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #vzlKaW2ag4c2wQdB5uShGc6trZK4Icxu { width:9.0625rem;height:9.0625rem;top:48.6875rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bibu7WKTOp0kpLmV2VuCqnOwx7RvqHvx { width:20rem;height:auto;top:49.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pAn3cOchC5lm1qIUNNBkLirmAESxJVcz { width:15.6875rem;height:auto;top:56.4375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vkG0lMqTcbDzEMh1RZgmlCFzbnN0Is5V { width:3.1875rem;height:0;top:56.125rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wR5luxu446B6siSXTa5DXVeFvyWLRTK4 { display:block; }#wR5luxu446B6siSXTa5DXVeFvyWLRTK4 > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iL1tH0dTzt0D21XMkkoAhD96SsTAFHM4 { width:17.6240806875rem;height:4.2647056875rem;top:1.124755859375rem;left:1.1868106722832rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VZlF7i2SBy7eWPVHGLVbTazvNqyPT7yy { width:15.6870403125rem;height:3.5294115625rem;top:5.3389282226562rem;left:2.1541817784309rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #umDDazhLbGZdCvxucN9A98VTJmNyPtzT { display:block; }#umDDazhLbGZdCvxucN9A98VTJmNyPtzT > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c8QnNzn7Jf8vUxmUBMQwKd8N0iRNCZCd { width:0.1872701875rem;height:6.6865806875rem;top:1.1488647460938rem;left:9.8736202716825rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXWL5m0BFkBr9REgXCAmKcy15OWGpTED { display:flex;width:3.125rem;height:3.125rem;top:1.1098022460938rem;left:3.2582719326019rem; }
 }@media only screen and (max-width: 763px) { #Ku3plMAOo5sdZFTNqTAHFAQxJ3690qF3 { display:flex;width:3.125rem;height:3.125rem;top:1.1383056640625rem;left:13.437499284744rem; }
 }@media only screen and (max-width: 763px) { #ehrwiTmoFa8q7W5S8GNxrKRGTkbhDhrc { display:flex;width:3.125rem;height:3.125rem;top:9.363525390625rem;left:13.436350107193rem; }
 }@media only screen and (max-width: 763px) { #nIQNFW89XAxy8ITctNJgyLU5foiVpJto { width:9.9375rem;height:2.7941175rem;top:13.335205078125rem;left:0.0064334869384763rem;font-size:1rem;z-index:15045;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WTUbB2M2Px9GW9ZVInfAdvWrHrxbXWz7 { display:flex;width:3.125rem;height:3.125rem;top:9.3692626953125rem;left:3.2571229934692rem; }
 }@media only screen and (max-width: 763px) { #fbGofcB2pqi4hgRi4pqM1te9HbPkgkeN { width:0.1872701875rem;height:6.6865806875rem;top:9.375rem;left:9.8736202716825rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfsEUX7oKRkaSGr6NtJ8gZX5QzHfxX1z { width:0.1875rem;height:6.6875rem;top:22.125rem;left:6.3750002980231rem;display:none; }
 }@media only screen and (max-width: 763px) { #KcsdD67rpoGc4MbSkor49sULdNGWn8Gd { width:0.1875rem;height:6.6875rem;top:22rem;left:13.437500298023rem;display:none; }
 }@media only screen and (max-width: 763px) { #dfUgXzdVvz9F5Hr3wJ97TdEJ99dPs1Cp { width:8.8120403125rem;height:2.7941174375rem;top:12.9296875rem;left:10.622701704502rem;font-size:1rem;z-index:15045;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IInZJ6Wbf1HsgWxTOuzh9K7HwWnOOxmC { width:10.25rem;height:1.39705875rem;top:5.112548828125rem;left:9.8724720478056rem;font-size:1rem;z-index:15045;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O4MUi5RHt4L7KF2k1BpWAy8K3TZpTl8R { width:10rem;height:1.39705875rem;top:5.0758056640625rem;left:0.0082719326019288rem;font-size:1rem;z-index:15045;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eHi7gqHo0mTeSZUO9LtL2r6iwsy87pwP { width:18.9993095625rem;height:3.6868105rem;top:17.678100585938rem;left:0.4974724650383rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0WDO6KyBdoZXizXWIzz3z2roQ61x6EL { display:block; }
 }@media only screen and (max-width: 763px) { #yHgG11RZBTZdWn3fbfqGhrtvhX68Oh7K { width:4.5625rem;height:12.332919686081rem;top:22.614850050781rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZxcpZEky2npXFufnuO4LK2vMLTSdvOXP { width:15.375rem;height:10.830929939872rem;top:36.259611113281rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hqtGi9OaTBeFfqgi3Sb05V2KGyRcTwGX { display:block; }#hqtGi9OaTBeFfqgi3Sb05V2KGyRcTwGX > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aevK76KkZJ1A7B8E2xbrDhCCFufoGoJU { width:18.125rem;height:1.76470575rem;top:16.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqQ8hNmRH8z669Z0lGFeEA6VUcE1UJFq { width:18.125rem;height:4.6323526875rem;top:18rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNobwyses72m9WuOt0uuVEmNFP40N3qk { width:17.125rem;height:1.76470575rem;top:22.6875rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XzKzqRZhVt4HW6KWlmve7hbxFmwA1N5B { width:3rem;height:3rem;top:25.375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOq3foxO9KNSV3uNi49eUvbe104ANK4Z { display:flex;width:1.375rem;height:1.375rem;top:26.1875rem;left:4.9375rem; }
#lOq3foxO9KNSV3uNi49eUvbe104ANK4Z > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #Q5a1U138bsza1a8cGBLLg7pxQnnDUFUV { width:3rem;height:3rem;top:25.375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl79Xixc58IIpLfJenwNKCKheArN4U4K { display:flex;width:1.375rem;height:1.375rem;top:26.1875rem;left:9.375rem; }
#Vl79Xixc58IIpLfJenwNKCKheArN4U4K > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #TtAXryJnlqSs8NTn6XnPH6P5PDsS4JcT { width:3rem;height:3rem;top:25.375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbXtfwCMWEsqaZgVkfzhmipchqv32Tdr { display:flex;width:1.375rem;height:1.375rem;top:26.1875rem;left:13.75rem; }
#GbXtfwCMWEsqaZgVkfzhmipchqv32Tdr > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #L1IOaVd1doFG3gCBZaVfMkoPGn1ERJBX { width:13.9372701875rem;height:9.8747701875rem;top:4.2428894042969rem;left:2.9986212253571rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5VZC0m1imV8RcDeobNX2P1g3e4vVqdc { width:17.5rem;height:1.1875rem;top:30.4375rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sHm62XsZeFQpBVqLZBePmzMS7SEm4mVA { display:block; }
 }@media only screen and (max-width: 763px) { #FWGhmEW9QTEQUncOCTklnK6iNnQezTps { width:17.125rem;height:6.17647025rem;top:32.875rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tzMy7Pli5MPq7mZ7I4Vlo94bsm4z8F20 { width:12.9997701875rem;height:3.161764625rem;top:1.0903015136719rem;left:3.4983913898468rem;font-size:2rem;display:block; }
 }