.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:219,240,251;--color-primary-1:135,205,242;--color-primary-2:14,154,229;--color-primary-3:7,77,115;--color-primary-4:2,23,34;--color-secondary-0:255,255,255;--color-secondary-1:249,249,249;--color-secondary-2:242,242,242;--color-secondary-3:88,88,88;--color-secondary-4:48,48,48;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:88,88,88;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .row > .video-iframe-container { display: none; }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .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); }#WEkMKiTemTq3IdR7rV0oQActpcFEERw9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8ee;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; }#WEkMKiTemTq3IdR7rV0oQActpcFEERw9 > .row .container { background-color: transparent; background-image: none; }#WEkMKiTemTq3IdR7rV0oQActpcFEERw9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEkMKiTemTq3IdR7rV0oQActpcFEERw9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEkMKiTemTq3IdR7rV0oQActpcFEERw9 > .row .container > .video-iframe-container { display: none; }#WEkMKiTemTq3IdR7rV0oQActpcFEERw9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEkMKiTemTq3IdR7rV0oQActpcFEERw9 > .row > .video-iframe-container { display: none; }#WEkMKiTemTq3IdR7rV0oQActpcFEERw9 > .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); }#WEkMKiTemTq3IdR7rV0oQActpcFEERw9 > .row .container { border-width: 0; border-radius: 0; }#WEkMKiTemTq3IdR7rV0oQActpcFEERw9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WEkMKiTemTq3IdR7rV0oQActpcFEERw9 > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#Kfq9JOTGPLrlzPvdpxxaXFefi0GZ2fUx { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:23.4375rem;top:0.78125rem;left:18.28125rem;overflow:hidden;display:block; }
#foG2ovFgsftE2ITpCoPagwKtRTDbNPak { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4b742330-c66d-46cf-8165-64cbc9bcaf36/tempImagehv9BOy.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak.adaptive-delivery-prevent-bg, #foG2ovFgsftE2ITpCoPagwKtRTDbNPak.lazyload, #foG2ovFgsftE2ITpCoPagwKtRTDbNPak.lazyloading { background-image: none; }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row .container { background-color: transparent; background-image: none; }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row .container > .video-iframe-container { display: none; }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row > .video-iframe-container { display: none; }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .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); }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row .container { border-width: 0; border-radius: 0; }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row .container { width:60rem;height:25.1875rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#pb9cgTbmv4mnDIVeUHwT5DgrE9zmKqhZ { color:#35134d;display:block;width:18.75rem;position:absolute;font-family:"century gothic";font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:3.328857421875rem;left:35.374755859375rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-form-header {  }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-regular-label { height:auto;display:block;font-family:"century gothic";font-size:0.875rem;font-weight:300;color:#35134d;width:17.5rem;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;overflow:hidden; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-input-text {padding-top: 0; padding-bottom: 0;}#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-input-select {padding-top: 0; padding-bottom: 0;}#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#34004e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:17.5rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p [class*="-text"]:-moz-placeholder { color:#a5a1a1;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p [class*="-text"]::-moz-placeholder { color:#a5a1a1;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p [class*="-text"]:-ms-input-placeholder { color:#a5a1a1;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p [class*="-text"]::-webkit-input-placeholder { color:#a5a1a1;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.5rem;overflow:hidden;font-style:normal;line-height:1.9;float:none; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .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; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-container:first-of-type{padding-top:0;}#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-container:last-of-type{padding-bottom:0;}#Hpb4QQGOS0endoqshIk13usuyHI6TT8p  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15012;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:absolute;top:6.25rem;left:34.749755859375rem; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;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; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p {display:block;}#Hpb4QQGOS0endoqshIk13usuyHI6TT8p { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15012;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:absolute;top:6.25rem;left:34.749755859375rem; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p #JHhixyboef8p7nBsh84S5EyBOPUvgINg { position:relative; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p #KcFDoqhzZB2wSW8w7HH8OTpHuSLeeiwV { position:relative;display:none; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p #LZauVVbNGSHoVLKN8BJlpVrvF0pcCwgu { position:relative; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p #s34I7OIcrReBa0Xh0lhrH6hXzuu8RUbr { position:relative; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p #wrf5roQcIbKesTChrC2TRRWE5EiGV45U { position:relative;display:none; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p #EX4krMahyGzzv3nTAlBuaon4uSNds4h8 { position:relative; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p #rEoFtg8rHWyiabeC95okDTKgxNVTgTuR { position:relative; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p #PeaaQ3LJyaO9086hQZGiMeUkxhQ3Vigd { position:relative;display:none; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p #adISZRvMfgydunpANXDAoqvlyazHP0ec { position:relative; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p #SCmgaTEKay3NGDMtrZeBo7VJ0WJRDEKU { position:relative; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p #CknaqRTu66KBEsUe5hzXzEWP9xhRfptl { position:relative; }
#VOy95TgP4bzV1VKSWZGbFd7J3LAMQwB4 { box-sizing:content-box;height:6.25rem;width:20rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.702880859375rem;left:34.749755859375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#VdTrrvqN9CxgpRqUBAUgMrTSv5zW8dcp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8ee;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; }#VdTrrvqN9CxgpRqUBAUgMrTSv5zW8dcp > .row .container { background-color: transparent; background-image: none; }#VdTrrvqN9CxgpRqUBAUgMrTSv5zW8dcp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VdTrrvqN9CxgpRqUBAUgMrTSv5zW8dcp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VdTrrvqN9CxgpRqUBAUgMrTSv5zW8dcp > .row .container > .video-iframe-container { display: none; }#VdTrrvqN9CxgpRqUBAUgMrTSv5zW8dcp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VdTrrvqN9CxgpRqUBAUgMrTSv5zW8dcp > .row > .video-iframe-container { display: none; }#VdTrrvqN9CxgpRqUBAUgMrTSv5zW8dcp > .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); }#VdTrrvqN9CxgpRqUBAUgMrTSv5zW8dcp > .row .container { border-width: 0; border-radius: 0; }#VdTrrvqN9CxgpRqUBAUgMrTSv5zW8dcp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VdTrrvqN9CxgpRqUBAUgMrTSv5zW8dcp > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:60rem;position:relative;display:block; }#MEZR3PmpPXMTW7WWtILhinvnHEWH2KJv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8ee;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; }#MEZR3PmpPXMTW7WWtILhinvnHEWH2KJv > .row .container { background-color: transparent; background-image: none; }#MEZR3PmpPXMTW7WWtILhinvnHEWH2KJv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEZR3PmpPXMTW7WWtILhinvnHEWH2KJv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEZR3PmpPXMTW7WWtILhinvnHEWH2KJv > .row .container > .video-iframe-container { display: none; }#MEZR3PmpPXMTW7WWtILhinvnHEWH2KJv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEZR3PmpPXMTW7WWtILhinvnHEWH2KJv > .row > .video-iframe-container { display: none; }#MEZR3PmpPXMTW7WWtILhinvnHEWH2KJv > .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); }#MEZR3PmpPXMTW7WWtILhinvnHEWH2KJv > .row .container { border-width: 0; border-radius: 0; }#MEZR3PmpPXMTW7WWtILhinvnHEWH2KJv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MEZR3PmpPXMTW7WWtILhinvnHEWH2KJv > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:60rem;position:relative;display:block; }#DOFhRUugG9LR5qAn7n98PZUfswCiQnEf { color:#34004e;display:block;width:60rem;position:absolute;font-family:"century gothic";font-size:1.75rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:2.2747375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rzPEfwKR3zAXfhTunb2UTiicT0qMRN6D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8ee;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; }#rzPEfwKR3zAXfhTunb2UTiicT0qMRN6D > .row .container { background-color: transparent; background-image: none; }#rzPEfwKR3zAXfhTunb2UTiicT0qMRN6D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzPEfwKR3zAXfhTunb2UTiicT0qMRN6D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzPEfwKR3zAXfhTunb2UTiicT0qMRN6D > .row .container > .video-iframe-container { display: none; }#rzPEfwKR3zAXfhTunb2UTiicT0qMRN6D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzPEfwKR3zAXfhTunb2UTiicT0qMRN6D > .row > .video-iframe-container { display: none; }#rzPEfwKR3zAXfhTunb2UTiicT0qMRN6D > .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); }#rzPEfwKR3zAXfhTunb2UTiicT0qMRN6D > .row .container { border-width: 0; border-radius: 0; }#rzPEfwKR3zAXfhTunb2UTiicT0qMRN6D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rzPEfwKR3zAXfhTunb2UTiicT0qMRN6D > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:60rem;position:relative;display:block; }#Crdb7LM2Avs2Bv608mmGAfnxNISpfV3Q { color:rgba(var(--color-tertiary-3),1);display:block;width:56.25rem;position:absolute;font-family:"century gothic";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.25rem;left:1.875rem;height:13.4935rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SgcuzC2RtymRfOwwRAxDHdyGpIasJOcv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8ee;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; }#SgcuzC2RtymRfOwwRAxDHdyGpIasJOcv > .row .container { background-color: transparent; background-image: none; }#SgcuzC2RtymRfOwwRAxDHdyGpIasJOcv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgcuzC2RtymRfOwwRAxDHdyGpIasJOcv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgcuzC2RtymRfOwwRAxDHdyGpIasJOcv > .row .container > .video-iframe-container { display: none; }#SgcuzC2RtymRfOwwRAxDHdyGpIasJOcv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgcuzC2RtymRfOwwRAxDHdyGpIasJOcv > .row > .video-iframe-container { display: none; }#SgcuzC2RtymRfOwwRAxDHdyGpIasJOcv > .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); }#SgcuzC2RtymRfOwwRAxDHdyGpIasJOcv > .row .container { border-width: 0; border-radius: 0; }#SgcuzC2RtymRfOwwRAxDHdyGpIasJOcv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SgcuzC2RtymRfOwwRAxDHdyGpIasJOcv > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:60rem;position:relative;display:block; }#iC65ni8devQV4K0TfBTJxpm30xTLHhk1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#iC65ni8devQV4K0TfBTJxpm30xTLHhk1 > .row .container { background-color: transparent; background-image: none; }#iC65ni8devQV4K0TfBTJxpm30xTLHhk1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iC65ni8devQV4K0TfBTJxpm30xTLHhk1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iC65ni8devQV4K0TfBTJxpm30xTLHhk1 > .row .container > .video-iframe-container { display: none; }#iC65ni8devQV4K0TfBTJxpm30xTLHhk1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iC65ni8devQV4K0TfBTJxpm30xTLHhk1 > .row > .video-iframe-container { display: none; }#iC65ni8devQV4K0TfBTJxpm30xTLHhk1 > .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); }#iC65ni8devQV4K0TfBTJxpm30xTLHhk1 > .row .container { border-width: 0; border-radius: 0; }#iC65ni8devQV4K0TfBTJxpm30xTLHhk1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iC65ni8devQV4K0TfBTJxpm30xTLHhk1 > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:60rem;position:relative;display:block; }#cUrxDAH9IUxFgTZcpO10ZRyJJEA922Hb { color:#34004e;display:block;width:60rem;position:absolute;font-family:"century gothic";font-size:1.75rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B3PTcdhSTSvStqSe70TXcptLlP8ml79I { position:relative;display:block; }#B3PTcdhSTSvStqSe70TXcptLlP8ml79I { background-color: transparent; background-image: none; }#B3PTcdhSTSvStqSe70TXcptLlP8ml79I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B3PTcdhSTSvStqSe70TXcptLlP8ml79I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B3PTcdhSTSvStqSe70TXcptLlP8ml79I > .row .container > .video-iframe-container { display: none; }#B3PTcdhSTSvStqSe70TXcptLlP8ml79I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B3PTcdhSTSvStqSe70TXcptLlP8ml79I > .row > .video-iframe-container { display: none; }#B3PTcdhSTSvStqSe70TXcptLlP8ml79I > .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); }#B3PTcdhSTSvStqSe70TXcptLlP8ml79I { border-width: 0; border-radius: 0; }#B3PTcdhSTSvStqSe70TXcptLlP8ml79I > .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; }#B3PTcdhSTSvStqSe70TXcptLlP8ml79I > .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.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oNSwFXptdTpBT181DUNEUaqW9QaXO8FF { color:#34004e;display:block;width:12.3108125rem;position:absolute;font-family:"century gothic";font-size:1rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:9.875rem;left:1.3125rem;height:3.1979125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m8HqRHPydyKWi6ISwIQw6feP2MSNIxSP { 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:4.43725625rem;width:4.43725625rem;top:2.6875rem;left:5.1875rem;overflow:hidden;display:block; }
#mfppJNN277yDlsmyPSrJm2TnWqES4Fm4 { position:absolute;display:block;z-index:15000;background-color:#fff8ee;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.3728125rem;width:12.9358125rem;top:1.5rem;left:1rem;display:block; }
#MyJrP59T6GwOnRwGfNJAZf1szWw0Urs6 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.43725625rem;width:4.43725625rem;top:2.6875rem;left:20.1875rem;overflow:hidden;display:block; }
#UoSmV7rqgwu4fgSZI1JphgpiDdCTWumO { position:absolute;display:block;z-index:15003;background-color:#fff8ee;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.3728125rem;width:12.9358125rem;top:1.5rem;left:16rem;display:block; }
#qC3aQ2akO56JhU2qfFnfvdWUpbiF485c { color:#34004e;display:block;width:12.3108125rem;position:absolute;font-family:"century gothic";font-size:1rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:9.875rem;left:16.3125rem;height:3.19791875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ncdX6VQVe8zxgMgrMWGeUdfxUVyAi8zV { position:absolute;display:block;z-index:15006;background-color:#fff8ee;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.3728125rem;width:12.9358125rem;top:1.5rem;left:31rem;display:block; }
#rOWR5cJiKT20v7iMgln6c819ZEetapHl { color:#34004e;display:block;width:12.3108125rem;position:absolute;font-family:"century gothic";font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:9.875rem;left:31.3125rem;height:3.19791875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LWQKmsUbQsLRSS3Ay7UvuADOtXdXv2DR { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.43725625rem;width:4.43725625rem;top:2.6875rem;left:35.1875rem;overflow:hidden;display:block; }
#TqAfT8fOAPPPXRDVsHHF2vXiRG7Uq9hF { position:absolute;display:block;z-index:15009;background-color:#fff8ee;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.3728125rem;width:12.9358125rem;top:1.5rem;left:46rem;display:block; }
#TL0UaOy2Cwzt4eiKrKXKepZcdli1F1NC { color:#34004e;display:block;width:12.3108125rem;position:absolute;font-family:"century gothic";font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:9.875rem;left:46.3125rem;height:3.1979125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F9wp1BRrQn2RUgo8s5zV8x7GaMhEQUbH { 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:4.43725625rem;width:4.43725625rem;top:2.6875rem;left:50.1875rem;overflow:hidden;display:block; }
#ItsIlqyMAXKgXftoy60pGTOUVHQdoX9k { position:relative;display:block; }#ItsIlqyMAXKgXftoy60pGTOUVHQdoX9k { background-color: transparent; background-image: none; }#ItsIlqyMAXKgXftoy60pGTOUVHQdoX9k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItsIlqyMAXKgXftoy60pGTOUVHQdoX9k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItsIlqyMAXKgXftoy60pGTOUVHQdoX9k > .row .container > .video-iframe-container { display: none; }#ItsIlqyMAXKgXftoy60pGTOUVHQdoX9k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItsIlqyMAXKgXftoy60pGTOUVHQdoX9k > .row > .video-iframe-container { display: none; }#ItsIlqyMAXKgXftoy60pGTOUVHQdoX9k > .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); }#ItsIlqyMAXKgXftoy60pGTOUVHQdoX9k { border-width: 0; border-radius: 0; }#ItsIlqyMAXKgXftoy60pGTOUVHQdoX9k > .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; }#ItsIlqyMAXKgXftoy60pGTOUVHQdoX9k > .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.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rvkHRc0x8U4GfgUf3ArEJL8XR4y5oE6a { color:#34004e;display:block;width:12.3108125rem;position:absolute;font-family:"century gothic";font-size:1rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:9.875rem;left:1.4375rem;height:3.19791875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DpmNc9v0lCS9B5MmAmVZvLJJvI869U1H { 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:4.43725625rem;width:4.43725625rem;top:2.6875rem;left:5.3125rem;overflow:hidden;display:block; }
#PytyN9uEkXVlzPTxG1k4D0ZFglE1PkHX { position:absolute;display:block;z-index:15000;background-color:#fff8ee;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.3728125rem;width:12.9358125rem;top:1.4375rem;left:1.125rem;display:block; }
#NyDdkqX2QKvcGJKmDnWq9DIHtOivuO1K { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.43725625rem;width:4.43725625rem;top:2.6875rem;left:20.3125rem;overflow:hidden;display:block; }
#qpiHZDCdUU21cTnAHkCeCXloZ13QEd9p { position:absolute;display:block;z-index:15003;background-color:#fff8ee;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.3728125rem;width:12.9358125rem;top:1.4375rem;left:16.125rem;display:block; }
#m3WsT44QsieAQFWbGLJCVGgUGLnJXZPQ { color:#34004e;display:block;width:12.3108125rem;position:absolute;font-family:"century gothic";font-size:1rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:9.875rem;left:16.4375rem;height:3.1979125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lo4ErDBoClm3RsdOt10TxRJ2DZVePgFh { position:absolute;display:block;z-index:15006;background-color:#fff8ee;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.3728125rem;width:12.9358125rem;top:1.5rem;left:31.125rem;display:block; }
#F31QCxRDEAIB9UxeDqHGT4zlbw7GUGIS { color:#34004e;display:block;width:12.3108125rem;position:absolute;font-family:"century gothic";font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:9.875rem;left:31.4375rem;height:3.1979125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SbMAQwi3TfOXGTCdNidpLzJOU5Ix86Q7 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.43725625rem;width:4.43725625rem;top:2.6875rem;left:35.3125rem;overflow:hidden;display:block; }
#oR2KUZP2TawxfEcSWyO8gcyvc0msg6Cp { position:absolute;display:block;z-index:15009;background-color:#fff8ee;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.3728125rem;width:12.9358125rem;top:1.5rem;left:46.125rem;display:block; }
#AApBUGT7sxICn7n2LFg43CBHPd0Gn402 { color:#34004e;display:block;width:12.3108125rem;position:absolute;font-family:"century gothic";font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:9.875rem;left:46.4375rem;height:3.19791875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BAqGW16qFAxqszp1ueNfT5m6Bz1e3lMi { 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:4.43725625rem;width:4.43725625rem;top:2.6875rem;left:50.3125rem;overflow:hidden;display:block; }
#knHp9ixTewuwHQUeR0oz5SyRSTWeJ2E6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8ee;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; }#knHp9ixTewuwHQUeR0oz5SyRSTWeJ2E6 > .row .container { background-color: transparent; background-image: none; }#knHp9ixTewuwHQUeR0oz5SyRSTWeJ2E6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knHp9ixTewuwHQUeR0oz5SyRSTWeJ2E6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knHp9ixTewuwHQUeR0oz5SyRSTWeJ2E6 > .row .container > .video-iframe-container { display: none; }#knHp9ixTewuwHQUeR0oz5SyRSTWeJ2E6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knHp9ixTewuwHQUeR0oz5SyRSTWeJ2E6 > .row > .video-iframe-container { display: none; }#knHp9ixTewuwHQUeR0oz5SyRSTWeJ2E6 > .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); }#knHp9ixTewuwHQUeR0oz5SyRSTWeJ2E6 > .row .container { border-width: 0; border-radius: 0; }#knHp9ixTewuwHQUeR0oz5SyRSTWeJ2E6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#knHp9ixTewuwHQUeR0oz5SyRSTWeJ2E6 > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:60rem;position:relative;display:block; }#a0xSL3Stwc9UqvOhPGVbnbXdKWQDelMA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8ee;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; }#a0xSL3Stwc9UqvOhPGVbnbXdKWQDelMA > .row .container { background-color: transparent; background-image: none; }#a0xSL3Stwc9UqvOhPGVbnbXdKWQDelMA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0xSL3Stwc9UqvOhPGVbnbXdKWQDelMA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0xSL3Stwc9UqvOhPGVbnbXdKWQDelMA > .row .container > .video-iframe-container { display: none; }#a0xSL3Stwc9UqvOhPGVbnbXdKWQDelMA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0xSL3Stwc9UqvOhPGVbnbXdKWQDelMA > .row > .video-iframe-container { display: none; }#a0xSL3Stwc9UqvOhPGVbnbXdKWQDelMA > .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); }#a0xSL3Stwc9UqvOhPGVbnbXdKWQDelMA > .row .container { border-width: 0; border-radius: 0; }#a0xSL3Stwc9UqvOhPGVbnbXdKWQDelMA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a0xSL3Stwc9UqvOhPGVbnbXdKWQDelMA > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:60rem;position:relative;display:block; }#clPo3r8UbHy3yg30oXQ90TJ7XwCTQbSJ { color:#34004e;display:block;width:60rem;position:absolute;font-family:"century gothic";font-size:1.75rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#boetxfN35KUzzTT9rHcQcXxOTiwvk3cH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8ee;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; }#boetxfN35KUzzTT9rHcQcXxOTiwvk3cH > .row .container { background-color: transparent; background-image: none; }#boetxfN35KUzzTT9rHcQcXxOTiwvk3cH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boetxfN35KUzzTT9rHcQcXxOTiwvk3cH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boetxfN35KUzzTT9rHcQcXxOTiwvk3cH > .row .container > .video-iframe-container { display: none; }#boetxfN35KUzzTT9rHcQcXxOTiwvk3cH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boetxfN35KUzzTT9rHcQcXxOTiwvk3cH > .row > .video-iframe-container { display: none; }#boetxfN35KUzzTT9rHcQcXxOTiwvk3cH > .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); }#boetxfN35KUzzTT9rHcQcXxOTiwvk3cH > .row .container { border-width: 0; border-radius: 0; }#boetxfN35KUzzTT9rHcQcXxOTiwvk3cH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#boetxfN35KUzzTT9rHcQcXxOTiwvk3cH > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:60rem;position:relative;display:block; }#MBLvvsU8FzUKXQMiLUxFcdtvo4FSGU54 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.375rem;left:0.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q13sBvgw06gcnTuqu096TucufosQPkS0 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:17rem;width:18.75rem;top:6.3125rem;left:20.625rem;display:block; }
#XsQ5a7tzfFMhHmAXg3VPzDmK237mwgzw { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:16.125rem;left:21.875rem;height:4.7973625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jv7MbPbWU9ztcqNIcunGFvMliLypJGIC { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.5625rem;left:20.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#onDV2vguMR7yl7JtKo8QD0q1eVNEBQgL { 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:3.125rem;width:3.125rem;top:9.1875rem;left:28.4375rem;overflow:hidden;display:block; }
#NCo4PLJhKzWVoCmMHXkttx3hSBQKgXHc { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:17rem;width:18.75rem;top:6.3125rem;left:40.625rem;display:block; }
#Io1QctU9yLWXDWL7cR0T9vNQIPDhGJMp { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:16.125rem;left:41.875rem;height:4.7973625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nwp2Ccd5HzDLmCVsTMBGTw8ophF7UKdR { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.5625rem;left:40.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GvKk9FHaPf8NCc21ooATqngS46Jm6XRz { 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:3.125rem;width:3.125rem;top:9.1875rem;left:48.4375rem;overflow:hidden;display:block; }
#uySKsW2rHgcsTi87woyi82E7xmcMP9Rx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8ee;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; }#uySKsW2rHgcsTi87woyi82E7xmcMP9Rx > .row .container { background-color: transparent; background-image: none; }#uySKsW2rHgcsTi87woyi82E7xmcMP9Rx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uySKsW2rHgcsTi87woyi82E7xmcMP9Rx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uySKsW2rHgcsTi87woyi82E7xmcMP9Rx > .row .container > .video-iframe-container { display: none; }#uySKsW2rHgcsTi87woyi82E7xmcMP9Rx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uySKsW2rHgcsTi87woyi82E7xmcMP9Rx > .row > .video-iframe-container { display: none; }#uySKsW2rHgcsTi87woyi82E7xmcMP9Rx > .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); }#uySKsW2rHgcsTi87woyi82E7xmcMP9Rx > .row .container { border-width: 0; border-radius: 0; }#uySKsW2rHgcsTi87woyi82E7xmcMP9Rx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uySKsW2rHgcsTi87woyi82E7xmcMP9Rx > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:60rem;position:relative;display:block; }#rTRJTG724v8CreyP301O9WFf1P3gfgPZ { color:#34004e;display:block;width:60rem;position:absolute;font-family:"century gothic";font-size:1.75rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GTAzQTSkL0Wy6IArkUxeUk6v72KQH5e1 { position:relative;display:block; }#GTAzQTSkL0Wy6IArkUxeUk6v72KQH5e1 { background-color: transparent; background-image: none; }#GTAzQTSkL0Wy6IArkUxeUk6v72KQH5e1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTAzQTSkL0Wy6IArkUxeUk6v72KQH5e1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTAzQTSkL0Wy6IArkUxeUk6v72KQH5e1 > .row .container > .video-iframe-container { display: none; }#GTAzQTSkL0Wy6IArkUxeUk6v72KQH5e1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTAzQTSkL0Wy6IArkUxeUk6v72KQH5e1 > .row > .video-iframe-container { display: none; }#GTAzQTSkL0Wy6IArkUxeUk6v72KQH5e1 > .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); }#GTAzQTSkL0Wy6IArkUxeUk6v72KQH5e1 { border-width: 0; border-radius: 0; }#GTAzQTSkL0Wy6IArkUxeUk6v72KQH5e1 > .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; }#GTAzQTSkL0Wy6IArkUxeUk6v72KQH5e1 > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FQKusgN1hyTVG3M4pzMHoOWlannnaBk5 { 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; }#FQKusgN1hyTVG3M4pzMHoOWlannnaBk5 > .row .container { background-color: transparent; background-image: none; }#FQKusgN1hyTVG3M4pzMHoOWlannnaBk5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FQKusgN1hyTVG3M4pzMHoOWlannnaBk5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FQKusgN1hyTVG3M4pzMHoOWlannnaBk5 > .row .container > .video-iframe-container { display: none; }#FQKusgN1hyTVG3M4pzMHoOWlannnaBk5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FQKusgN1hyTVG3M4pzMHoOWlannnaBk5 > .row > .video-iframe-container { display: none; }#FQKusgN1hyTVG3M4pzMHoOWlannnaBk5 > .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); }#FQKusgN1hyTVG3M4pzMHoOWlannnaBk5 > .row .container { border-width: 0; border-radius: 0; }#FQKusgN1hyTVG3M4pzMHoOWlannnaBk5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FQKusgN1hyTVG3M4pzMHoOWlannnaBk5 > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:60rem;position:relative;display:block; }#aqQ6LTNwB03cdo3p1SnX0DFLsgiOhSlD { color:rgba(var(--color-tertiary-3),1);display:block;width:29.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.25rem;left:30.5rem;height:2.92448125rem;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; }
#ro6cQoNAViDP6BTNCUJ4p7fa1u7R5aRZ { color:rgba(var(--color-tertiary-3),1);display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:16.8125rem;left:30.5rem;height:6.3965rem;font-style:normal;display:block; }
#tNtq1U9Lyu32QsmBJao3yqpJrxUaf1Wl { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:25.625rem;top:6.25rem;left:0rem;overflow:hidden;display:block; }
#G65LnTce7yzA9EE8k1HLGfG7FnTTZzIz { color:rgba(var(--color-tertiary-3),1);display:block;width:6.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:24.9375rem;left:30.5rem;height:2.92448125rem;font-style:normal;display:block; }
#c4D0dQLEIIbJMhsexahvWECmPTZUXNGR { color:rgba(var(--color-tertiary-3),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:25.375rem;left:36.71875rem;height:2rem;font-style:normal;display:block; }
#OGO1rNTECVIirSy2TTP6DHGiVAwW7wyK { color:rgba(var(--color-tertiary-3),1);display:block;width:4.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:24.9375rem;left:44.6875rem;height:2.92448125rem;font-style:normal;display:block; }
#LhBkcOTzlfD1JwtPzcXHMvTAriQLT4di { color:rgba(var(--color-tertiary-3),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:25.375rem;left:49.6875rem;height:2rem;font-style:normal;display:block; }
#MXFtlKOBvbmrPoUK2aBMrI5h6MunO9Xh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#MXFtlKOBvbmrPoUK2aBMrI5h6MunO9Xh > .row .container { background-color: transparent; background-image: none; }#MXFtlKOBvbmrPoUK2aBMrI5h6MunO9Xh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXFtlKOBvbmrPoUK2aBMrI5h6MunO9Xh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXFtlKOBvbmrPoUK2aBMrI5h6MunO9Xh > .row .container > .video-iframe-container { display: none; }#MXFtlKOBvbmrPoUK2aBMrI5h6MunO9Xh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXFtlKOBvbmrPoUK2aBMrI5h6MunO9Xh > .row > .video-iframe-container { display: none; }#MXFtlKOBvbmrPoUK2aBMrI5h6MunO9Xh > .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); }#MXFtlKOBvbmrPoUK2aBMrI5h6MunO9Xh > .row .container { border-width: 0; border-radius: 0; }#MXFtlKOBvbmrPoUK2aBMrI5h6MunO9Xh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MXFtlKOBvbmrPoUK2aBMrI5h6MunO9Xh > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:60rem;position:relative;display:block; }#ZRTXrH5FSwps1RwQPTn2xXEykG35cA6L { color:rgba(var(--color-tertiary-3),1);display:block;width:25.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:2.92448125rem;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; }
#cwkEMRXmkzHTIuaStuDJErHlE46upVdl { color:rgba(var(--color-tertiary-3),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:17.6875rem;left:0rem;height:6.3965rem;font-style:normal;display:block; }
#ViUpkHrZZvFVnLhzNliN08yrzKEhFfo3 { color:rgba(var(--color-tertiary-3),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:10.5rem;left:0rem;height:5.8483875rem;font-style:normal;display:block; }
#UhTqg2eDD3hy1AmBu46ivLOTN5crZpvE { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:0.125rem;top:10.125rem;left:29.96875rem;display:block; }
#TIhXNbcPXpfZ211XcfzCZk9A7T6ncLRB { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:6.75rem;top:6.25rem;left:26.65625rem;overflow:hidden;display:block; }
#GZNNSs51C5iL3aJELtUHZWLIiI5UMmeT { color:rgba(var(--color-tertiary-3),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.1875rem;left:34.375rem;height:1.9494625rem;font-style:normal;display:block; }
#yWAlTUiTEKMSuWbviV8SGNmditx5ldSO { color:rgba(var(--color-tertiary-3),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:9.0625rem;left:34.375rem;height:3.19791875rem;font-style:normal;display:block; }
#tKscTXVHRVFlXv0Sq0LqG3nwpm0vGX2g { color:rgba(var(--color-tertiary-3),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:17.75rem;left:34.375rem;height:3.19791875rem;font-style:normal;display:block; }
#Aps6zT6kp1QuDBxeA9qT228hGeFK9WZG { color:rgba(var(--color-tertiary-3),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:15.875rem;left:34.375rem;height:1.9494625rem;font-style:normal;display:block; }
#TzBBeiXGa5yF5LAtdqkKw8qxn99Ow56Z { 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:6.8125rem;width:6.75rem;top:14.9375rem;left:26.6875rem;overflow:hidden;display:block; }
#GbVQVTfLVz7MbuapmP3at7W6NZdaMa6l { color:rgba(var(--color-tertiary-3),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:35.125rem;left:34.375rem;height:3.19791875rem;font-style:normal;display:block; }
#zkEG5bmPs2vH8fgfs6pMVD9T7luX0A6t { color:rgba(var(--color-tertiary-3),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:33.25rem;left:34.375rem;height:1.9494625rem;font-style:normal;display:block; }
#oBlsvvghwHdMBerTeKiJtp3ARx2WqyaI { color:rgba(var(--color-tertiary-3),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:26.4375rem;left:34.375rem;height:3.19791875rem;font-style:normal;display:block; }
#wM7rnPN2Ux0t8LmDzswfs7y7WMtkPDBo { color:rgba(var(--color-tertiary-3),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:24.5625rem;left:34.375rem;height:1.9494625rem;font-style:normal;display:block; }
#AAztSlSdQTixO3eHSGOcJRiC9LzGwwUn { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:6.75rem;top:23.625rem;left:26.6875rem;overflow:hidden;display:block; }
#c9ui4vWsCNkXoQMVsGThJgIsCqL7kB97 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:6.75rem;top:32.3125rem;left:26.6875rem;overflow:hidden;display:block; }
#VNpb2LSwdTX1IobOGaDdRsxisdmL1NWR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),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; }#VNpb2LSwdTX1IobOGaDdRsxisdmL1NWR > .row .container { background-color: transparent; background-image: none; }#VNpb2LSwdTX1IobOGaDdRsxisdmL1NWR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNpb2LSwdTX1IobOGaDdRsxisdmL1NWR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNpb2LSwdTX1IobOGaDdRsxisdmL1NWR > .row .container > .video-iframe-container { display: none; }#VNpb2LSwdTX1IobOGaDdRsxisdmL1NWR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNpb2LSwdTX1IobOGaDdRsxisdmL1NWR > .row > .video-iframe-container { display: none; }#VNpb2LSwdTX1IobOGaDdRsxisdmL1NWR > .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); }#VNpb2LSwdTX1IobOGaDdRsxisdmL1NWR > .row .container { border-width: 0; border-radius: 0; }#VNpb2LSwdTX1IobOGaDdRsxisdmL1NWR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VNpb2LSwdTX1IobOGaDdRsxisdmL1NWR > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:60rem;position:relative;display:block; }#XVrli8aTtPRrJLmbFJEfTlHW0wzzz3Qt { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.8125rem;left:0rem;height:2.92448125rem;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; }
#MGDkc2q2JbTzLAbEu2AffWQRvupsFPpg { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;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:7.6875rem;left:0rem;height:1.9494625rem;font-style:normal;display:block; }
#NBsVJUdITnSVJxTZMyzqbr4VxXQx97rS { 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:3rem;width:10.75rem;top:5.9375rem;left:17.8125rem;overflow:hidden;display:block; }
#xvxn0Bw8nRn36SdEHJUeXKU8Gytuvzwm { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:10.75rem;top:5.9375rem;left:33.5rem;overflow:hidden;display:block; }
#KSGBtPWC7TbmSEhN6pTnLFlaWVQTTnis { 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:3rem;width:10.75rem;top:5.9375rem;left:49.25rem;overflow:hidden;display:block; }
#Ju5iDaxQSWLSulbO5lo2fTMpcPsTZAVo { 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; }#Ju5iDaxQSWLSulbO5lo2fTMpcPsTZAVo > .row .container { background-color: transparent; background-image: none; }#Ju5iDaxQSWLSulbO5lo2fTMpcPsTZAVo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ju5iDaxQSWLSulbO5lo2fTMpcPsTZAVo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ju5iDaxQSWLSulbO5lo2fTMpcPsTZAVo > .row .container > .video-iframe-container { display: none; }#Ju5iDaxQSWLSulbO5lo2fTMpcPsTZAVo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ju5iDaxQSWLSulbO5lo2fTMpcPsTZAVo > .row > .video-iframe-container { display: none; }#Ju5iDaxQSWLSulbO5lo2fTMpcPsTZAVo > .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); }#Ju5iDaxQSWLSulbO5lo2fTMpcPsTZAVo > .row .container { border-width: 0; border-radius: 0; }#Ju5iDaxQSWLSulbO5lo2fTMpcPsTZAVo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ju5iDaxQSWLSulbO5lo2fTMpcPsTZAVo > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:60rem;position:relative;display:block; }#eUQVPTAmKwfTbytS4RAygecpc8Fyog04 { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:2.92448125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z1iyJIuVRcqmrDlqc6xAdTH2Gaoi3uVX { 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; }#z1iyJIuVRcqmrDlqc6xAdTH2Gaoi3uVX > .row .container { background-color: transparent; background-image: none; }#z1iyJIuVRcqmrDlqc6xAdTH2Gaoi3uVX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1iyJIuVRcqmrDlqc6xAdTH2Gaoi3uVX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1iyJIuVRcqmrDlqc6xAdTH2Gaoi3uVX > .row .container > .video-iframe-container { display: none; }#z1iyJIuVRcqmrDlqc6xAdTH2Gaoi3uVX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1iyJIuVRcqmrDlqc6xAdTH2Gaoi3uVX > .row > .video-iframe-container { display: none; }#z1iyJIuVRcqmrDlqc6xAdTH2Gaoi3uVX > .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); }#z1iyJIuVRcqmrDlqc6xAdTH2Gaoi3uVX > .row .container { border-width: 0; border-radius: 0; }#z1iyJIuVRcqmrDlqc6xAdTH2Gaoi3uVX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z1iyJIuVRcqmrDlqc6xAdTH2Gaoi3uVX > .row .container { font-size:0.875rem;font-family:arial;height:21.3125rem;width:60rem;position:relative;display:block; }#R2rMT1k7HX3ZGC3agCs1hvHtZqWVfEsp { 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:7.125rem;width:7.125rem;top:0rem;left:26.4375rem;overflow:hidden;display:block; }
#wP2eS81BwvcexVflW8AMuA75f1NhHrER { color:rgba(var(--color-tertiary-3),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:8.375rem;left:16.59375rem;height:1.9494625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bnSoXMBtZCsUoAFpTPbmPV9XH6mIEIvv { color:rgba(var(--color-tertiary-3),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:10.3125rem;left:16.59375rem;height:7.797875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zrzc0TXJJxTUaRZx247HkB5ahmyMZVsz { position:relative;display:block; }#zrzc0TXJJxTUaRZx247HkB5ahmyMZVsz { background-color: transparent; background-image: none; }#zrzc0TXJJxTUaRZx247HkB5ahmyMZVsz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrzc0TXJJxTUaRZx247HkB5ahmyMZVsz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrzc0TXJJxTUaRZx247HkB5ahmyMZVsz > .row .container > .video-iframe-container { display: none; }#zrzc0TXJJxTUaRZx247HkB5ahmyMZVsz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrzc0TXJJxTUaRZx247HkB5ahmyMZVsz > .row > .video-iframe-container { display: none; }#zrzc0TXJJxTUaRZx247HkB5ahmyMZVsz > .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); }#zrzc0TXJJxTUaRZx247HkB5ahmyMZVsz { border-width: 0; border-radius: 0; }#zrzc0TXJJxTUaRZx247HkB5ahmyMZVsz > .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; }#zrzc0TXJJxTUaRZx247HkB5ahmyMZVsz > .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.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#H9qawvqS8NVwUkIont74VW4LBCtEa9IC { color:rgba(var(--color-tertiary-3),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:8.4375rem;left:1.625rem;height:4.7973625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m4pGhsUwDVp6xMoSscD9sTDnnHkqRK8d { color:rgba(var(--color-tertiary-3),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:6.5rem;left:1.625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#peumFznJKwUvgghSAXFUWLwERzaWyqs1 { 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:5.3125rem;width:5.3125rem;top:0rem;left:12.34375rem;overflow:hidden;display:block; }
#UT3k3lJLX2cV4hGAWlc7kC1ZxpZAJmOq { color:rgba(var(--color-tertiary-3),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:8.4375rem;left:31.625rem;height:4.7973625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uONKE6eV1R6Rw71KJ295h6SAqdEyq3TQ { color:rgba(var(--color-tertiary-3),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:6.5rem;left:31.625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iXdM3qpFTWyTf50ssyZR3uaiIObR53XJ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:0rem;left:42.3125rem;overflow:hidden;display:block; }
#Zr02AomedEOyw5DDqEtIoEZPP172CAL5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:url("https://images.assets-landingi.com/ba1Jncqg/bg_footer.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Zr02AomedEOyw5DDqEtIoEZPP172CAL5.adaptive-delivery-prevent-bg, #Zr02AomedEOyw5DDqEtIoEZPP172CAL5.lazyload, #Zr02AomedEOyw5DDqEtIoEZPP172CAL5.lazyloading { background-image: none; }#Zr02AomedEOyw5DDqEtIoEZPP172CAL5 > .row .container { background-color: transparent; background-image: none; }#Zr02AomedEOyw5DDqEtIoEZPP172CAL5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zr02AomedEOyw5DDqEtIoEZPP172CAL5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zr02AomedEOyw5DDqEtIoEZPP172CAL5 > .row .container > .video-iframe-container { display: none; }#Zr02AomedEOyw5DDqEtIoEZPP172CAL5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zr02AomedEOyw5DDqEtIoEZPP172CAL5 > .row > .video-iframe-container { display: none; }#Zr02AomedEOyw5DDqEtIoEZPP172CAL5 > .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); }#Zr02AomedEOyw5DDqEtIoEZPP172CAL5 > .row .container { border-width: 0; border-radius: 0; }#Zr02AomedEOyw5DDqEtIoEZPP172CAL5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zr02AomedEOyw5DDqEtIoEZPP172CAL5 > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:60rem;position:relative;display:block; }#KGdSanFol5ZrL9XzM8QqQReyBpXTITmh { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:20.25rem;width:32.6875rem;top:6.03125rem;left:0rem;display:block; }
#kmJlL9ULFm75n1IL27dCwO2mpE0bESXV { color:rgba(var(--color-tertiary-3),1);display:block;width:28rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:8.8125rem;left:2.375rem;height:3.90014375rem;font-style:normal;display:block; }
#mcsKdoNQd0o3yak9TASJeRbKsWzKlNZ2 { color:rgba(var(--color-tertiary-3),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.625rem;left:2.375rem;height:1.9494625rem;font-style:normal;display:block; }
#ZMOwDZcMNyowVqzOwdXqtRQRb7SHx70I { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:5.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:18.4375rem;left:2.375rem;display:block; }
#sb1D1EP27PK54HTNfVGAzFLmscv8AJOb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WEkMKiTemTq3IdR7rV0oQActpcFEERw9 { display:block; }#WEkMKiTemTq3IdR7rV0oQActpcFEERw9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kfq9JOTGPLrlzPvdpxxaXFefi0GZ2fUx { top:0.75rem;left:12.15625rem;width:23.4375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #foG2ovFgsftE2ITpCoPagwKtRTDbNPak { display:block; }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pb9cgTbmv4mnDIVeUHwT5DgrE9zmKqhZ { width:18.75rem;height:2.9375rem;top:3.3125rem;left:29rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-input-text {padding-top: 0; padding-bottom: 0;}#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-input-select {padding-top: 0; padding-bottom: 0;}#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p  { width:17.5rem;height:auto;top:6.25rem;left:27.75rem; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p {display:block;}#Hpb4QQGOS0endoqshIk13usuyHI6TT8p { width:17.5rem;height:auto;top:6.25rem;left:27.75rem; }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #JHhixyboef8p7nBsh84S5EyBOPUvgINg {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #KcFDoqhzZB2wSW8w7HH8OTpHuSLeeiwV { display:block; }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #LZauVVbNGSHoVLKN8BJlpVrvF0pcCwgu {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #s34I7OIcrReBa0Xh0lhrH6hXzuu8RUbr {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #wrf5roQcIbKesTChrC2TRRWE5EiGV45U { display:block; }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #EX4krMahyGzzv3nTAlBuaon4uSNds4h8 {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #rEoFtg8rHWyiabeC95okDTKgxNVTgTuR {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #PeaaQ3LJyaO9086hQZGiMeUkxhQ3Vigd {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #adISZRvMfgydunpANXDAoqvlyazHP0ec {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #SCmgaTEKay3NGDMtrZeBo7VJ0WJRDEKU {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #CknaqRTu66KBEsUe5hzXzEWP9xhRfptl {  }
 }@media only screen and (max-width: 763px) { #VOy95TgP4bzV1VKSWZGbFd7J3LAMQwB4 { top:1.6875rem;left:27.75rem;width:20rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdTrrvqN9CxgpRqUBAUgMrTSv5zW8dcp { display:block; }#VdTrrvqN9CxgpRqUBAUgMrTSv5zW8dcp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MEZR3PmpPXMTW7WWtILhinvnHEWH2KJv { display:block; }#MEZR3PmpPXMTW7WWtILhinvnHEWH2KJv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DOFhRUugG9LR5qAn7n98PZUfswCiQnEf { width:47.75rem;height:;top:0.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzPEfwKR3zAXfhTunb2UTiicT0qMRN6D { display:block; }#rzPEfwKR3zAXfhTunb2UTiicT0qMRN6D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Crdb7LM2Avs2Bv608mmGAfnxNISpfV3Q { width:47.75rem;height:13.125rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgcuzC2RtymRfOwwRAxDHdyGpIasJOcv { display:block; }#SgcuzC2RtymRfOwwRAxDHdyGpIasJOcv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iC65ni8devQV4K0TfBTJxpm30xTLHhk1 { display:block; }#iC65ni8devQV4K0TfBTJxpm30xTLHhk1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUrxDAH9IUxFgTZcpO10ZRyJJEA922Hb { width:47.75rem;height:;top:0.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3PTcdhSTSvStqSe70TXcptLlP8ml79I { display:block; }#B3PTcdhSTSvStqSe70TXcptLlP8ml79I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oNSwFXptdTpBT181DUNEUaqW9QaXO8FF { width:12.25rem;height:3.1875rem;top:9.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8HqRHPydyKWi6ISwIQw6feP2MSNIxSP { width:4.375rem;height:4.375rem;top:2.6875rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfppJNN277yDlsmyPSrJm2TnWqES4Fm4 { width:12.875rem;height:13.3125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyJrP59T6GwOnRwGfNJAZf1szWw0Urs6 { width:4.375rem;height:4.375rem;top:2.6875rem;left:15.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoSmV7rqgwu4fgSZI1JphgpiDdCTWumO { width:12.875rem;height:13.3125rem;top:1.5rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC3aQ2akO56JhU2qfFnfvdWUpbiF485c { width:12.25rem;height:3.1875rem;top:9.875rem;left:11.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncdX6VQVe8zxgMgrMWGeUdfxUVyAi8zV { width:12.875rem;height:13.3125rem;top:1.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOWR5cJiKT20v7iMgln6c819ZEetapHl { width:12.25rem;height:3.1875rem;top:9.875rem;left:23.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWQKmsUbQsLRSS3Ay7UvuADOtXdXv2DR { width:4.375rem;height:4.375rem;top:2.6875rem;left:27.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqAfT8fOAPPPXRDVsHHF2vXiRG7Uq9hF { width:12.875rem;height:13.3125rem;top:1.5rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL0UaOy2Cwzt4eiKrKXKepZcdli1F1NC { width:12.25rem;height:3.1875rem;top:9.875rem;left:35.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9wp1BRrQn2RUgo8s5zV8x7GaMhEQUbH { width:4.375rem;height:4.375rem;top:2.6875rem;left:39.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItsIlqyMAXKgXftoy60pGTOUVHQdoX9k { display:block; }#ItsIlqyMAXKgXftoy60pGTOUVHQdoX9k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rvkHRc0x8U4GfgUf3ArEJL8XR4y5oE6a { width:12.25rem;height:3.1875rem;top:9.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpmNc9v0lCS9B5MmAmVZvLJJvI869U1H { width:4.375rem;height:4.375rem;top:2.6875rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PytyN9uEkXVlzPTxG1k4D0ZFglE1PkHX { width:12.875rem;height:13.3125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyDdkqX2QKvcGJKmDnWq9DIHtOivuO1K { width:4.375rem;height:4.375rem;top:2.6875rem;left:15.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpiHZDCdUU21cTnAHkCeCXloZ13QEd9p { width:12.875rem;height:13.3125rem;top:1.4375rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3WsT44QsieAQFWbGLJCVGgUGLnJXZPQ { width:12.25rem;height:3.1875rem;top:9.875rem;left:11.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lo4ErDBoClm3RsdOt10TxRJ2DZVePgFh { width:12.875rem;height:13.3125rem;top:1.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F31QCxRDEAIB9UxeDqHGT4zlbw7GUGIS { width:12.25rem;height:3.1875rem;top:9.875rem;left:23.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbMAQwi3TfOXGTCdNidpLzJOU5Ix86Q7 { width:4.375rem;height:4.375rem;top:2.6875rem;left:27.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR2KUZP2TawxfEcSWyO8gcyvc0msg6Cp { width:12.875rem;height:13.3125rem;top:1.5rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AApBUGT7sxICn7n2LFg43CBHPd0Gn402 { width:12.25rem;height:3.1875rem;top:9.875rem;left:35.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAqGW16qFAxqszp1ueNfT5m6Bz1e3lMi { width:4.375rem;height:4.375rem;top:2.6875rem;left:39.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #knHp9ixTewuwHQUeR0oz5SyRSTWeJ2E6 { display:block; }#knHp9ixTewuwHQUeR0oz5SyRSTWeJ2E6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0xSL3Stwc9UqvOhPGVbnbXdKWQDelMA { display:block; }#a0xSL3Stwc9UqvOhPGVbnbXdKWQDelMA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #clPo3r8UbHy3yg30oXQ90TJ7XwCTQbSJ { width:47.75rem;height:;top:0.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #boetxfN35KUzzTT9rHcQcXxOTiwvk3cH { display:block; }#boetxfN35KUzzTT9rHcQcXxOTiwvk3cH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBLvvsU8FzUKXQMiLUxFcdtvo4FSGU54 { width:18.75rem;height:1.5625rem;top:13.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q13sBvgw06gcnTuqu096TucufosQPkS0 { width:18.75rem;height:16.9375rem;top:6.3125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsQ5a7tzfFMhHmAXg3VPzDmK237mwgzw { width:16.25rem;height:4.75rem;top:16.125rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv7MbPbWU9ztcqNIcunGFvMliLypJGIC { width:18.75rem;height:1.5625rem;top:13.5625rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #onDV2vguMR7yl7JtKo8QD0q1eVNEBQgL { width:3.125rem;height:3.125rem;top:9.1875rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCo4PLJhKzWVoCmMHXkttx3hSBQKgXHc { width:18.75rem;height:16.9375rem;top:6.3125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Io1QctU9yLWXDWL7cR0T9vNQIPDhGJMp { width:16.25rem;height:4.75rem;top:16.125rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nwp2Ccd5HzDLmCVsTMBGTw8ophF7UKdR { width:18.75rem;height:1.5625rem;top:13.5625rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvKk9FHaPf8NCc21ooATqngS46Jm6XRz { width:3.125rem;height:3.125rem;top:9.1875rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uySKsW2rHgcsTi87woyi82E7xmcMP9Rx { display:block; }#uySKsW2rHgcsTi87woyi82E7xmcMP9Rx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTRJTG724v8CreyP301O9WFf1P3gfgPZ { width:47.75rem;height:;top:0.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTAzQTSkL0Wy6IArkUxeUk6v72KQH5e1 { display:block; }#GTAzQTSkL0Wy6IArkUxeUk6v72KQH5e1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQKusgN1hyTVG3M4pzMHoOWlannnaBk5 { display:block; }#FQKusgN1hyTVG3M4pzMHoOWlannnaBk5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqQ6LTNwB03cdo3p1SnX0DFLsgiOhSlD { width:29.5rem;height:2.875rem;top:6.25rem;left:18.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ro6cQoNAViDP6BTNCUJ4p7fa1u7R5aRZ { width:29.5rem;height:6.25rem;top:16.8125rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNtq1U9Lyu32QsmBJao3yqpJrxUaf1Wl { width:25.625rem;height:21.5rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G65LnTce7yzA9EE8k1HLGfG7FnTTZzIz { width:6.6875rem;height:2.875rem;top:24.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4D0dQLEIIbJMhsexahvWECmPTZUXNGR { width:7.5rem;height:2rem;top:25.375rem;left:27.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGO1rNTECVIirSy2TTP6DHGiVAwW7wyK { width:4.4375rem;height:2.875rem;top:24.9375rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhBkcOTzlfD1JwtPzcXHMvTAriQLT4di { width:7.5rem;height:2rem;top:25.375rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXFtlKOBvbmrPoUK2aBMrI5h6MunO9Xh { display:block; }#MXFtlKOBvbmrPoUK2aBMrI5h6MunO9Xh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRTXrH5FSwps1RwQPTn2xXEykG35cA6L { width:25.3125rem;height:2.875rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwkEMRXmkzHTIuaStuDJErHlE46upVdl { width:25.3125rem;height:6.25rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViUpkHrZZvFVnLhzNliN08yrzKEhFfo3 { width:25.3125rem;height:5.8125rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhTqg2eDD3hy1AmBu46ivLOTN5crZpvE { width:0.125rem;height:25rem;top:10.125rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIhXNbcPXpfZ211XcfzCZk9A7T6ncLRB { width:6.75rem;height:6.8125rem;top:6.25rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZNNSs51C5iL3aJELtUHZWLIiI5UMmeT { width:22.5rem;height:1.9375rem;top:7.1875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWAlTUiTEKMSuWbviV8SGNmditx5ldSO { width:22.5rem;height:3.125rem;top:9.0625rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKscTXVHRVFlXv0Sq0LqG3nwpm0vGX2g { width:22.5rem;height:3.125rem;top:17.75rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aps6zT6kp1QuDBxeA9qT228hGeFK9WZG { width:22.5rem;height:1.9375rem;top:15.875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzBBeiXGa5yF5LAtdqkKw8qxn99Ow56Z { width:6.75rem;height:6.8125rem;top:14.9375rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbVQVTfLVz7MbuapmP3at7W6NZdaMa6l { width:22.5rem;height:3.125rem;top:35.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkEG5bmPs2vH8fgfs6pMVD9T7luX0A6t { width:22.5rem;height:1.9375rem;top:33.25rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBlsvvghwHdMBerTeKiJtp3ARx2WqyaI { width:22.5rem;height:3.125rem;top:26.4375rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM7rnPN2Ux0t8LmDzswfs7y7WMtkPDBo { width:22.5rem;height:1.9375rem;top:24.5625rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAztSlSdQTixO3eHSGOcJRiC9LzGwwUn { width:6.75rem;height:6.8125rem;top:23.625rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9ui4vWsCNkXoQMVsGThJgIsCqL7kB97 { width:6.75rem;height:6.8125rem;top:32.3125rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNpb2LSwdTX1IobOGaDdRsxisdmL1NWR { display:block; }#VNpb2LSwdTX1IobOGaDdRsxisdmL1NWR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XVrli8aTtPRrJLmbFJEfTlHW0wzzz3Qt { width:12.5rem;height:2.875rem;top:4.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGDkc2q2JbTzLAbEu2AffWQRvupsFPpg { width:12.5rem;height:1.9375rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBsVJUdITnSVJxTZMyzqbr4VxXQx97rS { width:10.75rem;height:3rem;top:5.9375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvxn0Bw8nRn36SdEHJUeXKU8Gytuvzwm { width:10.75rem;height:3rem;top:5.9375rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSGBtPWC7TbmSEhN6pTnLFlaWVQTTnis { width:10.75rem;height:3rem;top:5.9375rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju5iDaxQSWLSulbO5lo2fTMpcPsTZAVo { display:block; }#Ju5iDaxQSWLSulbO5lo2fTMpcPsTZAVo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eUQVPTAmKwfTbytS4RAygecpc8Fyog04 { width:47.75rem;height:2.875rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1iyJIuVRcqmrDlqc6xAdTH2Gaoi3uVX { display:block; }#z1iyJIuVRcqmrDlqc6xAdTH2Gaoi3uVX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R2rMT1k7HX3ZGC3agCs1hvHtZqWVfEsp { width:7.125rem;height:7.125rem;top:0rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP2eS81BwvcexVflW8AMuA75f1NhHrER { width:26.8125rem;height:1.9375rem;top:8.375rem;left:10.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnSoXMBtZCsUoAFpTPbmPV9XH6mIEIvv { width:26.8125rem;height:7.75rem;top:10.3125rem;left:10.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrzc0TXJJxTUaRZx247HkB5ahmyMZVsz { display:block; }#zrzc0TXJJxTUaRZx247HkB5ahmyMZVsz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9qawvqS8NVwUkIont74VW4LBCtEa9IC { width:26.8125rem;height:4.6875rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4pGhsUwDVp6xMoSscD9sTDnnHkqRK8d { width:26.8125rem;height:1.4375rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #peumFznJKwUvgghSAXFUWLwERzaWyqs1 { width:5.3125rem;height:5.3125rem;top:0rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT3k3lJLX2cV4hGAWlc7kC1ZxpZAJmOq { width:26.8125rem;height:4.6875rem;top:8.4375rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uONKE6eV1R6Rw71KJ295h6SAqdEyq3TQ { width:26.8125rem;height:1.4375rem;top:6.5rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXdM3qpFTWyTf50ssyZR3uaiIObR53XJ { width:5.3125rem;height:5.3125rem;top:0rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr02AomedEOyw5DDqEtIoEZPP172CAL5 { display:block; }#Zr02AomedEOyw5DDqEtIoEZPP172CAL5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KGdSanFol5ZrL9XzM8QqQReyBpXTITmh { width:32.6875rem;height:20.25rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmJlL9ULFm75n1IL27dCwO2mpE0bESXV { width:28rem;height:3.875rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcsKdoNQd0o3yak9TASJeRbKsWzKlNZ2 { width:28rem;height:1.9375rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMOwDZcMNyowVqzOwdXqtRQRb7SHx70I { width:17.75rem;height:5.0625rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb1D1EP27PK54HTNfVGAzFLmscv8AJOb { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WEkMKiTemTq3IdR7rV0oQActpcFEERw9 { display:block; }#WEkMKiTemTq3IdR7rV0oQActpcFEERw9 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kfq9JOTGPLrlzPvdpxxaXFefi0GZ2fUx { width:20rem;height:3.4666666666667rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #foG2ovFgsftE2ITpCoPagwKtRTDbNPak { position:relative;z-index:auto;display:block; }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pb9cgTbmv4mnDIVeUHwT5DgrE9zmKqhZ { width:20rem;height:3rem;top:26.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-input-text {padding-top: 0; padding-bottom: 0;}#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-input-select {padding-top: 0; padding-bottom: 0;}#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p  { width:17.5rem;height:auto;top:28.9375rem;left:0rem; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p {display:block;}#Hpb4QQGOS0endoqshIk13usuyHI6TT8p { width:17.5rem;height:auto;top:28.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #JHhixyboef8p7nBsh84S5EyBOPUvgINg {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #KcFDoqhzZB2wSW8w7HH8OTpHuSLeeiwV { display:block; }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #LZauVVbNGSHoVLKN8BJlpVrvF0pcCwgu {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #s34I7OIcrReBa0Xh0lhrH6hXzuu8RUbr {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #wrf5roQcIbKesTChrC2TRRWE5EiGV45U { display:block; }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #EX4krMahyGzzv3nTAlBuaon4uSNds4h8 {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #rEoFtg8rHWyiabeC95okDTKgxNVTgTuR {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #PeaaQ3LJyaO9086hQZGiMeUkxhQ3Vigd {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #adISZRvMfgydunpANXDAoqvlyazHP0ec {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #SCmgaTEKay3NGDMtrZeBo7VJ0WJRDEKU {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #CknaqRTu66KBEsUe5hzXzEWP9xhRfptl {  }
 }@media only screen and (max-width: 763px) { #VOy95TgP4bzV1VKSWZGbFd7J3LAMQwB4 { width:20rem;height:6.25rem;top:25.346355438233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdTrrvqN9CxgpRqUBAUgMrTSv5zW8dcp { display:block; }#VdTrrvqN9CxgpRqUBAUgMrTSv5zW8dcp > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MEZR3PmpPXMTW7WWtILhinvnHEWH2KJv { display:block; }#MEZR3PmpPXMTW7WWtILhinvnHEWH2KJv > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DOFhRUugG9LR5qAn7n98PZUfswCiQnEf { width:20rem;height:2.11198125rem;top:0.81770896911619rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzPEfwKR3zAXfhTunb2UTiicT0qMRN6D { display:block; }#rzPEfwKR3zAXfhTunb2UTiicT0qMRN6D > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Crdb7LM2Avs2Bv608mmGAfnxNISpfV3Q { width:20rem;height:35.6771125rem;top:1.2213554382324rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgcuzC2RtymRfOwwRAxDHdyGpIasJOcv { display:block; }#SgcuzC2RtymRfOwwRAxDHdyGpIasJOcv > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iC65ni8devQV4K0TfBTJxpm30xTLHhk1 { display:block; }#iC65ni8devQV4K0TfBTJxpm30xTLHhk1 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUrxDAH9IUxFgTZcpO10ZRyJJEA922Hb { width:20rem;height:2.11198125rem;top:0.81640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3PTcdhSTSvStqSe70TXcptLlP8ml79I { display:block; }#B3PTcdhSTSvStqSe70TXcptLlP8ml79I > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oNSwFXptdTpBT181DUNEUaqW9QaXO8FF { width:11.25rem;height:3.1979125rem;top:3.3997397422791rem;left:7.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m8HqRHPydyKWi6ISwIQw6feP2MSNIxSP { width:4.375rem;height:4.375rem;top:2.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfppJNN277yDlsmyPSrJm2TnWqES4Fm4 { width:18.75rem;height:7.5rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyJrP59T6GwOnRwGfNJAZf1szWw0Urs6 { width:4.375rem;height:4.375rem;top:19.4375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoSmV7rqgwu4fgSZI1JphgpiDdCTWumO { width:12.875rem;height:13.3125rem;top:18.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC3aQ2akO56JhU2qfFnfvdWUpbiF485c { width:12.25rem;height:3.19791875rem;top:26.625rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncdX6VQVe8zxgMgrMWGeUdfxUVyAi8zV { width:12.875rem;height:13.3125rem;top:32.8125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOWR5cJiKT20v7iMgln6c819ZEetapHl { width:12.25rem;height:3.19791875rem;top:41.1875rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWQKmsUbQsLRSS3Ay7UvuADOtXdXv2DR { width:4.375rem;height:4.375rem;top:34rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqAfT8fOAPPPXRDVsHHF2vXiRG7Uq9hF { width:12.875rem;height:13.3125rem;top:47.375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL0UaOy2Cwzt4eiKrKXKepZcdli1F1NC { width:12.25rem;height:3.1979125rem;top:55.75rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9wp1BRrQn2RUgo8s5zV8x7GaMhEQUbH { width:4.375rem;height:4.375rem;top:48.5625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItsIlqyMAXKgXftoy60pGTOUVHQdoX9k { display:block; }#ItsIlqyMAXKgXftoy60pGTOUVHQdoX9k > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rvkHRc0x8U4GfgUf3ArEJL8XR4y5oE6a { width:16.25rem;height:1.59895625rem;top:9.625rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DpmNc9v0lCS9B5MmAmVZvLJJvI869U1H { width:3.125rem;height:3.125rem;top:2.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PytyN9uEkXVlzPTxG1k4D0ZFglE1PkHX { width:18.75rem;height:17rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyDdkqX2QKvcGJKmDnWq9DIHtOivuO1K { width:4.375rem;height:4.375rem;top:19.5rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpiHZDCdUU21cTnAHkCeCXloZ13QEd9p { width:12.875rem;height:13.3125rem;top:18.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3WsT44QsieAQFWbGLJCVGgUGLnJXZPQ { width:12.25rem;height:3.1979125rem;top:26.6875rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lo4ErDBoClm3RsdOt10TxRJ2DZVePgFh { width:12.875rem;height:13.3125rem;top:32.8125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F31QCxRDEAIB9UxeDqHGT4zlbw7GUGIS { width:12.25rem;height:3.1979125rem;top:41.1875rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbMAQwi3TfOXGTCdNidpLzJOU5Ix86Q7 { width:4.375rem;height:4.375rem;top:34rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR2KUZP2TawxfEcSWyO8gcyvc0msg6Cp { width:12.875rem;height:13.3125rem;top:47.375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AApBUGT7sxICn7n2LFg43CBHPd0Gn402 { width:12.25rem;height:3.19791875rem;top:55.75rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAqGW16qFAxqszp1ueNfT5m6Bz1e3lMi { width:4.375rem;height:4.375rem;top:48.5625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #knHp9ixTewuwHQUeR0oz5SyRSTWeJ2E6 { display:block; }#knHp9ixTewuwHQUeR0oz5SyRSTWeJ2E6 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0xSL3Stwc9UqvOhPGVbnbXdKWQDelMA { display:block; }#a0xSL3Stwc9UqvOhPGVbnbXdKWQDelMA > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #clPo3r8UbHy3yg30oXQ90TJ7XwCTQbSJ { width:20rem;height:4.875rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #boetxfN35KUzzTT9rHcQcXxOTiwvk3cH { display:block; }#boetxfN35KUzzTT9rHcQcXxOTiwvk3cH > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBLvvsU8FzUKXQMiLUxFcdtvo4FSGU54 { width:18.75rem;height:1.29948125rem;top:7.0625rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q13sBvgw06gcnTuqu096TucufosQPkS0 { width:18.75rem;height:17rem;top:18.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsQ5a7tzfFMhHmAXg3VPzDmK237mwgzw { width:16.25rem;height:4.7973625rem;top:28.0625rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jv7MbPbWU9ztcqNIcunGFvMliLypJGIC { width:18.75rem;height:1.29948125rem;top:25.5rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #onDV2vguMR7yl7JtKo8QD0q1eVNEBQgL { width:3.125rem;height:3.125rem;top:21.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCo4PLJhKzWVoCmMHXkttx3hSBQKgXHc { width:18.75rem;height:17rem;top:36.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Io1QctU9yLWXDWL7cR0T9vNQIPDhGJMp { width:16.25rem;height:4.7973625rem;top:46.3125rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nwp2Ccd5HzDLmCVsTMBGTw8ophF7UKdR { width:18.75rem;height:1.29948125rem;top:43.75rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GvKk9FHaPf8NCc21ooATqngS46Jm6XRz { width:3.125rem;height:3.125rem;top:39.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uySKsW2rHgcsTi87woyi82E7xmcMP9Rx { display:block; }#uySKsW2rHgcsTi87woyi82E7xmcMP9Rx > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTRJTG724v8CreyP301O9WFf1P3gfgPZ { width:20rem;height:12.1875rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTAzQTSkL0Wy6IArkUxeUk6v72KQH5e1 { display:block; }#GTAzQTSkL0Wy6IArkUxeUk6v72KQH5e1 > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQKusgN1hyTVG3M4pzMHoOWlannnaBk5 { display:block; }#FQKusgN1hyTVG3M4pzMHoOWlannnaBk5 > .row .container { width:20rem;height:45.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqQ6LTNwB03cdo3p1SnX0DFLsgiOhSlD { width:20rem;height:2.4375rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ro6cQoNAViDP6BTNCUJ4p7fa1u7R5aRZ { width:20rem;height:9.59475rem;top:11.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNtq1U9Lyu32QsmBJao3yqpJrxUaf1Wl { width:20rem;height:16.780487804878rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G65LnTce7yzA9EE8k1HLGfG7FnTTZzIz { width:6.6875rem;height:2.4375rem;top:38.4375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4D0dQLEIIbJMhsexahvWECmPTZUXNGR { width:7.5rem;height:1.7504875rem;top:38.8125rem;left:9.375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGO1rNTECVIirSy2TTP6DHGiVAwW7wyK { width:4.4375rem;height:2.4375rem;top:40.875rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhBkcOTzlfD1JwtPzcXHMvTAriQLT4di { width:7.5rem;height:1.7504875rem;top:41.25rem;left:8.5625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXFtlKOBvbmrPoUK2aBMrI5h6MunO9Xh { display:block; }#MXFtlKOBvbmrPoUK2aBMrI5h6MunO9Xh > .row .container { width:20rem;height:81.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRTXrH5FSwps1RwQPTn2xXEykG35cA6L { width:20rem;height:2.4375rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwkEMRXmkzHTIuaStuDJErHlE46upVdl { width:20rem;height:7.995625rem;top:10.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViUpkHrZZvFVnLhzNliN08yrzKEhFfo3 { width:20rem;height:4.875rem;top:5.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhTqg2eDD3hy1AmBu46ivLOTN5crZpvE { width:0.125rem;height:40.625rem;top:25.0625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIhXNbcPXpfZ211XcfzCZk9A7T6ncLRB { width:6.75rem;height:6.8125rem;top:19.9375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZNNSs51C5iL3aJELtUHZWLIiI5UMmeT { width:20rem;height:1.625rem;top:27.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWAlTUiTEKMSuWbviV8SGNmditx5ldSO { width:20rem;height:4.7973625rem;top:29.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKscTXVHRVFlXv0Sq0LqG3nwpm0vGX2g { width:20rem;height:4.7973625rem;top:44.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aps6zT6kp1QuDBxeA9qT228hGeFK9WZG { width:20rem;height:1.625rem;top:42.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzBBeiXGa5yF5LAtdqkKw8qxn99Ow56Z { width:6.75rem;height:6.8125rem;top:35.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbVQVTfLVz7MbuapmP3at7W6NZdaMa6l { width:20rem;height:4.7973625rem;top:74.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkEG5bmPs2vH8fgfs6pMVD9T7luX0A6t { width:20rem;height:1.625rem;top:72.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBlsvvghwHdMBerTeKiJtp3ARx2WqyaI { width:20rem;height:4.7973625rem;top:59.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM7rnPN2Ux0t8LmDzswfs7y7WMtkPDBo { width:20rem;height:1.625rem;top:57.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAztSlSdQTixO3eHSGOcJRiC9LzGwwUn { width:6.75rem;height:6.8125rem;top:49.5625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9ui4vWsCNkXoQMVsGThJgIsCqL7kB97 { width:6.75rem;height:6.8125rem;top:64.875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNpb2LSwdTX1IobOGaDdRsxisdmL1NWR { display:block; }#VNpb2LSwdTX1IobOGaDdRsxisdmL1NWR > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XVrli8aTtPRrJLmbFJEfTlHW0wzzz3Qt { width:12.5rem;height:2.4375rem;top:2.5rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGDkc2q2JbTzLAbEu2AffWQRvupsFPpg { width:12.5rem;height:1.625rem;top:5.375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBsVJUdITnSVJxTZMyzqbr4VxXQx97rS { width:10.75rem;height:3rem;top:8.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvxn0Bw8nRn36SdEHJUeXKU8Gytuvzwm { width:10.75rem;height:3rem;top:11.875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSGBtPWC7TbmSEhN6pTnLFlaWVQTTnis { width:10.75rem;height:3rem;top:15.5rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju5iDaxQSWLSulbO5lo2fTMpcPsTZAVo { display:block; }#Ju5iDaxQSWLSulbO5lo2fTMpcPsTZAVo > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eUQVPTAmKwfTbytS4RAygecpc8Fyog04 { width:20rem;height:2.4375rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1iyJIuVRcqmrDlqc6xAdTH2Gaoi3uVX { display:block; }#z1iyJIuVRcqmrDlqc6xAdTH2Gaoi3uVX > .row .container { width:20rem;height:16.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R2rMT1k7HX3ZGC3agCs1hvHtZqWVfEsp { width:5.625rem;height:5.625rem;top:0rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP2eS81BwvcexVflW8AMuA75f1NhHrER { width:20rem;height:1.625rem;top:6.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnSoXMBtZCsUoAFpTPbmPV9XH6mIEIvv { width:20rem;height:8.125rem;top:7.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrzc0TXJJxTUaRZx247HkB5ahmyMZVsz { display:block; }#zrzc0TXJJxTUaRZx247HkB5ahmyMZVsz > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9qawvqS8NVwUkIont74VW4LBCtEa9IC { width:20rem;height:6.3965rem;top:7.375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m4pGhsUwDVp6xMoSscD9sTDnnHkqRK8d { width:20rem;height:1.4624rem;top:5.9375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #peumFznJKwUvgghSAXFUWLwERzaWyqs1 { width:5.3125rem;height:5.3125rem;top:0rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT3k3lJLX2cV4hGAWlc7kC1ZxpZAJmOq { width:20rem;height:6.3965rem;top:22rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uONKE6eV1R6Rw71KJ295h6SAqdEyq3TQ { width:20rem;height:1.4624rem;top:20.5625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iXdM3qpFTWyTf50ssyZR3uaiIObR53XJ { width:5.3125rem;height:5.3125rem;top:14.625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr02AomedEOyw5DDqEtIoEZPP172CAL5 { background-color:#585858;background-image:url("https://images.assets-landingi.com/ba1Jncqg/bg_footer.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Zr02AomedEOyw5DDqEtIoEZPP172CAL5.adaptive-delivery-prevent-bg, #Zr02AomedEOyw5DDqEtIoEZPP172CAL5.lazyload, #Zr02AomedEOyw5DDqEtIoEZPP172CAL5.lazyloading { background-image: none; }#Zr02AomedEOyw5DDqEtIoEZPP172CAL5 > .row .container { background-color: transparent; background-image: none; }#Zr02AomedEOyw5DDqEtIoEZPP172CAL5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zr02AomedEOyw5DDqEtIoEZPP172CAL5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zr02AomedEOyw5DDqEtIoEZPP172CAL5 > .row .container > .video-iframe-container { display: none; }#Zr02AomedEOyw5DDqEtIoEZPP172CAL5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zr02AomedEOyw5DDqEtIoEZPP172CAL5 > .row > .video-iframe-container { display: none; }#Zr02AomedEOyw5DDqEtIoEZPP172CAL5 > .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); }#Zr02AomedEOyw5DDqEtIoEZPP172CAL5 > .row .container { width:20rem;height:22.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KGdSanFol5ZrL9XzM8QqQReyBpXTITmh { width:20rem;height:17.6875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmJlL9ULFm75n1IL27dCwO2mpE0bESXV { width:18.75rem;height:5.84895625rem;top:3.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcsKdoNQd0o3yak9TASJeRbKsWzKlNZ2 { width:18.75rem;height:3.25rem;top:9.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMOwDZcMNyowVqzOwdXqtRQRb7SHx70I { width:17.75rem;height:5.0625rem;top:13.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb1D1EP27PK54HTNfVGAzFLmscv8AJOb { display:block; }
 }