.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:253,238,225;--color-primary-1:249,198,154;--color-primary-2:243,140,53;--color-primary-3:122,70,27;--color-primary-4:36,21,8;--color-secondary-0:218,228,231;--color-secondary-1:132,166,176;--color-secondary-2:8,76,97;--color-secondary-3:4,38,49;--color-secondary-4:1,11,15;--color-tertiary-0:255,255,255;--color-tertiary-1:250,249,249;--color-tertiary-2:238,234,234;--color-tertiary-3:119,117,117;--color-tertiary-4:24,23,23;--headlines-font-family:"Lato";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG > .row .container { background-color: transparent; background-image: none; }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG > .row .container > .video-iframe-container { display: none; }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG > .row > .video-iframe-container { display: none; }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG > .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); }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG > .row .container { border-width: 0; border-radius: 0; }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:3.3125rem;width:75rem;position:relative;display:block; }#x3MhZNgDD6Mdm689WeqAUkSIIutTCL8Q { background-color:transparent;background-image:none;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-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:2.25rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.53125rem;left:52.1875rem;display:block; }
#GIAE97VKZlayZ9JKCG2HPGC7rEBPecez { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EAr1dLH2ZkoVgdGgA7tA8AvnNQoxDFWe { background-color:transparent;background-image:none;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-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:2.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.53125rem;left:64.4375rem;display:block; }
#CuduPwv61dbZPH7ufQyilnIS3r7AgKIQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cOSHkZwqP7DKrC3U54fnAM26IlN0fcXA { background-color:transparent;background-image:none;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-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:2.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.53125rem;left:58.3125rem;display:block; }
#L8z1VcTx454VLJv8R9VgQVXFNWHDlbAW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row .container { background-color: transparent; background-image: none; }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row .container > .video-iframe-container { display: none; }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row > .video-iframe-container { display: none; }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .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); }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row .container { border-width: 0; border-radius: 0; }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:40.6875rem;width:75rem;position:relative;display:block; }#Lfse0MLtLtzyfuvMTuFtozzIilHrcRTG { color:rgba(var(--color-secondary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:4.25rem;left:0rem;height:10.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TCuDmlAhE5a6eQGf3URCQ0ptZ8emdTab { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:16.4375rem;width:29.8125rem;top:23.375rem;left:44.0810546875rem;overflow:hidden;display:block; }
#gSXB1nJ5dP2ZKqKWwGiWVIOVe8QnVBeZ { position:absolute;display:block;z-index:15005;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:18.25rem;width:24.5625rem;top:17.34375rem;left:19.5185546875rem;overflow:hidden;display:block; }
#xvpT5ay0DlbsflHNPk8OMOkLSXfnQEgF { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.3125rem;left:0rem;display:block; }
#xv68qlnqeggT420NbC2S8pAyrsr92TOa { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.625rem;top:0rem;left:35.6875rem;overflow:hidden;display:block; }
#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM > .row .container { background-color: transparent; background-image: none; }#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM > .row .container > .video-iframe-container { display: none; }#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM > .row > .video-iframe-container { display: none; }#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM > .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); }#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM > .row .container { border-width: 0; border-radius: 0; }#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:47.125rem;width:75rem;position:relative;display:block; }#PdJQytLo0N4GxKUTDZ1SOeGeLFPSS90K { color:rgba(var(--color-secondary-3),1);display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:9.4375rem;left:35.6875rem;height:4.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RcxN5FGI04MbK8Ti9VTTuM3xNwKovhvL { color:rgba(var(--color-tertiary-4),1);display:block;width:38.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:16.3125rem;left:35.625rem;height:17.5rem;font-style:normal;display:block; }
#cBSlVb6LGyQkIX2GNHPMi094kUOLAchP { position:absolute;display:block;z-index:14999;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:32.375rem;width:28.875rem;top:5.4375rem;left:2.5625rem;overflow:hidden;display:block; }
#WitZT9WTEMdatfUl4U92G5Vmxvavren4 { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;top:11.3125rem;left:33.75rem;display:block; }
#do34pTu8MTAEsfriKClP39TEGo0tXf2b { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;top:34.9375rem;left:35.6875rem;display:block; }
#T992W7V6GZXVBhgsS5e5Ze43WMzyJq4d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T992W7V6GZXVBhgsS5e5Ze43WMzyJq4d > .row .container { background-color: transparent; background-image: none; }#T992W7V6GZXVBhgsS5e5Ze43WMzyJq4d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T992W7V6GZXVBhgsS5e5Ze43WMzyJq4d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T992W7V6GZXVBhgsS5e5Ze43WMzyJq4d > .row .container > .video-iframe-container { display: none; }#T992W7V6GZXVBhgsS5e5Ze43WMzyJq4d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T992W7V6GZXVBhgsS5e5Ze43WMzyJq4d > .row > .video-iframe-container { display: none; }#T992W7V6GZXVBhgsS5e5Ze43WMzyJq4d > .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); }#T992W7V6GZXVBhgsS5e5Ze43WMzyJq4d > .row .container { border-width: 0; border-radius: 0; }#T992W7V6GZXVBhgsS5e5Ze43WMzyJq4d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T992W7V6GZXVBhgsS5e5Ze43WMzyJq4d > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:57.0625rem;width:75rem;position:relative;display:block; }#JIq585hgyA78iF0U9TO2CDgPxAlXXhTv { color:rgba(var(--color-secondary-3),1);display:block;width:72rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:6.5rem;left:2.625rem;height:4.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eRDbkUTEm103GtyPPGqdn7A3NtNPMhtT { color:rgba(var(--color-secondary-3),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:17.5625rem;left:37.25rem;height:2rem;font-style:normal;display:block; }
#mFqqeJdKM4XBd3w5HZStx5kl8cGv2iK4 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:20.3125rem;left:37.25rem;height:3.125rem;font-style:normal;display:block; }
#gehS2zH40mhuhUAod0Vo8E8Tvy9GNZTZ { color:rgba(var(--color-secondary-3),1);display:block;width:24.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:26.0625rem;left:37.25rem;height:2rem;font-style:normal;display:block; }
#aNDGp4G2nwFJT96sTeQStlGPsDErrVi6 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:28.5rem;left:37.25rem;height:6.25rem;font-style:normal;display:block; }
#G0sKpI7NKIid2uwCgAlPWntAWJEmtNeu { box-sizing:content-box;height:1rem;width:1rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;top:26.5625rem;left:35.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#IdHb0rv8iRTDQQPwLldGp92Kd16bCn8g { color:rgba(var(--color-secondary-3),1);display:block;width:24.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:36.9375rem;left:37.25rem;height:2rem;font-style:normal;display:block; }
#EPy95SxhfOnSK9uyW8zKDW8w76SJ6Ix6 { box-sizing:content-box;height:1rem;width:1rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;top:37.4375rem;left:35.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#vVnU44Nq64V4T3ZxNkPiTfHdIqkLyad0 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:39.375rem;left:37.25rem;height:3.125rem;font-style:normal;display:block; }
#UtPATOEHq4Vsps9otmMxeuf8HD6sik67 { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.1875rem;width:28.875rem;top:14.25rem;left:2.5625rem;overflow:hidden;display:block; }
#JVFFn7NkHZLVQvd7aBgy6GIqetf9Dfnz { color:rgba(var(--color-secondary-3),1);display:block;width:24.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:44.9375rem;left:37.25rem;height:2rem;font-style:normal;display:block; }
#OKx1PvQLNNqMOMvshGG0A3ptLaECuGTc { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:47.375rem;left:37.25rem;height:1.5625rem;font-style:normal;display:block; }
#G4KqRGLBqiz8buJ7sfzFxxrh740lHHPT { box-sizing:content-box;height:1rem;width:1rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;top:45.4375rem;left:35.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#qqB9cwsSTcvPEy76iT4mTRS9it2JpTXJ { box-sizing:content-box;height:1rem;width:1rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;top:18.0625rem;left:35.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row .container { background-color: transparent; background-image: none; }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row .container > .video-iframe-container { display: none; }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row > .video-iframe-container { display: none; }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .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); }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row .container { border-width: 0; border-radius: 0; }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:15.5625rem;width:75rem;position:relative;display:block; }#xUDm6Cv5yEQtpo00ZpaIvliQnIpsuQ7u { color:rgba(var(--color-tertiary-4),1);display:block;width:34.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.6;letter-spacing:0;top:5.3562507629394rem;left:20.1875rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ab0oiu69cq511PUAtMEEb9bIph6A8CD7 { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:10.4375rem;left:36.5rem; }
#Ab0oiu69cq511PUAtMEEb9bIph6A8CD7 > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; }#TLl1550Xcd9K8E90y9KOxsznDwSpCf7T { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:10.28125rem;left:41.4375rem; }
#TLl1550Xcd9K8E90y9KOxsznDwSpCf7T > img { max-width: 100%;max-height:100%; width:3.9375rem; height:3.9375rem; }#pxyvIDMHFPVRodz6MfKqwu2DIJrUhSNT { box-sizing:content-box;height:0.1875rem;width:75rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.4375rem;left:0rem;box-shadow: none;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG > .row .container { background-color: transparent; background-image: none; }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG > .row .container > .video-iframe-container { display: none; }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG > .row > .video-iframe-container { display: none; }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG > .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); }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG > .row .container { border-width: 0; border-radius: 0; }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3MhZNgDD6Mdm689WeqAUkSIIutTCL8Q { width:5.5625rem;height:2.25rem;top:0.5rem;left:38.5625rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#042631;display:block; }
 }@media only screen and (max-width: 763px) { #GIAE97VKZlayZ9JKCG2HPGC7rEBPecez { display:block; }
 }@media only screen and (max-width: 763px) { #EAr1dLH2ZkoVgdGgA7tA8AvnNQoxDFWe { width:5.3125rem;height:2.25rem;top:0.5rem;left:42.4375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#042631;display:block; }
 }@media only screen and (max-width: 763px) { #CuduPwv61dbZPH7ufQyilnIS3r7AgKIQ { display:block; }
 }@media only screen and (max-width: 763px) { #cOSHkZwqP7DKrC3U54fnAM26IlN0fcXA { width:5.5625rem;height:2.25rem;top:0.5rem;left:42.1875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#042631;display:block; }
 }@media only screen and (max-width: 763px) { #L8z1VcTx454VLJv8R9VgQVXFNWHDlbAW { display:block; }
 }@media only screen and (max-width: 763px) { #NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row .container { background-color: transparent; background-image: none; }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row .container > .video-iframe-container { display: none; }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row > .video-iframe-container { display: none; }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .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); }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row .container { border-width: 0; border-radius: 0; }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lfse0MLtLtzyfuvMTuFtozzIilHrcRTG { top:4.25rem;left:0rem;width:47.75rem;height:10.75rem;font-size:4.5rem;color:#042631;display:block; }
 }@media only screen and (max-width: 763px) { #TCuDmlAhE5a6eQGf3URCQ0ptZ8emdTab { top:23.375rem;left:17.9375rem;width:29.8125rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSXB1nJ5dP2ZKqKWwGiWVIOVe8QnVBeZ { top:17.3125rem;left:5.8935546875rem;width:24.5625rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvpT5ay0DlbsflHNPk8OMOkLSXfnQEgF { top:26.3125rem;left:0rem;width:18.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xv68qlnqeggT420NbC2S8pAyrsr92TOa { top:0rem;left:22.0625rem;width:3.625rem;height:3.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM > .row .container { background-color: transparent; background-image: none; }#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM > .row .container > .video-iframe-container { display: none; }#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM > .row > .video-iframe-container { display: none; }#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM > .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); }#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM > .row .container { border-width: 0; border-radius: 0; }#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PdJQytLo0N4GxKUTDZ1SOeGeLFPSS90K { top:9.4375rem;left:8.375rem;width:39.375rem;height:;font-size:4rem;color:#042631;display:block; }
 }@media only screen and (max-width: 763px) { #RcxN5FGI04MbK8Ti9VTTuM3xNwKovhvL { top:16.3125rem;left:8.375rem;width:38.875rem;height:17.5rem;font-size:1.125rem;color:#181717;display:block; }
 }@media only screen and (max-width: 763px) { #cBSlVb6LGyQkIX2GNHPMi094kUOLAchP { top:5.4375rem;left:0rem;width:28.875rem;height:32.375rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WitZT9WTEMdatfUl4U92G5Vmxvavren4 { top:11.3125rem;left:20.125rem;width:1.25rem;height:1.25rem;background-color:#f38c35;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #do34pTu8MTAEsfriKClP39TEGo0tXf2b { top:34.9375rem;left:22.0625rem;width:18.75rem;height:0.1875rem;background-color:#f38c35;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #T992W7V6GZXVBhgsS5e5Ze43WMzyJq4d { background-color:#faf9f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#T992W7V6GZXVBhgsS5e5Ze43WMzyJq4d > .row .container { background-color: transparent; background-image: none; }#T992W7V6GZXVBhgsS5e5Ze43WMzyJq4d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T992W7V6GZXVBhgsS5e5Ze43WMzyJq4d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T992W7V6GZXVBhgsS5e5Ze43WMzyJq4d > .row .container > .video-iframe-container { display: none; }#T992W7V6GZXVBhgsS5e5Ze43WMzyJq4d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T992W7V6GZXVBhgsS5e5Ze43WMzyJq4d > .row > .video-iframe-container { display: none; }#T992W7V6GZXVBhgsS5e5Ze43WMzyJq4d > .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); }#T992W7V6GZXVBhgsS5e5Ze43WMzyJq4d > .row .container { border-width: 0; border-radius: 0; }#T992W7V6GZXVBhgsS5e5Ze43WMzyJq4d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JIq585hgyA78iF0U9TO2CDgPxAlXXhTv { top:6.5rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4rem;color:#042631;display:block; }
 }@media only screen and (max-width: 763px) { #eRDbkUTEm103GtyPPGqdn7A3NtNPMhtT { top:17.5625rem;left:22.75rem;width:25rem;height:2rem;font-size:1.125rem;color:#042631;display:block; }
 }@media only screen and (max-width: 763px) { #mFqqeJdKM4XBd3w5HZStx5kl8cGv2iK4 { top:20.3125rem;left:21.0625rem;width:26.6875rem;height:3.125rem;font-size:0.9375rem;color:#181717;display:block; }
 }@media only screen and (max-width: 763px) { #gehS2zH40mhuhUAod0Vo8E8Tvy9GNZTZ { top:26.0625rem;left:23.1875rem;width:24.5625rem;height:2rem;font-size:1.125rem;color:#042631;display:block; }
 }@media only screen and (max-width: 763px) { #aNDGp4G2nwFJT96sTeQStlGPsDErrVi6 { top:28.5rem;left:15.25rem;width:32.5rem;height:6.25rem;font-size:0.9375rem;color:#181717;display:block; }
 }@media only screen and (max-width: 763px) { #G0sKpI7NKIid2uwCgAlPWntAWJEmtNeu { top:26.5625rem;left:21.4375rem;width:1rem;height:1rem;background-color:#f38c35;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #IdHb0rv8iRTDQQPwLldGp92Kd16bCn8g { top:36.9375rem;left:22.9375rem;width:24.8125rem;height:2rem;font-size:1.125rem;color:#042631;display:block; }
 }@media only screen and (max-width: 763px) { #EPy95SxhfOnSK9uyW8zKDW8w76SJ6Ix6 { top:37.4375rem;left:21.4375rem;width:1rem;height:1rem;background-color:#f38c35;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #vVnU44Nq64V4T3ZxNkPiTfHdIqkLyad0 { top:39.375rem;left:20.4375rem;width:27.3125rem;height:3.125rem;font-size:1rem;color:#181717;display:block; }
 }@media only screen and (max-width: 763px) { #UtPATOEHq4Vsps9otmMxeuf8HD6sik67 { top:14.25rem;left:0rem;width:28.875rem;height:19.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JVFFn7NkHZLVQvd7aBgy6GIqetf9Dfnz { top:44.9375rem;left:22.9375rem;width:24.8125rem;height:2rem;font-size:1.125rem;color:#042631;display:block; }
 }@media only screen and (max-width: 763px) { #OKx1PvQLNNqMOMvshGG0A3ptLaECuGTc { top:47.375rem;left:23.625rem;width:21.8125rem;height:1.5625rem;font-size:1rem;color:#181717;display:block; }
 }@media only screen and (max-width: 763px) { #G4KqRGLBqiz8buJ7sfzFxxrh740lHHPT { top:45.4375rem;left:21.4375rem;width:1rem;height:1rem;background-color:#f38c35;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #qqB9cwsSTcvPEy76iT4mTRS9it2JpTXJ { top:18.0625rem;left:21.4375rem;width:1rem;height:1rem;background-color:#f38c35;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row .container { background-color: transparent; background-image: none; }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row .container > .video-iframe-container { display: none; }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row > .video-iframe-container { display: none; }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .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); }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row .container { border-width: 0; border-radius: 0; }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xUDm6Cv5yEQtpo00ZpaIvliQnIpsuQ7u { top:5.3125rem;left:6.5625rem;width:34.625rem;height:1.5625rem;font-size:0.6875rem;color:#181717;display:block; }
 }@media only screen and (max-width: 763px) { #Ab0oiu69cq511PUAtMEEb9bIph6A8CD7 { top:10.4375rem;left:22.875rem;width:3.4375rem;height:3.4375rem;color:#5d92ff;display:block; }
#Ab0oiu69cq511PUAtMEEb9bIph6A8CD7 > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; } }@media only screen and (max-width: 763px) { #TLl1550Xcd9K8E90y9KOxsznDwSpCf7T { top:10.25rem;left:27.8125rem;width:3.9375rem;height:3.9375rem;color:#5d92ff;display:block; }
#TLl1550Xcd9K8E90y9KOxsznDwSpCf7T > img { max-width: 100%;max-height:100%; width:3.9375rem; height:3.9375rem; } }@media only screen and (max-width: 763px) { #pxyvIDMHFPVRodz6MfKqwu2DIJrUhSNT { top:4.4375rem;left:0rem;width:47.75rem;height:0.1875rem;background-color:#f38c35;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG > .row .container { background-color: transparent; background-image: none; }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG > .row .container > .video-iframe-container { display: none; }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG > .row > .video-iframe-container { display: none; }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG > .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); }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG > .row .container { border-width: 0; border-radius: 0; }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG > .row .container { width:20rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3MhZNgDD6Mdm689WeqAUkSIIutTCL8Q { width:4.875rem;height:2.25rem;top:1.25rem;left:7.5625rem;font-size:0.9375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#042631;display:block; }
 }@media only screen and (max-width: 763px) { #GIAE97VKZlayZ9JKCG2HPGC7rEBPecez { display:block; }
 }@media only screen and (max-width: 763px) { #EAr1dLH2ZkoVgdGgA7tA8AvnNQoxDFWe { width:5.3125rem;height:2.25rem;top:8.25rem;left:7.3125rem;font-size:0.9375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#042631;display:block; }
 }@media only screen and (max-width: 763px) { #CuduPwv61dbZPH7ufQyilnIS3r7AgKIQ { display:block; }
 }@media only screen and (max-width: 763px) { #cOSHkZwqP7DKrC3U54fnAM26IlN0fcXA { width:5.5625rem;height:2.25rem;top:4.75rem;left:7.1875rem;font-size:0.9375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#042631;display:block; }
 }@media only screen and (max-width: 763px) { #L8z1VcTx454VLJv8R9VgQVXFNWHDlbAW { display:block; }
 }@media only screen and (max-width: 763px) { #NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row .container { background-color: transparent; background-image: none; }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row .container > .video-iframe-container { display: none; }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row > .video-iframe-container { display: none; }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .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); }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row .container { border-width: 0; border-radius: 0; }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lfse0MLtLtzyfuvMTuFtozzIilHrcRTG { width:20rem;height:7.125rem;top:4.125rem;left:0rem;font-size:2rem;z-index:14998;color:#042631;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TCuDmlAhE5a6eQGf3URCQ0ptZ8emdTab { width:19.875rem;height:10.9580078125rem;top:30.0791015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSXB1nJ5dP2ZKqKWwGiWVIOVe8QnVBeZ { width:19.875rem;height:14.7666015625rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvpT5ay0DlbsflHNPk8OMOkLSXfnQEgF { width:18.75rem;height:0.1875rem;top:12.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xv68qlnqeggT420NbC2S8pAyrsr92TOa { width:1.75rem;height:1.625rem;top:1.25rem;left:9.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM > .row .container { background-color: transparent; background-image: none; }#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM > .row .container > .video-iframe-container { display: none; }#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM > .row > .video-iframe-container { display: none; }#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM > .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); }#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM > .row .container { border-width: 0; border-radius: 0; }#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM > .row .container { width:20rem;height:50.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PdJQytLo0N4GxKUTDZ1SOeGeLFPSS90K { width:17.6875rem;height:2.375rem;top:18rem;left:1.125rem;font-size:2rem;color:#042631;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RcxN5FGI04MbK8Ti9VTTuM3xNwKovhvL { width:20rem;height:26.5625rem;top:21.625rem;left:0rem;font-size:1rem;color:#181717;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cBSlVb6LGyQkIX2GNHPMi094kUOLAchP { width:11.5625rem;height:13rem;top:1.25rem;left:4.0625rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WitZT9WTEMdatfUl4U92G5Vmxvavren4 { width:1rem;height:1rem;top:15.75rem;left:9.5rem;background-color:#f38c35;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #do34pTu8MTAEsfriKClP39TEGo0tXf2b { width:18.75rem;height:0.0625rem;top:49.4375rem;left:0.625rem;background-color:#f38c35;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #T992W7V6GZXVBhgsS5e5Ze43WMzyJq4d { background-color:#faf9f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#T992W7V6GZXVBhgsS5e5Ze43WMzyJq4d > .row .container { background-color: transparent; background-image: none; }#T992W7V6GZXVBhgsS5e5Ze43WMzyJq4d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T992W7V6GZXVBhgsS5e5Ze43WMzyJq4d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T992W7V6GZXVBhgsS5e5Ze43WMzyJq4d > .row .container > .video-iframe-container { display: none; }#T992W7V6GZXVBhgsS5e5Ze43WMzyJq4d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T992W7V6GZXVBhgsS5e5Ze43WMzyJq4d > .row > .video-iframe-container { display: none; }#T992W7V6GZXVBhgsS5e5Ze43WMzyJq4d > .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); }#T992W7V6GZXVBhgsS5e5Ze43WMzyJq4d > .row .container { border-width: 0; border-radius: 0; }#T992W7V6GZXVBhgsS5e5Ze43WMzyJq4d > .row .container { width:20rem;height:63.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JIq585hgyA78iF0U9TO2CDgPxAlXXhTv { width:19.6875rem;height:2.375rem;top:1.25rem;left:0.125rem;font-size:2rem;color:#042631;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eRDbkUTEm103GtyPPGqdn7A3NtNPMhtT { width:18.1875rem;height:1.75rem;top:18.3125rem;left:0.875rem;font-size:1.125rem;color:#042631;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #mFqqeJdKM4XBd3w5HZStx5kl8cGv2iK4 { width:18.1875rem;height:4.5rem;top:21.3125rem;left:0.875rem;font-size:0.9375rem;color:#181717;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gehS2zH40mhuhUAod0Vo8E8Tvy9GNZTZ { width:18.1875rem;height:1.75rem;top:29.3125rem;left:0.875rem;font-size:1.125rem;color:#042631;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aNDGp4G2nwFJT96sTeQStlGPsDErrVi6 { width:18.25rem;height:9rem;top:32.3125rem;left:0.875rem;font-size:0.9375rem;color:#181717;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G0sKpI7NKIid2uwCgAlPWntAWJEmtNeu { width:1rem;height:1rem;top:27.0625rem;left:9.5rem;background-color:#f38c35;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #IdHb0rv8iRTDQQPwLldGp92Kd16bCn8g { width:15.9375rem;height:1.75rem;top:44.8125rem;left:2rem;font-size:1.125rem;color:#042631;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EPy95SxhfOnSK9uyW8zKDW8w76SJ6Ix6 { width:1rem;height:1rem;top:42.5625rem;left:9.5rem;background-color:#f38c35;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #vVnU44Nq64V4T3ZxNkPiTfHdIqkLyad0 { width:20rem;height:4.6875rem;top:47.8125rem;left:0rem;font-size:1rem;color:#181717;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UtPATOEHq4Vsps9otmMxeuf8HD6sik67 { width:14.9375rem;height:9.9375rem;top:4.875rem;left:2.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #JVFFn7NkHZLVQvd7aBgy6GIqetf9Dfnz { width:20rem;height:1.75rem;top:56rem;left:0rem;font-size:1.125rem;color:#042631;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OKx1PvQLNNqMOMvshGG0A3ptLaECuGTc { width:20rem;height:3.125rem;top:59rem;left:0rem;font-size:1rem;color:#181717;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G4KqRGLBqiz8buJ7sfzFxxrh740lHHPT { width:1rem;height:1rem;top:53.75rem;left:9.5rem;background-color:#f38c35;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #qqB9cwsSTcvPEy76iT4mTRS9it2JpTXJ { width:1rem;height:1rem;top:16.0625rem;left:9.5rem;background-color:#f38c35;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row .container { background-color: transparent; background-image: none; }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row .container > .video-iframe-container { display: none; }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row > .video-iframe-container { display: none; }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .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); }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row .container { border-width: 0; border-radius: 0; }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xUDm6Cv5yEQtpo00ZpaIvliQnIpsuQ7u { width:18.875rem;height:1.0625rem;top:2.16796875rem;left:1.125rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#181717;display:block; }
 }@media only screen and (max-width: 763px) { #Ab0oiu69cq511PUAtMEEb9bIph6A8CD7 { display:flex;width:1.625rem;height:1.625rem;top:4.48046875rem;left:9.1875rem;color:#5d92ff; }
#Ab0oiu69cq511PUAtMEEb9bIph6A8CD7 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #TLl1550Xcd9K8E90y9KOxsznDwSpCf7T { display:flex;width:1.625rem;height:1.625rem;top:7.35546875rem;left:9.1875rem;color:#5d92ff; }
#TLl1550Xcd9K8E90y9KOxsznDwSpCf7T > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #pxyvIDMHFPVRodz6MfKqwu2DIJrUhSNT { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;background-color:#f38c35;background-image:none;display:block; }
 }