.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:242,226,226;--color-primary-1:237,151,151;--color-primary-2:190,109,109;--color-primary-3:255,0,0;--color-primary-4:38,22,22;--color-secondary-0:255,210,228;--color-secondary-1:236,166,167;--color-secondary-2:255,32,121;--color-secondary-3:199,34,41;--color-secondary-4:51,6,24;--color-tertiary-0:255,255,255;--color-tertiary-1:165,167,177;--color-tertiary-2:105,109,125;--color-tertiary-3:63,65,75;--color-tertiary-4:5,11,38;--headlines-font-family:"ubuntu";--paragraphs-font-family:"ubuntu"; }@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; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF { position:relative;z-index:auto;display:block; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF { background-color: transparent; background-image: none; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container > .video-iframe-container { display: none; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row > .video-iframe-container { display: none; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .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); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF { border-width: 0; border-radius: 0; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(125deg, rgba(var(--color-tertiary-0),0.23), #d6d5d3);background-image: -moz-linear-gradient(125deg, rgba(var(--color-tertiary-0),0.23), #d6d5d3);background-image: -ms-linear-gradient(125deg, rgba(var(--color-tertiary-0),0.23), #d6d5d3);background-image: -o-linear-gradient(125deg, rgba(var(--color-tertiary-0),0.23), #d6d5d3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.23)', endColorstr='#d6d5d3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.23)', endColorstr='#d6d5d3' );";background-image: linear-gradient(125deg, rgba(var(--color-tertiary-0),0.23), #d6d5d3);background-size:auto !important;font-size:0.875rem;font-family:arial;height:5.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#bRvhVkGN5wVHcSTz4bT2ZQVP0aTnnXBs { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;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.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:1.3125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:1.09375rem;left:44.4375rem;display:block; }
#PB9rZNBgqAR7dZwJhiCsGBoV02ud5zSO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wxIOmU1R2NoGuZFaEMlvcFSfVJEXnNdH { position:absolute;display:block;z-index:15014;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.375rem;width:9.75rem;top:0rem;left:0.875rem;overflow:hidden;display:block; }
#xDX7fuXgTFBWnD0HeGyiVcIT178brLUK { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:2.7490234375rem;left:41.9365234375rem; }
#TlESrxwnnqJxVQEew1lHnRKTx1EOeD6v { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:0.8125rem;left:41.75rem; }
#tXGqrFt7Olnho6DzraVOQQUeQWSKACzz { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#050505;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.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:1.3125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:3.310546875rem;left:45.1220703125rem;display:block; }
#WEJpiOLAAt7ladQLHZC1PDvx4zFPgOte { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ { position:relative;z-index:auto;display:block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ { background-color: transparent; background-image: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(65,65,65,0.42); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(65,65,65,0.42); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ { border-width: 0; border-radius: 0; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/06a1c3b4-af38-4e76-810e-4fee8682605b/d6f82b8ce6cc529efffb432c6cfdb2b0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;width:60rem;height:53.1875rem;font-size:0.875rem;font-family:"open sans";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;display:block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container.adaptive-delivery-prevent-bg, #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container.lazyload, #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container.lazyloading { background-image: none; }#UqhSSrqSTsiWV6lZOCH9d7vb3oIItGpV { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:2.1223964691162rem;left:0rem;height:9.2988125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ReABEcnJyRgJeFUs6ycZIITo2d5AeTVW { color:rgba(var(--color-tertiary-0),1);display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;top:11.93359375rem;left:0.15234375rem;height:4.7246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r0s9ma0hpSn1bAn5JZdD37IlBU5iXz7g { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(199deg, #d6d5d3, #a9a19d);background-image: -moz-linear-gradient(199deg, #d6d5d3, #a9a19d);background-image: -ms-linear-gradient(199deg, #d6d5d3, #a9a19d);background-image: -o-linear-gradient(199deg, #d6d5d3, #a9a19d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d5d3', endColorstr='#a9a19d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d5d3', endColorstr='#a9a19d' );";background-image: linear-gradient(199deg, #d6d5d3, #a9a19d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.33) ;height:26.875rem;width:29.375rem;top:20.311198234558rem;left:15.21875rem;display:block; }
#rFK0B1DFyyiXz5P2ubSS2EMsUDUZTSDJ { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:21.500015258789rem;left:17.03125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r4KprOkH34f4k49GdZvSWxPFukJL3z4U { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:24.625001430511rem;left:17.03125rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-form-header {  }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#000000;width:21.5625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:center;text-align-last:center; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .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:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;width:21.5625rem;box-sizing:border-box;height:3.4375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-text {padding-top: 0; padding-bottom: 0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;width:21.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .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:21.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;text-align:center;text-align-last:center; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-select {padding-top: 0; padding-bottom: 0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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:21.5625rem;height:3.875rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X [class*="-text"]:-moz-placeholder { color:#7e7e7e;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X [class*="-text"]::-moz-placeholder { color:#7e7e7e;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X [class*="-text"]:-ms-input-placeholder { color:#7e7e7e;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X [class*="-text"]::-webkit-input-placeholder { color:#7e7e7e;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .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);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.8);vertical-align:top;width:20.125rem;overflow:hidden;font-style:normal; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .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; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .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; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-container:first-of-type{padding-top:0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-container:last-of-type{padding-bottom:0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:25.892578125rem;left:17.84375rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5625rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .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:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X {display:block;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:25.892578125rem;left:17.84375rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #rUdiQ1hzpDlx3IlFa0lcfizIcHGhEoJM { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #KiexGFyoAh7DN01lTnKruqE2PTmDuVXR { position:relative;display:block; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #sB3JTy6XT1cBxISdorwWdmqDtaiF2P48 { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #vnFS3B3S94b7WKelXqDsWqenpMuIDaHB { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #OyVuV9PoZ8SQisJDTt5D4lW5mNhawTCf { position:relative;display:block; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #T9JK06mraE6fg3vAoTgrVcaiWUvTlhPs { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #TE96QIDZeJdzw7moJOxmXG8mLyJTWPc0 { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #Fq8q2hXNOAHEt9tVQKaTopErT5vpClJ8 { position:relative;display:block; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #qwd3FlUwa847LNCQwsCgeR7kd8MGo76J { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #dqhnUQVrDNObppLGO1ZXQ2On50FmOca0 { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #zkwc28pGfrTlaFHAXZQ4fSlACJzx0wDI { position:relative; }
#DKdAMM4pULXZQsRPfnUdTgfvGR02Pp6G { 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:1.5625rem;width:1.5625rem;top:51.062501907349rem;left:29.21875rem;overflow:hidden;display:block; }
#nBsb9BKbEhlSaeF1kSsqS0aqAdALhfoI { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.625rem;height:1.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:48.343751907349rem;left:26.6875rem;display:block; }
#DxiJsQIclDXMAZ8JTUSqBXP3OGdUZByi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#woeDds7X9LlsHTdeZTPGtaweS33OXyet { position:relative;display:block; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet { background-color: transparent; background-image: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .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); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet { border-width: 0; border-radius: 0; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6e3db, rgba(var(--color-primary-2),0.36));background-image: -moz-linear-gradient(180deg, #e6e3db, rgba(var(--color-primary-2),0.36));background-image: -ms-linear-gradient(180deg, #e6e3db, rgba(var(--color-primary-2),0.36));background-image: -o-linear-gradient(180deg, #e6e3db, rgba(var(--color-primary-2),0.36));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e3db', endColorstr='rgba(var(--color-primary-2),0.36)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e3db', endColorstr='rgba(var(--color-primary-2),0.36)' );";background-image: linear-gradient(180deg, #e6e3db, rgba(var(--color-primary-2),0.36));background-size:auto !important;font-size:0.875rem;font-family:arial;height:15.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#xayqe8GDrG4tEyIzMAOImG0qgTMw0LL5 { color:#ff5335;display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:1.625rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iBZJF5CxKfqwCcZrIKBrGrlvFOhJKtsN { color:#848484;display:block;width:53.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:4.6875rem;left:2.09375rem;height:8.097625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hXxBsueVTmslvvPrGe0nSLFgMcgZUI2I { position:absolute;display:block;z-index:15003;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:0.125rem;width:4.5rem;top:14.25rem;left:27.75rem;display:block; }
#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F { position:relative;display:block; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F { background-color: transparent; background-image: none; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row .container > .video-iframe-container { display: none; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row > .video-iframe-container { display: none; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .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); }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F { border-width: 0; border-radius: 0; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(232,232,232,0.43), rgba(204,204,184,0.37));background-image: -moz-linear-gradient(180deg, rgba(232,232,232,0.43), rgba(204,204,184,0.37));background-image: -ms-linear-gradient(180deg, rgba(232,232,232,0.43), rgba(204,204,184,0.37));background-image: -o-linear-gradient(180deg, rgba(232,232,232,0.43), rgba(204,204,184,0.37));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e86d', endColorstr='#ccccb85e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e86d', endColorstr='#ccccb85e' );";background-image: linear-gradient(180deg, rgba(232,232,232,0.43), rgba(204,204,184,0.37));background-size:cover !important;font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#FdRxzWUhMlTshyGfC5P4wd2mEBcJDeeg { background-color:#151628;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.0302734375rem;left:21.15625rem;display:block; }
#fQBUhBntMfzVTULALvlNTDW5Fe61tm7f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu { position:relative;display:block; }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu { background-color: transparent; background-image: none; }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row .container > .video-iframe-container { display: none; }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row > .video-iframe-container { display: none; }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .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); }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu { border-width: 0; border-radius: 0; }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(13deg, #d6d5d3, rgba(223,223,223,0.17));background-image: -moz-linear-gradient(13deg, #d6d5d3, rgba(223,223,223,0.17));background-image: -ms-linear-gradient(13deg, #d6d5d3, rgba(223,223,223,0.17));background-image: -o-linear-gradient(13deg, #d6d5d3, rgba(223,223,223,0.17));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d5d3', endColorstr='#dfdfdf2b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d5d3', endColorstr='#dfdfdf2b' );";background-image: linear-gradient(13deg, #d6d5d3, rgba(223,223,223,0.17));background-size:auto !important;font-size:0.875rem;font-family:arial;height:30.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#p0oCC7VM9aA6rPstBTsrf6n2UbvaCxMS { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.7;letter-spacing:0;top:20.072265625rem;left:1.59375rem;height:3.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MkiIBWiIOtWvZ490TJCTSMxlt6mDyqFy { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.7;letter-spacing:0;top:19.22265625rem;left:20.78125rem;height:5.09765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WyQyxQQPxb4KmyLMI319TyHDEit1TqNr { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:20.921875rem;left:41.59375rem;height:1.69970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b8RXe7Ba6lk35L9ciUzW4FfI3APUH2Ib { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:17.375rem;width:17.375rem;top:1.375rem;left:21.3125rem;overflow:hidden;display:block; }
#h8iMxWElaQDpNu5wPOuOgbfa9qE0hOap { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:17.375rem;width:18.125rem;top:1.91015625rem;left:40.9375rem;overflow:hidden;display:block; }
#TOmrAm1eST14CWoiFqXgXlsLvotledL2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.1875rem;width:18.1875rem;top:1.09765625rem;left:0.90625rem;overflow:hidden;display:block; }
#UA68QHcg0xTwhtDqCAddkpqvhU8qEv7L { background-color:transparent;background-image: -webkit-linear-gradient(245deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),0.65));background-image: -moz-linear-gradient(245deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),0.65));background-image: -ms-linear-gradient(245deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),0.65));background-image: -o-linear-gradient(245deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),0.65)' );";background-image: linear-gradient(245deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),0.65));background-size:auto !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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.462890625rem;left:3.25rem;display:block; }
#Gf5unywlXk1xR0Zx0oRTQBZF4ytDdG4T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rZ4cdS1evQafAeQDCw2E4BPKoTnSyQ2t { background-color:transparent;background-image: -webkit-linear-gradient(245deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),0.65));background-image: -moz-linear-gradient(245deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),0.65));background-image: -ms-linear-gradient(245deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),0.65));background-image: -o-linear-gradient(245deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),0.65)' );";background-image: linear-gradient(245deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),0.65));background-size:auto !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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:25.462890625rem;left:23.125rem;display:block; }
#CFF1kTPvzrfTnndiFWrMXAJW6Ea608yE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mc9eW5AqQNW24eFkz4x0S02R2NdQROnp { background-color:transparent;background-image: -webkit-linear-gradient(245deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),0.65));background-image: -moz-linear-gradient(245deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),0.65));background-image: -ms-linear-gradient(245deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),0.65));background-image: -o-linear-gradient(245deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),0.65)' );";background-image: linear-gradient(245deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),0.65));background-size:auto !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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:25.462890625rem;left:42.9375rem;display:block; }
#UP4gV2yMhwt0tI3wP2pvSVT6R1KiCDyD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vv4zudAUhqiIeFfNtEyzLliyaeq8LeQ4 { position:relative;display:block; }#vv4zudAUhqiIeFfNtEyzLliyaeq8LeQ4 { background-color: transparent; background-image: none; }#vv4zudAUhqiIeFfNtEyzLliyaeq8LeQ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vv4zudAUhqiIeFfNtEyzLliyaeq8LeQ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vv4zudAUhqiIeFfNtEyzLliyaeq8LeQ4 > .row .container > .video-iframe-container { display: none; }#vv4zudAUhqiIeFfNtEyzLliyaeq8LeQ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vv4zudAUhqiIeFfNtEyzLliyaeq8LeQ4 > .row > .video-iframe-container { display: none; }#vv4zudAUhqiIeFfNtEyzLliyaeq8LeQ4 > .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); }#vv4zudAUhqiIeFfNtEyzLliyaeq8LeQ4 { border-width: 0; border-radius: 0; }#vv4zudAUhqiIeFfNtEyzLliyaeq8LeQ4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vv4zudAUhqiIeFfNtEyzLliyaeq8LeQ4 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(223,223,223,0.3), #d6d5d3);background-image: -moz-linear-gradient(180deg, rgba(223,223,223,0.3), #d6d5d3);background-image: -ms-linear-gradient(180deg, rgba(223,223,223,0.3), #d6d5d3);background-image: -o-linear-gradient(180deg, rgba(223,223,223,0.3), #d6d5d3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf4c', endColorstr='#d6d5d3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf4c', endColorstr='#d6d5d3' );";background-image: linear-gradient(180deg, rgba(223,223,223,0.3), #d6d5d3);background-size:auto !important;font-size:0.875rem;font-family:arial;height:25.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#hsxuNAPFUqtyHwKRtmxDT8ihend7DQ5J { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.7;letter-spacing:0;top:15.958343505859rem;left:1.46875rem;height:3.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qePpDiQgOe7fyAEleqbw0v3xIzBCVyJa { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.7;letter-spacing:0;top:15.958335876465rem;left:40.781253814698rem;height:3.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oQ34qs0vsT2ay4RlDqQIcUFPwUxwxIbV { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:10.8125rem;width:15.875rem;top:2.1142578125rem;left:42.0625rem;overflow:hidden;display:block; }
#FEGmKPXKMOqJurM1M9RJldBCwSWWHSM8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:11.25rem;width:17.4375rem;top:1.8955078125rem;left:1.28125rem;overflow:hidden;display:block; }
#Pl7nQCdFTm0F3ExtGS9OOEwRgVukeGrS { background-color:transparent;background-image: -webkit-linear-gradient(245deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),0.65));background-image: -moz-linear-gradient(245deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),0.65));background-image: -ms-linear-gradient(245deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),0.65));background-image: -o-linear-gradient(245deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),0.65)' );";background-image: linear-gradient(245deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),0.65));background-size:auto !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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.462239265442rem;left:3.1875rem;display:block; }
#UcF1sRlxet3wslZxKDr01DmqdIg34s6T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NidQKIEudFMt6UT8fT8tF3MCfAEcOAUv { background-color:transparent;background-image: -webkit-linear-gradient(245deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),0.65));background-image: -moz-linear-gradient(245deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),0.65));background-image: -ms-linear-gradient(245deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),0.65));background-image: -o-linear-gradient(245deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),0.65)' );";background-image: linear-gradient(245deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),0.65));background-size:auto !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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:20.462239265442rem;left:44.062503814698rem;display:block; }
#FTfsrxWF9i49cLSzs66mRLIqHTQRA42r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EfQtMRTXNtFeoT6ngvpfXStREXaeS2de { 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:25.25rem;width:20.1875rem;top:0.125rem;left:20.01171875rem;overflow:hidden;display:block; }
#PsvpO7f3iZHtibq83PpNRTc235Mop5Ld { position:relative;display:block; }#PsvpO7f3iZHtibq83PpNRTc235Mop5Ld { background-color: transparent; background-image: none; }#PsvpO7f3iZHtibq83PpNRTc235Mop5Ld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsvpO7f3iZHtibq83PpNRTc235Mop5Ld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsvpO7f3iZHtibq83PpNRTc235Mop5Ld > .row .container > .video-iframe-container { display: none; }#PsvpO7f3iZHtibq83PpNRTc235Mop5Ld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsvpO7f3iZHtibq83PpNRTc235Mop5Ld > .row > .video-iframe-container { display: none; }#PsvpO7f3iZHtibq83PpNRTc235Mop5Ld > .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); }#PsvpO7f3iZHtibq83PpNRTc235Mop5Ld { border-width: 0; border-radius: 0; }#PsvpO7f3iZHtibq83PpNRTc235Mop5Ld > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PsvpO7f3iZHtibq83PpNRTc235Mop5Ld > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),0.1), #d6d5d3);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),0.1), #d6d5d3);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),0.1), #d6d5d3);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),0.1), #d6d5d3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),0.1)', endColorstr='#d6d5d3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),0.1)', endColorstr='#d6d5d3' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),0.1), #d6d5d3);background-size:cover !important;font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ZeLTTbQJMfyyW50qHAHHI6nQJetkI7p7 { background-color:#151628;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.0302734375rem;left:21.15625rem;display:block; }
#criA96ToST5wTOOV9xlQmURzuLgwax0u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iZL3g295iN0p004lbpkmdOPnOBblRSXU { position:relative;display:block; }#iZL3g295iN0p004lbpkmdOPnOBblRSXU { background-color: transparent; background-image: none; }#iZL3g295iN0p004lbpkmdOPnOBblRSXU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .row .container > .video-iframe-container { display: none; }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .row > .video-iframe-container { display: none; }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .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); }#iZL3g295iN0p004lbpkmdOPnOBblRSXU { border-width: 0; border-radius: 0; }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d6d5d3, rgba(var(--color-secondary-1),0.12));background-image: -moz-linear-gradient(180deg, #d6d5d3, rgba(var(--color-secondary-1),0.12));background-image: -ms-linear-gradient(180deg, #d6d5d3, rgba(var(--color-secondary-1),0.12));background-image: -o-linear-gradient(180deg, #d6d5d3, rgba(var(--color-secondary-1),0.12));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d5d3', endColorstr='rgba(var(--color-secondary-1),0.12)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d5d3', endColorstr='rgba(var(--color-secondary-1),0.12)' );";background-image: linear-gradient(180deg, #d6d5d3, rgba(var(--color-secondary-1),0.12));background-size:auto !important;font-size:0.875rem;font-family:arial;height:27.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#mpZst9UtDmayGE0cC5vJbfKqcZcHr2HC { color:#3d4051;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.9;letter-spacing:0;top:13.9609375rem;left:1.96875rem;height:11.3965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Aed2D7X380k9qfXy9qa7T7Vb0DoMFWi6 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.72314453125rem;left:4.75rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TQyLwtdhNiQtIfl3KF9VA943sm6Tv0XW { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.72314453125rem;left:25.6875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DFFTMD8HqppkTUDlQWImdeRW7ckby7ep { color:#3d4051;display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.9;letter-spacing:0;top:13.9609375rem;left:20.875rem;height:11.3965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SUN9XpLqSTCElaIDwyXTbhNcUfcUqkka { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:12.72314453125rem;left:45.125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yrkGGMQybmJ02OiLN0ifS4REHevza53X { color:#3d4051;display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.9;letter-spacing:0;top:13.9609375rem;left:40.8125rem;height:11.3965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kwMS8B34LTJTQpH0nFvMZTV0C1VcSO8x { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:11.875rem;width:11.875rem;top:0.00048828125rem;left:4.09375rem;overflow:hidden;display:block; }
#hyxKHbPO59oS34ARorqSSTH8bLIQTgFl { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:13.0625rem;border-top-right-radius:13.0625rem;border-bottom-left-radius:13.0625rem;border-bottom-right-radius:13.0625rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.1) ;height:11.81392rem;width:11.75142rem;top:0.0625rem;left:24.0625rem;display:block; }
#az0462xxndKOHtBUN3sTz0BI39pzUOhx { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #fda63f;border-left:0.125rem solid #fda63f;border-right:0.125rem solid #fda63f;border-bottom:0.125rem solid #fda63f;border-top-left-radius:13.0625rem;border-top-right-radius:13.0625rem;border-bottom-left-radius:13.0625rem;border-bottom-right-radius:13.0625rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.1) ;height:11.81392rem;width:11.75142rem;top:0rem;left:44.0625rem;display:block; }
#QRTWt7NLS1FKZAgszJPMdd7vTHK3PyRR { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:11.625rem;width:8.125rem;top:0.375rem;left:45.9375rem;overflow:hidden;display:block; }
#RlXyLvfBTWxGmB0XFgWwsde54mtiy06o { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #fda63f;border-left:0.125rem solid #fda63f;border-right:0.125rem solid #fda63f;border-bottom:0.125rem solid #fda63f;border-top-left-radius:13.0625rem;border-top-right-radius:13.0625rem;border-bottom-left-radius:13.0625rem;border-bottom-right-radius:13.0625rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.1) ;height:11.75rem;width:11.75rem;top:0.0625rem;left:4rem;display:block; }
#GObxTpRzfnVVzv9tmrEwQK6vf2nNBJRS { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.0625rem;border-top-right-radius:15.0625rem;border-bottom-left-radius:15.0625rem;border-bottom-right-radius:15.0625rem;box-shadow: none;height:10rem;width:6.4375rem;top:0.875rem;left:26.46875rem;overflow:hidden;display:block; }
#xrpavwCNk2RpOo7DO61iHHNToxgLwsEw { position:relative;display:block; }#xrpavwCNk2RpOo7DO61iHHNToxgLwsEw { background-color: transparent; background-image: none; }#xrpavwCNk2RpOo7DO61iHHNToxgLwsEw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrpavwCNk2RpOo7DO61iHHNToxgLwsEw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrpavwCNk2RpOo7DO61iHHNToxgLwsEw > .row .container > .video-iframe-container { display: none; }#xrpavwCNk2RpOo7DO61iHHNToxgLwsEw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrpavwCNk2RpOo7DO61iHHNToxgLwsEw > .row > .video-iframe-container { display: none; }#xrpavwCNk2RpOo7DO61iHHNToxgLwsEw > .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); }#xrpavwCNk2RpOo7DO61iHHNToxgLwsEw { border-width: 0; border-radius: 0; }#xrpavwCNk2RpOo7DO61iHHNToxgLwsEw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xrpavwCNk2RpOo7DO61iHHNToxgLwsEw > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),0.12), #d6d5d3);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),0.12), #d6d5d3);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),0.12), #d6d5d3);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),0.12), #d6d5d3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.12)', endColorstr='#d6d5d3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.12)', endColorstr='#d6d5d3' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),0.12), #d6d5d3);background-size:auto !important;font-size:0.875rem;font-family:arial;height:25.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#EAAZsopKXnW9NTJpKnk9P5qTAlvrXsiO { color:#3d4051;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.9;letter-spacing:0;top:13.4931640625rem;left:0.625rem;height:11.3965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MvV7QraumEcnusk846JS8WJMIrGr0o1v { color:rgba(var(--color-tertiary-4),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.193359375rem;left:4.15625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q2FlNDOJeta0UJOxTDM9BcvUBHch3myV { color:rgba(var(--color-tertiary-4),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.25537109375rem;left:26.0625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dq6gvfoBvJy9SpKxXC4NFasJlMDlsibq { color:#3d4051;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.9;letter-spacing:0;top:13.375rem;left:21.09375rem;height:9.972625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eQQqgDRr8BgO7JJUPdrIBqtznLSbqQSv { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:12.25537109375rem;left:43.5rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W5Ki7T8bzV8OUai3kyRlb5f5GzZsklIN { color:#3d4051;display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.9;letter-spacing:0;top:13.849609375rem;left:40.78125rem;height:10.683625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DLznC4VpPcuQLeQTKHtl5O8P6mJigJTv { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:13.0625rem;border-top-right-radius:13.0625rem;border-bottom-left-radius:13.0625rem;border-bottom-right-radius:13.0625rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.1) ;height:11.81392rem;width:11.75142rem;top:0.0625rem;left:24.0625rem;display:block; }
#QZx8IwqhzvgrPxIXziLcp5M3KPT2LrFA { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #fda63f;border-left:0.125rem solid #fda63f;border-right:0.125rem solid #fda63f;border-bottom:0.125rem solid #fda63f;border-top-left-radius:13.0625rem;border-top-right-radius:13.0625rem;border-bottom-left-radius:13.0625rem;border-bottom-right-radius:13.0625rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.1) ;height:11.81392rem;width:11.75142rem;top:0rem;left:44.0625rem;display:block; }
#Crc9lTTUWwqxlOfuHxXl49TzFoPs6ee5 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #fda63f;border-left:0.125rem solid #fda63f;border-right:0.125rem solid #fda63f;border-bottom:0.125rem solid #fda63f;border-top-left-radius:13.0625rem;border-top-right-radius:13.0625rem;border-bottom-left-radius:13.0625rem;border-bottom-right-radius:13.0625rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.1) ;height:11.75rem;width:11.75rem;top:0.0625rem;left:4rem;display:block; }
#KLTS3krW12vLD5hvxQTQbT1qN4s7gQA5 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:10.4375rem;width:6.6875rem;top:0.875rem;left:46.65625rem;overflow:hidden;display:block; }
#FD5lQN21nNBxctM72UORqMCq85irTKwh { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:9.625rem;width:6.125rem;top:1.28125rem;left:26.9375rem;overflow:hidden;display:block; }
#FqPXpISxN7pSrKzzE19UXKOTtOS0SneS { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:10.1875rem;width:7.9375rem;top:1rem;left:4.9375rem;overflow:hidden;display:block; }
#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF { position:relative;display:block; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF { background-color: transparent; background-image: none; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container > .video-iframe-container { display: none; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row > .video-iframe-container { display: none; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .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); }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF { border-width: 0; border-radius: 0; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(196deg, #d6d5d3, rgba(var(--color-secondary-3),0.41));background-image: -moz-linear-gradient(196deg, #d6d5d3, rgba(var(--color-secondary-3),0.41));background-image: -ms-linear-gradient(196deg, #d6d5d3, rgba(var(--color-secondary-3),0.41));background-image: -o-linear-gradient(196deg, #d6d5d3, rgba(var(--color-secondary-3),0.41));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d5d3', endColorstr='rgba(var(--color-secondary-3),0.41)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d5d3', endColorstr='rgba(var(--color-secondary-3),0.41)' );";background-image: linear-gradient(196deg, #d6d5d3, rgba(var(--color-secondary-3),0.41));background-size:auto !important;font-size:0.875rem;font-family:arial;height:12.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#MFp0HJZJEKSRDxMns1m1tvBQDEshQhxt { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:4.052734375rem;left:0rem;height:2.88720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CnBDoOqQgPEWsQrbbbB5d1yRvftupXiZ { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.9;letter-spacing:0;top:1.1845703125rem;left:0rem;height:2.73095625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B3b758OeUzvN3u64q42F5l2b1cuzxNn5 { background-color:#000000;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:3.436525rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:8.5107421875rem;left:19.96875rem;display:block; }
#zGv7Z8488BkeNIdeLaC7JFSR1C2XXmQ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zmVHa3ZfbtdqEqSPeXhScv4TwSXkZRUx { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:4.91162109375rem;left:9.859375rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pS769vdHbPrSMRKzKssE9W2TlvhwTeMF { display:block; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bRvhVkGN5wVHcSTz4bT2ZQVP0aTnnXBs { width:11.375rem;height:1.3125rem;top:1.0625rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB9rZNBgqAR7dZwJhiCsGBoV02ud5zSO { display:block; }
 }@media only screen and (max-width: 763px) { #wxIOmU1R2NoGuZFaEMlvcFSfVJEXnNdH { width:9.75rem;height:5.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDX7fuXgTFBWnD0HeGyiVcIT178brLUK { width:1.875rem;height:1.875rem;top:2.6875rem;left:35.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlESrxwnnqJxVQEew1lHnRKTx1EOeD6v { width:1.875rem;height:1.875rem;top:0.8125rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXGqrFt7Olnho6DzraVOQQUeQWSKACzz { width:7.5rem;height:1.3125rem;top:3.25rem;left:38.9970703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEJpiOLAAt7ladQLHZC1PDvx4zFPgOte { display:block; }
 }@media only screen and (max-width: 763px) { #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ { display:block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqhSSrqSTsiWV6lZOCH9d7vb3oIItGpV { width:47.75rem;height:9.25rem;top:2.0625rem;left:0rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReABEcnJyRgJeFUs6ycZIITo2d5AeTVW { width:47.75rem;height:4.6875rem;top:11.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0s9ma0hpSn1bAn5JZdD37IlBU5iXz7g { width:29.375rem;height:26.875rem;top:20.25rem;left:9.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFK0B1DFyyiXz5P2ubSS2EMsUDUZTSDJ { width:25.875rem;height:2.4375rem;top:21.4375rem;left:10.9052734375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4KprOkH34f4k49GdZvSWxPFukJL3z4U { width:25.875rem;height:1.4375rem;top:24.5625rem;left:10.9052734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-regular-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-text { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-text {padding-top: 0; padding-bottom: 0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-textarea { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-select { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-select {padding-top: 0; padding-bottom: 0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-button { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.25rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-checkbox-label { width:20.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X  { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .radio-container { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X {display:block;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #rUdiQ1hzpDlx3IlFa0lcfizIcHGhEoJM {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #KiexGFyoAh7DN01lTnKruqE2PTmDuVXR { display:block; }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #sB3JTy6XT1cBxISdorwWdmqDtaiF2P48 {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #vnFS3B3S94b7WKelXqDsWqenpMuIDaHB {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #OyVuV9PoZ8SQisJDTt5D4lW5mNhawTCf {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #T9JK06mraE6fg3vAoTgrVcaiWUvTlhPs {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #TE96QIDZeJdzw7moJOxmXG8mLyJTWPc0 {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #Fq8q2hXNOAHEt9tVQKaTopErT5vpClJ8 {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #qwd3FlUwa847LNCQwsCgeR7kd8MGo76J {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #dqhnUQVrDNObppLGO1ZXQ2On50FmOca0 {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #zkwc28pGfrTlaFHAXZQ4fSlACJzx0wDI {  }
 }@media only screen and (max-width: 763px) { #DKdAMM4pULXZQsRPfnUdTgfvGR02Pp6G { width:1.5625rem;height:1.5625rem;top:51.0625rem;left:23.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBsb9BKbEhlSaeF1kSsqS0aqAdALhfoI { width:6.625rem;height:1.3125rem;top:48.3125rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxiJsQIclDXMAZ8JTUSqBXP3OGdUZByi { display:block; }
 }@media only screen and (max-width: 763px) { #woeDds7X9LlsHTdeZTPGtaweS33OXyet { display:block; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xayqe8GDrG4tEyIzMAOImG0qgTMw0LL5 { width:47.75rem;height:2.375rem;top:1.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBZJF5CxKfqwCcZrIKBrGrlvFOhJKtsN { width:47.75rem;height:8.0625rem;top:4.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXxBsueVTmslvvPrGe0nSLFgMcgZUI2I { width:4.5rem;height:0.125rem;top:14.25rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F { display:block; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdRxzWUhMlTshyGfC5P4wd2mEBcJDeeg { width:17.6875rem;height:3.4375rem;top:1rem;left:15.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQBUhBntMfzVTULALvlNTDW5Fe61tm7f { display:block; }
 }@media only screen and (max-width: 763px) { #c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu { display:block; }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0oCC7VM9aA6rPstBTsrf6n2UbvaCxMS { width:16.8125rem;height:3.375rem;top:20.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkiIBWiIOtWvZ490TJCTSMxlt6mDyqFy { width:18.4375rem;height:5.0625rem;top:19.1875rem;left:13.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyQyxQQPxb4KmyLMI319TyHDEit1TqNr { width:16.8125rem;height:1.6875rem;top:20.875rem;left:30.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8RXe7Ba6lk35L9ciUzW4FfI3APUH2Ib { width:17.375rem;height:17.375rem;top:1.375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8iMxWElaQDpNu5wPOuOgbfa9qE0hOap { width:18.125rem;height:17.375rem;top:1.875rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOmrAm1eST14CWoiFqXgXlsLvotledL2 { width:18.1875rem;height:18.1875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UA68QHcg0xTwhtDqCAddkpqvhU8qEv7L { width:11.875rem;height:2.8125rem;top:25.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gf5unywlXk1xR0Zx0oRTQBZF4ytDdG4T { display:block; }
 }@media only screen and (max-width: 763px) { #rZ4cdS1evQafAeQDCw2E4BPKoTnSyQ2t { width:11.875rem;height:2.8125rem;top:25.4375rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFF1kTPvzrfTnndiFWrMXAJW6Ea608yE { display:block; }
 }@media only screen and (max-width: 763px) { #Mc9eW5AqQNW24eFkz4x0S02R2NdQROnp { width:11.875rem;height:2.8125rem;top:25.4375rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP4gV2yMhwt0tI3wP2pvSVT6R1KiCDyD { display:block; }
 }@media only screen and (max-width: 763px) { #vv4zudAUhqiIeFfNtEyzLliyaeq8LeQ4 { display:block; }#vv4zudAUhqiIeFfNtEyzLliyaeq8LeQ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hsxuNAPFUqtyHwKRtmxDT8ihend7DQ5J { width:16.8125rem;height:3.375rem;top:15.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qePpDiQgOe7fyAEleqbw0v3xIzBCVyJa { width:18.4375rem;height:3.375rem;top:15.9375rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQ34qs0vsT2ay4RlDqQIcUFPwUxwxIbV { width:15.875rem;height:10.8125rem;top:2.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEGmKPXKMOqJurM1M9RJldBCwSWWHSM8 { width:17.4375rem;height:11.25rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl7nQCdFTm0F3ExtGS9OOEwRgVukeGrS { width:11.875rem;height:2.8125rem;top:20.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcF1sRlxet3wslZxKDr01DmqdIg34s6T { display:block; }
 }@media only screen and (max-width: 763px) { #NidQKIEudFMt6UT8fT8tF3MCfAEcOAUv { width:11.875rem;height:2.8125rem;top:20.4375rem;left:33.750003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTfsrxWF9i49cLSzs66mRLIqHTQRA42r { display:block; }
 }@media only screen and (max-width: 763px) { #EfQtMRTXNtFeoT6ngvpfXStREXaeS2de { width:20.1875rem;height:25.25rem;top:0.125rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsvpO7f3iZHtibq83PpNRTc235Mop5Ld { display:block; }#PsvpO7f3iZHtibq83PpNRTc235Mop5Ld > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZeLTTbQJMfyyW50qHAHHI6nQJetkI7p7 { width:17.6875rem;height:3.4375rem;top:1rem;left:15.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #criA96ToST5wTOOV9xlQmURzuLgwax0u { display:block; }
 }@media only screen and (max-width: 763px) { #iZL3g295iN0p004lbpkmdOPnOBblRSXU { display:block; }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpZst9UtDmayGE0cC5vJbfKqcZcHr2HC { width:16.0625rem;height:11.375rem;top:13.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aed2D7X380k9qfXy9qa7T7Vb0DoMFWi6 { width:10.5rem;height:1.25rem;top:12.6875rem;left:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQyLwtdhNiQtIfl3KF9VA943sm6Tv0XW { width:8.625rem;height:1.25rem;top:12.6875rem;left:19.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFFTMD8HqppkTUDlQWImdeRW7ckby7ep { width:18.25rem;height:11.375rem;top:13.9375rem;left:13.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUN9XpLqSTCElaIDwyXTbhNcUfcUqkka { width:9.75rem;height:1.25rem;top:12.6875rem;left:34.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrkGGMQybmJ02OiLN0ifS4REHevza53X { width:18.375rem;height:11.375rem;top:13.9375rem;left:29.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwMS8B34LTJTQpH0nFvMZTV0C1VcSO8x { width:11.875rem;height:11.875rem;top:0rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyxKHbPO59oS34ARorqSSTH8bLIQTgFl { width:11.75rem;height:11.8125rem;top:0.0625rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #az0462xxndKOHtBUN3sTz0BI39pzUOhx { width:11.75rem;height:11.875rem;top:0rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRTWt7NLS1FKZAgszJPMdd7vTHK3PyRR { width:8.125rem;height:11.625rem;top:0.375rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlXyLvfBTWxGmB0XFgWwsde54mtiy06o { width:11.75rem;height:11.75rem;top:0.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GObxTpRzfnVVzv9tmrEwQK6vf2nNBJRS { width:6.4375rem;height:10rem;top:0.875rem;left:20.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrpavwCNk2RpOo7DO61iHHNToxgLwsEw { display:block; }#xrpavwCNk2RpOo7DO61iHHNToxgLwsEw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EAAZsopKXnW9NTJpKnk9P5qTAlvrXsiO { width:18.75rem;height:11.375rem;top:13.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvV7QraumEcnusk846JS8WJMIrGr0o1v { width:11.6875rem;height:1.25rem;top:12.1875rem;left:2.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2FlNDOJeta0UJOxTDM9BcvUBHch3myV { width:7.875rem;height:1.25rem;top:12.25rem;left:19.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq6gvfoBvJy9SpKxXC4NFasJlMDlsibq { width:17.8125rem;height:11.625rem;top:13.375rem;left:13.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQQqgDRr8BgO7JJUPdrIBqtznLSbqQSv { width:13rem;height:1.25rem;top:12.25rem;left:33.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5Ki7T8bzV8OUai3kyRlb5f5GzZsklIN { width:18.4375rem;height:10.625rem;top:13.8125rem;left:29.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLznC4VpPcuQLeQTKHtl5O8P6mJigJTv { width:11.75rem;height:11.8125rem;top:0.0625rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZx8IwqhzvgrPxIXziLcp5M3KPT2LrFA { width:11.75rem;height:11.875rem;top:0rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Crc9lTTUWwqxlOfuHxXl49TzFoPs6ee5 { width:11.75rem;height:11.75rem;top:0.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLTS3krW12vLD5hvxQTQbT1qN4s7gQA5 { width:6.6875rem;height:10.4375rem;top:0.875rem;left:36.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FD5lQN21nNBxctM72UORqMCq85irTKwh { width:6.125rem;height:9.625rem;top:1.25rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqPXpISxN7pSrKzzE19UXKOTtOS0SneS { width:7.9375rem;height:10.1875rem;top:1rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF { display:block; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFp0HJZJEKSRDxMns1m1tvBQDEshQhxt { width:47.75rem;height:2.875rem;top:4rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnBDoOqQgPEWsQrbbbB5d1yRvftupXiZ { width:47.75rem;height:2.6875rem;top:1.125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3b758OeUzvN3u64q42F5l2b1cuzxNn5 { width:20.0625rem;height:3.375rem;top:8.5rem;left:13.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGv7Z8488BkeNIdeLaC7JFSR1C2XXmQ5 { display:block; }
 }@media only screen and (max-width: 763px) { #zmVHa3ZfbtdqEqSPeXhScv4TwSXkZRUx { width:1.875rem;height:1.875rem;top:5.5rem;left:4.359375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pS769vdHbPrSMRKzKssE9W2TlvhwTeMF { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(125deg, rgba(255,255,255,0.23), #d6d5d3);background-image: -moz-linear-gradient(125deg, rgba(255,255,255,0.23), #d6d5d3);background-image: -ms-linear-gradient(125deg, rgba(255,255,255,0.23), #d6d5d3);background-image: -o-linear-gradient(125deg, rgba(255,255,255,0.23), #d6d5d3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff3a', endColorstr='#d6d5d3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff3a', endColorstr='#d6d5d3' );";background-image: linear-gradient(125deg, rgba(255,255,255,0.23), #d6d5d3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container { background-color: transparent; background-image: none; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container > .video-iframe-container { display: none; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row > .video-iframe-container { display: none; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .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); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container { border-width: 0; border-radius: 0; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bRvhVkGN5wVHcSTz4bT2ZQVP0aTnnXBs { width:11.375rem;height:1.3125rem;top:7.65625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB9rZNBgqAR7dZwJhiCsGBoV02ud5zSO { display:block; }
 }@media only screen and (max-width: 763px) { #wxIOmU1R2NoGuZFaEMlvcFSfVJEXnNdH { width:8.125rem;height:4.375rem;top:0rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDX7fuXgTFBWnD0HeGyiVcIT178brLUK { width:1.875rem;height:1.875rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlESrxwnnqJxVQEew1lHnRKTx1EOeD6v { width:1.875rem;height:1.875rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXGqrFt7Olnho6DzraVOQQUeQWSKACzz { width:7.5rem;height:1.3125rem;top:5.46875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEJpiOLAAt7ladQLHZC1PDvx4zFPgOte { display:block; }
 }@media only screen and (max-width: 763px) { #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/06a1c3b4-af38-4e76-810e-4fee8682605b/d6f82b8ce6cc529efffb432c6cfdb2b0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.adaptive-delivery-prevent-bg, #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.lazyload, #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.lazyloading { background-image: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { background-color: transparent; background-image: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .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); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { width:20rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqhSSrqSTsiWV6lZOCH9d7vb3oIItGpV { width:15.3125rem;height:3.5996125rem;top:0.685546875rem;left:2.3427734375rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ReABEcnJyRgJeFUs6ycZIITo2d5AeTVW { width:18.75rem;height:7.03125rem;top:4.994140625rem;left:0.623046875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #r0s9ma0hpSn1bAn5JZdD37IlBU5iXz7g { width:20rem;height:22.9375rem;top:13.435546875rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.33) ;background-color:rgba(214,213,211,0.42);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rFK0B1DFyyiXz5P2ubSS2EMsUDUZTSDJ { width:18.75rem;height:1.70605625rem;top:14.1875rem;left:0.625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r4KprOkH34f4k49GdZvSWxPFukJL3z4U { width:20rem;height:1.29980625rem;top:16.15576171875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-text {padding-top: 0; padding-bottom: 0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-select {padding-top: 0; padding-bottom: 0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem;font-size:1rem;overflow:hidden; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X  { width:17.5rem;height:auto;top:17.28076171875rem;left:0rem;background-color:transparent;background-image:none; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X {display:block;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X { width:17.5rem;height:auto;top:17.28076171875rem;left:0rem;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #rUdiQ1hzpDlx3IlFa0lcfizIcHGhEoJM {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #KiexGFyoAh7DN01lTnKruqE2PTmDuVXR { display:block; }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #sB3JTy6XT1cBxISdorwWdmqDtaiF2P48 {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #vnFS3B3S94b7WKelXqDsWqenpMuIDaHB {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #OyVuV9PoZ8SQisJDTt5D4lW5mNhawTCf {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #T9JK06mraE6fg3vAoTgrVcaiWUvTlhPs {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #TE96QIDZeJdzw7moJOxmXG8mLyJTWPc0 {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #Fq8q2hXNOAHEt9tVQKaTopErT5vpClJ8 {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #qwd3FlUwa847LNCQwsCgeR7kd8MGo76J {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #dqhnUQVrDNObppLGO1ZXQ2On50FmOca0 {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #zkwc28pGfrTlaFHAXZQ4fSlACJzx0wDI {  }
 }@media only screen and (max-width: 763px) { #DKdAMM4pULXZQsRPfnUdTgfvGR02Pp6G { width:1.5625rem;height:1.5625rem;top:41.937141656876rem;left:9.1867890954019rem;display:none; }
 }@media only screen and (max-width: 763px) { #nBsb9BKbEhlSaeF1kSsqS0aqAdALhfoI { width:6.625rem;height:1.3125rem;top:44.7490234375rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DxiJsQIclDXMAZ8JTUSqBXP3OGdUZByi { display:block; }
 }@media only screen and (max-width: 763px) { #woeDds7X9LlsHTdeZTPGtaweS33OXyet { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6e3db, rgba(190,109,109,0.36));background-image: -moz-linear-gradient(180deg, #e6e3db, rgba(190,109,109,0.36));background-image: -ms-linear-gradient(180deg, #e6e3db, rgba(190,109,109,0.36));background-image: -o-linear-gradient(180deg, #e6e3db, rgba(190,109,109,0.36));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e3db', endColorstr='#be6d6d5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e3db', endColorstr='#be6d6d5b' );";background-image: linear-gradient(180deg, #e6e3db, rgba(190,109,109,0.36));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { background-color: transparent; background-image: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .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); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { border-width: 0; border-radius: 0; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { width:20rem;height:19.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xayqe8GDrG4tEyIzMAOImG0qgTMw0LL5 { width:20rem;height:1.5rem;top:1.6875rem;left:0.013671875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBZJF5CxKfqwCcZrIKBrGrlvFOhJKtsN { width:18.75rem;height:14.168rem;top:3.8115234375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXxBsueVTmslvvPrGe0nSLFgMcgZUI2I { width:4.5rem;height:0.125rem;top:18.625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F { background-color:#f2f2f2;background-image:none;display:block; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row .container { background-color: transparent; background-image: none; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row .container > .video-iframe-container { display: none; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row > .video-iframe-container { display: none; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .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); }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdRxzWUhMlTshyGfC5P4wd2mEBcJDeeg { width:18.6875rem;height:2.875rem;top:0.78125rem;left:0.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQBUhBntMfzVTULALvlNTDW5Fe61tm7f { display:block; }
 }@media only screen and (max-width: 763px) { #c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(204,204,204,0.33), rgba(218,156,171,0.49));background-image: -moz-linear-gradient(180deg, rgba(204,204,204,0.33), rgba(218,156,171,0.49));background-image: -ms-linear-gradient(180deg, rgba(204,204,204,0.33), rgba(218,156,171,0.49));background-image: -o-linear-gradient(180deg, rgba(204,204,204,0.33), rgba(218,156,171,0.49));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc54', endColorstr='#da9cab7c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc54', endColorstr='#da9cab7c' );";background-image: linear-gradient(180deg, rgba(204,204,204,0.33), rgba(218,156,171,0.49));background-size:auto !important;display:block; }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row .container { background-color: transparent; background-image: none; }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row .container > .video-iframe-container { display: none; }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row > .video-iframe-container { display: none; }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .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); }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row .container { width:20rem;height:54rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0oCC7VM9aA6rPstBTsrf6n2UbvaCxMS { width:16.8125rem;height:3.3994125rem;top:10.6875rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MkiIBWiIOtWvZ490TJCTSMxlt6mDyqFy { width:16.8125rem;height:4.4619125rem;top:28.65234375rem;left:1.59375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WyQyxQQPxb4KmyLMI319TyHDEit1TqNr { width:16.8125rem;height:1.69970625rem;top:47.9375rem;left:1.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b8RXe7Ba6lk35L9ciUzW4FfI3APUH2Ib { width:9.3125rem;height:9.3125rem;top:18.83984375rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8iMxWElaQDpNu5wPOuOgbfa9qE0hOap { width:10rem;height:9.5rem;top:37.5625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOmrAm1eST14CWoiFqXgXlsLvotledL2 { width:8.625rem;height:8.625rem;top:1.5rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UA68QHcg0xTwhtDqCAddkpqvhU8qEv7L { width:11.875rem;height:2.8125rem;top:14.4609375rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gf5unywlXk1xR0Zx0oRTQBZF4ytDdG4T { display:block; }
 }@media only screen and (max-width: 763px) { #rZ4cdS1evQafAeQDCw2E4BPKoTnSyQ2t { width:11.875rem;height:2.8125rem;top:33.46875rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFF1kTPvzrfTnndiFWrMXAJW6Ea608yE { display:block; }
 }@media only screen and (max-width: 763px) { #Mc9eW5AqQNW24eFkz4x0S02R2NdQROnp { width:11.875rem;height:2.8125rem;top:50.63671875rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP4gV2yMhwt0tI3wP2pvSVT6R1KiCDyD { display:block; }
 }@media only screen and (max-width: 763px) { #vv4zudAUhqiIeFfNtEyzLliyaeq8LeQ4 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(218,156,171,0.52), rgba(204,204,204,0.52));background-image: -moz-linear-gradient(180deg, rgba(218,156,171,0.52), rgba(204,204,204,0.52));background-image: -ms-linear-gradient(180deg, rgba(218,156,171,0.52), rgba(204,204,204,0.52));background-image: -o-linear-gradient(180deg, rgba(218,156,171,0.52), rgba(204,204,204,0.52));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#da9cab84', endColorstr='#cccccc84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#da9cab84', endColorstr='#cccccc84' );";background-image: linear-gradient(180deg, rgba(218,156,171,0.52), rgba(204,204,204,0.52));background-size:auto !important;display:block; }#vv4zudAUhqiIeFfNtEyzLliyaeq8LeQ4 > .row .container { background-color: transparent; background-image: none; }#vv4zudAUhqiIeFfNtEyzLliyaeq8LeQ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vv4zudAUhqiIeFfNtEyzLliyaeq8LeQ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vv4zudAUhqiIeFfNtEyzLliyaeq8LeQ4 > .row .container > .video-iframe-container { display: none; }#vv4zudAUhqiIeFfNtEyzLliyaeq8LeQ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vv4zudAUhqiIeFfNtEyzLliyaeq8LeQ4 > .row > .video-iframe-container { display: none; }#vv4zudAUhqiIeFfNtEyzLliyaeq8LeQ4 > .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); }#vv4zudAUhqiIeFfNtEyzLliyaeq8LeQ4 > .row .container { width:20rem;height:45.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hsxuNAPFUqtyHwKRtmxDT8ihend7DQ5J { width:16.8125rem;height:3.3994125rem;top:9.0625rem;left:1.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qePpDiQgOe7fyAEleqbw0v3xIzBCVyJa { width:16.8125rem;height:3.3994125rem;top:24.9375rem;left:1.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oQ34qs0vsT2ay4RlDqQIcUFPwUxwxIbV { width:10.875rem;height:7.3125rem;top:17.625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEGmKPXKMOqJurM1M9RJldBCwSWWHSM8 { width:10.5625rem;height:7rem;top:1.125rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl7nQCdFTm0F3ExtGS9OOEwRgVukeGrS { width:11.875rem;height:2.8125rem;top:13.5859375rem;left:4.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcF1sRlxet3wslZxKDr01DmqdIg34s6T { display:block; }
 }@media only screen and (max-width: 763px) { #NidQKIEudFMt6UT8fT8tF3MCfAEcOAUv { width:11.875rem;height:2.8125rem;top:28.97265625rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTfsrxWF9i49cLSzs66mRLIqHTQRA42r { display:block; }
 }@media only screen and (max-width: 763px) { #EfQtMRTXNtFeoT6ngvpfXStREXaeS2de { width:10.1875rem;height:12.75rem;top:31.78515625rem;left:4.90625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PsvpO7f3iZHtibq83PpNRTc235Mop5Ld { background-color:#f2f2f2;background-image:none;display:block; }#PsvpO7f3iZHtibq83PpNRTc235Mop5Ld > .row .container { background-color: transparent; background-image: none; }#PsvpO7f3iZHtibq83PpNRTc235Mop5Ld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsvpO7f3iZHtibq83PpNRTc235Mop5Ld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsvpO7f3iZHtibq83PpNRTc235Mop5Ld > .row .container > .video-iframe-container { display: none; }#PsvpO7f3iZHtibq83PpNRTc235Mop5Ld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsvpO7f3iZHtibq83PpNRTc235Mop5Ld > .row > .video-iframe-container { display: none; }#PsvpO7f3iZHtibq83PpNRTc235Mop5Ld > .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); }#PsvpO7f3iZHtibq83PpNRTc235Mop5Ld > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZeLTTbQJMfyyW50qHAHHI6nQJetkI7p7 { width:18.6875rem;height:2.875rem;top:0.78125rem;left:0.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #criA96ToST5wTOOV9xlQmURzuLgwax0u { display:block; }
 }@media only screen and (max-width: 763px) { #iZL3g295iN0p004lbpkmdOPnOBblRSXU { display:block; }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .row .container { width:20rem;height:73.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpZst9UtDmayGE0cC5vJbfKqcZcHr2HC { width:16.0625rem;height:9.5625rem;top:12.2060546875rem;left:1.96875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Aed2D7X380k9qfXy9qa7T7Vb0DoMFWi6 { width:12.5rem;height:1.21875rem;top:8.8740234375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQyLwtdhNiQtIfl3KF9VA943sm6Tv0XW { width:12.5rem;height:1.29980625rem;top:31.5rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFFTMD8HqppkTUDlQWImdeRW7ckby7ep { width:16.0625rem;height:11.15625rem;top:35.125rem;left:1.96875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #SUN9XpLqSTCElaIDwyXTbhNcUfcUqkka { width:12.5rem;height:1.29980625rem;top:56.375rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrkGGMQybmJ02OiLN0ifS4REHevza53X { width:16.0625rem;height:11.15625rem;top:60.875rem;left:1.96875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #kwMS8B34LTJTQpH0nFvMZTV0C1VcSO8x { width:7.4375rem;height:7.4375rem;top:0.8115234375rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyxKHbPO59oS34ARorqSSTH8bLIQTgFl { width:11.75rem;height:11.8125rem;top:22.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #az0462xxndKOHtBUN3sTz0BI39pzUOhx { width:11.75rem;height:11.875rem;top:47.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRTWt7NLS1FKZAgszJPMdd7vTHK3PyRR { width:5.875rem;height:8.25rem;top:48.125rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlXyLvfBTWxGmB0XFgWwsde54mtiy06o { width:11.75rem;height:11.75rem;top:0rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #GObxTpRzfnVVzv9tmrEwQK6vf2nNBJRS { width:6.5rem;height:9.75rem;top:21.5625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrpavwCNk2RpOo7DO61iHHNToxgLwsEw { display:block; }#xrpavwCNk2RpOo7DO61iHHNToxgLwsEw > .row .container { width:20rem;height:70.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EAAZsopKXnW9NTJpKnk9P5qTAlvrXsiO { width:16.0625rem;height:12.75rem;top:12rem;left:1.96875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #MvV7QraumEcnusk846JS8WJMIrGr0o1v { width:12.5rem;height:1.13671875rem;top:8.75rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2FlNDOJeta0UJOxTDM9BcvUBHch3myV { width:12.5rem;height:1.29980625rem;top:33.9375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq6gvfoBvJy9SpKxXC4NFasJlMDlsibq { width:16.0625rem;height:9.666rem;top:37.5810546875rem;left:1.96875rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #eQQqgDRr8BgO7JJUPdrIBqtznLSbqQSv { width:12.5rem;height:1.0556625rem;top:56.0625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5Ki7T8bzV8OUai3kyRlb5f5GzZsklIN { width:16.0625rem;height:8.496125rem;top:60.75rem;left:1.96875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #DLznC4VpPcuQLeQTKHtl5O8P6mJigJTv { width:11.75rem;height:11.8125rem;top:24.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZx8IwqhzvgrPxIXziLcp5M3KPT2LrFA { width:11.75rem;height:11.875rem;top:48rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Crc9lTTUWwqxlOfuHxXl49TzFoPs6ee5 { width:11.75rem;height:11.75rem;top:0rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLTS3krW12vLD5hvxQTQbT1qN4s7gQA5 { width:5.125rem;height:7.6875rem;top:48.375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FD5lQN21nNBxctM72UORqMCq85irTKwh { width:5.375rem;height:8.125rem;top:24.75rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqPXpISxN7pSrKzzE19UXKOTtOS0SneS { width:7.375rem;height:8.3125rem;top:0.4375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF { display:block; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { width:20rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFp0HJZJEKSRDxMns1m1tvBQDEshQhxt { width:20rem;height:1.6499rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnBDoOqQgPEWsQrbbbB5d1yRvftupXiZ { width:20rem;height:3.3984375rem;top:5.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #B3b758OeUzvN3u64q42F5l2b1cuzxNn5 { width:18.3125rem;height:2.875rem;top:10.1875rem;left:0.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGv7Z8488BkeNIdeLaC7JFSR1C2XXmQ5 { display:block; }
 }@media only screen and (max-width: 763px) { #zmVHa3ZfbtdqEqSPeXhScv4TwSXkZRUx { width:1.875rem;height:1.875rem;top:5.5rem;left:9.0625rem;display:none; }
 }