.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:235,246,220;--color-primary-1:187,226,138;--color-primary-2:119,197,20;--color-primary-3:60,99,10;--color-primary-4:18,30,3;--color-secondary-0:248,229,213;--color-secondary-1:231,226,203;--color-secondary-2:221,123,47;--color-secondary-3:229,188,42;--color-secondary-4:44,25,9;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"SilkaSemiBold";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIB4cklOQIXD5lIwkw235Mk9OHuWIsan { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/884fb62f-fb6c-4786-b9c2-ac474885e10f/kitchhomeherotrays5.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#nIB4cklOQIXD5lIwkw235Mk9OHuWIsan.adaptive-delivery-prevent-bg, #nIB4cklOQIXD5lIwkw235Mk9OHuWIsan.lazyload, #nIB4cklOQIXD5lIwkw235Mk9OHuWIsan.lazyloading { background-image: none; }#nIB4cklOQIXD5lIwkw235Mk9OHuWIsan > .row .container { background-color: transparent; background-image: none; }#nIB4cklOQIXD5lIwkw235Mk9OHuWIsan::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIB4cklOQIXD5lIwkw235Mk9OHuWIsan > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIB4cklOQIXD5lIwkw235Mk9OHuWIsan > .row .container > .video-iframe-container { display: none; }#nIB4cklOQIXD5lIwkw235Mk9OHuWIsan > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIB4cklOQIXD5lIwkw235Mk9OHuWIsan > .row > .video-iframe-container { display: none; }#nIB4cklOQIXD5lIwkw235Mk9OHuWIsan > .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); }#nIB4cklOQIXD5lIwkw235Mk9OHuWIsan > .row .container { border-width: 0; border-radius: 0; }#nIB4cklOQIXD5lIwkw235Mk9OHuWIsan > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nIB4cklOQIXD5lIwkw235Mk9OHuWIsan > .row .container { font-size:0.875rem;font-family:arial;height:52.0625rem;width:75rem;position:relative;display:block; }#KObQov1KQmsLULrJTdl8wVqhhouoqdVN { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.9375rem;left:13.0625rem;height:1.4624rem;font-style:normal;display:block; }
#fAgoRcEkl59AQcGlqFuPVBvoE2Ehg3Tg { color:rgba(var(--color-tertiary-4),1);display:block;width:43.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:3.9rem;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;text-align:center;text-align-last:center;display:block; }
#pMp6JMTlw5xK4x2iSrKcLOJadbxiyXMp { color:rgba(var(--color-tertiary-4),1);display:block;width:43.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:15.0625rem;left:1.25rem;height:1.8375rem;text-align:center;text-align-last:center;display:block; }
#QyvdJeXn2wggKXVk13WfWl25gBgnNebz { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:silkabold;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30.0625rem;left:26.25rem;display:block; }
#qnJkThistBvnvR2V1ypsccOXoRe8rJFp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cWXUeMtTrEsaw0kHOI2KNWl5unfEgd8N { background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:silkabold;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:30rem;left:5rem;display:block; }
#PxwyOIaiuwlxT3W80mRdsapEQUmarTWa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eul7riAJVdzrUP9MQemBgFSazzHA4lZ3 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.9375rem;left:26.4375rem;height:1.4624rem;font-style:normal;display:block; }
#X8CmUrfpSg1ybOowR7xR096n56nQ3X3v { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:42.25rem;left:8.375rem;height:1.1375rem;font-style:normal;display:block; }
#vqTlhOsWWTE79N9xDNNO7EM2y83XqHVp { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:#3bc3dd;background-image:none;top:41.75rem;left:5.375rem;display:block; }
#VLEWk7OMgFEnViWKxoH3AHJQewO6gHV9 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:42.25rem;left:5.4375rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TLku69Jg4mt5Ql9197dxVRk7yDMvkpTl { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#c0c0c0;background-image:none;top:41.75rem;left:18.5rem;display:block; }
#eqHlBwbSWRuBH2itpE4urXNPuCzohv4h { color:rgba(var(--color-tertiary-0),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:42.25rem;left:18.5625rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cPbQTBhDibcsTRUiqsTiVx1EiUTB6n8L { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:42.25rem;left:21.5625rem;height:1.1375rem;font-style:normal;display:block; }
#iAc4oS8ln5Brfu82l4G4IDDmZ6xChRAf { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:44.5625rem;left:18.5rem;display:block; }
#TJ2Z5FL0Tee9r6vP0e0lAtgzzkxUg3pG { color:rgba(var(--color-tertiary-0),1);display:block;width:2.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:45.0625rem;left:18.5625rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cb2qVDtutpSS2sPGeLw3G95VOZuvrC1A { color:rgba(var(--color-tertiary-4),1);display:block;width:4.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:45.0625rem;left:21.5rem;height:1.1375rem;font-style:normal;display:block; }
#EQ9QW1p13O9JqLeGidyfNIHyuVZah67T { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:41.6875rem;left:31.3125rem;display:block; }
#SyMrhwgDxryyJ0eKaXeNezAwaAiW5rtB { color:rgba(var(--color-tertiary-4),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:42.1875rem;left:34.375rem;height:1.1375rem;font-style:normal;display:block; }
#ZR9B7MRQDbtCX0milZKq3KDk4XTTysmK { color:rgba(var(--color-tertiary-0),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:42.1875rem;left:31.375rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BDktndkunXsCt0CmZ0bQ92ILpdFsQwvt { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:44.6875rem;left:5.375rem;display:block; }
#FkGobLfFMIzHZnKbFPEmhuRmKWIFWd6O { color:rgba(var(--color-tertiary-0),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:45.1875rem;left:5.4375rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vmpu7glv0QEKmQQv5wJxphQhTeTyrArd { color:rgba(var(--color-tertiary-4),1);display:block;width:2.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:45.0625rem;left:8.375rem;height:1.1375rem;font-style:normal;display:block; }
#mm7w3aXlJZxccRJIbTU2GAM7a8wXct9z { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:39.5625rem;left:13.5625rem;height:1.5rem;font-style:normal;display:block; }
#gy9muP8JS553ZThVqrUWxEdU0Jm36Ixu { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:25.25rem;left:3.6875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#riNUEVTNMynZ0kz9Smw0pKkrE6sCFbz2 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:25.25rem;left:25rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PD5m65rGWdgxN98FgeLtrWheCtkot1ax { box-sizing:content-box;height:10rem;width:41.1875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:38.07421875rem;left:2.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#kneluT2JtnXpUfCqMHPqknBhTRMuW4lr { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:45.087890625rem;left:34.375rem;height:1.1375rem;font-style:normal;display:block; }
#rHk4tl3pNBcJ214lhE3kzcvvWT6olw8N { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15028;background-color:#8b5a8c;background-image:none;top:44.5625rem;left:31.3125rem;display:block; }
#LrovgdgmmPr90bnC0vOqdIq81n4lJcGA { color:rgba(var(--color-tertiary-0),1);display:block;width:2.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:45.0625rem;left:31.375rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T9nd8l6yJFdvQ8TAMyvOdM9vs4kzEGiQ { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:9.375rem;top:19.4375rem;left:29rem;overflow:hidden;display:block; }
#VoEgkzzlEzVAGguGDmb9GRb1DGLt7opX { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:11.875rem;top:19.4375rem;left:6.5rem;overflow:hidden;display:block; }
#Tv2xWwG1PDr8Z85lEOgXeO2yHnKr4prw { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:2.54296875rem;left:10.8125rem; }
#BdGNPRDROJFqbDgmeknqb9bxmBptQaom { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:2.54296875rem;left:24.1875rem; }
#NTP6yvnkkoyIGn3GHU6dh9IgvyvmIyem { box-sizing:content-box;height:13.75rem;width:20rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.375rem;left:2.4375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);display:block; }
#TLROgCCTxRpsLDgeLtpwBuaD1Wo5GG0E { box-sizing:content-box;height:13.75rem;width:20rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.375rem;left:23.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);display:block; }
#RqepyegoERxxTTBir6VW33aPon2pyvy9 { box-sizing:content-box;height:5.0625rem;width:4.5625rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:18.75rem;left:7.4375rem;display:block; }
#BkXOlFHwPPhAVsCT1TrAs5mZtCP5avT4 { position:absolute;display:block;z-index:15059;height:21.75rem;width:25.375rem;top:14.125rem;left:49.625rem;display:block; }
#TqP1LCOvOUynwSnwKGm3PNzVsQMm0n2u { box-sizing:content-box;height:3.125rem;width:41.4375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),0.06);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.625rem;left:2.4375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#fH55bXNgJRtebxhDtkTgQQfsmJbkkgue { color:rgba(var(--color-primary-2),1);display:block;width:41.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.375rem;left:2.4375rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ob5DTgMi23wHrHOT0gfCX8tbnnsCPdDB { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#D8dQAS25u544nUzpRP9n4qs6kO8WqiX7 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.9375rem;left:26.4375rem;height:1.4624rem;font-style:normal;display:none; }
#ITpaiiOtIld8G6dMmqd00xupUvWOXO3g { position:relative;display:block; }#ITpaiiOtIld8G6dMmqd00xupUvWOXO3g { background-color: transparent; background-image: none; }#ITpaiiOtIld8G6dMmqd00xupUvWOXO3g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITpaiiOtIld8G6dMmqd00xupUvWOXO3g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITpaiiOtIld8G6dMmqd00xupUvWOXO3g > .row .container > .video-iframe-container { display: none; }#ITpaiiOtIld8G6dMmqd00xupUvWOXO3g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITpaiiOtIld8G6dMmqd00xupUvWOXO3g > .row > .video-iframe-container { display: none; }#ITpaiiOtIld8G6dMmqd00xupUvWOXO3g > .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); }#ITpaiiOtIld8G6dMmqd00xupUvWOXO3g { border-width: 0; border-radius: 0; }#ITpaiiOtIld8G6dMmqd00xupUvWOXO3g > .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; }#ITpaiiOtIld8G6dMmqd00xupUvWOXO3g > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:17.5625rem;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; }#szT7wzzzJv91pwyngUPyFW1CPLaJyIa3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:52.3125rem;top:7.4999990463256rem;left:11.25rem;overflow:hidden;display:block; }
#cSFS1KchbPVtKAkl3kVo7kPn1AUaJvG7 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:silkamedium;font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.2291641235351rem;left:0rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aVGURwIl7SW5RgL7WbX54sum71WpyDlx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aVGURwIl7SW5RgL7WbX54sum71WpyDlx > .row .container { background-color: transparent; background-image: none; }#aVGURwIl7SW5RgL7WbX54sum71WpyDlx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVGURwIl7SW5RgL7WbX54sum71WpyDlx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVGURwIl7SW5RgL7WbX54sum71WpyDlx > .row .container > .video-iframe-container { display: none; }#aVGURwIl7SW5RgL7WbX54sum71WpyDlx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVGURwIl7SW5RgL7WbX54sum71WpyDlx > .row > .video-iframe-container { display: none; }#aVGURwIl7SW5RgL7WbX54sum71WpyDlx > .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); }#aVGURwIl7SW5RgL7WbX54sum71WpyDlx > .row .container { border-width: 0; border-radius: 0; }#aVGURwIl7SW5RgL7WbX54sum71WpyDlx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aVGURwIl7SW5RgL7WbX54sum71WpyDlx > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#rHHfkJ1TNbAUIXfrmX3swZRKUt0fdPv6 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:5.53125rem;left:3.75rem;height:15.1875rem;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; }
#i9DlRIJHMXmVd3bgDeQ6a2nl1gK35yar { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:18.75rem;width:26.25rem;top:2.4375rem;left:45rem;overflow:hidden;display:block; }
#saPbXvGpCwxIuAxWLCUDnmEgLg5mTov5 { position:relative;display:block; }#saPbXvGpCwxIuAxWLCUDnmEgLg5mTov5 { background-color: transparent; background-image: none; }#saPbXvGpCwxIuAxWLCUDnmEgLg5mTov5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saPbXvGpCwxIuAxWLCUDnmEgLg5mTov5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saPbXvGpCwxIuAxWLCUDnmEgLg5mTov5 > .row .container > .video-iframe-container { display: none; }#saPbXvGpCwxIuAxWLCUDnmEgLg5mTov5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saPbXvGpCwxIuAxWLCUDnmEgLg5mTov5 > .row > .video-iframe-container { display: none; }#saPbXvGpCwxIuAxWLCUDnmEgLg5mTov5 > .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); }#saPbXvGpCwxIuAxWLCUDnmEgLg5mTov5 { border-width: 0; border-radius: 0; }#saPbXvGpCwxIuAxWLCUDnmEgLg5mTov5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#saPbXvGpCwxIuAxWLCUDnmEgLg5mTov5 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),0.02), rgba(var(--color-tertiary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),0.02), rgba(var(--color-tertiary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),0.02), rgba(var(--color-tertiary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),0.02), rgba(var(--color-tertiary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0.02)', endColorstr='rgba(var(--color-tertiary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0.02)', endColorstr='rgba(var(--color-tertiary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),0.02), rgba(var(--color-tertiary-2),0));background-size:auto !important;font-size:0.875rem;font-family:arial;height:48.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#iMcKoHI3drrUFTi1VA3zAWBSqcvL9C5X { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.375rem;width:24.375rem;top:18.25rem;left:26.5rem;overflow:hidden;display:block; }
#XBpQ6V4b1pJlcwaed2rWXv5fKPJ9Ly41 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:silkabold;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:22.5625rem;left:52.5rem;height:1.4624rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WWTJXPTfHDEIZGF3hvo3e3Poi4pmXXDF { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:silkabold;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:32.4130859375rem;left:52.3125rem;height:1.4624rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GZ5KqwQKWNoT3Lch6TP19I17gNcGmCg0 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:silkabold;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:32.3125rem;left:11.25rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xsb38BLkQp7WRXRXlDz30ENBsGLXN878 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:silkabold;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:22.375rem;left:11.25rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KWGU9T1mXuQGKGQ9KUbZ5u0tl5LOt9De { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:24.8125rem;left:53.75rem;height:3rem;text-align:right;text-align-last:right;display:block; }
#xAaEuFa3iU9EoV6kR8WzSNIRwbXn91lP { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:34.75rem;left:52.5rem;height:3rem;text-align:right;text-align-last:right;display:block; }
#S2HcHzKR2a3J4cviq4TUmepuh5kgUPgP { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:34.75rem;left:11.25rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#OV21J31RvTa96KaiZNtwz3KwAlfs8t7N { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:24.75rem;left:11.25rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#rfAgusQaASe9UcUsW33CBTGnSeFbfI7T { z-index:15003;top:12.4375rem;left:30rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:silkabold;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JZQinOfSBvt7lrgsUbhtd9126BTsEOLU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fGMlex67MTTNhmT6VrZxMd5FGzFn7MHQ { color:rgba(var(--color-tertiary-4),1);display:block;width:42rem;position:absolute;font-family:silkamedium;font-size:2.5rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.6865234375rem;left:17.4375rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yIdEmrMls29IK0RBtfgtw9NFSNkOuA61 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:43.82421875rem;left:27.625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rPAyo1U6Mi6hu4lL4wKbT0cRB7LvvllK { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:28.6875rem;left:10.6875rem;overflow:hidden;display:block; }
#MIFVutuFzvt3URxhs1tDVUhZO2kF9X5S { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:18.8125rem;left:60.6875rem;overflow:hidden;display:block; }
#e2ciBnVOOSchXIb2rIJtiwWekRCL9Rpv { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:19rem;left:11.25rem;overflow:hidden;display:block; }
#gHnp06IMwsyT2LqfQV4qERz9QTMi5dtf { color:rgba(var(--color-tertiary-4),1);display:block;width:1.625rem;position:absolute;font-family:"times new roman";font-size:2.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:28.9375rem;left:60.875rem;height:2.76220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P6wufv3s1TdKZKWc20OvGPSFFVs5SrqN { color:rgba(var(--color-tertiary-4),1);display:block;width:1.625rem;position:absolute;font-family:"times new roman";font-size:2.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:29.9375rem;left:62.1875rem;height:2.76220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AfMvqtcrOg6hHuGQCulohNFxdZJ7kGVC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),0.6);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; }#AfMvqtcrOg6hHuGQCulohNFxdZJ7kGVC > .row .container { background-color: transparent; background-image: none; }#AfMvqtcrOg6hHuGQCulohNFxdZJ7kGVC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfMvqtcrOg6hHuGQCulohNFxdZJ7kGVC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfMvqtcrOg6hHuGQCulohNFxdZJ7kGVC > .row .container > .video-iframe-container { display: none; }#AfMvqtcrOg6hHuGQCulohNFxdZJ7kGVC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfMvqtcrOg6hHuGQCulohNFxdZJ7kGVC > .row > .video-iframe-container { display: none; }#AfMvqtcrOg6hHuGQCulohNFxdZJ7kGVC > .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); }#AfMvqtcrOg6hHuGQCulohNFxdZJ7kGVC > .row .container { border-width: 0; border-radius: 0; }#AfMvqtcrOg6hHuGQCulohNFxdZJ7kGVC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AfMvqtcrOg6hHuGQCulohNFxdZJ7kGVC > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;position:relative;display:block; }#vSHtrBWUzHL7TFo8skaCw3Z5nnT8X9LN { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:silkabold;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:34.375rem;left:3.75rem;display:block; }
#CgUfTmBH5C86uTamxaK3Bpi5JGcTP6ew { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cf4wyugMUowtxsLqXQutzcG7kstarNn0 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:13.6875rem;left:3.75rem;height:2.3374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TbolJz7AhRyJ1sq4zGO7TsZHrU629yHP { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:17.4365234375rem;left:7.5rem;height:3rem;display:block; }
#Tk5kk783A9oRu4mPIu1KVcnPo1JN89el { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:22.4365234375rem;left:7.5rem;height:3rem;display:block; }
#uOTsDqGP4FKo7Uo7FcsA4UoTQq5LhT8W { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:28.6865234375rem;left:7.4375rem;height:3rem;display:block; }
#mqZWirPRZDUaodTGa0KCEeLpd1rdSzPt { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:17.5rem;left:3.75rem;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);display:block; }
#AaB74V0XsbpPqnslIQ0L3LyUqF5ILMEN { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:silkamedium;font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:18.099609375rem;left:4.375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xCor4xETJ1TNtmAKrr5AhSwUqoQr9v8g { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:silkabold;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.75rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:34.3125rem;left:42.5rem;display:block; }
#F2bA1TFxfhNI3QQgqqq34IwNge87yR6N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N6mvNG2gfGVghxxxhmhIlaOpvqbncmfk { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.5;letter-spacing:0;top:29.32421875rem;left:46.25rem;height:1.5rem;display:block; }
#bTeWKqstw3r91G8R1l3uHiDivygssXR4 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:22.4365234375rem;left:46.25rem;height:3rem;display:block; }
#XDLEqnnXXEeLK0iOJ30RrCx3zOZcEfSu { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:17.4365234375rem;left:45.875rem;height:3rem;display:block; }
#qumNIlk4RAzLD9T7nb5W8NrHRCF2THcO { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:13.6865234375rem;left:42.5rem;height:2.3374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cgcVRJFlFrbiGCcJM2isA9QdAVFeyxHh { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:silkamedium;font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6874980926514rem;left:25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A7k9vpvHTw0ekcp3TBTBIW0T4T6SN4ox { color:rgba(var(--color-tertiary-4),1);display:block;width:66.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:7.4375rem;left:3.8125rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oZmE6y7TC9rUOshBfHmFElkqBwABbTAB { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.5rem;left:3.75rem;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);display:block; }
#qdbzSGT0oTmb6tfLsk3VhmfRV7HyR14E { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:silkamedium;font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:23.0625rem;left:4.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rTNpCExHALCTT0uBh5AD3CzbLXzunR9J { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:28.75rem;left:3.75rem;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);display:block; }
#FXTGEV9yXoK0GEVSlCN5dMiV7ceumvgP { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:silkamedium;font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:29.3125rem;left:4.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fM1i9rNCmOipPkSbypAovzODMcEZ1KEo { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:17.5rem;left:42.5rem;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);display:block; }
#Zv0Optoc30N8ao9xsi0u8O3MyGwNJ9wu { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.5rem;left:42.5rem;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);display:block; }
#MDSA5ULahi90CeahomNWrJqkJBlJMwLs { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:silkamedium;font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:18.125rem;left:43.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e2XQRvPDhalWCzG2z4BTeTELh3FviQ4V { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:silkamedium;font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:23.0625rem;left:43.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c3WctnDCOiXvSZsSEV2kIB1dnQOdrX1z { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:28.75rem;left:42.5rem;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);display:block; }
#eNiUByh1JAyN6tWEJOreORtfqbCphIUD { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:silkamedium;font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:29.375rem;left:43.1875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZdyR6MI24l5OLIGNZFrlaKpdSA7kFwbV { box-sizing:content-box;height:24.375rem;width:0.0625rem;position:absolute;display:block;z-index:15029;background-color:#c0c0c0;background-image:none;top:14.0625rem;left:38.6875rem;display:block; }
#KWygOy2eX3m6sv8TBXmsCzMFUVrRGxAn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),0.02), rgba(var(--color-tertiary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),0.02), rgba(var(--color-tertiary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),0.02), rgba(var(--color-tertiary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),0.02), rgba(var(--color-tertiary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0.02)', endColorstr='rgba(var(--color-tertiary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0.02)', endColorstr='rgba(var(--color-tertiary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),0.02), rgba(var(--color-tertiary-2),0));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; }#KWygOy2eX3m6sv8TBXmsCzMFUVrRGxAn > .row .container { background-color: transparent; background-image: none; }#KWygOy2eX3m6sv8TBXmsCzMFUVrRGxAn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWygOy2eX3m6sv8TBXmsCzMFUVrRGxAn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWygOy2eX3m6sv8TBXmsCzMFUVrRGxAn > .row .container > .video-iframe-container { display: none; }#KWygOy2eX3m6sv8TBXmsCzMFUVrRGxAn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWygOy2eX3m6sv8TBXmsCzMFUVrRGxAn > .row > .video-iframe-container { display: none; }#KWygOy2eX3m6sv8TBXmsCzMFUVrRGxAn > .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); }#KWygOy2eX3m6sv8TBXmsCzMFUVrRGxAn > .row .container { border-width: 0; border-radius: 0; }#KWygOy2eX3m6sv8TBXmsCzMFUVrRGxAn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KWygOy2eX3m6sv8TBXmsCzMFUVrRGxAn > .row .container { font-size:0.875rem;font-family:arial;height:63.5rem;width:75rem;position:relative;display:block; }#iR8CuoQ7nDZ0Msqv8cAvSPN2N8XNHS13 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:41.5rem;left:16.5625rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#MFzrZrSQd6tIe2pMCn5I730hXXq2aqNK { z-index:15003;top:53.5615234375rem;left:39.9375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:silkabold;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dCh7ZqsZz4MDtx9R5pMug3WEyK11rMbn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wkq6ACQzfBTi5JdiQhfw946Tkc7wOwsE { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:7.8750005960462rem;left:23.125rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yCmIUvduayXranzH5Tp37ha9BWNBIpC7 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.625rem;position:absolute;font-family:silkamedium;font-size:2.5rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.6874995231628rem;left:17.4375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bmEGrd2BF3qxquanAnVZ56Kp9obkTpky { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:13.625rem;left:39.9375rem;height:3.8496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OC9RTWsgwQ2qdVaBFRaWFbB9zFXfcBlU { box-sizing:content-box;height:1.75rem;width:0.125rem;position:absolute;display:block;z-index:15044;background-color:#e3e3e3;background-image:none;top:7.375rem;left:33.6875rem;display:block; }
#PvgXlpwemBBV3wJa7XTBpwZnuapSOoQZ { z-index:15004;top:53.625rem;left:13.75rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:silkabold;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#B0EDhfZX218nPTOWQnVPtsRklTqzAL4U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NN0fZQFe6LHBqQyo9tuoUZ9BtABeOz6u { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:13.625rem;left:13.75rem;height:3.8496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MpJLAyoc1wnrnhXVqCEVvVJ9mx8qh7HK { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:35.25rem;left:13.75rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#a6d2hWPtGETIIFqXOf9xOWQw50H7oUgN { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:45.5rem;left:16.5625rem;height:6rem;text-align:left;text-align-last:left;display:block; }
#ZzfSqdesmBEA7P6fQdFtc9eBEGp1mNXN { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:45.5rem;left:26.3125rem;height:6rem;text-align:left;text-align-last:left;display:block; }
#E0AqGbFLb74mSxTVZ2y2BESPJNk9cMJu { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:41.75rem;left:13.75rem; }
#ngEEuIu3NI3O51eJDL8ke3MPD680iyNU { 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:15047;opacity:1;top:45.875rem;left:13.75rem; }
#gkcUTQCDcAaInzdDTLgxhn6wwswfklW5 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:45.5rem;left:42.5625rem;height:6rem;text-align:left;text-align-last:left;display:block; }
#yBOOHmx77NEA0PGC6MmJHmCCGWr3QkfM { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:45.5rem;left:52.3125rem;height:6rem;text-align:left;text-align-last:left;display:block; }
#oZgsz1QdqQOG7TNkkw8KDFEpEyPRVifI { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:41.5rem;left:42.5625rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#lAgdhg6FZL8TgeJETFZ98EqslgEG3BwH { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:41.75rem;left:39.75rem; }
#fpeTOhVn0TArQZcUVTaNA5kcfB4o30y0 { 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:15053;opacity:1;top:45.875rem;left:39.75rem; }
#FJc5ZTDcnEqTqfb2b8flB6yzhHSQaN4H { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:35.25rem;left:39.9375rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#KJps84qEsWmy02RxPExUtoKnas1CUmoi { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:15rem;width:21.25rem;top:18.4375rem;left:40rem;overflow:hidden;display:block; }
#LIOcuFRu8u9Tm8aeJFPgcfaButbu3q9y { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:15rem;width:21.25rem;top:18.5625rem;left:13.75rem;overflow:hidden;display:block; }
#zTHFvZIXhZ0BLdvMdPJ3wv5Ve9ElBkUk { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:13.625rem;left:12.5rem;height:3.85rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#idgHrHThiT7PL0fMoHEG7f56kGtVDtRo { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:13.625rem;left:40rem;height:3.85rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#QkBJbrDbWx53HWaQHaEDycWpOp8e4DwP { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:38.0625rem;left:16.5625rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#TwOe9zbus5la5or14VaBTu4hauLHTxVy { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:38.0625rem;left:42.5625rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#atruNTQatbyD8ALQ98alBuzlsrTqrtDK { position:absolute;display:block;z-index:15054;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:2.1875rem;width:1.625rem;top:37.75rem;left:13.9375rem;overflow:hidden;display:block; }
#Z0WpEB4zhJM799S0tTccikht3DZdAKxk { position:absolute;display:block;z-index:15055;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:2.1875rem;width:1.625rem;top:37.71875rem;left:39.9375rem;overflow:hidden;display:block; }
#EbrNioH0izPbgavAQzDtkLWPX434oWCp { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:38.0625rem;left:16.5625rem;height:1.5rem;text-align:left;text-align-last:left;display:none; }
#NQND4CZKGMvdmgv6IWEEiJI1X8EdlDRg { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:38.0625rem;left:42.5625rem;height:1.5rem;text-align:left;text-align-last:left;display:none; }
#FlN8EmrBwxv5ClyL2aDCFPh1ePXoFxAh { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:41.5rem;left:16.5625rem;height:3rem;text-align:left;text-align-last:left;display:none; }
#D4kx1VBMDyi9pWcI5Ko5OZCJGJ2ii1I9 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:45.5rem;left:16.5625rem;height:6rem;text-align:left;text-align-last:left;display:none; }
#MvzXwI0FLydKafoZkTcS7GAHn6ksG7U5 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:45.5rem;left:26.3125rem;height:6rem;text-align:left;text-align-last:left;display:none; }
#BLW7umBfxLmgRJk7Ise13X9UR8TdqEp0 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:41.5rem;left:42.5625rem;height:3rem;text-align:left;text-align-last:left;display:none; }
#pTO6MC6MPgah8ACD6dUtfa9xXNAolBSk { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:45.5rem;left:42.5625rem;height:6rem;text-align:left;text-align-last:left;display:none; }
#adTW3ZRLlT3zZrcNr0gqaitCfmuDSybc { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:45.5rem;left:52.3125rem;height:6rem;text-align:left;text-align-last:left;display:none; }
#FPlKHk4lxPIPWPzRNpJ272k30J5Bglb9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),0.02), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),0.02), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),0.02), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),0.02), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0.02)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0.02)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),0.02), rgba(0,0,0,0));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:none; }#FPlKHk4lxPIPWPzRNpJ272k30J5Bglb9 > .row .container { border-width: 0; border-radius: 0; }#FPlKHk4lxPIPWPzRNpJ272k30J5Bglb9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FPlKHk4lxPIPWPzRNpJ272k30J5Bglb9 > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;position:relative;display:none; }#QEUncCgDoQtPmuydZIevWCdTsRSFGyGZ { color:rgba(var(--color-tertiary-4),1);display:block;width:40.625rem;position:absolute;font-family:silkamedium;font-size:0;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.6874995231628rem;left:17.4375rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CLrE3N04lAddLwTlcrMesEcT7vXOxblQ { position:absolute;display:block;z-index:15001;height:29.6875rem;width:75rem;top:9.125rem;left:0rem;display:block; }
#dbvwPW712Viti25tVfkKI25BCsJp9v8k { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3125rem;position:absolute;font-family:silkamedium;font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6865234375rem;left:27.84375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nIB4cklOQIXD5lIwkw235Mk9OHuWIsan { display:block; }#nIB4cklOQIXD5lIwkw235Mk9OHuWIsan > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KObQov1KQmsLULrJTdl8wVqhhouoqdVN { top:2.9375rem;left:0rem;width:9.375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAgoRcEkl59AQcGlqFuPVBvoE2Ehg3Tg { top:10.9375rem;left:0rem;width:43.6875rem;height:3.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMp6JMTlw5xK4x2iSrKcLOJadbxiyXMp { top:15.0625rem;left:0rem;width:43.8125rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyvdJeXn2wggKXVk13WfWl25gBgnNebz { width:15rem;height:3.75rem;top:30.0625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnJkThistBvnvR2V1ypsccOXoRe8rJFp { display:block; }
 }@media only screen and (max-width: 763px) { #cWXUeMtTrEsaw0kHOI2KNWl5unfEgd8N { width:15rem;height:3.75rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxwyOIaiuwlxT3W80mRdsapEQUmarTWa { display:block; }
 }@media only screen and (max-width: 763px) { #eul7riAJVdzrUP9MQemBgFSazzHA4lZ3 { top:2.9375rem;left:12.8125rem;width:9.4375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8CmUrfpSg1ybOowR7xR096n56nQ3X3v { top:42.25rem;left:0rem;width:5.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqTlhOsWWTE79N9xDNNO7EM2y83XqHVp { top:41.75rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLEWk7OMgFEnViWKxoH3AHJQewO6gHV9 { top:42.25rem;left:0rem;width:2.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLku69Jg4mt5Ql9197dxVRk7yDMvkpTl { top:41.75rem;left:4.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqHlBwbSWRuBH2itpE4urXNPuCzohv4h { top:42.25rem;left:4.9375rem;width:2.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPbQTBhDibcsTRUiqsTiVx1EiUTB6n8L { top:42.25rem;left:7.9375rem;width:4.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAc4oS8ln5Brfu82l4G4IDDmZ6xChRAf { top:44.5625rem;left:4.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ2Z5FL0Tee9r6vP0e0lAtgzzkxUg3pG { top:45.0625rem;left:4.9375rem;width:2.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb2qVDtutpSS2sPGeLw3G95VOZuvrC1A { top:45.0625rem;left:7.875rem;width:4.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ9QW1p13O9JqLeGidyfNIHyuVZah67T { top:41.6875rem;left:17.6875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyMrhwgDxryyJ0eKaXeNezAwaAiW5rtB { top:42.1875rem;left:20.75rem;width:3.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZR9B7MRQDbtCX0milZKq3KDk4XTTysmK { top:42.1875rem;left:17.75rem;width:2.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDktndkunXsCt0CmZ0bQ92ILpdFsQwvt { top:44.6875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkGobLfFMIzHZnKbFPEmhuRmKWIFWd6O { top:45.1875rem;left:0rem;width:2.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vmpu7glv0QEKmQQv5wJxphQhTeTyrArd { top:45.0625rem;left:0rem;width:2.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm7w3aXlJZxccRJIbTU2GAM7a8wXct9z { top:39.5625rem;left:0rem;width:21.875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy9muP8JS553ZThVqrUWxEdU0Jm36Ixu { top:25.25rem;left:0rem;width:17.5rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #riNUEVTNMynZ0kz9Smw0pKkrE6sCFbz2 { top:25.25rem;left:11.375rem;width:17.375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD5m65rGWdgxN98FgeLtrWheCtkot1ax { top:38.0625rem;left:0rem;width:41.1875rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #kneluT2JtnXpUfCqMHPqknBhTRMuW4lr { top:45.0625rem;left:20.75rem;width:6.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHk4tl3pNBcJ214lhE3kzcvvWT6olw8N { top:44.5625rem;left:17.6875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrovgdgmmPr90bnC0vOqdIq81n4lJcGA { top:45.0625rem;left:17.75rem;width:2.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9nd8l6yJFdvQ8TAMyvOdM9vs4kzEGiQ { top:19.4375rem;left:15.375rem;width:9.375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoEgkzzlEzVAGguGDmb9GRb1DGLt7opX { top:19.4375rem;left:0rem;width:11.875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv2xWwG1PDr8Z85lEOgXeO2yHnKr4prw { top:2.5rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdGNPRDROJFqbDgmeknqb9bxmBptQaom { top:2.5rem;left:10.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTP6yvnkkoyIGn3GHU6dh9IgvyvmIyem { top:21.375rem;left:0rem;width:20rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLROgCCTxRpsLDgeLtpwBuaD1Wo5GG0E { top:21.375rem;left:10.125rem;width:20rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqepyegoERxxTTBir6VW33aPon2pyvy9 { top:18.75rem;left:0rem;width:4.5625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkXOlFHwPPhAVsCT1TrAs5mZtCP5avT4 { top:14.125rem;left:22.375rem;width:25.375rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqP1LCOvOUynwSnwKGm3PNzVsQMm0n2u { top:5.625rem;left:0rem;width:41.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH55bXNgJRtebxhDtkTgQQfsmJbkkgue { top:6.375rem;left:0rem;width:41.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob5DTgMi23wHrHOT0gfCX8tbnnsCPdDB { display:none; }
 }@media only screen and (max-width: 763px) { #D8dQAS25u544nUzpRP9n4qs6kO8WqiX7 { top:6.0625rem;left:0rem;width:20rem;height:3.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITpaiiOtIld8G6dMmqd00xupUvWOXO3g { display:block; }#ITpaiiOtIld8G6dMmqd00xupUvWOXO3g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szT7wzzzJv91pwyngUPyFW1CPLaJyIa3 { top:7.4375rem;left:0rem;width:47.75rem;height:8.7855436081244rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSFS1KchbPVtKAkl3kVo7kPn1AUaJvG7 { top:3.1875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVGURwIl7SW5RgL7WbX54sum71WpyDlx { display:block; }#aVGURwIl7SW5RgL7WbX54sum71WpyDlx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rHHfkJ1TNbAUIXfrmX3swZRKUt0fdPv6 { width:38.5rem;height:15.1875rem;top:5.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9DlRIJHMXmVd3bgDeQ6a2nl1gK35yar { top:2.4375rem;left:21.5rem;width:26.25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #saPbXvGpCwxIuAxWLCUDnmEgLg5mTov5 { display:block; }#saPbXvGpCwxIuAxWLCUDnmEgLg5mTov5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iMcKoHI3drrUFTi1VA3zAWBSqcvL9C5X { top:18.25rem;left:12.875rem;width:24.375rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBpQ6V4b1pJlcwaed2rWXv5fKPJ9Ly41 { top:22.5625rem;left:36.5rem;width:11.25rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWTJXPTfHDEIZGF3hvo3e3Poi4pmXXDF { top:32.375rem;left:36.4375rem;width:11.3125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ5KqwQKWNoT3Lch6TP19I17gNcGmCg0 { top:32.3125rem;left:0rem;width:11.0625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xsb38BLkQp7WRXRXlDz30ENBsGLXN878 { top:22.375rem;left:0rem;width:7.5625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWGU9T1mXuQGKGQ9KUbZ5u0tl5LOt9De { top:24.8125rem;left:37.6875rem;width:10.0625rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAaEuFa3iU9EoV6kR8WzSNIRwbXn91lP { top:34.75rem;left:36.375rem;width:11.375rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2HcHzKR2a3J4cviq4TUmepuh5kgUPgP { top:34.75rem;left:0rem;width:13.9375rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV21J31RvTa96KaiZNtwz3KwAlfs8t7N { top:24.75rem;left:0rem;width:13.3125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfAgusQaASe9UcUsW33CBTGnSeFbfI7T { top:12.4375rem;left:16.375rem;width:17.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZQinOfSBvt7lrgsUbhtd9126BTsEOLU { display:block; }
 }@media only screen and (max-width: 763px) { #fGMlex67MTTNhmT6VrZxMd5FGzFn7MHQ { top:3.625rem;left:3.8125rem;width:42rem;height:9.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIdEmrMls29IK0RBtfgtw9NFSNkOuA61 { top:43.8125rem;left:14rem;width:22.5625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPAyo1U6Mi6hu4lL4wKbT0cRB7LvvllK { top:28.6875rem;left:0rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIFVutuFzvt3URxhs1tDVUhZO2kF9X5S { top:18.8125rem;left:44.125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2ciBnVOOSchXIb2rIJtiwWekRCL9Rpv { top:19rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHnp06IMwsyT2LqfQV4qERz9QTMi5dtf { top:28.9375rem;left:46.125rem;width:1.625rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6wufv3s1TdKZKWc20OvGPSFFVs5SrqN { top:29.9375rem;left:46.125rem;width:1.625rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfMvqtcrOg6hHuGQCulohNFxdZJ7kGVC { display:block; }#AfMvqtcrOg6hHuGQCulohNFxdZJ7kGVC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSHtrBWUzHL7TFo8skaCw3Z5nnT8X9LN { width:17.5rem;height:3.75rem;top:34.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgUfTmBH5C86uTamxaK3Bpi5JGcTP6ew { display:block; }
 }@media only screen and (max-width: 763px) { #cf4wyugMUowtxsLqXQutzcG7kstarNn0 { width:19.375rem;height:2.3125rem;top:13.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbolJz7AhRyJ1sq4zGO7TsZHrU629yHP { top:17.375rem;left:0rem;width:23.75rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk5kk783A9oRu4mPIu1KVcnPo1JN89el { top:22.375rem;left:0rem;width:26.5rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOTsDqGP4FKo7Uo7FcsA4UoTQq5LhT8W { top:28.625rem;left:0rem;width:26.125rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqZWirPRZDUaodTGa0KCEeLpd1rdSzPt { top:17.5rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaB74V0XsbpPqnslIQ0L3LyUqF5ILMEN { top:18.0625rem;left:0rem;width:1.3125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCor4xETJ1TNtmAKrr5AhSwUqoQr9v8g { width:17.5rem;height:3.75rem;top:34.3125rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2bA1TFxfhNI3QQgqqq34IwNge87yR6N { display:block; }
 }@media only screen and (max-width: 763px) { #N6mvNG2gfGVghxxxhmhIlaOpvqbncmfk { top:29.3125rem;left:17.125rem;width:14.625rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTeWKqstw3r91G8R1l3uHiDivygssXR4 { top:22.375rem;left:8.125rem;width:23.625rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDLEqnnXXEeLK0iOJ30RrCx3zOZcEfSu { top:17.375rem;left:7.8125rem;width:23.9375rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qumNIlk4RAzLD9T7nb5W8NrHRCF2THcO { width:20.1875rem;height:2.3125rem;top:13.625rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgcVRJFlFrbiGCcJM2isA9QdAVFeyxHh { top:3.625rem;left:6.75rem;width:25rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7k9vpvHTw0ekcp3TBTBIW0T4T6SN4ox { top:7.4375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZmE6y7TC9rUOshBfHmFElkqBwABbTAB { top:22.5rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdbzSGT0oTmb6tfLsk3VhmfRV7HyR14E { top:23.0625rem;left:0rem;width:1.3125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTNpCExHALCTT0uBh5AD3CzbLXzunR9J { top:28.75rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXTGEV9yXoK0GEVSlCN5dMiV7ceumvgP { top:29.3125rem;left:0rem;width:1.3125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM1i9rNCmOipPkSbypAovzODMcEZ1KEo { top:17.5rem;left:28.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv0Optoc30N8ao9xsi0u8O3MyGwNJ9wu { top:22.5rem;left:28.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDSA5ULahi90CeahomNWrJqkJBlJMwLs { top:18.125rem;left:29.4375rem;width:1.3125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2XQRvPDhalWCzG2z4BTeTELh3FviQ4V { top:23.0625rem;left:29.5625rem;width:1.3125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3WctnDCOiXvSZsSEV2kIB1dnQOdrX1z { top:28.75rem;left:28.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNiUByh1JAyN6tWEJOreORtfqbCphIUD { top:29.375rem;left:29.5rem;width:1.3125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdyR6MI24l5OLIGNZFrlaKpdSA7kFwbV { top:14.0625rem;left:25rem;width:0.0625rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWygOy2eX3m6sv8TBXmsCzMFUVrRGxAn { display:block; }#KWygOy2eX3m6sv8TBXmsCzMFUVrRGxAn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iR8CuoQ7nDZ0Msqv8cAvSPN2N8XNHS13 { top:41.5rem;left:2.9375rem;width:12.625rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFzrZrSQd6tIe2pMCn5I730hXXq2aqNK { top:53.5rem;left:26.3125rem;width:17.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCh7ZqsZz4MDtx9R5pMug3WEyK11rMbn { display:block; }
 }@media only screen and (max-width: 763px) { #Wkq6ACQzfBTi5JdiQhfw946Tkc7wOwsE { top:7.875rem;left:9.5rem;width:28.5rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCmIUvduayXranzH5Tp37ha9BWNBIpC7 { top:3.625rem;left:3.8125rem;width:40.625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmEGrd2BF3qxquanAnVZ56Kp9obkTpky { width:21.25rem;height:3.8125rem;top:13.625rem;left:26.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC9RTWsgwQ2qdVaBFRaWFbB9zFXfcBlU { top:7.375rem;left:20.0625rem;width:0.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvgXlpwemBBV3wJa7XTBpwZnuapSOoQZ { top:53.625rem;left:0.125rem;width:17.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0EDhfZX218nPTOWQnVPtsRklTqzAL4U { display:block; }
 }@media only screen and (max-width: 763px) { #NN0fZQFe6LHBqQyo9tuoUZ9BtABeOz6u { width:22.5rem;height:3.8125rem;top:13.625rem;left:0.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpJLAyoc1wnrnhXVqCEVvVJ9mx8qh7HK { top:35.25rem;left:0.125rem;width:13.75rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6d2hWPtGETIIFqXOf9xOWQw50H7oUgN { top:45.5rem;left:2.9375rem;width:9.8125rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzfSqdesmBEA7P6fQdFtc9eBEGp1mNXN { top:45.5rem;left:12.6875rem;width:7.625rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0AqGbFLb74mSxTVZ2y2BESPJNk9cMJu { top:41.75rem;left:0.125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngEEuIu3NI3O51eJDL8ke3MPD680iyNU { top:45.875rem;left:0.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkcUTQCDcAaInzdDTLgxhn6wwswfklW5 { top:45.5rem;left:28.9375rem;width:9.8125rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBOOHmx77NEA0PGC6MmJHmCCGWr3QkfM { top:45.5rem;left:38.6875rem;width:7.625rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZgsz1QdqQOG7TNkkw8KDFEpEyPRVifI { top:41.5rem;left:28.9375rem;width:12.625rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAgdhg6FZL8TgeJETFZ98EqslgEG3BwH { top:41.75rem;left:26.125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpeTOhVn0TArQZcUVTaNA5kcfB4o30y0 { top:45.875rem;left:26.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJc5ZTDcnEqTqfb2b8flB6yzhHSQaN4H { top:35.25rem;left:26.3125rem;width:15.6875rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJps84qEsWmy02RxPExUtoKnas1CUmoi { top:18.4375rem;left:26.375rem;width:21.25rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIOcuFRu8u9Tm8aeJFPgcfaButbu3q9y { top:18.5625rem;left:0.125rem;width:21.25rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTHFvZIXhZ0BLdvMdPJ3wv5Ve9ElBkUk { width:20rem;height:1.5625rem;top:13.625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #idgHrHThiT7PL0fMoHEG7f56kGtVDtRo { width:20rem;height:1.5625rem;top:13.625rem;left:26.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QkBJbrDbWx53HWaQHaEDycWpOp8e4DwP { top:38.0625rem;left:2.9375rem;width:12.625rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwOe9zbus5la5or14VaBTu4hauLHTxVy { top:38.0625rem;left:28.9375rem;width:12.625rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #atruNTQatbyD8ALQ98alBuzlsrTqrtDK { top:37.75rem;left:0.3125rem;width:1.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0WpEB4zhJM799S0tTccikht3DZdAKxk { top:37.6875rem;left:26.3125rem;width:1.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbrNioH0izPbgavAQzDtkLWPX434oWCp { top:38.0625rem;left:2.9375rem;width:12.625rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NQND4CZKGMvdmgv6IWEEiJI1X8EdlDRg { top:38.0625rem;left:28.9375rem;width:12.625rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FlN8EmrBwxv5ClyL2aDCFPh1ePXoFxAh { top:41.5rem;left:2.9375rem;width:12.625rem;height:3rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #D4kx1VBMDyi9pWcI5Ko5OZCJGJ2ii1I9 { top:45.5rem;left:2.9375rem;width:9.8125rem;height:6rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MvzXwI0FLydKafoZkTcS7GAHn6ksG7U5 { top:45.5rem;left:12.6875rem;width:7.625rem;height:6rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BLW7umBfxLmgRJk7Ise13X9UR8TdqEp0 { top:41.5rem;left:28.9375rem;width:12.625rem;height:3rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTO6MC6MPgah8ACD6dUtfa9xXNAolBSk { top:45.5rem;left:28.9375rem;width:9.8125rem;height:6rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #adTW3ZRLlT3zZrcNr0gqaitCfmuDSybc { top:45.5rem;left:38.6875rem;width:7.625rem;height:6rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPlKHk4lxPIPWPzRNpJ272k30J5Bglb9 { display:block; }#FPlKHk4lxPIPWPzRNpJ272k30J5Bglb9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEUncCgDoQtPmuydZIevWCdTsRSFGyGZ { top:3.625rem;left:3.8125rem;width:40.625rem;height:0;font-size:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLrE3N04lAddLwTlcrMesEcT7vXOxblQ { top:9.125rem;left:0rem;width:47.75rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbvwPW712Viti25tVfkKI25BCsJp9v8k { top:3.625rem;left:14.21875rem;width:19.3125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nIB4cklOQIXD5lIwkw235Mk9OHuWIsan { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bfba45e0-34a5-44b1-86c1-144306ae9cfd/mobilehero1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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;position:relative;z-index:auto;display:block; }#nIB4cklOQIXD5lIwkw235Mk9OHuWIsan.adaptive-delivery-prevent-bg, #nIB4cklOQIXD5lIwkw235Mk9OHuWIsan.lazyload, #nIB4cklOQIXD5lIwkw235Mk9OHuWIsan.lazyloading { background-image: none; }#nIB4cklOQIXD5lIwkw235Mk9OHuWIsan > .row .container { background-color: transparent; background-image: none; }#nIB4cklOQIXD5lIwkw235Mk9OHuWIsan::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIB4cklOQIXD5lIwkw235Mk9OHuWIsan > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIB4cklOQIXD5lIwkw235Mk9OHuWIsan > .row .container > .video-iframe-container { display: none; }#nIB4cklOQIXD5lIwkw235Mk9OHuWIsan > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIB4cklOQIXD5lIwkw235Mk9OHuWIsan > .row > .video-iframe-container { display: none; }#nIB4cklOQIXD5lIwkw235Mk9OHuWIsan > .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); }#nIB4cklOQIXD5lIwkw235Mk9OHuWIsan > .row .container { border-width: 0; border-radius: 0; }#nIB4cklOQIXD5lIwkw235Mk9OHuWIsan > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nIB4cklOQIXD5lIwkw235Mk9OHuWIsan > .row .container { width:20rem;height:84.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KObQov1KQmsLULrJTdl8wVqhhouoqdVN { width:6.625rem;height:1.2246125rem;top:1.193359375rem;left:2rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fAgoRcEkl59AQcGlqFuPVBvoE2Ehg3Tg { width:20rem;height:6.2988125rem;top:24.9375rem;left:0rem;font-size:2.625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pMp6JMTlw5xK4x2iSrKcLOJadbxiyXMp { width:20rem;height:3.375rem;top:32.125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QyvdJeXn2wggKXVk13WfWl25gBgnNebz { width:15rem;height:3.4375rem;top:65.3125rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnJkThistBvnvR2V1ypsccOXoRe8rJFp { display:block; }
 }@media only screen and (max-width: 763px) { #cWXUeMtTrEsaw0kHOI2KNWl5unfEgd8N { width:15rem;height:3.4375rem;top:47.8125rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxwyOIaiuwlxT3W80mRdsapEQUmarTWa { display:block; }
 }@media only screen and (max-width: 763px) { #eul7riAJVdzrUP9MQemBgFSazzHA4lZ3 { width:6.4375rem;height:1.2246125rem;top:1.1875rem;left:13.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #X8CmUrfpSg1ybOowR7xR096n56nQ3X3v { width:5.1875rem;height:1.05615rem;top:77.1875rem;left:3.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vqTlhOsWWTE79N9xDNNO7EM2y83XqHVp { width:1.875rem;height:1.875rem;top:76.724609375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLEWk7OMgFEnViWKxoH3AHJQewO6gHV9 { width:2.125rem;height:1.13720625rem;top:77.099609375rem;left:1.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TLku69Jg4mt5Ql9197dxVRk7yDMvkpTl { width:1.875rem;height:1.875rem;top:76.8125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqHlBwbSWRuBH2itpE4urXNPuCzohv4h { width:1.75rem;height:1.13720625rem;top:77.1875rem;left:10.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cPbQTBhDibcsTRUiqsTiVx1EiUTB6n8L { width:5rem;height:1.05615rem;top:77.1953125rem;left:13rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iAc4oS8ln5Brfu82l4G4IDDmZ6xChRAf { width:1.875rem;height:1.875rem;top:79.3125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ2Z5FL0Tee9r6vP0e0lAtgzzkxUg3pG { width:2.0625rem;height:1.13720625rem;top:79.6748046875rem;left:1.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cb2qVDtutpSS2sPGeLw3G95VOZuvrC1A { width:4.6875rem;height:1.05615rem;top:79.6875rem;left:3.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EQ9QW1p13O9JqLeGidyfNIHyuVZah67T { width:1.875rem;height:1.875rem;top:79.375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyMrhwgDxryyJ0eKaXeNezAwaAiW5rtB { width:4.3125rem;height:1.05615rem;top:79.7578125rem;left:13.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZR9B7MRQDbtCX0milZKq3KDk4XTTysmK { width:2.125rem;height:1.13720625rem;top:79.75rem;left:10.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BDktndkunXsCt0CmZ0bQ92ILpdFsQwvt { width:1.875rem;height:1.875rem;top:81.8125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkGobLfFMIzHZnKbFPEmhuRmKWIFWd6O { width:2.125rem;height:1.13720625rem;top:82.1123046875rem;left:1.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Vmpu7glv0QEKmQQv5wJxphQhTeTyrArd { width:2.5rem;height:1.05615rem;top:82.1953125rem;left:3.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mm7w3aXlJZxccRJIbTU2GAM7a8wXct9z { width:12.4375rem;height:3rem;top:72.974609375rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gy9muP8JS553ZThVqrUWxEdU0Jm36Ixu { width:17.5rem;height:3rem;top:43.5rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #riNUEVTNMynZ0kz9Smw0pKkrE6sCFbz2 { width:17.5625rem;height:2.8125rem;top:61.162109375rem;left:1.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PD5m65rGWdgxN98FgeLtrWheCtkot1ax { width:20rem;height:12.5rem;top:71.9375rem;left:-0.125rem;z-index:15000;background-color:#f6f6f6;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kneluT2JtnXpUfCqMHPqknBhTRMuW4lr { width:6.125rem;height:1.05615rem;top:82.1953125rem;left:13.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rHk4tl3pNBcJ214lhE3kzcvvWT6olw8N { width:1.875rem;height:1.875rem;top:81.75rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrovgdgmmPr90bnC0vOqdIq81n4lJcGA { width:2.0625rem;height:1.13720625rem;top:82.0625rem;left:10.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T9nd8l6yJFdvQ8TAMyvOdM9vs4kzEGiQ { width:10.625rem;height:5.125rem;top:54.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoEgkzzlEzVAGguGDmb9GRb1DGLt7opX { width:13.125rem;height:4.625rem;top:37.375rem;left:3.125rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #Tv2xWwG1PDr8Z85lEOgXeO2yHnKr4prw { display:flex;width:1.75rem;height:1.75rem;top:0.875rem;left:0rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #BdGNPRDROJFqbDgmeknqb9bxmBptQaom { display:flex;width:1.75rem;height:1.75rem;top:0.875rem;left:11.3125rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #NTP6yvnkkoyIGn3GHU6dh9IgvyvmIyem { width:20rem;height:12.5rem;top:39.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLROgCCTxRpsLDgeLtpwBuaD1Wo5GG0E { width:20rem;height:12.5rem;top:57.5rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqepyegoERxxTTBir6VW33aPon2pyvy9 { width:4.5625rem;height:5.0625rem;top:35.875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkXOlFHwPPhAVsCT1TrAs5mZtCP5avT4 { width:20rem;height:21.75rem;top:40.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqP1LCOvOUynwSnwKGm3PNzVsQMm0n2u { width:20rem;height:3.125rem;top:5.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fH55bXNgJRtebxhDtkTgQQfsmJbkkgue { width:20rem;height:auto;top:6.375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #ob5DTgMi23wHrHOT0gfCX8tbnnsCPdDB { top:4.9375rem;left:0rem;width:20rem;height:5rem;z-index:15063;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8dQAS25u544nUzpRP9n4qs6kO8WqiX7 { width:20rem;height:3.5rem;top:5.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15067;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #ITpaiiOtIld8G6dMmqd00xupUvWOXO3g { display:block; }#ITpaiiOtIld8G6dMmqd00xupUvWOXO3g > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szT7wzzzJv91pwyngUPyFW1CPLaJyIa3 { width:20rem;height:3.734375rem;top:5.0367202758789rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSFS1KchbPVtKAkl3kVo7kPn1AUaJvG7 { width:20rem;height:2.11230625rem;top:1.9375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aVGURwIl7SW5RgL7WbX54sum71WpyDlx { display:block; }#aVGURwIl7SW5RgL7WbX54sum71WpyDlx > .row .container { width:20rem;height:34.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rHHfkJ1TNbAUIXfrmX3swZRKUt0fdPv6 { width:20rem;height:15.75rem;top:1.125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #i9DlRIJHMXmVd3bgDeQ6a2nl1gK35yar { width:20rem;height:13.9375rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #saPbXvGpCwxIuAxWLCUDnmEgLg5mTov5 { display:block; }#saPbXvGpCwxIuAxWLCUDnmEgLg5mTov5 > .row .container { width:20rem;height:62.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iMcKoHI3drrUFTi1VA3zAWBSqcvL9C5X { width:20rem;height:20rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBpQ6V4b1pJlcwaed2rWXv5fKPJ9Ly41 { width:6.375rem;height:3rem;top:19.375rem;left:11.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WWTJXPTfHDEIZGF3hvo3e3Poi4pmXXDF { width:6.9375rem;height:3rem;top:30.625rem;left:11.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GZ5KqwQKWNoT3Lch6TP19I17gNcGmCg0 { width:6.5rem;height:3rem;top:29.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Xsb38BLkQp7WRXRXlDz30ENBsGLXN878 { width:5.625rem;height:1.5rem;top:19.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KWGU9T1mXuQGKGQ9KUbZ5u0tl5LOt9De { width:7.75rem;height:2.625rem;top:22.5625rem;left:11.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xAaEuFa3iU9EoV6kR8WzSNIRwbXn91lP { width:8.75rem;height:2.625rem;top:33.8125rem;left:11.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S2HcHzKR2a3J4cviq4TUmepuh5kgUPgP { width:9.25rem;height:3.9375rem;top:32.5625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OV21J31RvTa96KaiZNtwz3KwAlfs8t7N { width:7.0625rem;height:2.625rem;top:21.0625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rfAgusQaASe9UcUsW33CBTGnSeFbfI7T { top:10.4375rem;left:0rem;width:20rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZQinOfSBvt7lrgsUbhtd9126BTsEOLU { display:block; }
 }@media only screen and (max-width: 763px) { #fGMlex67MTTNhmT6VrZxMd5FGzFn7MHQ { width:20rem;height:6.3369375rem;top:2.375rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yIdEmrMls29IK0RBtfgtw9NFSNkOuA61 { width:20rem;height:1.13720625rem;top:58.6748046875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rPAyo1U6Mi6hu4lL4wKbT0cRB7LvvllK { width:3.8125rem;height:3.8125rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIFVutuFzvt3URxhs1tDVUhZO2kF9X5S { width:3.625rem;height:3.625rem;top:15.625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2ciBnVOOSchXIb2rIJtiwWekRCL9Rpv { width:3.125rem;height:3.125rem;top:15.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHnp06IMwsyT2LqfQV4qERz9QTMi5dtf { width:1.625rem;height:3rem;top:26.375rem;left:11.0625rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #P6wufv3s1TdKZKWc20OvGPSFFVs5SrqN { width:1.625rem;height:3rem;top:27.5625rem;left:12rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AfMvqtcrOg6hHuGQCulohNFxdZJ7kGVC { display:block; }#AfMvqtcrOg6hHuGQCulohNFxdZJ7kGVC > .row .container { width:20rem;height:62.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSHtrBWUzHL7TFo8skaCw3Z5nnT8X9LN { width:20rem;height:3.4375rem;top:34.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgUfTmBH5C86uTamxaK3Bpi5JGcTP6ew { display:block; }
 }@media only screen and (max-width: 763px) { #cf4wyugMUowtxsLqXQutzcG7kstarNn0 { width:17.5625rem;height:1.4624rem;top:14.8720703125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TbolJz7AhRyJ1sq4zGO7TsZHrU629yHP { width:13.6875rem;height:2.625rem;top:17.25rem;left:5rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Tk5kk783A9oRu4mPIu1KVcnPo1JN89el { width:14.3125rem;height:5.25rem;top:21rem;left:5rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uOTsDqGP4FKo7Uo7FcsA4UoTQq5LhT8W { width:13.875rem;height:5.25rem;top:27.25rem;left:5rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mqZWirPRZDUaodTGa0KCEeLpd1rdSzPt { width:2.25rem;height:2.25rem;top:17.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaB74V0XsbpPqnslIQ0L3LyUqF5ILMEN { width:1.3125rem;height:1.4624rem;top:17.8125rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCor4xETJ1TNtmAKrr5AhSwUqoQr9v8g { width:20rem;height:3.4375rem;top:56.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2bA1TFxfhNI3QQgqqq34IwNge87yR6N { display:block; }
 }@media only screen and (max-width: 763px) { #N6mvNG2gfGVghxxxhmhIlaOpvqbncmfk { width:14.6875rem;height:1.3125rem;top:53.037109375rem;left:5rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bTeWKqstw3r91G8R1l3uHiDivygssXR4 { width:14.5rem;height:3.9375rem;top:47.125rem;left:5rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XDLEqnnXXEeLK0iOJ30RrCx3zOZcEfSu { width:14.9375rem;height:2.625rem;top:42.849609375rem;left:5.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qumNIlk4RAzLD9T7nb5W8NrHRCF2THcO { width:17.5625rem;height:1.6875rem;top:39.875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cgcVRJFlFrbiGCcJM2isA9QdAVFeyxHh { width:20rem;height:2.4375rem;top:2.5625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #A7k9vpvHTw0ekcp3TBTBIW0T4T6SN4ox { width:20rem;height:6.5625rem;top:6.5615234375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #oZmE6y7TC9rUOshBfHmFElkqBwABbTAB { width:2.25rem;height:2.25rem;top:21rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdbzSGT0oTmb6tfLsk3VhmfRV7HyR14E { width:1.3125rem;height:1.4624rem;top:21.5rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTNpCExHALCTT0uBh5AD3CzbLXzunR9J { width:2.25rem;height:2.25rem;top:27.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXTGEV9yXoK0GEVSlCN5dMiV7ceumvgP { width:1.3125rem;height:1.4624rem;top:27.8125rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM1i9rNCmOipPkSbypAovzODMcEZ1KEo { width:2.25rem;height:2.25rem;top:42.88671875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv0Optoc30N8ao9xsi0u8O3MyGwNJ9wu { width:2.25rem;height:2.25rem;top:47.1240234375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDSA5ULahi90CeahomNWrJqkJBlJMwLs { width:1.3125rem;height:1.4624rem;top:43.38671875rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2XQRvPDhalWCzG2z4BTeTELh3FviQ4V { width:1.3125rem;height:1.4624rem;top:47.6865234375rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3WctnDCOiXvSZsSEV2kIB1dnQOdrX1z { width:2.25rem;height:2.25rem;top:52.38671875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNiUByh1JAyN6tWEJOreORtfqbCphIUD { width:1.3125rem;height:1.4624rem;top:52.88671875rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdyR6MI24l5OLIGNZFrlaKpdSA7kFwbV { width:0.0625rem;height:6.25rem;top:41.062492370606rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KWygOy2eX3m6sv8TBXmsCzMFUVrRGxAn { display:block; }#KWygOy2eX3m6sv8TBXmsCzMFUVrRGxAn > .row .container { width:20rem;height:97.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iR8CuoQ7nDZ0Msqv8cAvSPN2N8XNHS13 { width:14.25rem;height:0;top:36.75rem;left:3.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #MFzrZrSQd6tIe2pMCn5I730hXXq2aqNK { top:90.0625rem;left:0rem;width:20rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCh7ZqsZz4MDtx9R5pMug3WEyK11rMbn { display:block; }
 }@media only screen and (max-width: 763px) { #Wkq6ACQzfBTi5JdiQhfw946Tkc7wOwsE { width:20rem;height:3.9375rem;top:5.9248046875rem;left:-0.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yCmIUvduayXranzH5Tp37ha9BWNBIpC7 { width:20rem;height:2.11230625rem;top:2.125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bmEGrd2BF3qxquanAnVZ56Kp9obkTpky { width:20rem;height:0;top:19.612495422363rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OC9RTWsgwQ2qdVaBFRaWFbB9zFXfcBlU { width:0.125rem;height:1.75rem;top:10.3625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PvgXlpwemBBV3wJa7XTBpwZnuapSOoQZ { top:48.28125rem;left:0rem;width:20rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0EDhfZX218nPTOWQnVPtsRklTqzAL4U { display:block; }
 }@media only screen and (max-width: 763px) { #NN0fZQFe6LHBqQyo9tuoUZ9BtABeOz6u { width:20rem;height:0;top:23.337493896484rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MpJLAyoc1wnrnhXVqCEVvVJ9mx8qh7HK { width:13.75rem;height:1.40625rem;top:30.5625rem;left:0.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a6d2hWPtGETIIFqXOf9xOWQw50H7oUgN { width:7.625rem;height:0;top:40.5625rem;left:4.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ZzfSqdesmBEA7P6fQdFtc9eBEGp1mNXN { width:5.75rem;height:0;top:40.75rem;left:12.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #E0AqGbFLb74mSxTVZ2y2BESPJNk9cMJu { display:flex;width:2rem;height:2rem;top:36.9375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #ngEEuIu3NI3O51eJDL8ke3MPD680iyNU { display:flex;width:1.875rem;height:1.875rem;top:40.5rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #gkcUTQCDcAaInzdDTLgxhn6wwswfklW5 { width:8rem;height:0;top:85.0625rem;left:3.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #yBOOHmx77NEA0PGC6MmJHmCCGWr3QkfM { width:5.8125rem;height:0;top:84.8125rem;left:12.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #oZgsz1QdqQOG7TNkkw8KDFEpEyPRVifI { width:14.625rem;height:0;top:81.0625rem;left:3.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #lAgdhg6FZL8TgeJETFZ98EqslgEG3BwH { display:flex;width:2rem;height:2rem;top:78.8125rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #fpeTOhVn0TArQZcUVTaNA5kcfB4o30y0 { display:flex;width:1.875rem;height:1.875rem;top:82.5625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #FJc5ZTDcnEqTqfb2b8flB6yzhHSQaN4H { width:14.9375rem;height:1.40625rem;top:72.4375rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KJps84qEsWmy02RxPExUtoKnas1CUmoi { width:20rem;height:14.1171875rem;top:56.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIOcuFRu8u9Tm8aeJFPgcfaButbu3q9y { width:20rem;height:14.1171875rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTHFvZIXhZ0BLdvMdPJ3wv5Ve9ElBkUk { width:20rem;height:1.57421875rem;top:54.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #idgHrHThiT7PL0fMoHEG7f56kGtVDtRo { width:20rem;height:1.57470625rem;top:12.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #QkBJbrDbWx53HWaQHaEDycWpOp8e4DwP { width:6.0625rem;height:0;top:33.625rem;left:3.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #TwOe9zbus5la5or14VaBTu4hauLHTxVy { width:6.125rem;height:0;top:74.875rem;left:3.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #atruNTQatbyD8ALQ98alBuzlsrTqrtDK { width:1.625rem;height:2.1875rem;top:33.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0WpEB4zhJM799S0tTccikht3DZdAKxk { width:1.625rem;height:2.1875rem;top:75.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbrNioH0izPbgavAQzDtkLWPX434oWCp { width:6.625rem;height:1.5rem;top:33.625rem;left:3.375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #NQND4CZKGMvdmgv6IWEEiJI1X8EdlDRg { width:6.125rem;height:1.5rem;top:75.5rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #FlN8EmrBwxv5ClyL2aDCFPh1ePXoFxAh { width:14.25rem;height:3rem;top:36.625rem;left:3.4375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #D4kx1VBMDyi9pWcI5Ko5OZCJGJ2ii1I9 { width:8.1875rem;height:6rem;top:40.5rem;left:3.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #MvzXwI0FLydKafoZkTcS7GAHn6ksG7U5 { width:6.75rem;height:6rem;top:40.5rem;left:13.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #BLW7umBfxLmgRJk7Ise13X9UR8TdqEp0 { width:14.625rem;height:3rem;top:78.5rem;left:3.4375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #pTO6MC6MPgah8ACD6dUtfa9xXNAolBSk { width:8.25rem;height:6rem;top:82.3125rem;left:3.5625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #adTW3ZRLlT3zZrcNr0gqaitCfmuDSybc { width:6.75rem;height:6rem;top:82.5625rem;left:13.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #FPlKHk4lxPIPWPzRNpJ272k30J5Bglb9 { display:none; }#FPlKHk4lxPIPWPzRNpJ272k30J5Bglb9 > .row .container { width:20rem;height:89.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QEUncCgDoQtPmuydZIevWCdTsRSFGyGZ { width:20rem;height:0;top:4.19921875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CLrE3N04lAddLwTlcrMesEcT7vXOxblQ { width:20rem;height:29.6875rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbvwPW712Viti25tVfkKI25BCsJp9v8k { width:19.3125rem;height:2.4375rem;top:0rem;left:0.3125rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;z-index:14999;display:block; }
 }