.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:255,235,204;--color-primary-1:255,195,102;--color-primary-2:255,155,0;--color-primary-3:252,65,0;--color-primary-4:51,31,0;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:248,248,248;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Comfortaa";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#MSaPUKiTwnppQXygleqMMAKuh2wS0ca7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0b347e5a-5e0f-4dfc-b7e8-3db63cc0a401/3DDRL7CHS.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MSaPUKiTwnppQXygleqMMAKuh2wS0ca7.adaptive-delivery-prevent-bg, #MSaPUKiTwnppQXygleqMMAKuh2wS0ca7.lazyload, #MSaPUKiTwnppQXygleqMMAKuh2wS0ca7.lazyloading { background-image: none; }#MSaPUKiTwnppQXygleqMMAKuh2wS0ca7 > .row .container { background-color: transparent; background-image: none; }#MSaPUKiTwnppQXygleqMMAKuh2wS0ca7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,26,26,0.65); }#MSaPUKiTwnppQXygleqMMAKuh2wS0ca7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSaPUKiTwnppQXygleqMMAKuh2wS0ca7 > .row .container > .video-iframe-container { display: none; }#MSaPUKiTwnppQXygleqMMAKuh2wS0ca7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,26,26,0.65); }#MSaPUKiTwnppQXygleqMMAKuh2wS0ca7 > .row > .video-iframe-container { display: none; }#MSaPUKiTwnppQXygleqMMAKuh2wS0ca7 > .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); }#MSaPUKiTwnppQXygleqMMAKuh2wS0ca7 > .row .container { border-width: 0; border-radius: 0; }#MSaPUKiTwnppQXygleqMMAKuh2wS0ca7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MSaPUKiTwnppQXygleqMMAKuh2wS0ca7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MSaPUKiTwnppQXygleqMMAKuh2wS0ca7 > .row .container { font-size:0.875rem;font-family:arial;height:48.625rem;width:75rem;position:relative;display:block; }#feAC0siJkE1EZa3yLcixQkQ1gAvJ09rg { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8120625rem;width:23.936625rem;top:2.2482640743256rem;left:26.652561187744rem;overflow:hidden;display:block; }
#J8E6iTmc2sG9yxQlnQTD8oewhNzlPyGO { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),0.86);background-image:none;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:27.5625rem;width:22.375rem;top:14.25rem;left:46.9375rem;display:block; }
#EEolIKLmvAgNRSorgcRtrprcApuRBDLQ { color:rgba(var(--color-primary-3),1);display:block;width:20.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:15.0625rem;left:47.6875rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;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; }
#IJJchZKnFXvafET6FW8NvMU3RUlWdDfx { color:#fafafa;display:block;width:17.061625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:700;z-index:15102;line-height:1.6;letter-spacing:0;top:24.25rem;left:5.625rem;height:6.599625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tS2bFI4oz39aNoNTPJM3MqX9D9mUuWm3 { color:rgba(var(--color-secondary-0),1);display:block;width:7.309875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:14.0625rem;font-weight:700;z-index:15103;line-height:.5;letter-spacing:0;top:35.5rem;left:9.375rem;height:7.03125rem;font-style:normal;display:block; }
#s3mtbPxLza34KttUb6T1u7hnqDorA3eW { color:rgba(var(--color-secondary-0),1);display:block;width:5rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15105;line-height:1;letter-spacing:0;top:31.0625rem;left:11.6875rem;height:1.875rem;font-style:normal;display:block; }
#xRd0b1TGgBTPXx4kde0x0gCUv7N7VQiA { color:rgba(var(--color-secondary-0),1);display:block;width:1.12109375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15110;line-height:1;letter-spacing:0;top:42.25rem;left:23.125rem;height:1.25rem;font-style:normal;display:block; }
#fMRhdPbX0uwVkhrtpKUfTTulbyv6mSTC { color:rgba(var(--color-secondary-0),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15104;line-height:1;letter-spacing:0;top:42.5625rem;left:17.75rem;height:1.5625rem;font-style:normal;display:block; }
#iR5sy2qbpITgodAbQ6EKDzu7TkXfZxyn { position:absolute;display:block;z-index:15108;background-color:transparent;background-image: -webkit-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.75rem;width:35.6875rem;top:14.6875rem;left:6.3125rem;display:block; }
#yUdRf5OobhmBny8N844Pe4WRFFhQd1Qy { color:rgba(var(--color-secondary-0),1);display:block;width:27.249375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15110;line-height:1.1;letter-spacing:0;top:15.0625rem;left:10.5rem;height:2.75rem;font-style:normal;display:block; }
#iGKDnTmeoiECtMD3tIe5soEcAJ7FJtTm { color:rgba(var(--color-secondary-0),1);display:block;width:32.249375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15111;line-height:1.1;letter-spacing:0;top:18rem;left:8rem;height:2.75rem;font-style:normal;display:block; }
#tMuyftD36PfSmPKPDw5tmtNo615e5hlW { color:#fafafa;display:block;width:15.811625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:700;z-index:15103;line-height:1.6;letter-spacing:0;top:24.25rem;left:25.625rem;height:6.599625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zG5l24X1Z1NppVh9zVTpZSgi0eK1FWhw { color:rgba(var(--color-secondary-0),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15106;line-height:1;letter-spacing:0;top:30.875rem;left:31.25rem;height:1.875rem;font-style:normal;display:block; }
#vJ6ZmimK3daww9OJAkw58BhVTdpkDnz4 { color:rgba(var(--color-secondary-0),1);display:block;width:7.309875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:14.0625rem;font-weight:700;z-index:15104;line-height:.5;letter-spacing:0;top:35.5rem;left:29.5625rem;height:7.03125rem;font-style:normal;display:block; }
#UBg1Dw37Tu13etdWViscTomOf2e4V1WG { color:rgba(var(--color-secondary-0),1);display:block;width:5.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15105;line-height:1;letter-spacing:0;top:42.5625rem;left:38.125rem;height:1.5625rem;font-style:normal;display:block; }
#CDT2Kw4p2cGqXyoPSCLNUJU6WppF84az { color:rgba(var(--color-secondary-0),1);display:block;width:1.11979375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15111;line-height:1;letter-spacing:0;top:42.25rem;left:43.5rem;height:1.25rem;font-style:normal;display:block; }
#QgTs1ptpWqpqKa2awWA2gmkTSdvgLMIM { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20rem;width:0.125rem;top:24.3125rem;left:24.5rem;display:block; }
#kgdwOfu7Q790idmpXv1q2T87Be0gxiMu { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.6875rem;width:10.875rem;top:24.5625rem;left:28.375rem;display:block; }
#lAgZ0eHHTzCTCCTVI81cDw9NKbzm1soJ { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.6875rem;width:10.875rem;top:24.5rem;left:8.75rem;display:block; }
#IBVOealTwuQ0Hfi1R8AyhIFpngNhJknQ { position:absolute;display:block;z-index:15112;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.9375rem;width:3.9375rem;top:22.0625rem;left:6.125rem;overflow:hidden;display:block; }
#z0aIJlIOReFNl7L0BkKGgFKllLQsVhAU { position:absolute;display:block;z-index:15113;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.9375rem;width:3.9375rem;top:22.0625rem;left:25.625003814698rem;overflow:hidden;display:block; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv .widget-form-header {  }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:17.875rem;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;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color: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.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);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:17.875rem;box-sizing:border-box;height:2.75rem;color:rgba(var(--color-primary-3),1);font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top;box-shadow: 0rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.3) ;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv .widget-input-text {padding-top: 0; padding-bottom: 0;}#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color: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.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);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:17.875rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-primary-3),1);font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top;box-shadow: 0rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.3) ;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv .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;border-right:0;border-bottom:0;border-left:0;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:17.875rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv .widget-input-select {padding-top: 0; padding-bottom: 0;}#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv .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; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv .widget-input-button { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(225deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(225deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(225deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(225deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:17.875rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv .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:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.6875rem;overflow:hidden;font-style:normal;float:none; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv .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; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv .widget-container:first-of-type{padding-top:0;}#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv .widget-container:last-of-type{padding-bottom:0;}#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:48.020835876465rem;top:22.25rem;z-index:15014;position:absolute; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.875rem;display:block;vertical-align:top; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv {display:block;}#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:48.020835876465rem;top:22.25rem;z-index:15014;position:absolute; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #wbZ8CKipTd8fZnHfmpMIpIpTvttLm0Zr { position:relative; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #RzgNnN4PlGKswbWKfNUo82Lhd9oJ9Mu3 { position:relative;display:none; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #Oavzm1LLTMxz4x3Ht3tfEMBfwb71mIel { position:relative; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #nCQngTQ8qTQFuIWv4X9WdqvilrG93Bw2 { position:relative; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #P36gr4wTUgv3svQFNusOHSehySllw4HG { position:relative;display:none; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #cVGShuVZ0lBX9TLHmRU84pp3HTU641PI { position:relative; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #BRPP3p5fCLx5QtdT3XGbCVhrqmbtsccT { position:relative; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #BTB6VdZX1AGgpPmNkaMOBW38XxIG2Okl { position:relative;display:none; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #DQ6ZGCV9BGv7UAmmTSWTB1SEFmXE95IZ { position:relative; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #dbsnd944OWxWgqb6i8lgZIzqoUpQDlyc { position:relative; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #x0fkZPq2znblKLrsWqL6a2pZcf0Z17Fc { position:relative;display:none; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #OPXXb2ThTNJcesUdDiw5JybGNMgTT7kZ { position:relative; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #LCHUQK35JKIQGaJIVXl9u1PVOiWDytMv { position:relative; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #tp8kBL9TvlZ0OtR4EvwgxBSmgyCiWDDV { position:relative; }
#p4NUHHi3ZfmXCEJ36lwJGSGdfEKXfhRl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(161deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(161deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(161deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(161deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(161deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p4NUHHi3ZfmXCEJ36lwJGSGdfEKXfhRl > .row .container { background-color: transparent; background-image: none; }#p4NUHHi3ZfmXCEJ36lwJGSGdfEKXfhRl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4NUHHi3ZfmXCEJ36lwJGSGdfEKXfhRl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4NUHHi3ZfmXCEJ36lwJGSGdfEKXfhRl > .row .container > .video-iframe-container { display: none; }#p4NUHHi3ZfmXCEJ36lwJGSGdfEKXfhRl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4NUHHi3ZfmXCEJ36lwJGSGdfEKXfhRl > .row > .video-iframe-container { display: none; }#p4NUHHi3ZfmXCEJ36lwJGSGdfEKXfhRl > .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); }#p4NUHHi3ZfmXCEJ36lwJGSGdfEKXfhRl > .row .container { border-width: 0; border-radius: 0; }#p4NUHHi3ZfmXCEJ36lwJGSGdfEKXfhRl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p4NUHHi3ZfmXCEJ36lwJGSGdfEKXfhRl > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:75rem;position:relative;display:block; }#kxC9GNaQ7o2NCgr6M9ptfZEC5AZae2iW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:36.9375rem;width:36.9375rem;top:1.83203125rem;left:0rem;overflow:hidden;display:block; }
#rl7AiL2G82UtblrXNL826PwNmI7WASfR { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:0.248698125rem;width:35.808625rem;top:10rem;left:38.375rem;display:block; }
#XM2Fp75wTT05iD9NTHGxy6W9mOBLdtB1 { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.496125rem;height:3.43359375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:36.169269561767rem;left:47.501300811767rem;display:block; }
#ycbqJNqm2OHXJXg1ttp2E3NMyBa4kOuc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yTH8M8KcH0cTsO8T1Mda0FzBQo6sazlg { color:rgba(var(--color-secondary-0),1);display:block;width:35.4373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:10.875rem;left:38.5625rem;height:25.58335rem;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;display:block; }
#VzTILf8q6sIBnz4EpScU9q3GcKJ8Trki { color:rgba(var(--color-secondary-0),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.8125rem;left:38.375rem;height:6.82425rem;font-style:normal;display:block; }
#uwcOZAfpph5MOrmw3OQ5ODMXyupczT6J { position:relative;display:block; }#uwcOZAfpph5MOrmw3OQ5ODMXyupczT6J { background-color: transparent; background-image: none; }#uwcOZAfpph5MOrmw3OQ5ODMXyupczT6J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwcOZAfpph5MOrmw3OQ5ODMXyupczT6J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwcOZAfpph5MOrmw3OQ5ODMXyupczT6J > .row .container > .video-iframe-container { display: none; }#uwcOZAfpph5MOrmw3OQ5ODMXyupczT6J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwcOZAfpph5MOrmw3OQ5ODMXyupczT6J > .row > .video-iframe-container { display: none; }#uwcOZAfpph5MOrmw3OQ5ODMXyupczT6J > .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); }#uwcOZAfpph5MOrmw3OQ5ODMXyupczT6J { border-width: 0; border-radius: 0; }#uwcOZAfpph5MOrmw3OQ5ODMXyupczT6J > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uwcOZAfpph5MOrmw3OQ5ODMXyupczT6J > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:53.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#F6Ve6dk4Nh8t6NMPT9mkEfcEfqd98Egu { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:15.0625rem;width:15.0625rem;top:9.625rem;left:29.8125rem;overflow:hidden;display:block; }
#d1TgxkMH78enwTudNsN8exAq23EX1OPe { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-left:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-right:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:38.1875rem;width:17.8125rem;top:8.5rem;left:28.25rem;display:block; }
#d8DVJ4m4lt530kTcrV7ZZ0UbzrTEd9HO { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15070;line-height:1.6;letter-spacing:0;top:24.6875rem;left:31.75rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BlxEOOmMPbQlJawHi6w09NOdPS4XTDy7 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15069;line-height:1.6;letter-spacing:0;top:28.625rem;left:28.8125rem;height:1.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i1f2fUPwhrrbx3GEHQLMeZw3en2dTMO1 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15072;line-height:1.4;letter-spacing:0;top:27.875rem;left:29.3125rem;height:1.22395625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ex57mIvECAM6rWMu3ifBbCom02Zk1Mle { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:30rem;left:38.5rem; }
#PENwJTKvAIHmvNkFmuK4kMrThfxu06uQ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:30.125rem;left:32.75rem; }
#hpPZh9tyaP1TcUpO1e1IsqeekbAA99I1 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:33.9375rem;left:38.5rem; }
#uFPeVkyfiBnTl3eelsb1KTfNWtL7CIMg { color:rgba(var(--color-tertiary-4),1);display:block;width:1.6862rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15070;line-height:1.6;letter-spacing:0;top:30.125rem;left:34.625rem;height:1.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AS8qSVyLMdb44cHrNPHy8M0rBxiEU95X { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68489375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15072;line-height:1.6;letter-spacing:0;top:33.9375rem;left:40.3125rem;height:1.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q4TiJdslVch6LzbKTTXyeCTyc80fxThr { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68489375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15071;line-height:1.6;letter-spacing:0;top:30.125rem;left:40.3125rem;height:1.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EBfN5V1xIEplnpVaL9M9kqvOfMgJ42ev { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15071;line-height:1.4;letter-spacing:0;top:37.1875rem;left:29.5rem;height:1.22395625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AT7V3KV5gbryXTWrwapRp917RlOqU2mf { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15070;line-height:1.6;letter-spacing:0;top:38rem;left:29.0625rem;height:1.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ygPkbNQ3wqCNWDRukEO5pvey5PJ5KXTS { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:39.625rem;left:32.75rem; }
#Gbbi5qzk5aWsU5BfkAhmBuH7yuP5l9To { color:rgba(var(--color-tertiary-4),1);display:block;width:1.686525rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15076;line-height:1.6;letter-spacing:0;top:39.8125rem;left:34.5625rem;height:1.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#urpvLEFJt13MOHr3VoygV1x6CCWzDwTB { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:39.625rem;left:38.5625rem; }
#E8KT4vQZelPtVPqc21FrwovbCGZdlM90 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68555rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15077;line-height:1.6;letter-spacing:0;top:39.8125rem;left:40.3125rem;height:1.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EmJBXwi0EixtkfDm6dxF3GhTWrXnmOLT { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:43rem;left:38.5625rem; }
#iZLwzCILnCPwqp67oxFsys5LW06q5sW4 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68555rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15078;line-height:1.6;letter-spacing:0;top:43.1875rem;left:40.3125rem;height:1.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NpQbLZr5y50T37Oyb56CkytBpn4n12Ed { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:33.9375rem;left:32.75rem; }
#R3OwARXMqm4lvXhsZGMlxNKtVGJXEhlb { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:42.9375rem;left:32.75rem; }
#xF6WbWvloGX0q8G7e6p9HLinKT6LaiQx { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15073;line-height:1.6;letter-spacing:0;top:33.9375rem;left:34.625rem;height:1.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ySsf7q6zEzIQTrhWkmD0KLXpzo5Jyt6B { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68489375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15079;line-height:1.6;letter-spacing:0;top:43.25rem;left:34.625rem;height:1.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XtWrTCdPpVWCTbaH12Ivfni79v2pAUWq { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:33.9375rem;left:10.3125rem; }
#RcA0xFtaab6n4ylgTovABp3XJNFzGuZk { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15092;line-height:1.6;letter-spacing:0;top:34.0625rem;left:12.1875rem;height:1.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZyCLryK9600b5VXuGd7n5am3fR4wa4vh { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:29.9375rem;left:10.3125rem; }
#T8UDaOqKpO364I1eTMgZZye6gSP3Cvi6 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.6862rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15101;line-height:1.6;letter-spacing:0;top:30.1875rem;left:12.125rem;height:1.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sKiJC3qzN8v3JvqFFeTZoCsoZzBrKNiU { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15100;line-height:1.6;letter-spacing:0;top:26.8125rem;left:6.9375rem;height:1.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BSH2cTBMrMzsdK8TR2AVEtBrpN87OMfT { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:29.9375rem;left:16.625rem; }
#aDeeD8JfKoqIXlgXGSVyPsIElEThvtyy { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:33.9375rem;left:16.625rem; }
#tZUwiOk8geP3vAAMZD6xiV0Gt2BfVT8T { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15101;line-height:1.6;letter-spacing:0;top:24.625rem;left:9.125rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HvkCQ2bF6eOHmTI2SxUoB2c1LeeyNp9U { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15103;line-height:1.6;letter-spacing:0;top:34.0625rem;left:18.5rem;height:1.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rZUu1v0aMXVdsDufpomV4VXwyGmocBpb { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68489375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15102;line-height:1.6;letter-spacing:0;top:30.1875rem;left:18.375rem;height:1.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ik8UCgDRCLCI5lGIsm9aNpJ22rhpaMN9 { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:15.0625rem;width:15.0625rem;top:9.4375rem;left:7.625rem;overflow:hidden;display:block; }
#h0NJlNwrC7E7ZmfzWm6GioJtrWoaIsII { color:rgba(var(--color-tertiary-4),1);display:block;width:74.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.0611958503723rem;left:0rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d8bN7WvryX0McRqErqrMOzK6TymsGyJX { position:absolute;display:block;z-index:15093;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:7.75rem;left:5.4375rem;overflow:hidden;display:block; }
#TCihXcKimycvzvzp4bQ5IF93cP3CUsLA { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-left:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-right:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:38.1875rem;width:17.8125rem;top:8.4375rem;left:50.4375rem;display:block; }
#kpd5WbX5g5RvdqxsbNqwiKoiqMqII1Tf { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:15.0625rem;width:15.0625rem;top:9.9375rem;left:52rem;overflow:hidden;display:block; }
#SimCT9GACCy34tTyMq3Ah6Qv3FCOg6KU { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15089;line-height:1.6;letter-spacing:0;top:24.9375rem;left:53.4375rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VFkDE4ggqol7JzUp4v1gvpmUdOPB3zbT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15088;line-height:1.6;letter-spacing:0;top:27.125rem;left:51.3125rem;height:1.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MS0WKm7HdQB7KXDeQNzQXJUcXGouvu4b { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:30.375rem;left:60.5625rem; }
#JISf6wvEFpK9f8nClSQtA5txbKe8z9ra { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:30.375rem;left:54.625rem; }
#m8Q8weTZK4d9iccrD4pBFmTHwapwKKTJ { color:rgba(var(--color-tertiary-4),1);display:block;width:1.6862rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15089;line-height:1.6;letter-spacing:0;top:30.75rem;left:56.75rem;height:1.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xm0oHTeZZ6CtSqtU6RzERZrMnZNQsUe2 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15090;line-height:1.6;letter-spacing:0;top:30.75rem;left:62.5625rem;height:1.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GlTgq6vnT90s2zR11W8uexPdLKT1zNKO { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:34.375rem;left:60.5625rem; }
#HposUshrz0AFxx04tiiABg9rDcEpeiw9 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15091;line-height:1.6;letter-spacing:0;top:34.5rem;left:62.375rem;height:1.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yqsb3UmSfrLwCRHskz4GfwO3AwIM2L9p { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:34.375rem;left:54.625rem; }
#VQaMhcAdZJWl6USarr3T5zbKhtc11q5L { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15092;line-height:1.6;letter-spacing:0;top:34.5rem;left:56.5rem;height:1.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MkESXptqHmagyXswLoUU2tv9k2gESKqh { position:absolute;display:block;z-index:15066;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-left:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-right:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:38.1875rem;width:17.8125rem;top:8.4361972808837rem;left:6.125rem;display:block; }
#I5mycRlg4WiyMuEHwVkhqFZvDXg5kS8T { background-color:transparent;background-image: -webkit-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.183625rem;height:3.3737rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:49.001302003861rem;left:29.500003814698rem;display:block; }
#vWAGNZ0sky1rWRBXcwd03PM447BaAD7L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kr0lvXkZTbxCLDouURV7RAqVJyZ0AhX4 { position:relative;display:block; }#kr0lvXkZTbxCLDouURV7RAqVJyZ0AhX4 { background-color: transparent; background-image: none; }#kr0lvXkZTbxCLDouURV7RAqVJyZ0AhX4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kr0lvXkZTbxCLDouURV7RAqVJyZ0AhX4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kr0lvXkZTbxCLDouURV7RAqVJyZ0AhX4 > .row .container > .video-iframe-container { display: none; }#kr0lvXkZTbxCLDouURV7RAqVJyZ0AhX4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kr0lvXkZTbxCLDouURV7RAqVJyZ0AhX4 > .row > .video-iframe-container { display: none; }#kr0lvXkZTbxCLDouURV7RAqVJyZ0AhX4 > .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); }#kr0lvXkZTbxCLDouURV7RAqVJyZ0AhX4 { border-width: 0; border-radius: 0; }#kr0lvXkZTbxCLDouURV7RAqVJyZ0AhX4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kr0lvXkZTbxCLDouURV7RAqVJyZ0AhX4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fbfffb;background-image:none;font-size:0.875rem;font-family:arial;height:84.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GgJnRcVlR18tFeiBktb6igZxOfE9ZTGl { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-left:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-right:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:28.0625rem;width:17.8125rem;top:48.375rem;left:14.1875rem;display:block; }
#DbeBnXDNHpCibB1OWsfVSiSf4dI81RxT { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-left:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-right:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:28.0625rem;width:17.8125rem;top:48.5625rem;left:42.625rem;display:block; }
#XMPOeEQqTJN5B0RoLr8FeqVEPlEgGuUf { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15081;line-height:1.6;letter-spacing:0;top:73.6875rem;left:54.875rem;height:1.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bSbITB1fmUA06EwsyOP7Zw7zPP0SH0kb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.99739375rem;width:1.99739375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:69.5625rem;left:53.125rem; }
#zS2HeStviHSX8kBMenmW0AHwN73yxEUD { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.99609375rem;width:1.99609375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:73.375rem;left:53.125rem; }
#xeQreOy1z0M3hqRUrE9FHEFrMTPdbGF7 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68489375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15080;line-height:1.6;letter-spacing:0;top:69.9375rem;left:54.875rem;height:1.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XdL4GWMqqln4JUiF6lMBvCBdfvnxaKyW { color:rgba(var(--color-tertiary-4),1);display:block;width:1.6862rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15079;line-height:1.6;letter-spacing:0;top:69.9375rem;left:48.75rem;height:1.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R3BgeURBe0TXy6N9UyliiFCm3vMdedMl { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:69.625rem;left:46.9375rem; }
#bM2ibf03PGoZpn7yaTiqQutCkVJvdHH9 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68489375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15091;line-height:1.6;letter-spacing:0;top:73.625rem;left:26.875rem;height:1.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nyZtImZDvp9PFm3F1mrt36EMxHAKi0y9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.99739375rem;width:1.99739375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:69.5625rem;left:25.25rem; }
#wydc6NsuqWNfAZRUoUOdd9KwZpJ0PdDp { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.99739375rem;width:1.99739375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:73.3125rem;left:25.125rem; }
#TTTT7AmDTsw5BOkQPQFJPiC9J9raO257 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68489375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15090;line-height:1.6;letter-spacing:0;top:69.875rem;left:27rem;height:1.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z8JvPQ8BWbfo3iLFbaunH0Hz2J7TsJPa { color:rgba(var(--color-tertiary-4),1);display:block;width:1.6862rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15089;line-height:1.6;letter-spacing:0;top:69.875rem;left:20.875rem;height:1.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w3k92QJgl3KfFBBZbUgsFBGD8TyNknaJ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:69.5625rem;left:19.0625rem; }
#gnZiqIVB7cLyTHlgADmvFdcixIem9aJ8 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15073;line-height:1.6;letter-spacing:0;top:67.1875rem;left:43.3125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JmDTXE3POtMOac9Hfd6B6WLcIunrCXZp { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15083;line-height:1.6;letter-spacing:0;top:67rem;left:14.875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zksq0UZcdlgmde3hy6zEu2brOKa3ueGi { color:rgba(var(--color-tertiary-4),1);display:block;width:12.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:65.1875rem;left:45.625rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Amn0EADeTnACR2P6ppk5s8n3gogNtz3M { color:rgba(var(--color-tertiary-4),1);display:block;width:12.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15053;line-height:1.6;letter-spacing:0;top:65rem;left:17.1875rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BTornGKe6nc7okTOs9NTpnufWFT4ZD7a { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:15.0625rem;width:15.0625rem;top:49.5rem;left:44.1875rem;overflow:hidden;display:block; }
#F9A4s23RQHLCS1y3MTR1NqX0k2bPrcTr { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:15.0625rem;width:15.0625rem;top:49.3125rem;left:15.8125rem;overflow:hidden;display:block; }
#gV2MVIVrxJSq9at5Mvh9W4GwvXQx4o9W { color:#000000;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ygID5hOMXZPMMGZ4TCeXyunstwytehKs { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-left:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-right:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:38.1875rem;width:17.8125rem;top:7.1875009536744rem;left:14rem;display:block; }
#EhygH2HNVC6NsCJ68FJqHgtgliTDJbxg { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:15.0625rem;width:15.0625rem;top:8.125rem;left:15.5625rem;overflow:hidden;display:block; }
#amuH0SwDHLkM1Zb62lvuvsIyo0VDgx3o { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15053;line-height:1.6;letter-spacing:0;top:23.75rem;left:16.1875rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xVnRQSDlqJImEIUEDIT6UzJWLIFOB7OT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15083;line-height:1.6;letter-spacing:0;top:26.4375rem;left:14.625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l0gNsJH0xehlDlmk2CUrdVAT9AiiGBXk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.99739375rem;width:1.99739375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:27.9375rem;left:23.9375rem; }
#r9CUfsI2bz0lCSf9qmTo7sfKQdXhfULD { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:28rem;left:18.875rem; }
#ymiRca7RKqDmKGcaL6W5eTe2cOM6TWTm { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.99739375rem;width:1.99739375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:31.75rem;left:23.9375rem; }
#N2htcUOEtdAkBo9MgUNTWGrCywLybQhX { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68489375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15090;line-height:1.6;letter-spacing:0;top:28.25rem;left:25.6875rem;height:1.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VEHtWTLnSE9ztcEgxQopKTGdbe4rJX77 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.6862rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15089;line-height:1.6;letter-spacing:0;top:28.3125rem;left:20.6875rem;height:1.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KwSoFso0uVx1zKtr2ZR1T6Qa85CK5LhM { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68489375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15091;line-height:1.6;letter-spacing:0;top:32.0625rem;left:25.6875rem;height:1.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JOVwDhUCDVwaMAqLsMxcuyTGDLMd4sCA { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:31.8125rem;left:18.875rem; }
#hHbn5vaQ3AkNEI40HPyOt4PZalxakNi0 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15092;line-height:1.6;letter-spacing:0;top:32.0625rem;left:20.75rem;height:1.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nDQi9yJ7f3ZxVhQoz2rUUDCOE5zw13az { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:73.375rem;left:46.9375rem; }
#MCGfUDxhJohAF4KmuhgE728bMm9taMVV { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15094;line-height:1.6;letter-spacing:0;top:73.6875rem;left:48.8125rem;height:1.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yVDc5ZQXbqLV4GJwBbTTxligKV6wvqOf { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15098;opacity:1;top:73.25rem;left:19.25rem; }
#mfnv8O6cg7X2pmRXkWCswaGePmSoiX5H { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15095;line-height:1.6;letter-spacing:0;top:73.625rem;left:21rem;height:1.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ptG30yZknwJxIzEc7Bfs4QORIcVoXEFk { background-color:transparent;background-image: -webkit-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.183625rem;height:3.3737rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:78.352867126462rem;left:29.906253814698rem;display:block; }
#vNBvRoQWyp2MglGgAEp5xawCkOVH3TBA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AI8xXcLIAptlu7KsSMT9i1AlPAtoKJLH { position:absolute;display:block;z-index:15092;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:6.4375rem;left:13.1875rem;overflow:hidden;display:block; }
#u0W2Wqm0zHybkA1URadwUfcKWLwWcTFE { position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-left:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-right:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:38.1875rem;width:17.8125rem;top:7.375rem;left:42.4375rem;display:block; }
#xC63gTdLPMiMbVplKMSMlGDwat74nmJC { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:15.0625rem;width:15.0625rem;top:8.3125rem;left:44rem;overflow:hidden;display:block; }
#Mvieg3Q2yJsnNlPc1cVZZDKL2qV1eJxB { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15076;line-height:1.6;letter-spacing:0;top:23.9375rem;left:44.625rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v7kgfbs5S4OVMzUs7iHwNemxiMgVMqk6 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15096;line-height:1.4;letter-spacing:0;top:26.5625rem;left:43.5625rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R2gRipaKS6HTJoCPVcRqLoBbtzBVabRW { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15106;line-height:1.6;letter-spacing:0;top:28.0625rem;left:43.0625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VPUXSXu2Z26sZaDI9slMsqxMKApNgPqd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.99739375rem;width:1.99739375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:29.5625rem;left:52.375rem; }
#y9N19tiyAxmX5cgVRpQUwId7f8wT00TJ { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68489375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15113;line-height:1.6;letter-spacing:0;top:29.875rem;left:54.125rem;height:1.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AhnwmpsMCMDC0hoCL3zmCdugpnHXgiHv { color:rgba(var(--color-tertiary-4),1);display:block;width:1.6862rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15112;line-height:1.6;letter-spacing:0;top:29.9375rem;left:49.125rem;height:1.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cR91vfCHske9gH358mEC8x54xWJnP5DC { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.99739375rem;width:1.99739375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15112;opacity:1;top:33.375rem;left:52.375rem; }
#mw2WFvGeyvshk9dXlJ2vSTtghKp71sSB { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68489375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15114;line-height:1.6;letter-spacing:0;top:33.6875rem;left:54.125rem;height:1.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tkIFOxXGeervAEkT39nPZIOpbwEuFJ4c { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15115;line-height:1.6;letter-spacing:0;top:33.6875rem;left:49.1875rem;height:1.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fBJPz9t9PCKn0xCHgw3ql0fB6xbSXTlH { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15097;line-height:1.4;letter-spacing:0;top:36.5625rem;left:43.5625rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xKBQ6iLuRDm5CoKPoks4cgQQKpPS4TSD { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15107;line-height:1.6;letter-spacing:0;top:37.9375rem;left:43.0625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AQlbTndV5fe6tZ7plF4OtRL2Qv36BKEo { color:rgba(var(--color-tertiary-4),1);display:block;width:1.6862rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15113;line-height:1.6;letter-spacing:0;top:39.75rem;left:49.125rem;height:1.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yGRdtPleMibRIWC0G7hvKRHXIPQRm1iv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.99609375rem;width:1.99609375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15112;opacity:1;top:39.5625rem;left:52.375rem; }
#mrbZG4HHWD600Hw3Tsxv9sMHKC7XHMnX { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15114;line-height:1.6;letter-spacing:0;top:39.75rem;left:54.0625rem;height:1.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JsIRuMuvhXGNkci1016O3xSFRGxsUSsR { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:29.625rem;left:47.3125rem; }
#ihyzPIBCKQoF8qTk2cdBTXdhBfuhsA3r { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:39.625rem;left:47.3125rem; }
#uGTdT4FZcabHl19he6pKXSlgtCTLBTDL { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15118;opacity:1;top:33.4375rem;left:47.3125rem; }
#l074X9bBhiployqxZ9T2RATrEbAAECOI { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.99609375rem;width:1.99609375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15113;opacity:1;top:43.0625rem;left:52.375rem; }
#D4x12knVhxxFOEl4ALGtxGEUQ8lQA2Jd { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15115;line-height:1.6;letter-spacing:0;top:43.375rem;left:54.1875rem;height:1.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TaxwEr2CDBUofmq0537TtTypmuPPADTB { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15119;opacity:1;top:43.0625rem;left:47.3125rem; }
#QIQnGvu90WWaOC61wAw9XSWxJcP3EJKF { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15116;line-height:1.6;letter-spacing:0;top:43.4375rem;left:49.1875rem;height:1.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { background-color: transparent; background-image: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .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); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { border-width: 0; border-radius: 0; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:75rem;position:relative;display:block; }#T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:6.8125rem;left:7.125rem; }
#PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.380208969116rem;left:3.125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.311458587646rem;left:3.125rem;height:3.41145625rem;text-align:center;text-align-last:center;display:block; }
#nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:6.8125rem;left:25.875rem; }
#ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:6.8125rem;left:44.625rem; }
#rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:6.8125rem;left:63.375rem; }
#BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.68701171875rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#crFazAvV34t1sT6qc0QrwGvWcPMvTNRO { color:rgba(var(--color-tertiary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.380208969116rem;left:21.65625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sfnzEtHJw4kQ9byD5Iz604bAIv8qXFsx { color:rgba(var(--color-tertiary-0),1);display:block;width:13.812125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.310723304749rem;left:21.218036651611rem;height:3.41015625rem;text-align:center;text-align-last:center;display:block; }
#sP20uoDDORMhIp7OkHEtTVT4I5chMzMc { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.375rem;left:40.625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P18TIZuFci2LecEEdeQPKKZyRop03PcQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:15.3125rem;left:40.625rem;height:3.41145625rem;text-align:center;text-align-last:center;display:block; }
#k3BE08pZNxkMG22XUIzF8dTwvdFI9773 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.375rem;left:59.375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m9MHO4y4RXKASObLhbqnh8xL3snJidoM { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.311458587646rem;left:59.375rem;height:4.546875rem;text-align:center;text-align-last:center;display:block; }
#flnwwqCMcEp1hoNAkZpVBfNIzDZKTMh8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#flnwwqCMcEp1hoNAkZpVBfNIzDZKTMh8 > .row .container { background-color: transparent; background-image: none; }#flnwwqCMcEp1hoNAkZpVBfNIzDZKTMh8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flnwwqCMcEp1hoNAkZpVBfNIzDZKTMh8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flnwwqCMcEp1hoNAkZpVBfNIzDZKTMh8 > .row .container > .video-iframe-container { display: none; }#flnwwqCMcEp1hoNAkZpVBfNIzDZKTMh8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flnwwqCMcEp1hoNAkZpVBfNIzDZKTMh8 > .row > .video-iframe-container { display: none; }#flnwwqCMcEp1hoNAkZpVBfNIzDZKTMh8 > .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); }#flnwwqCMcEp1hoNAkZpVBfNIzDZKTMh8 > .row .container { border-width: 0; border-radius: 0; }#flnwwqCMcEp1hoNAkZpVBfNIzDZKTMh8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#flnwwqCMcEp1hoNAkZpVBfNIzDZKTMh8 > .row .container { font-size:0.875rem;font-family:arial;height:58rem;width:75rem;position:relative;display:block; }#kP7W8xGLdQ0zroHZEcSLCJTSVtl2ctKd { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RZIMqQ6k0Un0VREVLXe7UpTNP0FhrCT0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:17.75rem;top:6.39999961853rem;left:0.5rem;overflow:hidden;display:block; }
#kfWwak5WWtSw8m2CvvXAQMyyGhwJ6Rns { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:17.75rem;top:6.39999961853rem;left:19.25rem;overflow:hidden;display:block; }
#UQJhcDOVMbkeiX967m5ciNtAsussXT3a { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:17.75rem;top:6.39999961853rem;left:38rem;overflow:hidden;display:block; }
#e8omOIIJUQ5a4TZNsauT6fFJuzSgdPip { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:17.75rem;top:6.39999961853rem;left:56.75rem;overflow:hidden;display:block; }
#Vy2zTdLB3cs4BO9TgQHrGm2qKwi95JTR { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:17.75rem;top:21.949999809265rem;left:0.5rem;overflow:hidden;display:block; }
#x8nf3khE1iOJ1tXkXlyEqWkeZL43zTwv { position:absolute;display:block;z-index:15006;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:13.4375rem;width:17.6875rem;top:21.949999809265rem;left:19.25rem;overflow:hidden;display:block; }
#CPWGZt6yfwe0UoxmpviK1wkQdoZPZCLm { position:absolute;display:block;z-index:15007;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:13.4375rem;width:17.6875rem;top:21.949999809265rem;left:38rem;overflow:hidden;display:block; }
#EdRILRXK3vBO3LvUpPOROSIP1QIO5mpx { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:17.75rem;top:21.949219226837rem;left:56.750003814698rem;overflow:hidden;display:block; }
#k0wyPOWMV6TaAulExWHtCRzpeEybrIom { position:absolute;display:block;z-index:15007;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:13.4375rem;width:17.6875rem;top:37.5rem;left:38rem;overflow:hidden;display:block; }
#VxWMF45TUd6xlDvkfVtzygqMSrx2RTau { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:17.6875rem;top:37.4375rem;left:56.75rem;overflow:hidden;display:block; }
#ikP7D9DdM4NVx790hdiDTBMyVMk9xme9 { position:absolute;display:block;z-index:15009;background-color:#fa5100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:17.5rem;top:49.154949188233rem;left:0.625rem;display:block; }
#PLf6LcEZb5T2lDJ7QuWzpoMppS1xGD9E { color:rgba(var(--color-secondary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:49.463542938233rem;left:2.90625rem;height:1.381075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PvPzN7NzagFeqvTIMoZulaAPKctzd9yy { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:17.5rem;top:37.5rem;left:0.625rem;overflow:hidden;display:block; }
#mQgFVnrkQtz5S9yszXKMD8O18IuBKwyt { position:absolute;display:block;z-index:15012;background-color:#fa5100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:17.5rem;top:49.3125rem;left:19.375rem;display:block; }
#QMUpdteCBD8TyXNqnDlrb3T62MMbLvT1 { color:rgba(var(--color-secondary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:49.625rem;left:21.6875rem;height:1.381075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ch2dr3tKPOzn6mvQ6Lweobl6rnHzXe7k { position:absolute;display:block;z-index:15011;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:13.4375rem;width:17.5rem;top:37.4375rem;left:19.375rem;overflow:hidden;display:block; }
#npTImrdvD6px2n2tPcmBMA9dlW2PTl17 { position:absolute;display:block;z-index:15011;background-color:#fa5100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:17.6875rem;top:18.125rem;left:0.5625rem;display:block; }
#qrpk0wl3llwbBzbJDKBo9Trn1GpSRbqQ { color:rgba(var(--color-secondary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:18.5625rem;left:2.875rem;height:1.381075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hsuAUUizAnNHE9exqpbqKJT1ci2Us0m0 { position:absolute;display:block;z-index:15011;background-color:#fa5100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:17.75rem;top:18.0625rem;left:19.25rem;display:block; }
#J6rrRwR0mG6AvAwpBtFAWZgXBQikKQte { color:rgba(var(--color-secondary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:18.375rem;left:21.8125rem;height:1.381075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TCF3wGUB5AGuRtLQwQ2wgUwbgF5lDTNT { position:absolute;display:block;z-index:15013;background-color:#fa5100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:17.8125rem;top:18rem;left:38rem;display:block; }
#U0eI40xNsGc1SJohJiPrfLEOcImdrEXk { color:rgba(var(--color-secondary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:18.375rem;left:40.4375rem;height:1.381075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pagi3tpZ5hCbXI0ITXHNin5fehsFw7qF { position:absolute;display:block;z-index:15011;background-color:#fa5100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:17.625rem;top:18.125rem;left:56.8125rem;display:block; }
#ncNsVC1FGcUCQZHAhABDwblEybcWClhR { color:rgba(var(--color-secondary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:18.4375rem;left:59.1875rem;height:1.381075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y6o1PLH3NnogIZtyg3SR5rL8UKx7GlgB { position:absolute;display:block;z-index:15013;background-color:#fa5100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:17.8125rem;top:33.6875rem;left:0.5rem;display:block; }
#cphUuVvvtL7ISedPuvZuB4TG3fOKgX9W { color:rgba(var(--color-secondary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:34rem;left:2.875rem;height:1.381075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hnbfim3rPwX7NFkpX4x2UhgLs1mmetQV { position:absolute;display:block;z-index:15015;background-color:#fa5100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:17.6875rem;top:33.6875rem;left:19.25rem;display:block; }
#kOl6mDoQMz2rDbePkNTmb0PcMfNmttVM { color:rgba(var(--color-secondary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:34rem;left:21.625rem;height:1.381075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tsuXO9kIPEoxHzlhgssAPEw8tMmTqhko { position:absolute;display:block;z-index:15017;background-color:#fa5100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:17.6875rem;top:33.625rem;left:38rem;display:block; }
#a0ID5KUTNqA7nAibV8EWUMwGdKAcVenF { color:rgba(var(--color-secondary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:34rem;left:40.375rem;height:1.381075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RvlBkVnKwesnvqNLEiXOu5H3QQQrslyQ { position:absolute;display:block;z-index:15019;background-color:#fa5100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:17.8125rem;top:33.75rem;left:56.75rem;display:block; }
#RrU71Wch5kKDBxo47SAHVSV16lhE3BZ2 { color:rgba(var(--color-secondary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:34rem;left:59.125rem;height:1.381075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gu6tz7cpnk3ewptk71dtMsEbIUOKwdts { position:absolute;display:block;z-index:15021;background-color:#fa5100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:17.6875rem;top:49.1875rem;left:38rem;display:block; }
#vHbqH7abpyozOuOUsmLeoTNecZBBE725 { color:rgba(var(--color-secondary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:49.375rem;left:40.375rem;height:1.381075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lZiTg3UpZD7K9lJKQbaFmPg9tIwStc04 { position:absolute;display:block;z-index:15023;background-color:#fa5100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:17.6875rem;top:49.125rem;left:56.75rem;display:block; }
#M7OsK3R44AawBWl2COAOf5TLOcup2i56 { color:rgba(var(--color-secondary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:49.375rem;left:59.125rem;height:1.381075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wl4C5rUTA4M2iMAGPWztTq7QygbVsz7D { background-color:transparent;background-image: -webkit-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1861875rem;height:3.3737rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:53.375rem;left:29.906253814698rem;display:block; }
#nSDIIQgOlClttAoKXb2qr8xyCSihfOTb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nic1JM4WBcEhKmnAcNs854xh9dLaOWk6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Nic1JM4WBcEhKmnAcNs854xh9dLaOWk6 > .row .container { background-color: transparent; background-image: none; }#Nic1JM4WBcEhKmnAcNs854xh9dLaOWk6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nic1JM4WBcEhKmnAcNs854xh9dLaOWk6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nic1JM4WBcEhKmnAcNs854xh9dLaOWk6 > .row .container > .video-iframe-container { display: none; }#Nic1JM4WBcEhKmnAcNs854xh9dLaOWk6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nic1JM4WBcEhKmnAcNs854xh9dLaOWk6 > .row > .video-iframe-container { display: none; }#Nic1JM4WBcEhKmnAcNs854xh9dLaOWk6 > .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); }#Nic1JM4WBcEhKmnAcNs854xh9dLaOWk6 > .row .container { border-width: 0; border-radius: 0; }#Nic1JM4WBcEhKmnAcNs854xh9dLaOWk6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nic1JM4WBcEhKmnAcNs854xh9dLaOWk6 > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#ZROxUsL0JJtkBouDL34yNUcho2AGRkpc { color:rgba(var(--color-secondary-0),1);display:block;width:27.9368125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.8125rem;left:23.25rem;height:2.2747375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v1J7k1CUuGCusUIkTu7OgaPEyaWMJFMT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.4998125rem;width:36.7498125rem;top:5.75rem;left:18.625rem;display:block; }
#hI9Wu5xc09iVlTW14cTPEAiTTNFaywp6 { color:rgba(var(--color-secondary-0),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:4.25rem;left:20rem;height:1.40014375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { 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; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { background-color: transparent; background-image: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .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); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { border-width: 0; border-radius: 0; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#kGz27wyoutuqebFXtkcacrankw9MoXZh { color:rgba(var(--color-tertiary-4),1);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.0623226165771rem;left:35.499820709229rem;height:8.53125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gp7tHOePHqDWqdNTkLp3223sbJvSzs8A { background-color:transparent;background-image: -webkit-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.16) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1864375rem;height:3.37446875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:13.810368537903rem;left:35.499820709229rem;display:block; }
#eU72Qr0k46Tgv3gJRmt2IKMPrzaLId8p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PsoJ7yfqGZDTAivpy0LT3p4gKt9wNseI { position:absolute;display:block;z-index:15012;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:21.875rem;width:32.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Neh5bcrJIePXE0BtW8RHQSgKTorXTRVy { color:rgba(var(--color-tertiary-4),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:11.181639671326rem;left:35.499820709229rem;height:1.40014375rem;font-style:normal;display:block; }
#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(160deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(160deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(160deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(160deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(160deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { background-color: transparent; background-image: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .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); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { border-width: 0; border-radius: 0; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:75rem;position:relative;display:block; }#NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { color:rgba(var(--color-tertiary-0),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:3.375rem;left:25.0625rem;height:1.48763125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xXCxEpiiMiCOvJtlTWQnAb7ESV4yCNdT { color:rgba(var(--color-tertiary-0),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:5.3125rem;left:25.25rem;height:4.197925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hcQ3NdyCT9PB3O9T3h6xA129eJKrbqTg { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:14.25rem;top:0.9375rem;left:1.0625rem;overflow:hidden;display:block; }
#AnUxHavb5zreEchUkmcRRITaPKtyVoVb { color:rgba(var(--color-tertiary-1),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:5.4375rem;left:1rem;height:5.99609375rem;font-style:normal;display:block; }
#KAhb1FbVyvkGMsQk4JyRt0qgikIEn7Id { position:absolute;display:block;z-index:15017;height:12.5rem;width:18.2493125rem;top:0.15323257446289rem;left:52.242538452149rem;display:block; }
#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { 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; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { background-color: transparent; background-image: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .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); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { border-width: 0; border-radius: 0; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { color:rgba(var(--color-primary-3),1);display:block;width:30.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:0.83665084838869rem;left:21.624645233154rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MSaPUKiTwnppQXygleqMMAKuh2wS0ca7 { display:block; }#MSaPUKiTwnppQXygleqMMAKuh2wS0ca7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #feAC0siJkE1EZa3yLcixQkQ1gAvJ09rg { top:2.1875rem;left:13.027561187744rem;width:23.875rem;height:6.7945247998619rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8E6iTmc2sG9yxQlnQTD8oewhNzlPyGO { top:14.25rem;left:25.25rem;width:22.375rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEolIKLmvAgNRSorgcRtrprcApuRBDLQ { top:15.0625rem;left:26.9375rem;width:20.8125rem;height:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJJchZKnFXvafET6FW8NvMU3RUlWdDfx { top:24.25rem;left:0rem;width:17rem;height:6.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tS2bFI4oz39aNoNTPJM3MqX9D9mUuWm3 { top:35.5rem;left:0rem;width:7.25rem;height:7rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3mtbPxLza34KttUb6T1u7hnqDorA3eW { top:31.0625rem;left:0rem;width:5rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRd0b1TGgBTPXx4kde0x0gCUv7N7VQiA { top:42.25rem;left:9.5rem;width:1.0625rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMRhdPbX0uwVkhrtpKUfTTulbyv6mSTC { top:42.5625rem;left:4.125rem;width:5.0625rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR5sy2qbpITgodAbQ6EKDzu7TkXfZxyn { top:14.6875rem;left:0rem;width:35.6875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUdRf5OobhmBny8N844Pe4WRFFhQd1Qy { top:15.0625rem;left:0rem;width:27.1875rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGKDnTmeoiECtMD3tIe5soEcAJ7FJtTm { top:18rem;left:0rem;width:32.1875rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMuyftD36PfSmPKPDw5tmtNo615e5hlW { top:24.25rem;left:12rem;width:15.75rem;height:6.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG5l24X1Z1NppVh9zVTpZSgi0eK1FWhw { top:30.875rem;left:17.625rem;width:5rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ6ZmimK3daww9OJAkw58BhVTdpkDnz4 { top:35.5rem;left:15.9375rem;width:7.25rem;height:7rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBg1Dw37Tu13etdWViscTomOf2e4V1WG { top:42.5625rem;left:24.5rem;width:5.25rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDT2Kw4p2cGqXyoPSCLNUJU6WppF84az { top:42.25rem;left:29.875rem;width:1.0625rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgTs1ptpWqpqKa2awWA2gmkTSdvgLMIM { top:24.3125rem;left:10.875rem;width:0.125rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgdwOfu7Q790idmpXv1q2T87Be0gxiMu { top:24.5625rem;left:14.75rem;width:10.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAgZ0eHHTzCTCCTVI81cDw9NKbzm1soJ { top:24.5rem;left:0rem;width:10.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBVOealTwuQ0Hfi1R8AyhIFpngNhJknQ { top:22.0625rem;left:0rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0aIJlIOReFNl7L0BkKGgFKllLQsVhAU { top:22.0625rem;left:12.000003814698rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv .widget-regular-label { display:block;width:17.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv .widget-input-text { width:17.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv .widget-input-text {padding-top: 0; padding-bottom: 0;}#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv .widget-textarea { width:17.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv .widget-input-select { width:17.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv .widget-input-select {padding-top: 0; padding-bottom: 0;}#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv .widget-input-button { width:17.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv .widget-checkbox-label { width:16.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv  { width:17.875rem;height:auto;top:22.25rem;left:27.375rem; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv .radio-container { width:17.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv {display:block;}#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv { width:17.875rem;height:auto;top:22.25rem;left:27.375rem; }
 }@media only screen and (max-width: 763px) { #G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #wbZ8CKipTd8fZnHfmpMIpIpTvttLm0Zr {  }
 }@media only screen and (max-width: 763px) { #G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #RzgNnN4PlGKswbWKfNUo82Lhd9oJ9Mu3 { display:none; }
 }@media only screen and (max-width: 763px) { #G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #Oavzm1LLTMxz4x3Ht3tfEMBfwb71mIel {  }
 }@media only screen and (max-width: 763px) { #G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #nCQngTQ8qTQFuIWv4X9WdqvilrG93Bw2 {  }
 }@media only screen and (max-width: 763px) { #G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #P36gr4wTUgv3svQFNusOHSehySllw4HG { display:none; }
 }@media only screen and (max-width: 763px) { #G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #cVGShuVZ0lBX9TLHmRU84pp3HTU641PI {  }
 }@media only screen and (max-width: 763px) { #G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #BRPP3p5fCLx5QtdT3XGbCVhrqmbtsccT {  }
 }@media only screen and (max-width: 763px) { #G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #BTB6VdZX1AGgpPmNkaMOBW38XxIG2Okl {  }
 }@media only screen and (max-width: 763px) { #G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #DQ6ZGCV9BGv7UAmmTSWTB1SEFmXE95IZ {  }
 }@media only screen and (max-width: 763px) { #G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #dbsnd944OWxWgqb6i8lgZIzqoUpQDlyc {  }
 }@media only screen and (max-width: 763px) { #G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #x0fkZPq2znblKLrsWqL6a2pZcf0Z17Fc {  }
 }@media only screen and (max-width: 763px) { #G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #OPXXb2ThTNJcesUdDiw5JybGNMgTT7kZ {  }
 }@media only screen and (max-width: 763px) { #G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #LCHUQK35JKIQGaJIVXl9u1PVOiWDytMv {  }
 }@media only screen and (max-width: 763px) { #G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #tp8kBL9TvlZ0OtR4EvwgxBSmgyCiWDDV {  }
 }@media only screen and (max-width: 763px) { #p4NUHHi3ZfmXCEJ36lwJGSGdfEKXfhRl { display:block; }#p4NUHHi3ZfmXCEJ36lwJGSGdfEKXfhRl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxC9GNaQ7o2NCgr6M9ptfZEC5AZae2iW { top:1.8125rem;left:0rem;width:36.9375rem;height:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl7AiL2G82UtblrXNL826PwNmI7WASfR { top:10rem;left:12rem;width:35.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM2Fp75wTT05iD9NTHGxy6W9mOBLdtB1 { width:17.4375rem;height:3.375rem;top:36.125rem;left:27.063800811767rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycbqJNqm2OHXJXg1ttp2E3NMyBa4kOuc { display:block; }
 }@media only screen and (max-width: 763px) { #yTH8M8KcH0cTsO8T1Mda0FzBQo6sazlg { top:10.875rem;left:12.375rem;width:35.375rem;height:25.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzTILf8q6sIBnz4EpScU9q3GcKJ8Trki { top:1.8125rem;left:12.6875rem;width:35.0625rem;height:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwcOZAfpph5MOrmw3OQ5ODMXyupczT6J { display:block; }#uwcOZAfpph5MOrmw3OQ5ODMXyupczT6J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F6Ve6dk4Nh8t6NMPT9mkEfcEfqd98Egu { width:15.0625rem;height:15.0625rem;top:9.625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1TgxkMH78enwTudNsN8exAq23EX1OPe { width:17.8125rem;height:38.1875rem;top:8.5rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8DVJ4m4lt530kTcrV7ZZ0UbzrTEd9HO { width:11.1875rem;height:2rem;top:24.6875rem;left:12.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlxEOOmMPbQlJawHi6w09NOdPS4XTDy7 { width:16.875rem;height:1.5625rem;top:28.625rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1f2fUPwhrrbx3GEHQLMeZw3en2dTMO1 { width:15.875rem;height:1.1875rem;top:27.875rem;left:8rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ex57mIvECAM6rWMu3ifBbCom02Zk1Mle { top:30rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PENwJTKvAIHmvNkFmuK4kMrThfxu06uQ { top:30.125rem;left:22rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpPZh9tyaP1TcUpO1e1IsqeekbAA99I1 { top:33.9375rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFPeVkyfiBnTl3eelsb1KTfNWtL7CIMg { width:1.625rem;height:1.5625rem;top:30.125rem;left:22.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS8qSVyLMdb44cHrNPHy8M0rBxiEU95X { width:1.625rem;height:1.5625rem;top:33.9375rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4TiJdslVch6LzbKTTXyeCTyc80fxThr { width:1.625rem;height:1.5625rem;top:30.125rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBfN5V1xIEplnpVaL9M9kqvOfMgJ42ev { width:15.875rem;height:1.1875rem;top:37.1875rem;left:8rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT7V3KV5gbryXTWrwapRp917RlOqU2mf { width:16.875rem;height:1.5625rem;top:38rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygPkbNQ3wqCNWDRukEO5pvey5PJ5KXTS { top:39.625rem;left:22rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gbbi5qzk5aWsU5BfkAhmBuH7yuP5l9To { width:1.625rem;height:1.5625rem;top:39.8125rem;left:22.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #urpvLEFJt13MOHr3VoygV1x6CCWzDwTB { top:39.625rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8KT4vQZelPtVPqc21FrwovbCGZdlM90 { width:1.625rem;height:1.5625rem;top:39.8125rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmJBXwi0EixtkfDm6dxF3GhTWrXnmOLT { top:43rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZLwzCILnCPwqp67oxFsys5LW06q5sW4 { width:1.625rem;height:1.5625rem;top:43.1875rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpQbLZr5y50T37Oyb56CkytBpn4n12Ed { top:33.9375rem;left:22rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3OwARXMqm4lvXhsZGMlxNKtVGJXEhlb { top:42.9375rem;left:22rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF6WbWvloGX0q8G7e6p9HLinKT6LaiQx { width:1.625rem;height:1.5625rem;top:33.9375rem;left:22.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySsf7q6zEzIQTrhWkmD0KLXpzo5Jyt6B { width:1.625rem;height:1.5625rem;top:43.25rem;left:22.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtWrTCdPpVWCTbaH12Ivfni79v2pAUWq { top:33.9375rem;left:3.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcA0xFtaab6n4ylgTovABp3XJNFzGuZk { width:1.625rem;height:1.5625rem;top:34.0625rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyCLryK9600b5VXuGd7n5am3fR4wa4vh { top:29.9375rem;left:3.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8UDaOqKpO364I1eTMgZZye6gSP3Cvi6 { width:1.625rem;height:1.5625rem;top:30.1875rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKiJC3qzN8v3JvqFFeTZoCsoZzBrKNiU { width:16.875rem;height:1.5625rem;top:26.8125rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSH2cTBMrMzsdK8TR2AVEtBrpN87OMfT { top:29.9375rem;left:9.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDeeD8JfKoqIXlgXGSVyPsIElEThvtyy { top:33.9375rem;left:9.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZUwiOk8geP3vAAMZD6xiV0Gt2BfVT8T { width:12.125rem;height:2rem;top:24.625rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvkCQ2bF6eOHmTI2SxUoB2c1LeeyNp9U { width:1.625rem;height:1.5625rem;top:34.0625rem;left:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZUu1v0aMXVdsDufpomV4VXwyGmocBpb { width:1.625rem;height:1.5625rem;top:30.1875rem;left:11.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ik8UCgDRCLCI5lGIsm9aNpJ22rhpaMN9 { width:15.0625rem;height:15.0625rem;top:9.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0NJlNwrC7E7ZmfzWm6GioJtrWoaIsII { width:47.75rem;height:6.5rem;top:1rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8bN7WvryX0McRqErqrMOzK6TymsGyJX { top:7.75rem;left:0rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCihXcKimycvzvzp4bQ5IF93cP3CUsLA { width:17.8125rem;height:38.1875rem;top:8.4375rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpd5WbX5g5RvdqxsbNqwiKoiqMqII1Tf { width:15.0625rem;height:15.0625rem;top:9.9375rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SimCT9GACCy34tTyMq3Ah6Qv3FCOg6KU { width:12.125rem;height:2rem;top:24.9375rem;left:33rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFkDE4ggqol7JzUp4v1gvpmUdOPB3zbT { width:16.875rem;height:1.5625rem;top:27.125rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS0WKm7HdQB7KXDeQNzQXJUcXGouvu4b { top:30.375rem;left:40.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JISf6wvEFpK9f8nClSQtA5txbKe8z9ra { top:30.375rem;left:34.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8Q8weTZK4d9iccrD4pBFmTHwapwKKTJ { width:1.625rem;height:1.5625rem;top:30.75rem;left:36.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xm0oHTeZZ6CtSqtU6RzERZrMnZNQsUe2 { width:1.625rem;height:1.5625rem;top:30.75rem;left:42.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlTgq6vnT90s2zR11W8uexPdLKT1zNKO { top:34.375rem;left:40.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HposUshrz0AFxx04tiiABg9rDcEpeiw9 { width:1.625rem;height:1.5625rem;top:34.5rem;left:41.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqsb3UmSfrLwCRHskz4GfwO3AwIM2L9p { top:34.375rem;left:34.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQaMhcAdZJWl6USarr3T5zbKhtc11q5L { width:1.625rem;height:1.5625rem;top:34.5rem;left:36.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkESXptqHmagyXswLoUU2tv9k2gESKqh { width:17.8125rem;height:38.1875rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5mycRlg4WiyMuEHwVkhqFZvDXg5kS8T { width:15.125rem;height:3.3125rem;top:49rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWAGNZ0sky1rWRBXcwd03PM447BaAD7L { display:block; }
 }@media only screen and (max-width: 763px) { #kr0lvXkZTbxCLDouURV7RAqVJyZ0AhX4 { display:block; }#kr0lvXkZTbxCLDouURV7RAqVJyZ0AhX4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GgJnRcVlR18tFeiBktb6igZxOfE9ZTGl { width:17.8125rem;height:28.0625rem;top:48.375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbeBnXDNHpCibB1OWsfVSiSf4dI81RxT { width:17.8125rem;height:28.0625rem;top:48.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMPOeEQqTJN5B0RoLr8FeqVEPlEgGuUf { width:1.625rem;height:1.5625rem;top:73.6875rem;left:34.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSbITB1fmUA06EwsyOP7Zw7zPP0SH0kb { top:69.5625rem;left:32.6875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS2HeStviHSX8kBMenmW0AHwN73yxEUD { top:73.375rem;left:32.6875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeQreOy1z0M3hqRUrE9FHEFrMTPdbGF7 { width:1.625rem;height:1.5625rem;top:69.9375rem;left:34.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdL4GWMqqln4JUiF6lMBvCBdfvnxaKyW { width:1.625rem;height:1.5625rem;top:69.9375rem;left:28.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3BgeURBe0TXy6N9UyliiFCm3vMdedMl { top:69.625rem;left:26.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bM2ibf03PGoZpn7yaTiqQutCkVJvdHH9 { width:1.625rem;height:1.5625rem;top:73.625rem;left:20.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyZtImZDvp9PFm3F1mrt36EMxHAKi0y9 { top:69.5625rem;left:18.4375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wydc6NsuqWNfAZRUoUOdd9KwZpJ0PdDp { top:73.3125rem;left:18.3125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTT7AmDTsw5BOkQPQFJPiC9J9raO257 { width:1.625rem;height:1.5625rem;top:69.875rem;left:20.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8JvPQ8BWbfo3iLFbaunH0Hz2J7TsJPa { width:1.625rem;height:1.5625rem;top:69.875rem;left:14.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3k92QJgl3KfFBBZbUgsFBGD8TyNknaJ { top:69.5625rem;left:12.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnZiqIVB7cLyTHlgADmvFdcixIem9aJ8 { width:16.875rem;height:1.5rem;top:67.1875rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmDTXE3POtMOac9Hfd6B6WLcIunrCXZp { width:16.875rem;height:1.5rem;top:67rem;left:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zksq0UZcdlgmde3hy6zEu2brOKa3ueGi { width:12.3125rem;height:2rem;top:65.1875rem;left:25.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Amn0EADeTnACR2P6ppk5s8n3gogNtz3M { width:12.3125rem;height:2rem;top:65rem;left:10.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTornGKe6nc7okTOs9NTpnufWFT4ZD7a { width:15.0625rem;height:15.0625rem;top:49.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9A4s23RQHLCS1y3MTR1NqX0k2bPrcTr { width:15.0625rem;height:15.0625rem;top:49.3125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV2MVIVrxJSq9at5Mvh9W4GwvXQx4o9W { width:47.75rem;height:3.25rem;top:1.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygID5hOMXZPMMGZ4TCeXyunstwytehKs { width:17.8125rem;height:38.1875rem;top:7.1875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhygH2HNVC6NsCJ68FJqHgtgliTDJbxg { width:15.0625rem;height:15.0625rem;top:8.125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #amuH0SwDHLkM1Zb62lvuvsIyo0VDgx3o { width:13.75rem;height:;top:23.75rem;left:9.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVnRQSDlqJImEIUEDIT6UzJWLIFOB7OT { width:16.875rem;height:1.5rem;top:26.4375rem;left:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0gNsJH0xehlDlmk2CUrdVAT9AiiGBXk { top:27.9375rem;left:17.125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9CUfsI2bz0lCSf9qmTo7sfKQdXhfULD { top:28rem;left:12.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymiRca7RKqDmKGcaL6W5eTe2cOM6TWTm { top:31.75rem;left:17.125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2htcUOEtdAkBo9MgUNTWGrCywLybQhX { width:1.625rem;height:1.5625rem;top:28.25rem;left:18.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEHtWTLnSE9ztcEgxQopKTGdbe4rJX77 { width:1.625rem;height:1.5625rem;top:28.3125rem;left:13.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwSoFso0uVx1zKtr2ZR1T6Qa85CK5LhM { width:1.625rem;height:1.5625rem;top:32.0625rem;left:18.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOVwDhUCDVwaMAqLsMxcuyTGDLMd4sCA { top:31.8125rem;left:12.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHbn5vaQ3AkNEI40HPyOt4PZalxakNi0 { width:1.625rem;height:1.5625rem;top:32.0625rem;left:13.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDQi9yJ7f3ZxVhQoz2rUUDCOE5zw13az { top:73.375rem;left:26.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCGfUDxhJohAF4KmuhgE728bMm9taMVV { width:1.625rem;height:1.5625rem;top:73.6875rem;left:28.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVDc5ZQXbqLV4GJwBbTTxligKV6wvqOf { top:73.25rem;left:12.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfnv8O6cg7X2pmRXkWCswaGePmSoiX5H { width:1.625rem;height:1.5625rem;top:73.625rem;left:14.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptG30yZknwJxIzEc7Bfs4QORIcVoXEFk { width:15.125rem;height:3.3125rem;top:78.3125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNBvRoQWyp2MglGgAEp5xawCkOVH3TBA { display:block; }
 }@media only screen and (max-width: 763px) { #AI8xXcLIAptlu7KsSMT9i1AlPAtoKJLH { top:6.4375rem;left:6.375rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0W2Wqm0zHybkA1URadwUfcKWLwWcTFE { width:17.8125rem;height:38.1875rem;top:7.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC63gTdLPMiMbVplKMSMlGDwat74nmJC { width:15.0625rem;height:15.0625rem;top:8.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mvieg3Q2yJsnNlPc1cVZZDKL2qV1eJxB { width:13.75rem;height:;top:23.9375rem;left:24.187503814698rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7kgfbs5S4OVMzUs7iHwNemxiMgVMqk6 { width:15.875rem;height:;top:26.5625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2gRipaKS6HTJoCPVcRqLoBbtzBVabRW { width:16.875rem;height:1.5rem;top:28.0625rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPUXSXu2Z26sZaDI9slMsqxMKApNgPqd { top:29.5625rem;left:31.9375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9N19tiyAxmX5cgVRpQUwId7f8wT00TJ { width:1.625rem;height:1.5625rem;top:29.875rem;left:33.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhnwmpsMCMDC0hoCL3zmCdugpnHXgiHv { width:1.625rem;height:1.5625rem;top:29.9375rem;left:28.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR91vfCHske9gH358mEC8x54xWJnP5DC { top:33.375rem;left:31.9375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw2WFvGeyvshk9dXlJ2vSTtghKp71sSB { width:1.625rem;height:1.5625rem;top:33.6875rem;left:33.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkIFOxXGeervAEkT39nPZIOpbwEuFJ4c { width:1.625rem;height:1.5625rem;top:33.6875rem;left:28.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBJPz9t9PCKn0xCHgw3ql0fB6xbSXTlH { width:15.875rem;height:;top:36.5625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKBQ6iLuRDm5CoKPoks4cgQQKpPS4TSD { width:16.875rem;height:;top:37.9375rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQlbTndV5fe6tZ7plF4OtRL2Qv36BKEo { width:1.625rem;height:1.5625rem;top:39.75rem;left:28.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGRdtPleMibRIWC0G7hvKRHXIPQRm1iv { top:39.5625rem;left:31.9375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrbZG4HHWD600Hw3Tsxv9sMHKC7XHMnX { width:1.625rem;height:1.5625rem;top:39.75rem;left:33.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsIRuMuvhXGNkci1016O3xSFRGxsUSsR { top:29.625rem;left:26.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihyzPIBCKQoF8qTk2cdBTXdhBfuhsA3r { top:39.625rem;left:26.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGTdT4FZcabHl19he6pKXSlgtCTLBTDL { top:33.4375rem;left:26.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l074X9bBhiployqxZ9T2RATrEbAAECOI { top:43.0625rem;left:31.9375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4x12knVhxxFOEl4ALGtxGEUQ8lQA2Jd { width:1.625rem;height:1.5625rem;top:43.375rem;left:33.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaxwEr2CDBUofmq0537TtTypmuPPADTB { top:43.0625rem;left:26.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIQnGvu90WWaOC61wAw9XSWxJcP3EJKF { width:1.625rem;height:1.5625rem;top:43.4375rem;left:28.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { top:6.8125rem;left:3.71875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { top:12.375rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { top:15.25rem;left:0rem;width:12.5rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { top:6.8125rem;left:15.65625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { top:6.8125rem;left:27.59375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { top:6.8125rem;left:39.53125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { width:47.75rem;height:3.625rem;top:1.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #crFazAvV34t1sT6qc0QrwGvWcPMvTNRO { top:12.375rem;left:10.9375rem;width:12.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfnzEtHJw4kQ9byD5Iz604bAIv8qXFsx { top:15.25rem;left:10.0625rem;width:13.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP20uoDDORMhIp7OkHEtTVT4I5chMzMc { top:12.375rem;left:23.3125rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P18TIZuFci2LecEEdeQPKKZyRop03PcQ { top:15.3125rem;left:23.3125rem;width:12.5rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3BE08pZNxkMG22XUIzF8dTwvdFI9773 { top:12.375rem;left:35.25rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9MHO4y4RXKASObLhbqnh8xL3snJidoM { top:15.25rem;left:35.25rem;width:12.5rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #flnwwqCMcEp1hoNAkZpVBfNIzDZKTMh8 { display:block; }#flnwwqCMcEp1hoNAkZpVBfNIzDZKTMh8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kP7W8xGLdQ0zroHZEcSLCJTSVtl2ctKd { width:47.75rem;height:3.625rem;top:1.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZIMqQ6k0Un0VREVLXe7UpTNP0FhrCT0 { top:6.375rem;left:0rem;width:17.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfWwak5WWtSw8m2CvvXAQMyyGhwJ6Rns { top:6.375rem;left:6.125rem;width:17.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQJhcDOVMbkeiX967m5ciNtAsussXT3a { top:6.375rem;left:18.0625rem;width:17.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8omOIIJUQ5a4TZNsauT6fFJuzSgdPip { top:6.375rem;left:30rem;width:17.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy2zTdLB3cs4BO9TgQHrGm2qKwi95JTR { top:21.9375rem;left:0rem;width:17.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8nf3khE1iOJ1tXkXlyEqWkeZL43zTwv { top:21.9375rem;left:6.125rem;width:17.6875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPWGZt6yfwe0UoxmpviK1wkQdoZPZCLm { top:21.9375rem;left:18.0625rem;width:17.6875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdRILRXK3vBO3LvUpPOROSIP1QIO5mpx { top:21.9375rem;left:30rem;width:17.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0wyPOWMV6TaAulExWHtCRzpeEybrIom { top:37.5rem;left:18.125rem;width:17.6875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxWMF45TUd6xlDvkfVtzygqMSrx2RTau { top:37.4375rem;left:30.0625rem;width:17.6875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikP7D9DdM4NVx790hdiDTBMyVMk9xme9 { top:49.125rem;left:0rem;width:17.5rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLf6LcEZb5T2lDJ7QuWzpoMppS1xGD9E { top:49.4375rem;left:0rem;width:12.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvPzN7NzagFeqvTIMoZulaAPKctzd9yy { top:37.5rem;left:0rem;width:17.5rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQgFVnrkQtz5S9yszXKMD8O18IuBKwyt { top:49.3125rem;left:6.375rem;width:17.5rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMUpdteCBD8TyXNqnDlrb3T62MMbLvT1 { top:49.625rem;left:10.9375rem;width:12.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch2dr3tKPOzn6mvQ6Lweobl6rnHzXe7k { top:37.4375rem;left:6.375rem;width:17.5rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #npTImrdvD6px2n2tPcmBMA9dlW2PTl17 { top:18.125rem;left:0rem;width:17.6875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrpk0wl3llwbBzbJDKBo9Trn1GpSRbqQ { top:18.5625rem;left:0rem;width:12.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsuAUUizAnNHE9exqpbqKJT1ci2Us0m0 { top:18.0625rem;left:6.1875rem;width:17.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6rrRwR0mG6AvAwpBtFAWZgXBQikKQte { top:18.375rem;left:10.9375rem;width:12.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCF3wGUB5AGuRtLQwQ2wgUwbgF5lDTNT { top:18rem;left:17.9375rem;width:17.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0eI40xNsGc1SJohJiPrfLEOcImdrEXk { top:18.375rem;left:22.875rem;width:12.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pagi3tpZ5hCbXI0ITXHNin5fehsFw7qF { top:18.125rem;left:30.125rem;width:17.625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncNsVC1FGcUCQZHAhABDwblEybcWClhR { top:18.4375rem;left:34.8125rem;width:12.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6o1PLH3NnogIZtyg3SR5rL8UKx7GlgB { top:33.6875rem;left:0rem;width:17.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cphUuVvvtL7ISedPuvZuB4TG3fOKgX9W { top:34rem;left:0rem;width:12.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hnbfim3rPwX7NFkpX4x2UhgLs1mmetQV { top:33.6875rem;left:6.0625rem;width:17.6875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOl6mDoQMz2rDbePkNTmb0PcMfNmttVM { top:34rem;left:10.9375rem;width:12.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsuXO9kIPEoxHzlhgssAPEw8tMmTqhko { top:33.625rem;left:18.125rem;width:17.6875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0ID5KUTNqA7nAibV8EWUMwGdKAcVenF { top:34rem;left:22.875rem;width:12.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvlBkVnKwesnvqNLEiXOu5H3QQQrslyQ { top:33.75rem;left:29.9375rem;width:17.8125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrU71Wch5kKDBxo47SAHVSV16lhE3BZ2 { top:34rem;left:34.8125rem;width:12.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu6tz7cpnk3ewptk71dtMsEbIUOKwdts { top:49.1875rem;left:18.125rem;width:17.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHbqH7abpyozOuOUsmLeoTNecZBBE725 { top:49.375rem;left:22.875rem;width:12.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZiTg3UpZD7K9lJKQbaFmPg9tIwStc04 { top:49.125rem;left:29.9375rem;width:17.6875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7OsK3R44AawBWl2COAOf5TLOcup2i56 { top:49.375rem;left:34.8125rem;width:12.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wl4C5rUTA4M2iMAGPWztTq7QygbVsz7D { width:15.125rem;height:3.3125rem;top:53.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSDIIQgOlClttAoKXb2qr8xyCSihfOTb { display:block; }
 }@media only screen and (max-width: 763px) { #Nic1JM4WBcEhKmnAcNs854xh9dLaOWk6 { display:block; }#Nic1JM4WBcEhKmnAcNs854xh9dLaOWk6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZROxUsL0JJtkBouDL34yNUcho2AGRkpc { top:1.8125rem;left:0rem;width:27.875rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1J7k1CUuGCusUIkTu7OgaPEyaWMJFMT { top:5.75rem;left:0rem;width:36.6875rem;height:20.464556663588rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI9Wu5xc09iVlTW14cTPEAiTTNFaywp6 { top:4.25rem;left:0rem;width:34.375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { top:2rem;left:11rem;width:30.125rem;height:8.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp7tHOePHqDWqdNTkLp3223sbJvSzs8A { width:15.125rem;height:3.3125rem;top:13.75rem;left:21.874820709229rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU72Qr0k46Tgv3gJRmt2IKMPrzaLId8p { display:block; }
 }@media only screen and (max-width: 763px) { #PsoJ7yfqGZDTAivpy0LT3p4gKt9wNseI { top:0rem;left:0rem;width:32.9375rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Neh5bcrJIePXE0BtW8RHQSgKTorXTRVy { top:11.125rem;left:12.75rem;width:35rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { top:3.375rem;left:11.4375rem;width:19.0625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXCxEpiiMiCOvJtlTWQnAb7ESV4yCNdT { top:5.3125rem;left:11.625rem;width:16.9375rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcQ3NdyCT9PB3O9T3h6xA129eJKrbqTg { top:0.9375rem;left:0rem;width:14.25rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnUxHavb5zreEchUkmcRRITaPKtyVoVb { top:5.4375rem;left:0rem;width:18.75rem;height:6rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAhb1FbVyvkGMsQk4JyRt0qgikIEn7Id { top:0.125rem;left:29.5625rem;width:18.1875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { top:0.8125rem;left:7.9986991882325rem;width:30.25rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MSaPUKiTwnppQXygleqMMAKuh2wS0ca7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d41ba3dd-f3aa-4173-9871-d7a5959bd56a/3DFoxton.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MSaPUKiTwnppQXygleqMMAKuh2wS0ca7.adaptive-delivery-prevent-bg, #MSaPUKiTwnppQXygleqMMAKuh2wS0ca7.lazyload, #MSaPUKiTwnppQXygleqMMAKuh2wS0ca7.lazyloading { background-image: none; }#MSaPUKiTwnppQXygleqMMAKuh2wS0ca7 > .row .container { background-color: transparent; background-image: none; }#MSaPUKiTwnppQXygleqMMAKuh2wS0ca7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#MSaPUKiTwnppQXygleqMMAKuh2wS0ca7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSaPUKiTwnppQXygleqMMAKuh2wS0ca7 > .row .container > .video-iframe-container { display: none; }#MSaPUKiTwnppQXygleqMMAKuh2wS0ca7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#MSaPUKiTwnppQXygleqMMAKuh2wS0ca7 > .row > .video-iframe-container { display: none; }#MSaPUKiTwnppQXygleqMMAKuh2wS0ca7 > .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); }#MSaPUKiTwnppQXygleqMMAKuh2wS0ca7 > .row .container { border-width: 0; border-radius: 0; }#MSaPUKiTwnppQXygleqMMAKuh2wS0ca7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MSaPUKiTwnppQXygleqMMAKuh2wS0ca7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MSaPUKiTwnppQXygleqMMAKuh2wS0ca7 > .row .container { width:20rem;height:61.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #feAC0siJkE1EZa3yLcixQkQ1gAvJ09rg { width:14.874125rem;height:4.18728125rem;top:1.3096789121627rem;left:2.5618491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8E6iTmc2sG9yxQlnQTD8oewhNzlPyGO { width:19.4375rem;height:27.125rem;top:32.625rem;left:0.4375rem;background-color:rgba(255,255,255,0.85);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #EEolIKLmvAgNRSorgcRtrprcApuRBDLQ { width:17.874375rem;height:6.296875rem;top:33.4375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJJchZKnFXvafET6FW8NvMU3RUlWdDfx { width:9.5rem;height:3.59895625rem;top:15.5625rem;left:0.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tS2bFI4oz39aNoNTPJM3MqX9D9mUuWm3 { width:5.9375rem;height:4.6875rem;top:23.0625rem;left:2.25rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3mtbPxLza34KttUb6T1u7hnqDorA3eW { width:5rem;height:1.875rem;top:19.4375rem;left:2.6875rem;font-size:1.875rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #xRd0b1TGgBTPXx4kde0x0gCUv7N7VQiA { width:1.05989375rem;height:1.25rem;top:29.4375rem;left:8.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMRhdPbX0uwVkhrtpKUfTTulbyv6mSTC { width:4.375rem;height:1.875rem;top:29.5rem;left:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR5sy2qbpITgodAbQ6EKDzu7TkXfZxyn { width:19.375rem;height:4.18728125rem;top:8.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUdRf5OobhmBny8N844Pe4WRFFhQd1Qy { width:16.875rem;height:1.6497375rem;top:9.3125rem;left:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGKDnTmeoiECtMD3tIe5soEcAJ7FJtTm { width:18.624125rem;height:1.51215rem;top:11rem;left:0.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tMuyftD36PfSmPKPDw5tmtNo615e5hlW { width:9.4998125rem;height:3.59895625rem;top:15.5625rem;left:10.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG5l24X1Z1NppVh9zVTpZSgi0eK1FWhw { width:5rem;height:1.875rem;top:19.5625rem;left:12.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ6ZmimK3daww9OJAkw58BhVTdpkDnz4 { width:2.625rem;height:4.6875rem;top:23.0625rem;left:12.5625rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBg1Dw37Tu13etdWViscTomOf2e4V1WG { width:6.75rem;height:1.875rem;top:29.5rem;left:11.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDT2Kw4p2cGqXyoPSCLNUJU6WppF84az { width:1.0612rem;height:1.25rem;top:29.5rem;left:18.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgTs1ptpWqpqKa2awWA2gmkTSdvgLMIM { width:0.125rem;height:16.125rem;top:15.3125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgdwOfu7Q790idmpXv1q2T87Be0gxiMu { width:7.1875rem;height:1.99978125rem;top:15.5rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAgZ0eHHTzCTCCTVI81cDw9NKbzm1soJ { width:7.1875rem;height:2rem;top:15.5625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBVOealTwuQ0Hfi1R8AyhIFpngNhJknQ { width:2.8125rem;height:2.8125rem;top:13.708333969116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0aIJlIOReFNl7L0BkKGgFKllLQsVhAU { width:2.8125rem;height:2.8125rem;top:13.6875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv .widget-input-text {padding-top: 0; padding-bottom: 0;}#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv .widget-input-select {padding-top: 0; padding-bottom: 0;}#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv  { width:17.5rem;height:auto;top:40.125061035156rem;left:0rem; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv {display:block;}#G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv { width:17.5rem;height:auto;top:40.125061035156rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #wbZ8CKipTd8fZnHfmpMIpIpTvttLm0Zr {  }
 }@media only screen and (max-width: 763px) { #G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #RzgNnN4PlGKswbWKfNUo82Lhd9oJ9Mu3 { display:none; }
 }@media only screen and (max-width: 763px) { #G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #Oavzm1LLTMxz4x3Ht3tfEMBfwb71mIel {  }
 }@media only screen and (max-width: 763px) { #G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #nCQngTQ8qTQFuIWv4X9WdqvilrG93Bw2 {  }
 }@media only screen and (max-width: 763px) { #G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #P36gr4wTUgv3svQFNusOHSehySllw4HG { display:none; }
 }@media only screen and (max-width: 763px) { #G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #cVGShuVZ0lBX9TLHmRU84pp3HTU641PI {  }
 }@media only screen and (max-width: 763px) { #G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #BRPP3p5fCLx5QtdT3XGbCVhrqmbtsccT {  }
 }@media only screen and (max-width: 763px) { #G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #BTB6VdZX1AGgpPmNkaMOBW38XxIG2Okl { display:none; }
 }@media only screen and (max-width: 763px) { #G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #DQ6ZGCV9BGv7UAmmTSWTB1SEFmXE95IZ {  }
 }@media only screen and (max-width: 763px) { #G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #dbsnd944OWxWgqb6i8lgZIzqoUpQDlyc {  }
 }@media only screen and (max-width: 763px) { #G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #x0fkZPq2znblKLrsWqL6a2pZcf0Z17Fc { display:none; }
 }@media only screen and (max-width: 763px) { #G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #OPXXb2ThTNJcesUdDiw5JybGNMgTT7kZ {  }
 }@media only screen and (max-width: 763px) { #G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #LCHUQK35JKIQGaJIVXl9u1PVOiWDytMv {  }
 }@media only screen and (max-width: 763px) { #G4iEdppsU5MaaenlFJTTTkkHiiK1LuCv #tp8kBL9TvlZ0OtR4EvwgxBSmgyCiWDDV {  }
 }@media only screen and (max-width: 763px) { #p4NUHHi3ZfmXCEJ36lwJGSGdfEKXfhRl { display:block; }#p4NUHHi3ZfmXCEJ36lwJGSGdfEKXfhRl > .row .container { width:20rem;height:58.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxC9GNaQ7o2NCgr6M9ptfZEC5AZae2iW { width:18.875rem;height:18.875rem;top:1.4960994720459rem;left:0.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rl7AiL2G82UtblrXNL826PwNmI7WASfR { width:19.6875rem;height:0.248698125rem;top:26.382813453674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM2Fp75wTT05iD9NTHGxy6W9mOBLdtB1 { width:17.433625rem;height:3.37109375rem;top:53.994792938233rem;left:1.2825520634651rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycbqJNqm2OHXJXg1ttp2E3NMyBa4kOuc { display:block; }
 }@media only screen and (max-width: 763px) { #yTH8M8KcH0cTsO8T1Mda0FzBQo6sazlg { width:18.625rem;height:25.98956875rem;top:28.007813453674rem;left:0.6875rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VzTILf8q6sIBnz4EpScU9q3GcKJ8Trki { width:20rem;height:4.140625rem;top:21.571614265442rem;left:0rem;font-size:1.0625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uwcOZAfpph5MOrmw3OQ5ODMXyupczT6J { display:block; }#uwcOZAfpph5MOrmw3OQ5ODMXyupczT6J > .row .container { width:20rem;height:117.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F6Ve6dk4Nh8t6NMPT9mkEfcEfqd98Egu { width:14.1875rem;height:14.1875rem;top:38.4375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1TgxkMH78enwTudNsN8exAq23EX1OPe { width:17.8125rem;height:28.5625rem;top:81.4375rem;left:1.125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #d8DVJ4m4lt530kTcrV7ZZ0UbzrTEd9HO { width:10.8125rem;height:2rem;top:52.8125rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlxEOOmMPbQlJawHi6w09NOdPS4XTDy7 { width:9.5rem;height:1.59895625rem;top:56.625rem;left:5.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1f2fUPwhrrbx3GEHQLMeZw3en2dTMO1 { width:5.9375rem;height:1.22395625rem;top:55.375rem;left:2.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ex57mIvECAM6rWMu3ifBbCom02Zk1Mle { display:flex;width:1.9375rem;height:1.9375rem;top:71.875rem;left:11.1875rem; }
 }@media only screen and (max-width: 763px) { #PENwJTKvAIHmvNkFmuK4kMrThfxu06uQ { display:flex;width:1.9375rem;height:1.9375rem;top:71.875rem;left:5.875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #hpPZh9tyaP1TcUpO1e1IsqeekbAA99I1 { display:flex;width:1.9375rem;height:1.9375rem;top:75.625rem;left:11.1875rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #uFPeVkyfiBnTl3eelsb1KTfNWtL7CIMg { width:1.625rem;height:1.59895625rem;top:59.8125rem;left:8.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS8qSVyLMdb44cHrNPHy8M0rBxiEU95X { width:1.625rem;height:1.59895625rem;top:76.0625rem;left:13rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4TiJdslVch6LzbKTTXyeCTyc80fxThr { width:1.625rem;height:1.59895625rem;top:72.1875rem;left:13rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBfN5V1xIEplnpVaL9M9kqvOfMgJ42ev { width:6.25rem;height:1.22395625rem;top:67.6875rem;left:2.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT7V3KV5gbryXTWrwapRp917RlOqU2mf { width:9.625rem;height:1.59895625rem;top:68.8125rem;left:5.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygPkbNQ3wqCNWDRukEO5pvey5PJ5KXTS { display:flex;width:1.9375rem;height:1.9375rem;top:59.5rem;left:6.1875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Gbbi5qzk5aWsU5BfkAhmBuH7yuP5l9To { width:1.625rem;height:1.59895625rem;top:72.1875rem;left:7.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #urpvLEFJt13MOHr3VoygV1x6CCWzDwTB { display:flex;width:1.9375rem;height:1.9375rem;top:59.375rem;left:11.5rem; }
 }@media only screen and (max-width: 763px) { #E8KT4vQZelPtVPqc21FrwovbCGZdlM90 { width:1.625rem;height:1.59895625rem;top:59.8125rem;left:13.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmJBXwi0EixtkfDm6dxF3GhTWrXnmOLT { display:flex;width:1.9375rem;height:1.9375rem;top:63.6875rem;left:11.5625rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #iZLwzCILnCPwqp67oxFsys5LW06q5sW4 { width:1.625rem;height:1.59895625rem;top:64rem;left:13.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpQbLZr5y50T37Oyb56CkytBpn4n12Ed { display:flex;width:1.875rem;height:1.875rem;top:63.6875rem;left:6.25rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #R3OwARXMqm4lvXhsZGMlxNKtVGJXEhlb { display:flex;width:1.875rem;height:1.875rem;top:75.6875rem;left:5.875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #xF6WbWvloGX0q8G7e6p9HLinKT6LaiQx { width:1.625rem;height:1.59895625rem;top:64.0625rem;left:7.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySsf7q6zEzIQTrhWkmD0KLXpzo5Jyt6B { width:1.625rem;height:1.59895625rem;top:76rem;left:7.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtWrTCdPpVWCTbaH12Ivfni79v2pAUWq { display:flex;width:1.875rem;height:1.875rem;top:30.5625rem;left:5.3125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #RcA0xFtaab6n4ylgTovABp3XJNFzGuZk { width:1.625rem;height:1.59895625rem;top:30.75rem;left:7.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyCLryK9600b5VXuGd7n5am3fR4wa4vh { display:flex;width:1.875rem;height:1.875rem;top:27.1875rem;left:5.3125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #T8UDaOqKpO364I1eTMgZZye6gSP3Cvi6 { width:1.625rem;height:1.59895625rem;top:27.375rem;left:7.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKiJC3qzN8v3JvqFFeTZoCsoZzBrKNiU { width:16.875rem;height:1.59895625rem;top:24.5rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSH2cTBMrMzsdK8TR2AVEtBrpN87OMfT { display:flex;width:1.875rem;height:1.875rem;top:27.1875rem;left:11.3125rem; }
 }@media only screen and (max-width: 763px) { #aDeeD8JfKoqIXlgXGSVyPsIElEThvtyy { display:flex;width:1.875rem;height:1.875rem;top:30.5625rem;left:11.375rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #tZUwiOk8geP3vAAMZD6xiV0Gt2BfVT8T { width:12.125rem;height:2rem;top:22.625rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvkCQ2bF6eOHmTI2SxUoB2c1LeeyNp9U { width:1.625rem;height:1.59895625rem;top:30.75rem;left:13.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZUu1v0aMXVdsDufpomV4VXwyGmocBpb { width:1.625rem;height:1.59895625rem;top:27.375rem;left:13.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ik8UCgDRCLCI5lGIsm9aNpJ22rhpaMN9 { width:15.0625rem;height:15.0625rem;top:7.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0NJlNwrC7E7ZmfzWm6GioJtrWoaIsII { width:20rem;height:3.73698125rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8bN7WvryX0McRqErqrMOzK6TymsGyJX { width:4.8125rem;height:4.8125rem;top:5.75rem;left:0.4375rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #TCihXcKimycvzvzp4bQ5IF93cP3CUsLA { width:17.8125rem;height:41.8125rem;top:37.375rem;left:1.1875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #kpd5WbX5g5RvdqxsbNqwiKoiqMqII1Tf { width:14.1875rem;height:14.1875rem;top:82.375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SimCT9GACCy34tTyMq3Ah6Qv3FCOg6KU { width:12.8125rem;height:2rem;top:97.1875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFkDE4ggqol7JzUp4v1gvpmUdOPB3zbT { width:10.1875rem;height:1.59895625rem;top:99.1875rem;left:5.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS0WKm7HdQB7KXDeQNzQXJUcXGouvu4b { display:flex;width:1.9375rem;height:1.9375rem;top:102.125rem;left:11.625rem; }
 }@media only screen and (max-width: 763px) { #JISf6wvEFpK9f8nClSQtA5txbKe8z9ra { display:flex;width:1.9375rem;height:1.9375rem;top:102.125rem;left:5.625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #m8Q8weTZK4d9iccrD4pBFmTHwapwKKTJ { width:1.625rem;height:1.59895625rem;top:102.3125rem;left:8.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xm0oHTeZZ6CtSqtU6RzERZrMnZNQsUe2 { width:1.625rem;height:1.59895625rem;top:102.3125rem;left:13.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlTgq6vnT90s2zR11W8uexPdLKT1zNKO { display:flex;width:1.9375rem;height:1.9375rem;top:106rem;left:11.6875rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #HposUshrz0AFxx04tiiABg9rDcEpeiw9 { width:1.625rem;height:1.59895625rem;top:106.25rem;left:13.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqsb3UmSfrLwCRHskz4GfwO3AwIM2L9p { display:flex;width:1.875rem;height:1.875rem;top:106rem;left:5.6875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #VQaMhcAdZJWl6USarr3T5zbKhtc11q5L { width:1.625rem;height:1.59895625rem;top:106.25rem;left:7.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkESXptqHmagyXswLoUU2tv9k2gESKqh { width:17.8125rem;height:28.5625rem;top:6.375rem;left:1.125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #I5mycRlg4WiyMuEHwVkhqFZvDXg5kS8T { width:15.125rem;height:3.3125rem;top:111.375rem;left:2.4375000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWAGNZ0sky1rWRBXcwd03PM447BaAD7L { display:block; }
 }@media only screen and (max-width: 763px) { #kr0lvXkZTbxCLDouURV7RAqVJyZ0AhX4 { display:block; }#kr0lvXkZTbxCLDouURV7RAqVJyZ0AhX4 > .row .container { width:20rem;height:142.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GgJnRcVlR18tFeiBktb6igZxOfE9ZTGl { width:17.8125rem;height:28.5625rem;top:76.5625rem;left:1.125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #DbeBnXDNHpCibB1OWsfVSiSf4dI81RxT { width:17.8125rem;height:28.5625rem;top:107.375rem;left:1.125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #XMPOeEQqTJN5B0RoLr8FeqVEPlEgGuUf { width:1.625rem;height:1.599825rem;top:131.25rem;left:13.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSbITB1fmUA06EwsyOP7Zw7zPP0SH0kb { display:flex;width:1.9375rem;height:1.9375rem;top:127.375rem;left:11.625rem; }
 }@media only screen and (max-width: 763px) { #zS2HeStviHSX8kBMenmW0AHwN73yxEUD { display:flex;width:1.9375rem;height:1.9375rem;top:131.125rem;left:11.625rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #xeQreOy1z0M3hqRUrE9FHEFrMTPdbGF7 { width:1.625rem;height:1.599825rem;top:127.5625rem;left:13.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdL4GWMqqln4JUiF6lMBvCBdfvnxaKyW { width:1.625rem;height:1.599825rem;top:127.5625rem;left:7.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3BgeURBe0TXy6N9UyliiFCm3vMdedMl { display:flex;width:1.875rem;height:1.875rem;top:127.4375rem;left:5.5rem; }
 }@media only screen and (max-width: 763px) { #bM2ibf03PGoZpn7yaTiqQutCkVJvdHH9 { width:1.625rem;height:1.599825rem;top:100.25rem;left:13.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyZtImZDvp9PFm3F1mrt36EMxHAKi0y9 { display:flex;width:1.9375rem;height:1.9375rem;top:96.875rem;left:11.625rem; }
 }@media only screen and (max-width: 763px) { #wydc6NsuqWNfAZRUoUOdd9KwZpJ0PdDp { display:flex;width:1.9375rem;height:1.9375rem;top:100.125rem;left:11.625rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #TTTT7AmDTsw5BOkQPQFJPiC9J9raO257 { width:1.625rem;height:1.599825rem;top:97rem;left:13.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8JvPQ8BWbfo3iLFbaunH0Hz2J7TsJPa { width:1.625rem;height:1.599825rem;top:97.0625rem;left:7.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3k92QJgl3KfFBBZbUgsFBGD8TyNknaJ { display:flex;width:1.875rem;height:1.875rem;top:96.9375rem;left:5.5rem; }
 }@media only screen and (max-width: 763px) { #gnZiqIVB7cLyTHlgADmvFdcixIem9aJ8 { width:16.875rem;height:1.599825rem;top:124.9375rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmDTXE3POtMOac9Hfd6B6WLcIunrCXZp { width:10.3125rem;height:1.599825rem;top:94.75rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zksq0UZcdlgmde3hy6zEu2brOKa3ueGi { width:16.5rem;height:2rem;top:122.9375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Amn0EADeTnACR2P6ppk5s8n3gogNtz3M { width:12.3125rem;height:2rem;top:92.75rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTornGKe6nc7okTOs9NTpnufWFT4ZD7a { width:14.1875rem;height:14.1875rem;top:108.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9A4s23RQHLCS1y3MTR1NqX0k2bPrcTr { width:15.0625rem;height:15.0625rem;top:77.5rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV2MVIVrxJSq9at5Mvh9W4GwvXQx4o9W { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygID5hOMXZPMMGZ4TCeXyunstwytehKs { width:17.8125rem;height:28.5625rem;top:5.875rem;left:1.1250000596046rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #EhygH2HNVC6NsCJ68FJqHgtgliTDJbxg { width:14.1875rem;height:14.1875rem;top:6.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #amuH0SwDHLkM1Zb62lvuvsIyo0VDgx3o { width:13.4375rem;height:2rem;top:21.0625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVnRQSDlqJImEIUEDIT6UzJWLIFOB7OT { width:9.25rem;height:1.5rem;top:22.9375rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0gNsJH0xehlDlmk2CUrdVAT9AiiGBXk { display:flex;width:1.9375rem;height:1.9375rem;top:24.5625rem;left:11.375rem; }
 }@media only screen and (max-width: 763px) { #r9CUfsI2bz0lCSf9qmTo7sfKQdXhfULD { display:flex;width:1.875rem;height:1.875rem;top:24.625rem;left:5.25rem; }
 }@media only screen and (max-width: 763px) { #ymiRca7RKqDmKGcaL6W5eTe2cOM6TWTm { display:flex;width:1.9375rem;height:1.9375rem;top:28.25rem;left:11.375rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #N2htcUOEtdAkBo9MgUNTWGrCywLybQhX { width:1.625rem;height:1.599825rem;top:24.9375rem;left:13.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEHtWTLnSE9ztcEgxQopKTGdbe4rJX77 { width:1.625rem;height:1.599825rem;top:24.875rem;left:7.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwSoFso0uVx1zKtr2ZR1T6Qa85CK5LhM { width:1.625rem;height:1.599825rem;top:28.625rem;left:13.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOVwDhUCDVwaMAqLsMxcuyTGDLMd4sCA { display:flex;width:1.875rem;height:1.875rem;top:131.125rem;left:5.625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #hHbn5vaQ3AkNEI40HPyOt4PZalxakNi0 { width:1.625rem;height:1.599825rem;top:131.25rem;left:7.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDQi9yJ7f3ZxVhQoz2rUUDCOE5zw13az { display:flex;width:1.875rem;height:1.875rem;top:28.3125rem;left:5.25rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #MCGfUDxhJohAF4KmuhgE728bMm9taMVV { width:1.625rem;height:1.599825rem;top:28.5rem;left:7.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVDc5ZQXbqLV4GJwBbTTxligKV6wvqOf { display:flex;width:1.875rem;height:1.875rem;top:100.125rem;left:5.5rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #mfnv8O6cg7X2pmRXkWCswaGePmSoiX5H { width:1.625rem;height:1.599825rem;top:100.25rem;left:7.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptG30yZknwJxIzEc7Bfs4QORIcVoXEFk { width:15.125rem;height:3.3125rem;top:137.25rem;left:2.4375000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNBvRoQWyp2MglGgAEp5xawCkOVH3TBA { display:block; }
 }@media only screen and (max-width: 763px) { #AI8xXcLIAptlu7KsSMT9i1AlPAtoKJLH { width:4.6875rem;height:4.6875rem;top:5.3124980926514rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0W2Wqm0zHybkA1URadwUfcKWLwWcTFE { width:17.8125rem;height:38.1875rem;top:36.3125rem;left:1.125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #xC63gTdLPMiMbVplKMSMlGDwat74nmJC { width:15.0625rem;height:15.0625rem;top:37.25rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mvieg3Q2yJsnNlPc1cVZZDKL2qV1eJxB { width:13.75rem;height:2rem;top:52.875rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7kgfbs5S4OVMzUs7iHwNemxiMgVMqk6 { width:5.9375rem;height:1.3997375rem;top:55.5rem;left:2.2500000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2gRipaKS6HTJoCPVcRqLoBbtzBVabRW { width:16.875rem;height:1.5rem;top:57rem;left:1.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPUXSXu2Z26sZaDI9slMsqxMKApNgPqd { display:flex;width:1.9375rem;height:1.9375rem;top:58.5rem;left:11.0625rem; }
 }@media only screen and (max-width: 763px) { #y9N19tiyAxmX5cgVRpQUwId7f8wT00TJ { width:1.625rem;height:1.599825rem;top:58.8125rem;left:12.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhnwmpsMCMDC0hoCL3zmCdugpnHXgiHv { width:1.625rem;height:1.599825rem;top:58.875rem;left:7.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR91vfCHske9gH358mEC8x54xWJnP5DC { display:flex;width:1.9375rem;height:1.9375rem;top:62.3125rem;left:11.0625rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #mw2WFvGeyvshk9dXlJ2vSTtghKp71sSB { width:1.625rem;height:1.599825rem;top:62.625rem;left:12.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkIFOxXGeervAEkT39nPZIOpbwEuFJ4c { width:1.625rem;height:1.599825rem;top:62.625rem;left:7.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBJPz9t9PCKn0xCHgw3ql0fB6xbSXTlH { width:6.3125rem;height:1.3997375rem;top:65.5rem;left:2.2500000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKBQ6iLuRDm5CoKPoks4cgQQKpPS4TSD { width:16.875rem;height:1.599825rem;top:66.875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQlbTndV5fe6tZ7plF4OtRL2Qv36BKEo { width:1.625rem;height:1.599825rem;top:68.6875rem;left:7.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGRdtPleMibRIWC0G7hvKRHXIPQRm1iv { display:flex;width:1.9375rem;height:1.9375rem;top:68.5rem;left:11.0625rem; }
 }@media only screen and (max-width: 763px) { #mrbZG4HHWD600Hw3Tsxv9sMHKC7XHMnX { width:1.625rem;height:1.599825rem;top:68.6875rem;left:12.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsIRuMuvhXGNkci1016O3xSFRGxsUSsR { display:flex;width:1.875rem;height:1.875rem;top:58.5625rem;left:6rem; }
 }@media only screen and (max-width: 763px) { #ihyzPIBCKQoF8qTk2cdBTXdhBfuhsA3r { display:flex;width:1.875rem;height:1.875rem;top:68.5625rem;left:6rem; }
 }@media only screen and (max-width: 763px) { #uGTdT4FZcabHl19he6pKXSlgtCTLBTDL { display:flex;width:1.875rem;height:1.875rem;top:62.375rem;left:6rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #l074X9bBhiployqxZ9T2RATrEbAAECOI { display:flex;width:1.9375rem;height:1.9375rem;top:72rem;left:11.0625rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #D4x12knVhxxFOEl4ALGtxGEUQ8lQA2Jd { width:1.625rem;height:1.599825rem;top:72.3125rem;left:12.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaxwEr2CDBUofmq0537TtTypmuPPADTB { display:flex;width:1.875rem;height:1.875rem;top:72rem;left:6rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #QIQnGvu90WWaOC61wAw9XSWxJcP3EJKF { width:1.625rem;height:1.599825rem;top:72.375rem;left:7.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { display:flex;width:4.5rem;height:4.5rem;top:5.9375rem;left:7.75rem;font-size:3.125rem; }
 }@media only screen and (max-width: 763px) { #PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { width:12.5rem;height:1.29964375rem;top:10.8125rem;left:3.75rem;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { width:12.5rem;height:5.19856875rem;top:12.299484729767rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { display:flex;width:4.5rem;height:4.5rem;top:19.375rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { display:flex;width:4.5rem;height:4.5rem;top:32.124996185302rem;left:7.7500002980231rem; }
 }@media only screen and (max-width: 763px) { #rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { display:flex;width:4.5rem;height:4.5rem;top:43.375rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { width:18.375rem;height:3.8984375rem;top:0.8125rem;left:0.81250005960463rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #crFazAvV34t1sT6qc0QrwGvWcPMvTNRO { width:16.0625rem;height:1.29964375rem;top:23.8125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfnzEtHJw4kQ9byD5Iz604bAIv8qXFsx { width:12.5rem;height:5.19856875rem;top:25.3125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP20uoDDORMhIp7OkHEtTVT4I5chMzMc { width:12.5rem;height:1.29964375rem;top:36.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P18TIZuFci2LecEEdeQPKKZyRop03PcQ { width:12.5rem;height:3.898925rem;top:38.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3BE08pZNxkMG22XUIzF8dTwvdFI9773 { width:12.5rem;height:1.29964375rem;top:47.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9MHO4y4RXKASObLhbqnh8xL3snJidoM { width:12.5rem;height:5.19856875rem;top:49.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #flnwwqCMcEp1hoNAkZpVBfNIzDZKTMh8 { display:block; }#flnwwqCMcEp1hoNAkZpVBfNIzDZKTMh8 > .row .container { width:20rem;height:186.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kP7W8xGLdQ0zroHZEcSLCJTSVtl2ctKd { width:20rem;height:4.0625rem;top:0.62500190734863rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZIMqQ6k0Un0VREVLXe7UpTNP0FhrCT0 { width:17.75rem;height:13.625rem;top:5.3125rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfWwak5WWtSw8m2CvvXAQMyyGhwJ6Rns { width:17.75rem;height:13.625rem;top:34.687501430511rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQJhcDOVMbkeiX967m5ciNtAsussXT3a { width:17.75rem;height:13.625rem;top:64.312501430512rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8omOIIJUQ5a4TZNsauT6fFJuzSgdPip { width:17.75rem;height:13.625rem;top:93.562480926513rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy2zTdLB3cs4BO9TgQHrGm2qKwi95JTR { width:17.75rem;height:13.625rem;top:20.000000476837rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8nf3khE1iOJ1tXkXlyEqWkeZL43zTwv { width:17.6875rem;height:13.4375rem;top:49.500001430511rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPWGZt6yfwe0UoxmpviK1wkQdoZPZCLm { width:17.6875rem;height:13.4375rem;top:79.00000190735rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdRILRXK3vBO3LvUpPOROSIP1QIO5mpx { width:17.75rem;height:13.625rem;top:108.1875038147rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0wyPOWMV6TaAulExWHtCRzpeEybrIom { width:17.625rem;height:13.4375rem;top:152.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxWMF45TUd6xlDvkfVtzygqMSrx2RTau { width:17.6875rem;height:13.438164785537rem;top:166.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikP7D9DdM4NVx790hdiDTBMyVMk9xme9 { width:17.5rem;height:1.6875rem;top:134.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLf6LcEZb5T2lDJ7QuWzpoMppS1xGD9E { width:12.9375rem;height:1.381025rem;top:134.875rem;left:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvPzN7NzagFeqvTIMoZulaAPKctzd9yy { width:17.5rem;height:13.4375rem;top:122.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQgFVnrkQtz5S9yszXKMD8O18IuBKwyt { width:17.5rem;height:1.6875rem;top:149.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMUpdteCBD8TyXNqnDlrb3T62MMbLvT1 { width:12.9375rem;height:1.381025rem;top:149.625rem;left:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch2dr3tKPOzn6mvQ6Lweobl6rnHzXe7k { width:17.5rem;height:13.4375rem;top:137.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #npTImrdvD6px2n2tPcmBMA9dlW2PTl17 { width:17.625rem;height:1.9375rem;top:17.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrpk0wl3llwbBzbJDKBo9Trn1GpSRbqQ { width:12.9375rem;height:1.381025rem;top:17.5rem;left:3.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsuAUUizAnNHE9exqpbqKJT1ci2Us0m0 { width:17.6875rem;height:2.0625rem;top:46.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6rrRwR0mG6AvAwpBtFAWZgXBQikKQte { width:12.9375rem;height:1.381025rem;top:46.625rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCF3wGUB5AGuRtLQwQ2wgUwbgF5lDTNT { width:17.8125rem;height:2.125rem;top:75.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0eI40xNsGc1SJohJiPrfLEOcImdrEXk { width:12.9375rem;height:1.381025rem;top:76.25rem;left:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pagi3tpZ5hCbXI0ITXHNin5fehsFw7qF { width:17.625rem;height:1.9375rem;top:105.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncNsVC1FGcUCQZHAhABDwblEybcWClhR { width:12.9375rem;height:1.381025rem;top:105.625rem;left:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6o1PLH3NnogIZtyg3SR5rL8UKx7GlgB { width:17.8125rem;height:1.9375rem;top:31.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cphUuVvvtL7ISedPuvZuB4TG3fOKgX9W { width:12.9375rem;height:1.381025rem;top:32.0625rem;left:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hnbfim3rPwX7NFkpX4x2UhgLs1mmetQV { width:17.6875rem;height:1.9375rem;top:61.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOl6mDoQMz2rDbePkNTmb0PcMfNmttVM { width:12.9375rem;height:1.381025rem;top:61.375rem;left:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsuXO9kIPEoxHzlhgssAPEw8tMmTqhko { width:17.6875rem;height:2rem;top:90.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0ID5KUTNqA7nAibV8EWUMwGdKAcVenF { width:12.9375rem;height:1.381025rem;top:90.875rem;left:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvlBkVnKwesnvqNLEiXOu5H3QQQrslyQ { width:17.8125rem;height:1.875rem;top:120rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrU71Wch5kKDBxo47SAHVSV16lhE3BZ2 { width:12.9375rem;height:1.381025rem;top:120.25rem;left:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu6tz7cpnk3ewptk71dtMsEbIUOKwdts { width:17.6875rem;height:1.75rem;top:163.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHbqH7abpyozOuOUsmLeoTNecZBBE725 { width:12.9375rem;height:1.381025rem;top:164rem;left:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZiTg3UpZD7K9lJKQbaFmPg9tIwStc04 { width:17.6875rem;height:1.875rem;top:178.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7OsK3R44AawBWl2COAOf5TLOcup2i56 { width:12.9375rem;height:1.381025rem;top:178.625rem;left:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wl4C5rUTA4M2iMAGPWztTq7QygbVsz7D { width:15.125rem;height:3.3125rem;top:182.06250572204rem;left:2.4375000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSDIIQgOlClttAoKXb2qr8xyCSihfOTb { display:block; }
 }@media only screen and (max-width: 763px) { #Nic1JM4WBcEhKmnAcNs854xh9dLaOWk6 { display:block; }#Nic1JM4WBcEhKmnAcNs854xh9dLaOWk6 > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZROxUsL0JJtkBouDL34yNUcho2AGRkpc { width:18.5618125rem;height:1.70573125rem;top:0.8125rem;left:0.6875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v1J7k1CUuGCusUIkTu7OgaPEyaWMJFMT { height:11.155875rem;width:20rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI9Wu5xc09iVlTW14cTPEAiTTNFaywp6 { width:18.3123125rem;height:2.3984375rem;top:2.5625rem;left:1.375rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { width:15.9375rem;height:4.140625rem;top:14.1875rem;left:0.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gp7tHOePHqDWqdNTkLp3223sbJvSzs8A { width:13.75rem;height:3.125rem;top:21.941938400269rem;left:3.1241121888161rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU72Qr0k46Tgv3gJRmt2IKMPrzaLId8p { display:block; }
 }@media only screen and (max-width: 763px) { #PsoJ7yfqGZDTAivpy0LT3p4gKt9wNseI { width:20rem;height:13.282125rem;top:0.73419666290281rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Neh5bcrJIePXE0BtW8RHQSgKTorXTRVy { width:17.249625rem;height:2.59895625rem;top:18.6875rem;left:0.375rem;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { width:18.9373125rem;height:1.3125rem;top:12.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXCxEpiiMiCOvJtlTWQnAb7ESV4yCNdT { width:20rem;height:4.547525rem;top:14rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcQ3NdyCT9PB3O9T3h6xA129eJKrbqTg { width:12.8125rem;height:3.75rem;top:0.8125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnUxHavb5zreEchUkmcRRITaPKtyVoVb { width:18.812125rem;height:5.99609375rem;top:5.1855463981628rem;left:0.59303969144821rem;font-size:0.75rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KAhb1FbVyvkGMsQk4JyRt0qgikIEn7Id { width:19.25rem;height:11.9375rem;top:18.749984741211rem;left:0.3737570643425rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:20rem;height:2.2513245117187rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { width:18.125rem;height:1.94791875rem;top:0.30397796630859rem;left:0.93749994039537rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }