.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:93,146,255;--color-primary-1:37,170,227;--color-primary-2:26,62,133;--color-primary-3:10,69,149;--color-primary-4:5,0,98;--color-secondary-0:236,248,216;--color-secondary-1:199,234,137;--color-secondary-2:162,220,59;--color-secondary-3:206,214,0;--color-secondary-4:32,44,12;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Avalon";--paragraphs-font-family:"Avalon"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#d4eefd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;top:0rem;left:0rem;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); }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(133,205,248,0.75);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row .container { background-color: transparent; background-image: none; }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row .container > .video-iframe-container { display: none; }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row > .video-iframe-container { display: none; }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .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); }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row .container { border-width: 0; border-radius: 0; }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#hyB6IQTiD70MPq6DI3DnZnAqu6xAVEXS { background-color:rgba(var(--color-primary-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:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:2.875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.21875rem;left:46.7744140625rem;display:none; }
#ri4pRop0hOvWBAN6MrMfJvQPilZ3gc4g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ttF4xJaJeh9UcX47zNoBIKowvfCy1hKU { background-color:rgba(var(--color-primary-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:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.8125rem;height:2.875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.21875rem;left:60.2119140625rem;display:none; }
#etbvPh58xDa9ZzdUW2r3XRSpOZpdEScI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P2Hp11BT1aJT6GROO2eCFVFCO4iWxq11 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:7.5rem;top:0.5625rem;left:0rem;overflow:hidden;display:none; }
#FTDh8EIFgNZTVzqFwo36Sb6vm3aGFIDc { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:7.5rem;top:0.5625rem;left:0rem;overflow:hidden;display:none; }
#NTkTeKvc74UQo5PZ9HlTrEpeh2g6uWf6 { background-color:#f95b01;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:1.6875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0.8125rem;left:60.687498092651rem;display:none; }
#V6ME4GxPViGRhTTlvOA3LPnMPGExDADT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#migu4xPcfxKBzEe1wz0M6DMDvENW7GCT { background-color:rgba(var(--color-primary-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:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.21875rem;left:36.0625rem;display:none; }
#u7pGPUfo4kIhF7X7SalnZfc9fcK6s1Th { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CB6iZFHrfEupB5rHUufMAtGCzyo6q4gP { background-color:#eb600b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#241c58;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8748125rem;height:2.1875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:1.0625rem;left:60.8125rem;display:none; }
#DBzEz2unGH2EvnmpwkwTGxSPfR0UP3l6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ySMMAXAVcadMm7G5XOXyeJMUV4TMTArf { color:rgba(var(--color-tertiary-0),1);display:block;width:20.748rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.4549814462662rem;left:14.5rem;height:1.46194375rem;text-align:center;text-align-last:center;display:none; }
#yV9qDx5Pe5ctdWxmSgqZKlNF9swx1yzc { color:#000000;display:block;width:1.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3812500238419rem;left:36.875001907349rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uXSM78QmGXxnGRoRzV2ogxFgX0c4hWIy { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:9.375rem;top:1.40625rem;left:38.437501907349rem;overflow:hidden;display:block; }
#TwWHIUFQWxG932V8fWB7TMcgaT1hMO6F { position:absolute;display:block;z-index:15020;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:2.3125rem;width:8.0625rem;top:0.875rem;left:27.8125rem;overflow:hidden;display:block; }
#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#85cdf8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .row .container { background-color: transparent; background-image: none; }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .row .container > .video-iframe-container { display: none; }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .row > .video-iframe-container { display: none; }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .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); }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .row .container { border-width: 0; border-radius: 0; }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT > .row .container { background-color: transparent; background-image: none; }#fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT > .row .container > .video-iframe-container { display: none; }#fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT > .row > .video-iframe-container { display: none; }#fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT > .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); }#fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT > .row .container { border-width: 0; border-radius: 0; }#fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#pbOgmgiDS9LCpbDrNPaNveJQcXcwD0x9 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.3125rem;width:40.4375rem;top:6.561718940735rem;left:8.6242198944094rem;overflow:hidden;display:block; }
#XuB6f7RyVuPH79VxOIxUQ9XkCqeNFbTI { position:absolute;display:block;z-index:15006;background-color:#009ad8;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.124783125rem;width:6.06228125rem;top:4.3742189407349rem;left:18.124219894409rem;display:block; }
#MzoNCPZG0VpeEIteiWX3vtxUowXLIsRs { color:rgba(var(--color-tertiary-4),1);display:block;width:41.436625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:2.5rem;left:18.125001907349rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eVEDAV1ivVbOcpKLIBcM0qTbhzytLpJG { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.8125rem;left:19.125rem;display:none; }
#efckkVxQquGBTXA9TT27DwytCiRJzZPv { position:absolute;display:block;z-index:15041;height:21.7480625rem;width:38.75rem;top:6.559374809265rem;left:18.124219894409rem;display:block; }
#zc5V8vAFSDdSaMuXU4GhBJrRronKBUxp { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:4.6859374046326rem;left:18.124219894409rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tP82AGpi3VRTTVGC77M6QyySq9aUhukq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#009ad8;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#tP82AGpi3VRTTVGC77M6QyySq9aUhukq > .row .container { background-color: transparent; background-image: none; }#tP82AGpi3VRTTVGC77M6QyySq9aUhukq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tP82AGpi3VRTTVGC77M6QyySq9aUhukq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tP82AGpi3VRTTVGC77M6QyySq9aUhukq > .row .container > .video-iframe-container { display: none; }#tP82AGpi3VRTTVGC77M6QyySq9aUhukq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tP82AGpi3VRTTVGC77M6QyySq9aUhukq > .row > .video-iframe-container { display: none; }#tP82AGpi3VRTTVGC77M6QyySq9aUhukq > .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); }#tP82AGpi3VRTTVGC77M6QyySq9aUhukq > .row .container { border-width: 0; border-radius: 0; }#tP82AGpi3VRTTVGC77M6QyySq9aUhukq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tP82AGpi3VRTTVGC77M6QyySq9aUhukq > .row .container { font-size:0.875rem;font-family:"roboto condensed";height:7.4375rem;width:75rem;position:relative;display:block; }#J33J0TlsAZQPaEyxlWFzDxlWJNUUaSgs { color:rgba(var(--color-tertiary-0),1);display:block;width:7rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6866340637207rem;left:48.999134063721rem;height:1.38125rem;display:block; }
#JysQOJyh4PHv5KStMdwPtOkNxhIRNNAq { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:"roboto condensed";font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.9;letter-spacing:0;top:1.9368476867676rem;left:33.561851501465rem;height:3.5625rem;display:block; }
#ooOLuGEu2ituCso8XATvS7Cf6fTV8gsw { box-sizing:content-box;color:#8faace;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:0.68684768676756rem;left:16.625rem;display:block; }
#qzMUuaPlg1FVyRepRpoq8OXM9QEIWXHR { box-sizing:content-box;color:#8faace;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:2.5618476867676rem;left:16.749786376953rem;display:block; }
#Twv7wJ1sByA9QdZWf7WBBZsiEUrZmgDU { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:4.7493515014649rem;left:17.062286376953rem;overflow:hidden;display:block; }
#QVaKQDX92CnU8mxTHRT4tu43r1ZcvAon { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:0.625rem;top:2.5rem;left:32.187068939209rem;overflow:hidden;display:block; }
#xRvdiBV3MN5anybc64s7Mw6cnVhsVUUS { background-color:transparent;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:1.0625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:0.99934768676756rem;left:18.437068939209rem;display:block; }
#CGng1Ho4ukvfl0tumMg6WCvOK0TccV5N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BR7Jz9TMiGmZQfT3GG3z7JGmv1ZKh4ZI { background-color:transparent;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:1.0625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:2.8125rem;left:18.5rem;display:block; }
#tE3DEmeEpfvZ9swr7iRhqMc7xrtyse3z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wI4flXMNgaCaCFOR1wcDRXfs1uIV0WZH { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:1.8131370544434rem;left:64.3750038147rem;display:block; }
#dR8ufSH1P2WPBMJqd2BuwT47JmEed3XB { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:1.8125rem;left:60.625rem;display:block; }
#icIOCoTNrZbgyby3520VU0Ph8fZe1da3 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:1.8125rem;left:56.9375rem;display:block; }
#vJuO0StE3KZTTNOfwhcaTGi6UrFEEiq3 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.87435rem;width:7.249375rem;top:2.2797317504883rem;left:5.3114166259766rem;overflow:hidden;display:block; }
#WnEhF0NV1STGxlTlX6P4TXMrcSABQFkV { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"roboto condensed";font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:4.78515625rem;left:18.686634063721rem;height:1.21875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR { display:none; }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hyB6IQTiD70MPq6DI3DnZnAqu6xAVEXS { width:7.25rem;height:2.875rem;top:0.1875rem;left:33.1494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ri4pRop0hOvWBAN6MrMfJvQPilZ3gc4g { display:block; }
 }@media only screen and (max-width: 763px) { #ttF4xJaJeh9UcX47zNoBIKowvfCy1hKU { width:4.8125rem;height:2.875rem;top:0.1875rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #etbvPh58xDa9ZzdUW2r3XRSpOZpdEScI { display:block; }
 }@media only screen and (max-width: 763px) { #P2Hp11BT1aJT6GROO2eCFVFCO4iWxq11 { top:0.5625rem;left:0rem;width:7.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTDh8EIFgNZTVzqFwo36Sb6vm3aGFIDc { top:0.5625rem;left:0rem;width:7.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTkTeKvc74UQo5PZ9HlTrEpeh2g6uWf6 { width:7.375rem;height:1.6875rem;top:0.8125rem;left:40.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V6ME4GxPViGRhTTlvOA3LPnMPGExDADT { display:block; }
 }@media only screen and (max-width: 763px) { #migu4xPcfxKBzEe1wz0M6DMDvENW7GCT { width:10.3125rem;height:2.875rem;top:0.1875rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7pGPUfo4kIhF7X7SalnZfc9fcK6s1Th { display:block; }
 }@media only screen and (max-width: 763px) { #CB6iZFHrfEupB5rHUufMAtGCzyo6q4gP { width:8.8125rem;height:2.125rem;top:1.0625rem;left:38.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DBzEz2unGH2EvnmpwkwTGxSPfR0UP3l6 { display:block; }
 }@media only screen and (max-width: 763px) { #ySMMAXAVcadMm7G5XOXyeJMUV4TMTArf { top:0.8125rem;left:0rem;width:10.0625rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yV9qDx5Pe5ctdWxmSgqZKlNF9swx1yzc { top:1.375rem;left:23.250001907349rem;width:1.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXSM78QmGXxnGRoRzV2ogxFgX0c4hWIy { top:1.375rem;left:24.812501907349rem;width:9.375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwWHIUFQWxG932V8fWB7TMcgaT1hMO6F { top:0.875rem;left:14.1875rem;width:8.0625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy8rgLHLrMGKIxE87btLhaazu6RACzdF { display:block; }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT { display:none; }#fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pbOgmgiDS9LCpbDrNPaNveJQcXcwD0x9 { top:6.5rem;left:0rem;width:40.4375rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuB6f7RyVuPH79VxOIxUQ9XkCqeNFbTI { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzoNCPZG0VpeEIteiWX3vtxUowXLIsRs { top:2.5rem;left:4.5000019073486rem;width:41.375rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVEDAV1ivVbOcpKLIBcM0qTbhzytLpJG { top:5.75rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #efckkVxQquGBTXA9TT27DwytCiRJzZPv { top:6.5rem;left:4.4992198944092rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc5V8vAFSDdSaMuXU4GhBJrRronKBUxp { top:4.625rem;left:4.4992198944092rem;width:20.8125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tP82AGpi3VRTTVGC77M6QyySq9aUhukq { display:block; }#tP82AGpi3VRTTVGC77M6QyySq9aUhukq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J33J0TlsAZQPaEyxlWFzDxlWJNUUaSgs { top:2.625rem;left:35.374134063721rem;width:7rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JysQOJyh4PHv5KStMdwPtOkNxhIRNNAq { top:1.875rem;left:19.936851501465rem;width:13.125rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooOLuGEu2ituCso8XATvS7Cf6fTV8gsw { top:0.625rem;left:3rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzMUuaPlg1FVyRepRpoq8OXM9QEIWXHR { top:2.5rem;left:3.1247863769531rem;width:1.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twv7wJ1sByA9QdZWf7WBBZsiEUrZmgDU { top:4.6875rem;left:3.4372863769531rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVaKQDX92CnU8mxTHRT4tu43r1ZcvAon { top:2.5rem;left:18.562068939209rem;width:0.625rem;height:1.62435rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRvdiBV3MN5anybc64s7Mw6cnVhsVUUS { width:6.8125rem;height:1.0625rem;top:0.9375rem;left:4.812068939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGng1Ho4ukvfl0tumMg6WCvOK0TccV5N { display:block; }
 }@media only screen and (max-width: 763px) { #BR7Jz9TMiGmZQfT3GG3z7JGmv1ZKh4ZI { width:11.6875rem;height:1.0625rem;top:2.8125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE3DEmeEpfvZ9swr7iRhqMc7xrtyse3z { display:block; }
 }@media only screen and (max-width: 763px) { #wI4flXMNgaCaCFOR1wcDRXfs1uIV0WZH { top:1.8125rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR8ufSH1P2WPBMJqd2BuwT47JmEed3XB { top:1.8125rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #icIOCoTNrZbgyby3520VU0Ph8fZe1da3 { top:1.8125rem;left:43.3125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJuO0StE3KZTTNOfwhcaTGi6UrFEEiq3 { top:2.25rem;left:0rem;width:7.1875rem;height:2.8498167945512rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnEhF0NV1STGxlTlX6P4TXMrcSABQFkV { top:4.75rem;left:5.0616340637207rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:rgba(133,205,248,0.75);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;display:block; }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row .container { background-color: transparent; background-image: none; }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row .container > .video-iframe-container { display: none; }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row > .video-iframe-container { display: none; }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .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); }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row .container { border-width: 0; border-radius: 0; }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hyB6IQTiD70MPq6DI3DnZnAqu6xAVEXS { width:7.25rem;height:2.875rem;top:0.1875rem;left:6.375rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #ri4pRop0hOvWBAN6MrMfJvQPilZ3gc4g { display:block; }
 }@media only screen and (max-width: 763px) { #ttF4xJaJeh9UcX47zNoBIKowvfCy1hKU { width:4.8125rem;height:2.875rem;top:0.1875rem;left:7.5625rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #etbvPh58xDa9ZzdUW2r3XRSpOZpdEScI { display:block; }
 }@media only screen and (max-width: 763px) { #P2Hp11BT1aJT6GROO2eCFVFCO4iWxq11 { width:20rem;height:5.6875rem;top:42.12031129157rem;left:147.27499997616rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #FTDh8EIFgNZTVzqFwo36Sb6vm3aGFIDc { width:7.5rem;height:2.125rem;top:2.9375rem;left:2.5874999761581rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #NTkTeKvc74UQo5PZ9HlTrEpeh2g6uWf6 { width:7.375rem;height:1.6875rem;top:1.4375rem;left:9.40625rem;text-align:right;text-align-last:right;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #V6ME4GxPViGRhTTlvOA3LPnMPGExDADT { display:block; }
 }@media only screen and (max-width: 763px) { #migu4xPcfxKBzEe1wz0M6DMDvENW7GCT { width:10.3125rem;height:2.875rem;top:0.1875rem;left:4.8125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #u7pGPUfo4kIhF7X7SalnZfc9fcK6s1Th { display:block; }
 }@media only screen and (max-width: 763px) { #CB6iZFHrfEupB5rHUufMAtGCzyo6q4gP { width:10.625rem;height:1.875rem;top:2.9931926727295rem;left:4.6844057440758rem;font-size:0.875rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #DBzEz2unGH2EvnmpwkwTGxSPfR0UP3l6 { display:block; }
 }@media only screen and (max-width: 763px) { #ySMMAXAVcadMm7G5XOXyeJMUV4TMTArf { width:10.123625rem;height:0;top:0.8125rem;left:7.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #yV9qDx5Pe5ctdWxmSgqZKlNF9swx1yzc { width:1.25rem;height:1.3rem;top:0.75625002384188rem;left:9.3750005364419rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXSM78QmGXxnGRoRzV2ogxFgX0c4hWIy { width:6.875rem;height:0.8125rem;top:1.0625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwWHIUFQWxG932V8fWB7TMcgaT1hMO6F { width:5.9375rem;height:1.625rem;top:0.625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy8rgLHLrMGKIxE87btLhaazu6RACzdF { display:block; }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT { background-color:#d4eefd;background-image:none;display:block; }#fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT > .row .container { background-color: transparent; background-image: none; }#fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT > .row .container > .video-iframe-container { display: none; }#fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT > .row > .video-iframe-container { display: none; }#fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT > .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); }#fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbOgmgiDS9LCpbDrNPaNveJQcXcwD0x9 { width:19.9358125rem;height:12.059875rem;top:5.0289058685303rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuB6f7RyVuPH79VxOIxUQ9XkCqeNFbTI { width:6.06228125rem;height:0.124783125rem;top:3.875rem;left:6.9375rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #MzoNCPZG0VpeEIteiWX3vtxUowXLIsRs { width:20rem;height:1.59375rem;top:0.91718721389769rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #eVEDAV1ivVbOcpKLIBcM0qTbhzytLpJG { height:11.25rem;width:20rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #efckkVxQquGBTXA9TT27DwytCiRJzZPv { width:20rem;height:21.6875rem;top:22.16796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zc5V8vAFSDdSaMuXU4GhBJrRronKBUxp { width:17.8125rem;height:1.3125rem;top:3.125rem;left:1.0929687619209rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tP82AGpi3VRTTVGC77M6QyySq9aUhukq { position:relative;z-index:auto;display:block; }#tP82AGpi3VRTTVGC77M6QyySq9aUhukq > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J33J0TlsAZQPaEyxlWFzDxlWJNUUaSgs { width:7rem;height:auto;top:2.625rem;left:6.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JysQOJyh4PHv5KStMdwPtOkNxhIRNNAq { width:13.1875rem;height:2.625rem;top:15.625rem;left:3.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ooOLuGEu2ituCso8XATvS7Cf6fTV8gsw { width:1.5625rem;height:1.5625rem;top:5.1875050291419rem;left:9.2187506556513rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzMUuaPlg1FVyRepRpoq8OXM9QEIWXHR { width:1.5rem;height:1.5rem;top:9.5625rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twv7wJ1sByA9QdZWf7WBBZsiEUrZmgDU { width:1rem;height:1rem;top:20.25rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVaKQDX92CnU8mxTHRT4tu43r1ZcvAon { width:0.625rem;height:1.1875rem;top:14.3125rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRvdiBV3MN5anybc64s7Mw6cnVhsVUUS { width:6.8125rem;height:1.0625rem;top:6.8125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGng1Ho4ukvfl0tumMg6WCvOK0TccV5N { display:block; }
 }@media only screen and (max-width: 763px) { #BR7Jz9TMiGmZQfT3GG3z7JGmv1ZKh4ZI { width:11.6875rem;height:1.0625rem;top:11.125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE3DEmeEpfvZ9swr7iRhqMc7xrtyse3z { display:block; }
 }@media only screen and (max-width: 763px) { #wI4flXMNgaCaCFOR1wcDRXfs1uIV0WZH { width:3.125rem;height:3.125rem;top:24.0625rem;left:11.500000536442rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR8ufSH1P2WPBMJqd2BuwT47JmEed3XB { width:3.125rem;height:3.125rem;top:24.0625rem;left:8.4375005364419rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #icIOCoTNrZbgyby3520VU0Ph8fZe1da3 { width:3.125rem;height:3.125rem;top:24.0625rem;left:5.3125000596046rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJuO0StE3KZTTNOfwhcaTGi6UrFEEiq3 { width:7.25rem;height:2.875rem;top:1.125rem;left:6.3750001788137rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #WnEhF0NV1STGxlTlX6P4TXMrcSABQFkV { width:9.875rem;height:1.21875rem;top:21.546870708466rem;left:5.0312501788139rem;font-size:0.9375rem;display:block; }
 }