.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:219,224,254;--color-primary-1:135,153,253;--color-primary-2:14,50,250;--color-primary-3:7,25,125;--color-primary-4:2,8,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Sequel Sans Black Head";--paragraphs-font-family:"Sequel Sans Book Body"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 763px) {
    html {
        width: 764px;
    }
}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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:7.8125rem;width:47.75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#hD13te1yRzBeCklMTnTBDtdbqPlQg48S { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:15.625rem;top:2.6866321563721rem;left:13.625rem;overflow:hidden;display:block; }
#evvfbM234Ar5ypbgunwupbF4LzTHmD4R { position:relative;display:block; }#evvfbM234Ar5ypbgunwupbF4LzTHmD4R { background-color: transparent; background-image: none; }#evvfbM234Ar5ypbgunwupbF4LzTHmD4R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evvfbM234Ar5ypbgunwupbF4LzTHmD4R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evvfbM234Ar5ypbgunwupbF4LzTHmD4R > .row .container > .video-iframe-container { display: none; }#evvfbM234Ar5ypbgunwupbF4LzTHmD4R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evvfbM234Ar5ypbgunwupbF4LzTHmD4R > .row > .video-iframe-container { display: none; }#evvfbM234Ar5ypbgunwupbF4LzTHmD4R > .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); }#evvfbM234Ar5ypbgunwupbF4LzTHmD4R { border-width: 0; border-radius: 0; }#evvfbM234Ar5ypbgunwupbF4LzTHmD4R > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#evvfbM234Ar5ypbgunwupbF4LzTHmD4R > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.625rem;width:47.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KOh9qOdVTGeXOEGVM8F6zGm9qEg6xlOe { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:37.5rem;top:11.25rem;left:5.1236991882324rem;overflow:hidden;display:block; }
#dRTO7C1wvQHfkN3g9BOVSaqvkdpWvlWD { color:rgba(var(--color-tertiary-4),1);display:block;width:36.9998125rem;position:absolute;font-family:"sequel sans black head";font-size:1.6875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:16.062283039093rem;left:5.3743495941162rem;height:2.192925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#efSkH0ABUbIshdkhhQMcUAw10IyTfmyH { color:#333333;display:block;width:37.374125rem;position:absolute;font-family:"sequel sans book body";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:20.311415195465rem;left:5.1236991882324rem;height:2.599825rem;display:block; }
#l3pBK0OE6qklf56KDK8crxBCroC9ZbtB { box-sizing:content-box;height:0.0618489375rem;width:34.375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.874132633209rem;left:6.6861991882325rem;display:block; }
#cPVvW1B1T5cQRK4qbcTDAiXmR3haU6mG { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:37.5rem;top:0.3125rem;left:5.1236991882324rem;overflow:hidden;display:block; }
#LCU6LGOgVRAcccUcwIgIPCfyCPs1I0DW { position:relative;display:block; }#LCU6LGOgVRAcccUcwIgIPCfyCPs1I0DW { background-color: transparent; background-image: none; }#LCU6LGOgVRAcccUcwIgIPCfyCPs1I0DW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCU6LGOgVRAcccUcwIgIPCfyCPs1I0DW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCU6LGOgVRAcccUcwIgIPCfyCPs1I0DW > .row .container > .video-iframe-container { display: none; }#LCU6LGOgVRAcccUcwIgIPCfyCPs1I0DW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCU6LGOgVRAcccUcwIgIPCfyCPs1I0DW > .row > .video-iframe-container { display: none; }#LCU6LGOgVRAcccUcwIgIPCfyCPs1I0DW > .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); }#LCU6LGOgVRAcccUcwIgIPCfyCPs1I0DW { border-width: 0; border-radius: 0; }#LCU6LGOgVRAcccUcwIgIPCfyCPs1I0DW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LCU6LGOgVRAcccUcwIgIPCfyCPs1I0DW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:47.5625rem;width:47.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#icaHBJbL3em334lpBAB1ownAN3FU1Vhi { color:rgba(var(--color-tertiary-4),1);display:block;width:32.436rem;position:absolute;font-family:"sequel sans bold head";font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:23.25rem;left:7.65625rem;height:3.89756875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fzArcQuJ4k2v8gRaRaOa2G6vtNCVBe58 { color:#333333;display:block;width:38.6230625rem;position:absolute;font-family:"sequel sans book body";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:29.039714813233rem;left:5.1247844696045rem;height:9.0993875rem;display:block; }
#Ski0u1bOdTF5mFT50zUmZIqyxn9VxbJr { background-color:#0e32fa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:"sequel sans roman body";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:40.221355438233rem;left:19.186199188233rem;display:block; }
#m5HHxBRZV4ESCABMvzIzunJlRJvmonoq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zn0uA350iERgfeH5BLblihmLe7sXh1ot { box-sizing:content-box;height:0.060763875rem;width:34.375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.8125rem;left:6.6861991882325rem;display:block; }
#AqfFWvtfZECuRN0XgOp5qpmGtU2ozEJI { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.999375rem;width:28.125rem;top:0.3125rem;left:9.8111991882325rem;overflow:hidden;display:block; }
#Vt4amn8UZiLDlU1TsHiUKHN2AOWscrlw { position:relative;display:block; }#Vt4amn8UZiLDlU1TsHiUKHN2AOWscrlw { background-color: transparent; background-image: none; }#Vt4amn8UZiLDlU1TsHiUKHN2AOWscrlw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vt4amn8UZiLDlU1TsHiUKHN2AOWscrlw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vt4amn8UZiLDlU1TsHiUKHN2AOWscrlw > .row .container > .video-iframe-container { display: none; }#Vt4amn8UZiLDlU1TsHiUKHN2AOWscrlw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vt4amn8UZiLDlU1TsHiUKHN2AOWscrlw > .row > .video-iframe-container { display: none; }#Vt4amn8UZiLDlU1TsHiUKHN2AOWscrlw > .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); }#Vt4amn8UZiLDlU1TsHiUKHN2AOWscrlw { border-width: 0; border-radius: 0; }#Vt4amn8UZiLDlU1TsHiUKHN2AOWscrlw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Vt4amn8UZiLDlU1TsHiUKHN2AOWscrlw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:44rem;width:47.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#foEf3qTqrbxSsFwQwGSp5SmqqlxtN1rL { color:rgba(var(--color-tertiary-4),1);display:block;width:32.436rem;position:absolute;font-family:"sequel sans bold head";font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:15.749778747559rem;left:7.65625rem;height:5.84635625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dIHNmzsFfOPAoJL3QShWKsfJPuwRkHAo { color:#333333;display:block;width:38.6230625rem;position:absolute;font-family:"sequel sans book body";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:23.44944190979rem;left:5.6868515014649rem;height:10.399325rem;display:block; }
#nUTEelz8tzK8PGHwfT6fVORwwe1q97Px { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:"sequel sans roman body";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:37.123482704162rem;left:17.623699188233rem;display:block; }
#iKW9F1Rn9T99AUTyMSgL8laETxuKLu46 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BdFIqoNIcPMmamfPui0ql1boU808lZMO { box-sizing:content-box;height:0.0625rem;width:34.375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.499567031861rem;left:6.6861991882325rem;display:block; }
#bALkSdA1zg04nOKPOTZIQFcr2wUKJSlH { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:28.125rem;top:0.3125rem;left:9.8111991882325rem;overflow:hidden;display:block; }
#Zt7R3vSHlKbiBgBX7rGxu1bzDFiewUb9 { position:relative;display:block; }#Zt7R3vSHlKbiBgBX7rGxu1bzDFiewUb9 { background-color: transparent; background-image: none; }#Zt7R3vSHlKbiBgBX7rGxu1bzDFiewUb9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zt7R3vSHlKbiBgBX7rGxu1bzDFiewUb9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zt7R3vSHlKbiBgBX7rGxu1bzDFiewUb9 > .row .container > .video-iframe-container { display: none; }#Zt7R3vSHlKbiBgBX7rGxu1bzDFiewUb9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zt7R3vSHlKbiBgBX7rGxu1bzDFiewUb9 > .row > .video-iframe-container { display: none; }#Zt7R3vSHlKbiBgBX7rGxu1bzDFiewUb9 > .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); }#Zt7R3vSHlKbiBgBX7rGxu1bzDFiewUb9 { border-width: 0; border-radius: 0; }#Zt7R3vSHlKbiBgBX7rGxu1bzDFiewUb9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Zt7R3vSHlKbiBgBX7rGxu1bzDFiewUb9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:40.6875rem;width:47.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zCUBFUeAnDvIvpbvQVHxedUdlv7ZKTAz { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:"sequel sans bold head";font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:18.0625rem;left:13.716363906861rem;height:3.89756875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HKDtxOT6bnOSZDmrZotZDr5DMsnIHL3C { color:#333333;display:block;width:38.6230625rem;position:absolute;font-family:"sequel sans book body with bold and italic";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:23.8125rem;left:5.125rem;height:7.79948125rem;display:block; }
#DMaP9OD9WpKvsBoAcfucIUkcNHkI5C4u { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:"sequel sans roman body";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:33.694662094116rem;left:18.247613906861rem;display:block; }
#WlMpQuBprlKKXALBWHRFKL6EH7894otf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PT1Ayn9lbNen8N2i8LXzwOdCSAhaWDGe { box-sizing:content-box;height:0.0625rem;width:34.375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.1875rem;left:6.6861991882325rem;display:block; }
#Pc7Tt0rzd4X8UKcpEwCbhTxmwVlnLzQz { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.7498125rem;width:28.125rem;top:0.3125rem;left:9.8111991882325rem;overflow:hidden;display:block; }
#hEygtDdTmgOHh0MlQ4rt1niLZIO7BP7l { position:relative;display:block; }#hEygtDdTmgOHh0MlQ4rt1niLZIO7BP7l { background-color: transparent; background-image: none; }#hEygtDdTmgOHh0MlQ4rt1niLZIO7BP7l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEygtDdTmgOHh0MlQ4rt1niLZIO7BP7l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEygtDdTmgOHh0MlQ4rt1niLZIO7BP7l > .row .container > .video-iframe-container { display: none; }#hEygtDdTmgOHh0MlQ4rt1niLZIO7BP7l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEygtDdTmgOHh0MlQ4rt1niLZIO7BP7l > .row > .video-iframe-container { display: none; }#hEygtDdTmgOHh0MlQ4rt1niLZIO7BP7l > .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); }#hEygtDdTmgOHh0MlQ4rt1niLZIO7BP7l { border-width: 0; border-radius: 0; }#hEygtDdTmgOHh0MlQ4rt1niLZIO7BP7l > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hEygtDdTmgOHh0MlQ4rt1niLZIO7BP7l > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39rem;width:47.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EQFMcNTyA6qovdCvnQBxP9a1MsRRNvcL { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:"sequel sans bold head";font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:18.930120468139rem;left:13.717449188233rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QRHEshZT5hFhLEqNv9d5iWM72gx6VFNK { color:#333333;display:block;width:38.6230625rem;position:absolute;font-family:"sequel sans book body with bold and italic";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:24.561632156372rem;left:5.125rem;height:5.19965625rem;display:block; }
#QspkgxlhkaLPywHL6L1KbyUUrWhOsyv8 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:"sequel sans roman body";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:2.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:31.6875rem;left:18.403863906861rem;display:block; }
#FmvoRdfkhCvClpso0bthz0bdp9Ro9QiK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v7NThSEdTJ4q3TZ8MMf1yiH5MgthCXm7 { box-sizing:content-box;height:0.05859375rem;width:34.375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.375rem;left:6.6851139068606rem;display:block; }
#dWzETetR10gZzatcFGGKFo2ymSl1rTVs { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.7480625rem;width:31.9998125rem;top:0.3125rem;left:7.874351501465rem;overflow:hidden;display:block; }
#S2sZ5xLXHz705bX9VtlthAulzBdMHoNI { position:relative;display:block; }#S2sZ5xLXHz705bX9VtlthAulzBdMHoNI { background-color: transparent; background-image: none; }#S2sZ5xLXHz705bX9VtlthAulzBdMHoNI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2sZ5xLXHz705bX9VtlthAulzBdMHoNI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2sZ5xLXHz705bX9VtlthAulzBdMHoNI > .row .container > .video-iframe-container { display: none; }#S2sZ5xLXHz705bX9VtlthAulzBdMHoNI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2sZ5xLXHz705bX9VtlthAulzBdMHoNI > .row > .video-iframe-container { display: none; }#S2sZ5xLXHz705bX9VtlthAulzBdMHoNI > .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); }#S2sZ5xLXHz705bX9VtlthAulzBdMHoNI { border-width: 0; border-radius: 0; }#S2sZ5xLXHz705bX9VtlthAulzBdMHoNI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#S2sZ5xLXHz705bX9VtlthAulzBdMHoNI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.125rem;width:47.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#H99KhwNMD9rXI6I8as5TsRCLh7HO9mtc { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:28.125rem;top:0.3125rem;left:9.8111991882325rem;overflow:hidden;display:block; }
#Khzle3ISG1TaxU9SX0u2gXtsK2TPluII { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:"sequel sans bold head";font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:17.881944656372rem;left:13.717449188233rem;height:1.9487875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UmwXDSLRuFOPiQpxVlMJWA0d3Olv5C7y { color:#333333;display:block;width:38.6230625rem;position:absolute;font-family:"sequel sans book body with bold and italic";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:21.487632751465rem;left:5.125rem;height:3.8997375rem;display:block; }
#M42FVHshmHSsSW3KoznAGdTGqdGZbvgC { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:"sequel sans roman body";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3735rem;height:2.5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:27.622613906861rem;left:14.6875rem;display:block; }
#LufkoGgUo9Lv8C5Wz57W3axIcsa77kId { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VsS4Sc8raBnmK273I0lvOPg4xDzo7mTR { box-sizing:content-box;height:0.124783125rem;width:34.375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.315538406372rem;left:6.6861991882325rem;display:block; }
#FIsva8xNyAZWz7xarlrClwqxcJwuEGUe { position:relative;display:block; }#FIsva8xNyAZWz7xarlrClwqxcJwuEGUe { background-color: transparent; background-image: none; }#FIsva8xNyAZWz7xarlrClwqxcJwuEGUe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIsva8xNyAZWz7xarlrClwqxcJwuEGUe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIsva8xNyAZWz7xarlrClwqxcJwuEGUe > .row .container > .video-iframe-container { display: none; }#FIsva8xNyAZWz7xarlrClwqxcJwuEGUe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIsva8xNyAZWz7xarlrClwqxcJwuEGUe > .row > .video-iframe-container { display: none; }#FIsva8xNyAZWz7xarlrClwqxcJwuEGUe > .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); }#FIsva8xNyAZWz7xarlrClwqxcJwuEGUe { border-width: 0; border-radius: 0; }#FIsva8xNyAZWz7xarlrClwqxcJwuEGUe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FIsva8xNyAZWz7xarlrClwqxcJwuEGUe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.5625rem;width:47.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RFw6MEbisNJxQSL4O7hC0zgBmV2HmfVf { color:rgba(var(--color-tertiary-4),1);display:block;width:14.311rem;position:absolute;font-family:"sequel sans bold head";font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.633029937744rem;left:16.71875rem;height:1.9487875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iq6uBXq37ZSDTnqmC84ozkVsV1AI0ifR { color:#333333;display:block;width:38.6230625rem;position:absolute;font-family:"sequel sans book body with bold and italic";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:15.4375rem;left:5.125rem;height:3.8997375rem;display:block; }
#TOPu7FcWaGIn8melGnqenElXpsWOVOV0 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:"sequel sans roman body";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1248125rem;height:2.5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:22.622613906861rem;left:16.71875rem;display:block; }
#wagPUvtQtnwKKSxCwwTpWMzcffwfwozt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KVByv0yNiIeqH4hoqgWO71tUSphtZQ85 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:28.125rem;top:0.3125rem;left:10.373264312744rem;overflow:hidden;display:block; }
#mU3VNsGDI4nEdHZs5hwUErHcFsB2iaIw { position:relative;display:block; }#mU3VNsGDI4nEdHZs5hwUErHcFsB2iaIw { background-color: transparent; background-image: none; }#mU3VNsGDI4nEdHZs5hwUErHcFsB2iaIw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mU3VNsGDI4nEdHZs5hwUErHcFsB2iaIw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mU3VNsGDI4nEdHZs5hwUErHcFsB2iaIw > .row .container > .video-iframe-container { display: none; }#mU3VNsGDI4nEdHZs5hwUErHcFsB2iaIw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mU3VNsGDI4nEdHZs5hwUErHcFsB2iaIw > .row > .video-iframe-container { display: none; }#mU3VNsGDI4nEdHZs5hwUErHcFsB2iaIw > .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); }#mU3VNsGDI4nEdHZs5hwUErHcFsB2iaIw { border-width: 0; border-radius: 0; }#mU3VNsGDI4nEdHZs5hwUErHcFsB2iaIw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mU3VNsGDI4nEdHZs5hwUErHcFsB2iaIw > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1a1a;background-image:none;font-size:0.875rem;font-family:arial;height:17.0625rem;width:47.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#q3gmWofcsTzzDNCWsdw33WeLplTgwWR6 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:8.5rem;top:1.8684883117676rem;left:19.623481750488rem;overflow:hidden;display:block; }
#q6oxPWHX7cSL8hdWoaVF0NLnasweyELG { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:7.75rem;left:18.389759063721rem;overflow:hidden;display:block; }
#WMNBd7hzSLV11yeMvH7g4My8we5oATv7 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:7.75rem;left:20.569664001465rem;overflow:hidden;display:block; }
#k9DPzKBJp2NizdAbfr9CXiULKu42VFIg { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:7.75rem;left:22.749568939209rem;overflow:hidden;display:block; }
#zpxM8tJ1gg0T6n9xyusyctPTTDyKU5Uh { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:7.75rem;left:24.998916625976rem;overflow:hidden;display:block; }
#iraAIvTTOzv96yoKvnmBd5yMbKvcnJT3 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:7.75rem;left:27.248264312744rem;overflow:hidden;display:block; }
#QDDufvbvIdTi6BxRZTA0nfTgXQgFZSk4 { color:rgba(var(--color-tertiary-1),1);display:block;width:18.311625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.104600906372rem;left:14.717884063721rem;height:2.92318125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hD13te1yRzBeCklMTnTBDtdbqPlQg48S { top:2.625rem;left:13.625rem;width:15.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #evvfbM234Ar5ypbgunwupbF4LzTHmD4R { display:block; }#evvfbM234Ar5ypbgunwupbF4LzTHmD4R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KOh9qOdVTGeXOEGVM8F6zGm9qEg6xlOe { top:11.25rem;left:5.125rem;width:37.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRTO7C1wvQHfkN3g9BOVSaqvkdpWvlWD { top:16rem;left:5.3743495941162rem;width:36.9375rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #efSkH0ABUbIshdkhhQMcUAw10IyTfmyH { top:20.25rem;left:5.1236991882324rem;width:37.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3pBK0OE6qklf56KDK8crxBCroC9ZbtB { top:24.8125rem;left:6.6861991882325rem;width:34.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #cPVvW1B1T5cQRK4qbcTDAiXmR3haU6mG { top:0.3125rem;left:5.125rem;width:37.5rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCU6LGOgVRAcccUcwIgIPCfyCPs1I0DW { display:block; }#LCU6LGOgVRAcccUcwIgIPCfyCPs1I0DW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #icaHBJbL3em334lpBAB1ownAN3FU1Vhi { top:23.25rem;left:7.6875rem;width:32.375rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzArcQuJ4k2v8gRaRaOa2G6vtNCVBe58 { top:29rem;left:5.1247825622559rem;width:38.5625rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ski0u1bOdTF5mFT50zUmZIqyxn9VxbJr { width:9.375rem;height:2.5rem;top:40.1875rem;left:19.186199188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5HHxBRZV4ESCABMvzIzunJlRJvmonoq { display:block; }
 }@media only screen and (max-width: 763px) { #Zn0uA350iERgfeH5BLblihmLe7sXh1ot { top:44.8125rem;left:6.6875rem;width:34.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #AqfFWvtfZECuRN0XgOp5qpmGtU2ozEJI { top:0.3125rem;left:9.8125rem;width:28.125rem;height:20.999375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt4amn8UZiLDlU1TsHiUKHN2AOWscrlw { display:block; }#Vt4amn8UZiLDlU1TsHiUKHN2AOWscrlw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #foEf3qTqrbxSsFwQwGSp5SmqqlxtN1rL { top:15.6875rem;left:7.65625rem;width:32.375rem;height:5.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIHNmzsFfOPAoJL3QShWKsfJPuwRkHAo { top:23.4375rem;left:5.6868515014649rem;width:38.5625rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUTEelz8tzK8PGHwfT6fVORwwe1q97Px { width:12.5rem;height:2.5rem;top:37.0625rem;left:17.623699188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKW9F1Rn9T99AUTyMSgL8laETxuKLu46 { display:block; }
 }@media only screen and (max-width: 763px) { #BdFIqoNIcPMmamfPui0ql1boU808lZMO { top:41.4375rem;left:6.6861991882325rem;width:34.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bALkSdA1zg04nOKPOTZIQFcr2wUKJSlH { top:0.3125rem;left:9.8125rem;width:28.125rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt7R3vSHlKbiBgBX7rGxu1bzDFiewUb9 { display:block; }#Zt7R3vSHlKbiBgBX7rGxu1bzDFiewUb9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zCUBFUeAnDvIvpbvQVHxedUdlv7ZKTAz { top:18.0625rem;left:13.6875rem;width:20.3125rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKDtxOT6bnOSZDmrZotZDr5DMsnIHL3C { top:23.75rem;left:5.1247825622559rem;width:38.5625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMaP9OD9WpKvsBoAcfucIUkcNHkI5C4u { width:11.25rem;height:2.5rem;top:33.6875rem;left:18.247613906861rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlMpQuBprlKKXALBWHRFKL6EH7894otf { display:block; }
 }@media only screen and (max-width: 763px) { #PT1Ayn9lbNen8N2i8LXzwOdCSAhaWDGe { top:38.1875rem;left:6.6875rem;width:34.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc7Tt0rzd4X8UKcpEwCbhTxmwVlnLzQz { top:0.3125rem;left:9.8125rem;width:28.125rem;height:15.7498125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEygtDdTmgOHh0MlQ4rt1niLZIO7BP7l { display:block; }#hEygtDdTmgOHh0MlQ4rt1niLZIO7BP7l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EQFMcNTyA6qovdCvnQBxP9a1MsRRNvcL { top:18.875rem;left:13.717449188233rem;width:20.3125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRHEshZT5hFhLEqNv9d5iWM72gx6VFNK { top:24.5rem;left:5.1247825622559rem;width:38.5625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QspkgxlhkaLPywHL6L1KbyUUrWhOsyv8 { width:10.9375rem;height:2.5rem;top:31.6875rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmvoRdfkhCvClpso0bthz0bdp9Ro9QiK { display:block; }
 }@media only screen and (max-width: 763px) { #v7NThSEdTJ4q3TZ8MMf1yiH5MgthCXm7 { top:36.375rem;left:6.6875rem;width:34.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #dWzETetR10gZzatcFGGKFo2ymSl1rTVs { top:0.3125rem;left:7.875rem;width:31.9375rem;height:16.715449382516rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2sZ5xLXHz705bX9VtlthAulzBdMHoNI { display:block; }#S2sZ5xLXHz705bX9VtlthAulzBdMHoNI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H99KhwNMD9rXI6I8as5TsRCLh7HO9mtc { top:0.3125rem;left:9.8125rem;width:28.125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khzle3ISG1TaxU9SX0u2gXtsK2TPluII { top:17.875rem;left:13.717449188233rem;width:20.3125rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmwXDSLRuFOPiQpxVlMJWA0d3Olv5C7y { top:21.5rem;left:5.125rem;width:38.5625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M42FVHshmHSsSW3KoznAGdTGqdGZbvgC { width:18.3125rem;height:2.5rem;top:27.5625rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LufkoGgUo9Lv8C5Wz57W3axIcsa77kId { display:block; }
 }@media only screen and (max-width: 763px) { #VsS4Sc8raBnmK273I0lvOPg4xDzo7mTR { top:32.3125rem;left:6.6861991882325rem;width:34.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIsva8xNyAZWz7xarlrClwqxcJwuEGUe { display:block; }#FIsva8xNyAZWz7xarlrClwqxcJwuEGUe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFw6MEbisNJxQSL4O7hC0zgBmV2HmfVf { top:11.625rem;left:16.71875rem;width:14.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq6uBXq37ZSDTnqmC84ozkVsV1AI0ifR { top:15.4375rem;left:5.125rem;width:38.5625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOPu7FcWaGIn8melGnqenElXpsWOVOV0 { width:15.0625rem;height:2.5rem;top:22.5625rem;left:16.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wagPUvtQtnwKKSxCwwTpWMzcffwfwozt { display:block; }
 }@media only screen and (max-width: 763px) { #KVByv0yNiIeqH4hoqgWO71tUSphtZQ85 { top:0.3125rem;left:10.375rem;width:28.125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU3VNsGDI4nEdHZs5hwUErHcFsB2iaIw { display:block; }#mU3VNsGDI4nEdHZs5hwUErHcFsB2iaIw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q3gmWofcsTzzDNCWsdw33WeLplTgwWR6 { top:1.8125rem;left:19.623481750488rem;width:8.5rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6oxPWHX7cSL8hdWoaVF0NLnasweyELG { top:7.75rem;left:18.375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMNBd7hzSLV11yeMvH7g4My8we5oATv7 { top:7.75rem;left:20.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9DPzKBJp2NizdAbfr9CXiULKu42VFIg { top:7.75rem;left:22.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpxM8tJ1gg0T6n9xyusyctPTTDyKU5Uh { top:7.75rem;left:25rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iraAIvTTOzv96yoKvnmBd5yMbKvcnJT3 { top:7.75rem;left:27.25rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDDufvbvIdTi6BxRZTA0nfTgXQgFZSk4 { top:11.0625rem;left:14.717884063721rem;width:18.25rem;height:2.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hD13te1yRzBeCklMTnTBDtdbqPlQg48S { width:12.5rem;height:1.9375rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #evvfbM234Ar5ypbgunwupbF4LzTHmD4R { display:block; }#evvfbM234Ar5ypbgunwupbF4LzTHmD4R > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KOh9qOdVTGeXOEGVM8F6zGm9qEg6xlOe { width:20rem;height:1.66666875rem;top:6.1447486877441rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRTO7C1wvQHfkN3g9BOVSaqvkdpWvlWD { width:20rem;height:3.89756875rem;top:8.4375009536744rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #efSkH0ABUbIshdkhhQMcUAw10IyTfmyH { width:20rem;height:3.8997375rem;top:12.999132156372rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l3pBK0OE6qklf56KDK8crxBCroC9ZbtB { width:20rem;height:0;top:14.9500875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cPVvW1B1T5cQRK4qbcTDAiXmR3haU6mG { width:20rem;height:5.83225rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCU6LGOgVRAcccUcwIgIPCfyCPs1I0DW { display:block; }#LCU6LGOgVRAcccUcwIgIPCfyCPs1I0DW > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #icaHBJbL3em334lpBAB1ownAN3FU1Vhi { width:20rem;height:7.1484375rem;top:16.871746063233rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fzArcQuJ4k2v8gRaRaOa2G6vtNCVBe58 { width:19.375rem;height:16.8988625rem;top:25.246311187744rem;left:0.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ski0u1bOdTF5mFT50zUmZIqyxn9VxbJr { width:9.375rem;height:2.5rem;top:44.064671516419rem;left:5.3125004768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5HHxBRZV4ESCABMvzIzunJlRJvmonoq { display:block; }
 }@media only screen and (max-width: 763px) { #Zn0uA350iERgfeH5BLblihmLe7sXh1ot { width:20rem;height:0;top:32.191875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AqfFWvtfZECuRN0XgOp5qpmGtU2ozEJI { width:20rem;height:14.93275rem;top:0.63585090637206rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt4amn8UZiLDlU1TsHiUKHN2AOWscrlw { display:block; }#Vt4amn8UZiLDlU1TsHiUKHN2AOWscrlw > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #foEf3qTqrbxSsFwQwGSp5SmqqlxtN1rL { width:19.25rem;height:7.1484375rem;top:11.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dIHNmzsFfOPAoJL3QShWKsfJPuwRkHAo { width:19.4998125rem;height:22.0985125rem;top:20.230033874512rem;left:0.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nUTEelz8tzK8PGHwfT6fVORwwe1q97Px { width:12.5rem;height:2.5rem;top:44.328348875046rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKW9F1Rn9T99AUTyMSgL8laETxuKLu46 { display:block; }
 }@media only screen and (max-width: 763px) { #BdFIqoNIcPMmamfPui0ql1boU808lZMO { width:20rem;height:0;top:37.3915rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bALkSdA1zg04nOKPOTZIQFcr2wUKJSlH { width:20rem;height:9.555125rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt7R3vSHlKbiBgBX7rGxu1bzDFiewUb9 { display:block; }#Zt7R3vSHlKbiBgBX7rGxu1bzDFiewUb9 > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zCUBFUeAnDvIvpbvQVHxedUdlv7ZKTAz { width:20rem;height:3.57421875rem;top:12.810330867767rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HKDtxOT6bnOSZDmrZotZDr5DMsnIHL3C { width:19.4998125rem;height:14.29905rem;top:18.1875rem;left:0.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DMaP9OD9WpKvsBoAcfucIUkcNHkI5C4u { width:11.25rem;height:2.5rem;top:34.371741771698rem;left:4.3750004768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlMpQuBprlKKXALBWHRFKL6EH7894otf { display:block; }
 }@media only screen and (max-width: 763px) { #PT1Ayn9lbNen8N2i8LXzwOdCSAhaWDGe { width:20rem;height:0.060763875rem;top:27.205947875976rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pc7Tt0rzd4X8UKcpEwCbhTxmwVlnLzQz { width:20rem;height:11.199rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEygtDdTmgOHh0MlQ4rt1niLZIO7BP7l { display:block; }#hEygtDdTmgOHh0MlQ4rt1niLZIO7BP7l > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EQFMcNTyA6qovdCvnQBxP9a1MsRRNvcL { width:20rem;height:3.57421875rem;top:12.067057609558rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QRHEshZT5hFhLEqNv9d5iWM72gx6VFNK { width:19.561625rem;height:10.3993125rem;top:17.5rem;left:0.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QspkgxlhkaLPywHL6L1KbyUUrWhOsyv8 { width:10.9375rem;height:2.5rem;top:29.869791507721rem;left:4.5312504768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmvoRdfkhCvClpso0bthz0bdp9Ro9QiK { display:block; }
 }@media only screen and (max-width: 763px) { #v7NThSEdTJ4q3TZ8MMf1yiH5MgthCXm7 { width:20rem;height:0;top:23.74566875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dWzETetR10gZzatcFGGKFo2ymSl1rTVs { width:20rem;height:10.4676875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2sZ5xLXHz705bX9VtlthAulzBdMHoNI { display:block; }#S2sZ5xLXHz705bX9VtlthAulzBdMHoNI > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H99KhwNMD9rXI6I8as5TsRCLh7HO9mtc { width:20rem;height:11.111125rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khzle3ISG1TaxU9SX0u2gXtsK2TPluII { width:20rem;height:1.7871125rem;top:13.611125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UmwXDSLRuFOPiQpxVlMJWA0d3Olv5C7y { width:19.5625rem;height:9.099375rem;top:17.25rem;left:0.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M42FVHshmHSsSW3KoznAGdTGqdGZbvgC { width:18.3105625rem;height:2.5rem;top:28.249785900116rem;left:0.84418416023256rem;display:block; }
 }@media only screen and (max-width: 763px) { #LufkoGgUo9Lv8C5Wz57W3axIcsa77kId { display:block; }
 }@media only screen and (max-width: 763px) { #VsS4Sc8raBnmK273I0lvOPg4xDzo7mTR { width:20rem;height:0;top:33.3594125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FIsva8xNyAZWz7xarlrClwqxcJwuEGUe { display:block; }#FIsva8xNyAZWz7xarlrClwqxcJwuEGUe > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFw6MEbisNJxQSL4O7hC0zgBmV2HmfVf { width:14.2480625rem;height:1.9487875rem;top:8.25rem;left:2.8754343986511rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iq6uBXq37ZSDTnqmC84ozkVsV1AI0ifR { width:19.561625rem;height:10.3993125rem;top:12rem;left:0.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TOPu7FcWaGIn8melGnqenElXpsWOVOV0 { width:15.061875rem;height:2.5rem;top:24.097223281861rem;left:2.8754343986511rem;display:block; }
 }@media only screen and (max-width: 763px) { #wagPUvtQtnwKKSxCwwTpWMzcffwfwozt { display:block; }
 }@media only screen and (max-width: 763px) { #KVByv0yNiIeqH4hoqgWO71tUSphtZQ85 { width:20rem;height:6.6666875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU3VNsGDI4nEdHZs5hwUErHcFsB2iaIw { display:block; }#mU3VNsGDI4nEdHZs5hwUErHcFsB2iaIw > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q3gmWofcsTzzDNCWsdw33WeLplTgwWR6 { width:8.499375rem;height:4.81228125rem;top:1.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6oxPWHX7cSL8hdWoaVF0NLnasweyELG { width:2.24935rem;height:2.24935rem;top:7.3125rem;left:4.5757379531861rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMNBd7hzSLV11yeMvH7g4My8we5oATv7 { width:2.1875rem;height:2.1875rem;top:7.3101139068606rem;left:6.7567281723025rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9DPzKBJp2NizdAbfr9CXiULKu42VFIg { width:2.1875rem;height:2.1875rem;top:7.3101139068606rem;left:8.9062509536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpxM8tJ1gg0T6n9xyusyctPTTDyKU5Uh { width:2.1875rem;height:2.1875rem;top:7.3101139068606rem;left:11.093750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #iraAIvTTOzv96yoKvnmBd5yMbKvcnJT3 { width:2.1875rem;height:2.1875rem;top:7.3101139068606rem;left:13.281250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDDufvbvIdTi6BxRZTA0nfTgXQgFZSk4 { width:16.1230625rem;height:2.6823rem;top:11.183809280396rem;left:1.9379341602326rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }