.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0: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:220,222,221;--color-tertiary-1:138,147,142;--color-tertiary-2:20,38,28;--color-tertiary-3:10,19,14;--color-tertiary-4:3,6,4;--headlines-font-family:"open sans";--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-secondary-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); }#aICyvBmhuuc0FAQLOTCECTIut0N8gtiL { 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; }#aICyvBmhuuc0FAQLOTCECTIut0N8gtiL.adaptive-delivery-prevent-bg, #aICyvBmhuuc0FAQLOTCECTIut0N8gtiL.lazyload, #aICyvBmhuuc0FAQLOTCECTIut0N8gtiL.lazyloading { background-image: none; }#aICyvBmhuuc0FAQLOTCECTIut0N8gtiL > .row .container { background-color: transparent; background-image: none; }#aICyvBmhuuc0FAQLOTCECTIut0N8gtiL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,26,26,0.65); }#aICyvBmhuuc0FAQLOTCECTIut0N8gtiL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aICyvBmhuuc0FAQLOTCECTIut0N8gtiL > .row .container > .video-iframe-container { display: none; }#aICyvBmhuuc0FAQLOTCECTIut0N8gtiL > .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); }#aICyvBmhuuc0FAQLOTCECTIut0N8gtiL > .row > .video-iframe-container { display: none; }#aICyvBmhuuc0FAQLOTCECTIut0N8gtiL > .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); }#aICyvBmhuuc0FAQLOTCECTIut0N8gtiL > .row .container { border-width: 0; border-radius: 0; }#aICyvBmhuuc0FAQLOTCECTIut0N8gtiL::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; }#aICyvBmhuuc0FAQLOTCECTIut0N8gtiL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aICyvBmhuuc0FAQLOTCECTIut0N8gtiL > .row .container { font-size:0.875rem;font-family:arial;height:60.4375rem;width:75rem;position:relative;display:block; }#wO6uNAttDo4NkT7lnOgVhFbxF9b4Jr7A { 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; }
#NUwIz9SPFG5k7ZyAOz6eSPyRuyqoe8Aq { 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:24.625rem;left:46.5rem;display:block; }
#weaDdVtmbLGbgGwLtNVir4fAUy20u83r { 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:25.4375rem;left:47.25rem;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; }
#dMSqHTBk8uthximv6LbyPUeLo9JhoL4m { 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:34.436851501465rem;left:24.405384063721rem;height:6.5989375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SzDASB5lPVF6torcvxC6goJV7p6lIJN2 { 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:45.696617126465rem;left:28.125rem;height:7.03125rem;font-style:normal;display:block; }
#SUAe36biuNHwMk0NRPBrRddGrAP20b49 { 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:41.25rem;left:30.4375rem;height:1.875rem;font-style:normal;display:block; }
#eKt63s2WoxyzxJ6dAf6gtCaqhF6yTtfh { 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:52.4375rem;left:41.875rem;height:1.25rem;font-style:normal;display:block; }
#q0epzgSqdAlZVASBFof9vw86rgvdbx8e { 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:52.75rem;left:36.5rem;height:1.5625rem;font-style:normal;display:block; }
#ZsikIAET5QThXohQ3oPMi0uofyudOr5X { 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:25.0625rem;left:5.875rem;display:block; }
#WmbMLb0ldm59CO5n1vQechC2umUSzVWl { 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:25.4375rem;left:10.0625rem;height:2.75rem;font-style:normal;display:block; }
#bSpcfvfGZlNUKMosleMR3S9h626Lf2Z1 { 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:28.375rem;left:7.5625rem;height:2.75rem;font-style:normal;display:block; }
#Fl28RczuWta3EUJlBolhw0pn3FsbciO5 { 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:34.436851501465rem;left:5.0314674377441rem;height:6.5989375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AsMkZZkb7kJsR0LhG7qrITeesmVTEGc2 { 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:41.035160064698rem;left:10.029296875rem;height:1.875rem;font-style:normal;display:block; }
#dTxwat7q9EzDrkp29eFl8q73Z5rFThM9 { 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:45.696617126465rem;left:8.34375rem;height:7.03125rem;font-style:normal;display:block; }
#lE1fphnnlQshhVzNbGfRGLdyAlfA1tg1 { 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:52.727867126465rem;left:16.890625rem;height:1.5625rem;font-style:normal;display:block; }
#P19Aw2kVBdFLNSO56VG96xDclNcwTIOQ { 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:52.436199188233rem;left:22.140625rem;height:1.25rem;font-style:normal;display:block; }
#eloTlV2ZVh0Te9IpvnKJPUsr6yisXyfI { 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:19.1875rem;width:0.125rem;top:35.25rem;left:23.71875rem;display:block; }
#gDoVlrOp1gXu0auNsPmMl0MItONsuFcT { 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:34.75rem;left:7.75rem;display:block; }
#wNoO20508LFb6tWRAXP4QCRhkbr6g56R { 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:34.6875rem;left:27.5rem;display:block; }
#lnVZcfdlCkB7vJpMtcQxHD9UMHm57R3d { 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:32.220054626465rem;left:5.03125rem;overflow:hidden;display:block; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa .widget-form-header {  }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:#000000;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; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa .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-secondary-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(0,0,0,0.3) ;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa .widget-input-text {padding-top: 0; padding-bottom: 0;}#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa .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-secondary-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(0,0,0,0.3) ;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa .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(0,0,0,0.15) ; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa .widget-input-select {padding-top: 0; padding-bottom: 0;}#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa .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; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa .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(0,0,0,0.25) ; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa [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; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa [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; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa [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; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa [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; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa .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:#000000;vertical-align:top;width:16.6875rem;overflow:hidden;font-style:normal;float:none; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa .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; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa .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:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa .widget-container:first-of-type{padding-top:0;}#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa .widget-container:last-of-type{padding-bottom:0;}#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa  { background-color:rgba(var(--color-secondary-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:47.583332061767rem;top:32.6875rem;z-index:15012;position:absolute; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.875rem;display:block;vertical-align:top; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa {display:block;}#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa { background-color:rgba(var(--color-secondary-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:47.583332061767rem;top:32.6875rem;z-index:15012;position:absolute; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #OSHTzBkdJKSQ3nZ03SrqhqBJKFntTHRR { position:relative; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #l82RaTvwPgJCxXUoux8LSmT0pkib61iX { position:relative;display:none; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #s4kT97lSrqzHwlGTWkfDVnSW5tdS5qCL { position:relative; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #F1iUQkIRwTDZ1CAO2eWHeWmuoLmvSTaw { position:relative; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #qT5bC1fKT14wTbWyhMQMXOrFUarnU6Nn { position:relative;display:none; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #Na4c6kucTZLExqBurv6pVNK6n186ImXm { position:relative; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #bMxNvW4pBDUuLsChJTJpz7DVnTDuwBVE { position:relative; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #nb5bzEw0EI1FeB83HO2z0JTNc6yb7SRf { position:relative;display:none; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #RoK62b8hPeR0P6AKliR3X24wymC64XGG { position:relative; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #hrExZFXbK4ev3AuBoBvmAXHULUG0dXbS { position:relative; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #PUZgB3LGyIh7TdEVnQz7w1MCXOAMAuJT { position:relative;display:none; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #BasrrnTxSxPPAWvXiZXuvTwBv84w8B0W { position:relative; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #AliTzslqnZn5PfRlN9gavzAMG1FwbxWT { position:relative; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #OeqFZssA5gUxmvJcZO8PIHkMmFoTwZTy { position:relative; }
#hi9TkouE3dhrnLgVowItUx4sQPJyC4qW { 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; }#hi9TkouE3dhrnLgVowItUx4sQPJyC4qW > .row .container { background-color: transparent; background-image: none; }#hi9TkouE3dhrnLgVowItUx4sQPJyC4qW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hi9TkouE3dhrnLgVowItUx4sQPJyC4qW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hi9TkouE3dhrnLgVowItUx4sQPJyC4qW > .row .container > .video-iframe-container { display: none; }#hi9TkouE3dhrnLgVowItUx4sQPJyC4qW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hi9TkouE3dhrnLgVowItUx4sQPJyC4qW > .row > .video-iframe-container { display: none; }#hi9TkouE3dhrnLgVowItUx4sQPJyC4qW > .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); }#hi9TkouE3dhrnLgVowItUx4sQPJyC4qW > .row .container { border-width: 0; border-radius: 0; }#hi9TkouE3dhrnLgVowItUx4sQPJyC4qW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hi9TkouE3dhrnLgVowItUx4sQPJyC4qW > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:75rem;position:relative;display:block; }#eexhnL0Cm3o6gnSCptu4nX3AAEGF1TmM { 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; }
#fmspHN39GCGbTUqIyZJcqITOeAOOhpEo { 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; }
#ii5JtdzaRGp0ZP32B87paiGQplheAQKU { 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; }
#DBNvEM5LMPNdfftKTaugHiDq2UtHfwz7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vH7rv5O8IdMHQWBazQuQepii3TVhNcCp { 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:23.98438125rem;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; }
#zWK20THKwX3lDpmHpBTTXiTDdGackmov { 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; }
#HmCuuV8DGmR2k0wh9fszJPU4JgTfOD98 { position:relative;display:block; }#HmCuuV8DGmR2k0wh9fszJPU4JgTfOD98 { background-color: transparent; background-image: none; }#HmCuuV8DGmR2k0wh9fszJPU4JgTfOD98::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmCuuV8DGmR2k0wh9fszJPU4JgTfOD98 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmCuuV8DGmR2k0wh9fszJPU4JgTfOD98 > .row .container > .video-iframe-container { display: none; }#HmCuuV8DGmR2k0wh9fszJPU4JgTfOD98 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmCuuV8DGmR2k0wh9fszJPU4JgTfOD98 > .row > .video-iframe-container { display: none; }#HmCuuV8DGmR2k0wh9fszJPU4JgTfOD98 > .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); }#HmCuuV8DGmR2k0wh9fszJPU4JgTfOD98 { border-width: 0; border-radius: 0; }#HmCuuV8DGmR2k0wh9fszJPU4JgTfOD98 > .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; }#HmCuuV8DGmR2k0wh9fszJPU4JgTfOD98 > .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:39.3125rem;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; }#woFi9fyfyE9zxhhmDU002NK8SPzFxKp1 { 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.875rem;width:17.8125rem;top:6.9375rem;left:51.625rem;display:block; }
#p8JCgwCTAtszH0tENsLq74seBnJPOOEF { 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.875rem;width:17.8125rem;top:6.75rem;left:28.25rem;display:block; }
#JhmgsdsDpAM9JoOO6Jk0VnDuwC6SsDfV { color:rgba(var(--color-tertiary-2),1);display:block;width:1.68489375rem;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:28.5rem;left:41.8125rem;height:1.5996125rem;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; }
#JMo6lvFU7ou7DBEpFixfFGbop3QvZo9f { 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:28.1875rem;left:35.6875rem; }
#xupluXRgS8fsTyRq9slLulgBt7Tksncs { 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:15079;opacity:1;top:28.1875rem;left:40.0625rem; }
#qafBfTl8P0Zzil4AJrchKg0NnQF9r8fN { color:rgba(var(--color-tertiary-2),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:28.5rem;left:37.4375rem;height:1.5996125rem;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; }
#HitT7aWKSEPPp9MEauu0oMJxnlvZkVTz { color:rgba(var(--color-tertiary-2),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:28.5rem;left:33rem;height:1.5996125rem;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; }
#cKiRXMuKTgpgMe3sxCmwww4EPgiql6Vl { 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:28.1875rem;left:31.1875rem; }
#nBOfg7cFFTMygHwzUoqpR6QhnqhyUXIH { color:rgba(var(--color-tertiary-2),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:28.6875rem;left:65.1875rem;height:1.5996125rem;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; }
#QTED5D1FVpEqGonpTQg9O9FZC5i6tnAb { 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:28.375rem;left:59.0625rem; }
#AG537IKDlgDdgxlWebNGAs1lrBqOVcLa { 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:28.375rem;left:63.4375rem; }
#S7ADqJkPo7CxemungB7pcQZlIXnlQpOG { color:rgba(var(--color-tertiary-2),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.6875rem;left:60.8125rem;height:1.5996125rem;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; }
#MzFmRALCvCB0cNhbCZhHq1GnzWZ8yzd7 { color:rgba(var(--color-tertiary-2),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.6875rem;left:56.375rem;height:1.5996125rem;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; }
#rSZMJ5ufBTkr8Ln6znrLcX4SxdfZsT05 { 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:28.375rem;left:54.5625rem; }
#UeDw8d9ABL9eFZ0engR4Tmar7PsdBcDc { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15073;line-height:1.6;letter-spacing:0;top:25.375rem;left:28.9375rem;height:1.5996125rem;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; }
#RD8yWQUyiXeW9Ad6K3GghMlTsm3HJaoE { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15083;line-height:1.6;letter-spacing:0;top:25.5625rem;left:52.3125rem;height:;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; }
#Tu8IMDs4e2xwsATOGTg0QAaReSxLrQbL { color:rgba(var(--color-tertiary-2),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:23.375rem;left:31.25rem;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; }
#KIhCHpyBiPzTySakTp0LIGCcMXmOWf8i { color:rgba(var(--color-tertiary-2),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:23.5625rem;left:54.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; }
#EHteipWFlseznLIUqHMZT45SSWFLdpQV { 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:7.6875rem;left:29.8125rem;overflow:hidden;display:block; }
#eGkXeBcTaS2tFtJpEKPE7VkGbHWU5AdU { 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:7.875rem;left:53.1875rem;overflow:hidden;display:block; }
#nZq0iTBlpqcBw73TmBVcp7BucBSz71MN { 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; }
#cThaWmSaRduaMCtVpxIXXOQFeIwaOTya { 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.875rem;width:17.8125rem;top:6.9375rem;left:5.8125rem;display:block; }
#A2g9tkCDBTm8dDuRMlchA5WcaVmJcqHw { 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:7.875rem;left:7.375rem;overflow:hidden;display:block; }
#sdScS6lrk6bTxvDzwBCU6VPzxFPx6Qis { color:rgba(var(--color-tertiary-2),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:23.5625rem;left:8.8125rem;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; }
#l8lDZB63xRkt7xdPuD4O5qEGgQW1yau1 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15083;line-height:1.6;letter-spacing:0;top:26.8125rem;left:6.4479179382325rem;height:;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; }
#WHSte3XA1mZa93O8zPIyNwGCNTk5QXKS { 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:28.375rem;left:13.25rem; }
#uTxAaRPIbuipgE9yNcfzEanaNaqtrdVh { 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:28.375rem;left:8.75rem; }
#n0kJEvNvETvPIKRiLIoiVsfSqTmNhIqQ { 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:28.375rem;left:17.625rem; }
#cNgKKFp86RK44UkTAUzsKnTO5mgwqzEb { color:rgba(var(--color-tertiary-2),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.6875rem;left:15rem;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; }
#VGfU8TlePtV4ycTeesxPlGkpPC6THS9f { color:rgba(var(--color-tertiary-2),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.6875rem;left:10.5625rem;height:;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; }
#PUK7KoUJUxQwXQxA9VCIGKXUB3AIIXOh { color:rgba(var(--color-tertiary-2),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:28.6875rem;left:19.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; }
#TimSPuG4nukrE9P7JH8DmuCnedWJDJX3 { 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:6rem;width:6rem;top:6.1875rem;left:4.70703125rem;overflow:hidden;display:block; }
#StO9F2RhflDZ7HxJZP5qnmK5AEUc6Zcg { 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: none;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:72.229164123538rem;left:28.281253814698rem;display:none; }
#PT6pGbR9v21GLOthQ3SbRL4oT4vufQZD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aMa0JZp1Bsks022JiLA3UGHgWu2B3vFC { color:rgba(var(--color-tertiary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15073;line-height:1.4;letter-spacing:0;top:26.022138595581rem;left:6.9479179382325rem;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; }
#K0Qn3kG1Rh83i7kAg0dsTDTKqIyO5znZ { color:rgba(var(--color-tertiary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15074;line-height:1.4;letter-spacing:0;top:31rem;left:6.9479179382325rem;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; }
#BfPozUbfKBtmOpzT5ZXvLZnKJAb3BXTi { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15084;line-height:1.6;letter-spacing:0;top:31.875rem;left:6.4375rem;height:;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; }
#mCZtzxilTsJVdOXcwub4DxRSkcPlV1Tu { 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:33.47265625rem;left:8.8125rem; }
#ZyqSR6kTogiovGTB9ivIFgTeN08Tsn7l { color:rgba(var(--color-tertiary-2),1);display:block;width:1.6862rem;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:33.625rem;left:10.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; }
#faLbgTtyrLgd2WaICdBJUEJrvw20zrTi { 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:15089;opacity:1;top:33.472657203674rem;left:13.25rem; }
#WXiXPes9Puh3CN4HO8kLOkKTZp8T0M4f { color:rgba(var(--color-tertiary-2),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:33.625rem;left:15.24609375rem;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; }
#HsBLK0gTL7amkZMnFS8hFKPap8Emoks5 { 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:15090;opacity:1;top:33.472657442093rem;left:17.75rem; }
#mKU7Wn56TiCqP9KaT7CETWC2rntT8qZ6 { color:rgba(var(--color-tertiary-2),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:33.625rem;left:19.524738311767rem;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; }
#xBBWZr3Qua3wC6wsMpExu1pzGLwshstE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfffb;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; }#xBBWZr3Qua3wC6wsMpExu1pzGLwshstE > .row .container { background-color: transparent; background-image: none; }#xBBWZr3Qua3wC6wsMpExu1pzGLwshstE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBBWZr3Qua3wC6wsMpExu1pzGLwshstE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBBWZr3Qua3wC6wsMpExu1pzGLwshstE > .row .container > .video-iframe-container { display: none; }#xBBWZr3Qua3wC6wsMpExu1pzGLwshstE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBBWZr3Qua3wC6wsMpExu1pzGLwshstE > .row > .video-iframe-container { display: none; }#xBBWZr3Qua3wC6wsMpExu1pzGLwshstE > .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); }#xBBWZr3Qua3wC6wsMpExu1pzGLwshstE > .row .container { border-width: 0; border-radius: 0; }#xBBWZr3Qua3wC6wsMpExu1pzGLwshstE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xBBWZr3Qua3wC6wsMpExu1pzGLwshstE > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:75rem;position:relative;display:block; }#ywztqoSc23VePtCIMSQZ8lacccKnvmTk { color:rgba(var(--color-tertiary-2),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:0.74999904632569rem;left:0.74869918823244rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KGKfMf0RZ74w40HSztiE0EHALBVQp3Vi { 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:6.25rem;left:7.5rem;overflow:hidden;display:block; }
#fM8WBVPVwoDWDPiLmmOh9hTqb0rBAVeP { color:rgba(var(--color-tertiary-2),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:21.5rem;left:9.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; }
#LMtVFlhk3zmX3vhW7kSEXXz8WvUcwMr9 { color:rgba(var(--color-tertiary-2),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:24.25rem;left:6.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; }
#ZpV0ri455FmN4suM8PF60FJoy084dngw { 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:25.8125rem;left:13.125rem; }
#bzTZteBnF0pqtnqfVLgArFJemDTM2nmP { 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:25.8125rem;left:8.625rem; }
#iTUXgon61wvt9mFnLI4THmOddKtzPEsK { 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:25.8125rem;left:17.5rem; }
#AB7foRT2eqoo2v7D2Io7y9b8a3Cth2vT { color:rgba(var(--color-tertiary-2),1);display:block;width:1.686525rem;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:26rem;left:10.4375rem;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; }
#FAllvEGTrpgI1eDWFK8ATfM42URXGoIT { color:rgba(var(--color-tertiary-2),1);display:block;width:1.68555rem;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:26rem;left:19.25rem;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; }
#OLar7zxbDWnhsWxlU3zvylbGACxl6Tof { color:rgba(var(--color-tertiary-2),1);display:block;width:1.68555rem;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:26rem;left:14.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; }
#G08uG7ArRhngIZxIhDLw8oWNzl3aEo1k { position:absolute;display:block;z-index:15028;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:6.25rem;left:53.479167938233rem;overflow:hidden;display:block; }
#fzsv47kUzOv6mV90PhnLTkHCqedhrEgS { position:absolute;display:block;z-index:15018;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.875rem;width:17.8125rem;top:5.3125rem;left:51.9375rem;display:block; }
#E2SZRPX5BPdaBrrMXJB8zzo51Irdrm4s { color:rgba(var(--color-tertiary-2),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15052;line-height:1.6;letter-spacing:0;top:21.3125rem;left:52.125rem;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; }
#EpmdHZKhzrrvocZQ54VhmURJIWyAt51h { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15067;line-height:1.6;letter-spacing:0;top:24.3125rem;left:52.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; }
#MXf86MmV8comeylHCKww4sxemflmcHRm { 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:15072;opacity:1;top:26.25rem;left:59.625rem; }
#y0lozpPvVUZBAUHCi6g9R44MsmbPEuqK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15071;opacity:1;top:26.1875rem;left:55.25rem; }
#po7bDVcLkNpALMUXlMCxhOCna8lrhTS4 { color:rgba(var(--color-tertiary-2),1);display:block;width:1.68555rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15074;line-height:1.6;letter-spacing:0;top:26.5625rem;left:61.25rem;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; }
#I5kca0ovJEp81EFUFoQLRKFtyFOtVVf8 { color:rgba(var(--color-tertiary-2),1);display:block;width:1.686525rem;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:26.5625rem;left:56.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; }
#DFpybEHbpQ5sWzvvX1rVEzf80xf7dZ49 { 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:15073;opacity:1;top:26.25rem;left:64rem; }
#E6M9FTJTUdugRn1f1TuB5Li4Buv7MEmJ { color:rgba(var(--color-tertiary-2),1);display:block;width:1.68555rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15075;line-height:1.6;letter-spacing:0;top:26.5625rem;left:65.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; }
#ik7rRLiMi255N2UAihlARrewvaSDx1OD { color:rgba(var(--color-tertiary-2),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:23.5rem;left:6.875rem;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; }
#CdSaLMXoRFwZsRe4NdutlF1X3viW9IQd { color:rgba(var(--color-tertiary-2),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:28.375rem;left:6.8125rem;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; }
#vTh4CelZn02ka8aFA4zU9quHzADLluPG { 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:28.875rem;width:17.8125rem;top:5.125rem;left:5.9375rem;display:block; }
#PZ13o8qZDW21PWRNGsgxgnyQ1ItWTPsU { color:rgba(var(--color-tertiary-2),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:29.1875rem;left:6.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; }
#r8pUPaw3yqDShnTEBP5NmqcLd4ew8Xfy { 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:30.9375rem;left:8.625rem; }
#TS3tMpCEv73CxA5aKRtH4dhHqd9egPHW { color:rgba(var(--color-tertiary-2),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:31.125rem;left:10.4375rem;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; }
#RntcFcnOUL877WTKA3Swl1sny94JnQUG { 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:30.9375rem;left:13.125rem; }
#VTWmW8PfcKrPzU4wiqiCCyS4em0OUJTh { color:rgba(var(--color-tertiary-2),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:31.125rem;left:14.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; }
#P5lJRexUdXO5CXD9NXqVGZm0n4GTHis7 { 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:30.9375rem;left:17.5rem; }
#zFsvGd4Sls0PvW7boX3qJs4BKz5og4uV { color:rgba(var(--color-tertiary-2),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:31.125rem;left:19.25rem;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; }
#JmlwSa9fCUEvu1GBHJU8WALblaEdkO2n { 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:6.5rem;left:30.5rem;overflow:hidden;display:block; }
#qQXcUqLDBhowSoobT4oFTf4Kp6hsUTmp { color:rgba(var(--color-tertiary-2),1);display:block;width:11.1875rem;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:21.6875rem;left:32.6875rem;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; }
#UtpMRFZXOEkALc4O4RJJATanGnIgT9wZ { 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:28.875rem;width:17.8125rem;top:5.5rem;left:28.9375rem;display:block; }
#BbZwJpkSzSEAfIgo9v58Vi4rTEcZTgDt { color:rgba(var(--color-tertiary-2),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:23.6875rem;left:29.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; }
#lqcxk2lmGttUdCUvxVBUJJLsFJ3OO9a2 { 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:26.125rem;left:36.625rem; }
#GAcUTPCD639W7rQxHupXye6oUq5y98Ql { 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:26.125rem;left:32.125rem; }
#i4UbMgu8pgc4qSrQdG36R2s7WF4JzzH2 { 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:26.125rem;left:41rem; }
#iobJ2vIPCqNZrCoFxdn0S0RUDn23vq1v { color:rgba(var(--color-tertiary-2),1);display:block;width:1.686525rem;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:26.375rem;left:33.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; }
#xTXNVvlQzC5Gu2mUkCz5vXQorHpz4xaH { color:rgba(var(--color-tertiary-2),1);display:block;width:1.68555rem;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:26.375rem;left:42.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; }
#Z5MJMiMeaWDPUan0E5nmcd2fvTcWAbc3 { color:rgba(var(--color-tertiary-2),1);display:block;width:1.68555rem;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:26.375rem;left:38.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; }
#SZpXW9cSLuovp2TbdOdHGydxQqwtyfzO { color:rgba(var(--color-tertiary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15092;line-height:1.4;letter-spacing:0;top:23.625rem;left:53.4375rem;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; }
#rMUsiaUwbeIwVTCuRzp2X6UdnEg7DhIf { color:rgba(var(--color-tertiary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15091;line-height:1.4;letter-spacing:0;top:28.6875rem;left:53.4375rem;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; }
#HUPLCAOrVp8JToSiJanGiN9ckrhVQDXc { color:rgba(var(--color-tertiary-2),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15068;line-height:1.6;letter-spacing:0;top:29.5625rem;left:55.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; }
#X43XmGE4fRdipFHf8rpAOPgVmuoXS6kf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15083;opacity:1;top:31.25rem;left:55.25rem; }
#CTSXs4TCk7oBiUnIIc54gawIcJHomD6c { color:rgba(var(--color-tertiary-2),1);display:block;width:1.686525rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15085;line-height:1.6;letter-spacing:0;top:31.5rem;left:56.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; }
#Eq5ReWxkTkqsL76hfcrZJdlqTFLsxHEZ { 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:15084;opacity:1;top:31.1875rem;left:59.625rem; }
#Exlh27W7TrWLlcJwR5JnvMMa44S0hMs5 { color:rgba(var(--color-tertiary-2),1);display:block;width:1.68555rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15086;line-height:1.6;letter-spacing:0;top:31.5rem;left:61.25rem;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; }
#xCzGWMbIcBhJlxlUCo0zMOo9p6AuXJNh { 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:15085;opacity:1;top:31.25rem;left:63.6875rem; }
#yoWUbkxicr8SkTTphF8QJ6ScNcMCyzHa { color:rgba(var(--color-tertiary-2),1);display:block;width:1.68555rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15087;line-height:1.6;letter-spacing:0;top:31.625rem;left:65.4375rem;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; }
#F8v0fBTI09cN1XCNgpZ7ZW6sXZsLMnGy { 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: none;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:35.873699188233rem;left:29.123699188233rem;display:block; }
#yNc6M9KQpUoAGfZHxVXlrSaH2Qd2ihgN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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-secondary-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-secondary-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.41015625rem;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-secondary-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.375rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#crFazAvV34t1sT6qc0QrwGvWcPMvTNRO { color:rgba(var(--color-secondary-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-secondary-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-secondary-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-secondary-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.41015625rem;text-align:center;text-align-last:center;display:block; }
#k3BE08pZNxkMG22XUIzF8dTwvdFI9773 { color:rgba(var(--color-secondary-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-secondary-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; }
#N62wVb39JJQQ5ukGeMTvrgvH7uXRlyIo { 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; }#N62wVb39JJQQ5ukGeMTvrgvH7uXRlyIo > .row .container { background-color: transparent; background-image: none; }#N62wVb39JJQQ5ukGeMTvrgvH7uXRlyIo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N62wVb39JJQQ5ukGeMTvrgvH7uXRlyIo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N62wVb39JJQQ5ukGeMTvrgvH7uXRlyIo > .row .container > .video-iframe-container { display: none; }#N62wVb39JJQQ5ukGeMTvrgvH7uXRlyIo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N62wVb39JJQQ5ukGeMTvrgvH7uXRlyIo > .row > .video-iframe-container { display: none; }#N62wVb39JJQQ5ukGeMTvrgvH7uXRlyIo > .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); }#N62wVb39JJQQ5ukGeMTvrgvH7uXRlyIo > .row .container { border-width: 0; border-radius: 0; }#N62wVb39JJQQ5ukGeMTvrgvH7uXRlyIo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N62wVb39JJQQ5ukGeMTvrgvH7uXRlyIo > .row .container { font-size:0.875rem;font-family:arial;height:53.0625rem;width:75rem;position:relative;display:block; }#fokKCokEAbpDc27ecMvAb35UFSlcZEKd { color:rgba(var(--color-tertiary-2),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; }
#Md0pDJ8CkcuZkTGM5RGW9wTGqVLHn9ZW { 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; }
#otast2DCqwwiufTMyxoalgzR0VeQJnGi { 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; }
#GmnXuBJvtnX0X5uFQvTTNvQGkhNZ8cka { 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; }
#WIMiNfxHtO6l9fTBG8VJGbzNZGTkPD6t { 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; }
#WEAP8oH9aKT6xwOfmq2A5opIzOJLPbzE { 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; }
#OoxANBLdT8owVInX8T3JeWxelVomwRKr { 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; }
#iGV4TmR4i35lOIzNvzedgyJeeSSras4F { 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; }
#nOSfPtu9xs6mdBpDO0q0nZqkwwtKJ3Ur { 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.949999809265rem;left:56.75rem;overflow:hidden;display:block; }
#v1fsKJS1yDfFH2swOzlInoJ9GB1IpZJI { 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.322050094604rem;left:19.250217437744rem;overflow:hidden;display:block; }
#NMVU9p1Wzsfyb8VOIPWbteNSO6iD2P1o { 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.259117484092rem;left:37.999134063721rem;overflow:hidden;display:block; }
#t6yR6qFOZbfnRByslwReKQEBS9cMtrsk { 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; }#t6yR6qFOZbfnRByslwReKQEBS9cMtrsk > .row .container { background-color: transparent; background-image: none; }#t6yR6qFOZbfnRByslwReKQEBS9cMtrsk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6yR6qFOZbfnRByslwReKQEBS9cMtrsk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6yR6qFOZbfnRByslwReKQEBS9cMtrsk > .row .container > .video-iframe-container { display: none; }#t6yR6qFOZbfnRByslwReKQEBS9cMtrsk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6yR6qFOZbfnRByslwReKQEBS9cMtrsk > .row > .video-iframe-container { display: none; }#t6yR6qFOZbfnRByslwReKQEBS9cMtrsk > .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); }#t6yR6qFOZbfnRByslwReKQEBS9cMtrsk > .row .container { border-width: 0; border-radius: 0; }#t6yR6qFOZbfnRByslwReKQEBS9cMtrsk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t6yR6qFOZbfnRByslwReKQEBS9cMtrsk > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:75rem;position:relative;display:block; }#EybVOnZKkVMKorZNxKrBNIWsMve1PuNe { 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:0.68714475631713rem;left:4.9982242584229rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x6HQsqmtSo7QLv6Nr4oiUbiQ2Vpcgob9 { 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:4.6218037605286rem;left:0.3746452331543rem;display:block; }
#K81yLvMhwOSh8dMU6Vryyf5sbGhJlBoy { 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:3.1223368644714rem;left:1.7489337921143rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ReplqD29CkkQRSlmnuzqMknvcEBvdnDI { color:rgba(var(--color-secondary-0),1);display:block;width:23.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.74751472473144rem;left:44.934303283691rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Po3ZTg5wy7oKo964zNzG4BtKSb2cKTmH { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.5rem;width:36.75rem;top:4.6200284957886rem;left:37.873756408691rem;display:block; }
#mS0Jls70Ofi6Q2akT6QqR6JqcZNlQhKo { color:rgba(var(--color-secondary-0),1);display:block;width:33.9985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:2.958984375rem;left:38.742008209229rem;height:1.4rem;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-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:#000000;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(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.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:#000000;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.4rem;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-secondary-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.4875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xXCxEpiiMiCOvJtlTWQnAb7ESV4yCNdT { color:rgba(var(--color-secondary-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:#f8f8f8;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-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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.1375rem;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) { #aICyvBmhuuc0FAQLOTCECTIut0N8gtiL { display:block; }#aICyvBmhuuc0FAQLOTCECTIut0N8gtiL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wO6uNAttDo4NkT7lnOgVhFbxF9b4Jr7A { top:2.1875rem;left:13.027561187744rem;width:23.875rem;height:6.7945247998619rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUwIz9SPFG5k7ZyAOz6eSPyRuyqoe8Aq { top:24.625rem;left:25.25rem;width:22.375rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #weaDdVtmbLGbgGwLtNVir4fAUy20u83r { top:25.4375rem;left:26.9375rem;width:20.8125rem;height:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMSqHTBk8uthximv6LbyPUeLo9JhoL4m { top:34.375rem;left:10.780384063721rem;width:17rem;height:6.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzDASB5lPVF6torcvxC6goJV7p6lIJN2 { top:45.6875rem;left:14.5rem;width:7.25rem;height:7rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUAe36biuNHwMk0NRPBrRddGrAP20b49 { top:41.25rem;left:16.8125rem;width:5rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKt63s2WoxyzxJ6dAf6gtCaqhF6yTtfh { top:52.4375rem;left:28.25rem;width:1.0625rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0epzgSqdAlZVASBFof9vw86rgvdbx8e { top:52.75rem;left:22.875rem;width:5.0625rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsikIAET5QThXohQ3oPMi0uofyudOr5X { top:25.0625rem;left:0rem;width:35.6875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmbMLb0ldm59CO5n1vQechC2umUSzVWl { top:25.4375rem;left:0rem;width:27.1875rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSpcfvfGZlNUKMosleMR3S9h626Lf2Z1 { top:28.375rem;left:0rem;width:32.1875rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl28RczuWta3EUJlBolhw0pn3FsbciO5 { top:34.375rem;left:0rem;width:15.75rem;height:6.5625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsMkZZkb7kJsR0LhG7qrITeesmVTEGc2 { top:41rem;left:0rem;width:5rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTxwat7q9EzDrkp29eFl8q73Z5rFThM9 { top:45.6875rem;left:0rem;width:7.25rem;height:7rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lE1fphnnlQshhVzNbGfRGLdyAlfA1tg1 { top:52.6875rem;left:3.265625rem;width:5.25rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P19Aw2kVBdFLNSO56VG96xDclNcwTIOQ { top:52.375rem;left:8.515625rem;width:1.0625rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eloTlV2ZVh0Te9IpvnKJPUsr6yisXyfI { top:35.25rem;left:10.09375rem;width:0.125rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDoVlrOp1gXu0auNsPmMl0MItONsuFcT { top:34.75rem;left:0rem;width:10.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNoO20508LFb6tWRAXP4QCRhkbr6g56R { top:34.6875rem;left:13.875rem;width:10.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnVZcfdlCkB7vJpMtcQxHD9UMHm57R3d { top:32.1875rem;left:0rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa .widget-regular-label { display:block;width:17.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa .widget-input-text { width:17.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa .widget-input-text {padding-top: 0; padding-bottom: 0;}#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa .widget-textarea { width:17.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa .widget-input-select { width:17.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa .widget-input-select {padding-top: 0; padding-bottom: 0;}#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa .widget-input-button { width:17.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa .widget-checkbox-label { width:16.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa  { width:17.875rem;height:auto;top:32.6875rem;left:27.375rem; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa .radio-container { width:17.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa {display:block;}#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa { width:17.875rem;height:auto;top:32.6875rem;left:27.375rem; }
 }@media only screen and (max-width: 763px) { #m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #OSHTzBkdJKSQ3nZ03SrqhqBJKFntTHRR {  }
 }@media only screen and (max-width: 763px) { #m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #l82RaTvwPgJCxXUoux8LSmT0pkib61iX { display:none; }
 }@media only screen and (max-width: 763px) { #m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #s4kT97lSrqzHwlGTWkfDVnSW5tdS5qCL {  }
 }@media only screen and (max-width: 763px) { #m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #F1iUQkIRwTDZ1CAO2eWHeWmuoLmvSTaw {  }
 }@media only screen and (max-width: 763px) { #m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #qT5bC1fKT14wTbWyhMQMXOrFUarnU6Nn { display:none; }
 }@media only screen and (max-width: 763px) { #m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #Na4c6kucTZLExqBurv6pVNK6n186ImXm {  }
 }@media only screen and (max-width: 763px) { #m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #bMxNvW4pBDUuLsChJTJpz7DVnTDuwBVE {  }
 }@media only screen and (max-width: 763px) { #m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #nb5bzEw0EI1FeB83HO2z0JTNc6yb7SRf {  }
 }@media only screen and (max-width: 763px) { #m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #RoK62b8hPeR0P6AKliR3X24wymC64XGG {  }
 }@media only screen and (max-width: 763px) { #m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #hrExZFXbK4ev3AuBoBvmAXHULUG0dXbS {  }
 }@media only screen and (max-width: 763px) { #m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #PUZgB3LGyIh7TdEVnQz7w1MCXOAMAuJT {  }
 }@media only screen and (max-width: 763px) { #m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #BasrrnTxSxPPAWvXiZXuvTwBv84w8B0W {  }
 }@media only screen and (max-width: 763px) { #m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #AliTzslqnZn5PfRlN9gavzAMG1FwbxWT {  }
 }@media only screen and (max-width: 763px) { #m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #OeqFZssA5gUxmvJcZO8PIHkMmFoTwZTy {  }
 }@media only screen and (max-width: 763px) { #hi9TkouE3dhrnLgVowItUx4sQPJyC4qW { display:block; }#hi9TkouE3dhrnLgVowItUx4sQPJyC4qW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eexhnL0Cm3o6gnSCptu4nX3AAEGF1TmM { top:1.8125rem;left:0rem;width:36.9375rem;height:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmspHN39GCGbTUqIyZJcqITOeAOOhpEo { top:10rem;left:12rem;width:35.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii5JtdzaRGp0ZP32B87paiGQplheAQKU { width:17.4375rem;height:3.375rem;top:36.125rem;left:27.063800811767rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBNvEM5LMPNdfftKTaugHiDq2UtHfwz7 { display:block; }
 }@media only screen and (max-width: 763px) { #vH7rv5O8IdMHQWBazQuQepii3TVhNcCp { top:10.875rem;left:12.375rem;width:35.375rem;height:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWK20THKwX3lDpmHpBTTXiTDdGackmov { 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) { #HmCuuV8DGmR2k0wh9fszJPU4JgTfOD98 { display:block; }#HmCuuV8DGmR2k0wh9fszJPU4JgTfOD98 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #woFi9fyfyE9zxhhmDU002NK8SPzFxKp1 { width:17.8125rem;height:28.875rem;top:6.9375rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8JCgwCTAtszH0tENsLq74seBnJPOOEF { width:17.8125rem;height:28.875rem;top:6.75rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhmgsdsDpAM9JoOO6Jk0VnDuwC6SsDfV { width:1.625rem;height:1.5625rem;top:28.5rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMo6lvFU7ou7DBEpFixfFGbop3QvZo9f { top:28.1875rem;left:21.9375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xupluXRgS8fsTyRq9slLulgBt7Tksncs { top:28.1875rem;left:23.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qafBfTl8P0Zzil4AJrchKg0NnQF9r8fN { width:1.625rem;height:1.5625rem;top:28.5rem;left:22.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HitT7aWKSEPPp9MEauu0oMJxnlvZkVTz { width:1.625rem;height:1.5625rem;top:28.5rem;left:22.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKiRXMuKTgpgMe3sxCmwww4EPgiql6Vl { top:28.1875rem;left:22rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBOfg7cFFTMygHwzUoqpR6QhnqhyUXIH { width:1.625rem;height:1.5625rem;top:28.6875rem;left:44.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTED5D1FVpEqGonpTQg9O9FZC5i6tnAb { top:28.375rem;left:38.625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG537IKDlgDdgxlWebNGAs1lrBqOVcLa { top:28.375rem;left:43rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7ADqJkPo7CxemungB7pcQZlIXnlQpOG { width:1.625rem;height:1.5625rem;top:28.6875rem;left:40.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzFmRALCvCB0cNhbCZhHq1GnzWZ8yzd7 { width:1.625rem;height:1.5625rem;top:28.6875rem;left:35.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSZMJ5ufBTkr8Ln6znrLcX4SxdfZsT05 { top:28.375rem;left:34.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeDw8d9ABL9eFZ0engR4Tmar7PsdBcDc { width:16.875rem;height:1.5625rem;top:25.375rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD8yWQUyiXeW9Ad6K3GghMlTsm3HJaoE { width:16.875rem;height:;top:25.5625rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu8IMDs4e2xwsATOGTg0QAaReSxLrQbL { width:12.3125rem;height:2rem;top:23.375rem;left:11.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIhCHpyBiPzTySakTp0LIGCcMXmOWf8i { width:12.3125rem;height:;top:23.5625rem;left:34.187503814698rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHteipWFlseznLIUqHMZT45SSWFLdpQV { width:15.0625rem;height:15.0625rem;top:7.6875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGkXeBcTaS2tFtJpEKPE7VkGbHWU5AdU { width:15.0625rem;height:15.0625rem;top:7.875rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZq0iTBlpqcBw73TmBVcp7BucBSz71MN { width:47.75rem;height:3.25rem;top:1.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cThaWmSaRduaMCtVpxIXXOQFeIwaOTya { width:17.8125rem;height:28.875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2g9tkCDBTm8dDuRMlchA5WcaVmJcqHw { width:15.0625rem;height:15.0625rem;top:7.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdScS6lrk6bTxvDzwBCU6VPzxFPx6Qis { width:12.3125rem;height:;top:23.5625rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8lDZB63xRkt7xdPuD4O5qEGgQW1yau1 { width:16.875rem;height:;top:26.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHSte3XA1mZa93O8zPIyNwGCNTk5QXKS { top:28.375rem;left:6.4375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTxAaRPIbuipgE9yNcfzEanaNaqtrdVh { top:28.375rem;left:1.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0kJEvNvETvPIKRiLIoiVsfSqTmNhIqQ { top:28.375rem;left:10.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNgKKFp86RK44UkTAUzsKnTO5mgwqzEb { width:1.625rem;height:1.5625rem;top:28.6875rem;left:8.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGfU8TlePtV4ycTeesxPlGkpPC6THS9f { width:1.625rem;height:;top:28.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUK7KoUJUxQwXQxA9VCIGKXUB3AIIXOh { width:1.625rem;height:1.5625rem;top:28.6875rem;left:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TimSPuG4nukrE9P7JH8DmuCnedWJDJX3 { top:6.1875rem;left:0rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #StO9F2RhflDZ7HxJZP5qnmK5AEUc6Zcg { width:17.5rem;height:3.4375rem;top:72.1875rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PT6pGbR9v21GLOthQ3SbRL4oT4vufQZD { display:block; }
 }@media only screen and (max-width: 763px) { #aMa0JZp1Bsks022JiLA3UGHgWu2B3vFC { width:15.875rem;height:1.1875rem;top:26rem;left:0.13541793823243rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0Qn3kG1Rh83i7kAg0dsTDTKqIyO5znZ { width:15.875rem;height:;top:31rem;left:0.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfPozUbfKBtmOpzT5ZXvLZnKJAb3BXTi { width:16.875rem;height:;top:31.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCZtzxilTsJVdOXcwub4DxRSkcPlV1Tu { top:33.4375rem;left:2rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyqSR6kTogiovGTB9ivIFgTeN08Tsn7l { width:1.625rem;height:1.5625rem;top:33.625rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #faLbgTtyrLgd2WaICdBJUEJrvw20zrTi { top:33.4375rem;left:6.4375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXiXPes9Puh3CN4HO8kLOkKTZp8T0M4f { width:1.625rem;height:1.5625rem;top:33.625rem;left:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsBLK0gTL7amkZMnFS8hFKPap8Emoks5 { top:33.4375rem;left:10.9375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKU7Wn56TiCqP9KaT7CETWC2rntT8qZ6 { width:1.625rem;height:1.5625rem;top:33.625rem;left:12.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBBWZr3Qua3wC6wsMpExu1pzGLwshstE { display:block; }#xBBWZr3Qua3wC6wsMpExu1pzGLwshstE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywztqoSc23VePtCIMSQZ8lacccKnvmTk { width:47.75rem;height:3.25rem;top:0.6875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGKfMf0RZ74w40HSztiE0EHALBVQp3Vi { width:15.0625rem;height:15.0625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM8WBVPVwoDWDPiLmmOh9hTqb0rBAVeP { width:11.1875rem;height:2rem;top:21.5rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMtVFlhk3zmX3vhW7kSEXXz8WvUcwMr9 { width:16.875rem;height:1.5625rem;top:24.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpV0ri455FmN4suM8PF60FJoy084dngw { top:25.8125rem;left:9.71875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzTZteBnF0pqtnqfVLgArFJemDTM2nmP { top:25.8125rem;left:5.21875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTUXgon61wvt9mFnLI4THmOddKtzPEsK { top:25.8125rem;left:10.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB7foRT2eqoo2v7D2Io7y9b8a3Cth2vT { width:1.625rem;height:1.5625rem;top:26rem;left:7.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAllvEGTrpgI1eDWFK8ATfM42URXGoIT { width:1.625rem;height:1.5625rem;top:26rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLar7zxbDWnhsWxlU3zvylbGACxl6Tof { width:1.625rem;height:1.5625rem;top:26rem;left:10.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G08uG7ArRhngIZxIhDLw8oWNzl3aEo1k { width:15.0625rem;height:15.0625rem;top:6.25rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzsv47kUzOv6mV90PhnLTkHCqedhrEgS { width:17.8125rem;height:28.875rem;top:5.3125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2SZRPX5BPdaBrrMXJB8zzo51Irdrm4s { width:17.875rem;height:2rem;top:21.3125rem;left:17.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpmdHZKhzrrvocZQ54VhmURJIWyAt51h { width:16.875rem;height:1.5625rem;top:24.3125rem;left:18.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXf86MmV8comeylHCKww4sxemflmcHRm { top:26.25rem;left:35.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0lozpPvVUZBAUHCi6g9R44MsmbPEuqK { top:26.1875rem;left:33.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #po7bDVcLkNpALMUXlMCxhOCna8lrhTS4 { width:1.625rem;height:1.5625rem;top:26.5625rem;left:37.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5kca0ovJEp81EFUFoQLRKFtyFOtVVf8 { width:1.625rem;height:1.5625rem;top:26.5625rem;left:35.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFpybEHbpQ5sWzvvX1rVEzf80xf7dZ49 { top:26.25rem;left:40.15625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6M9FTJTUdugRn1f1TuB5Li4Buv7MEmJ { width:1.625rem;height:1.5625rem;top:26.5625rem;left:41.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik7rRLiMi255N2UAihlARrewvaSDx1OD { width:15.875rem;height:1.1875rem;top:23.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdSaLMXoRFwZsRe4NdutlF1X3viW9IQd { width:15.875rem;height:1.1875rem;top:28.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTh4CelZn02ka8aFA4zU9quHzADLluPG { width:17.8125rem;height:28.875rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZ13o8qZDW21PWRNGsgxgnyQ1ItWTPsU { width:16.875rem;height:1.5625rem;top:29.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8pUPaw3yqDShnTEBP5NmqcLd4ew8Xfy { top:30.9375rem;left:5.21875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS3tMpCEv73CxA5aKRtH4dhHqd9egPHW { width:1.625rem;height:1.5625rem;top:31.125rem;left:7.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RntcFcnOUL877WTKA3Swl1sny94JnQUG { top:30.9375rem;left:9.71875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTWmW8PfcKrPzU4wiqiCCyS4em0OUJTh { width:1.625rem;height:1.5625rem;top:31.125rem;left:10.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5lJRexUdXO5CXD9NXqVGZm0n4GTHis7 { top:30.9375rem;left:10.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFsvGd4Sls0PvW7boX3qJs4BKz5og4uV { width:1.625rem;height:1.5625rem;top:31.125rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmlwSa9fCUEvu1GBHJU8WALblaEdkO2n { width:15.0625rem;height:15.0625rem;top:6.5rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQXcUqLDBhowSoobT4oFTf4Kp6hsUTmp { width:11.1875rem;height:2rem;top:21.6875rem;left:12.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtpMRFZXOEkALc4O4RJJATanGnIgT9wZ { width:17.8125rem;height:28.875rem;top:5.5rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbZwJpkSzSEAfIgo9v58Vi4rTEcZTgDt { width:16.875rem;height:1.5625rem;top:23.6875rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqcxk2lmGttUdCUvxVBUJJLsFJ3OO9a2 { top:26.125rem;left:22rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAcUTPCD639W7rQxHupXye6oUq5y98Ql { top:26.125rem;left:21.90625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4UbMgu8pgc4qSrQdG36R2s7WF4JzzH2 { top:26.125rem;left:23.96875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iobJ2vIPCqNZrCoFxdn0S0RUDn23vq1v { width:1.625rem;height:1.5625rem;top:26.375rem;left:22.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTXNVvlQzC5Gu2mUkCz5vXQorHpz4xaH { width:1.625rem;height:1.5625rem;top:26.375rem;left:25.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5MJMiMeaWDPUan0E5nmcd2fvTcWAbc3 { width:1.625rem;height:1.5625rem;top:26.375rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZpXW9cSLuovp2TbdOdHGydxQqwtyfzO { width:15.875rem;height:1.1875rem;top:23.625rem;left:19.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMUsiaUwbeIwVTCuRzp2X6UdnEg7DhIf { width:15.875rem;height:1.1875rem;top:28.6875rem;left:19.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUPLCAOrVp8JToSiJanGiN9ckrhVQDXc { width:11.1875rem;height:1.5625rem;top:29.5625rem;left:24.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X43XmGE4fRdipFHf8rpAOPgVmuoXS6kf { top:31.25rem;left:33.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTSXs4TCk7oBiUnIIc54gawIcJHomD6c { width:1.625rem;height:1.5625rem;top:31.5rem;left:35.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq5ReWxkTkqsL76hfcrZJdlqTFLsxHEZ { top:31.1875rem;left:35.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Exlh27W7TrWLlcJwR5JnvMMa44S0hMs5 { width:1.625rem;height:1.5625rem;top:31.5rem;left:37.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCzGWMbIcBhJlxlUCo0zMOo9p6AuXJNh { top:31.25rem;left:39.84375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoWUbkxicr8SkTTphF8QJ6ScNcMCyzHa { width:1.625rem;height:1.5625rem;top:31.625rem;left:41.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8v0fBTI09cN1XCNgpZ7ZW6sXZsLMnGy { width:17.5rem;height:3.4375rem;top:35.8125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNc6M9KQpUoAGfZHxVXlrSaH2Qd2ihgN { 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.3125rem;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) { #N62wVb39JJQQ5ukGeMTvrgvH7uXRlyIo { display:block; }#N62wVb39JJQQ5ukGeMTvrgvH7uXRlyIo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fokKCokEAbpDc27ecMvAb35UFSlcZEKd { width:47.75rem;height:3.625rem;top:1.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md0pDJ8CkcuZkTGM5RGW9wTGqVLHn9ZW { top:6.375rem;left:0rem;width:17.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #otast2DCqwwiufTMyxoalgzR0VeQJnGi { top:6.375rem;left:6.125rem;width:17.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmnXuBJvtnX0X5uFQvTTNvQGkhNZ8cka { top:6.375rem;left:18.0625rem;width:17.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIMiNfxHtO6l9fTBG8VJGbzNZGTkPD6t { top:6.375rem;left:30rem;width:17.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEAP8oH9aKT6xwOfmq2A5opIzOJLPbzE { top:21.9375rem;left:0rem;width:17.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoxANBLdT8owVInX8T3JeWxelVomwRKr { top:21.9375rem;left:6.125rem;width:17.6875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGV4TmR4i35lOIzNvzedgyJeeSSras4F { top:21.9375rem;left:18.0625rem;width:17.6875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOSfPtu9xs6mdBpDO0q0nZqkwwtKJ3Ur { top:21.9375rem;left:30rem;width:17.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1fsKJS1yDfFH2swOzlInoJ9GB1IpZJI { top:37.3125rem;left:6.1875rem;width:17.6875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMVU9p1Wzsfyb8VOIPWbteNSO6iD2P1o { top:37.25rem;left:18.125rem;width:17.6875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6yR6qFOZbfnRByslwReKQEBS9cMtrsk { display:block; }#t6yR6qFOZbfnRByslwReKQEBS9cMtrsk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EybVOnZKkVMKorZNxKrBNIWsMve1PuNe { top:0.625rem;left:0rem;width:27.875rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6HQsqmtSo7QLv6Nr4oiUbiQ2Vpcgob9 { top:4.5625rem;left:0rem;width:36.6875rem;height:20.465053286836rem;display:block; }
 }@media only screen and (max-width: 763px) { #K81yLvMhwOSh8dMU6Vryyf5sbGhJlBoy { top:3.0625rem;left:0rem;width:34.375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReplqD29CkkQRSlmnuzqMknvcEBvdnDI { top:0.6875rem;left:24.4375rem;width:23.25rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po3ZTg5wy7oKo964zNzG4BtKSb2cKTmH { top:4.5625rem;left:11rem;width:36.75rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS0Jls70Ofi6Q2akT6QqR6JqcZNlQhKo { top:2.9375rem;left:13.8125rem;width:33.9375rem;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.9996452331544rem;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) { #aICyvBmhuuc0FAQLOTCECTIut0N8gtiL { 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; }#aICyvBmhuuc0FAQLOTCECTIut0N8gtiL.adaptive-delivery-prevent-bg, #aICyvBmhuuc0FAQLOTCECTIut0N8gtiL.lazyload, #aICyvBmhuuc0FAQLOTCECTIut0N8gtiL.lazyloading { background-image: none; }#aICyvBmhuuc0FAQLOTCECTIut0N8gtiL > .row .container { background-color: transparent; background-image: none; }#aICyvBmhuuc0FAQLOTCECTIut0N8gtiL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#aICyvBmhuuc0FAQLOTCECTIut0N8gtiL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aICyvBmhuuc0FAQLOTCECTIut0N8gtiL > .row .container > .video-iframe-container { display: none; }#aICyvBmhuuc0FAQLOTCECTIut0N8gtiL > .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); }#aICyvBmhuuc0FAQLOTCECTIut0N8gtiL > .row > .video-iframe-container { display: none; }#aICyvBmhuuc0FAQLOTCECTIut0N8gtiL > .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); }#aICyvBmhuuc0FAQLOTCECTIut0N8gtiL > .row .container { border-width: 0; border-radius: 0; }#aICyvBmhuuc0FAQLOTCECTIut0N8gtiL::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; }#aICyvBmhuuc0FAQLOTCECTIut0N8gtiL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aICyvBmhuuc0FAQLOTCECTIut0N8gtiL > .row .container { width:20rem;height:63.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wO6uNAttDo4NkT7lnOgVhFbxF9b4Jr7A { width:14.874125rem;height:4.18728125rem;top:1.3096789121627rem;left:2.5618491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUwIz9SPFG5k7ZyAOz6eSPyRuyqoe8Aq { width:19.4375rem;height:27.125rem;top:33.5625rem;left:0.4375rem;background-color:rgba(255,255,255,0.85);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #weaDdVtmbLGbgGwLtNVir4fAUy20u83r { width:17.874375rem;height:6.296875rem;top:34.375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMSqHTBk8uthximv6LbyPUeLo9JhoL4m { width:9.5rem;height:4rem;top:15.625rem;left:10.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzDASB5lPVF6torcvxC6goJV7p6lIJN2 { width:5.9375rem;height:4.6875rem;top:23.25rem;left:12.3125rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUAe36biuNHwMk0NRPBrRddGrAP20b49 { width:5rem;height:1.875rem;top:19.625rem;left:12.75rem;font-size:1.875rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #eKt63s2WoxyzxJ6dAf6gtCaqhF6yTtfh { width:1.05989375rem;height:1.25rem;top:29.625rem;left:18.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0epzgSqdAlZVASBFof9vw86rgvdbx8e { width:4.375rem;height:1.875rem;top:29.6875rem;left:12.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsikIAET5QThXohQ3oPMi0uofyudOr5X { width:19.375rem;height:4.18728125rem;top:8.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmbMLb0ldm59CO5n1vQechC2umUSzVWl { 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) { #bSpcfvfGZlNUKMosleMR3S9h626Lf2Z1 { width:18.624125rem;height:1.51171875rem;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) { #Fl28RczuWta3EUJlBolhw0pn3FsbciO5 { width:9.4998125rem;height:4rem;top:15.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsMkZZkb7kJsR0LhG7qrITeesmVTEGc2 { width:5rem;height:1.875rem;top:19.75rem;left:2.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTxwat7q9EzDrkp29eFl8q73Z5rFThM9 { width:2.625rem;height:4.6875rem;top:23.25rem;left:2.0625rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lE1fphnnlQshhVzNbGfRGLdyAlfA1tg1 { width:6.75rem;height:1.875rem;top:29.6875rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P19Aw2kVBdFLNSO56VG96xDclNcwTIOQ { width:1.0612rem;height:1.25rem;top:29.6875rem;left:7.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eloTlV2ZVh0Te9IpvnKJPUsr6yisXyfI { width:0.125rem;height:16.125rem;top:15.8125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDoVlrOp1gXu0auNsPmMl0MItONsuFcT { width:7.1875rem;height:1.99978125rem;top:15.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNoO20508LFb6tWRAXP4QCRhkbr6g56R { width:7.1875rem;height:2rem;top:15.75rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnVZcfdlCkB7vJpMtcQxHD9UMHm57R3d { width:2.8125rem;height:2.8125rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa .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; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa .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; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa .widget-input-text {padding-top: 0; padding-bottom: 0;}#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa .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; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa .widget-input-select {padding-top: 0; padding-bottom: 0;}#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa .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; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa  { width:17.5rem;height:auto;top:41.1875rem;left:0rem; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa {display:block;}#m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa { width:17.5rem;height:auto;top:41.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #OSHTzBkdJKSQ3nZ03SrqhqBJKFntTHRR {  }
 }@media only screen and (max-width: 763px) { #m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #l82RaTvwPgJCxXUoux8LSmT0pkib61iX { display:none; }
 }@media only screen and (max-width: 763px) { #m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #s4kT97lSrqzHwlGTWkfDVnSW5tdS5qCL {  }
 }@media only screen and (max-width: 763px) { #m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #F1iUQkIRwTDZ1CAO2eWHeWmuoLmvSTaw {  }
 }@media only screen and (max-width: 763px) { #m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #qT5bC1fKT14wTbWyhMQMXOrFUarnU6Nn { display:none; }
 }@media only screen and (max-width: 763px) { #m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #Na4c6kucTZLExqBurv6pVNK6n186ImXm {  }
 }@media only screen and (max-width: 763px) { #m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #bMxNvW4pBDUuLsChJTJpz7DVnTDuwBVE {  }
 }@media only screen and (max-width: 763px) { #m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #nb5bzEw0EI1FeB83HO2z0JTNc6yb7SRf { display:none; }
 }@media only screen and (max-width: 763px) { #m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #RoK62b8hPeR0P6AKliR3X24wymC64XGG {  }
 }@media only screen and (max-width: 763px) { #m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #hrExZFXbK4ev3AuBoBvmAXHULUG0dXbS {  }
 }@media only screen and (max-width: 763px) { #m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #PUZgB3LGyIh7TdEVnQz7w1MCXOAMAuJT { display:none; }
 }@media only screen and (max-width: 763px) { #m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #BasrrnTxSxPPAWvXiZXuvTwBv84w8B0W {  }
 }@media only screen and (max-width: 763px) { #m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #AliTzslqnZn5PfRlN9gavzAMG1FwbxWT {  }
 }@media only screen and (max-width: 763px) { #m8G9oiZNwkZeVxhHKE0CJE6yxDCv3aEa #OeqFZssA5gUxmvJcZO8PIHkMmFoTwZTy {  }
 }@media only screen and (max-width: 763px) { #hi9TkouE3dhrnLgVowItUx4sQPJyC4qW { display:block; }#hi9TkouE3dhrnLgVowItUx4sQPJyC4qW > .row .container { width:20rem;height:57.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eexhnL0Cm3o6gnSCptu4nX3AAEGF1TmM { width:18.875rem;height:18.875rem;top:1.4960994720459rem;left:0.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fmspHN39GCGbTUqIyZJcqITOeAOOhpEo { width:19.6875rem;height:0.248698125rem;top:26.382813453674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii5JtdzaRGp0ZP32B87paiGQplheAQKU { width:17.433625rem;height:3.37109375rem;top:52.566407561302rem;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) { #DBNvEM5LMPNdfftKTaugHiDq2UtHfwz7 { display:block; }
 }@media only screen and (max-width: 763px) { #vH7rv5O8IdMHQWBazQuQepii3TVhNcCp { width:18.625rem;height:23.3906625rem;top:28.007813453674rem;left:0.6875rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zWK20THKwX3lDpmHpBTTXiTDdGackmov { 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) { #HmCuuV8DGmR2k0wh9fszJPU4JgTfOD98 { display:block; }#HmCuuV8DGmR2k0wh9fszJPU4JgTfOD98 > .row .container { width:20rem;height:96.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #woFi9fyfyE9zxhhmDU002NK8SPzFxKp1 { width:17.8125rem;height:25.25rem;top:64.6875rem;left:0.6875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #p8JCgwCTAtszH0tENsLq74seBnJPOOEF { width:17.8125rem;height:25.25rem;top:37.3125rem;left:0.6875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #JhmgsdsDpAM9JoOO6Jk0VnDuwC6SsDfV { width:1.625rem;height:1.5996125rem;top:58.375rem;left:14.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMo6lvFU7ou7DBEpFixfFGbop3QvZo9f { display:flex;width:1.9375rem;height:1.9375rem;top:57.875rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #xupluXRgS8fsTyRq9slLulgBt7Tksncs { display:flex;width:1.9375rem;height:1.9375rem;top:58rem;left:12.625rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #qafBfTl8P0Zzil4AJrchKg0NnQF9r8fN { width:1.625rem;height:1.5996125rem;top:58.375rem;left:10rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HitT7aWKSEPPp9MEauu0oMJxnlvZkVTz { width:1.625rem;height:1.5996125rem;top:58.375rem;left:5.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKiRXMuKTgpgMe3sxCmwww4EPgiql6Vl { display:flex;width:1.875rem;height:1.875rem;top:58.0625rem;left:3.6875rem; }
 }@media only screen and (max-width: 763px) { #nBOfg7cFFTMygHwzUoqpR6QhnqhyUXIH { width:1.625rem;height:1.5996125rem;top:86.25rem;left:14.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTED5D1FVpEqGonpTQg9O9FZC5i6tnAb { display:flex;width:1.9375rem;height:1.9375rem;top:86.125rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #AG537IKDlgDdgxlWebNGAs1lrBqOVcLa { display:flex;width:1.9375rem;height:1.9375rem;top:86.125rem;left:12.5rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #S7ADqJkPo7CxemungB7pcQZlIXnlQpOG { width:1.625rem;height:1.5996125rem;top:86.25rem;left:9.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzFmRALCvCB0cNhbCZhHq1GnzWZ8yzd7 { width:1.625rem;height:1.5996125rem;top:86.25rem;left:5.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSZMJ5ufBTkr8Ln6znrLcX4SxdfZsT05 { display:flex;width:1.875rem;height:1.875rem;top:86.125rem;left:3.625rem; }
 }@media only screen and (max-width: 763px) { #UeDw8d9ABL9eFZ0engR4Tmar7PsdBcDc { width:16.875rem;height:1.5996125rem;top:54.875rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD8yWQUyiXeW9Ad6K3GghMlTsm3HJaoE { width:10.3125rem;height:1.5996125rem;top:82.875rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu8IMDs4e2xwsATOGTg0QAaReSxLrQbL { width:16.5rem;height:2rem;top:52.875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIhCHpyBiPzTySakTp0LIGCcMXmOWf8i { width:12.3125rem;height:2rem;top:80.875rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHteipWFlseznLIUqHMZT45SSWFLdpQV { width:14.1875rem;height:14.1875rem;top:38.1875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGkXeBcTaS2tFtJpEKPE7VkGbHWU5AdU { width:15.0625rem;height:15.0625rem;top:65.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZq0iTBlpqcBw73TmBVcp7BucBSz71MN { width:20rem;height:3.73698125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cThaWmSaRduaMCtVpxIXXOQFeIwaOTya { width:17.8125rem;height:28.875rem;top:6.5rem;left:0.6875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #A2g9tkCDBTm8dDuRMlchA5WcaVmJcqHw { width:14.1875rem;height:14.1875rem;top:7.2083339691163rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdScS6lrk6bTxvDzwBCU6VPzxFPx6Qis { width:10.5625rem;height:2rem;top:21.6875rem;left:4.4791668057442rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8lDZB63xRkt7xdPuD4O5qEGgQW1yau1 { width:9.25rem;height:1.59895625rem;top:25.1875rem;left:5.1354168057442rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHSte3XA1mZa93O8zPIyNwGCNTk5QXKS { display:flex;width:1.9375rem;height:1.9375rem;top:26.6875rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #uTxAaRPIbuipgE9yNcfzEanaNaqtrdVh { display:flex;width:1.875rem;height:1.875rem;top:26.75rem;left:3.625rem; }
 }@media only screen and (max-width: 763px) { #n0kJEvNvETvPIKRiLIoiVsfSqTmNhIqQ { display:flex;width:1.9375rem;height:1.9375rem;top:26.8125rem;left:12.5rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #cNgKKFp86RK44UkTAUzsKnTO5mgwqzEb { width:1.625rem;height:1.59895625rem;top:27.0625rem;left:9.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGfU8TlePtV4ycTeesxPlGkpPC6THS9f { width:1.625rem;height:1.59895625rem;top:27rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUK7KoUJUxQwXQxA9VCIGKXUB3AIIXOh { width:1.625rem;height:1.59895625rem;top:27.1875rem;left:14.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TimSPuG4nukrE9P7JH8DmuCnedWJDJX3 { width:4.6875rem;height:4.6875rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #StO9F2RhflDZ7HxJZP5qnmK5AEUc6Zcg { width:17.5rem;height:3.4375rem;top:92.0012922287rem;left:1.2500000596046rem;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;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #PT6pGbR9v21GLOthQ3SbRL4oT4vufQZD { display:block; }
 }@media only screen and (max-width: 763px) { #aMa0JZp1Bsks022JiLA3UGHgWu2B3vFC { width:6.125rem;height:1.22395625rem;top:24.0625rem;left:1.5625000596046rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0Qn3kG1Rh83i7kAg0dsTDTKqIyO5znZ { width:5.6875rem;height:1.22395625rem;top:29.5625rem;left:1.7812500596046rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfPozUbfKBtmOpzT5ZXvLZnKJAb3BXTi { width:9.125rem;height:1.59895625rem;top:30.75rem;left:5.4375002980232rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCZtzxilTsJVdOXcwub4DxRSkcPlV1Tu { display:flex;width:1.875rem;height:1.875rem;top:32.9375rem;left:3.625rem; }
 }@media only screen and (max-width: 763px) { #ZyqSR6kTogiovGTB9ivIFgTeN08Tsn7l { width:1.625rem;height:1.59895625rem;top:33.0625rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #faLbgTtyrLgd2WaICdBJUEJrvw20zrTi { display:flex;width:1.9375rem;height:1.9375rem;top:32.875rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #WXiXPes9Puh3CN4HO8kLOkKTZp8T0M4f { width:1.625rem;height:1.59895625rem;top:33.0625rem;left:9.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsBLK0gTL7amkZMnFS8hFKPap8Emoks5 { display:flex;width:1.9375rem;height:1.9375rem;top:32.875rem;left:12.5rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #mKU7Wn56TiCqP9KaT7CETWC2rntT8qZ6 { width:1.625rem;height:1.59895625rem;top:33.0625rem;left:14.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBBWZr3Qua3wC6wsMpExu1pzGLwshstE { display:block; }#xBBWZr3Qua3wC6wsMpExu1pzGLwshstE > .row .container { width:20rem;height:108.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywztqoSc23VePtCIMSQZ8lacccKnvmTk { width:20rem;height:6.82425rem;top:1.93359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGKfMf0RZ74w40HSztiE0EHALBVQp3Vi { width:14.1875rem;height:14.1875rem;top:10.8125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM8WBVPVwoDWDPiLmmOh9hTqb0rBAVeP { width:10.8125rem;height:2rem;top:25.625rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMtVFlhk3zmX3vhW7kSEXXz8WvUcwMr9 { width:9.5rem;height:1.59895625rem;top:29.4375rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpV0ri455FmN4suM8PF60FJoy084dngw { display:flex;width:1.9375rem;height:1.9375rem;top:37.3125rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #bzTZteBnF0pqtnqfVLgArFJemDTM2nmP { display:flex;width:1.9375rem;height:1.9375rem;top:37.3125rem;left:4.625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #iTUXgon61wvt9mFnLI4THmOddKtzPEsK { display:flex;width:1.9375rem;height:1.9375rem;top:37.3125rem;left:13.5rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #AB7foRT2eqoo2v7D2Io7y9b8a3Cth2vT { width:1.625rem;height:1.59895625rem;top:31.3125rem;left:6.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAllvEGTrpgI1eDWFK8ATfM42URXGoIT { width:1.625rem;height:1.59895625rem;top:37.75rem;left:15.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLar7zxbDWnhsWxlU3zvylbGACxl6Tof { width:1.625rem;height:1.59895625rem;top:37.625rem;left:10.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G08uG7ArRhngIZxIhDLw8oWNzl3aEo1k { width:14.1875rem;height:14.1875rem;top:71.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzsv47kUzOv6mV90PhnLTkHCqedhrEgS { width:17.8125rem;height:31.3125rem;top:69.8125rem;left:1.0625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #E2SZRPX5BPdaBrrMXJB8zzo51Irdrm4s { width:17.875rem;height:2rem;top:87rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpmdHZKhzrrvocZQ54VhmURJIWyAt51h { width:16.875rem;height:1.59895625rem;top:90.8125rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXf86MmV8comeylHCKww4sxemflmcHRm { display:flex;width:1.9375rem;height:1.9375rem;top:92.375rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #y0lozpPvVUZBAUHCi6g9R44MsmbPEuqK { display:flex;width:1.875rem;height:1.875rem;top:92.5rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #po7bDVcLkNpALMUXlMCxhOCna8lrhTS4 { width:1.625rem;height:1.59895625rem;top:92.75rem;left:10.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5kca0ovJEp81EFUFoQLRKFtyFOtVVf8 { width:1.625rem;height:1.59895625rem;top:92.75rem;left:5.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFpybEHbpQ5sWzvvX1rVEzf80xf7dZ49 { display:flex;width:1.9375rem;height:1.9375rem;top:92.375rem;left:12.5625rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #E6M9FTJTUdugRn1f1TuB5Li4Buv7MEmJ { width:1.625rem;height:1.59895625rem;top:92.75rem;left:14.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik7rRLiMi255N2UAihlARrewvaSDx1OD { width:5.9375rem;height:1.22395625rem;top:28.1875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdSaLMXoRFwZsRe4NdutlF1X3viW9IQd { width:6.25rem;height:1.22395625rem;top:34.25rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTh4CelZn02ka8aFA4zU9quHzADLluPG { width:17.8125rem;height:30.5rem;top:9.625rem;left:1.125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #PZ13o8qZDW21PWRNGsgxgnyQ1ItWTPsU { width:9.625rem;height:1.59895625rem;top:35.4375rem;left:5.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8pUPaw3yqDShnTEBP5NmqcLd4ew8Xfy { display:flex;width:1.9375rem;height:1.9375rem;top:31rem;left:4.625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #TS3tMpCEv73CxA5aKRtH4dhHqd9egPHW { width:1.625rem;height:1.59895625rem;top:37.625rem;left:6.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RntcFcnOUL877WTKA3Swl1sny94JnQUG { display:flex;width:1.9375rem;height:1.9375rem;top:31rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #VTWmW8PfcKrPzU4wiqiCCyS4em0OUJTh { width:1.625rem;height:1.59895625rem;top:31.3125rem;left:10.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5lJRexUdXO5CXD9NXqVGZm0n4GTHis7 { display:flex;width:1.9375rem;height:1.9375rem;top:31rem;left:13.5rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #zFsvGd4Sls0PvW7boX3qJs4BKz5og4uV { width:1.625rem;height:1.59895625rem;top:31.3125rem;left:15.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmlwSa9fCUEvu1GBHJU8WALblaEdkO2n { width:14.1875rem;height:14.1875rem;top:44.0625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQXcUqLDBhowSoobT4oFTf4Kp6hsUTmp { width:11.1875rem;height:2rem;top:59.375rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtpMRFZXOEkALc4O4RJJATanGnIgT9wZ { width:17.8125rem;height:25.25rem;top:42.8125rem;left:1.125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #BbZwJpkSzSEAfIgo9v58Vi4rTEcZTgDt { width:10.1875rem;height:1.59895625rem;top:61.373693466186rem;left:4.9062502980232rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqcxk2lmGttUdCUvxVBUJJLsFJ3OO9a2 { display:flex;width:1.9375rem;height:1.9375rem;top:63.6875rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #GAcUTPCD639W7rQxHupXye6oUq5y98Ql { display:flex;width:1.9375rem;height:1.9375rem;top:63.6875rem;left:4.125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #i4UbMgu8pgc4qSrQdG36R2s7WF4JzzH2 { display:flex;width:1.9375rem;height:1.9375rem;top:63.75rem;left:13.125rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #iobJ2vIPCqNZrCoFxdn0S0RUDn23vq1v { width:1.625rem;height:1.59895625rem;top:64rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTXNVvlQzC5Gu2mUkCz5vXQorHpz4xaH { width:1.625rem;height:1.59895625rem;top:64rem;left:14.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5MJMiMeaWDPUan0E5nmcd2fvTcWAbc3 { width:1.625rem;height:1.59895625rem;top:64rem;left:10.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZpXW9cSLuovp2TbdOdHGydxQqwtyfzO { width:6rem;height:1.22395625rem;top:89.5625rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMUsiaUwbeIwVTCuRzp2X6UdnEg7DhIf { width:3.5625rem;height:1.22395625rem;top:95.375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUPLCAOrVp8JToSiJanGiN9ckrhVQDXc { width:10.3125rem;height:1.59895625rem;top:96.625rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X43XmGE4fRdipFHf8rpAOPgVmuoXS6kf { display:flex;width:1.875rem;height:1.875rem;top:98.25rem;left:3.6875rem; }
 }@media only screen and (max-width: 763px) { #CTSXs4TCk7oBiUnIIc54gawIcJHomD6c { width:1.625rem;height:1.59895625rem;top:98.625rem;left:5.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq5ReWxkTkqsL76hfcrZJdlqTFLsxHEZ { display:flex;width:1.9375rem;height:1.9375rem;top:98.25rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #Exlh27W7TrWLlcJwR5JnvMMa44S0hMs5 { width:1.625rem;height:1.59895625rem;top:98.625rem;left:10.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCzGWMbIcBhJlxlUCo0zMOo9p6AuXJNh { display:flex;width:1.9375rem;height:1.9375rem;top:98.25rem;left:12.5rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #yoWUbkxicr8SkTTphF8QJ6ScNcMCyzHa { width:1.625rem;height:1.59895625rem;top:98.625rem;left:14.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8v0fBTI09cN1XCNgpZ7ZW6sXZsLMnGy { width:17.5rem;height:3.4375rem;top:103.1250038147rem;left:1.2500000596046rem;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) { #yNc6M9KQpUoAGfZHxVXlrSaH2Qd2ihgN { display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:20rem;height:55.625rem;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.29980625rem;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.19791875rem;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.89930625rem;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.29980625rem;top:23.8125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfnzEtHJw4kQ9byD5Iz604bAIv8qXFsx { width:12.5rem;height:5.19791875rem;top:25.3125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP20uoDDORMhIp7OkHEtTVT4I5chMzMc { width:12.5rem;height:1.29980625rem;top:36.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P18TIZuFci2LecEEdeQPKKZyRop03PcQ { width:12.5rem;height:3.89941875rem;top:38.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3BE08pZNxkMG22XUIzF8dTwvdFI9773 { width:12.5rem;height:1.29980625rem;top:47.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9MHO4y4RXKASObLhbqnh8xL3snJidoM { width:12.5rem;height:5.19791875rem;top:49.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N62wVb39JJQQ5ukGeMTvrgvH7uXRlyIo { display:block; }#N62wVb39JJQQ5ukGeMTvrgvH7uXRlyIo > .row .container { width:20rem;height:152.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fokKCokEAbpDc27ecMvAb35UFSlcZEKd { 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) { #Md0pDJ8CkcuZkTGM5RGW9wTGqVLHn9ZW { width:17.75rem;height:13.625rem;top:5.3125rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #otast2DCqwwiufTMyxoalgzR0VeQJnGi { width:17.75rem;height:13.625rem;top:34.687501430511rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmnXuBJvtnX0X5uFQvTTNvQGkhNZ8cka { width:17.75rem;height:13.625rem;top:64.312501430512rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIMiNfxHtO6l9fTBG8VJGbzNZGTkPD6t { width:17.75rem;height:13.625rem;top:93.562480926513rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEAP8oH9aKT6xwOfmq2A5opIzOJLPbzE { width:17.75rem;height:13.625rem;top:20.000000476837rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoxANBLdT8owVInX8T3JeWxelVomwRKr { width:17.6875rem;height:13.4375rem;top:49.500001430511rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGV4TmR4i35lOIzNvzedgyJeeSSras4F { width:17.6875rem;height:13.4375rem;top:79.00000190735rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOSfPtu9xs6mdBpDO0q0nZqkwwtKJ3Ur { width:17.75rem;height:13.625rem;top:108.1875038147rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1fsKJS1yDfFH2swOzlInoJ9GB1IpZJI { width:17.625rem;height:13.4375rem;top:123.06098413086rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMVU9p1Wzsfyb8VOIPWbteNSO6iD2P1o { width:17.6875rem;height:13.438164785537rem;top:137.74847412109rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6yR6qFOZbfnRByslwReKQEBS9cMtrsk { display:block; }#t6yR6qFOZbfnRByslwReKQEBS9cMtrsk > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EybVOnZKkVMKorZNxKrBNIWsMve1PuNe { width:18.5618125rem;height:1.70605625rem;top:0.62322425842285rem;left:0.71821731328963rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x6HQsqmtSo7QLv6Nr4oiUbiQ2Vpcgob9 { height:11.155875rem;width:20rem;top:4.7727270126342rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K81yLvMhwOSh8dMU6Vryyf5sbGhJlBoy { width:18.3123125rem;height:2.39930625rem;top:2.3721590042114rem;left:1.3742898106575rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ReplqD29CkkQRSlmnuzqMknvcEBvdnDI { width:18.3744375rem;height:1.70605625rem;top:17rem;left:0.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Po3ZTg5wy7oKo964zNzG4BtKSb2cKTmH { height:11.0618125rem;width:19.9369375rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS0Jls70Ofi6Q2akT6QqR6JqcZNlQhKo { width:14.8748125rem;height:2.39930625rem;top:18.702946901321rem;left:2.5612569451332rem;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.9375rem;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.599825rem;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.546875rem;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.5rem;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; }
 }