.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,245,217;--color-primary-1:255,222,128;--color-primary-2:255,189,0;--color-primary-3:128,95,0;--color-primary-4:38,28,0;--color-secondary-0:217,249,242;--color-secondary-1:128,236,212;--color-secondary-2:1,216,169;--color-secondary-3:1,108,85;--color-secondary-4:0,32,25;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:126,126,126;--color-tertiary-4:0,0,0;--headlines-font-family:"Heebo";--paragraphs-font-family:"Heebo"; }@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); }#OZaA4wnSDknUG1wFfipfsFm7nUW9FXIT { position:relative;display:block; }#OZaA4wnSDknUG1wFfipfsFm7nUW9FXIT { background-color: transparent; background-image: none; }#OZaA4wnSDknUG1wFfipfsFm7nUW9FXIT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZaA4wnSDknUG1wFfipfsFm7nUW9FXIT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZaA4wnSDknUG1wFfipfsFm7nUW9FXIT > .row .container > .video-iframe-container { display: none; }#OZaA4wnSDknUG1wFfipfsFm7nUW9FXIT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZaA4wnSDknUG1wFfipfsFm7nUW9FXIT > .row > .video-iframe-container { display: none; }#OZaA4wnSDknUG1wFfipfsFm7nUW9FXIT > .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); }#OZaA4wnSDknUG1wFfipfsFm7nUW9FXIT { border-width: 0; border-radius: 0; }#OZaA4wnSDknUG1wFfipfsFm7nUW9FXIT > .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; }#OZaA4wnSDknUG1wFfipfsFm7nUW9FXIT > .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:5.9375rem;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; }#iz5ezycHThKkTH8kDkhoheDsJLNxPAD5 { 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:3.87478125rem;width:11.1870625rem;top:1.0297309160232rem;left:0rem;overflow:hidden;display:block; }
#eCFivzKM9zRUGNXAreE2d5ItUmDyewLl { z-index:15003;top:1.25rem;left:64.6875rem;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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(var(--color-tertiary-4),0.21) ;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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JbFx93NlOX6HG4JgqClpPBU4zB2XoSJm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iHAlPd9oi3tMsG0fXvBy3eF30lKfIDFa { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:normal;z-index:15004;line-height:0;letter-spacing:0;top:2.9687502384186rem;left:49.067924499512rem;height:0;display:block; }
#KTCr8vNIqq1KuyAwSeVisQEtLvrKuSJl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:1.84375rem;left:45.755859375rem; }
#KTCr8vNIqq1KuyAwSeVisQEtLvrKuSJl > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#m6v2Z9rPI5VT5TB1qtqxrrmvTgOxJ81Z { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6e9b57e1-f388-4a40-ba27-63e73ec19bb0/JacobGreenfieldBrandJMCoverPhoto.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#m6v2Z9rPI5VT5TB1qtqxrrmvTgOxJ81Z.adaptive-delivery-prevent-bg, #m6v2Z9rPI5VT5TB1qtqxrrmvTgOxJ81Z.lazyload, #m6v2Z9rPI5VT5TB1qtqxrrmvTgOxJ81Z.lazyloading { background-image: none; }#m6v2Z9rPI5VT5TB1qtqxrrmvTgOxJ81Z > .row .container { background-color: transparent; background-image: none; }#m6v2Z9rPI5VT5TB1qtqxrrmvTgOxJ81Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.55); }#m6v2Z9rPI5VT5TB1qtqxrrmvTgOxJ81Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6v2Z9rPI5VT5TB1qtqxrrmvTgOxJ81Z > .row .container > .video-iframe-container { display: none; }#m6v2Z9rPI5VT5TB1qtqxrrmvTgOxJ81Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.55); }#m6v2Z9rPI5VT5TB1qtqxrrmvTgOxJ81Z > .row > .video-iframe-container { display: none; }#m6v2Z9rPI5VT5TB1qtqxrrmvTgOxJ81Z > .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); }#m6v2Z9rPI5VT5TB1qtqxrrmvTgOxJ81Z > .row .container { border-width: 0; border-radius: 0; }#m6v2Z9rPI5VT5TB1qtqxrrmvTgOxJ81Z::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#m6v2Z9rPI5VT5TB1qtqxrrmvTgOxJ81Z > .row > .video-iframe-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#m6v2Z9rPI5VT5TB1qtqxrrmvTgOxJ81Z > .row .container { font-size:0.875rem;font-family:arial;height:44.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#QQWe0GdJSOpPTRDAxmeAk4f9o17Acs74 { color:rgba(var(--color-tertiary-0),1);display:block;width:45.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.463758945465rem;left:0rem;height:8.44925rem;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; }
#ZZStfTS2I6fzET1k2zm84Xyx63Ic6qwT { color:rgba(var(--color-tertiary-0),1);display:block;width:44.874rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:19.8125rem;left:0rem;height:2.79980625rem;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; }
#R6mUii1Zt7yrK0wShv8J8GXLnLLZ74Sq { color:rgba(var(--color-tertiary-0),1);display:block;width:40.686875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.844619274139rem;left:0rem;height:;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; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 .widget-form-header {  }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:21rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 .widget-input-text { background-color:#ffffff;background-image:none;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);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21rem;box-sizing:border-box;height:3rem;color:#161616;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top;line-height:1.4; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 .widget-textarea { background-color:#ffffff;background-image:none;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);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top;line-height:1.4; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #7d7d7d;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:raleway;font-size:1rem;overflow:hidden;vertical-align:top; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:21rem;height:3.125rem;font-family:raleway;overflow:hidden; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.3;font-size:0.875rem;font-weight:400;color:#9e9e9e;vertical-align:top;width:19.8125rem;overflow:hidden;font-style:normal;float:none; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:raleway;font-size:0.875rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 .widget-container:first-of-type{padding-top:0;}#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 .widget-container:last-of-type{padding-bottom:0;}#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;left:50.873046875rem;top:8.84375rem;z-index:15000;position:absolute;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21rem;display:block;vertical-align:top; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.875rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 {display:block;}#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;left:50.873046875rem;top:8.84375rem;z-index:15000;position:absolute;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #IVykocxG5C47zQqpF2f7HA1S8eMq347X { position:relative; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #Adc9MHMGqDPqHr6xAVpR3kCcGPy1V7MN { position:relative;display:none; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #o1NzeFesot90oXvBuIZTMC39FSwrJ2Bt { position:relative; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #uP5eaFrPMolzwZ8QbrJhvvRaiBi9b6rm { position:relative; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #TuiWuqCsHUgn3S7FElRqMQPpWTORG0fN { position:relative;display:none; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #AchRBN6T0CKOk8eZWTf3ENCwuCQrZ7Nf { position:relative; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #XRlGZ1Cobb1KJoOZJAEOl1P8AETE5vdI { position:relative; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #n70FoW7suHn5W9NwzozlcTem3hn8ETnK { position:relative;display:none; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #STr4twWf0ADFLQlbNbOzOcVrSQK4BqVV { position:relative; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #VxkXu4f8I69tTFBTAv8XdvdzFpqyLcWK { position:relative; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #NSC4vhhdzXMqDy2TTeITtIZ8rV6ML3NU { position:relative;display:none; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #OuTpe2kecFr2Kidqp46dO6BlAGTcQRqr { position:relative; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #k52RdpgGghGT223ZAPUSzVaSTaIJk7IV { position:relative; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #VsoElTUTNBf9kAgAOfKNK2QTVaA9c7AS { position:relative; }
#Bp0Jw6P2DNmc5tNDpdaWedqt5aaoy6UN { box-sizing:content-box;height:26.25rem;width:23.499375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.8328995704651rem;left:50.873481750488rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#mo3ItPUTauO0i4vHaqDFmX25ufWUc4gy { color:rgba(var(--color-tertiary-4),1);display:block;width:20.186625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.463758945465rem;left:52.529296875rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#adX7Kv0yv4OoZL2QbB7ACT44Xb4O6VuC { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:37.1875rem;left:2rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#oGsCAT9lc58Tfaqc0vxTiwU2JI5PbwuP { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:37.1875rem;left:32.1875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#d3P2zhBeUBelRKeFJOJbMnbCTaEdBLXX { color:rgba(var(--color-tertiary-0),1);display:block;width:14.874125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:37.1875rem;left:58.125rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#G3kZThFpoMBfXbz7ICLcGTtkLorL9AIx { box-sizing:content-box;height:5rem;width:0.3125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:36.6875rem;left:23.0625rem;display:block; }
#sAk4VZQOt9r8yTN4Ro1hKavGOfLIJ7o9 { box-sizing:content-box;height:5rem;width:0.3125rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:36.625rem;left:49.9375rem;display:block; }
#TTfaENPSJUwHEL1D5DN8aEJwLAgJ6rg4 { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#AdTRuffzMSa9V2L6w1JXZC2mNMy2rORL { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Tl3UqimTh9EkFlokfvszhAlh2QTAImZh { 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; }#Tl3UqimTh9EkFlokfvszhAlh2QTAImZh > .row .container { background-color: transparent; background-image: none; }#Tl3UqimTh9EkFlokfvszhAlh2QTAImZh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tl3UqimTh9EkFlokfvszhAlh2QTAImZh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tl3UqimTh9EkFlokfvszhAlh2QTAImZh > .row .container > .video-iframe-container { display: none; }#Tl3UqimTh9EkFlokfvszhAlh2QTAImZh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tl3UqimTh9EkFlokfvszhAlh2QTAImZh > .row > .video-iframe-container { display: none; }#Tl3UqimTh9EkFlokfvszhAlh2QTAImZh > .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); }#Tl3UqimTh9EkFlokfvszhAlh2QTAImZh > .row .container { border-width: 0; border-radius: 0; }#Tl3UqimTh9EkFlokfvszhAlh2QTAImZh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tl3UqimTh9EkFlokfvszhAlh2QTAImZh > .row .container { font-size:0.875rem;font-family:arial;height:59rem;width:75rem;position:relative;display:block; }#e5XifSZpuBNIW6s7pShz0KHL7TSdzDTx { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:18.4375rem;left:0rem;height:24.375rem;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; }
#SXlK5VHLkfKWBxk5P9TRwMhn0EdiU4i0 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:11.625rem;left:0rem;height:4.19921875rem;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; }
#fVETMHL7z14SC9Tk2kf1L8i5nUQwevXo { z-index:15003;top:49.875rem;left:26.4375rem;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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;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:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.125rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Orl8Sr3pKlWIk7TO1bIynbIbkGPrIA64 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KdKQdN5xP5TLb7zTNcKyNPSxzo08Z4za { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:4.38720625rem;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; }
#HdWlbmmoazu2lRFINvl0w1EsBiPlWZgt { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:2.69921875rem;left:0rem;height:1.92480625rem;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; }
#gDhdyRCoiK4q6ptd2peGgREV1lsRNXnU { position:relative;display:block; }#gDhdyRCoiK4q6ptd2peGgREV1lsRNXnU { background-color: transparent; background-image: none; }#gDhdyRCoiK4q6ptd2peGgREV1lsRNXnU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDhdyRCoiK4q6ptd2peGgREV1lsRNXnU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDhdyRCoiK4q6ptd2peGgREV1lsRNXnU > .row .container > .video-iframe-container { display: none; }#gDhdyRCoiK4q6ptd2peGgREV1lsRNXnU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDhdyRCoiK4q6ptd2peGgREV1lsRNXnU > .row > .video-iframe-container { display: none; }#gDhdyRCoiK4q6ptd2peGgREV1lsRNXnU > .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); }#gDhdyRCoiK4q6ptd2peGgREV1lsRNXnU { border-width: 0; border-radius: 0; }#gDhdyRCoiK4q6ptd2peGgREV1lsRNXnU > .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; }#gDhdyRCoiK4q6ptd2peGgREV1lsRNXnU > .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:16.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wmsZcebLATyAMEXwNnVZ2fGcuI2q2T2b { color:rgba(var(--color-tertiary-4),1);display:block;width:44.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.5rem;left:15.3125rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d2E1ZsrqnCUH70VQBUE46iEzWiKZbaxB { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.6875rem;left:27.6875rem;display:block; }
#lzcV9oVIJ0PKdE4XMPJlzNJbmrwil2tG { color:rgba(var(--color-tertiary-4),1);display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.3125rem;left:20.5rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#z8etbiNIFOFcIWqa9ORTFCswXqPPxqRs { position:relative;display:block; }#z8etbiNIFOFcIWqa9ORTFCswXqPPxqRs { background-color: transparent; background-image: none; }#z8etbiNIFOFcIWqa9ORTFCswXqPPxqRs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8etbiNIFOFcIWqa9ORTFCswXqPPxqRs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8etbiNIFOFcIWqa9ORTFCswXqPPxqRs > .row .container > .video-iframe-container { display: none; }#z8etbiNIFOFcIWqa9ORTFCswXqPPxqRs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8etbiNIFOFcIWqa9ORTFCswXqPPxqRs > .row > .video-iframe-container { display: none; }#z8etbiNIFOFcIWqa9ORTFCswXqPPxqRs > .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); }#z8etbiNIFOFcIWqa9ORTFCswXqPPxqRs { border-width: 0; border-radius: 0; }#z8etbiNIFOFcIWqa9ORTFCswXqPPxqRs > .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; }#z8etbiNIFOFcIWqa9ORTFCswXqPPxqRs > .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:28.625rem;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; }#Etpes28h3T5EoSHTQ4wsRiNLJq9OmoLv { 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:25.3125rem;width:13.5625rem;top:2.485914690094rem;left:2.4286928430719rem;overflow:hidden;display:block; }
#nDJnfAt79HgN572N3KkT9qWPeVEsgrWd { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.25rem;width:11.6875rem;top:2.5191142369079rem;left:61.436942261336rem;overflow:hidden;display:block; }
#gM8Qhs2qG2qAPxFnPB9lAzNDGgPoEO7V { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.784506797791rem;left:20.261501312256rem;height:2.5996125rem;font-style:normal;display:block; }
#DU6gGfrqp1HO5qINvLNylPHfLUXbInGG { color:rgba(var(--color-primary-2),1);display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.012154579162rem;left:19.480251312256rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dmyc6LMe5ATzCM7Qa3EyecdGIJOCGiEV { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8745625rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.784506797791rem;left:39.816623687744rem;height:2.5996125rem;font-style:normal;display:block; }
#L2icJwBt95is25QbiOKkfLD9zP7va0GT { color:rgba(var(--color-primary-2),1);display:block;width:15.499125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.012154579162rem;left:42.502170562744rem;height:2.4375rem;font-style:normal;display:block; }
#nbQmQqyA4Tg3qzSXrk5GQafT7Z6KQseJ { box-sizing:content-box;height:26.875rem;width:35.875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:0.82660579681394rem;left:0.8810749053955rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#AsuUDe21bOFDTGhZSqiQPM5PyP0UWvVn { box-sizing:content-box;height:26.875rem;width:35.8745625rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;top:0.80295181274412rem;left:38.2421875rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#xtp4HftCRiFc4isZbcqkgsu3EiaGEgV1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#dDPWNw7N4DFboQt5Bv4l3GoTw3t46hJp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ETWKxQZq9s1umgRnSgTaXbnPNMF4sIJ6 { position:relative;display:block; }#ETWKxQZq9s1umgRnSgTaXbnPNMF4sIJ6 { background-color: transparent; background-image: none; }#ETWKxQZq9s1umgRnSgTaXbnPNMF4sIJ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETWKxQZq9s1umgRnSgTaXbnPNMF4sIJ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETWKxQZq9s1umgRnSgTaXbnPNMF4sIJ6 > .row .container > .video-iframe-container { display: none; }#ETWKxQZq9s1umgRnSgTaXbnPNMF4sIJ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETWKxQZq9s1umgRnSgTaXbnPNMF4sIJ6 > .row > .video-iframe-container { display: none; }#ETWKxQZq9s1umgRnSgTaXbnPNMF4sIJ6 > .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); }#ETWKxQZq9s1umgRnSgTaXbnPNMF4sIJ6 { border-width: 0; border-radius: 0; }#ETWKxQZq9s1umgRnSgTaXbnPNMF4sIJ6 > .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; }#ETWKxQZq9s1umgRnSgTaXbnPNMF4sIJ6 > .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:24.375rem;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; }#zwMbCrXvkhTGTCg74l1uXdiUsKAXnf6F { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.9175357818604rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XmJVI195Ndr5BGmpvzbTVkbScpOn5OkW { z-index:15004;top:12.4375rem;left:26.4375rem;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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;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:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.125rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PddUFcM2P3tNzyFh6TR2XBoU7E0FtPpT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:68.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#yg435rxCLZeO0g10JublXlSfQws8ENbb { color:rgba(var(--color-tertiary-0),1);display:block;width:47.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.3388671875rem;left:13.75rem;height:6.82425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZufaqzUJHMw0B1y02THH8EIV944FJTBF { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:16.1875rem;left:6rem; }
#TeMnHv9OzLW8adw4EpkTh9lHqS6qkgnp { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.625rem;left:11.1875rem;height:1.94970625rem;font-style:normal;display:block; }
#Ps9QUJQquONMoBezF69IyzD7d7Xzr3T6 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.499125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.25rem;left:11.1875rem;height:2.923825rem;font-style:normal;display:block; }
#HueFcNgOpPJUvgmHRLolLVMSluazG1G5 { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:26.375rem;left:5.75rem; }
#tqtshR20kUtBE0L9CWbynHTzf2OE55di { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:28.4375rem;left:11.1875rem;height:4.38574375rem;font-style:normal;display:block; }
#wEFiBUBPKag8MO4Tfu3vCT8npyZE2Azo { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:25.75rem;left:11.1875rem;height:1.94970625rem;font-style:normal;display:block; }
#fO3c1kthxNhxG9sETTEvp1qBlzvokxnR { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:38.625rem;left:11.1875rem;height:2.923825rem;font-style:normal;display:block; }
#ZLyEGI8TzgfwsiTGmqyVUC9K1OftFnN1 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.686rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:35.75rem;left:11.3125rem;height:1.94970625rem;font-style:normal;display:block; }
#gPdFkCTzUDXu3iHAd9vTnBsT5JUQiTa4 { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:36.625rem;left:5.75rem; }
#vAFdOPx4MMBbPVn7UymwQ9hiJfg1n6bH { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:46.375rem;left:5.75rem; }
#J4wA1w0DTX6GqW1ApFbTT7gaZLqQX2rx { color:rgba(var(--color-tertiary-0),1);display:block;width:13.686rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:45.375rem;left:11.3125rem;height:1.94970625rem;font-style:normal;display:block; }
#Gw8yrLnaZ0LE1NQDeRDPqBHgaf7Uc8N6 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:48rem;left:11.1875rem;height:4.38574375rem;font-style:normal;display:block; }
#upcTTaFKNu1WJWeTNzgQdlXs559QpPSZ { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:18.25rem;left:47.5rem;height:2.923825rem;font-style:normal;display:block; }
#FahyxQkU6sxIH1wfkqMulmp3EVFKSE2n { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:16.1875rem;left:41.9375rem; }
#UKLRt0GaZGThJIcB5LCdnJxN2exihO5U { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:15.625rem;left:47.5rem;height:1.94970625rem;font-style:normal;display:block; }
#Zx8OarTT0kd6C9FTzVrGuCE0Tg5pGUZE { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:26.375rem;left:41.9375rem; }
#TOIsaJOI6PZHobID8OVUGoewLCXbU2Jn { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:28.4375rem;left:47.5rem;height:4.38574375rem;font-style:normal;display:block; }
#wZI5RaDgSMmRen1qCB5Ttdky00w03GVq { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:25.75rem;left:47.5rem;height:1.94970625rem;font-style:normal;display:block; }
#lrPhgWnJb9OfEBXAal8Ue7xNp5TdJkMN { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:36.625rem;left:41.9375rem; }
#r7RkSZdMabu5UmMOpiBtxUCqUvHheNIy { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:46.375rem;left:41.9375rem; }
#gaag6R0phL0K8xFvPT1TlPyabOHTMTKU { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:48rem;left:47.5rem;height:4.38574375rem;font-style:normal;display:block; }
#zCxqcp0kfrnZIrgG2mfuiT8RvnZkGAZP { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:35.75rem;left:47.5rem;height:1.94970625rem;font-style:normal;display:block; }
#ATN4f3WdKODZvdQcSd55MpXnUF0xdsd6 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:45.375rem;left:47.5rem;height:1.94970625rem;font-style:normal;display:block; }
#MZyyTIu23Oq1wAmaOCBSMXK1I4fmNIau { color:rgba(var(--color-tertiary-0),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:38.5625rem;left:47.5rem;height:4.38574375rem;font-style:normal;display:block; }
#tcHxAtBM9OZqzn6HkLWZtrsyGk8giv4y { z-index:15003;top:58.3271484375rem;left:27.6865234375rem;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: 0.0625rem 0.3125rem 2.1875rem rgba(var(--color-tertiary-4),0.21) ;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:roboto;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.624rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FsrH097oEMqMwlKLnUZzgFFNOpSy19Ta { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OpI03vSTuwFExXN7E0Es4ahHWPhzu1Ea { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#iK97gTp6qizoM80ZXKU6ZSPO2oJdRA4S { position:relative;display:block; }#iK97gTp6qizoM80ZXKU6ZSPO2oJdRA4S { background-color: transparent; background-image: none; }#iK97gTp6qizoM80ZXKU6ZSPO2oJdRA4S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iK97gTp6qizoM80ZXKU6ZSPO2oJdRA4S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iK97gTp6qizoM80ZXKU6ZSPO2oJdRA4S > .row .container > .video-iframe-container { display: none; }#iK97gTp6qizoM80ZXKU6ZSPO2oJdRA4S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iK97gTp6qizoM80ZXKU6ZSPO2oJdRA4S > .row > .video-iframe-container { display: none; }#iK97gTp6qizoM80ZXKU6ZSPO2oJdRA4S > .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); }#iK97gTp6qizoM80ZXKU6ZSPO2oJdRA4S { border-width: 0; border-radius: 0; }#iK97gTp6qizoM80ZXKU6ZSPO2oJdRA4S > .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; }#iK97gTp6qizoM80ZXKU6ZSPO2oJdRA4S > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.0625rem;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; }#rlC7kxL8OcpbarZdAOsg7fSfuJtgu0TI { color:rgba(var(--color-tertiary-4),1);display:block;width:30.686875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.6245660781861rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V9chUybzFtnOiePLacc8wBiFIAn1mGJc { color:rgba(var(--color-tertiary-4),1);display:block;width:34.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:11.684028625488rem;left:0rem;height:9.624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ysVEzrtr8dlswLvqbaQR3rTQ5JcViXy7 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.4375rem;width:36.625rem;top:4.6245660781861rem;left:38.218627813242rem;display:block; }
#JOmXHhB8qtKgXathhtHVxFZJeTQsWTp1 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:12.5rem;top:4.625rem;left:55rem;display:block; }
#ddoLPxNsAyq5FriRmc5DrHoNaAZdwb7A { color:rgba(var(--color-tertiary-3),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.0338535308837rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#irS8sgM7zeSVr2lgbbavPQTSRZoImcUX { position:relative;display:block; }#irS8sgM7zeSVr2lgbbavPQTSRZoImcUX { background-color: transparent; background-image: none; }#irS8sgM7zeSVr2lgbbavPQTSRZoImcUX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irS8sgM7zeSVr2lgbbavPQTSRZoImcUX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irS8sgM7zeSVr2lgbbavPQTSRZoImcUX > .row .container > .video-iframe-container { display: none; }#irS8sgM7zeSVr2lgbbavPQTSRZoImcUX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irS8sgM7zeSVr2lgbbavPQTSRZoImcUX > .row > .video-iframe-container { display: none; }#irS8sgM7zeSVr2lgbbavPQTSRZoImcUX > .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); }#irS8sgM7zeSVr2lgbbavPQTSRZoImcUX { border-width: 0; border-radius: 0; }#irS8sgM7zeSVr2lgbbavPQTSRZoImcUX > .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; }#irS8sgM7zeSVr2lgbbavPQTSRZoImcUX > .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:25.875rem;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; }#Zk8OlAhxJx4uoP9nSFrrU4SpR4Qi05G8 { box-sizing:content-box;height:21.6875rem;width:22.4375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.6572265625rem;left:1.2109375rem;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);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#onA64J06uHIIZXvF8LrphTkxKceJE6vH { box-sizing:content-box;height:21.6875rem;width:22.4370625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.6883611679077rem;left:26.2109375rem;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);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#tq7fFI4JGRBRHX3GM1E41UOkRWx2XJFe { box-sizing:content-box;height:21.6875rem;width:22.5625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.69140625rem;left:51.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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; }
#RPurtuTwp5ndEWTWgSxl9WS8qFpi5OTJ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.259765625rem;left:2.435546875rem;height:1.625rem;font-style:normal;display:block; }
#hqfly50MCJPnMeAwfba2EndaFTlmBdCS { color:rgba(var(--color-tertiary-4),1);display:block;width:20.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.1865234375rem;left:2.4375rem;height:8.7715rem;font-style:normal;display:block; }
#TlZbAQrUv8uttQBp6BeFt31JWP5J6zG6 { box-sizing:content-box;height:0.185546875rem;width:20.1248125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.8203125rem;left:2.435546875rem;display:block; }
#QXwJqKp1m6f3q6Dhq8obWC8zETNgf8qm { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.6946630477906rem;left:52.435981750488rem;height:11.6953125rem;font-style:normal;display:block; }
#ryIr8u3FfeUdBchXAHLLi0vvGCvf9cUl { color:rgba(var(--color-tertiary-4),1);display:block;width:20.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.259765625rem;left:27.4365234375rem;height:1.625rem;font-style:normal;display:block; }
#SKvwqBvhlxUqWQIlITDCiwxLOiTfVnvy { box-sizing:content-box;height:0.185546875rem;width:20.124rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.8203125rem;left:27.4365234375rem;display:block; }
#l6v2W3gVZ2arXThg0e8is6JS0HJqv45W { color:rgba(var(--color-tertiary-4),1);display:block;width:20.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:9.1865234375rem;left:27.4365234375rem;height:7.3095625rem;font-style:normal;display:block; }
#kxO2dTCFZfJyo3XHHwvgXcw7RJDgZI0J { box-sizing:content-box;height:0.185546875rem;width:20.124rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.8203125rem;left:52.4365234375rem;display:block; }
#nbiVAgX7MphgdS7kU1meItw4VaiAFLeN { color:rgba(var(--color-tertiary-4),1);display:block;width:20.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.259765625rem;left:52.4365234375rem;height:1.625rem;font-style:normal;display:block; }
#cE6HT4c7oqH0otC1diuTTsAhnqh6T7yy { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:6.875rem;top:5.2216796875rem;left:2.44140625rem;overflow:hidden;display:block; }
#USm64a937UPfQPaWL62PFFkl3wDHEvg3 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:6.875rem;top:5.2216796875rem;left:27.4365234375rem;overflow:hidden;display:block; }
#sapfnkmdSaDg2DPQTMIBVLG3X0lXDTIL { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:6.875rem;top:5.2216796875rem;left:52.435546875rem;overflow:hidden;display:block; }
#mgwGBryXuvCsg70NzHK0S5awmKP0genI { position:relative;display:block; }#mgwGBryXuvCsg70NzHK0S5awmKP0genI { background-color: transparent; background-image: none; }#mgwGBryXuvCsg70NzHK0S5awmKP0genI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgwGBryXuvCsg70NzHK0S5awmKP0genI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgwGBryXuvCsg70NzHK0S5awmKP0genI > .row .container > .video-iframe-container { display: none; }#mgwGBryXuvCsg70NzHK0S5awmKP0genI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgwGBryXuvCsg70NzHK0S5awmKP0genI > .row > .video-iframe-container { display: none; }#mgwGBryXuvCsg70NzHK0S5awmKP0genI > .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); }#mgwGBryXuvCsg70NzHK0S5awmKP0genI { border-width: 0; border-radius: 0; }#mgwGBryXuvCsg70NzHK0S5awmKP0genI > .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; }#mgwGBryXuvCsg70NzHK0S5awmKP0genI > .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:11.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fezwFTBoTTQ1bpFDlvVWqytTSJcLl2qT { z-index:15004;top:3.25rem;left:26.4375rem;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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;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:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.125rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TU6LossezvcXEeZ73rUQqOG9HLHwkimg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A2o8uTMGVmPf7TToywRRZgvvrUeIKliE { position:relative;display:block; }#A2o8uTMGVmPf7TToywRRZgvvrUeIKliE { background-color: transparent; background-image: none; }#A2o8uTMGVmPf7TToywRRZgvvrUeIKliE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A2o8uTMGVmPf7TToywRRZgvvrUeIKliE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A2o8uTMGVmPf7TToywRRZgvvrUeIKliE > .row .container > .video-iframe-container { display: none; }#A2o8uTMGVmPf7TToywRRZgvvrUeIKliE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A2o8uTMGVmPf7TToywRRZgvvrUeIKliE > .row > .video-iframe-container { display: none; }#A2o8uTMGVmPf7TToywRRZgvvrUeIKliE > .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); }#A2o8uTMGVmPf7TToywRRZgvvrUeIKliE { border-width: 0; border-radius: 0; }#A2o8uTMGVmPf7TToywRRZgvvrUeIKliE > .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; }#A2o8uTMGVmPf7TToywRRZgvvrUeIKliE > .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:19.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yZmdclkBzGqwqTTUHiSkz4aRyHCtzaKv { color:rgba(var(--color-tertiary-4),1);display:block;width:48.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.75rem;left:11.9375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CmPqt016n8XuSqCevGGpZiwDOdd9bCHB { color:rgba(var(--color-tertiary-4),1);display:block;width:48.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KOlgumclNg3JyKBN7DO7N8AeT96oQTDv { color:rgba(var(--color-tertiary-4),1);display:block;width:63.811875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:15.625rem;left:0rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PTIiwkI1g46B91vBvywb0Zk7L5Fnuu0C { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.6875rem;left:26.9375rem;display:block; }
#qmqTN3LszvovWO8PbgKBiATvhyzhxFOb { position:relative;display:block; }#qmqTN3LszvovWO8PbgKBiATvhyzhxFOb { background-color: transparent; background-image: none; }#qmqTN3LszvovWO8PbgKBiATvhyzhxFOb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmqTN3LszvovWO8PbgKBiATvhyzhxFOb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmqTN3LszvovWO8PbgKBiATvhyzhxFOb > .row .container > .video-iframe-container { display: none; }#qmqTN3LszvovWO8PbgKBiATvhyzhxFOb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmqTN3LszvovWO8PbgKBiATvhyzhxFOb > .row > .video-iframe-container { display: none; }#qmqTN3LszvovWO8PbgKBiATvhyzhxFOb > .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); }#qmqTN3LszvovWO8PbgKBiATvhyzhxFOb { border-width: 0; border-radius: 0; }#qmqTN3LszvovWO8PbgKBiATvhyzhxFOb > .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; }#qmqTN3LszvovWO8PbgKBiATvhyzhxFOb > .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.8125rem;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; }#MuNGZd1fwrdNRhWewc0fOI7ni8s5t767 { box-sizing:content-box;height:15.3125rem;width:22.4375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.6579856872559rem;left:1.2109375rem;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);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#HuHC2d5ieNxgOq0KvRrzIdA4VXUa6pVO { box-sizing:content-box;height:15.3125rem;width:22.4375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.6916236877441rem;left:26.25rem;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);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#m5UH5Tfbe1oZl7e2ftBU2AZnp8foul5W { box-sizing:content-box;height:15.3125rem;width:22.5625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.6916236877441rem;left:51.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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; }
#CvWQciiq92ykGLlTagO7zQcIETQy2d3y { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.4359812736513rem;left:2.4359798431396rem;height:1.7871125rem;font-style:normal;display:block; }
#RCgEilAeZS6O4DsdT1gvdxCfgqNDTkL9 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.950521945953rem;left:2.4359798431396rem;height:4.62890625rem;font-style:normal;display:block; }
#NiZD8hMWTe5v75ndHr8OT2eAVdSWAQrn { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.950521945953rem;left:52.435981750488rem;height:2.923825rem;font-style:normal;display:block; }
#Tzb7QwCxwPNRSOJaQmkIMsxcLssay03S { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.348524570465rem;left:27.435981750488rem;height:1.7871125rem;font-style:normal;display:block; }
#kzSE2OeeHrgdlNiN1d3lGWD13BM3lt0b { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.950521945953rem;left:27.435981750488rem;height:2.923825rem;font-style:normal;display:block; }
#gVxO4IptD02C8Jb6WdHsZTfLyZ47PgId { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.348524570465rem;left:52.435981750488rem;height:1.7871125rem;font-style:normal;display:block; }
#UAAkTu9cSw6y5qo8FA8hMzHieaT4LBJz { box-sizing:content-box;color:#5d92ff;font-size:2.3125rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:3.1347661018372rem;left:2.4327239990234rem; }
#J5UWm0DsGcRLTFDgvA1vuxb2sHcQiUQ0 { box-sizing:content-box;color:#5d92ff;font-size:2.3125rem;font-weight:400;line-height:1;height:3.37456875rem;width:3.37456875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:3.1347661018372rem;left:27.435981750488rem; }
#pVZs9mfocz1m5XcBG4IbeIJv2J2Dtfvo { box-sizing:content-box;color:#5d92ff;font-size:2.3125rem;font-weight:400;line-height:1;height:3.37456875rem;width:3.37456875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:3.1347661018372rem;left:52.435981750488rem; }
#R9Vu3NOpDri3C1EbJ5z6LHgNIuXbLlFP { color:#dfe5f0;display:block;width:2.12456875rem;position:absolute;font-family:roboto;font-size:4rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.3057732582092rem;left:19.878471374512rem;height:5.19970625rem;font-style:normal;display:block; }
#G6RKkBNME4q5tOzwUC5hnKTO8SRk8tGx { color:#dfe5f0;display:block;width:2.12456875rem;position:absolute;font-family:roboto;font-size:4rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.3057732582092rem;left:45.505641937256rem;height:5.19970625rem;font-style:normal;display:block; }
#n0FnUBB7kbvgEzHb8e8bSFp6aA7pT7Og { color:#dfe5f0;display:block;width:2.12456875rem;position:absolute;font-family:roboto;font-size:4rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.3057732582092rem;left:70.50564575195rem;height:5.19970625rem;font-style:normal;display:block; }
#TlFALx5Bp5Nu9ITBZCA6mVUHvSyrro8H { position:relative;display:block; }#TlFALx5Bp5Nu9ITBZCA6mVUHvSyrro8H { background-color: transparent; background-image: none; }#TlFALx5Bp5Nu9ITBZCA6mVUHvSyrro8H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlFALx5Bp5Nu9ITBZCA6mVUHvSyrro8H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlFALx5Bp5Nu9ITBZCA6mVUHvSyrro8H > .row .container > .video-iframe-container { display: none; }#TlFALx5Bp5Nu9ITBZCA6mVUHvSyrro8H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlFALx5Bp5Nu9ITBZCA6mVUHvSyrro8H > .row > .video-iframe-container { display: none; }#TlFALx5Bp5Nu9ITBZCA6mVUHvSyrro8H > .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); }#TlFALx5Bp5Nu9ITBZCA6mVUHvSyrro8H { border-width: 0; border-radius: 0; }#TlFALx5Bp5Nu9ITBZCA6mVUHvSyrro8H > .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; }#TlFALx5Bp5Nu9ITBZCA6mVUHvSyrro8H > .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:19.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oE8LaflOXootGKdctgei5iOfES2TyEp4 { box-sizing:content-box;height:15.3125rem;width:22.4375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.6579856872559rem;left:1.2109375rem;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);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#g1zLOEIIgcFnJu9feNiG91yrNmRA3Oa0 { box-sizing:content-box;height:15.3125rem;width:22.4375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.6916236877441rem;left:26.25rem;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);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#xTJESZzTxNkGOIUykoLG65TETV48sooR { box-sizing:content-box;height:15.3125rem;width:22.5625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.6916236877441rem;left:51.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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; }
#zSDHLzgWb1EW4FiA6Zw0Ta24iXHHstKH { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.4359812736513rem;left:2.4359798431396rem;height:1.7871125rem;font-style:normal;display:block; }
#i29NAwIZDJG8vgRm1b0Ahc2lGLCRpPTN { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.950521945953rem;left:2.4359798431396rem;height:2.923825rem;font-style:normal;display:block; }
#eGcKRzDThnXQH10Ls0JN34KOg6nrz88T { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.950521945953rem;left:52.435981750488rem;height:4.38574375rem;font-style:normal;display:block; }
#FILGd7EMkfTXbK84z1cqUqzwNqkxv6UR { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.348524570465rem;left:27.435981750488rem;height:1.7871125rem;font-style:normal;display:block; }
#Ey5Zkb2rSktOa7XnZBQvhuPwCXuHnEWU { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.950521945953rem;left:27.435981750488rem;height:4.38574375rem;font-style:normal;display:block; }
#PKap3ZikU9MgitcPMZeGNShM1T2Z3WUB { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.348524570465rem;left:52.435981750488rem;height:1.7871125rem;font-style:normal;display:block; }
#Ey60udbNklNIkwqdeOTHdMTHrrcXS2PP { box-sizing:content-box;color:#5d92ff;font-size:2.3125rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:3.1347661018372rem;left:2.4327239990234rem; }
#W5zPh9K4ZvUrdxToRJaw3xFrdnsC0gBW { box-sizing:content-box;color:#5d92ff;font-size:2.3125rem;font-weight:400;line-height:1;height:3.37456875rem;width:3.37456875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:3.1347661018372rem;left:27.435981750488rem; }
#iJnkp6tsHf0HLH0ctTrS19XQ20fFPJZV { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:3.1347661018372rem;left:52.435981750488rem; }
#vK5b3IzgKC2gkiaxENzKfG5UkpZCSf9T { color:#dfe5f0;display:block;width:2.12456875rem;position:absolute;font-family:roboto;font-size:4rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.3057732582092rem;left:19.878471374512rem;height:5.19970625rem;font-style:normal;display:block; }
#U5M2w01nOHayXTGTzXgF3TUx2MT7yEUZ { color:#dfe5f0;display:block;width:2.12456875rem;position:absolute;font-family:roboto;font-size:4rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.3057732582092rem;left:45.505641937256rem;height:5.19970625rem;font-style:normal;display:block; }
#zUBctIfIDvyEyyG6rPCHGFCsQpbOFfP3 { color:#dfe5f0;display:block;width:2.12456875rem;position:absolute;font-family:roboto;font-size:4rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.3057732582092rem;left:70.50564575195rem;height:5.19970625rem;font-style:normal;display:block; }
#CDw9EVmWCRhPPo6fy74ds6V7aI4JtOCv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CDw9EVmWCRhPPo6fy74ds6V7aI4JtOCv > .row .container { background-color: transparent; background-image: none; }#CDw9EVmWCRhPPo6fy74ds6V7aI4JtOCv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDw9EVmWCRhPPo6fy74ds6V7aI4JtOCv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDw9EVmWCRhPPo6fy74ds6V7aI4JtOCv > .row .container > .video-iframe-container { display: none; }#CDw9EVmWCRhPPo6fy74ds6V7aI4JtOCv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDw9EVmWCRhPPo6fy74ds6V7aI4JtOCv > .row > .video-iframe-container { display: none; }#CDw9EVmWCRhPPo6fy74ds6V7aI4JtOCv > .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); }#CDw9EVmWCRhPPo6fy74ds6V7aI4JtOCv > .row .container { border-width: 0; border-radius: 0; }#CDw9EVmWCRhPPo6fy74ds6V7aI4JtOCv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CDw9EVmWCRhPPo6fy74ds6V7aI4JtOCv > .row .container { font-size:0.875rem;font-family:arial;height:35.11111125rem;width:75rem;position:relative;display:block; }#kBWw83fu3oOVyQ5w4OmUeULeSxlxsucZ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.499375rem;width:35.186625rem;top:4.5616321563721rem;left:37.674697875976rem;overflow:hidden;display:block; }
#iQXrecvdbKILyfK6wxsn6ITRJxKwNwmO { box-sizing:content-box;height:27.7485rem;width:74.436875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.6805582046509rem;left:0rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#eIDbpCyiFDDPaSewt33Nu9GMCp11TLXi { color:rgba(var(--color-tertiary-4),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.48633480072rem;left:3.06640625rem;height:6.82325rem;display:block; }
#k0UXgv0ivTVSdITCyaqhDoHmIsiWoSWt { color:rgba(var(--color-tertiary-4),1);display:block;width:26.186rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.1716642379763rem;left:3.06640625rem;height:3.8999rem;font-style:normal;display:block; }
#OWHRcptZSd6PTgPpogxI3dpvVB2i7AFD { z-index:15003;top:22.299268722534rem;left:3.06640625rem;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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(var(--color-tertiary-4),0.21) ;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#N8NFtcNwgsUDBKEaVupCfa6S1ZkZmOww { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yurd7Dgwk6pOGs32pgxGMXGcMS8GTMDH { position:relative;display:block; }#yurd7Dgwk6pOGs32pgxGMXGcMS8GTMDH { background-color: transparent; background-image: none; }#yurd7Dgwk6pOGs32pgxGMXGcMS8GTMDH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yurd7Dgwk6pOGs32pgxGMXGcMS8GTMDH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yurd7Dgwk6pOGs32pgxGMXGcMS8GTMDH > .row .container > .video-iframe-container { display: none; }#yurd7Dgwk6pOGs32pgxGMXGcMS8GTMDH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yurd7Dgwk6pOGs32pgxGMXGcMS8GTMDH > .row > .video-iframe-container { display: none; }#yurd7Dgwk6pOGs32pgxGMXGcMS8GTMDH > .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); }#yurd7Dgwk6pOGs32pgxGMXGcMS8GTMDH { border-width: 0; border-radius: 0; }#yurd7Dgwk6pOGs32pgxGMXGcMS8GTMDH > .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; }#yurd7Dgwk6pOGs32pgxGMXGcMS8GTMDH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.625rem;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; }#vmJw8VFEab9P69BdvkmoBOtZDwWZE5G2 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.4292526245117rem;left:0rem;height:3.8999rem;font-style:normal;display:block; }
#gPWUIolDqvkb8yAUXfKNnBZc6EJCksM9 { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.365234375rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#pUtVOGlpcLepls23bvSdAL0pEPdF4tx2 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:13.364799499512rem;left:0rem;height:4.875rem;font-style:normal;display:block; }
#OrwlZqhHrzQcoLmaRnExm4L5sWtOtnUd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OrwlZqhHrzQcoLmaRnExm4L5sWtOtnUd > .row .container { background-color: transparent; background-image: none; }#OrwlZqhHrzQcoLmaRnExm4L5sWtOtnUd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OrwlZqhHrzQcoLmaRnExm4L5sWtOtnUd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OrwlZqhHrzQcoLmaRnExm4L5sWtOtnUd > .row .container > .video-iframe-container { display: none; }#OrwlZqhHrzQcoLmaRnExm4L5sWtOtnUd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OrwlZqhHrzQcoLmaRnExm4L5sWtOtnUd > .row > .video-iframe-container { display: none; }#OrwlZqhHrzQcoLmaRnExm4L5sWtOtnUd > .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); }#OrwlZqhHrzQcoLmaRnExm4L5sWtOtnUd > .row .container { border-width: 0; border-radius: 0; }#OrwlZqhHrzQcoLmaRnExm4L5sWtOtnUd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OrwlZqhHrzQcoLmaRnExm4L5sWtOtnUd > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#UCqA6wTlLHzC4OdtMhFMaBMf35slUOJT { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.25) ;height:25rem;width:22.5rem;top:2.9405384063721rem;left:1.3125rem;display:block; }
#MQvCvNEJ3gFmudp6DAcN0ZBJu4l35dXN { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:22.625rem;top:4.1591796875rem;left:1.1875rem;overflow:hidden;display:block; }
#HEIsVb1zo1kNAQPHcUqUiSmPp9wsxaAo { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.6904296875rem;left:2.875rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#buq2uvtOmxLrHqo3xfneZRKlVALyiqKO { color:#333333;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:15.7666015625rem;left:3.4375rem;height:5.09765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NzL5J6MTL0RbQDLZR1OGBZnEy4c8ASv6 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.25) ;height:25rem;width:22.375rem;top:2.9405508041382rem;left:26.375rem;display:block; }
#tEX26THa2fSHP5WvKDzT11wJtxdEOTHJ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.6904296875rem;left:28.125rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mEM5vfimI6BggOht61kTTT1lREpfD3uX { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:17.9375rem;top:2.9404296875rem;left:28.53125rem;overflow:hidden;display:block; }
#VK1X4cCgPOzRhymLns4pOoJn0vxEzHnv { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.25) ;height:25rem;width:22.375rem;top:2.8921442031861rem;left:51.25rem;display:block; }
#sl7TMs0GCnOAzPgCZmTHwr3P0U6yFwdk { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.6904296875rem;left:53.375rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rRipaUoIQuEMgM98xUlilIyuGELIOa0k { position:absolute;display:block;z-index:15009;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:18.25rem;top:3.8583984375rem;left:53.375rem;overflow:hidden;display:block; }
#bkOBncIauX2FAHPGZBaT0qSVrhJloN5R { z-index:15003;top:22.4365234375rem;left:6.25rem;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 2.1875rem rgba(var(--color-tertiary-4),0.2) ;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fUhqgS00hX5Tzs5PmxEcweNI4DX2O2G3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ynVoZTVTSgBfayTu8PfrKbJzqc6LfBCf { color:#333333;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:15.7666015625rem;left:28.4375rem;height:5.09765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ashqmV8HutTsSPrkqKmxkqpDAIp1Ev1k { z-index:15004;top:22.4365234375rem;left:31.875rem;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 2.1875rem rgba(var(--color-tertiary-4),0.2) ;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#h4t3vwK8CpuvB5LtxxIHby6unhc12z5N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GrEWHa9zBvkrnD0TTU2iacvTFUnAHQt1 { color:#333333;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:15.7666015625rem;left:54.0625rem;height:5.09765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tqC3wreZWfLLQqV6TBBfnkysVbChU69G { z-index:15012;top:22.4365234375rem;left:57.5rem;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.0625rem 0.9375rem 1.5625rem rgba(var(--color-tertiary-4),0.2) ;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TEg2SQddLC2ZSrrBaAT7eRv188NUCeOb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#usNRBwodLBUduFV4ezNNZvKq9OyZrwk2 { z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;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: 0.0625rem 0.3125rem 2.1875rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#zP1kC7zoV5czNM7HDNBnT9agNe0QCak8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iIO55kuGGH4D3SbJuLWp1qSCS8z0Nfc4 { position:relative;display:block; }#iIO55kuGGH4D3SbJuLWp1qSCS8z0Nfc4 { background-color: transparent; background-image: none; }#iIO55kuGGH4D3SbJuLWp1qSCS8z0Nfc4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIO55kuGGH4D3SbJuLWp1qSCS8z0Nfc4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIO55kuGGH4D3SbJuLWp1qSCS8z0Nfc4 > .row .container > .video-iframe-container { display: none; }#iIO55kuGGH4D3SbJuLWp1qSCS8z0Nfc4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIO55kuGGH4D3SbJuLWp1qSCS8z0Nfc4 > .row > .video-iframe-container { display: none; }#iIO55kuGGH4D3SbJuLWp1qSCS8z0Nfc4 > .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); }#iIO55kuGGH4D3SbJuLWp1qSCS8z0Nfc4 { border-width: 0; border-radius: 0; }#iIO55kuGGH4D3SbJuLWp1qSCS8z0Nfc4 > .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; }#iIO55kuGGH4D3SbJuLWp1qSCS8z0Nfc4 > .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:35.1875rem;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; }#DicwUM5xan06xArhZEFsrWfMW8XWrrZQ { color:rgba(var(--color-tertiary-4),1);display:block;width:58.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.0869140625rem;left:8.46875rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m7iIdnZOg97g5A67n658vEfNAGLFfAPa { color:rgba(var(--color-tertiary-4),1);display:block;width:74.43625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:30rem;left:0rem;height:3.0874rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wxu0yT1Bf4FvwxNcbvHEPdrzPpEiPmvn { box-sizing:content-box;height:18.1875rem;width:63.0625rem;position:absolute;display:block;z-index:15002;background-color:#6b6b6b;background-image:none;top:8.8125rem;left:5.9375rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#anEbs4Kzk28vZdW5qZs27iL3H7TUpk89 { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:11.1875rem;left:18.3125rem; }
#E9SxITyEKPwxRmmPVN1qg6ackLvSv7Zt { color:rgba(var(--color-tertiary-0),1);display:block;width:23.499375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.375rem;left:9.0625rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e7sx2rQmgRN63dsaiG0ADPTqZ5nm5zaz { color:rgba(var(--color-tertiary-0),1);display:block;width:23.499375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.375rem;left:43.3125rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rWStwulFizgy4BGvbVHGKG1AnzvMMWRA { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:11.1875rem;left:52.5625rem; }
#R3mPOQWhPbcufPuLPTLi5FFrziR3hvmv { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:21.875rem;left:9.875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#t10eTTQ2DlpwBMeOKTC0NbsMq01H8eOA { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:21.875rem;left:44.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ZoNufftUBJagZbql5DaSzSsffAIgb96a { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#fp5o3NlSkRaT9a80v8CvRCovvz3wAvml { position:relative;display:block; }#fp5o3NlSkRaT9a80v8CvRCovvz3wAvml { background-color: transparent; background-image: none; }#fp5o3NlSkRaT9a80v8CvRCovvz3wAvml::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fp5o3NlSkRaT9a80v8CvRCovvz3wAvml > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fp5o3NlSkRaT9a80v8CvRCovvz3wAvml > .row .container > .video-iframe-container { display: none; }#fp5o3NlSkRaT9a80v8CvRCovvz3wAvml > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fp5o3NlSkRaT9a80v8CvRCovvz3wAvml > .row > .video-iframe-container { display: none; }#fp5o3NlSkRaT9a80v8CvRCovvz3wAvml > .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); }#fp5o3NlSkRaT9a80v8CvRCovvz3wAvml { border-width: 0; border-radius: 0; }#fp5o3NlSkRaT9a80v8CvRCovvz3wAvml > .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; }#fp5o3NlSkRaT9a80v8CvRCovvz3wAvml > .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:12.625rem;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; }#m1VJQ0rMnRNWMI5R72zpJCrEJCTgH22r { z-index:15004;top:3.25rem;left:26.4375rem;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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;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:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.125rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xcic0GZrerHxfffF4OZGoZtUELyqpVEE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dsO83gTBhr8s9SdZizSS8UKMFos5QlZn { 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; }#dsO83gTBhr8s9SdZizSS8UKMFos5QlZn > .row .container { background-color: transparent; background-image: none; }#dsO83gTBhr8s9SdZizSS8UKMFos5QlZn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsO83gTBhr8s9SdZizSS8UKMFos5QlZn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsO83gTBhr8s9SdZizSS8UKMFos5QlZn > .row .container > .video-iframe-container { display: none; }#dsO83gTBhr8s9SdZizSS8UKMFos5QlZn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsO83gTBhr8s9SdZizSS8UKMFos5QlZn > .row > .video-iframe-container { display: none; }#dsO83gTBhr8s9SdZizSS8UKMFos5QlZn > .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); }#dsO83gTBhr8s9SdZizSS8UKMFos5QlZn > .row .container { border-width: 0; border-radius: 0; }#dsO83gTBhr8s9SdZizSS8UKMFos5QlZn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dsO83gTBhr8s9SdZizSS8UKMFos5QlZn > .row .container { font-size:0.875rem;font-family:arial;height:57.25rem;width:75rem;position:relative;display:block; }#ScH9bcF9Sn0lWlb5mroQlHs7GshTc07H { color:rgba(var(--color-tertiary-4),1);display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:17.6875rem;left:0rem;height:22.6875rem;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; }
#x50cnRlZTaBsxRJiTFSuqIy0xNg9AkIA { position:absolute;display:block;z-index:15006;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;box-shadow: none;height:27.5rem;width:21.4375rem;top:15.28125rem;left:46.0625rem;overflow:hidden;display:block; }
#fdAXFl8rDcPOg5IAxiwUCw5y4VdBZMuf { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.3936605453491rem;left:0rem;height:4.7124rem;display:block; }
#OHwLEczI7p4UhqUaSa4ZNgXMxdqCiwC5 { color:rgba(var(--color-tertiary-3),1);display:block;width:57.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9.07421875rem;left:0rem;height:5.8496125rem;display:block; }
#vbZ8bdErJMxIrXn10BCwB10nepovJLA7 { z-index:15003;top:44.6875rem;left:25.75rem;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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;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:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.5rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ueBDt91n0zHE5OTk02WMF8MhMDpSN5Uk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ztBWZfxPcSvWibT4iXL5JAsy7b0oPOx9 { border-top:0.125rem solid #ee3162;border-left:0;border-right:0;border-bottom:0.125rem solid #ee3162;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; }#ztBWZfxPcSvWibT4iXL5JAsy7b0oPOx9 > .row .container { background-color: transparent; background-image: none; }#ztBWZfxPcSvWibT4iXL5JAsy7b0oPOx9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztBWZfxPcSvWibT4iXL5JAsy7b0oPOx9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztBWZfxPcSvWibT4iXL5JAsy7b0oPOx9 > .row .container > .video-iframe-container { display: none; }#ztBWZfxPcSvWibT4iXL5JAsy7b0oPOx9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztBWZfxPcSvWibT4iXL5JAsy7b0oPOx9 > .row > .video-iframe-container { display: none; }#ztBWZfxPcSvWibT4iXL5JAsy7b0oPOx9 > .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); }#ztBWZfxPcSvWibT4iXL5JAsy7b0oPOx9 > .row .container { border-width: 0; border-radius: 0; }#ztBWZfxPcSvWibT4iXL5JAsy7b0oPOx9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ztBWZfxPcSvWibT4iXL5JAsy7b0oPOx9 > .row .container { font-size:0.875rem;font-family:arial;height:9.04861125rem;width:75rem;position:relative;display:block; }#ZzS6eTcSnxB1DP96TdydTihzqmt8sGpU { 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:5rem;width:18.75rem;top:2.0236549377441rem;left:0rem;overflow:hidden;display:block; }
#mrABuWOFA4RQU1QQwWHtIfGdNNt73oi5 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.68685rem;width:15rem;top:1.6796875rem;left:20.625rem;overflow:hidden;display:block; }
#kPPloFkok1yeJHKUW71aMOSPymkbKEt3 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.436625rem;width:10.4373125rem;top:1.3042526245118rem;left:41.655818939209rem;overflow:hidden;display:block; }
#tHH9AZJl9FXv1V4pXDXC2liv4xA8cMam { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:15.625rem;top:2.0236549377441rem;left:57.8125rem;overflow:hidden;display:block; }
#xm9Rzz20w0EAqpQ1qZ1cnM0ytP4gJJ6f { position:relative;display:block; }#xm9Rzz20w0EAqpQ1qZ1cnM0ytP4gJJ6f { background-color: transparent; background-image: none; }#xm9Rzz20w0EAqpQ1qZ1cnM0ytP4gJJ6f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xm9Rzz20w0EAqpQ1qZ1cnM0ytP4gJJ6f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xm9Rzz20w0EAqpQ1qZ1cnM0ytP4gJJ6f > .row .container > .video-iframe-container { display: none; }#xm9Rzz20w0EAqpQ1qZ1cnM0ytP4gJJ6f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xm9Rzz20w0EAqpQ1qZ1cnM0ytP4gJJ6f > .row > .video-iframe-container { display: none; }#xm9Rzz20w0EAqpQ1qZ1cnM0ytP4gJJ6f > .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); }#xm9Rzz20w0EAqpQ1qZ1cnM0ytP4gJJ6f { border-width: 0; border-radius: 0; }#xm9Rzz20w0EAqpQ1qZ1cnM0ytP4gJJ6f > .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; }#xm9Rzz20w0EAqpQ1qZ1cnM0ytP4gJJ6f > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tGCFZF1cPlMfTX9fNwJpcDG7dluukIq4 { 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:3.6875rem;width:31.25rem;top:6.0297317504883rem;left:0rem;overflow:hidden;display:block; }
#BHHam9zUsbTzRfg46cJh4dsHIMBQ2LEl { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.777996063233rem;left:0rem;height:2.4375rem;display:block; }
#ArfcwuWJGgweELn8lry3KMbQZ7CTOdI4 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.8984375rem;left:40.125rem;height:1.94970625rem;display:block; }
#KNGNOB2vDOE5GT05sXtF8dNeltTVrqfs { color:rgba(var(--color-tertiary-4),1);display:block;width:9.124375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.25rem;left:43.4375rem;height:1.625rem;display:block; }
#LuZ7L4F1EzrcqQUrnQ3QT8oVpToPaqDL { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:9.875rem;left:40.125rem; }
#LuZ7L4F1EzrcqQUrnQ3QT8oVpToPaqDL > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#MRy2LLhvAvh01xTmU3DhtNW1RsiCBE09 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:15.062934875488rem;left:40.819229125976rem; }
#MRy2LLhvAvh01xTmU3DhtNW1RsiCBE09 > img { max-width: 100%;max-height:100%; width:1.49956875rem; height:1.49956875rem; }#XQgAmUJTqXWOWHLrVEwTEqe8qNSi1UkV { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:15.062934875488rem;left:43.4375rem; }
#XQgAmUJTqXWOWHLrVEwTEqe8qNSi1UkV > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#zNd0Bi3JewDoaUwEvLZ2czF8Bk4G1yM0 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:15.062934875488rem;left:46.184898376465rem; }
#zNd0Bi3JewDoaUwEvLZ2czF8Bk4G1yM0 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#vadXNyhEG8qZ9qLO0bx5GrttS9QZz60e { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:15.062934875488rem;left:48.935546875rem; }
#vadXNyhEG8qZ9qLO0bx5GrttS9QZz60e > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#XmLfX0LDTCshIga7KDh46EDQEz8wNDD9 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:15.062934875488rem;left:51.684028625488rem; }
#XmLfX0LDTCshIga7KDh46EDQEz8wNDD9 > img { max-width: 100%;max-height:100%; width:1.49956875rem; height:1.49956875rem; }#TKrAuO8CGkTtqSOF9mzwqr9dklQ8SuRs { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:15.062934875488rem;left:54.124351501465rem; }
#TKrAuO8CGkTtqSOF9mzwqr9dklQ8SuRs > img { max-width: 100%;max-height:100%; width:1.49956875rem; height:1.49956875rem; }#ZpVxNRk6rkdBTSH9wWqsbfMmlOTX0dsn { position:relative;display:block; }#ZpVxNRk6rkdBTSH9wWqsbfMmlOTX0dsn { background-color: transparent; background-image: none; }#ZpVxNRk6rkdBTSH9wWqsbfMmlOTX0dsn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpVxNRk6rkdBTSH9wWqsbfMmlOTX0dsn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpVxNRk6rkdBTSH9wWqsbfMmlOTX0dsn > .row .container > .video-iframe-container { display: none; }#ZpVxNRk6rkdBTSH9wWqsbfMmlOTX0dsn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpVxNRk6rkdBTSH9wWqsbfMmlOTX0dsn > .row > .video-iframe-container { display: none; }#ZpVxNRk6rkdBTSH9wWqsbfMmlOTX0dsn > .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); }#ZpVxNRk6rkdBTSH9wWqsbfMmlOTX0dsn { border-width: 0; border-radius: 0; }#ZpVxNRk6rkdBTSH9wWqsbfMmlOTX0dsn > .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; }#ZpVxNRk6rkdBTSH9wWqsbfMmlOTX0dsn > .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:8.5rem;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; }#PmUJxBfaqN399n1airwasxtThSp3Euq8 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.186625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9926223754883rem;left:23.818359375rem;height:1.29980625rem;display:block; }
#XWVdPe5QTwQTygCI0cSXLqqITiJ0ItDB { color:rgba(var(--color-tertiary-4),1);display:block;width:25.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.4921875rem;left:23.8173828125rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OZaA4wnSDknUG1wFfipfsFm7nUW9FXIT { display:block; }#OZaA4wnSDknUG1wFfipfsFm7nUW9FXIT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iz5ezycHThKkTH8kDkhoheDsJLNxPAD5 { top:1rem;left:0rem;width:11.125rem;height:3.8532851145017rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCFivzKM9zRUGNXAreE2d5ItUmDyewLl { top:1.25rem;left:37.4375rem;width:10.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbFx93NlOX6HG4JgqClpPBU4zB2XoSJm { display:block; }
 }@media only screen and (max-width: 763px) { #iHAlPd9oi3tMsG0fXvBy3eF30lKfIDFa { top:2.9375rem;left:34rem;width:13.75rem;height:0;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTCr8vNIqq1KuyAwSeVisQEtLvrKuSJl { top:1.8125rem;left:32.130859375rem;width:2.25rem;height:2.25rem;display:block; }
#KTCr8vNIqq1KuyAwSeVisQEtLvrKuSJl > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #m6v2Z9rPI5VT5TB1qtqxrrmvTgOxJ81Z { display:block; }#m6v2Z9rPI5VT5TB1qtqxrrmvTgOxJ81Z > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQWe0GdJSOpPTRDAxmeAk4f9o17Acs74 { width:45.4375rem;height:4.25rem;top:6.4375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZStfTS2I6fzET1k2zm84Xyx63Ic6qwT { width:44.8125rem;height:5.5625rem;top:19.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6mUii1Zt7yrK0wShv8J8GXLnLLZ74Sq { width:40.625rem;height:;top:11.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 .widget-regular-label { display:block;width:21rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 .widget-input-text { width:21rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 .widget-textarea { width:21rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 .widget-input-select { width:21rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 .widget-input-button { width:21rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 .widget-checkbox-label { width:19.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1  { width:21rem;height:auto;top:8.8125rem;left:24.25rem; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 .radio-container { width:21rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 {display:block;}#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 { width:21rem;height:auto;top:8.8125rem;left:24.25rem; }
 }@media only screen and (max-width: 763px) { #ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #IVykocxG5C47zQqpF2f7HA1S8eMq347X {  }
 }@media only screen and (max-width: 763px) { #ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #Adc9MHMGqDPqHr6xAVpR3kCcGPy1V7MN { display:none; }
 }@media only screen and (max-width: 763px) { #ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #o1NzeFesot90oXvBuIZTMC39FSwrJ2Bt {  }
 }@media only screen and (max-width: 763px) { #ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #uP5eaFrPMolzwZ8QbrJhvvRaiBi9b6rm {  }
 }@media only screen and (max-width: 763px) { #ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #TuiWuqCsHUgn3S7FElRqMQPpWTORG0fN { display:none; }
 }@media only screen and (max-width: 763px) { #ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #AchRBN6T0CKOk8eZWTf3ENCwuCQrZ7Nf {  }
 }@media only screen and (max-width: 763px) { #ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #XRlGZ1Cobb1KJoOZJAEOl1P8AETE5vdI {  }
 }@media only screen and (max-width: 763px) { #ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #n70FoW7suHn5W9NwzozlcTem3hn8ETnK { display:none; }
 }@media only screen and (max-width: 763px) { #ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #STr4twWf0ADFLQlbNbOzOcVrSQK4BqVV {  }
 }@media only screen and (max-width: 763px) { #ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #VxkXu4f8I69tTFBTAv8XdvdzFpqyLcWK {  }
 }@media only screen and (max-width: 763px) { #ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #NSC4vhhdzXMqDy2TTeITtIZ8rV6ML3NU { display:none; }
 }@media only screen and (max-width: 763px) { #ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #OuTpe2kecFr2Kidqp46dO6BlAGTcQRqr {  }
 }@media only screen and (max-width: 763px) { #ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #k52RdpgGghGT223ZAPUSzVaSTaIJk7IV {  }
 }@media only screen and (max-width: 763px) { #ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #VsoElTUTNBf9kAgAOfKNK2QTVaA9c7AS {  }
 }@media only screen and (max-width: 763px) { #Bp0Jw6P2DNmc5tNDpdaWedqt5aaoy6UN { top:4.8125rem;left:24.3125rem;width:23.4375rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo3ItPUTauO0i4vHaqDFmX25ufWUc4gy { top:6.4375rem;left:27.625rem;width:20.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #adX7Kv0yv4OoZL2QbB7ACT44Xb4O6VuC { top:37.1875rem;left:0rem;width:11.0625rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGsCAT9lc58Tfaqc0vxTiwU2JI5PbwuP { top:37.1875rem;left:18.5625rem;width:8.4375rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3P2zhBeUBelRKeFJOJbMnbCTaEdBLXX { top:37.1875rem;left:32.9375rem;width:14.8125rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3kZThFpoMBfXbz7ICLcGTtkLorL9AIx { top:36.6875rem;left:9.4375rem;width:0.3125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAk4VZQOt9r8yTN4Ro1hKavGOfLIJ7o9 { top:36.625rem;left:36.3125rem;width:0.3125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTfaENPSJUwHEL1D5DN8aEJwLAgJ6rg4 { display:none; }
 }@media only screen and (max-width: 763px) { #AdTRuffzMSa9V2L6w1JXZC2mNMy2rORL { display:none; }
 }@media only screen and (max-width: 763px) { #Tl3UqimTh9EkFlokfvszhAlh2QTAImZh { display:block; }#Tl3UqimTh9EkFlokfvszhAlh2QTAImZh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5XifSZpuBNIW6s7pShz0KHL7TSdzDTx { width:47.75rem;height:28.125rem;top:18.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXlK5VHLkfKWBxk5P9TRwMhn0EdiU4i0 { top:11.625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVETMHL7z14SC9Tk2kf1L8i5nUQwevXo { top:49.875rem;left:12.8125rem;width:22.125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Orl8Sr3pKlWIk7TO1bIynbIbkGPrIA64 { display:block; }
 }@media only screen and (max-width: 763px) { #KdKQdN5xP5TLb7zTNcKyNPSxzo08Z4za { top:5.0625rem;left:0rem;width:47.75rem;height:4.375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdWlbmmoazu2lRFINvl0w1EsBiPlWZgt { top:2.6875rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDhdyRCoiK4q6ptd2peGgREV1lsRNXnU { display:block; }#gDhdyRCoiK4q6ptd2peGgREV1lsRNXnU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wmsZcebLATyAMEXwNnVZ2fGcuI2q2T2b { top:10.5rem;left:1.6875rem;width:44.375rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2E1ZsrqnCUH70VQBUE46iEzWiKZbaxB { top:6.6875rem;left:14.0625rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzcV9oVIJ0PKdE4XMPJlzNJbmrwil2tG { top:2.3125rem;left:6.875rem;width:33.125rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8etbiNIFOFcIWqa9ORTFCswXqPPxqRs { display:block; }#z8etbiNIFOFcIWqa9ORTFCswXqPPxqRs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Etpes28h3T5EoSHTQ4wsRiNLJq9OmoLv { top:2.4375rem;left:0rem;width:13.5625rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDJnfAt79HgN572N3KkT9qWPeVEsgrWd { top:2.5rem;left:36.0625rem;width:11.6875rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gM8Qhs2qG2qAPxFnPB9lAzNDGgPoEO7V { top:10.75rem;left:8.5625rem;width:15.3125rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DU6gGfrqp1HO5qINvLNylPHfLUXbInGG { top:13rem;left:7rem;width:16.875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dmyc6LMe5ATzCM7Qa3EyecdGIJOCGiEV { top:10.75rem;left:23.875rem;width:20.8125rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2icJwBt95is25QbiOKkfLD9zP7va0GT { top:13rem;left:23.875rem;width:15.4375rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbQmQqyA4Tg3qzSXrk5GQafT7Z6KQseJ { top:0.8125rem;left:0rem;width:35.875rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsuUDe21bOFDTGhZSqiQPM5PyP0UWvVn { top:0.75rem;left:11.8125rem;width:35.8125rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtp4HftCRiFc4isZbcqkgsu3EiaGEgV1 { display:none; }
 }@media only screen and (max-width: 763px) { #dDPWNw7N4DFboQt5Bv4l3GoTw3t46hJp { display:none; }
 }@media only screen and (max-width: 763px) { #ETWKxQZq9s1umgRnSgTaXbnPNMF4sIJ6 { display:block; }#ETWKxQZq9s1umgRnSgTaXbnPNMF4sIJ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwMbCrXvkhTGTCg74l1uXdiUsKAXnf6F { top:4.875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmJVI195Ndr5BGmpvzbTVkbScpOn5OkW { top:12.4375rem;left:12.8125rem;width:22.125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PddUFcM2P3tNzyFh6TR2XBoU7E0FtPpT { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yg435rxCLZeO0g10JublXlSfQws8ENbb { top:4.3125rem;left:0.125rem;width:47.5rem;height:6.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZufaqzUJHMw0B1y02THH8EIV944FJTBF { top:16.1875rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeMnHv9OzLW8adw4EpkTh9lHqS6qkgnp { top:15.625rem;left:0rem;width:17.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps9QUJQquONMoBezF69IyzD7d7Xzr3T6 { top:18.25rem;left:0rem;width:20.4375rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HueFcNgOpPJUvgmHRLolLVMSluazG1G5 { top:26.375rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqtshR20kUtBE0L9CWbynHTzf2OE55di { top:28.4375rem;left:0rem;width:20.4375rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEFiBUBPKag8MO4Tfu3vCT8npyZE2Azo { top:25.75rem;left:0rem;width:13.625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO3c1kthxNhxG9sETTEvp1qBlzvokxnR { top:38.625rem;left:0rem;width:20.4375rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLyEGI8TzgfwsiTGmqyVUC9K1OftFnN1 { top:35.75rem;left:0rem;width:13.625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPdFkCTzUDXu3iHAd9vTnBsT5JUQiTa4 { top:36.625rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAFdOPx4MMBbPVn7UymwQ9hiJfg1n6bH { top:46.375rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4wA1w0DTX6GqW1ApFbTT7gaZLqQX2rx { top:45.375rem;left:0rem;width:13.625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gw8yrLnaZ0LE1NQDeRDPqBHgaf7Uc8N6 { top:48rem;left:0rem;width:20.4375rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #upcTTaFKNu1WJWeTNzgQdlXs559QpPSZ { top:18.25rem;left:27.3125rem;width:20.4375rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FahyxQkU6sxIH1wfkqMulmp3EVFKSE2n { top:16.1875rem;left:28.3125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKLRt0GaZGThJIcB5LCdnJxN2exihO5U { top:15.625rem;left:33.875rem;width:13.875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx8OarTT0kd6C9FTzVrGuCE0Tg5pGUZE { top:26.375rem;left:28.3125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOIsaJOI6PZHobID8OVUGoewLCXbU2Jn { top:28.4375rem;left:27.3125rem;width:20.4375rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZI5RaDgSMmRen1qCB5Ttdky00w03GVq { top:25.75rem;left:33.875rem;width:13.875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrPhgWnJb9OfEBXAal8Ue7xNp5TdJkMN { top:36.625rem;left:28.3125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7RkSZdMabu5UmMOpiBtxUCqUvHheNIy { top:46.375rem;left:28.3125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaag6R0phL0K8xFvPT1TlPyabOHTMTKU { top:48rem;left:27.3125rem;width:20.4375rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCxqcp0kfrnZIrgG2mfuiT8RvnZkGAZP { top:35.75rem;left:30.375rem;width:17.375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATN4f3WdKODZvdQcSd55MpXnUF0xdsd6 { top:45.375rem;left:33.875rem;width:13.875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZyyTIu23Oq1wAmaOCBSMXK1I4fmNIau { top:38.5625rem;left:26rem;width:21.75rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcHxAtBM9OZqzn6HkLWZtrsyGk8giv4y { top:58.3125rem;left:14.0615234375rem;width:19.5625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsrH097oEMqMwlKLnUZzgFFNOpSy19Ta { display:block; }
 }@media only screen and (max-width: 763px) { #OpI03vSTuwFExXN7E0Es4ahHWPhzu1Ea { display:none; }
 }@media only screen and (max-width: 763px) { #iK97gTp6qizoM80ZXKU6ZSPO2oJdRA4S { display:block; }#iK97gTp6qizoM80ZXKU6ZSPO2oJdRA4S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rlC7kxL8OcpbarZdAOsg7fSfuJtgu0TI { width:30.625rem;height:3.375rem;top:4.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9chUybzFtnOiePLacc8wBiFIAn1mGJc { width:34.4375rem;height:11.5rem;top:11.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysVEzrtr8dlswLvqbaQR3rTQ5JcViXy7 { width:36.625rem;height:20.4375rem;top:4.5625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOmXHhB8qtKgXathhtHVxFZJeTQsWTp1 { top:4.5625rem;left:35.25rem;width:12.5rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddoLPxNsAyq5FriRmc5DrHoNaAZdwb7A { width:30rem;height:1.9375rem;top:8rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #irS8sgM7zeSVr2lgbbavPQTSRZoImcUX { display:block; }#irS8sgM7zeSVr2lgbbavPQTSRZoImcUX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zk8OlAhxJx4uoP9nSFrrU4SpR4Qi05G8 { top:1.625rem;left:0rem;width:22.4375rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #onA64J06uHIIZXvF8LrphTkxKceJE6vH { top:1.6875rem;left:9.1875rem;width:22.4375rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq7fFI4JGRBRHX3GM1E41UOkRWx2XJFe { top:1.6875rem;left:24.9375rem;width:22.5625rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPurtuTwp5ndEWTWgSxl9WS8qFpi5OTJ { top:3.25rem;left:0rem;width:20.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqfly50MCJPnMeAwfba2EndaFTlmBdCS { top:9.125rem;left:0rem;width:20.0625rem;height:10.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlZbAQrUv8uttQBp6BeFt31JWP5J6zG6 { top:7.8125rem;left:0rem;width:20.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXwJqKp1m6f3q6Dhq8obWC8zETNgf8qm { top:8.6875rem;left:27.5625rem;width:20.0625rem;height:11.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryIr8u3FfeUdBchXAHLLi0vvGCvf9cUl { top:3.25rem;left:11.6875rem;width:20.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKvwqBvhlxUqWQIlITDCiwxLOiTfVnvy { top:7.8125rem;left:11.6875rem;width:20.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6v2W3gVZ2arXThg0e8is6JS0HJqv45W { top:9.125rem;left:11.6875rem;width:20.0625rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxO2dTCFZfJyo3XHHwvgXcw7RJDgZI0J { top:7.8125rem;left:27.5625rem;width:20.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbiVAgX7MphgdS7kU1meItw4VaiAFLeN { top:3.25rem;left:27.5625rem;width:20.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cE6HT4c7oqH0otC1diuTTsAhnqh6T7yy { top:5.1875rem;left:0rem;width:6.875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #USm64a937UPfQPaWL62PFFkl3wDHEvg3 { top:5.1875rem;left:15.875rem;width:6.875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sapfnkmdSaDg2DPQTMIBVLG3X0lXDTIL { top:5.1875rem;left:31.75rem;width:6.875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgwGBryXuvCsg70NzHK0S5awmKP0genI { display:block; }#mgwGBryXuvCsg70NzHK0S5awmKP0genI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fezwFTBoTTQ1bpFDlvVWqytTSJcLl2qT { top:3.25rem;left:12.8125rem;width:22.125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU6LossezvcXEeZ73rUQqOG9HLHwkimg { display:block; }
 }@media only screen and (max-width: 763px) { #A2o8uTMGVmPf7TToywRRZgvvrUeIKliE { display:block; }#A2o8uTMGVmPf7TToywRRZgvvrUeIKliE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZmdclkBzGqwqTTUHiSkz4aRyHCtzaKv { top:2.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmPqt016n8XuSqCevGGpZiwDOdd9bCHB { top:11rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOlgumclNg3JyKBN7DO7N8AeT96oQTDv { top:15.625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTIiwkI1g46B91vBvywb0Zk7L5Fnuu0C { top:6.6875rem;left:13.3125rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmqTN3LszvovWO8PbgKBiATvhyzhxFOb { display:block; }#qmqTN3LszvovWO8PbgKBiATvhyzhxFOb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MuNGZd1fwrdNRhWewc0fOI7ni8s5t767 { top:1.625rem;left:0rem;width:22.4375rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuHC2d5ieNxgOq0KvRrzIdA4VXUa6pVO { top:1.6875rem;left:9.1875rem;width:22.4375rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5UH5Tfbe1oZl7e2ftBU2AZnp8foul5W { top:1.6875rem;left:24.9375rem;width:22.5625rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvWQciiq92ykGLlTagO7zQcIETQy2d3y { top:7.375rem;left:0rem;width:20.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCgEilAeZS6O4DsdT1gvdxCfgqNDTkL9 { top:10.9375rem;left:0rem;width:20.0625rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiZD8hMWTe5v75ndHr8OT2eAVdSWAQrn { top:10.9375rem;left:27.5625rem;width:20.0625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzb7QwCxwPNRSOJaQmkIMsxcLssay03S { top:8.3125rem;left:11.6875rem;width:20.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzSE2OeeHrgdlNiN1d3lGWD13BM3lt0b { top:10.9375rem;left:11.6875rem;width:20.0625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVxO4IptD02C8Jb6WdHsZTfLyZ47PgId { top:8.3125rem;left:27.5625rem;width:20.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAAkTu9cSw6y5qo8FA8hMzHieaT4LBJz { top:3.125rem;left:0rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5UWm0DsGcRLTFDgvA1vuxb2sHcQiUQ0 { top:3.125rem;left:15.875rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVZs9mfocz1m5XcBG4IbeIJv2J2Dtfvo { top:3.125rem;left:31.75rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9Vu3NOpDri3C1EbJ5z6LHgNIuXbLlFP { top:2.25rem;left:13.8125rem;width:2.0625rem;height:5.1875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6RKkBNME4q5tOzwUC5hnKTO8SRk8tGx { top:2.25rem;left:29.6875rem;width:2.0625rem;height:5.1875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0FnUBB7kbvgEzHb8e8bSFp6aA7pT7Og { top:2.25rem;left:45.5625rem;width:2.0625rem;height:5.1875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlFALx5Bp5Nu9ITBZCA6mVUHvSyrro8H { display:block; }#TlFALx5Bp5Nu9ITBZCA6mVUHvSyrro8H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oE8LaflOXootGKdctgei5iOfES2TyEp4 { top:1.625rem;left:0rem;width:22.4375rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1zLOEIIgcFnJu9feNiG91yrNmRA3Oa0 { top:1.6875rem;left:9.1875rem;width:22.4375rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTJESZzTxNkGOIUykoLG65TETV48sooR { top:1.6875rem;left:24.9375rem;width:22.5625rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSDHLzgWb1EW4FiA6Zw0Ta24iXHHstKH { top:7.375rem;left:0rem;width:20.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i29NAwIZDJG8vgRm1b0Ahc2lGLCRpPTN { top:10.9375rem;left:0rem;width:20.0625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGcKRzDThnXQH10Ls0JN34KOg6nrz88T { top:10.9375rem;left:27.5625rem;width:20.0625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FILGd7EMkfTXbK84z1cqUqzwNqkxv6UR { top:8.3125rem;left:11.6875rem;width:20.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey5Zkb2rSktOa7XnZBQvhuPwCXuHnEWU { top:10.9375rem;left:11.6875rem;width:20.0625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKap3ZikU9MgitcPMZeGNShM1T2Z3WUB { top:8.3125rem;left:27.5625rem;width:20.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey60udbNklNIkwqdeOTHdMTHrrcXS2PP { top:3.125rem;left:0rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5zPh9K4ZvUrdxToRJaw3xFrdnsC0gBW { top:3.125rem;left:15.875rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJnkp6tsHf0HLH0ctTrS19XQ20fFPJZV { top:3.125rem;left:31.75rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK5b3IzgKC2gkiaxENzKfG5UkpZCSf9T { top:2.25rem;left:13.8125rem;width:2.0625rem;height:5.1875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5M2w01nOHayXTGTzXgF3TUx2MT7yEUZ { top:2.25rem;left:29.6875rem;width:2.0625rem;height:5.1875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUBctIfIDvyEyyG6rPCHGFCsQpbOFfP3 { top:2.25rem;left:45.5625rem;width:2.0625rem;height:5.1875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDw9EVmWCRhPPo6fy74ds6V7aI4JtOCv { display:block; }#CDw9EVmWCRhPPo6fy74ds6V7aI4JtOCv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kBWw83fu3oOVyQ5w4OmUeULeSxlxsucZ { top:4.5rem;left:12.625rem;width:35.125rem;height:23.458218765653rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQXrecvdbKILyfK6wxsn6ITRJxKwNwmO { top:3.625rem;left:0rem;width:47.75rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIDbpCyiFDDPaSewt33Nu9GMCp11TLXi { top:13.4375rem;left:0rem;width:33.125rem;height:6.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0UXgv0ivTVSdITCyaqhDoHmIsiWoSWt { top:8.125rem;left:0rem;width:26.125rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWHRcptZSd6PTgPpogxI3dpvVB2i7AFD { top:22.25rem;left:0rem;width:15.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8NFtcNwgsUDBKEaVupCfa6S1ZkZmOww { display:block; }
 }@media only screen and (max-width: 763px) { #yurd7Dgwk6pOGs32pgxGMXGcMS8GTMDH { display:block; }#yurd7Dgwk6pOGs32pgxGMXGcMS8GTMDH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmJw8VFEab9P69BdvkmoBOtZDwWZE5G2 { top:4.375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPWUIolDqvkb8yAUXfKNnBZc6EJCksM9 { top:9.3125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUtVOGlpcLepls23bvSdAL0pEPdF4tx2 { top:13.3125rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrwlZqhHrzQcoLmaRnExm4L5sWtOtnUd { display:block; }#OrwlZqhHrzQcoLmaRnExm4L5sWtOtnUd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCqA6wTlLHzC4OdtMhFMaBMf35slUOJT { width:22.5rem;height:25rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQvCvNEJ3gFmudp6DAcN0ZBJu4l35dXN { width:22.625rem;height:6.1875rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEIsVb1zo1kNAQPHcUqUiSmPp9wsxaAo { width:18.75rem;height:1.9375rem;top:12.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #buq2uvtOmxLrHqo3xfneZRKlVALyiqKO { width:18.125rem;height:5.0625rem;top:15.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzL5J6MTL0RbQDLZR1OGBZnEy4c8ASv6 { width:22.375rem;height:25rem;top:2.9375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEX26THa2fSHP5WvKDzT11wJtxdEOTHJ { width:18.75rem;height:1.8125rem;top:12.6875rem;left:13rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEM5vfimI6BggOht61kTTT1lREpfD3uX { width:17.9375rem;height:8.625rem;top:2.9375rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK1X4cCgPOzRhymLns4pOoJn0vxEzHnv { width:22.375rem;height:25rem;top:2.875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sl7TMs0GCnOAzPgCZmTHwr3P0U6yFwdk { width:18.75rem;height:1.9375rem;top:12.6875rem;left:28.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRipaUoIQuEMgM98xUlilIyuGELIOa0k { width:18.25rem;height:9.625rem;top:3.8125rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkOBncIauX2FAHPGZBaT0qSVrhJloN5R { top:22.375rem;left:1.6875rem;width:11.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUhqgS00hX5Tzs5PmxEcweNI4DX2O2G3 { display:block; }
 }@media only screen and (max-width: 763px) { #ynVoZTVTSgBfayTu8PfrKbJzqc6LfBCf { width:18.125rem;height:5.0625rem;top:15.75rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ashqmV8HutTsSPrkqKmxkqpDAIp1Ev1k { top:22.375rem;left:18.1875rem;width:11.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4t3vwK8CpuvB5LtxxIHby6unhc12z5N { display:block; }
 }@media only screen and (max-width: 763px) { #GrEWHa9zBvkrnD0TTU2iacvTFUnAHQt1 { width:18.125rem;height:5.0625rem;top:15.75rem;left:29.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqC3wreZWfLLQqV6TBBfnkysVbChU69G { top:22.375rem;left:34.6875rem;width:11.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEg2SQddLC2ZSrrBaAT7eRv188NUCeOb { display:block; }
 }@media only screen and (max-width: 763px) { #usNRBwodLBUduFV4ezNNZvKq9OyZrwk2 { width:14.0625rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zP1kC7zoV5czNM7HDNBnT9agNe0QCak8 { display:block; }
 }@media only screen and (max-width: 763px) { #iIO55kuGGH4D3SbJuLWp1qSCS8z0Nfc4 { display:block; }#iIO55kuGGH4D3SbJuLWp1qSCS8z0Nfc4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DicwUM5xan06xArhZEFsrWfMW8XWrrZQ { top:1.0625rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7iIdnZOg97g5A67n658vEfNAGLFfAPa { top:30rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wxu0yT1Bf4FvwxNcbvHEPdrzPpEiPmvn { top:8.8125rem;left:0rem;width:47.75rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #anEbs4Kzk28vZdW5qZs27iL3H7TUpk89 { top:11.1875rem;left:4.6875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9SxITyEKPwxRmmPVN1qg6ackLvSv7Zt { top:17.375rem;left:0rem;width:23.4375rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7sx2rQmgRN63dsaiG0ADPTqZ5nm5zaz { top:17.375rem;left:24.3125rem;width:23.4375rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWStwulFizgy4BGvbVHGKG1AnzvMMWRA { top:11.1875rem;left:38.9375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3mPOQWhPbcufPuLPTLi5FFrziR3hvmv { top:21.875rem;left:0rem;width:21.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t10eTTQ2DlpwBMeOKTC0NbsMq01H8eOA { top:21.875rem;left:25.875rem;width:21.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoNufftUBJagZbql5DaSzSsffAIgb96a { display:none; }
 }@media only screen and (max-width: 763px) { #fp5o3NlSkRaT9a80v8CvRCovvz3wAvml { display:block; }#fp5o3NlSkRaT9a80v8CvRCovvz3wAvml > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1VJQ0rMnRNWMI5R72zpJCrEJCTgH22r { top:3.25rem;left:12.8125rem;width:22.125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcic0GZrerHxfffF4OZGoZtUELyqpVEE { display:block; }
 }@media only screen and (max-width: 763px) { #dsO83gTBhr8s9SdZizSS8UKMFos5QlZn { display:block; }#dsO83gTBhr8s9SdZizSS8UKMFos5QlZn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScH9bcF9Sn0lWlb5mroQlHs7GshTc07H { width:38.125rem;height:22.6875rem;top:17.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x50cnRlZTaBsxRJiTFSuqIy0xNg9AkIA { top:15.25rem;left:26.3125rem;width:21.4375rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdAXFl8rDcPOg5IAxiwUCw5y4VdBZMuf { top:2.375rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHwLEczI7p4UhqUaSa4ZNgXMxdqCiwC5 { top:9.0625rem;left:0rem;width:47.75rem;height:5.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbZ8bdErJMxIrXn10BCwB10nepovJLA7 { top:44.6875rem;left:12.125rem;width:23.5rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueBDt91n0zHE5OTk02WMF8MhMDpSN5Uk { display:block; }
 }@media only screen and (max-width: 763px) { #ztBWZfxPcSvWibT4iXL5JAsy7b0oPOx9 { display:block; }#ztBWZfxPcSvWibT4iXL5JAsy7b0oPOx9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZzS6eTcSnxB1DP96TdydTihzqmt8sGpU { top:2rem;left:0rem;width:18.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrABuWOFA4RQU1QQwWHtIfGdNNt73oi5 { top:1.625rem;left:8.875rem;width:15rem;height:5.68685rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPPloFkok1yeJHKUW71aMOSPymkbKEt3 { top:1.25rem;left:24.624568939209rem;width:10.375rem;height:6.398197273005rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHH9AZJl9FXv1V4pXDXC2liv4xA8cMam { top:2rem;left:32.125rem;width:15.625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm9Rzz20w0EAqpQ1qZ1cnM0ytP4gJJ6f { display:block; }#xm9Rzz20w0EAqpQ1qZ1cnM0ytP4gJJ6f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGCFZF1cPlMfTX9fNwJpcDG7dluukIq4 { top:6rem;left:0rem;width:31.25rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHHam9zUsbTzRfg46cJh4dsHIMBQ2LEl { top:10.75rem;left:0rem;width:29.4375rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArfcwuWJGgweELn8lry3KMbQZ7CTOdI4 { top:6.875rem;left:18.3125rem;width:29.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNGNOB2vDOE5GT05sXtF8dNeltTVrqfs { top:10.25rem;left:23.875rem;width:9.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuZ7L4F1EzrcqQUrnQ3QT8oVpToPaqDL { top:9.875rem;left:23.875rem;width:2.125rem;height:2.125rem;display:block; }
#LuZ7L4F1EzrcqQUrnQ3QT8oVpToPaqDL > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #MRy2LLhvAvh01xTmU3DhtNW1RsiCBE09 { top:15.0625rem;left:23.875rem;width:1.4375rem;height:1.4375rem;display:block; }
#MRy2LLhvAvh01xTmU3DhtNW1RsiCBE09 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #XQgAmUJTqXWOWHLrVEwTEqe8qNSi1UkV { top:15.0625rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
#XQgAmUJTqXWOWHLrVEwTEqe8qNSi1UkV > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #zNd0Bi3JewDoaUwEvLZ2czF8Bk4G1yM0 { top:15.0625rem;left:25.747398376465rem;width:1.5rem;height:1.5rem;display:block; }
#zNd0Bi3JewDoaUwEvLZ2czF8Bk4G1yM0 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #vadXNyhEG8qZ9qLO0bx5GrttS9QZz60e { top:15.0625rem;left:28.498046875rem;width:1.5rem;height:1.5rem;display:block; }
#vadXNyhEG8qZ9qLO0bx5GrttS9QZz60e > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #XmLfX0LDTCshIga7KDh46EDQEz8wNDD9 { top:15.0625rem;left:31.246528625488rem;width:1.4375rem;height:1.4375rem;display:block; }
#XmLfX0LDTCshIga7KDh46EDQEz8wNDD9 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #TKrAuO8CGkTtqSOF9mzwqr9dklQ8SuRs { top:15.0625rem;left:33.686851501465rem;width:1.4375rem;height:1.4375rem;display:block; }
#TKrAuO8CGkTtqSOF9mzwqr9dklQ8SuRs > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #ZpVxNRk6rkdBTSH9wWqsbfMmlOTX0dsn { display:block; }#ZpVxNRk6rkdBTSH9wWqsbfMmlOTX0dsn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmUJxBfaqN399n1airwasxtThSp3Euq8 { top:2.9375rem;left:10.193359375rem;width:25.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWVdPe5QTwQTygCI0cSXLqqITiJ0ItDB { top:5.4375rem;left:10.1923828125rem;width:25.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OZaA4wnSDknUG1wFfipfsFm7nUW9FXIT { display:block; }#OZaA4wnSDknUG1wFfipfsFm7nUW9FXIT > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iz5ezycHThKkTH8kDkhoheDsJLNxPAD5 { width:11.124rem;height:3.8515625rem;top:0.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCFivzKM9zRUGNXAreE2d5ItUmDyewLl { top:11.66449375rem;left:4.8125rem;width:10.3125rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JbFx93NlOX6HG4JgqClpPBU4zB2XoSJm { display:block; }
 }@media only screen and (max-width: 763px) { #iHAlPd9oi3tMsG0fXvBy3eF30lKfIDFa { width:13.75rem;height:0;top:6.0390625rem;left:3.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTCr8vNIqq1KuyAwSeVisQEtLvrKuSJl { display:flex;width:1.8125rem;height:1.8125rem;top:5.2578125rem;left:1.1318359375rem; }
#KTCr8vNIqq1KuyAwSeVisQEtLvrKuSJl > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #m6v2Z9rPI5VT5TB1qtqxrrmvTgOxJ81Z { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/6e9b57e1-f388-4a40-ba27-63e73ec19bb0/JacobGreenfieldBrandJMCoverPhoto.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#m6v2Z9rPI5VT5TB1qtqxrrmvTgOxJ81Z.adaptive-delivery-prevent-bg, #m6v2Z9rPI5VT5TB1qtqxrrmvTgOxJ81Z.lazyload, #m6v2Z9rPI5VT5TB1qtqxrrmvTgOxJ81Z.lazyloading { background-image: none; }#m6v2Z9rPI5VT5TB1qtqxrrmvTgOxJ81Z > .row .container { background-color: transparent; background-image: none; }#m6v2Z9rPI5VT5TB1qtqxrrmvTgOxJ81Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6v2Z9rPI5VT5TB1qtqxrrmvTgOxJ81Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6v2Z9rPI5VT5TB1qtqxrrmvTgOxJ81Z > .row .container > .video-iframe-container { display: none; }#m6v2Z9rPI5VT5TB1qtqxrrmvTgOxJ81Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6v2Z9rPI5VT5TB1qtqxrrmvTgOxJ81Z > .row > .video-iframe-container { display: none; }#m6v2Z9rPI5VT5TB1qtqxrrmvTgOxJ81Z > .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); }#m6v2Z9rPI5VT5TB1qtqxrrmvTgOxJ81Z > .row .container { width:20rem;height:57.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQWe0GdJSOpPTRDAxmeAk4f9o17Acs74 { width:20rem;height:5.0996125rem;top:13.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZZStfTS2I6fzET1k2zm84Xyx63Ic6qwT { width:20rem;height:3.5rem;top:24rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #R6mUii1Zt7yrK0wShv8J8GXLnLLZ74Sq { width:20rem;height:3.25rem;top:19.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem;font-size:1.1875rem;overflow:hidden;color:#000000; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 .widget-container:first-of-type{padding-top:0;}#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 .widget-container:last-of-type{padding-bottom:0;}#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1  { width:17.5rem;height:auto;top:32.5625rem;left:0rem; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 {display:block;}#ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 { width:17.5rem;height:auto;top:35.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #IVykocxG5C47zQqpF2f7HA1S8eMq347X {  }
 }@media only screen and (max-width: 763px) { #ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #Adc9MHMGqDPqHr6xAVpR3kCcGPy1V7MN { display:none; }
 }@media only screen and (max-width: 763px) { #ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #o1NzeFesot90oXvBuIZTMC39FSwrJ2Bt {  }
 }@media only screen and (max-width: 763px) { #ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #uP5eaFrPMolzwZ8QbrJhvvRaiBi9b6rm {  }
 }@media only screen and (max-width: 763px) { #ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #TuiWuqCsHUgn3S7FElRqMQPpWTORG0fN { display:none; }
 }@media only screen and (max-width: 763px) { #ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #AchRBN6T0CKOk8eZWTf3ENCwuCQrZ7Nf {  }
 }@media only screen and (max-width: 763px) { #ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #XRlGZ1Cobb1KJoOZJAEOl1P8AETE5vdI {  }
 }@media only screen and (max-width: 763px) { #ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #n70FoW7suHn5W9NwzozlcTem3hn8ETnK { display:none; }
 }@media only screen and (max-width: 763px) { #ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #STr4twWf0ADFLQlbNbOzOcVrSQK4BqVV {  }
 }@media only screen and (max-width: 763px) { #ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #VxkXu4f8I69tTFBTAv8XdvdzFpqyLcWK {  }
 }@media only screen and (max-width: 763px) { #ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #NSC4vhhdzXMqDy2TTeITtIZ8rV6ML3NU { display:none; }
 }@media only screen and (max-width: 763px) { #ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #OuTpe2kecFr2Kidqp46dO6BlAGTcQRqr {  }
 }@media only screen and (max-width: 763px) { #ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #k52RdpgGghGT223ZAPUSzVaSTaIJk7IV {  }
 }@media only screen and (max-width: 763px) { #ZvO9BSxMPoy9WqwCvxMe6dOMGdphOlp1 #VsoElTUTNBf9kAgAOfKNK2QTVaA9c7AS {  }
 }@media only screen and (max-width: 763px) { #Bp0Jw6P2DNmc5tNDpdaWedqt5aaoy6UN { width:20rem;height:22.1875rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo3ItPUTauO0i4vHaqDFmX25ufWUc4gy { width:20rem;height:1.94970625rem;top:34.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #adX7Kv0yv4OoZL2QbB7ACT44Xb4O6VuC { width:4.93706875rem;height:1.625rem;top:29.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oGsCAT9lc58Tfaqc0vxTiwU2JI5PbwuP { width:4.43685rem;height:1.625rem;top:29.625rem;left:7.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d3P2zhBeUBelRKeFJOJbMnbCTaEdBLXX { width:5.56206875rem;height:1.625rem;top:29.625rem;left:14.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G3kZThFpoMBfXbz7ICLcGTtkLorL9AIx { width:0.3125rem;height:5rem;top:63.699026434325rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sAk4VZQOt9r8yTN4Ro1hKavGOfLIJ7o9 { width:0.3125rem;height:5rem;top:73.797770184325rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTfaENPSJUwHEL1D5DN8aEJwLAgJ6rg4 { top:28.875rem;left:6.1875rem;width:0.125rem;height:3.125rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #AdTRuffzMSa9V2L6w1JXZC2mNMy2rORL { top:28.875rem;left:12.875rem;width:0.124783125rem;height:3.125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #Tl3UqimTh9EkFlokfvszhAlh2QTAImZh { display:block; }#Tl3UqimTh9EkFlokfvszhAlh2QTAImZh > .row .container { width:20rem;height:82.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5XifSZpuBNIW6s7pShz0KHL7TSdzDTx { width:20rem;height:50.625rem;top:22.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXlK5VHLkfKWBxk5P9TRwMhn0EdiU4i0 { width:20rem;height:9.44825rem;top:10.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVETMHL7z14SC9Tk2kf1L8i5nUQwevXo { top:74.5625rem;left:1.75rem;width:16.5625rem;height:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Orl8Sr3pKlWIk7TO1bIynbIbkGPrIA64 { display:block; }
 }@media only screen and (max-width: 763px) { #KdKQdN5xP5TLb7zTNcKyNPSxzo08Z4za { width:20rem;height:5.5244125rem;top:3.92578125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdWlbmmoazu2lRFINvl0w1EsBiPlWZgt { width:20rem;height:1.3999rem;top:1.9931640625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDhdyRCoiK4q6ptd2peGgREV1lsRNXnU { display:block; }#gDhdyRCoiK4q6ptd2peGgREV1lsRNXnU > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wmsZcebLATyAMEXwNnVZ2fGcuI2q2T2b { width:20rem;height:2.2749rem;top:5.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2E1ZsrqnCUH70VQBUE46iEzWiKZbaxB { width:12.5rem;height:0.186631875rem;top:2.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzcV9oVIJ0PKdE4XMPJlzNJbmrwil2tG { width:20rem;height:1.94970625rem;top:0rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8etbiNIFOFcIWqa9ORTFCswXqPPxqRs { display:block; }#z8etbiNIFOFcIWqa9ORTFCswXqPPxqRs > .row .container { width:20rem;height:45.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Etpes28h3T5EoSHTQ4wsRiNLJq9OmoLv { width:9.3120625rem;height:17.561875rem;top:2.1614584922791rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDJnfAt79HgN572N3KkT9qWPeVEsgrWd { width:9.749375rem;height:21.311875rem;top:22.825517654419rem;left:10.249566137791rem;display:block; }
 }@media only screen and (max-width: 763px) { #gM8Qhs2qG2qAPxFnPB9lAzNDGgPoEO7V { width:10.4980625rem;height:1.7871125rem;top:3.0848569869995rem;left:9.3109808564187rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DU6gGfrqp1HO5qINvLNylPHfLUXbInGG { width:10.625rem;height:1.462675rem;top:4.8036031723022rem;left:9.3739157319069rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dmyc6LMe5ATzCM7Qa3EyecdGIJOCGiEV { width:8.6875rem;height:3.57421875rem;top:24.653861999512rem;left:0.63151043653488rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L2icJwBt95is25QbiOKkfLD9zP7va0GT { width:9.6875rem;height:1.462675rem;top:28.976780891419rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nbQmQqyA4Tg3qzSXrk5GQafT7Z6KQseJ { width:19.875rem;height:18.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsuUDe21bOFDTGhZSqiQPM5PyP0UWvVn { width:19.875rem;height:21.1875rem;top:22.825524330139rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtp4HftCRiFc4isZbcqkgsu3EiaGEgV1 { display:flex;top:32.387157440186rem;left:0rem;width:10.561rem;height:10.561rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #dDPWNw7N4DFboQt5Bv4l3GoTw3t46hJp { display:flex;top:6.8044714927675rem;left:9.4379349350931rem;width:10.561rem;height:10.561rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #ETWKxQZq9s1umgRnSgTaXbnPNMF4sIJ6 { display:block; }#ETWKxQZq9s1umgRnSgTaXbnPNMF4sIJ6 > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwMbCrXvkhTGTCg74l1uXdiUsKAXnf6F { width:20rem;height:5.84911875rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmJVI195Ndr5BGmpvzbTVkbScpOn5OkW { top:8.97265625rem;left:3rem;width:14rem;height:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PddUFcM2P3tNzyFh6TR2XBoU7E0FtPpT { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:97.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yg435rxCLZeO0g10JublXlSfQws8ENbb { width:20rem;height:6.3369375rem;top:2.5596790313721rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZufaqzUJHMw0B1y02THH8EIV944FJTBF { display:flex;width:3.4375rem;height:3.4375rem;top:14.4375rem;left:0.4375rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #TeMnHv9OzLW8adw4EpkTh9lHqS6qkgnp { width:13.8748125rem;height:1.625rem;top:13.75rem;left:4.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps9QUJQquONMoBezF69IyzD7d7Xzr3T6 { width:15rem;height:3.8994125rem;top:15.875rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HueFcNgOpPJUvgmHRLolLVMSluazG1G5 { display:flex;width:3.4375rem;height:3.4375rem;top:33.625rem;left:0.4375rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #tqtshR20kUtBE0L9CWbynHTzf2OE55di { width:15rem;height:5.19921875rem;top:25rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEFiBUBPKag8MO4Tfu3vCT8npyZE2Azo { width:13.624125rem;height:1.625rem;top:32.8125rem;left:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO3c1kthxNhxG9sETTEvp1qBlzvokxnR { width:15rem;height:3.8994125rem;top:53.3125rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLyEGI8TzgfwsiTGmqyVUC9K1OftFnN1 { width:13.624125rem;height:1.625rem;top:51.0625rem;left:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPdFkCTzUDXu3iHAd9vTnBsT5JUQiTa4 { display:flex;width:3.4375rem;height:3.4375rem;top:51.6875rem;left:0.4375rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #vAFdOPx4MMBbPVn7UymwQ9hiJfg1n6bH { display:flex;width:3.4375rem;height:3.4375rem;top:69.625rem;left:0.4375rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #J4wA1w0DTX6GqW1ApFbTT7gaZLqQX2rx { width:13.624125rem;height:1.625rem;top:69.5rem;left:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gw8yrLnaZ0LE1NQDeRDPqBHgaf7Uc8N6 { width:15rem;height:5.19921875rem;top:71.75rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #upcTTaFKNu1WJWeTNzgQdlXs559QpPSZ { width:15rem;height:3.8994125rem;top:35.0625rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FahyxQkU6sxIH1wfkqMulmp3EVFKSE2n { display:flex;width:3.4375rem;height:3.4375rem;top:23.5625rem;left:0.4375rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #UKLRt0GaZGThJIcB5LCdnJxN2exihO5U { width:13.8748125rem;height:1.625rem;top:22.6875rem;left:4.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx8OarTT0kd6C9FTzVrGuCE0Tg5pGUZE { display:flex;width:3.4375rem;height:3.4375rem;top:42.5rem;left:0.4375rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #TOIsaJOI6PZHobID8OVUGoewLCXbU2Jn { width:15rem;height:5.19921875rem;top:43.625rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZI5RaDgSMmRen1qCB5Ttdky00w03GVq { width:13.8748125rem;height:1.625rem;top:41.4375rem;left:4.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrPhgWnJb9OfEBXAal8Ue7xNp5TdJkMN { display:flex;width:3.4375rem;height:3.4375rem;top:60.3125rem;left:0.4375rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #r7RkSZdMabu5UmMOpiBtxUCqUvHheNIy { display:flex;width:3.4375rem;height:3.4375rem;top:78.8125rem;left:0.4375rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #gaag6R0phL0K8xFvPT1TlPyabOHTMTKU { width:15rem;height:5.19921875rem;top:80.5rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCxqcp0kfrnZIrgG2mfuiT8RvnZkGAZP { width:14.436875rem;height:1.625rem;top:59.5rem;left:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATN4f3WdKODZvdQcSd55MpXnUF0xdsd6 { width:13.8748125rem;height:1.625rem;top:78.1875rem;left:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZyyTIu23Oq1wAmaOCBSMXK1I4fmNIau { width:15rem;height:5.19921875rem;top:61.8125rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcHxAtBM9OZqzn6HkLWZtrsyGk8giv4y { top:89.0625rem;left:1.90625rem;width:16.1875rem;height:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsrH097oEMqMwlKLnUZzgFFNOpSy19Ta { display:block; }
 }@media only screen and (max-width: 763px) { #OpI03vSTuwFExXN7E0Es4ahHWPhzu1Ea { top:10.75rem;left:0.625rem;width:18.75rem;height:0.1875rem;z-index:15007;background-color:#ffbd00;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iK97gTp6qizoM80ZXKU6ZSPO2oJdRA4S { display:block; }#iK97gTp6qizoM80ZXKU6ZSPO2oJdRA4S > .row .container { width:20rem;height:37.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rlC7kxL8OcpbarZdAOsg7fSfuJtgu0TI { width:20rem;height:5.19921875rem;top:3.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9chUybzFtnOiePLacc8wBiFIAn1mGJc { width:20rem;height:10.411125rem;top:12.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #ysVEzrtr8dlswLvqbaQR3rTQ5JcViXy7 { height:11.1870625rem;width:20rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOmXHhB8qtKgXathhtHVxFZJeTQsWTp1 { width:12.5rem;height:2rem;top:21.8125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddoLPxNsAyq5FriRmc5DrHoNaAZdwb7A { width:20rem;height:1.625rem;top:9.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #irS8sgM7zeSVr2lgbbavPQTSRZoImcUX { display:block; }#irS8sgM7zeSVr2lgbbavPQTSRZoImcUX > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zk8OlAhxJx4uoP9nSFrrU4SpR4Qi05G8 { width:19.875rem;height:16.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #onA64J06uHIIZXvF8LrphTkxKceJE6vH { width:19.875rem;height:15.0625rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq7fFI4JGRBRHX3GM1E41UOkRWx2XJFe { width:19.875rem;height:20.4375rem;top:35.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPurtuTwp5ndEWTWgSxl9WS8qFpi5OTJ { width:18.811875rem;height:1.462675rem;top:2.1701326370239rem;left:0.59353297948838rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqfly50MCJPnMeAwfba2EndaFTlmBdCS { width:18.624125rem;height:7.7988125rem;top:7.8483076095581rem;left:0.68793410062787rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlZbAQrUv8uttQBp6BeFt31JWP5J6zG6 { width:18.75rem;height:0.125rem;top:6.2879781723025rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXwJqKp1m6f3q6Dhq8obWC8zETNgf8qm { width:18.3745625rem;height:10.3984375rem;top:42.6875rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryIr8u3FfeUdBchXAHLLi0vvGCvf9cUl { width:19.249125rem;height:1.4624rem;top:19.8125rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKvwqBvhlxUqWQIlITDCiwxLOiTfVnvy { width:18.75rem;height:0.125rem;top:23.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6v2W3gVZ2arXThg0e8is6JS0HJqv45W { width:18.3745625rem;height:6.499rem;top:25.75rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxO2dTCFZfJyo3XHHwvgXcw7RJDgZI0J { width:18.75rem;height:0.124783125rem;top:40.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbiVAgX7MphgdS7kU1meItw4VaiAFLeN { width:18.8748125rem;height:1.4624rem;top:36.3125rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cE6HT4c7oqH0otC1diuTTsAhnqh6T7yy { width:5.625rem;height:1.37478125rem;top:3.6317281723023rem;left:0.59353297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #USm64a937UPfQPaWL62PFFkl3wDHEvg3 { width:5.625rem;height:1.3737rem;top:21.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sapfnkmdSaDg2DPQTMIBVLG3X0lXDTIL { width:5.625rem;height:1.3737rem;top:37.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgwGBryXuvCsg70NzHK0S5awmKP0genI { display:block; }#mgwGBryXuvCsg70NzHK0S5awmKP0genI > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fezwFTBoTTQ1bpFDlvVWqytTSJcLl2qT { top:1.6875rem;left:2.0625rem;width:15.875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU6LossezvcXEeZ73rUQqOG9HLHwkimg { display:block; }
 }@media only screen and (max-width: 763px) { #A2o8uTMGVmPf7TToywRRZgvvrUeIKliE { display:block; }#A2o8uTMGVmPf7TToywRRZgvvrUeIKliE > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZmdclkBzGqwqTTUHiSkz4aRyHCtzaKv { width:20rem;height:5.19921875rem;top:2.2783203125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CmPqt016n8XuSqCevGGpZiwDOdd9bCHB { width:20rem;height:2.2749rem;top:11.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOlgumclNg3JyKBN7DO7N8AeT96oQTDv { width:20rem;height:3.25rem;top:14.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTIiwkI1g46B91vBvywb0Zk7L5Fnuu0C { width:6.25rem;height:0.1875rem;top:8.5361328125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmqTN3LszvovWO8PbgKBiATvhyzhxFOb { display:block; }#qmqTN3LszvovWO8PbgKBiATvhyzhxFOb > .row .container { width:20rem;height:48.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MuNGZd1fwrdNRhWewc0fOI7ni8s5t767 { width:19.875rem;height:14.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuHC2d5ieNxgOq0KvRrzIdA4VXUa6pVO { width:19.875rem;height:14.6875rem;top:17.32638875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5UH5Tfbe1oZl7e2ftBU2AZnp8foul5W { width:19.875rem;height:14.6875rem;top:33.4027775rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvWQciiq92ykGLlTagO7zQcIETQy2d3y { width:18.8748125rem;height:1.7871125rem;top:7.7690906524656rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCgEilAeZS6O4DsdT1gvdxCfgqNDTkL9 { width:18.624125rem;height:3.8997375rem;top:10.354816436767rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiZD8hMWTe5v75ndHr8OT2eAVdSWAQrn { width:18.3125rem;height:3.8997375rem;top:42.411026954651rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzb7QwCxwPNRSOJaQmkIMsxcLssay03S { width:17.874375rem;height:1.7871125rem;top:23.844401359558rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzSE2OeeHrgdlNiN1d3lGWD13BM3lt0b { width:18.6870625rem;height:3.8997375rem;top:26.770834922791rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVxO4IptD02C8Jb6WdHsZTfLyZ47PgId { width:18.4375rem;height:1.7871125rem;top:39.920790672303rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAAkTu9cSw6y5qo8FA8hMzHieaT4LBJz { display:flex;width:3.375rem;height:3.375rem;top:2.7278747558594rem;left:1.220703125rem; }
 }@media only screen and (max-width: 763px) { #J5UWm0DsGcRLTFDgvA1vuxb2sHcQiUQ0 { display:flex;width:3.3125rem;height:3.3125rem;top:18.769534501953rem;left:1.1859817504882rem; }
 }@media only screen and (max-width: 763px) { #pVZs9mfocz1m5XcBG4IbeIJv2J2Dtfvo { display:flex;width:3.3125rem;height:3.3125rem;top:34.845923251953rem;left:1.1859817504882rem; }
 }@media only screen and (max-width: 763px) { #R9Vu3NOpDri3C1EbJ5z6LHgNIuXbLlFP { width:2.06163125rem;height:2.92480625rem;top:1.8988647460938rem;left:17.93836875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6RKkBNME4q5tOzwUC5hnKTO8SRk8tGx { width:2.06163125rem;height:2.92480625rem;top:17.940524492187rem;left:17.93836875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0FnUBB7kbvgEzHb8e8bSFp6aA7pT7Og { width:2.06163125rem;height:2.92480625rem;top:34.016913242187rem;left:17.93836875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlFALx5Bp5Nu9ITBZCA6mVUHvSyrro8H { display:block; }#TlFALx5Bp5Nu9ITBZCA6mVUHvSyrro8H > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oE8LaflOXootGKdctgei5iOfES2TyEp4 { width:19.875rem;height:14.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1zLOEIIgcFnJu9feNiG91yrNmRA3Oa0 { width:19.875rem;height:14.6875rem;top:17.32638875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTJESZzTxNkGOIUykoLG65TETV48sooR { width:19.875rem;height:14.6875rem;top:33.4027775rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSDHLzgWb1EW4FiA6Zw0Ta24iXHHstKH { width:18.75rem;height:1.7871125rem;top:7.0290832519531rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i29NAwIZDJG8vgRm1b0Ahc2lGLCRpPTN { width:18.0625rem;height:3.8997375rem;top:10.542541503906rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGcKRzDThnXQH10Ls0JN34KOg6nrz88T { width:18.25rem;height:3.8997375rem;top:42.660598754882rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FILGd7EMkfTXbK84z1cqUqzwNqkxv6UR { width:18.0625rem;height:1.7871125rem;top:23.982208251953rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey5Zkb2rSktOa7XnZBQvhuPwCXuHnEWU { width:17.6875rem;height:3.8997375rem;top:26.584213256836rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKap3ZikU9MgitcPMZeGNShM1T2Z3WUB { width:18.5625rem;height:1.7871125rem;top:40.05859375rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey60udbNklNIkwqdeOTHdMTHrrcXS2PP { display:flex;width:3.375rem;height:3.375rem;top:2.7278747558594rem;left:1.220703125rem; }
 }@media only screen and (max-width: 763px) { #W5zPh9K4ZvUrdxToRJaw3xFrdnsC0gBW { display:flex;width:3.3125rem;height:3.3125rem;top:18.769534501953rem;left:1.1859817504882rem; }
 }@media only screen and (max-width: 763px) { #iJnkp6tsHf0HLH0ctTrS19XQ20fFPJZV { display:flex;width:3.3125rem;height:3.3125rem;top:34.845923251953rem;left:1.1859817504882rem; }
 }@media only screen and (max-width: 763px) { #vK5b3IzgKC2gkiaxENzKfG5UkpZCSf9T { width:2.06163125rem;height:2.92480625rem;top:1.8988647460938rem;left:17.93836875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5M2w01nOHayXTGTzXgF3TUx2MT7yEUZ { width:2.06163125rem;height:2.92480625rem;top:17.940524492187rem;left:17.93836875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUBctIfIDvyEyyG6rPCHGFCsQpbOFfP3 { width:2.06163125rem;height:2.92480625rem;top:34.016913242187rem;left:17.93836875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDw9EVmWCRhPPo6fy74ds6V7aI4JtOCv { display:block; }#CDw9EVmWCRhPPo6fy74ds6V7aI4JtOCv > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kBWw83fu3oOVyQ5w4OmUeULeSxlxsucZ { width:18.6870625rem;height:12.4370625rem;top:4.5724830627441rem;left:0.65538197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQXrecvdbKILyfK6wxsn6ITRJxKwNwmO { width:20rem;height:35.8125rem;top:3.3745454549789rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIDbpCyiFDDPaSewt33Nu9GMCp11TLXi { width:17.999125rem;height:7.474625rem;top:21.881512165069rem;left:0.99934893846512rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k0UXgv0ivTVSdITCyaqhDoHmIsiWoSWt { width:17.125rem;height:2.5996125rem;top:17.923178195953rem;left:1rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OWHRcptZSd6PTgPpogxI3dpvVB2i7AFD { top:32.052734375rem;left:2.65625rem;width:14.6875rem;height:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8NFtcNwgsUDBKEaVupCfa6S1ZkZmOww { display:block; }
 }@media only screen and (max-width: 763px) { #yurd7Dgwk6pOGs32pgxGMXGcMS8GTMDH { display:block; }#yurd7Dgwk6pOGs32pgxGMXGcMS8GTMDH > .row .container { width:20rem;height:28.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmJw8VFEab9P69BdvkmoBOtZDwWZE5G2 { width:20rem;height:2.5996125rem;top:3.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPWUIolDqvkb8yAUXfKNnBZc6EJCksM9 { width:20rem;height:5.7744125rem;top:7.1875rem;left:0rem;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pUtVOGlpcLepls23bvSdAL0pEPdF4tx2 { width:20rem;height:14.172375rem;top:14.375rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OrwlZqhHrzQcoLmaRnExm4L5sWtOtnUd { display:block; }#OrwlZqhHrzQcoLmaRnExm4L5sWtOtnUd > .row .container { width:20rem;height:69.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCqA6wTlLHzC4OdtMhFMaBMf35slUOJT { width:18.75rem;height:17.125rem;top:2.5618495941162rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQvCvNEJ3gFmudp6DAcN0ZBJu4l35dXN { width:15.499125rem;height:4.24913125rem;top:4.4965267181396rem;left:2.2493489384651rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEIsVb1zo1kNAQPHcUqUiSmPp9wsxaAo { width:18.75rem;height:1.94970625rem;top:10.411241531372rem;left:0.62500005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #buq2uvtOmxLrHqo3xfneZRKlVALyiqKO { width:16.25rem;height:4.798825rem;top:12.834199905396rem;left:1.8750000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzL5J6MTL0RbQDLZR1OGBZnEy4c8ASv6 { width:18.75rem;height:18.5625rem;top:21.935785293579rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEX26THa2fSHP5WvKDzT11wJtxdEOTHJ { width:18.75rem;height:1.86865rem;top:30.972223281861rem;left:0.62500005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mEM5vfimI6BggOht61kTTT1lREpfD3uX { width:12.6248125rem;height:5.9375rem;top:23.184679985046rem;left:3.6870661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK1X4cCgPOzRhymLns4pOoJn0vxEzHnv { width:18.75rem;height:17.3125rem;top:42.8353099823rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #sl7TMs0GCnOAzPgCZmTHwr3P0U6yFwdk { width:18.75rem;height:1.94970625rem;top:51.498481750488rem;left:0.62500005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rRipaUoIQuEMgM98xUlilIyuGELIOa0k { width:12.3123125rem;height:6.624375rem;top:44.130861282349rem;left:3.8433161377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkOBncIauX2FAHPGZBaT0qSVrhJloN5R { top:61.687343017578rem;left:4.375rem;width:11.25rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fUhqgS00hX5Tzs5PmxEcweNI4DX2O2G3 { display:block; }
 }@media only screen and (max-width: 763px) { #ynVoZTVTSgBfayTu8PfrKbJzqc6LfBCf { width:16.25rem;height:4.798825rem;top:33.714195251465rem;left:1.8750000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ashqmV8HutTsSPrkqKmxkqpDAIp1Ev1k { top:72.409999267581rem;left:4.375rem;width:11.25rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h4t3vwK8CpuvB5LtxxIHby6unhc12z5N { display:block; }
 }@media only screen and (max-width: 763px) { #GrEWHa9zBvkrnD0TTU2iacvTFUnAHQt1 { width:16.25rem;height:4.798825rem;top:53.783638477326rem;left:1.8750000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqC3wreZWfLLQqV6TBBfnkysVbChU69G { top:83.132655517581rem;left:4.375rem;width:11.25rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEg2SQddLC2ZSrrBaAT7eRv188NUCeOb { display:block; }
 }@media only screen and (max-width: 763px) { #usNRBwodLBUduFV4ezNNZvKq9OyZrwk2 { top:63.42556762695rem;left:0.62500005960463rem;z-index:15013;width:18.75rem;height:3.75rem;background-color:#ffbd00;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zP1kC7zoV5czNM7HDNBnT9agNe0QCak8 { display:block; }
 }@media only screen and (max-width: 763px) { #iIO55kuGGH4D3SbJuLWp1qSCS8z0Nfc4 { display:block; }#iIO55kuGGH4D3SbJuLWp1qSCS8z0Nfc4 > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DicwUM5xan06xArhZEFsrWfMW8XWrrZQ { width:20rem;height:6.2988125rem;top:1.25rem;left:0rem;font-size:1.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #m7iIdnZOg97g5A67n658vEfNAGLFfAPa { width:20rem;height:3.8994125rem;top:45.3291015625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wxu0yT1Bf4FvwxNcbvHEPdrzPpEiPmvn { width:20rem;height:33.5625rem;top:10.280992507934rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #anEbs4Kzk28vZdW5qZs27iL3H7TUpk89 { display:flex;width:5rem;height:5rem;top:11.574436187744rem;left:7.5000000596044rem; }
 }@media only screen and (max-width: 763px) { #E9SxITyEKPwxRmmPVN1qg6ackLvSv7Zt { width:20rem;height:2.5996125rem;top:17.650825023651rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7sx2rQmgRN63dsaiG0ADPTqZ5nm5zaz { width:20rem;height:2.5996125rem;top:35.168186664581rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWStwulFizgy4BGvbVHGKG1AnzvMMWRA { display:flex;width:5rem;height:5rem;top:29.137371540069rem;left:7.5000000596044rem; }
 }@media only screen and (max-width: 763px) { #R3mPOQWhPbcufPuLPTLi5FFrziR3hvmv { width:20rem;height:3.25rem;top:21.447483539581rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t10eTTQ2DlpwBMeOKTC0NbsMq01H8eOA { width:20rem;height:1.625rem;top:38.947483539581rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoNufftUBJagZbql5DaSzSsffAIgb96a { top:26.904297351837rem;left:3.7500000596046rem;width:12.5rem;height:0.125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #fp5o3NlSkRaT9a80v8CvRCovvz3wAvml { display:block; }#fp5o3NlSkRaT9a80v8CvRCovvz3wAvml > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1VJQ0rMnRNWMI5R72zpJCrEJCTgH22r { top:1.3125rem;left:2.625rem;width:14.75rem;height:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcic0GZrerHxfffF4OZGoZtUELyqpVEE { display:block; }
 }@media only screen and (max-width: 763px) { #dsO83gTBhr8s9SdZizSS8UKMFos5QlZn { display:block; }#dsO83gTBhr8s9SdZizSS8UKMFos5QlZn > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScH9bcF9Sn0lWlb5mroQlHs7GshTc07H { width:20rem;height:21rem;top:13.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;font-family:roboto;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #x50cnRlZTaBsxRJiTFSuqIy0xNg9AkIA { width:10.875rem;height:13.9375rem;top:35.5rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdAXFl8rDcPOg5IAxiwUCw5y4VdBZMuf { width:20rem;height:2.5996125rem;top:1.5rem;left:0rem;font-size:2rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OHwLEczI7p4UhqUaSa4ZNgXMxdqCiwC5 { width:20rem;height:5.25rem;top:4.8125rem;left:0rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vbZ8bdErJMxIrXn10BCwB10nepovJLA7 { top:51.1875rem;left:2.3125rem;width:15.375rem;height:3.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueBDt91n0zHE5OTk02WMF8MhMDpSN5Uk { display:block; }
 }@media only screen and (max-width: 763px) { #ztBWZfxPcSvWibT4iXL5JAsy7b0oPOx9 { display:block; }#ztBWZfxPcSvWibT4iXL5JAsy7b0oPOx9 > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZzS6eTcSnxB1DP96TdydTihzqmt8sGpU { width:18.75rem;height:5rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrABuWOFA4RQU1QQwWHtIfGdNNt73oi5 { width:15rem;height:5.68685rem;top:7.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPPloFkok1yeJHKUW71aMOSPymkbKEt3 { width:10.375rem;height:6.3971411163075rem;top:14.43685rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHH9AZJl9FXv1V4pXDXC2liv4xA8cMam { width:15.625rem;height:5rem;top:22.08335rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm9Rzz20w0EAqpQ1qZ1cnM0ytP4gJJ6f { display:block; }#xm9Rzz20w0EAqpQ1qZ1cnM0ytP4gJJ6f > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGCFZF1cPlMfTX9fNwJpcDG7dluukIq4 { width:20rem;height:2.36rem;top:1.9368495941162rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHHam9zUsbTzRfg46cJh4dsHIMBQ2LEl { width:20rem;height:1.625rem;top:5.2961978912354rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ArfcwuWJGgweELn8lry3KMbQZ7CTOdI4 { width:20rem;height:1.625rem;top:10.10546875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KNGNOB2vDOE5GT05sXtF8dNeltTVrqfs { width:9.0625rem;height:1.625rem;top:13.016493797303rem;left:6.6937938332556rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuZ7L4F1EzrcqQUrnQ3QT8oVpToPaqDL { display:flex;width:2.125rem;height:2.125rem;top:12.765843391419rem;left:3.7489152550697rem; }
#LuZ7L4F1EzrcqQUrnQ3QT8oVpToPaqDL > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #MRy2LLhvAvh01xTmU3DhtNW1RsiCBE09 { display:flex;width:1.5rem;height:1.5rem;top:16.8125rem;left:1.3125rem; }
#MRy2LLhvAvh01xTmU3DhtNW1RsiCBE09 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #XQgAmUJTqXWOWHLrVEwTEqe8qNSi1UkV { display:flex;width:1.5rem;height:1.5rem;top:16.8125rem;left:4rem; }
#XQgAmUJTqXWOWHLrVEwTEqe8qNSi1UkV > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #zNd0Bi3JewDoaUwEvLZ2czF8Bk4G1yM0 { display:flex;width:1.5rem;height:1.5rem;top:16.8125rem;left:7.5rem; }
#zNd0Bi3JewDoaUwEvLZ2czF8Bk4G1yM0 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #vadXNyhEG8qZ9qLO0bx5GrttS9QZz60e { display:flex;width:1.5rem;height:1.5rem;top:16.8125rem;left:11rem; }
#vadXNyhEG8qZ9qLO0bx5GrttS9QZz60e > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #XmLfX0LDTCshIga7KDh46EDQEz8wNDD9 { display:flex;width:1.4375rem;height:1.4375rem;top:16.875rem;left:14.0625rem; }
#XmLfX0LDTCshIga7KDh46EDQEz8wNDD9 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #TKrAuO8CGkTtqSOF9mzwqr9dklQ8SuRs { display:flex;width:1.4375rem;height:1.4375rem;top:16.875rem;left:17.25rem; }
#TKrAuO8CGkTtqSOF9mzwqr9dklQ8SuRs > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #ZpVxNRk6rkdBTSH9wWqsbfMmlOTX0dsn { display:block; }#ZpVxNRk6rkdBTSH9wWqsbfMmlOTX0dsn > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmUJxBfaqN399n1airwasxtThSp3Euq8 { width:20rem;height:3rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XWVdPe5QTwQTygCI0cSXLqqITiJ0ItDB { width:20rem;height:1.3125rem;top:5.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }