.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:249,224,224;--color-secondary-1:237,153,153;--color-secondary-2:218,50,50;--color-secondary-3:109,25,25;--color-secondary-4:33,8,8;--color-tertiary-0:255,255,255;--color-tertiary-1:239,201,179;--color-tertiary-2:202,75,0;--color-tertiary-3:101,38,0;--color-tertiary-4:20,7,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f4ede4;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); }#dMcJ41rlfvStc4zPsXGy4rTfpDexJUev { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.39), rgba(var(--color-tertiary-1),0.28));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.39), rgba(var(--color-tertiary-1),0.28));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.39), rgba(var(--color-tertiary-1),0.28));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.39), rgba(var(--color-tertiary-1),0.28));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff63', endColorstr='rgba(var(--color-tertiary-1),0.28)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff63', endColorstr='rgba(var(--color-tertiary-1),0.28)' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.39), rgba(var(--color-tertiary-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; }#dMcJ41rlfvStc4zPsXGy4rTfpDexJUev > .row .container { background-color: transparent; background-image: none; }#dMcJ41rlfvStc4zPsXGy4rTfpDexJUev::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMcJ41rlfvStc4zPsXGy4rTfpDexJUev > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMcJ41rlfvStc4zPsXGy4rTfpDexJUev > .row .container > .video-iframe-container { display: none; }#dMcJ41rlfvStc4zPsXGy4rTfpDexJUev > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMcJ41rlfvStc4zPsXGy4rTfpDexJUev > .row > .video-iframe-container { display: none; }#dMcJ41rlfvStc4zPsXGy4rTfpDexJUev > .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); }#dMcJ41rlfvStc4zPsXGy4rTfpDexJUev > .row .container { border-width: 0; border-radius: 0; }#dMcJ41rlfvStc4zPsXGy4rTfpDexJUev > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dMcJ41rlfvStc4zPsXGy4rTfpDexJUev > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#o71kTGfX4pd3GvxJz5B5W6L8nKAMU85Z { 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:1.9370403289795rem;left:43.309968948364rem;overflow:hidden;display:block; }
#KzTtLS6Jm4qUh1qar00ZCJh8KZyqSr1X { 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:12rem;left:1.625rem;height:;display:block; }
#TeSNisXKuAZbhDzl13bpANLvCbW1LHrp { 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:23.9375rem;left:1.625rem;height:6.17647075rem;display:block; }
#RiywHqhppmwHOCP4zrXqz181pcekFiTS { box-sizing:content-box;height:2.8125rem;width:24.4375rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-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:7.9375rem;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; }
#e0o4JvynNPcEto6Lc2tlMrRAbXQmK6Xs { 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:32.125rem;left:1.625rem;display:block; }
#vVGVgz8N9gNAExUbx3EZTGuxIJW5p2hA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EbhX0xaQetpAtARFyupWBCGGv4T00Sfb { 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:8.4995403125rem;width:8.75rem;top:0.8743106126785rem;left:66.249994277956rem;overflow:hidden;display:block; }
#HTnXT0ru72xk2hIhEccBpSVxxZvUpUkk { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4375rem;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:8.5rem;left:2.875rem;height:1.6176470625rem;text-align:left;text-align-last:left;display:block; }
#GkCSsRyEaKRL0DUNvQZyLqCuTfN4oBC1 { background-color:rgba(0,0,0,0);background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-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:32.0625rem;left:17.1875rem;display:block; }
#RgBz76cJflGraKD3QdVmTEvKTUEl3T6P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G0MtMack2hTM4IAmBriScuTJIDVfoLyW { 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:37.75rem;left:1.625rem; }
#gZSszMWcC7Pd19sisPwa5XKmp6D6nhs8 { 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:37.6875rem;left:3.3125rem;height:1.76470575rem;display:block; }
#ifOS6icmmf0VBWifiZxyXbdprwV7LvFA { 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:37.75rem;left:11.125rem; }
#TovaJ6GhRLS6mwQPsBLborK1TxilRG9q { 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:37.6875rem;left:12.8125rem;height:1.76470575rem;display:block; }
#zNEzcizZDo2TOTH62S6Txk2DRuLTm7Gw { 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:37.75rem;left:34.125rem; }
#QyUOBVmHR7TL3Lvob7sQAlI5mK70chuH { 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:37.6875rem;left:35.8125rem;height:1.76470575rem;display:block; }
#w60B5OsrukBHH020RTFTCIGrIQ0IHzBH { 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:6.125rem;width:24.4375rem;top:0rem;left:1.6233921051026rem;overflow:hidden;display:block; }
#LIg5NzduvSOrVvIbOFoTkbaPOLGT5bLl { 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:0.9375rem;width:16.1247691875rem;top:16.246551513672rem;left:20.435430526733rem;overflow:hidden;display:block; }
#SchENFiTM6Bh4TWMywhZwZ08ykMi0ke7 { 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.3745403125rem;width:7.6240806875rem;top:26.223573684693rem;left:35.757120132446rem;overflow:hidden;display:block; }
#Pwh4xN18NrZqhVimBeqTT8uoVwuFSnby { 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; }#Pwh4xN18NrZqhVimBeqTT8uoVwuFSnby > .row .container { background-color: transparent; background-image: none; }#Pwh4xN18NrZqhVimBeqTT8uoVwuFSnby::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pwh4xN18NrZqhVimBeqTT8uoVwuFSnby > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pwh4xN18NrZqhVimBeqTT8uoVwuFSnby > .row .container > .video-iframe-container { display: none; }#Pwh4xN18NrZqhVimBeqTT8uoVwuFSnby > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pwh4xN18NrZqhVimBeqTT8uoVwuFSnby > .row > .video-iframe-container { display: none; }#Pwh4xN18NrZqhVimBeqTT8uoVwuFSnby > .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); }#Pwh4xN18NrZqhVimBeqTT8uoVwuFSnby > .row .container { border-width: 0; border-radius: 0; }#Pwh4xN18NrZqhVimBeqTT8uoVwuFSnby > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pwh4xN18NrZqhVimBeqTT8uoVwuFSnby > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#X7M2e7tdyD0UZGKKQkOHMTRAxoqTeK3O { 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; }
#WVQdn0Tf7Jp9aq6Srhrwu5K5eVg1tSi9 { 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; }
#J4tXFtkaLB5GZOSz1iVKKA1gXMRIAJEC { 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; }
#fZoBZUcdZs3euhdiRHohwNH7EqRrCTRM { 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; }
#Bexmvnllx0D3S9C3KgsGhGEQVwe8MDb5 { box-sizing:content-box;height:2.2495403125rem;width:0.124080875rem;position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-tertiary-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; }
#ioXtzzBqWJrdz87Pc5zbiNz9oHHT4pBk { box-sizing:content-box;height:2.2495403125rem;width:0.124080875rem;position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-tertiary-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; }
#V537KUpQQPESJxDo1LH4flKPWGwE9iuR { box-sizing:content-box;height:2.2495403125rem;width:0.122932rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-tertiary-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; }
#yv7ttpndDVhXfHc98gKNyczakruL7ga4 { 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; }
#mfwvOP54Q84DyakaGvZ45i6ohXlC1BEi { 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; }
#NKx8aUnpnwaszxC2m3yiWCQE9DDOgnld { 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; }
#VmMfkkH51XTJUJTnZUeu5cyMeZg27o2J { 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; }
#ugvHdqULUTN853sMJCS81wcWtRtPuCEq { 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; }#ugvHdqULUTN853sMJCS81wcWtRtPuCEq > .row .container { background-color: transparent; background-image: none; }#ugvHdqULUTN853sMJCS81wcWtRtPuCEq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugvHdqULUTN853sMJCS81wcWtRtPuCEq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugvHdqULUTN853sMJCS81wcWtRtPuCEq > .row .container > .video-iframe-container { display: none; }#ugvHdqULUTN853sMJCS81wcWtRtPuCEq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugvHdqULUTN853sMJCS81wcWtRtPuCEq > .row > .video-iframe-container { display: none; }#ugvHdqULUTN853sMJCS81wcWtRtPuCEq > .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); }#ugvHdqULUTN853sMJCS81wcWtRtPuCEq > .row .container { border-width: 0; border-radius: 0; }#ugvHdqULUTN853sMJCS81wcWtRtPuCEq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ugvHdqULUTN853sMJCS81wcWtRtPuCEq > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#lEia8ZR7tG73K8axqk0UVSSmwEJzSfwh { 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; }
#gdrfz7w0WxdSIJ6k5T9pOhh7nIShmqbn { 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; }
#mALFC3O633E65VJamXrubTSsnapAvmw6 { 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-tertiary-1),1);border-left:0.1875rem solid rgba(var(--color-tertiary-1),1);border-right:0.1875rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-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; }
#veM1kLZsOKGqAu4eZqRhT2I7U5lpoI6Q { 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; }
#o4aUaodd1DtBeJsTzdgyBReBrlMNih5T { 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; }
#UynqoDoyBhUqncVAhmuyedOc1JtJ0MTh { 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.138561248779rem;left:29.867876052856rem;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; }
#ie96GiK9v5DRGBf5Hb6SGyrK3lbkDBfy { 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-tertiary-1),1);border-left:0.1875rem solid rgba(var(--color-tertiary-1),1);border-right:0.1875rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-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; }
#X2P1aSqJK9e1TqHt4a5hML5VgT2Ukz3m { 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; }
#E6p12l3HxhBhHaL90eGGnO9EKLXiW1NZ { 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; }
#XH1OiKkMvI6aweb2TRw2iLkbAtBVeVsL { 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-tertiary-1),1);border-left:0.1875rem solid rgba(var(--color-tertiary-1),1);border-right:0.1875rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-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; }
#IeRKpyi6JP6l6aTnmTdnsFBhPTQpIEgr { 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; }
#TNdQmqOWK96Bh1a0rF9wNaxCs2LUSJ4c { 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; }
#VuOoeeS6BgkCv2nd35NaptZK6FTwTsNf { 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; }
#DQaqW1PNKfG1OoLv9lb6pzmiiUUokzfp { 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; }
#aXSusy7XCbCPdh50VBHTfJyhTuBS9Ifl { 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; }#aXSusy7XCbCPdh50VBHTfJyhTuBS9Ifl > .row .container { background-color: transparent; background-image: none; }#aXSusy7XCbCPdh50VBHTfJyhTuBS9Ifl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXSusy7XCbCPdh50VBHTfJyhTuBS9Ifl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXSusy7XCbCPdh50VBHTfJyhTuBS9Ifl > .row .container > .video-iframe-container { display: none; }#aXSusy7XCbCPdh50VBHTfJyhTuBS9Ifl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXSusy7XCbCPdh50VBHTfJyhTuBS9Ifl > .row > .video-iframe-container { display: none; }#aXSusy7XCbCPdh50VBHTfJyhTuBS9Ifl > .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); }#aXSusy7XCbCPdh50VBHTfJyhTuBS9Ifl > .row .container { border-width: 0; border-radius: 0; }#aXSusy7XCbCPdh50VBHTfJyhTuBS9Ifl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aXSusy7XCbCPdh50VBHTfJyhTuBS9Ifl > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#IT2u0qvkmgq1rSfJiAP9n2wTX9Dmq7TG { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-2),0.83));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-2),0.83));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-2),0.83));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-2),0.83));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),1)', endColorstr='rgba(var(--color-tertiary-2),0.83)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),1)', endColorstr='rgba(var(--color-tertiary-2),0.83)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-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; }
#FrGhdTBXdGGDkD8UTyfOFTIuQnTTT3DB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rz23bqELqXh3OMXZuSTTlS9w7a6PceSm { 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; }
#IZsuoTgvXlc2q6zU3OCXKxRwlpOkavmb { 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; }
#sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN .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; }
#sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN .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; }
#sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-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; }
#sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN { 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; }
#sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN #CchZuTInEQ5LDknEM65BOT4wTBB4spRm { display:flex;position:relative;top:0rem;left:0rem; }
#sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN #EGI61Q4nzHNA5BXTu6obdgSEzgqcANe8 { width:auto; }
#sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN #i3rrXR8um2Bh5lhGoLrrWmFyMDaImXfP {  }
#sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN #pSifWd35fc9pc7AqrOzpB5La7OwDlt2s { display:flex;position:relative;top:0rem;left:0rem; }
#sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN #VggzVkGIWTnKBxlmDAusxKu6likVfoty {  }
#sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN #mSG1x4TpKiwf4Jb7l5nOTn4cxQIaQEse {  }
#sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN #ls98GbQDRwsn3dcw2MuecTG7swpOTXhZ { display:flex;position:relative;top:0rem;left:0rem; }
#sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN #B51UX7afNVneilqTPZJmvPzQqOFQAHl3 {  }
#sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN #kyVIoEoExyF89QPr7U2DTP1dI5WPK5v3 {  }
#sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN #ZTbrvulkyQQOQ8QxBhr2wKbhaTfuJzPV { display:flex;position:relative;top:0rem;left:0rem; }
#sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN #iNEDPnyco52ulzrLhrTiVMkxboSv1ll9 {  }
#sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN #qNHk5MEVc5poGoWITFvEnOvowTBmNscM {  }
#xGXkLvTinTWR13W5CznBJ0cBHnlUBvax { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(247,228,217,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; }#xGXkLvTinTWR13W5CznBJ0cBHnlUBvax > .row .container { background-color: transparent; background-image: none; }#xGXkLvTinTWR13W5CznBJ0cBHnlUBvax::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGXkLvTinTWR13W5CznBJ0cBHnlUBvax > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGXkLvTinTWR13W5CznBJ0cBHnlUBvax > .row .container > .video-iframe-container { display: none; }#xGXkLvTinTWR13W5CznBJ0cBHnlUBvax > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGXkLvTinTWR13W5CznBJ0cBHnlUBvax > .row > .video-iframe-container { display: none; }#xGXkLvTinTWR13W5CznBJ0cBHnlUBvax > .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); }#xGXkLvTinTWR13W5CznBJ0cBHnlUBvax > .row .container { border-width: 0; border-radius: 0; }#xGXkLvTinTWR13W5CznBJ0cBHnlUBvax > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xGXkLvTinTWR13W5CznBJ0cBHnlUBvax > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:75rem;position:relative;display:block; }#TryWVupn1BTeKsWF7CqpPAm4rtSTrLtL { 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; }
#yXCcXN3E9CW35dZVSyC7h1B7WPDR50hs { 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; }
#NUG7u1EZBQsiOVxvJPwdeP6He637tQMg { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-1),1);border-left:0.25rem solid rgba(var(--color-tertiary-1),1);border-right:0.25rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-1),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:27.5rem;display:block; }
#sutvqkGKFwv3kHMHSuNmfIUlHpq5APyB { 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; }
#CA0O5FIyXQ1ahNBIsyxepzdFPWCE66LC { 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; }
#MA1mRimLe8EwXNP33c4zi2Vvn4MQcU7w { 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; }
#fqUzl0Stxb0S8n0T8d4dvyFiuTz40JQB { 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; }
#f3XfwaZ6eFetfsFyf2uv7ZO1hVbqnU3G { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-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; }
#SFrWO4O5QGydLO8dvocFAdR6lD6MWsN6 { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-1),1);border-left:0.25rem solid rgba(var(--color-tertiary-1),1);border-right:0.25rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-1),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:52.5rem;display:block; }
#VIBTqiQsGeoU2pr7dO1uziKcL6GTNRW4 { 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; }
#cl2PLIN08XcfHOq604BkduzP3lQ6s9kA { 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; }
#odLSvNbASkGvPvbHE0GrH6sd5VOTQL26 { 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; }
#aVZZ0Td0ITS6IHJkfsU7vTQIh9STSE7i { 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; }
#nktwBMnlB3UQhTv5Dq1JOeQtEumKmFTT { 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; }
#wOhF6uSLyi3HTcvqmIlnDBeR0X5UwpAZ { 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; }
#TyRLdtcmpnDy1MPHD3epex7OZTkZAuKd { 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; }
#hRxhREWJH1i9AMuf2yuxXFZetboxWH2l { 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; }
#RN42nJ9pRPQV4h2wDiWidSItT7r8R2FL { 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; }
#CJQVJzB0PAtQ8NJCpLlG2vIPt5Sc99Qm { 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; }
#xWbSJoHOk39JM3KMGb35yXvROHcqTpqh { box-sizing:content-box;height:2.8125rem;width:14.4990806875rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-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; }
#xVLhheW1iweRVNIy6vrcUzSxpqcZ6hIr { 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; }
#Z1Z7IdlgRfOnFOSTgAL9hV6KdXstLqTs { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-2),0.83));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-2),0.83));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-2),0.83));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-2),0.83));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),1)', endColorstr='rgba(var(--color-tertiary-2),0.83)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),1)', endColorstr='rgba(var(--color-tertiary-2),0.83)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-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; }
#OxuU6HoEuFHUq9sHOT7VgwTu3IEey0VS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hq1nlTbhs02iU4HSJkRaSakSXHFCHweK { 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; }
#f1ocAzA1f5ysu38N18dTZXJTuPrzRTsF { 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; }#f1ocAzA1f5ysu38N18dTZXJTuPrzRTsF > .row .container { background-color: transparent; background-image: none; }#f1ocAzA1f5ysu38N18dTZXJTuPrzRTsF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1ocAzA1f5ysu38N18dTZXJTuPrzRTsF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1ocAzA1f5ysu38N18dTZXJTuPrzRTsF > .row .container > .video-iframe-container { display: none; }#f1ocAzA1f5ysu38N18dTZXJTuPrzRTsF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1ocAzA1f5ysu38N18dTZXJTuPrzRTsF > .row > .video-iframe-container { display: none; }#f1ocAzA1f5ysu38N18dTZXJTuPrzRTsF > .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); }#f1ocAzA1f5ysu38N18dTZXJTuPrzRTsF > .row .container { border-width: 0; border-radius: 0; }#f1ocAzA1f5ysu38N18dTZXJTuPrzRTsF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f1ocAzA1f5ysu38N18dTZXJTuPrzRTsF > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:75rem;position:relative;display:block; }#BQC5gzp5wPBFc9JhPGHDnUAA6ITquQxy { 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; }
#Q8QmMwpXUA6Qg0kZ6ZC0VQT4SgqSBJB7 { 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; }
#XXWSmWLp8MBf5HTTotu6cydy1O4gK1Ti { 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; }
#fTopb3hLTCx9ymWsgCNTyehl6cKVUbEi { 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; }
#XJVfN6kaubTC96JGBiTgV0oA9chIaviD { 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:20.4997691875rem;width:16.3740806875rem;top:21.068466186524rem;left:21.903722763061rem;overflow:hidden;display:block; }
#Xa43nCUqvFWiTtohQ5H6mzZyaGIyH1P3 { 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; }
#lGOLz5SixHB6UTwwTCas7PH65KOToHS6 { 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; }
#aqIc53sQTqHRD7q2yHqvWIUbdJFSfoHB { 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; }
#PDJGi36BpmyKf2KKZ78k18kh0FzvC7fX { 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:14998;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; }
#q3CWTsC8S1REfFVT2VyBOzT887twXnnc { 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; }
#pTJoOeSybZdvChU6t2wIHe6svwFF5tGB { 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:#f7e4d9;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; }
#OhViV5akW2qAmHTOnuUwSW5TJgfEEn2o { 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; }
#aECAX6ZOElLwImER7FwhX4LxXbH3HdsO { 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; }
#gPuHSo6gg3DUwT57XTkTWQnQI1gT9t47 { 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; }
#AU5HFhLhM5ImWEzAmB010uJzRabwC7tT { 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:#f7e4d9;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; }
#KyU0WpLWVslVEUQl4TT8NHc66QypQuDQ { 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; }
#fM7udKFRnTXPNTWS450e64kJHI8IUeWL { 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; }
#xqi8eAkk9FRCkuRxiHL6AiuJIpDTqhZz { 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; }
#MTqcs9RD2EadGD73uKDNls6O3y1ZAVWB { 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:#f7e4d9;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; }
#nlTFwTsyeqdoJXuGtPXJtEL8QtDrKwIQ { 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; }
#hBzGH4XGS0XxOWGFf1CZG4OAznQwH66p { 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; }
#LGgFbd4BcOdyrbGBK6awalilp7ZG3eV8 { 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:#f7e4d9;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; }
#FBlF9H26oKWSsI3lVgUTdTJST0hVZaD9 { 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; }
#ZFVFwmgberccCMIDF4Uaxn5oBdTJuTVn { 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; }
#CLd1CzPtQhXEp0q6dQtSJ99LW7V78oeT { 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; }
#uZkMF0SU7UW3wGFChsEgDEqXVko8Sw4J { 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:18.4375rem;width:7.6240806875rem;top:23.130737304688rem;left:65.515848159787rem;overflow:hidden;display:block; }
#CdyFrB9vqpAirrt9Wbtf8f1NJwm3Noc1 { position:absolute;display:block;z-index:14997;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.735305786132rem;left:41.776193618774rem;overflow:hidden;display:block; }
#vxFubfO59vRFRrLNQRWnMJEsT4T1o3we { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(247,228,217,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; }#vxFubfO59vRFRrLNQRWnMJEsT4T1o3we > .row .container { background-color: transparent; background-image: none; }#vxFubfO59vRFRrLNQRWnMJEsT4T1o3we::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxFubfO59vRFRrLNQRWnMJEsT4T1o3we > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxFubfO59vRFRrLNQRWnMJEsT4T1o3we > .row .container > .video-iframe-container { display: none; }#vxFubfO59vRFRrLNQRWnMJEsT4T1o3we > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxFubfO59vRFRrLNQRWnMJEsT4T1o3we > .row > .video-iframe-container { display: none; }#vxFubfO59vRFRrLNQRWnMJEsT4T1o3we > .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); }#vxFubfO59vRFRrLNQRWnMJEsT4T1o3we > .row .container { border-width: 0; border-radius: 0; }#vxFubfO59vRFRrLNQRWnMJEsT4T1o3we > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vxFubfO59vRFRrLNQRWnMJEsT4T1o3we > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:75rem;position:relative;display:block; }#CDZ16r82grtkJI0G5yksBp25DdQgzCM8 { 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:6.7669982910156rem;left:11.624540328979rem;overflow:hidden;display:block; }
#lHnu3lxVe7TpEIctF1fCow6ci0QBxarl { 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.6875rem;width:14.125rem;top:6.8841857910156rem;left:30.429685592651rem;overflow:hidden;display:block; }
#m9XD1Qn5uOruqV3hkpGWzsEv13MWbVly { 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.625rem;width:14.0625rem;top:6.9473724365238rem;left:49.248620986939rem;overflow:hidden;display:block; }
#fIAyWTLS5hC2zmZQ8iNvBfrlkE7yMLMn { 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; }
#U8CQ90C7M1p6QNNb4LGEE02T1bvsJl9O { 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; }
#vDv160kktmoTegvIsb2TpMITk95AKlJL { 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; }#vDv160kktmoTegvIsb2TpMITk95AKlJL > .row .container { background-color: transparent; background-image: none; }#vDv160kktmoTegvIsb2TpMITk95AKlJL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDv160kktmoTegvIsb2TpMITk95AKlJL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDv160kktmoTegvIsb2TpMITk95AKlJL > .row .container > .video-iframe-container { display: none; }#vDv160kktmoTegvIsb2TpMITk95AKlJL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDv160kktmoTegvIsb2TpMITk95AKlJL > .row > .video-iframe-container { display: none; }#vDv160kktmoTegvIsb2TpMITk95AKlJL > .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); }#vDv160kktmoTegvIsb2TpMITk95AKlJL > .row .container { border-width: 0; border-radius: 0; }#vDv160kktmoTegvIsb2TpMITk95AKlJL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vDv160kktmoTegvIsb2TpMITk95AKlJL > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#Kkp82k0gHDnCUy5TPu1vW2daAH0BFgIN { 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; }
#QezNCbKkzCX4H7sWH8L45mN3fwlK6t1n { 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; }#QezNCbKkzCX4H7sWH8L45mN3fwlK6t1n > .row .container { background-color: transparent; background-image: none; }#QezNCbKkzCX4H7sWH8L45mN3fwlK6t1n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QezNCbKkzCX4H7sWH8L45mN3fwlK6t1n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QezNCbKkzCX4H7sWH8L45mN3fwlK6t1n > .row .container > .video-iframe-container { display: none; }#QezNCbKkzCX4H7sWH8L45mN3fwlK6t1n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QezNCbKkzCX4H7sWH8L45mN3fwlK6t1n > .row > .video-iframe-container { display: none; }#QezNCbKkzCX4H7sWH8L45mN3fwlK6t1n > .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); }#QezNCbKkzCX4H7sWH8L45mN3fwlK6t1n > .row .container { border-width: 0; border-radius: 0; }#QezNCbKkzCX4H7sWH8L45mN3fwlK6t1n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QezNCbKkzCX4H7sWH8L45mN3fwlK6t1n > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }#EMi5pB7Tynwgafsk377lTNezAvAn5yL6 { 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; }
#KVrJC4onNPPUEM7Dm8BnUQgmuZGsDR3s { 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: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; }
#QiWEMl3g7iKVcds712oynASHxZMTV0vM { 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; }
#eqr1trZ2A3trchoWSh5Tqmd9mFuk2KMR { 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; }
#vp8OZwLcpRLWrzvzcehbLWwN2nv5uFwV { 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; }
#x7bpQPd0iJK5Hkz8yEkQVlcwrLcHpeGr { 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; }
#VkGgXEt4mZxVOmCAQ8H3op8vfHOCoKMa { 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:9.875rem;left:4.3125rem;overflow:hidden;display:block; }
#hhQ33XNvyAd337I3y3dGTid1CfMUBzeU { 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:9.875rem;left:30.125rem;overflow:hidden;display:block; }
#n4Xb90aKygC9BWQlvo13nzdRkDVR6asi { 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:9.875rem;left:55.0625rem;overflow:hidden;display:block; }
#tXMtDwxfluPMRWXToyovn3kLxnLJMr2t { color:rgba(var(--color-tertiary-4),1);display:block;width:17.7493095625rem;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:11.799179077149rem;left:11.1328125rem;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; }
#UPC6MfxeIlTA95kMl8CGTnXIEG0bOT8Q { 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:11.799179077149rem;left:36.623388290405rem;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; }
#be6sOvMg6LONhUvXZApydED82rZ311QI { 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:11.799179077149rem;left:61.562494277954rem;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; }
#oeDGseciTE6v6mNeJIzHRtiMaWzOx2Qv { 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; }#oeDGseciTE6v6mNeJIzHRtiMaWzOx2Qv > .row .container { background-color: transparent; background-image: none; }#oeDGseciTE6v6mNeJIzHRtiMaWzOx2Qv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeDGseciTE6v6mNeJIzHRtiMaWzOx2Qv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeDGseciTE6v6mNeJIzHRtiMaWzOx2Qv > .row .container > .video-iframe-container { display: none; }#oeDGseciTE6v6mNeJIzHRtiMaWzOx2Qv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeDGseciTE6v6mNeJIzHRtiMaWzOx2Qv > .row > .video-iframe-container { display: none; }#oeDGseciTE6v6mNeJIzHRtiMaWzOx2Qv > .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); }#oeDGseciTE6v6mNeJIzHRtiMaWzOx2Qv > .row .container { border-width: 0; border-radius: 0; }#oeDGseciTE6v6mNeJIzHRtiMaWzOx2Qv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oeDGseciTE6v6mNeJIzHRtiMaWzOx2Qv > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:75rem;position:relative;display:block; }#DvvskDrKSK7RekiDTNNAeUqBnWdGyCia { 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; }
#x2f7TLQncRyEa5GSVtA6Ats3RaB44bAr { 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: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; }
#yK3IHzzzBeEHoHyMe7uxDw3CyKu2BQbK { 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; }
#WorpCBRs5xFkaRxkeChAmgkkdiWS6y5Z { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;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.2495422363281rem;left:29.374998092651rem;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; }
#fmaQzLkRCVqWP4OFuzlqxDaT4A1P5Bma { 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:8.9375rem;left:3.5625rem;overflow:hidden;display:block; }
#TswQwLnnaghfo3fKFolEvQqbeHt8VRaI { 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:8.9375rem;left:29.375rem;overflow:hidden;display:block; }
#qdLW2009Sz45uHv8tWxc7Xf1dRguNs5q { 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:11.0625rem;left:10.125rem;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; }
#wJ0FlT7FqWRkqHFilmMcPgIQalxEZgcW { 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:11.0625rem;left:35.8125rem;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; }
#k97QgpmB9UROO3T3zVlDGaCEmno50R7H { 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; }
#n3HpirJF97vZdoBxgp2TGh0ThlcPxu6R { 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; }
#IA7oNwpDyaloLZzUhnkFfzX5q409NBfO { 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:8.9375rem;left:54.3125rem;overflow:hidden;display:block; }
#vFqQKtbpEcy21D9N5yr5Wu15tCGMDzLG { 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:11.125rem;left:60.8125rem;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; }
#kqfCtQkN5BUSnGu5nTkxQIwB1oJ4CXCS { 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; }#kqfCtQkN5BUSnGu5nTkxQIwB1oJ4CXCS > .row .container { background-color: transparent; background-image: none; }#kqfCtQkN5BUSnGu5nTkxQIwB1oJ4CXCS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqfCtQkN5BUSnGu5nTkxQIwB1oJ4CXCS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqfCtQkN5BUSnGu5nTkxQIwB1oJ4CXCS > .row .container > .video-iframe-container { display: none; }#kqfCtQkN5BUSnGu5nTkxQIwB1oJ4CXCS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqfCtQkN5BUSnGu5nTkxQIwB1oJ4CXCS > .row > .video-iframe-container { display: none; }#kqfCtQkN5BUSnGu5nTkxQIwB1oJ4CXCS > .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); }#kqfCtQkN5BUSnGu5nTkxQIwB1oJ4CXCS > .row .container { border-width: 0; border-radius: 0; }#kqfCtQkN5BUSnGu5nTkxQIwB1oJ4CXCS > .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; }#kqfCtQkN5BUSnGu5nTkxQIwB1oJ4CXCS > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;position:relative;display:block; }#Adzb9O5kzhV5UQ9RENuu00EaQbBRT27k { 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; }
#ItXV8dhezuQKQBwzQEUMNO6uZuL70f2D { 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; }
#CVoof9GJ9LXoTeHvO4yk5xqJ4BJO0Bdi { 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; }
#SJa6hai63vnqaStqBo3SvCzGJydB6Bar { 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; }#SJa6hai63vnqaStqBo3SvCzGJydB6Bar > .row .container { background-color: transparent; background-image: none; }#SJa6hai63vnqaStqBo3SvCzGJydB6Bar::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJa6hai63vnqaStqBo3SvCzGJydB6Bar > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJa6hai63vnqaStqBo3SvCzGJydB6Bar > .row .container > .video-iframe-container { display: none; }#SJa6hai63vnqaStqBo3SvCzGJydB6Bar > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJa6hai63vnqaStqBo3SvCzGJydB6Bar > .row > .video-iframe-container { display: none; }#SJa6hai63vnqaStqBo3SvCzGJydB6Bar > .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); }#SJa6hai63vnqaStqBo3SvCzGJydB6Bar > .row .container { border-width: 0; border-radius: 0; }#SJa6hai63vnqaStqBo3SvCzGJydB6Bar > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SJa6hai63vnqaStqBo3SvCzGJydB6Bar > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#F96fz3PmTDtrwoiEixJaPLHL4t5ldTEE { 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; }
#PbnluyFJq4rx9IJfeI5z5FWTQ0wi4T1f { 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; }
#cDJwqGzix3V62JwIevFQXhmoQfncQhn3 { 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; }
#KB42bFTkzzTsxQUoRu5y8C6iG9dpyJh2 { 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; }
#XxdlUxRT1GDIEPoXyhX7lsm2gmw4e43J { 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; }
#k1TaESRGe2VZXQadwp6uwChJvnqQkPf7 { 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; }
#vX7nTn5CWRcfpXWFcz8yNy8J7ya5i3MX { 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; }
#NuL8kdWi0DBDKrR8qXwDfxipWQFfXIVl { 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; }
#zv1HP7whKTPWCo07NGua9DmutcDQqmx0 { 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; }
#xE6T088tZ3qLasbMgVF8QJTlGxmD53Xp { 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-tertiary-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; }
#UuB4Q6FPUuv3BKDotuQdPBv0vdbCohWG { 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; }
#NnMM807FpNwRsbVB1JRgmDuOuImF0VtK { 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-tertiary-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; }
#ts5pGHd32z9wlK1J28xUzz9SgioXIkhy { 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; }
#gTndlX7TtnZsD9y8qWaL73vJ9J6svBTC { 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; }
#TmTNewFzM1KXxtyuAAsn0T6l1X1TexeD { 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; }
#yovTyTchlz96lh1XQ7OTc4gp5ArKfkco { 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; }
#n6gP5wVXEbBgRkkyhiaDWkq0IbUBLCKs { 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-tertiary-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; }
#JRanTpfJgFAe7tgEnps9TqtbUfAyLzN0 { 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; }
#GfHKDgi13r5lqLwEfH11T9bP6Mid6eUG { 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; }
#AkD1g21K2p85XmKqOXTVQNkHS49H2VgZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f7e4d9);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f7e4d9);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f7e4d9);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f7e4d9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f7e4d9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f7e4d9' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f7e4d9);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; }#AkD1g21K2p85XmKqOXTVQNkHS49H2VgZ > .row .container { background-color: transparent; background-image: none; }#AkD1g21K2p85XmKqOXTVQNkHS49H2VgZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkD1g21K2p85XmKqOXTVQNkHS49H2VgZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkD1g21K2p85XmKqOXTVQNkHS49H2VgZ > .row .container > .video-iframe-container { display: none; }#AkD1g21K2p85XmKqOXTVQNkHS49H2VgZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkD1g21K2p85XmKqOXTVQNkHS49H2VgZ > .row > .video-iframe-container { display: none; }#AkD1g21K2p85XmKqOXTVQNkHS49H2VgZ > .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); }#AkD1g21K2p85XmKqOXTVQNkHS49H2VgZ > .row .container { border-width: 0; border-radius: 0; }#AkD1g21K2p85XmKqOXTVQNkHS49H2VgZ > .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; }#AkD1g21K2p85XmKqOXTVQNkHS49H2VgZ > .row .container { font-size:0.875rem;font-family:arial;height:46.8125rem;width:75rem;position:relative;display:block; }#UBXcEooNKoHDqlhGm9s3CdLnp6tyltBp { 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:18.4375rem;width:14.75rem;top:28.289306640625rem;left:57.056520462036rem;overflow:hidden;display:block; }
#CWyuDlIzzvekI0ExArKqDbvfvrNXFMxo { 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.0625rem;width:8.8125rem;top:2.4880676269531rem;left:2.5620403289795rem;overflow:hidden;display:block; }
#wNwuk72SapHUTlZL9B8szRe8pg9nQ6N6 { 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; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h .widget-form-header {  }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h .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; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h .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; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h .widget-input-text {padding-top: 0; padding-bottom: 0;}#HIceLxvaba10x2xvD4icv06XBpoy5v8h .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; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h .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; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h .widget-input-select {padding-top: 0; padding-bottom: 0;}#HIceLxvaba10x2xvD4icv06XBpoy5v8h .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; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#HIceLxvaba10x2xvD4icv06XBpoy5v8h .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-tertiary-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; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h .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; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h .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; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h .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; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h .widget-container:first-of-type{padding-top:0;}#HIceLxvaba10x2xvD4icv06XBpoy5v8h .widget-container:last-of-type{padding-bottom:0;}#HIceLxvaba10x2xvD4icv06XBpoy5v8h  { 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; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:36.625rem;display:block;vertical-align:top; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h .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; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h {display:block;}#HIceLxvaba10x2xvD4icv06XBpoy5v8h { 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; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h #BCwT0rBsMo3ak5uVQkPoEvoHB18IJQ0l { position:relative; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h #b8tGWKwqiGAmLn5nMpKtCRDQTOMZcrUT { position:relative;display:block; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h #EfCbc3knp9UTbaeitpwT3TWkBgCAvOXc { position:relative; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h #x87DopSqfkR9iXRCnMReg4rAXElOrQDN { position:relative; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h #s47rW6ITpMEyfkrbWo7gN8IvTvV8CJfO { position:relative;display:none; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h #esO9yPRk5vtedOBCrZBmJwvwZ8v2xGq7 { position:relative; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h #gZT1cgg1QQ38l5bxJJa0AmQ4KNLsrX8O { position:relative; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h #H9t2RrRemmOGZ1fDaoWH1XfRNWCk4vNx { position:relative;display:none; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h #Vn3BBFCLETNpKCrvK6WIzJSp05oyZ4Zu { position:relative; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h #fPZ2bCWvvdL3yN7Hk4V7RZOtfOKf5LqU { position:relative; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h #UEr4yFWnq2I5i4uvCrTSbGvSNa5ZNxK6 { position:relative;display:none; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h #BSo6VzGpTy4FiUUTiflvSHVBX3au7vNB { position:relative; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h #IQDQTResptqlv08oWdGTLRQSoTAOQ1z2 { position:relative; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h #BRaTxwpK6hQp65lKPDCFeHtc1UKlNvEk { position:relative;display:none; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h #zyDySql0mUBkNIiEtolQIuDBImXPgNf0 { position:relative; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h #FLbfQn6PATNzzPrGRK1x76k8yctrwWfw { position:relative; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h #Em7HwQwq0C1Ky5om42iDaDb9yiLsUy76 { position:relative;z-index:2; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h #SEK440SXPLGP5gv21fCugJDpZX98DzsK { position:relative; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h #evQ5vXsSganT12elCaBBoUHxSdWGS3hA { position:relative; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h #KTw5r1mftOHXhfTtWGcBzShDnan7Z2ZC { position:relative;z-index:2; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h #qGU4lX0btrH6z4EgdrRxTDrTKoyMXc2a { position:relative; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h #ZLGNQLPns9nLeINdE1gGyTDX8KTKv8dH { position:relative; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h #PzXI9v3H61Z5TxTINJJ4WzchTHB35ye3 { position:relative;z-index:2; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h #Kg4EuzwMM9GRfzXVC6r3paNgTWVr2Xlm { position:relative; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h #QinrGRzTNw2MGxIKDPTFqsJy25uTEBo4 { position:relative; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h #lQmHuWH4VTB5HvoNRaP6JtMZLZ38TOwk { position:relative; }
#FvOeyLfpK0NopH8PqkOwhthlwymquMul { 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; }#FvOeyLfpK0NopH8PqkOwhthlwymquMul > .row .container { background-color: transparent; background-image: none; }#FvOeyLfpK0NopH8PqkOwhthlwymquMul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FvOeyLfpK0NopH8PqkOwhthlwymquMul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FvOeyLfpK0NopH8PqkOwhthlwymquMul > .row .container > .video-iframe-container { display: none; }#FvOeyLfpK0NopH8PqkOwhthlwymquMul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FvOeyLfpK0NopH8PqkOwhthlwymquMul > .row > .video-iframe-container { display: none; }#FvOeyLfpK0NopH8PqkOwhthlwymquMul > .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); }#FvOeyLfpK0NopH8PqkOwhthlwymquMul > .row .container { border-width: 0; border-radius: 0; }#FvOeyLfpK0NopH8PqkOwhthlwymquMul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FvOeyLfpK0NopH8PqkOwhthlwymquMul > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;position:relative;display:block; }#W74B1X1Kr24DOxWUFEniI8n2JWSsxl03 { 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; }
#CJLsNWa0H8V3tyHdUceDKaBezGsdyMDF { 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; }
#DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT .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; }
#DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT .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; }
#DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-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; }
#DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT { 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; }
#DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT #TzuIPsLknOAa7l0vEEvpMaZAcTBmMHAn { display:flex;position:relative;top:0rem;left:0rem; }
#DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT #TXTpaOuWWLtwTntHvkvW5NJxXBb4KRxG { width:auto; }
#DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT #LJVAea2NM2L8TzpOZTMTUJs68QoNHlHy {  }
#DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT #Q2cG9hQ08vkTi9z6LyTU4gNRzOvGXDL4 { display:flex;position:relative;top:0rem;left:0rem; }
#DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT #NF2OeNNng3ZvRO82byHqvWf2sPee0swN {  }
#DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT #nOgdcvTlxwrE2aCtT5iDhltE1d9M3pL1 {  }
#DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT #X4i2wLcxulJkWLSOO7pnUfeGXHSKTv3o { display:flex;position:relative;top:0rem;left:0rem; }
#DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT #NwLWXTynviiCaqEUFuVScuDqs3Shu6wm {  }
#DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT #PE2DchgTZeMXb50daZ65T7mIhMoBTShM {  }
#DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT #IMzqlkxC8Ce2m7kNmq54eTKp6rh6O2Wt { display:flex;position:relative;top:0rem;left:0rem; }
#DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT #v2zIplmKiGH8ZCJKJ3h8O9u9rc2WTVk7 {  }
#DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT #GLlUvIuxcrrRyAFg79VK8EHbCpDtAzhr {  }
#ETkEKqWteZGh3PuvxBVT12csQDc3bnzi { 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; }#ETkEKqWteZGh3PuvxBVT12csQDc3bnzi > .row .container { background-color: transparent; background-image: none; }#ETkEKqWteZGh3PuvxBVT12csQDc3bnzi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETkEKqWteZGh3PuvxBVT12csQDc3bnzi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETkEKqWteZGh3PuvxBVT12csQDc3bnzi > .row .container > .video-iframe-container { display: none; }#ETkEKqWteZGh3PuvxBVT12csQDc3bnzi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETkEKqWteZGh3PuvxBVT12csQDc3bnzi > .row > .video-iframe-container { display: none; }#ETkEKqWteZGh3PuvxBVT12csQDc3bnzi > .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); }#ETkEKqWteZGh3PuvxBVT12csQDc3bnzi > .row .container { border-width: 0; border-radius: 0; }#ETkEKqWteZGh3PuvxBVT12csQDc3bnzi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETkEKqWteZGh3PuvxBVT12csQDc3bnzi > .row .container { font-size:0.875rem;font-family:arial;height:101.0625rem;width:75rem;position:relative;display:block; }#vvgkoAarwllk7hJcAJpDJH2TeCcV5lcV { 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; }
#T42WbiuifzC9xv3nuPIxv23udgl9ahcf { 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; }
#QygzsRm7wrboP7yqyzLMPtKvt0CvqNUB { 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; }
#BUiToZvRFocsW3q4cBVTfXxazuPAimTV { 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:6rem;width:8.5rem;top:1.6348876953125rem;left:0.884651184082rem;overflow:hidden;display:block; }
#SwrTmEvxeEFwz5oh3No154S2aHMH1pXF { 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.4993105rem;width:9.3118105rem;top:2.28515625rem;left:65.688188552856rem;overflow:hidden;display:block; }
#Wh2kUFsLTF2giNwdflTOTfy7JmZBWVmG { 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; }
#xozzSXSGzxRLGNlCQVZMQaf6pwai1kXv { 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; }
#vOaJgoABqLkpU2L5bFoQEs70EnpTDfIS { 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; }
#LxtSrDVkNX4GnL0HbLCcTAVakisJE6hl { 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; }
#Ad2hmkfesJzWwLVDiEPpapariSqB1Ot2 { 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; }
#sggukZT1NOX1GIz7COyQAa4aVS1Kcqyr { 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; }
#qdTTpEHgCs7KLhTWqNebuXhA8kP6bFVA { 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; }
#B2vlB9LAeZhhSTmAFtvc4sPCZKMuQE9A { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,165,128,0.62), rgba(255,245,232,0.65));background-image: -moz-linear-gradient(180deg, rgba(229,165,128,0.62), rgba(255,245,232,0.65));background-image: -ms-linear-gradient(180deg, rgba(229,165,128,0.62), rgba(255,245,232,0.65));background-image: -o-linear-gradient(180deg, rgba(229,165,128,0.62), rgba(255,245,232,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a5809e', endColorstr='#fff5e8a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a5809e', endColorstr='#fff5e8a5' );";background-image: linear-gradient(180deg, rgba(229,165,128,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(229,165,128,0.6) ;height:10.8125rem;width:26.3125rem;top:62.875rem;left:2.375rem;display:block; }
#ydIfsdsCfxaIZGkG7lR1Vp1cA0agXhJ7 { 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; }
#LJapTVN9lBqMFtS7pOaC0oPgrrzVv5GL { 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; }
#LVmsg40U3J84o3ZDMTGHUZZWZwchzILP { 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; }
#t9NQUWckqr6REkvrc4e6rzXpUAfEIGpw { 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; }
#QSOHnlv20yupniFObxIuPHZzgDAitz4T { 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; }
#vcVX1RW7mzTB2gBc5faSRPQtRQpDfACr { 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; }
#C5Wic5HIqSHlKHBxyQMMITXLP96l5q2M { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.62));background-image: -moz-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.62));background-image: -ms-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.62));background-image: -o-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e89e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e89e' );";background-image: linear-gradient(180deg, rgba(229,165,128,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(229,165,128,0.6) ;height:10.8125rem;width:26.3125rem;top:74.75rem;left:2.375rem;display:block; }
#aKOUXWTi7xENuG4dA7BkuNJM0RMty6xx { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.62));background-image: -moz-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.62));background-image: -ms-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.62));background-image: -o-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e89e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e89e' );";background-image: linear-gradient(180deg, rgba(229,165,128,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(229,165,128,0.6) ;height:10.8125rem;width:26.3125rem;top:86.6875rem;left:2.375rem;display:block; }
#onb1r1vuPPar05Cf268EqDMTT5nLpaKh { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.62));background-image: -moz-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.62));background-image: -ms-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.62));background-image: -o-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e89e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e89e' );";background-image: linear-gradient(180deg, rgba(229,165,128,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(229,165,128,0.6) ;height:13.6875rem;width:19.3125rem;top:69.6875rem;left:54.875rem;display:block; }
#Jm1l5mRKzBTX58BVvd979qmHhi61S0ZI { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.62));background-image: -moz-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.62));background-image: -ms-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.62));background-image: -o-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e89e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e89e' );";background-image: linear-gradient(180deg, rgba(229,165,128,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(229,165,128,0.6) ;height:13.6875rem;width:19.3125rem;top:65rem;left:31.4375rem;display:block; }
#TKgk8PhLDFZcmlag3PasOG10BbpvVOIJ { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.62));background-image: -moz-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.62));background-image: -ms-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.62));background-image: -o-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e89e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e89e' );";background-image: linear-gradient(180deg, rgba(229,165,128,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(229,165,128,0.6) ;height:13.6875rem;width:19.3125rem;top:84.625rem;left:34.3125rem;display:block; }
#BZTJpF25ZT0W0WTQRtgQwxeU9DIsouUu { 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(229,165,128,0.65));background-image: -moz-linear-gradient(180deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-image: -ms-linear-gradient(180deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-image: -o-linear-gradient(180deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='#e5a580a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='#e5a580a5' );";background-image: linear-gradient(180deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(229,165,128,0.59) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:81.125rem;left:31.1875rem;display:block; }
#QTJnBzgBDnnWRksQRAzyknIuLXXH3117 { 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(229,165,128,0.65));background-image: -moz-linear-gradient(237deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-image: -ms-linear-gradient(237deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-image: -o-linear-gradient(237deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='#e5a580a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='#e5a580a5' );";background-image: linear-gradient(237deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(229,165,128,0.59) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:85.875rem;left:68rem;display:block; }
#lSEulFSxFlxnJVPRHn1rAXTsRKvRp2dV { 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(229,165,128,0.65));background-image: -moz-linear-gradient(83deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-image: -ms-linear-gradient(83deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-image: -o-linear-gradient(83deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='#e5a580a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='#e5a580a5' );";background-image: linear-gradient(83deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(229,165,128,0.59) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:63.875rem;left:53.625rem;display:block; }
#phOgZ0d9Qfk2MS7qWENpUluTwP332Nqf { 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(229,165,128,0.65));background-image: -moz-linear-gradient(246deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-image: -ms-linear-gradient(246deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-image: -o-linear-gradient(246deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='#e5a580a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='#e5a580a5' );";background-image: linear-gradient(246deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(229,165,128,0.59) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:62rem;left:49.75rem;display:block; }
#Lmc73wBMgcZlcllx1ENDnJKI0wSiellJ { 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(229,165,128,0.65));background-image: -moz-linear-gradient(252deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-image: -ms-linear-gradient(252deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-image: -o-linear-gradient(252deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='#e5a580a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='#e5a580a5' );";background-image: linear-gradient(252deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(229,165,128,0.59) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:82.125rem;left:46.6875rem;display:block; }
#JiweFiZxaOIOeDT16uUiVhX7X6Dzo3LI { 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(229,165,128,0.65));background-image: -moz-linear-gradient(180deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-image: -ms-linear-gradient(180deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-image: -o-linear-gradient(180deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='#e5a580a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='#e5a580a5' );";background-image: linear-gradient(180deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(229,165,128,0.59) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:80.3125rem;left:43.6875rem;display:block; }
#sTZi8Kftf2UlFTqMyHL3m3PadaRbNVqx { 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(229,165,128,0.65));background-image: -moz-linear-gradient(128deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-image: -ms-linear-gradient(128deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-image: -o-linear-gradient(128deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='#e5a580a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='#e5a580a5' );";background-image: linear-gradient(128deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(229,165,128,0.59) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:79.25rem;left:50.125rem;display:block; }
#NwctdshE9HbPcXnUqhTCJmOUQLmzTOVg { 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(229,165,128,0.65));background-image: -moz-linear-gradient(172deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-image: -ms-linear-gradient(172deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-image: -o-linear-gradient(172deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='#e5a580a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='#e5a580a5' );";background-image: linear-gradient(172deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(229,165,128,0.59) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:61.4375rem;left:65.4375rem;display:block; }
#u4WwoSIpyidL0WwZWMib7V6zyFlEhqSR { 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; }
#ggnupbRpCd0tItXmkVpHDZ1bqGTsW44g { 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; }
#cKm1034eto4EXf0AVxRu5s1xGqzFWtX4 { 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; }
#PTVTZLhIV8H4DsO86kxhEtF0KFvmIbk2 { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,165,128,0.7), rgba(255,245,232,0.65));background-image: -moz-linear-gradient(180deg, rgba(229,165,128,0.7), rgba(255,245,232,0.65));background-image: -ms-linear-gradient(180deg, rgba(229,165,128,0.7), rgba(255,245,232,0.65));background-image: -o-linear-gradient(180deg, rgba(229,165,128,0.7), rgba(255,245,232,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580b2', endColorstr='#fff5e8a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580b2', endColorstr='#fff5e8a5' );";background-image: linear-gradient(180deg, rgba(229,165,128,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(229,165,128,0.59) ;height:35.75rem;width:20rem;top:9.5rem;left:27.5rem;display:block; }
#a4hC1TD4AgFOKfTPa9wQtCkkenkXRAbO { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,165,128,0.7), rgba(255,245,232,0.65));background-image: -moz-linear-gradient(180deg, rgba(229,165,128,0.7), rgba(255,245,232,0.65));background-image: -ms-linear-gradient(180deg, rgba(229,165,128,0.7), rgba(255,245,232,0.65));background-image: -o-linear-gradient(180deg, rgba(229,165,128,0.7), rgba(255,245,232,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580b2', endColorstr='#fff5e8a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580b2', endColorstr='#fff5e8a5' );";background-image: linear-gradient(180deg, rgba(229,165,128,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(229,165,128,0.59) ;height:35.75rem;width:20rem;top:9.5625rem;left:6.25rem;display:block; }
#kQ0veJaTiWaNQs9a2WzbeFMrZF1kRLbz { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,165,128,0.7), rgba(255,245,232,0.7));background-image: -moz-linear-gradient(180deg, rgba(229,165,128,0.7), rgba(255,245,232,0.7));background-image: -ms-linear-gradient(180deg, rgba(229,165,128,0.7), rgba(255,245,232,0.7));background-image: -o-linear-gradient(180deg, rgba(229,165,128,0.7), rgba(255,245,232,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580b2', endColorstr='#fff5e8b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580b2', endColorstr='#fff5e8b2' );";background-image: linear-gradient(180deg, rgba(229,165,128,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(229,165,128,0.59) ;height:35.75rem;width:20rem;top:9.5rem;left:48.75rem;display:block; }
#mveew8eToU0oNiJZuqeIPQXf85Ie4TaM { 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; }
#Tix2F2Lhh0B1OWNfW3RFs8y4Awr5XzQ4 { 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; }
#GPPUiP5NSzcm1lCMmeCL2G7AHxhTOl4C { 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; }
#RoLe0yTpVNBsN1aCRgFB8HkcoWH6dqTJ { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,165,128,0.7), rgba(255,245,232,0.65));background-image: -moz-linear-gradient(180deg, rgba(229,165,128,0.7), rgba(255,245,232,0.65));background-image: -ms-linear-gradient(180deg, rgba(229,165,128,0.7), rgba(255,245,232,0.65));background-image: -o-linear-gradient(180deg, rgba(229,165,128,0.7), rgba(255,245,232,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580b2', endColorstr='#fff5e8a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580b2', endColorstr='#fff5e8a5' );";background-image: linear-gradient(180deg, rgba(229,165,128,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(229,165,128,0.59) ;height:11.625rem;width:62.5625rem;top:47.4375rem;left:7rem;display:block; }
#qlNGbsezTVSLSGtTU9m7qgUkbUF2kpTw { 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; }
#NWLNiID5doJTTK7BH0Cntdsm6Tqt14fs { 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; }
#QtGBVf5tFGVZr8v1t492NFU3IlxqWN3I { 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; }
#UWvVLs8nxMRywmoXZLFT0QLh5XaFcVQr { 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; }
#qQL6qn8LJVTKCL2oQWaTq1Uuk6eIqcTl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#qQL6qn8LJVTKCL2oQWaTq1Uuk6eIqcTl > .row .container { background-color: transparent; background-image: none; }#qQL6qn8LJVTKCL2oQWaTq1Uuk6eIqcTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qQL6qn8LJVTKCL2oQWaTq1Uuk6eIqcTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qQL6qn8LJVTKCL2oQWaTq1Uuk6eIqcTl > .row .container > .video-iframe-container { display: none; }#qQL6qn8LJVTKCL2oQWaTq1Uuk6eIqcTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qQL6qn8LJVTKCL2oQWaTq1Uuk6eIqcTl > .row > .video-iframe-container { display: none; }#qQL6qn8LJVTKCL2oQWaTq1Uuk6eIqcTl > .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); }#qQL6qn8LJVTKCL2oQWaTq1Uuk6eIqcTl > .row .container { border-width: 0; border-radius: 0; }#qQL6qn8LJVTKCL2oQWaTq1Uuk6eIqcTl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qQL6qn8LJVTKCL2oQWaTq1Uuk6eIqcTl > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;position:relative;display:block; }#uAZ5boizLmEeQ94FL19So5ogLwP0OIBV { 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; }
#WEUkHt2pxav7QLGr0vEzGPsnzHzrOuAy { 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; }
#ktSTxx26bv6nF1ALPS9Zyq9AexGk8Uws { 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; }#ktSTxx26bv6nF1ALPS9Zyq9AexGk8Uws > .row .container { background-color: transparent; background-image: none; }#ktSTxx26bv6nF1ALPS9Zyq9AexGk8Uws::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktSTxx26bv6nF1ALPS9Zyq9AexGk8Uws > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktSTxx26bv6nF1ALPS9Zyq9AexGk8Uws > .row .container > .video-iframe-container { display: none; }#ktSTxx26bv6nF1ALPS9Zyq9AexGk8Uws > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktSTxx26bv6nF1ALPS9Zyq9AexGk8Uws > .row > .video-iframe-container { display: none; }#ktSTxx26bv6nF1ALPS9Zyq9AexGk8Uws > .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); }#ktSTxx26bv6nF1ALPS9Zyq9AexGk8Uws > .row .container { border-width: 0; border-radius: 0; }#ktSTxx26bv6nF1ALPS9Zyq9AexGk8Uws > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ktSTxx26bv6nF1ALPS9Zyq9AexGk8Uws > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:75rem;overflow:visible;position:relative;display:block; }#v1MoR5ht0cwB6UoTwJ8T3CRqTeVGecBX { 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; }
#XHIO0Nc4HE6TbiNZ4P4iUIwtgFMaGX2M { 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; }
#NelgyssZqJ5GKmUObRkxTwDDeOFQTEOk { 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; }
#KNX2AktZ8wLsCD3by88qNwRh3l5nE2x2 { 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; }
#TLZTbbcSxCScJrCXu2Qiz0Bcu7fi8vvl { 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; }
#yETIDMpB8kGR8kXKx7IOhlP5cHbcUPZH { 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; }
#bDk3EUiH5aHOIR7yq4oLAoKHBqRTrKI6 { 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; }
#IyXf28kVUrZOc8rZaCISvX9oKs3r16xM { 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; }
#i7qsNMuHr578A5MnvlNyEkiFytWog1es { 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; }
#HPAiG2TadxeUoyeHyU8ZL1zRZilNlf5g { 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; }
#AEGKyrez6iPRt8zLBW9UsdD98gdKG8op { 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; }
#sNuQbAOfvnTVqFib7cnLq1GufMH2xlHF { 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; }
#xaV4SaTWSW4sENQfARAoxZzc6Tpz1esu { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),0.61));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),0.61));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),0.61));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),0.61));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),0.61)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),0.61)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-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; }
#D9ZWmUPQd6gcThWndHsHg5Ved6gMU428 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AQUVUnWyywQxWvFG1ZIp44HBU6xphn9m { 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:9rem;width:9.1875rem;top:4.8690490722656rem;left:62.340303421021rem;overflow:hidden;display:block; }
#lkMQaDzIy8gI47IFAuHMnWV62OP39DHX { 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:11.7497701875rem;width:9.2497701875rem;top:2.0611267089844rem;left:2.4712772369385rem;overflow:hidden;display:block; }
#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 { 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; }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row .container { background-color: transparent; background-image: none; }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row .container > .video-iframe-container { display: none; }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row > .video-iframe-container { display: none; }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .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); }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row .container { border-width: 0; border-radius: 0; }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#aWIKsZiJrQPLLTBRiA88Du3XuEkxWU48 { 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; }
#UnGvd0srai3pUlW386eI4UKMUc0uhie5 { color:rgba(var(--color-tertiary-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; }
#nVTVVafFaH6mG5SWNntAqZVqaCaN2NkN { 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; }
#oSNVtqF1GQ8zxuwDU7wVunHTzWJb58Nf { 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-tertiary-2),1);background-image:none;top:4.875rem;left:54.5625rem;display:block; }
#DUlklRQsNCBJE6MI10WsRi9WmUXqX4LT { 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; }
#DUlklRQsNCBJE6MI10WsRi9WmUXqX4LT > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#F1LbKg8LOdtIvBF6vcvuobvGKTDcAMnU { 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-tertiary-2),1);background-image:none;top:4.875rem;left:58.8125rem;display:block; }
#VtNqK261FwD63Bzlzyodz3P6trHxC5zx { 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; }
#VtNqK261FwD63Bzlzyodz3P6trHxC5zx > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#umRMRo98d9ALDGBfk8nBkhNXl9VSbEu2 { 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-tertiary-2),1);background-image:none;top:4.9375rem;left:63.0625rem;display:block; }
#f5fiVuIooOSw16ofM108J3SSBzSGBQZa { 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; }
#f5fiVuIooOSw16ofM108J3SSBzSGBQZa > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#FhScmmh8n6nOOxO0F1n5H5a32TbH2xSJ { 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; }
#qTNpLNTeRcPcKRgFnSqC7GuoLdQA8tue { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QfJklziCWlTdge1JNTbI1vUUJXezPcBN { 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; }
#Rv3gUdPyAHuS0gR8t1QlMPpHrcR9L55e { color:rgba(var(--color-tertiary-0),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; }
#VAVG2UTM4HholEz2IsW3LcQPmvSSAWKw { 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:16.8106613125rem;width:23.8740806875rem;top:0.70773315429688rem;left:26.873849868774rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dMcJ41rlfvStc4zPsXGy4rTfpDexJUev { display:block; }#dMcJ41rlfvStc4zPsXGy4rTfpDexJUev > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o71kTGfX4pd3GvxJz5B5W6L8nKAMU85Z { top:1.875rem;left:16.8125rem;width:30.9375rem;height:38.9993095625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzTtLS6Jm4qUh1qar00ZCJh8KZyqSr1X { top:11.9375rem;left:0rem;width:44.6875rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeSNisXKuAZbhDzl13bpANLvCbW1LHrp { top:23.9375rem;left:0rem;width:24.1875rem;height:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiywHqhppmwHOCP4zrXqz181pcekFiTS { top:7.9375rem;left:0rem;width:24.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0o4JvynNPcEto6Lc2tlMrRAbXQmK6Xs { width:13.5625rem;height:3.9375rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVGVgz8N9gNAExUbx3EZTGuxIJW5p2hA { display:block; }
 }@media only screen and (max-width: 763px) { #EbhX0xaQetpAtARFyupWBCGGv4T00Sfb { top:0.8125rem;left:39rem;width:8.75rem;height:8.4995403125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTnXT0ru72xk2hIhEccBpSVxxZvUpUkk { top:8.5rem;left:0rem;width:22.375rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkCSsRyEaKRL0DUNvQZyLqCuTfN4oBC1 { width:13.4375rem;height:4.0625rem;top:32.0625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgBz76cJflGraKD3QdVmTEvKTUEl3T6P { display:block; }
 }@media only screen and (max-width: 763px) { #G0MtMack2hTM4IAmBriScuTJIDVfoLyW { top:37.75rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZSszMWcC7Pd19sisPwa5XKmp6D6nhs8 { top:37.6875rem;left:0rem;width:8.625rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifOS6icmmf0VBWifiZxyXbdprwV7LvFA { top:37.75rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TovaJ6GhRLS6mwQPsBLborK1TxilRG9q { top:37.6875rem;left:0rem;width:20.6875rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNEzcizZDo2TOTH62S6Txk2DRuLTm7Gw { top:37.75rem;left:20.5rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyUOBVmHR7TL3Lvob7sQAlI5mK70chuH { top:37.6875rem;left:22.1875rem;width:8.625rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w60B5OsrukBHH020RTFTCIGrIQ0IHzBH { top:0rem;left:0rem;width:24.4375rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIg5NzduvSOrVvIbOFoTkbaPOLGT5bLl { top:16.1875rem;left:6.8104305267331rem;width:16.0625rem;height:0.93387964657959rem;display:block; }
 }@media only screen and (max-width: 763px) { #SchENFiTM6Bh4TWMywhZwZ08ykMi0ke7 { top:26.1875rem;left:22.132120132446rem;width:7.5625rem;height:5.3311294540626rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pwh4xN18NrZqhVimBeqTT8uoVwuFSnby { display:block; }#Pwh4xN18NrZqhVimBeqTT8uoVwuFSnby > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X7M2e7tdyD0UZGKKQkOHMTRAxoqTeK3O { top:1.6875rem;left:0rem;width:7.5rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVQdn0Tf7Jp9aq6Srhrwu5K5eVg1tSi9 { 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) { #J4tXFtkaLB5GZOSz1iVKKA1gXMRIAJEC { 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) { #fZoBZUcdZs3euhdiRHohwNH7EqRrCTRM { 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) { #Bexmvnllx0D3S9C3KgsGhGEQVwe8MDb5 { top:1.3125rem;left:6.0625rem;width:0.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioXtzzBqWJrdz87Pc5zbiNz9oHHT4pBk { top:1.3125rem;left:24.25rem;width:0.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V537KUpQQPESJxDo1LH4flKPWGwE9iuR { top:1.375rem;left:40.625rem;width:0.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yv7ttpndDVhXfHc98gKNyczakruL7ga4 { top:0.8125rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfwvOP54Q84DyakaGvZ45i6ohXlC1BEi { top:0.8125rem;left:7.9375rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKx8aUnpnwaszxC2m3yiWCQE9DDOgnld { top:0.8125rem;left:25.6875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmMfkkH51XTJUJTnZUeu5cyMeZg27o2J { top:0.8125rem;left:41.75rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugvHdqULUTN853sMJCS81wcWtRtPuCEq { display:block; }#ugvHdqULUTN853sMJCS81wcWtRtPuCEq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lEia8ZR7tG73K8axqk0UVSSmwEJzSfwh { top:3.9375rem;left:0rem;width:47.75rem;height:8.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdrfz7w0WxdSIJ6k5T9pOhh7nIShmqbn { top:27.1875rem;left:0rem;width:16.0625rem;height:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mALFC3O633E65VJamXrubTSsnapAvmw6 { top:15.375rem;left:0rem;width:20.25rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #veM1kLZsOKGqAu4eZqRhT2I7U5lpoI6Q { top:24.1875rem;left:0rem;width:16.0625rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4aUaodd1DtBeJsTzdgyBReBrlMNih5T { top:17.875rem;left:0rem;width:7.5625rem;height:5.2069111389831rem;display:block; }
 }@media only screen and (max-width: 763px) { #UynqoDoyBhUqncVAhmuyedOc1JtJ0MTh { top:27.125rem;left:16.242876052856rem;width:16.0625rem;height:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ie96GiK9v5DRGBf5Hb6SGyrK3lbkDBfy { top:15.375rem;left:14rem;width:20.25rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2P1aSqJK9e1TqHt4a5hML5VgT2Ukz3m { 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) { #E6p12l3HxhBhHaL90eGGnO9EKLXiW1NZ { top:17.875rem;left:20.616727828979rem;width:7.3125rem;height:5.2049870104851rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH1OiKkMvI6aweb2TRw2iLkbAtBVeVsL { top:15.3125rem;left:27.125rem;width:20.25rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeRKpyi6JP6l6aTnmTdnsFBhPTQpIEgr { top:27.1875rem;left:32.75rem;width:15rem;height:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNdQmqOWK96Bh1a0rF9wNaxCs2LUSJ4c { 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) { #VuOoeeS6BgkCv2nd35NaptZK6FTwTsNf { top:17.0625rem;left:40.125rem;width:7.5625rem;height:5.3311294540626rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQaqW1PNKfG1OoLv9lb6pzmiiUUokzfp { top:12.125rem;left:31.114198684693rem;width:12rem;height:0.74521376244044rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXSusy7XCbCPdh50VBHTfJyhTuBS9Ifl { display:block; }#aXSusy7XCbCPdh50VBHTfJyhTuBS9Ifl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IT2u0qvkmgq1rSfJiAP9n2wTX9Dmq7TG { width:12.6875rem;height:3.125rem;top:2.375rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrGhdTBXdGGDkD8UTyfOFTIuQnTTT3DB { display:block; }
 }@media only screen and (max-width: 763px) { #Rz23bqELqXh3OMXZuSTTlS9w7a6PceSm { top:2.3125rem;left:0rem;width:22rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZsuoTgvXlc2q6zU3OCXKxRwlpOkavmb { top:4.5rem;left:0rem;width:22.375rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN .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; }
#sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN .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; }
#sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN { display:flex;width:18rem;height:5.0625rem;top:0rem;left:12.8525390625rem; }
 }@media only screen and (max-width: 763px) { #sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN #CchZuTInEQ5LDknEM65BOT4wTBB4spRm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN #EGI61Q4nzHNA5BXTu6obdgSEzgqcANe8 {  }
 }@media only screen and (max-width: 763px) { #sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN #i3rrXR8um2Bh5lhGoLrrWmFyMDaImXfP {  }
 }@media only screen and (max-width: 763px) { #sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN #pSifWd35fc9pc7AqrOzpB5La7OwDlt2s { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN #VggzVkGIWTnKBxlmDAusxKu6likVfoty {  }
 }@media only screen and (max-width: 763px) { #sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN #mSG1x4TpKiwf4Jb7l5nOTn4cxQIaQEse {  }
 }@media only screen and (max-width: 763px) { #sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN #ls98GbQDRwsn3dcw2MuecTG7swpOTXhZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN #B51UX7afNVneilqTPZJmvPzQqOFQAHl3 {  }
 }@media only screen and (max-width: 763px) { #sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN #kyVIoEoExyF89QPr7U2DTP1dI5WPK5v3 {  }
 }@media only screen and (max-width: 763px) { #sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN #ZTbrvulkyQQOQ8QxBhr2wKbhaTfuJzPV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN #iNEDPnyco52ulzrLhrTiVMkxboSv1ll9 {  }
 }@media only screen and (max-width: 763px) { #sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN #qNHk5MEVc5poGoWITFvEnOvowTBmNscM {  }
 }@media only screen and (max-width: 763px) { #xGXkLvTinTWR13W5CznBJ0cBHnlUBvax { display:block; }#xGXkLvTinTWR13W5CznBJ0cBHnlUBvax > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TryWVupn1BTeKsWF7CqpPAm4rtSTrLtL { width:20.0625rem;height:1.3125rem;top:16.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXCcXN3E9CW35dZVSyC7h1B7WPDR50hs { width:16.9375rem;height:13.875rem;top:20.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUG7u1EZBQsiOVxvJPwdeP6He637tQMg { top:8.1875rem;left:11.75rem;width:20rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sutvqkGKFwv3kHMHSuNmfIUlHpq5APyB { width:18.75rem;height:3rem;top:17.375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA0O5FIyXQ1ahNBIsyxepzdFPWCE66LC { width:20rem;height:1.3125rem;top:16rem;left:11.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MA1mRimLe8EwXNP33c4zi2Vvn4MQcU7w { width:20.1875rem;height:3rem;top:17.3125rem;left:11.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqUzl0Stxb0S8n0T8d4dvyFiuTz40JQB { width:18.3125rem;height:13.875rem;top:21.4375rem;left:13.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3XfwaZ6eFetfsFyf2uv7ZO1hVbqnU3G { top:8.1875rem;left:0rem;width:20rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFrWO4O5QGydLO8dvocFAdR6lD6MWsN6 { top:8.1875rem;left:27.625rem;width:20rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIBTqiQsGeoU2pr7dO1uziKcL6GTNRW4 { width:19.9375rem;height:1.3125rem;top:16rem;left:27.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl2PLIN08XcfHOq604BkduzP3lQ6s9kA { width:20rem;height:3rem;top:17.3125rem;left:27.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #odLSvNbASkGvPvbHE0GrH6sd5VOTQL26 { width:17.5625rem;height:13.875rem;top:21.375rem;left:30rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVZZ0Td0ITS6IHJkfsU7vTQIh9STSE7i { top:9.4375rem;left:4.9375rem;width:6.125rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nktwBMnlB3UQhTv5Dq1JOeQtEumKmFTT { top:9.625rem;left:4.75rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOhF6uSLyi3HTcvqmIlnDBeR0X5UwpAZ { top:9.625rem;left:20.625rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyRLdtcmpnDy1MPHD3epex7OZTkZAuKd { top:9.5625rem;left:21.656019210816rem;width:4.6875rem;height:5.9211720218121rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRxhREWJH1i9AMuf2yuxXFZetboxWH2l { top:9.625rem;left:36.5rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RN42nJ9pRPQV4h2wDiWidSItT7r8R2FL { top:10.8125rem;left:38.311120986939rem;width:3.125rem;height:3.9214581828419rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJQVJzB0PAtQ8NJCpLlG2vIPt5Sc99Qm { width:47.1875rem;height:4.75rem;top:1.25rem;left:0rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWbSJoHOk39JM3KMGb35yXvROHcqTpqh { top:6.8125rem;left:0.90625rem;width:14.4375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVLhheW1iweRVNIy6vrcUzSxpqcZ6hIr { width:16.9375rem;height:1.5rem;top:7.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1Z7IdlgRfOnFOSTgAL9hV6KdXstLqTs { width:17.3125rem;height:4.125rem;top:38.1875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxuU6HoEuFHUq9sHOT7VgwTu3IEey0VS { display:block; }
 }@media only screen and (max-width: 763px) { #Hq1nlTbhs02iU4HSJkRaSakSXHFCHweK { top:5.375rem;left:19.75rem;width:12rem;height:0.74521376244044rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1ocAzA1f5ysu38N18dTZXJTuPrzRTsF { display:block; }#f1ocAzA1f5ysu38N18dTZXJTuPrzRTsF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQC5gzp5wPBFc9JhPGHDnUAA6ITquQxy { width:28rem;height:1.9375rem;top:15.625rem;left:19.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8QmMwpXUA6Qg0kZ6ZC0VQT4SgqSBJB7 { top:11.8125rem;left:12.375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXWSmWLp8MBf5HTTotu6cydy1O4gK1Ti { top:3.375rem;left:0rem;width:17.25rem;height:31.200657244467rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTopb3hLTCx9ymWsgCNTyehl6cKVUbEi { top:25.0625rem;left:0rem;width:21.4375rem;height:16.82648512262rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJVfN6kaubTC96JGBiTgV0oA9chIaviD { top:21.0625rem;left:8.2787227630612rem;width:16.3125rem;height:20.422672347424rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa43nCUqvFWiTtohQ5H6mzZyaGIyH1P3 { top:11.75rem;left:16.25rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGOLz5SixHB6UTwwTCas7PH65KOToHS6 { top:12.5625rem;left:14.9375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqIc53sQTqHRD7q2yHqvWIUbdJFSfoHB { top:0.625rem;left:0rem;width:30.8125rem;height:38.734337748819rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDJGi36BpmyKf2KKZ78k18kh0FzvC7fX { 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) { #q3CWTsC8S1REfFVT2VyBOzT887twXnnc { top:3.3125rem;left:16.75rem;width:31rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTJoOeSybZdvChU6t2wIHe6svwFF5tGB { top:15.625rem;left:23.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhViV5akW2qAmHTOnuUwSW5TJgfEEn2o { top:16.1875rem;left:24.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aECAX6ZOElLwImER7FwhX4LxXbH3HdsO { top:26.75rem;left:24.3125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPuHSo6gg3DUwT57XTkTWQnQI1gT9t47 { width:29.6875rem;height:1.5rem;top:17.5625rem;left:18.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU5HFhLhM5ImWEzAmB010uJzRabwC7tT { top:20.9375rem;left:23.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyU0WpLWVslVEUQl4TT8NHc66QypQuDQ { top:21.625rem;left:24.375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM7udKFRnTXPNTWS450e64kJHI8IUeWL { width:28rem;height:1.9375rem;top:20.9375rem;left:19.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqi8eAkk9FRCkuRxiHL6AiuJIpDTqhZz { width:29.6875rem;height:1.5rem;top:22.8125rem;left:18.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTqcs9RD2EadGD73uKDNls6O3y1ZAVWB { top:26.4375rem;left:23.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlTFwTsyeqdoJXuGtPXJtEL8QtDrKwIQ { width:28rem;height:1.9375rem;top:26.4375rem;left:19.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBzGH4XGS0XxOWGFf1CZG4OAznQwH66p { width:29.6875rem;height:1.5rem;top:28.375rem;left:18.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGgFbd4BcOdyrbGBK6awalilp7ZG3eV8 { top:31.6875rem;left:23.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBlF9H26oKWSsI3lVgUTdTJST0hVZaD9 { top:31.9375rem;left:24.3125rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFVFwmgberccCMIDF4Uaxn5oBdTJuTVn { width:28rem;height:1.9375rem;top:31.6875rem;left:19.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLd1CzPtQhXEp0q6dQtSJ99LW7V78oeT { width:29.6875rem;height:1.5rem;top:33.625rem;left:18.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZkMF0SU7UW3wGFChsEgDEqXVko8Sw4J { top:23.125rem;left:40.125rem;width:7.5625rem;height:18.28857792371rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdyFrB9vqpAirrt9Wbtf8f1NJwm3Noc1 { top:12.6875rem;left:25.8125rem;width:21.9375rem;height:1.1216216867781rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxFubfO59vRFRrLNQRWnMJEsT4T1o3we { display:block; }#vxFubfO59vRFRrLNQRWnMJEsT4T1o3we > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CDZ16r82grtkJI0G5yksBp25DdQgzCM8 { top:6.75rem;left:0rem;width:14.25rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHnu3lxVe7TpEIctF1fCow6ci0QBxarl { top:6.875rem;left:9.75rem;width:14.125rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9XD1Qn5uOruqV3hkpGWzsEv13MWbVly { top:6.9375rem;left:21.75rem;width:14.0625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIAyWTLS5hC2zmZQ8iNvBfrlkE7yMLMn { top:0.9375rem;left:0rem;width:47.75rem;height:4.75rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8CQ90C7M1p6QNNb4LGEE02T1bvsJl9O { top:5rem;left:0rem;width:12rem;height:0.74521376244044rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDv160kktmoTegvIsb2TpMITk95AKlJL { display:block; }#vDv160kktmoTegvIsb2TpMITk95AKlJL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kkp82k0gHDnCUy5TPu1vW2daAH0BFgIN { 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) { #QezNCbKkzCX4H7sWH8L45mN3fwlK6t1n { display:block; }#QezNCbKkzCX4H7sWH8L45mN3fwlK6t1n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EMi5pB7Tynwgafsk377lTNezAvAn5yL6 { top:1.625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVrJC4onNPPUEM7Dm8BnUQgmuZGsDR3s { top:1.625rem;left:0rem;width:20.9375rem;height:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiWEMl3g7iKVcds712oynASHxZMTV0vM { top:1.75rem;left:15.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqr1trZ2A3trchoWSh5Tqmd9mFuk2KMR { top:1.75rem;left:12.375rem;width:19.375rem;height:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vp8OZwLcpRLWrzvzcehbLWwN2nv5uFwV { top:1.75rem;left:31.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7bpQPd0iJK5Hkz8yEkQVlcwrLcHpeGr { top:1.75rem;left:29.5rem;width:18.125rem;height:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkGgXEt4mZxVOmCAQ8H3op8vfHOCoKMa { top:9.875rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhQ33XNvyAd337I3y3dGTid1CfMUBzeU { top:9.875rem;left:16.4375rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4Xb90aKygC9BWQlvo13nzdRkDVR6asi { top:9.875rem;left:32.25rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXMtDwxfluPMRWXToyovn3kLxnLJMr2t { top:11.75rem;left:0rem;width:17.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPC6MfxeIlTA95kMl8CGTnXIEG0bOT8Q { top:11.75rem;left:18.3125rem;width:13.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #be6sOvMg6LONhUvXZApydED82rZ311QI { top:11.75rem;left:34.1875rem;width:13.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeDGseciTE6v6mNeJIzHRtiMaWzOx2Qv { display:block; }#oeDGseciTE6v6mNeJIzHRtiMaWzOx2Qv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvvskDrKSK7RekiDTNNAeUqBnWdGyCia { top:2.125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2f7TLQncRyEa5GSVtA6Ats3RaB44bAr { top:2.1875rem;left:0rem;width:20rem;height:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK3IHzzzBeEHoHyMe7uxDw3CyKu2BQbK { top:2.1875rem;left:15.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WorpCBRs5xFkaRxkeChAmgkkdiWS6y5Z { top:2.1875rem;left:11.75rem;width:20rem;height:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmaQzLkRCVqWP4OFuzlqxDaT4A1P5Bma { top:8.9375rem;left:0rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TswQwLnnaghfo3fKFolEvQqbeHt8VRaI { top:8.9375rem;left:15.875rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdLW2009Sz45uHv8tWxc7Xf1dRguNs5q { top:11.0625rem;left:1.8125rem;width:14.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ0FlT7FqWRkqHFilmMcPgIQalxEZgcW { top:11.0625rem;left:18.3125rem;width:13.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k97QgpmB9UROO3T3zVlDGaCEmno50R7H { top:2.25rem;left:31.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3HpirJF97vZdoBxgp2TGh0ThlcPxu6R { top:2.25rem;left:29.1875rem;width:18.4375rem;height:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA7oNwpDyaloLZzUhnkFfzX5q409NBfO { top:8.9375rem;left:31.75rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFqQKtbpEcy21D9N5yr5Wu15tCGMDzLG { top:11.125rem;left:34.1875rem;width:13.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqfCtQkN5BUSnGu5nTkxQIwB1oJ4CXCS { display:block; }#kqfCtQkN5BUSnGu5nTkxQIwB1oJ4CXCS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Adzb9O5kzhV5UQ9RENuu00EaQbBRT27k { top:3.0625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItXV8dhezuQKQBwzQEUMNO6uZuL70f2D { 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) { #CVoof9GJ9LXoTeHvO4yk5xqJ4BJO0Bdi { top:7.125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJa6hai63vnqaStqBo3SvCzGJydB6Bar { display:block; }#SJa6hai63vnqaStqBo3SvCzGJydB6Bar > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F96fz3PmTDtrwoiEixJaPLHL4t5ldTEE { width:14.25rem;height:3.0625rem;top:7.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbnluyFJq4rx9IJfeI5z5FWTQ0wi4T1f { top:2.5625rem;left:0rem;width:0.625rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDJwqGzix3V62JwIevFQXhmoQfncQhn3 { top:5.4375rem;left:0rem;width:14.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB42bFTkzzTsxQUoRu5y8C6iG9dpyJh2 { width:1.9375rem;height:1.9375rem;top:5.1875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxdlUxRT1GDIEPoXyhX7lsm2gmw4e43J { width:4.375rem;height:0.0625rem;top:6.1875rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1TaESRGe2VZXQadwp6uwChJvnqQkPf7 { width:1.9375rem;height:1.9375rem;top:5.1875rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX7nTn5CWRcfpXWFcz8yNy8J7ya5i3MX { 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) { #NuL8kdWi0DBDKrR8qXwDfxipWQFfXIVl { width:4.375rem;height:0.0625rem;top:6.125rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv1HP7whKTPWCo07NGua9DmutcDQqmx0 { width:13.8125rem;height:3.0625rem;top:7.25rem;left:18.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE6T088tZ3qLasbMgVF8QJTlGxmD53Xp { top:2.25rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuB4Q6FPUuv3BKDotuQdPBv0vdbCohWG { top:1.8125rem;left:0.5625rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnMM807FpNwRsbVB1JRgmDuOuImF0VtK { top:2.125rem;left:19.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts5pGHd32z9wlK1J28xUzz9SgioXIkhy { 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) { #gTndlX7TtnZsD9y8qWaL73vJ9J6svBTC { top:1.6875rem;left:23.4375rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmTNewFzM1KXxtyuAAsn0T6l1X1TexeD { width:13.8125rem;height:3.0625rem;top:7.3125rem;left:33.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yovTyTchlz96lh1XQ7OTc4gp5ArKfkco { 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) { #n6gP5wVXEbBgRkkyhiaDWkq0IbUBLCKs { top:2.125rem;left:40.375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRanTpfJgFAe7tgEnps9TqtbUfAyLzN0 { 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) { #GfHKDgi13r5lqLwEfH11T9bP6Mid6eUG { top:1.6875rem;left:43.9375rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkD1g21K2p85XmKqOXTVQNkHS49H2VgZ { display:block; }#AkD1g21K2p85XmKqOXTVQNkHS49H2VgZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UBXcEooNKoHDqlhGm9s3CdLnp6tyltBp { top:28.25rem;left:30.8125rem;width:14.75rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWyuDlIzzvekI0ExArKqDbvfvrNXFMxo { top:2.4375rem;left:0rem;width:8.8125rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNwuk72SapHUTlZL9B8szRe8pg9nQ6N6 { width:43.375rem;height:39.75rem;top:2.1875rem;left:2.1872692108154rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h .widget-regular-label { width:36.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h .widget-input-text { width:36.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h .widget-input-text {padding-top: 0; padding-bottom: 0;}#HIceLxvaba10x2xvD4icv06XBpoy5v8h .widget-textarea { width:36.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h .widget-input-select { width:36.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h .widget-input-select {padding-top: 0; padding-bottom: 0;}#HIceLxvaba10x2xvD4icv06XBpoy5v8h .widget-input-button { width:26.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.9375rem; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h .widget-checkbox-label { width:35.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h  { width:36.625rem;height:auto;top:2.5rem;left:4.3092823028564rem; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h .radio-container { width:36.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h {display:block;}#HIceLxvaba10x2xvD4icv06XBpoy5v8h { width:36.625rem;height:auto;top:2.5rem;left:4.3092823028564rem; }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #BCwT0rBsMo3ak5uVQkPoEvoHB18IJQ0l {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #b8tGWKwqiGAmLn5nMpKtCRDQTOMZcrUT {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #EfCbc3knp9UTbaeitpwT3TWkBgCAvOXc {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #x87DopSqfkR9iXRCnMReg4rAXElOrQDN {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #s47rW6ITpMEyfkrbWo7gN8IvTvV8CJfO {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #esO9yPRk5vtedOBCrZBmJwvwZ8v2xGq7 {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #gZT1cgg1QQ38l5bxJJa0AmQ4KNLsrX8O {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #H9t2RrRemmOGZ1fDaoWH1XfRNWCk4vNx {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #Vn3BBFCLETNpKCrvK6WIzJSp05oyZ4Zu {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #fPZ2bCWvvdL3yN7Hk4V7RZOtfOKf5LqU {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #UEr4yFWnq2I5i4uvCrTSbGvSNa5ZNxK6 {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #BSo6VzGpTy4FiUUTiflvSHVBX3au7vNB {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #IQDQTResptqlv08oWdGTLRQSoTAOQ1z2 {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #BRaTxwpK6hQp65lKPDCFeHtc1UKlNvEk {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #zyDySql0mUBkNIiEtolQIuDBImXPgNf0 {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #FLbfQn6PATNzzPrGRK1x76k8yctrwWfw {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #Em7HwQwq0C1Ky5om42iDaDb9yiLsUy76 {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #SEK440SXPLGP5gv21fCugJDpZX98DzsK {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #evQ5vXsSganT12elCaBBoUHxSdWGS3hA {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #KTw5r1mftOHXhfTtWGcBzShDnan7Z2ZC {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #qGU4lX0btrH6z4EgdrRxTDrTKoyMXc2a {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #ZLGNQLPns9nLeINdE1gGyTDX8KTKv8dH {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #PzXI9v3H61Z5TxTINJJ4WzchTHB35ye3 {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #Kg4EuzwMM9GRfzXVC6r3paNgTWVr2Xlm {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #QinrGRzTNw2MGxIKDPTFqsJy25uTEBo4 {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #lQmHuWH4VTB5HvoNRaP6JtMZLZ38TOwk {  }
 }@media only screen and (max-width: 763px) { #FvOeyLfpK0NopH8PqkOwhthlwymquMul { display:block; }#FvOeyLfpK0NopH8PqkOwhthlwymquMul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W74B1X1Kr24DOxWUFEniI8n2JWSsxl03 { top:2rem;left:3.375rem;width:18.4375rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJLsNWa0H8V3tyHdUceDKaBezGsdyMDF { top:4rem;left:3.375rem;width:18.75rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT .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; }
#DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT .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; }
#DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT { display:flex;width:18rem;height:5.0625rem;top:0rem;left:12.8525390625rem; }
 }@media only screen and (max-width: 763px) { #DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT #TzuIPsLknOAa7l0vEEvpMaZAcTBmMHAn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT #TXTpaOuWWLtwTntHvkvW5NJxXBb4KRxG {  }
 }@media only screen and (max-width: 763px) { #DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT #LJVAea2NM2L8TzpOZTMTUJs68QoNHlHy {  }
 }@media only screen and (max-width: 763px) { #DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT #Q2cG9hQ08vkTi9z6LyTU4gNRzOvGXDL4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT #NF2OeNNng3ZvRO82byHqvWf2sPee0swN {  }
 }@media only screen and (max-width: 763px) { #DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT #nOgdcvTlxwrE2aCtT5iDhltE1d9M3pL1 {  }
 }@media only screen and (max-width: 763px) { #DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT #X4i2wLcxulJkWLSOO7pnUfeGXHSKTv3o { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT #NwLWXTynviiCaqEUFuVScuDqs3Shu6wm {  }
 }@media only screen and (max-width: 763px) { #DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT #PE2DchgTZeMXb50daZ65T7mIhMoBTShM {  }
 }@media only screen and (max-width: 763px) { #DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT #IMzqlkxC8Ce2m7kNmq54eTKp6rh6O2Wt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT #v2zIplmKiGH8ZCJKJ3h8O9u9rc2WTVk7 {  }
 }@media only screen and (max-width: 763px) { #DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT #GLlUvIuxcrrRyAFg79VK8EHbCpDtAzhr {  }
 }@media only screen and (max-width: 763px) { #ETkEKqWteZGh3PuvxBVT12csQDc3bnzi { display:block; }#ETkEKqWteZGh3PuvxBVT12csQDc3bnzi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vvgkoAarwllk7hJcAJpDJH2TeCcV5lcV { width:47.75rem;height:4.75rem;top:1.625rem;left:0rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T42WbiuifzC9xv3nuPIxv23udgl9ahcf { width:3.25rem;height:0.0625rem;top:42.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QygzsRm7wrboP7yqyzLMPtKvt0CvqNUB { width:3.25rem;height:0.0625rem;top:42.625rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUiToZvRFocsW3q4cBVTfXxazuPAimTV { top:1.625rem;left:0rem;width:8.5rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwrTmEvxeEFwz5oh3No154S2aHMH1pXF { top:2.25rem;left:38.5rem;width:9.25rem;height:6.4561689829276rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh2kUFsLTF2giNwdflTOTfy7JmZBWVmG { width:15.6875rem;height:20.0625rem;top:21.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xozzSXSGzxRLGNlCQVZMQaf6pwai1kXv { width:15.6875rem;height:1.5rem;top:42.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOaJgoABqLkpU2L5bFoQEs70EnpTDfIS { width:17.25rem;height:12.3125rem;top:24.25rem;left:15.215761184693rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxtSrDVkNX4GnL0HbLCcTAVakisJE6hl { width:15.6875rem;height:1.5rem;top:42.5rem;left:15.998159408569rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad2hmkfesJzWwLVDiEPpapariSqB1Ot2 { width:3.25rem;height:0.0625rem;top:42.625rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sggukZT1NOX1GIz7COyQAa4aVS1Kcqyr { width:17.875rem;height:20.0625rem;top:21.125rem;left:29.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdTTpEHgCs7KLhTWqNebuXhA8kP6bFVA { width:15.6875rem;height:1.5rem;top:42.5625rem;left:32.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2vlB9LAeZhhSTmAFtvc4sPCZKMuQE9A { top:62.875rem;left:0rem;width:26.25rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydIfsdsCfxaIZGkG7lR1Vp1cA0agXhJ7 { top:60.3125rem;left:0rem;width:22.5rem;height:15.893675617685rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJapTVN9lBqMFtS7pOaC0oPgrrzVv5GL { top:72.25rem;left:0rem;width:22.5625rem;height:15.831102072321rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVmsg40U3J84o3ZDMTGHUZZWZwchzILP { top:84.125rem;left:0rem;width:22.5625rem;height:15.955991020675rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9NQUWckqr6REkvrc4e6rzXpUAfEIGpw { top:66.5rem;left:19.8125rem;width:15.0625rem;height:10.643525912955rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSOHnlv20yupniFObxIuPHZzgDAitz4T { top:70.9375rem;left:32.0625rem;width:15.6875rem;height:11.081271077297rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcVX1RW7mzTB2gBc5faSRPQtRQpDfACr { top:86.25rem;left:22.875rem;width:14.875rem;height:10.39339273445rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5Wic5HIqSHlKHBxyQMMITXLP96l5q2M { top:74.75rem;left:0rem;width:26.25rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKOUXWTi7xENuG4dA7BkuNJM0RMty6xx { top:86.6875rem;left:0rem;width:26.25rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #onb1r1vuPPar05Cf268EqDMTT5nLpaKh { top:69.6875rem;left:28.5rem;width:19.25rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jm1l5mRKzBTX58BVvd979qmHhi61S0ZI { top:65rem;left:17.8125rem;width:19.25rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKgk8PhLDFZcmlag3PasOG10BbpvVOIJ { top:84.625rem;left:20.6875rem;width:19.25rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZTJpF25ZT0W0WTQRtgQwxeU9DIsouUu { top:81.125rem;left:17.5625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTJnBzgBDnnWRksQRAzyknIuLXXH3117 { top:85.875rem;left:44.125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSEulFSxFlxnJVPRHn1rAXTsRKvRp2dV { top:63.875rem;left:40rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #phOgZ0d9Qfk2MS7qWENpUluTwP332Nqf { top:62rem;left:36.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lmc73wBMgcZlcllx1ENDnJKI0wSiellJ { top:82.125rem;left:33.0625rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiweFiZxaOIOeDT16uUiVhX7X6Dzo3LI { top:80.3125rem;left:30.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTZi8Kftf2UlFTqMyHL3m3PadaRbNVqx { top:79.25rem;left:36.5rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwctdshE9HbPcXnUqhTCJmOUQLmzTOVg { top:61.4375rem;left:40.875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4WwoSIpyidL0WwZWMib7V6zyFlEhqSR { top:65rem;left:0rem;width:4.4375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggnupbRpCd0tItXmkVpHDZ1bqGTsW44g { top:76.8125rem;left:0rem;width:4.6875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKm1034eto4EXf0AVxRu5s1xGqzFWtX4 { top:89rem;left:0rem;width:4.4375rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTVTZLhIV8H4DsO86kxhEtF0KFvmIbk2 { top:9.5rem;left:13.875rem;width:20rem;height:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4hC1TD4AgFOKfTPa9wQtCkkenkXRAbO { top:9.5625rem;left:0rem;width:20rem;height:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ0veJaTiWaNQs9a2WzbeFMrZF1kRLbz { top:9.5rem;left:27.75rem;width:20rem;height:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mveew8eToU0oNiJZuqeIPQXf85Ie4TaM { top:11.1875rem;left:38.8125rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tix2F2Lhh0B1OWNfW3RFs8y4Awr5XzQ4 { top:11rem;left:19.279409408569rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPPUiP5NSzcm1lCMmeCL2G7AHxhTOl4C { top:11.0625rem;left:0rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoLe0yTpVNBsN1aCRgFB8HkcoWH6dqTJ { top:47.4375rem;left:0rem;width:47.75rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlNGbsezTVSLSGtTU9m7qgUkbUF2kpTw { top:48.6875rem;left:0rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWLNiID5doJTTK7BH0Cntdsm6Tqt14fs { width:47rem;height:6.125rem;top:49.375rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtGBVf5tFGVZr8v1t492NFU3IlxqWN3I { width:15.6875rem;height:1.5rem;top:56.4375rem;left:22.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWvVLs8nxMRywmoXZLFT0QLh5XaFcVQr { width:3.1875rem;height:0;top:56.125rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQL6qn8LJVTKCL2oQWaTq1Uuk6eIqcTl { display:block; }#qQL6qn8LJVTKCL2oQWaTq1Uuk6eIqcTl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uAZ5boizLmEeQ94FL19So5ogLwP0OIBV { top:1.625rem;left:0rem;width:47.75rem;height:4rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEUkHt2pxav7QLGr0vEzGPsnzHzrOuAy { top:5.625rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktSTxx26bv6nF1ALPS9Zyq9AexGk8Uws { display:block; }#ktSTxx26bv6nF1ALPS9Zyq9AexGk8Uws > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1MoR5ht0cwB6UoTwJ8T3CRqTeVGecBX { top:2.5625rem;left:12.510107040405rem;width:0.125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHIO0Nc4HE6TbiNZ4P4iUIwtgFMaGX2M { top:2.5rem;left:6.1716442108154rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NelgyssZqJ5GKmUObRkxTwDDeOFQTEOk { top:2.5625rem;left:34.992872238159rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNX2AktZ8wLsCD3by88qNwRh3l5nE2x2 { top:2.4375rem;left:25.502985000611rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLZTbbcSxCScJrCXu2Qiz0Bcu7fi8vvl { top:6.5rem;left:31.746091842651rem;width:9.6875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yETIDMpB8kGR8kXKx7IOhlP5cHbcUPZH { top:2.5625rem;left:15.876375198364rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDk3EUiH5aHOIR7yq4oLAoKHBqRTrKI6 { top:2.5625rem;left:22.286073684693rem;width:0.125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyXf28kVUrZOc8rZaCISvX9oKs3r16xM { top:2.5625rem;left:31.686349868774rem;width:0.125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7qsNMuHr578A5MnvlNyEkiFytWog1es { top:2.5625rem;left:41.374998092651rem;width:0.125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPAiG2TadxeUoyeHyU8ZL1zRZilNlf5g { top:6.5rem;left:12.629823684693rem;width:9.6875rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEGKyrez6iPRt8zLBW9UsdD98gdKG8op { top:6.5rem;left:22.281476974488rem;width:9.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNuQbAOfvnTVqFib7cnLq1GufMH2xlHF { top:6.5rem;left:2.9547328948974rem;width:9.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaV4SaTWSW4sENQfARAoxZzc6Tpz1esu { width:33.3125rem;height:5.4375rem;top:11.625rem;left:7.1861209869388rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9ZWmUPQd6gcThWndHsHg5Ved6gMU428 { display:block; }
 }@media only screen and (max-width: 763px) { #AQUVUnWyywQxWvFG1ZIp44HBU6xphn9m { top:4.8125rem;left:38.5625rem;width:9.1875rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkMQaDzIy8gI47IFAuHMnWV62OP39DHX { top:2rem;left:0rem;width:9.1875rem;height:11.670669801455rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 { display:block; }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWIKsZiJrQPLLTBRiA88Du3XuEkxWU48 { width:17.125rem;height:1.75rem;top:6.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnGvd0srai3pUlW386eI4UKMUc0uhie5 { width:17.125rem;height:4.6875rem;top:8.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVTVVafFaH6mG5SWNntAqZVqaCaN2NkN { 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) { #oSNVtqF1GQ8zxuwDU7wVunHTzWJb58Nf { width:3rem;height:3rem;top:4.875rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUlklRQsNCBJE6MI10WsRi9WmUXqX4LT { width:1.375rem;height:1.375rem;top:5.6875rem;left:41.75rem;display:block; }
#DUlklRQsNCBJE6MI10WsRi9WmUXqX4LT > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #F1LbKg8LOdtIvBF6vcvuobvGKTDcAMnU { width:3rem;height:3rem;top:4.875rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtNqK261FwD63Bzlzyodz3P6trHxC5zx { width:1.375rem;height:1.375rem;top:5.6875rem;left:46rem;display:block; }
#VtNqK261FwD63Bzlzyodz3P6trHxC5zx > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #umRMRo98d9ALDGBfk8nBkhNXl9VSbEu2 { width:3rem;height:3rem;top:4.9375rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5fiVuIooOSw16ofM108J3SSBzSGBQZa { width:1.375rem;height:1.375rem;top:5.75rem;left:46.375rem;display:block; }
#f5fiVuIooOSw16ofM108J3SSBzSGBQZa > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #FhScmmh8n6nOOxO0F1n5H5a32TbH2xSJ { width:17.5rem;height:3.4375rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTNpLNTeRcPcKRgFnSqC7GuoLdQA8tue { display:block; }
 }@media only screen and (max-width: 763px) { #QfJklziCWlTdge1JNTbI1vUUJXezPcBN { width:17.125rem;height:6.25rem;top:10.0625rem;left:30.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rv3gUdPyAHuS0gR8t1QlMPpHrcR9L55e { width:18.4375rem;height:3.1875rem;top:1.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAVG2UTM4HholEz2IsW3LcQPmvSSAWKw { top:0.6875rem;left:13.248849868774rem;width:23.8125rem;height:16.767299974549rem;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) { #dMcJ41rlfvStc4zPsXGy4rTfpDexJUev { display:block; }#dMcJ41rlfvStc4zPsXGy4rTfpDexJUev > .row .container { width:20rem;height:51rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o71kTGfX4pd3GvxJz5B5W6L8nKAMU85Z { width:14.1245403125rem;height:17.7493095625rem;top:33.285843849182rem;left:2.9354317784309rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzTtLS6Jm4qUh1qar00ZCJh8KZyqSr1X { width:20rem;height:4.8529410625rem;top:9.0613508224488rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TeSNisXKuAZbhDzl13bpANLvCbW1LHrp { width:19.6875rem;height:5.07352925rem;top:14.747241973877rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RiywHqhppmwHOCP4zrXqz181pcekFiTS { width:18.25rem;height:2.125rem;top:5.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0o4JvynNPcEto6Lc2tlMrRAbXQmK6Xs { width:9.4990806875rem;height:2.9997701875rem;top:21.099493026733rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVGVgz8N9gNAExUbx3EZTGuxIJW5p2hA { display:block; }
 }@media only screen and (max-width: 763px) { #EbhX0xaQetpAtARFyupWBCGGv4T00Sfb { width:5.3745403125rem;height:5.2493105rem;top:32.78377532959rem;left:13.821230947971rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTnXT0ru72xk2hIhEccBpSVxxZvUpUkk { width:16.3740806875rem;height:1.1764705rem;top:6.25rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GkCSsRyEaKRL0DUNvQZyLqCuTfN4oBC1 { width:9.558134rem;height:2.8083638125rem;top:21.197149276733rem;left:10.375688612461rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgBz76cJflGraKD3QdVmTEvKTUEl3T6P { display:block; }
 }@media only screen and (max-width: 763px) { #G0MtMack2hTM4IAmBriScuTJIDVfoLyW { display:flex;width:1.625rem;height:1.625rem;top:25.25rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #gZSszMWcC7Pd19sisPwa5XKmp6D6nhs8 { width:8.6247701875rem;height:1.76470575rem;top:25.125rem;left:6.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifOS6icmmf0VBWifiZxyXbdprwV7LvFA { display:flex;width:1.625rem;height:1.625rem;top:27.5rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #TovaJ6GhRLS6mwQPsBLborK1TxilRG9q { width:11.9990806875rem;height:3.5294115625rem;top:27.5rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNEzcizZDo2TOTH62S6Txk2DRuLTm7Gw { display:flex;width:1.625rem;height:1.625rem;top:31.6875rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #QyUOBVmHR7TL3Lvob7sQAlI5mK70chuH { width:8.6247701875rem;height:1.76470575rem;top:31.5625rem;left:6.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w60B5OsrukBHH020RTFTCIGrIQ0IHzBH { width:14.25rem;height:3.5625rem;top:1.4349722862244rem;left:1.7176011204719rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIg5NzduvSOrVvIbOFoTkbaPOLGT5bLl { width:20rem;height:0.4375rem;top:10.900726318359rem;left:9.58487438975rem;display:none; }
 }@media only screen and (max-width: 763px) { #SchENFiTM6Bh4TWMywhZwZ08ykMi0ke7 { width:5.1240806875rem;height:3.4375rem;top:37.250686645507rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pwh4xN18NrZqhVimBeqTT8uoVwuFSnby { display:block; }#Pwh4xN18NrZqhVimBeqTT8uoVwuFSnby > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X7M2e7tdyD0UZGKKQkOHMTRAxoqTeK3O { 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) { #WVQdn0Tf7Jp9aq6Srhrwu5K5eVg1tSi9 { 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) { #J4tXFtkaLB5GZOSz1iVKKA1gXMRIAJEC { 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) { #fZoBZUcdZs3euhdiRHohwNH7EqRrCTRM { 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) { #Bexmvnllx0D3S9C3KgsGhGEQVwe8MDb5 { width:0.0608915625rem;height:2.1875rem;top:5.3687973022461rem;left:9.9678307175637rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioXtzzBqWJrdz87Pc5zbiNz9oHHT4pBk { width:0.0625rem;height:2.1875rem;top:22.337603666992rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V537KUpQQPESJxDo1LH4flKPWGwE9iuR { width:0.0620404375rem;height:2.1875rem;top:12rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #yv7ttpndDVhXfHc98gKNyczakruL7ga4 { display:flex;width:3.1870403125rem;height:3.1870403125rem;top:1.6875rem;left:3.3125rem; }
 }@media only screen and (max-width: 763px) { #mfwvOP54Q84DyakaGvZ45i6ohXlC1BEi { display:flex;width:3.1870403125rem;height:3.1870403125rem;top:1.6875rem;left:13.625rem; }
 }@media only screen and (max-width: 763px) { #NKx8aUnpnwaszxC2m3yiWCQE9DDOgnld { display:flex;width:3.1870403125rem;height:3.1870403125rem;top:8.1875rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #VmMfkkH51XTJUJTnZUeu5cyMeZg27o2J { display:flex;width:3.1870403125rem;height:3.1870403125rem;top:8.125rem;left:13.8125rem; }
 }@media only screen and (max-width: 763px) { #ugvHdqULUTN853sMJCS81wcWtRtPuCEq { display:block; }#ugvHdqULUTN853sMJCS81wcWtRtPuCEq > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lEia8ZR7tG73K8axqk0UVSSmwEJzSfwh { 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) { #gdrfz7w0WxdSIJ6k5T9pOhh7nIShmqbn { 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) { #mALFC3O633E65VJamXrubTSsnapAvmw6 { width:19.6875rem;height:13.4375rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #veM1kLZsOKGqAu4eZqRhT2I7U5lpoI6Q { 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) { #o4aUaodd1DtBeJsTzdgyBReBrlMNih5T { width:7.5620403125rem;height:5.2068014375rem;top:11.686576843262rem;left:6.2178307175636rem;display:block; }
 }@media only screen and (max-width: 763px) { #UynqoDoyBhUqncVAhmuyedOc1JtJ0MTh { 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) { #ie96GiK9v5DRGBf5Hb6SGyrK3lbkDBfy { width:19.6875rem;height:13.3743105rem;top:24.972427368164rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2P1aSqJK9e1TqHt4a5hML5VgT2Ukz3m { 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) { #E6p12l3HxhBhHaL90eGGnO9EKLXiW1NZ { width:7.3115806875rem;height:5.2045035625rem;top:25.708637237549rem;left:6.3419113755225rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH1OiKkMvI6aweb2TRw2iLkbAtBVeVsL { width:19.75rem;height:14.3125rem;top:39.749534606934rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeRKpyi6JP6l6aTnmTdnsFBhPTQpIEgr { 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) { #TNdQmqOWK96Bh1a0rF9wNaxCs2LUSJ4c { 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) { #VuOoeeS6BgkCv2nd35NaptZK6FTwTsNf { width:7.5620403125rem;height:5.3308820625rem;top:40.575134277344rem;left:6.5303307175637rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQaqW1PNKfG1OoLv9lb6pzmiiUUokzfp { width:19.625rem;height:0.9375rem;top:8.04573059082rem;left:0.31341844797134rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXSusy7XCbCPdh50VBHTfJyhTuBS9Ifl { display:block; }#aXSusy7XCbCPdh50VBHTfJyhTuBS9Ifl > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IT2u0qvkmgq1rSfJiAP9n2wTX9Dmq7TG { width:12.7493105rem;height:3.4375rem;top:8.75rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrGhdTBXdGGDkD8UTyfOFTIuQnTTT3DB { display:block; }
 }@media only screen and (max-width: 763px) { #Rz23bqELqXh3OMXZuSTTlS9w7a6PceSm { 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) { #IZsuoTgvXlc2q6zU3OCXKxRwlpOkavmb { 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) { #sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN .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; }
#sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN .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; }
#sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN { display:flex;width:18rem;height:5.0625rem;top:3.1318969726562rem;left:0.32628679275513rem; }
 }@media only screen and (max-width: 763px) { #sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN #CchZuTInEQ5LDknEM65BOT4wTBB4spRm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN #EGI61Q4nzHNA5BXTu6obdgSEzgqcANe8 {  }
 }@media only screen and (max-width: 763px) { #sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN #i3rrXR8um2Bh5lhGoLrrWmFyMDaImXfP {  }
 }@media only screen and (max-width: 763px) { #sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN #pSifWd35fc9pc7AqrOzpB5La7OwDlt2s { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN #VggzVkGIWTnKBxlmDAusxKu6likVfoty {  }
 }@media only screen and (max-width: 763px) { #sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN #mSG1x4TpKiwf4Jb7l5nOTn4cxQIaQEse {  }
 }@media only screen and (max-width: 763px) { #sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN #ls98GbQDRwsn3dcw2MuecTG7swpOTXhZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN #B51UX7afNVneilqTPZJmvPzQqOFQAHl3 {  }
 }@media only screen and (max-width: 763px) { #sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN #kyVIoEoExyF89QPr7U2DTP1dI5WPK5v3 {  }
 }@media only screen and (max-width: 763px) { #sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN #ZTbrvulkyQQOQ8QxBhr2wKbhaTfuJzPV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN #iNEDPnyco52ulzrLhrTiVMkxboSv1ll9 {  }
 }@media only screen and (max-width: 763px) { #sEudknTZFHdCBhTEh6ot1eZmnbDtqVJN #qNHk5MEVc5poGoWITFvEnOvowTBmNscM {  }
 }@media only screen and (max-width: 763px) { #xGXkLvTinTWR13W5CznBJ0cBHnlUBvax { background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }#xGXkLvTinTWR13W5CznBJ0cBHnlUBvax > .row .container { background-color: transparent; background-image: none; }#xGXkLvTinTWR13W5CznBJ0cBHnlUBvax::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGXkLvTinTWR13W5CznBJ0cBHnlUBvax > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGXkLvTinTWR13W5CznBJ0cBHnlUBvax > .row .container > .video-iframe-container { display: none; }#xGXkLvTinTWR13W5CznBJ0cBHnlUBvax > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGXkLvTinTWR13W5CznBJ0cBHnlUBvax > .row > .video-iframe-container { display: none; }#xGXkLvTinTWR13W5CznBJ0cBHnlUBvax > .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); }#xGXkLvTinTWR13W5CznBJ0cBHnlUBvax > .row .container { width:20rem;height:102.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TryWVupn1BTeKsWF7CqpPAm4rtSTrLtL { 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) { #yXCcXN3E9CW35dZVSyC7h1B7WPDR50hs { width:17.1875rem;height:13.8970585rem;top:20.286544799805rem;left:1.6247702240944rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NUG7u1EZBQsiOVxvJPwdeP6He637tQMg { 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) { #sutvqkGKFwv3kHMHSuNmfIUlHpq5APyB { 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) { #CA0O5FIyXQ1ahNBIsyxepzdFPWCE66LC { 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) { #MA1mRimLe8EwXNP33c4zi2Vvn4MQcU7w { 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) { #fqUzl0Stxb0S8n0T8d4dvyFiuTz40JQB { width:17.8125rem;height:15.4411764375rem;top:49.422103881836rem;left:1.3122702240944rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3XfwaZ6eFetfsFyf2uv7ZO1hVbqnU3G { 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) { #SFrWO4O5QGydLO8dvocFAdR6lD6MWsN6 { 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) { #VIBTqiQsGeoU2pr7dO1uziKcL6GTNRW4 { 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) { #cl2PLIN08XcfHOq604BkduzP3lQ6s9kA { 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) { #odLSvNbASkGvPvbHE0GrH6sd5VOTQL26 { 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) { #aVZZ0Td0ITS6IHJkfsU7vTQIh9STSE7i { width:6rem;height:7.5625rem;top:10.25rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #nktwBMnlB3UQhTv5Dq1JOeQtEumKmFTT { width:6.4375rem;height:6.4375rem;top:10.25rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOhF6uSLyi3HTcvqmIlnDBeR0X5UwpAZ { width:6.4375rem;height:6.4375rem;top:39.125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyRLdtcmpnDy1MPHD3epex7OZTkZAuKd { width:4.3125rem;height:5.4375rem;top:39.625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRxhREWJH1i9AMuf2yuxXFZetboxWH2l { width:6.4375rem;height:6.4375rem;top:67.9375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RN42nJ9pRPQV4h2wDiWidSItT7r8R2FL { width:2.5625rem;height:3.1875rem;top:69.5625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJQVJzB0PAtQ8NJCpLlG2vIPt5Sc99Qm { 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) { #xWbSJoHOk39JM3KMGb35yXvROHcqTpqh { width:14.4375rem;height:2.8125rem;top:7.5625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVLhheW1iweRVNIy6vrcUzSxpqcZ6hIr { 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) { #Z1Z7IdlgRfOnFOSTgAL9hV6KdXstLqTs { width:17.3115806875rem;height:4.1245403125rem;top:95.921417236325rem;left:1.3419117331505rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxuU6HoEuFHUq9sHOT7VgwTu3IEey0VS { display:block; }
 }@media only screen and (max-width: 763px) { #Hq1nlTbhs02iU4HSJkRaSakSXHFCHweK { width:14.1875rem;height:0.6875rem;top:5.7837600708008rem;left:2.2866214262486rem;display:none; }
 }@media only screen and (max-width: 763px) { #f1ocAzA1f5ysu38N18dTZXJTuPrzRTsF { display:block; }#f1ocAzA1f5ysu38N18dTZXJTuPrzRTsF > .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; }#f1ocAzA1f5ysu38N18dTZXJTuPrzRTsF > .row .container { width:20rem;height:60rem;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) { #BQC5gzp5wPBFc9JhPGHDnUAA6ITquQxy { 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) { #Q8QmMwpXUA6Qg0kZ6ZC0VQT4SgqSBJB7 { display:flex;width:2.5rem;height:2.5rem;top:36.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XXWSmWLp8MBf5HTTotu6cydy1O4gK1Ti { width:10.875rem;height:19.9375rem;top:34.375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTopb3hLTCx9ymWsgCNTyehl6cKVUbEi { width:13.75rem;height:10.75rem;top:48.5rem;left:3.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XJVfN6kaubTC96JGBiTgV0oA9chIaviD { width:9.1865806875rem;height:11.4993105rem;top:48.485748291016rem;left:10.813418447971rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa43nCUqvFWiTtohQ5H6mzZyaGIyH1P3 { display:flex;width:2.5620403125rem;height:2.5620403125rem;top:49.936813354493rem;left:0.63304227590563rem;display:none; }
 }@media only screen and (max-width: 763px) { #lGOLz5SixHB6UTwwTCas7PH65KOToHS6 { display:flex;width:2.5625rem;height:2.5625rem;top:39.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aqIc53sQTqHRD7q2yHqvWIUbdJFSfoHB { width:20rem;height:25.1875rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDJGi36BpmyKf2KKZ78k18kh0FzvC7fX { 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) { #q3CWTsC8S1REfFVT2VyBOzT887twXnnc { 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) { #pTJoOeSybZdvChU6t2wIHe6svwFF5tGB { width:3.75rem;height:3.75rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhViV5akW2qAmHTOnuUwSW5TJgfEEn2o { display:flex;width:2.5rem;height:2.5rem;top:9.5625rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #aECAX6ZOElLwImER7FwhX4LxXbH3HdsO { display:flex;width:2.5rem;height:2.5rem;top:20.9375rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #gPuHSo6gg3DUwT57XTkTWQnQI1gT9t47 { 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) { #AU5HFhLhM5ImWEzAmB010uJzRabwC7tT { width:3.75rem;height:3.75rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyU0WpLWVslVEUQl4TT8NHc66QypQuDQ { display:flex;width:2.5rem;height:2.5rem;top:15.5rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #fM7udKFRnTXPNTWS450e64kJHI8IUeWL { 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) { #xqi8eAkk9FRCkuRxiHL6AiuJIpDTqhZz { 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) { #MTqcs9RD2EadGD73uKDNls6O3y1ZAVWB { width:3.75rem;height:3.75rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlTFwTsyeqdoJXuGtPXJtEL8QtDrKwIQ { 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) { #hBzGH4XGS0XxOWGFf1CZG4OAznQwH66p { 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) { #LGgFbd4BcOdyrbGBK6awalilp7ZG3eV8 { width:3.75rem;height:3.75rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBlF9H26oKWSsI3lVgUTdTJST0hVZaD9 { display:flex;width:2.6875rem;height:2.6875rem;top:26.75rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #ZFVFwmgberccCMIDF4Uaxn5oBdTJuTVn { 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) { #CLd1CzPtQhXEp0q6dQtSJ99LW7V78oeT { 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) { #uZkMF0SU7UW3wGFChsEgDEqXVko8Sw4J { width:4.8747701875rem;height:11.9370403125rem;top:48.048034667969rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdyFrB9vqpAirrt9Wbtf8f1NJwm3Noc1 { width:20rem;height:1.0225610819629rem;top:61.023664458008rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vxFubfO59vRFRrLNQRWnMJEsT4T1o3we { display:block; }#vxFubfO59vRFRrLNQRWnMJEsT4T1o3we > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CDZ16r82grtkJI0G5yksBp25DdQgzCM8 { width:14.25rem;height:17.875rem;top:6.3816528320312rem;left:2.7780328392983rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHnu3lxVe7TpEIctF1fCow6ci0QBxarl { width:14.125rem;height:17.6875rem;top:24.391326904297rem;left:2.8423712849617rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9XD1Qn5uOruqV3hkpGWzsEv13MWbVly { width:14.0625rem;height:17.625rem;top:42.30908203125rem;left:2.8733914494514rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIAyWTLS5hC2zmZQ8iNvBfrlkE7yMLMn { 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) { #U8CQ90C7M1p6QNNb4LGEE02T1bvsJl9O { width:25.875rem;height:0.6875rem;top:3.4542541503906rem;left:-0.19634030833499rem;display:none; }
 }@media only screen and (max-width: 763px) { #vDv160kktmoTegvIsb2TpMITk95AKlJL { display:block; }#vDv160kktmoTegvIsb2TpMITk95AKlJL > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kkp82k0gHDnCUy5TPu1vW2daAH0BFgIN { width:20rem;height:1.6911764375rem;top:1.0215902328491rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QezNCbKkzCX4H7sWH8L45mN3fwlK6t1n { display:none; }#QezNCbKkzCX4H7sWH8L45mN3fwlK6t1n > .row .container { width:20rem;height:68.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EMi5pB7Tynwgafsk377lTNezAvAn5yL6 { display:flex;width:2.1875rem;height:2.1875rem;top:1.25rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #KVrJC4onNPPUEM7Dm8BnUQgmuZGsDR3s { width:20rem;height:8.82352925rem;top:4.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiWEMl3g7iKVcds712oynASHxZMTV0vM { display:flex;width:2.1875rem;height:2.1875rem;top:24.5661763125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #eqr1trZ2A3trchoWSh5Tqmd9mFuk2KMR { width:19.375rem;height:7.3529410625rem;top:28.0036763125rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vp8OZwLcpRLWrzvzcehbLWwN2nv5uFwV { display:flex;width:2.1875rem;height:2.1875rem;top:46.4117644375rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #x7bpQPd0iJK5Hkz8yEkQVlcwrLcHpeGr { width:18.125rem;height:7.3529410625rem;top:49.8492644375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkGgXEt4mZxVOmCAQ8H3op8vfHOCoKMa { width:5.625rem;height:5.625rem;top:14.76102925rem;left:7.1875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #hhQ33XNvyAd337I3y3dGTid1CfMUBzeU { width:5.625rem;height:5.625rem;top:36.606617375rem;left:7.1875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #n4Xb90aKygC9BWQlvo13nzdRkDVR6asi { width:5.625rem;height:5.625rem;top:58.4522055rem;left:7.1875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #tXMtDwxfluPMRWXToyovn3kLxnLJMr2t { 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) { #UPC6MfxeIlTA95kMl8CGTnXIEG0bOT8Q { 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) { #be6sOvMg6LONhUvXZApydED82rZ311QI { 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) { #oeDGseciTE6v6mNeJIzHRtiMaWzOx2Qv { display:block; }#oeDGseciTE6v6mNeJIzHRtiMaWzOx2Qv > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvvskDrKSK7RekiDTNNAeUqBnWdGyCia { display:flex;width:2.1875rem;height:2.1875rem;top:1.5841064453125rem;left:0.81916362047194rem; }
 }@media only screen and (max-width: 763px) { #x2f7TLQncRyEa5GSVtA6Ats3RaB44bAr { width:20rem;height:5.8823528125rem;top:4.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK3IHzzzBeEHoHyMe7uxDw3CyKu2BQbK { display:flex;width:2.1875rem;height:2.1875rem;top:19.75rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #WorpCBRs5xFkaRxkeChAmgkkdiWS6y5Z { width:19.375rem;height:5.8823528125rem;top:22.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmaQzLkRCVqWP4OFuzlqxDaT4A1P5Bma { width:5.6870403125rem;height:5.6870403125rem;top:12.8125rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #TswQwLnnaghfo3fKFolEvQqbeHt8VRaI { width:5.6870403125rem;height:5.6870403125rem;top:29.5rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #qdLW2009Sz45uHv8tWxc7Xf1dRguNs5q { 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) { #wJ0FlT7FqWRkqHFilmMcPgIQalxEZgcW { 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) { #k97QgpmB9UROO3T3zVlDGaCEmno50R7H { display:flex;width:2.1875rem;height:2.1875rem;top:37.516082763672rem;left:0.81801468133925rem; }
 }@media only screen and (max-width: 763px) { #n3HpirJF97vZdoBxgp2TGh0ThlcPxu6R { width:18.4375rem;height:5.8823528125rem;top:40.219421386719rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA7oNwpDyaloLZzUhnkFfzX5q409NBfO { width:5.6870403125rem;height:5.6870403125rem;top:47.744689941406rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #vFqQKtbpEcy21D9N5yr5Wu15tCGMDzLG { 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) { #kqfCtQkN5BUSnGu5nTkxQIwB1oJ4CXCS { display:block; }#kqfCtQkN5BUSnGu5nTkxQIwB1oJ4CXCS > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Adzb9O5kzhV5UQ9RENuu00EaQbBRT27k { 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) { #ItXV8dhezuQKQBwzQEUMNO6uZuL70f2D { 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) { #CVoof9GJ9LXoTeHvO4yk5xqJ4BJO0Bdi { 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) { #SJa6hai63vnqaStqBo3SvCzGJydB6Bar { display:block; }#SJa6hai63vnqaStqBo3SvCzGJydB6Bar > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F96fz3PmTDtrwoiEixJaPLHL4t5ldTEE { 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) { #PbnluyFJq4rx9IJfeI5z5FWTQ0wi4T1f { 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) { #cDJwqGzix3V62JwIevFQXhmoQfncQhn3 { 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) { #KB42bFTkzzTsxQUoRu5y8C6iG9dpyJh2 { display:flex;width:2rem;height:2rem;top:14rem;left:6.8125rem;opacity:1;display:none; }
 }@media only screen and (max-width: 763px) { #XxdlUxRT1GDIEPoXyhX7lsm2gmw4e43J { width:4.375rem;height:0.3125rem;top:15rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k1TaESRGe2VZXQadwp6uwChJvnqQkPf7 { display:flex;width:2rem;height:2rem;top:32.6875rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vX7nTn5CWRcfpXWFcz8yNy8J7ya5i3MX { 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) { #NuL8kdWi0DBDKrR8qXwDfxipWQFfXIVl { width:4.375rem;height:0.125rem;top:33.625rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zv1HP7whKTPWCo07NGua9DmutcDQqmx0 { 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) { #xE6T088tZ3qLasbMgVF8QJTlGxmD53Xp { width:2.5rem;height:2.5rem;top:2.4375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuB4Q6FPUuv3BKDotuQdPBv0vdbCohWG { display:flex;width:2.936580875rem;height:2.936580875rem;top:2.1875rem;left:9.8125rem; }
 }@media only screen and (max-width: 763px) { #NnMM807FpNwRsbVB1JRgmDuOuImF0VtK { width:2.5rem;height:2.5rem;top:12.08642578125rem;left:6.4028030037881rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts5pGHd32z9wlK1J28xUzz9SgioXIkhy { 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) { #gTndlX7TtnZsD9y8qWaL73vJ9J6svBTC { display:flex;width:2.936580875rem;height:2.936580875rem;top:11.824462890625rem;left:9.8839607834819rem; }
 }@media only screen and (max-width: 763px) { #TmTNewFzM1KXxtyuAAsn0T6l1X1TexeD { 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) { #yovTyTchlz96lh1XQ7OTc4gp5ArKfkco { 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) { #n6gP5wVXEbBgRkkyhiaDWkq0IbUBLCKs { width:2.5rem;height:2.5rem;top:21.850646972656rem;left:6.4028030037881rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRanTpfJgFAe7tgEnps9TqtbUfAyLzN0 { 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) { #GfHKDgi13r5lqLwEfH11T9bP6Mid6eUG { display:flex;width:2.936580875rem;height:2.936580875rem;top:21.603820800781rem;left:9.8104315400125rem; }
 }@media only screen and (max-width: 763px) { #AkD1g21K2p85XmKqOXTVQNkHS49H2VgZ { display:block; }#AkD1g21K2p85XmKqOXTVQNkHS49H2VgZ > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UBXcEooNKoHDqlhGm9s3CdLnp6tyltBp { width:9.0625rem;height:11.375rem;top:45.602478027344rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CWyuDlIzzvekI0ExArKqDbvfvrNXFMxo { width:1.9375rem;height:2.4375rem;top:6.7975463867188rem;left:2.1312039494514rem;display:none; }
 }@media only screen and (max-width: 763px) { #wNwuk72SapHUTlZL9B8szRe8pg9nQ6N6 { 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) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h .widget-input-text {padding-top: 0; padding-bottom: 0;}#HIceLxvaba10x2xvD4icv06XBpoy5v8h .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h .widget-input-select {padding-top: 0; padding-bottom: 0;}#HIceLxvaba10x2xvD4icv06XBpoy5v8h .widget-input-button { width:12.75rem;margin-top:0.25rem;margin-right:2.375rem;margin-bottom:0.25rem;margin-left:2.375rem; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h  { width:17.5rem;height:auto;top:2.0625rem;left:0rem; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HIceLxvaba10x2xvD4icv06XBpoy5v8h {display:block;}#HIceLxvaba10x2xvD4icv06XBpoy5v8h { width:17.5rem;height:auto;top:2.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #BCwT0rBsMo3ak5uVQkPoEvoHB18IJQ0l {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #b8tGWKwqiGAmLn5nMpKtCRDQTOMZcrUT {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #EfCbc3knp9UTbaeitpwT3TWkBgCAvOXc {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #x87DopSqfkR9iXRCnMReg4rAXElOrQDN {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #s47rW6ITpMEyfkrbWo7gN8IvTvV8CJfO {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #esO9yPRk5vtedOBCrZBmJwvwZ8v2xGq7 {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #gZT1cgg1QQ38l5bxJJa0AmQ4KNLsrX8O {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #H9t2RrRemmOGZ1fDaoWH1XfRNWCk4vNx {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #Vn3BBFCLETNpKCrvK6WIzJSp05oyZ4Zu {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #fPZ2bCWvvdL3yN7Hk4V7RZOtfOKf5LqU {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #UEr4yFWnq2I5i4uvCrTSbGvSNa5ZNxK6 {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #BSo6VzGpTy4FiUUTiflvSHVBX3au7vNB {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #IQDQTResptqlv08oWdGTLRQSoTAOQ1z2 {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #BRaTxwpK6hQp65lKPDCFeHtc1UKlNvEk {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #zyDySql0mUBkNIiEtolQIuDBImXPgNf0 {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #FLbfQn6PATNzzPrGRK1x76k8yctrwWfw {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #Em7HwQwq0C1Ky5om42iDaDb9yiLsUy76 {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #SEK440SXPLGP5gv21fCugJDpZX98DzsK {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #evQ5vXsSganT12elCaBBoUHxSdWGS3hA {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #KTw5r1mftOHXhfTtWGcBzShDnan7Z2ZC {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #qGU4lX0btrH6z4EgdrRxTDrTKoyMXc2a {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #ZLGNQLPns9nLeINdE1gGyTDX8KTKv8dH {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #PzXI9v3H61Z5TxTINJJ4WzchTHB35ye3 {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #Kg4EuzwMM9GRfzXVC6r3paNgTWVr2Xlm {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #QinrGRzTNw2MGxIKDPTFqsJy25uTEBo4 {  }
 }@media only screen and (max-width: 763px) { #HIceLxvaba10x2xvD4icv06XBpoy5v8h #lQmHuWH4VTB5HvoNRaP6JtMZLZ38TOwk {  }
 }@media only screen and (max-width: 763px) { #FvOeyLfpK0NopH8PqkOwhthlwymquMul { display:block; }#FvOeyLfpK0NopH8PqkOwhthlwymquMul > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W74B1X1Kr24DOxWUFEniI8n2JWSsxl03 { 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) { #CJLsNWa0H8V3tyHdUceDKaBezGsdyMDF { 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) { #DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT .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; }
#DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT .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; }
#DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT { display:flex;width:18rem;height:5.0625rem;top:5.3624267578125rem;left:0.31479781866074rem; }
 }@media only screen and (max-width: 763px) { #DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT #TzuIPsLknOAa7l0vEEvpMaZAcTBmMHAn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT #TXTpaOuWWLtwTntHvkvW5NJxXBb4KRxG {  }
 }@media only screen and (max-width: 763px) { #DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT #LJVAea2NM2L8TzpOZTMTUJs68QoNHlHy {  }
 }@media only screen and (max-width: 763px) { #DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT #Q2cG9hQ08vkTi9z6LyTU4gNRzOvGXDL4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT #NF2OeNNng3ZvRO82byHqvWf2sPee0swN {  }
 }@media only screen and (max-width: 763px) { #DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT #nOgdcvTlxwrE2aCtT5iDhltE1d9M3pL1 {  }
 }@media only screen and (max-width: 763px) { #DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT #X4i2wLcxulJkWLSOO7pnUfeGXHSKTv3o { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT #NwLWXTynviiCaqEUFuVScuDqs3Shu6wm {  }
 }@media only screen and (max-width: 763px) { #DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT #PE2DchgTZeMXb50daZ65T7mIhMoBTShM {  }
 }@media only screen and (max-width: 763px) { #DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT #IMzqlkxC8Ce2m7kNmq54eTKp6rh6O2Wt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT #v2zIplmKiGH8ZCJKJ3h8O9u9rc2WTVk7 {  }
 }@media only screen and (max-width: 763px) { #DJ5n8I06o5ZqK43B5BzdI9gORTNZr3eT #GLlUvIuxcrrRyAFg79VK8EHbCpDtAzhr {  }
 }@media only screen and (max-width: 763px) { #ETkEKqWteZGh3PuvxBVT12csQDc3bnzi { display:block; }#ETkEKqWteZGh3PuvxBVT12csQDc3bnzi > .row .container { width:20rem;height:160rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vvgkoAarwllk7hJcAJpDJH2TeCcV5lcV { 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) { #T42WbiuifzC9xv3nuPIxv23udgl9ahcf { width:3.25rem;height:0.0625rem;top:26.9375rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QygzsRm7wrboP7yqyzLMPtKvt0CvqNUB { width:3.25rem;height:0.0625rem;top:19.125rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUiToZvRFocsW3q4cBVTfXxazuPAimTV { width:7.1875rem;height:4.8747701875rem;top:118.15368652344rem;left:12.812499105931rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwrTmEvxeEFwz5oh3No154S2aHMH1pXF { width:7.0625rem;height:4.875rem;top:42.760559082031rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh2kUFsLTF2giNwdflTOTfy7JmZBWVmG { 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) { #xozzSXSGzxRLGNlCQVZMQaf6pwai1kXv { 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) { #vOaJgoABqLkpU2L5bFoQEs70EnpTDfIS { 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) { #LxtSrDVkNX4GnL0HbLCcTAVakisJE6hl { 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) { #Ad2hmkfesJzWwLVDiEPpapariSqB1Ot2 { width:3.25rem;height:0.0625rem;top:38.4375rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sggukZT1NOX1GIz7COyQAa4aVS1Kcqyr { width:15.75rem;height:23.161764125rem;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) { #qdTTpEHgCs7KLhTWqNebuXhA8kP6bFVA { 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) { #B2vlB9LAeZhhSTmAFtvc4sPCZKMuQE9A { width:20rem;height:10.8125rem;top:122.375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-image: -moz-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-image: -ms-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-image: -o-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e8a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e8a5' );";background-image: linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ydIfsdsCfxaIZGkG7lR1Vp1cA0agXhJ7 { width:18.875rem;height:13.25rem;top:133.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJapTVN9lBqMFtS7pOaC0oPgrrzVv5GL { width:18.8125rem;height:13.125rem;top:121.1875rem;left:0.625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #LVmsg40U3J84o3ZDMTGHUZZWZwchzILP { width:18.8125rem;height:13.25rem;top:145.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9NQUWckqr6REkvrc4e6rzXpUAfEIGpw { width:15.1875rem;height:10.75rem;top:98.96875rem;left:2.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QSOHnlv20yupniFObxIuPHZzgDAitz4T { width:15.8125rem;height:11.1875rem;top:113.9375rem;left:2.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vcVX1RW7mzTB2gBc5faSRPQtRQpDfACr { width:8.9375rem;height:6.3125rem;top:130.125rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C5Wic5HIqSHlKHBxyQMMITXLP96l5q2M { width:20rem;height:10.8125rem;top:134.375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-image: -moz-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-image: -ms-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-image: -o-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e8a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e8a5' );";background-image: linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #aKOUXWTi7xENuG4dA7BkuNJM0RMty6xx { width:20rem;height:10.8125rem;top:146.4375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-image: -moz-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-image: -ms-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-image: -o-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e8a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e8a5' );";background-image: linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #onb1r1vuPPar05Cf268EqDMTT5nLpaKh { 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) { #Jm1l5mRKzBTX58BVvd979qmHhi61S0ZI { 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) { #TKgk8PhLDFZcmlag3PasOG10BbpvVOIJ { 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) { #BZTJpF25ZT0W0WTQRtgQwxeU9DIsouUu { width:2.3125rem;height:2.3125rem;top:240.2841796875rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTJnBzgBDnnWRksQRAzyknIuLXXH3117 { width:3.6875rem;height:3.6875rem;top:317.802734375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lSEulFSxFlxnJVPRHn1rAXTsRKvRp2dV { width:5.375rem;height:5.375rem;top:230.9091796875rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #phOgZ0d9Qfk2MS7qWENpUluTwP332Nqf { width:1.9375rem;height:1.9375rem;top:126.375rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lmc73wBMgcZlcllx1ENDnJKI0wSiellJ { width:1.125rem;height:1.125rem;top:300.365234375rem;left:12.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JiweFiZxaOIOeDT16uUiVhX7X6Dzo3LI { width:1.875rem;height:1.875rem;top:249.1591796875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTZi8Kftf2UlFTqMyHL3m3PadaRbNVqx { width:1.5rem;height:1.5rem;top:237.5341796875rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NwctdshE9HbPcXnUqhTCJmOUQLmzTOVg { width:4.1875rem;height:4.1875rem;top:147.9375rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u4WwoSIpyidL0WwZWMib7V6zyFlEhqSR { width:4.5rem;height:0.9375rem;top:149.375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggnupbRpCd0tItXmkVpHDZ1bqGTsW44g { width:4.375rem;height:1.375rem;top:136.8125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKm1034eto4EXf0AVxRu5s1xGqzFWtX4 { width:4.3125rem;height:1.375rem;top:124.875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTVTZLhIV8H4DsO86kxhEtF0KFvmIbk2 { width:20rem;height:31.125rem;top:45.249267578125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-image: -moz-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-image: -ms-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-image: -o-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e8a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e8a5' );";background-image: linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #a4hC1TD4AgFOKfTPa9wQtCkkenkXRAbO { width:20rem;height:35.75rem;top:7.0625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-image: -moz-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-image: -ms-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-image: -o-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e8a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e8a5' );";background-image: linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kQ0veJaTiWaNQs9a2WzbeFMrZF1kRLbz { width:20rem;height:40.5625rem;top:79.0625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-image: -moz-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-image: -ms-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-image: -o-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e8a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e8a5' );";background-image: linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mveew8eToU0oNiJZuqeIPQXf85Ie4TaM { width:8.8120403125rem;height:8.8120403125rem;top:80.6867980957rem;left:5.5928307175636rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tix2F2Lhh0B1OWNfW3RFs8y4Awr5XzQ4 { width:8.8120403125rem;height:8.8120403125rem;top:47.588470458984rem;left:5.5928307175636rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPPUiP5NSzcm1lCMmeCL2G7AHxhTOl4C { width:8.875rem;height:8.875rem;top:8.0625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoLe0yTpVNBsN1aCRgFB8HkcoWH6dqTJ { 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) { #qlNGbsezTVSLSGtTU9m7qgUkbUF2kpTw { width:9.0625rem;height:9.0625rem;top:48.6875rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NWLNiID5doJTTK7BH0Cntdsm6Tqt14fs { 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) { #QtGBVf5tFGVZr8v1t492NFU3IlxqWN3I { 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) { #UWvVLs8nxMRywmoXZLFT0QLh5XaFcVQr { width:3.1875rem;height:0;top:56.125rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qQL6qn8LJVTKCL2oQWaTq1Uuk6eIqcTl { display:block; }#qQL6qn8LJVTKCL2oQWaTq1Uuk6eIqcTl > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uAZ5boizLmEeQ94FL19So5ogLwP0OIBV { 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) { #WEUkHt2pxav7QLGr0vEzGPsnzHzrOuAy { 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) { #ktSTxx26bv6nF1ALPS9Zyq9AexGk8Uws { display:block; }#ktSTxx26bv6nF1ALPS9Zyq9AexGk8Uws > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1MoR5ht0cwB6UoTwJ8T3CRqTeVGecBX { width:0.1872701875rem;height:6.6865806875rem;top:1.1488647460938rem;left:9.8736202716825rem;background-color:rgba(var(--color-tertiary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XHIO0Nc4HE6TbiNZ4P4iUIwtgFMaGX2M { display:flex;width:3.125rem;height:3.125rem;top:1.1098022460938rem;left:3.2582719326019rem; }
 }@media only screen and (max-width: 763px) { #NelgyssZqJ5GKmUObRkxTwDDeOFQTEOk { display:flex;width:3.125rem;height:3.125rem;top:1.1383056640625rem;left:13.437499284744rem; }
 }@media only screen and (max-width: 763px) { #KNX2AktZ8wLsCD3by88qNwRh3l5nE2x2 { display:flex;width:3.125rem;height:3.125rem;top:9.363525390625rem;left:13.436350107193rem; }
 }@media only screen and (max-width: 763px) { #TLZTbbcSxCScJrCXu2Qiz0Bcu7fi8vvl { 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) { #yETIDMpB8kGR8kXKx7IOhlP5cHbcUPZH { display:flex;width:3.125rem;height:3.125rem;top:9.3692626953125rem;left:3.2571229934692rem; }
 }@media only screen and (max-width: 763px) { #bDk3EUiH5aHOIR7yq4oLAoKHBqRTrKI6 { width:0.1872701875rem;height:6.6865806875rem;top:9.375rem;left:9.8736202716825rem;background-color:rgba(var(--color-tertiary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IyXf28kVUrZOc8rZaCISvX9oKs3r16xM { width:0.1875rem;height:6.6875rem;top:22.125rem;left:6.3750002980231rem;display:none; }
 }@media only screen and (max-width: 763px) { #i7qsNMuHr578A5MnvlNyEkiFytWog1es { width:0.1875rem;height:6.6875rem;top:22rem;left:13.437500298023rem;display:none; }
 }@media only screen and (max-width: 763px) { #HPAiG2TadxeUoyeHyU8ZL1zRZilNlf5g { 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) { #AEGKyrez6iPRt8zLBW9UsdD98gdKG8op { 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) { #sNuQbAOfvnTVqFib7cnLq1GufMH2xlHF { 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) { #xaV4SaTWSW4sENQfARAoxZzc6Tpz1esu { 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) { #D9ZWmUPQd6gcThWndHsHg5Ved6gMU428 { display:block; }
 }@media only screen and (max-width: 763px) { #AQUVUnWyywQxWvFG1ZIp44HBU6xphn9m { width:4.5625rem;height:4.4375rem;top:22.614850050781rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkMQaDzIy8gI47IFAuHMnWV62OP39DHX { width:8.625rem;height:10.8125rem;top:36.259611113281rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 { display:block; }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWIKsZiJrQPLLTBRiA88Du3XuEkxWU48 { width:18.125rem;height:1.76470575rem;top:18.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnGvd0srai3pUlW386eI4UKMUc0uhie5 { width:18.125rem;height:4.6323526875rem;top:20.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVTVVafFaH6mG5SWNntAqZVqaCaN2NkN { width:17.125rem;height:1.76470575rem;top:25.25rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oSNVtqF1GQ8zxuwDU7wVunHTzWJb58Nf { width:3rem;height:3rem;top:27.9375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUlklRQsNCBJE6MI10WsRi9WmUXqX4LT { display:flex;width:1.375rem;height:1.375rem;top:28.75rem;left:4.9375rem; }
#DUlklRQsNCBJE6MI10WsRi9WmUXqX4LT > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #F1LbKg8LOdtIvBF6vcvuobvGKTDcAMnU { width:3rem;height:3rem;top:27.9375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtNqK261FwD63Bzlzyodz3P6trHxC5zx { display:flex;width:1.375rem;height:1.375rem;top:28.75rem;left:9.375rem; }
#VtNqK261FwD63Bzlzyodz3P6trHxC5zx > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #umRMRo98d9ALDGBfk8nBkhNXl9VSbEu2 { width:3rem;height:3rem;top:27.9375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5fiVuIooOSw16ofM108J3SSBzSGBQZa { display:flex;width:1.375rem;height:1.375rem;top:28.75rem;left:13.75rem; }
#f5fiVuIooOSw16ofM108J3SSBzSGBQZa > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #FhScmmh8n6nOOxO0F1n5H5a32TbH2xSJ { width:17.5rem;height:1.1875rem;top:32.8125rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qTNpLNTeRcPcKRgFnSqC7GuoLdQA8tue { display:block; }
 }@media only screen and (max-width: 763px) { #QfJklziCWlTdge1JNTbI1vUUJXezPcBN { width:17.125rem;height:6.17647025rem;top:35.25rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rv3gUdPyAHuS0gR8t1QlMPpHrcR9L55e { width:18.4375rem;height:3.161764625rem;top:1rem;left:0.78125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAVG2UTM4HholEz2IsW3LcQPmvSSAWKw { width:19.6875rem;height:13.9375rem;top:4.1875rem;left:0rem;display:block; }
 }