.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:249,249,232;--color-primary-1:255,244,225;--color-primary-2:237,237,207;--color-primary-3:242,220,186;--color-primary-4:47,47,41;--color-secondary-0:251,230,233;--color-secondary-1:243,172,181;--color-secondary-2:230,89,107;--color-secondary-3:115,45,54;--color-secondary-4:35,13,16;--color-tertiary-0:251,230,233;--color-tertiary-1:243,172,181;--color-tertiary-2:230,89,107;--color-tertiary-3:115,45,54;--color-tertiary-4:35,13,16;--headlines-font-family:"Times New Roman";--paragraphs-font-family:"Times New Roman"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqvfUuXHK2rHiKCNTVVrGGlH3QZoRcIT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#aqvfUuXHK2rHiKCNTVVrGGlH3QZoRcIT > .row .container { background-color: transparent; background-image: none; }#aqvfUuXHK2rHiKCNTVVrGGlH3QZoRcIT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqvfUuXHK2rHiKCNTVVrGGlH3QZoRcIT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqvfUuXHK2rHiKCNTVVrGGlH3QZoRcIT > .row .container > .video-iframe-container { display: none; }#aqvfUuXHK2rHiKCNTVVrGGlH3QZoRcIT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqvfUuXHK2rHiKCNTVVrGGlH3QZoRcIT > .row > .video-iframe-container { display: none; }#aqvfUuXHK2rHiKCNTVVrGGlH3QZoRcIT > .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); }#aqvfUuXHK2rHiKCNTVVrGGlH3QZoRcIT > .row .container { border-width: 0; border-radius: 0; }#aqvfUuXHK2rHiKCNTVVrGGlH3QZoRcIT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aqvfUuXHK2rHiKCNTVVrGGlH3QZoRcIT > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;position:relative;display:block; }#uidKlLgrCuFcvbaQp8tBUxcv0De0cJZM { 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:2.75rem;width:8.4375rem;top:0.40625rem;left:0rem;overflow:hidden;display:block; }
#WP1XocCbD5J6WEat0BpTPMOGc4GfW356 { color:#000000;display:block;width:28.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4375rem;left:11.625rem;height:1.4625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xfSaC6TXhITbHxXvySqBDx4ql3bQaVi1 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.1875rem solid #b5bda2;border-right:0.1875rem solid #b5bda2;border-bottom:0.1875rem solid #b5bda2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:18.75rem;top:0rem;left:40.875rem;display:block; }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:rgba(var(--color-tertiary-2),1);padding-top:0.393125rem;padding-right:0.339375rem;padding-bottom:0.393125rem;padding-left:0.339375rem;display:block;align-items:center;width:2.036875rem;min-width:2.036875rem;height:2.115625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.57375rem;font-weight:700;line-height:33.85px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.24625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.715625rem;height:0.83625rem;position:relative;font-family:"open sans";font-size:0.590625rem;font-weight:400;line-height:13.38px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:14.875rem;height:3.984375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:43.421871185302rem;z-index:15002; }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #t7CblCLbwTmVzzsKQxr2Nu06bQRXoyDg { display:flex;position:relative;top:0rem;left:0rem; }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #p6hQ6OrgJmlnK7CQTPLKS1B5llLVeAU1 { width:auto; }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #SVqlmKcWxu8mabvH5VOl29MaKFFQ5195 {  }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #fQiB1JGlCvqsatBIzrudDzpTE947XAdt { display:flex;position:relative;top:0rem;left:0rem; }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #M90RTddl845ORtcBDyu74nRZwC3G7tNv {  }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #TC7eHwuKWcSaJSpmOoyPQ8JuV9SFPxXD {  }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #p9CQXJAT1QKpWC7IJRh4DVKrQySaAxOo { display:flex;position:relative;top:0rem;left:0rem; }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #da9d8B92e5kksOwsJKLq41X978vN1HiD {  }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #LfQFnIDNGQog4EbnEyOaxQpAzcVvDzs0 {  }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #IgmlPMSNqUn3lq3XCHWLwwKOspQfygNk { display:flex;position:relative;top:0rem;left:0rem; }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #TzMmtzzKveiBJC98xplG8tk25OVHXZar {  }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #DmDQoA0iLT3OGTEurwV02vQTfKMqCT0E {  }
#TonJm527v5dhLeahsVqMVakkaA9K0Ieu { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:9.5625rem;top:2.9000000953674rem;left:0rem;overflow:hidden;display:block; }
#CmJzW6waAiKJ4ZbxqJgOv75WAbIX07hF { position:relative;display:block; }#CmJzW6waAiKJ4ZbxqJgOv75WAbIX07hF { background-color: transparent; background-image: none; }#CmJzW6waAiKJ4ZbxqJgOv75WAbIX07hF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmJzW6waAiKJ4ZbxqJgOv75WAbIX07hF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmJzW6waAiKJ4ZbxqJgOv75WAbIX07hF > .row .container > .video-iframe-container { display: none; }#CmJzW6waAiKJ4ZbxqJgOv75WAbIX07hF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmJzW6waAiKJ4ZbxqJgOv75WAbIX07hF > .row > .video-iframe-container { display: none; }#CmJzW6waAiKJ4ZbxqJgOv75WAbIX07hF > .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); }#CmJzW6waAiKJ4ZbxqJgOv75WAbIX07hF { border-width: 0; border-radius: 0; }#CmJzW6waAiKJ4ZbxqJgOv75WAbIX07hF > .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; }#CmJzW6waAiKJ4ZbxqJgOv75WAbIX07hF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qq1TBGIvdR9FNTln7dpdgAZwZ6HcRH7v { color:#5a442f;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0rem;height:3.49375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FepRkotSCPJUvrRJH1bMS8lfMFqHmuPV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/OoS1lZ31/breaker.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FepRkotSCPJUvrRJH1bMS8lfMFqHmuPV.adaptive-delivery-prevent-bg, #FepRkotSCPJUvrRJH1bMS8lfMFqHmuPV.lazyload, #FepRkotSCPJUvrRJH1bMS8lfMFqHmuPV.lazyloading { background-image: none; }#FepRkotSCPJUvrRJH1bMS8lfMFqHmuPV > .row .container { background-color: transparent; background-image: none; }#FepRkotSCPJUvrRJH1bMS8lfMFqHmuPV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FepRkotSCPJUvrRJH1bMS8lfMFqHmuPV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FepRkotSCPJUvrRJH1bMS8lfMFqHmuPV > .row .container > .video-iframe-container { display: none; }#FepRkotSCPJUvrRJH1bMS8lfMFqHmuPV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FepRkotSCPJUvrRJH1bMS8lfMFqHmuPV > .row > .video-iframe-container { display: none; }#FepRkotSCPJUvrRJH1bMS8lfMFqHmuPV > .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); }#FepRkotSCPJUvrRJH1bMS8lfMFqHmuPV > .row .container { border-width: 0; border-radius: 0; }#FepRkotSCPJUvrRJH1bMS8lfMFqHmuPV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FepRkotSCPJUvrRJH1bMS8lfMFqHmuPV > .row .container { font-size:0.875rem;font-family:arial;height:0.5rem;width:60rem;position:relative;display:block; }#nki36u3KzC50KuKeqFPmT1f1HWDHrVm6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#nki36u3KzC50KuKeqFPmT1f1HWDHrVm6 > .row .container { background-color: transparent; background-image: none; }#nki36u3KzC50KuKeqFPmT1f1HWDHrVm6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nki36u3KzC50KuKeqFPmT1f1HWDHrVm6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nki36u3KzC50KuKeqFPmT1f1HWDHrVm6 > .row .container > .video-iframe-container { display: none; }#nki36u3KzC50KuKeqFPmT1f1HWDHrVm6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nki36u3KzC50KuKeqFPmT1f1HWDHrVm6 > .row > .video-iframe-container { display: none; }#nki36u3KzC50KuKeqFPmT1f1HWDHrVm6 > .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); }#nki36u3KzC50KuKeqFPmT1f1HWDHrVm6 > .row .container { border-width: 0; border-radius: 0; }#nki36u3KzC50KuKeqFPmT1f1HWDHrVm6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nki36u3KzC50KuKeqFPmT1f1HWDHrVm6 > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:60rem;position:relative;display:block; }#NRIX0uzIRGU4DZdpTpPUiba5BnFGChRb { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:55.625rem;top:2.1875rem;left:0.25rem;display:block; }
#Vxh83wQx2NdtVtcIQh1TDcTfPDTP5Q2s { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:12.5625rem;top:0.75rem;left:1.6875rem;overflow:hidden;display:block; }
#LOcIGpfk53MeCuFsN8sNcT2pLegsH22b { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:14.737501144409rem;left:44.050001144409rem;display:block; }
#zuHFxfCDISCrHKfleuQchHQ1MWk2Eu2a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sx4wobtsqPTDbcNvyIqu5l8aVblSdUnU { color:#5a442f;display:block;width:17.1875rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.26171875rem;left:28.687501907349rem;height:2.4375rem;display:block; }
#SlLpZMsccnA1D7472AqrK5APrhAiqTkC { color:#5a442f;display:block;width:25.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:7.3125rem;left:28.625001907349rem;height:5.625rem;font-style:normal;display:block; }
#eIxgEeMn3X51iTw9UEQRNBSAZs4Mz0Kt { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;height:4.375rem;width:4.375rem;top:0.0625rem;left:53.625rem;display:block; }
#Hiu7Xle0GeXO9ThcwN78blQOlmdtuhQO { color:rgba(var(--color-tertiary-2),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.3125rem;left:53.5rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M1Cn7F4QmlrgLgtkaHwe0Q6pkqe5dmaa { color:rgba(var(--color-tertiary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.5625rem;left:26.8125rem;height:4.63125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#rZOv7q6IyzZZ0eXIHyrFoQkmFnZc9Tw5 { color:rgba(var(--color-tertiary-2),0.6);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.8125rem;left:36.3125rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RV28VDPpVxdrvM4scIKBFT9bsiZVtnd9 { position:absolute;display:block;z-index:15002;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:16.8125rem;width:12.5625rem;top:0.93750262260438rem;left:15.312501907349rem;overflow:hidden;display:block; }
#XL7RTb2aTh8b5PkrcOkG8v1H1z7HRIia { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#XL7RTb2aTh8b5PkrcOkG8v1H1z7HRIia > .row .container { background-color: transparent; background-image: none; }#XL7RTb2aTh8b5PkrcOkG8v1H1z7HRIia::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XL7RTb2aTh8b5PkrcOkG8v1H1z7HRIia > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XL7RTb2aTh8b5PkrcOkG8v1H1z7HRIia > .row .container > .video-iframe-container { display: none; }#XL7RTb2aTh8b5PkrcOkG8v1H1z7HRIia > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XL7RTb2aTh8b5PkrcOkG8v1H1z7HRIia > .row > .video-iframe-container { display: none; }#XL7RTb2aTh8b5PkrcOkG8v1H1z7HRIia > .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); }#XL7RTb2aTh8b5PkrcOkG8v1H1z7HRIia > .row .container { border-width: 0; border-radius: 0; }#XL7RTb2aTh8b5PkrcOkG8v1H1z7HRIia > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XL7RTb2aTh8b5PkrcOkG8v1H1z7HRIia > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:60rem;position:relative;display:block; }#oJ8nEMnbe06BnpPegXeHmwvUmzrCnSoS { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:55.625rem;top:2.1875rem;left:0.25rem;display:block; }
#T2RA0Hvu2x73dPaMTPdoI3KxwzEEGakK { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:12.5625rem;top:0rem;left:1.6875rem;overflow:hidden;display:block; }
#JTVEqRedmNgETB4paHZlwP1K6GI3fThw { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:14.737501144409rem;left:44.050001144409rem;display:block; }
#DxBauNvze7TauKX2pzJHNEKoDIXcGiNM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NBdKBLnfT2S6wVwDsJzUDUD12HXFwQaW { color:#5a442f;display:block;width:23.5rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.875rem;left:28.312501907349rem;height:2.4375rem;display:block; }
#ZvQQxuzo3iETcODDyP5yhNCfr2Z3ohkc { color:#5a442f;display:block;width:25.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:7.3125rem;left:28.625001907349rem;height:5.625rem;font-style:normal;display:block; }
#XGg4O8t2fyZUdOQNRTs3rQxd5MgoMbuK { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;height:4.375rem;width:4.375rem;top:0.0625rem;left:53.625rem;display:block; }
#F81yJWklfNcyEqKtFVdIGMxzXEpL8G0m { color:rgba(var(--color-tertiary-2),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.3125rem;left:53.5rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rWb48VvG1s51MhFpOnhKhJsigGiEXTix { color:rgba(var(--color-tertiary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.5625rem;left:26.0625rem;height:4.63125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#bLCBvKlzPyNZ9eJTb2ebt815GXVNWoqf { color:rgba(var(--color-tertiary-2),0.6);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.8125rem;left:35.5625rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hpi0tBdEcb4OIVHoCSXSsTBTKwTeSgDF { position:absolute;display:block;z-index:15002;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:16.8125rem;width:12.5625rem;top:0rem;left:15.187501907349rem;overflow:hidden;display:block; }
#NlmZSHOqvwIJAvce4APBQauzRJc4RHS7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#NlmZSHOqvwIJAvce4APBQauzRJc4RHS7 > .row .container { background-color: transparent; background-image: none; }#NlmZSHOqvwIJAvce4APBQauzRJc4RHS7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NlmZSHOqvwIJAvce4APBQauzRJc4RHS7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NlmZSHOqvwIJAvce4APBQauzRJc4RHS7 > .row .container > .video-iframe-container { display: none; }#NlmZSHOqvwIJAvce4APBQauzRJc4RHS7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NlmZSHOqvwIJAvce4APBQauzRJc4RHS7 > .row > .video-iframe-container { display: none; }#NlmZSHOqvwIJAvce4APBQauzRJc4RHS7 > .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); }#NlmZSHOqvwIJAvce4APBQauzRJc4RHS7 > .row .container { border-width: 0; border-radius: 0; }#NlmZSHOqvwIJAvce4APBQauzRJc4RHS7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NlmZSHOqvwIJAvce4APBQauzRJc4RHS7 > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:60rem;position:relative;display:block; }#utBxb3apqlkuXwcELzXMPAGG0WRzFQoK { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:55.625rem;top:2.1875rem;left:0.25rem;display:block; }
#renhbRmIF64IHoDqTCCTaykSFCIZ0V3L { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:14.737501144409rem;left:44.050001144409rem;display:block; }
#Tdr6ucwaPmhPM9ueAlvNTC2kwMrERkGz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#opsQ08WeauGB7FWOSoyMCh1D8VM5b6UT { color:#5a442f;display:block;width:25.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:7.3125rem;left:28.625001907349rem;height:5.625rem;font-style:normal;display:block; }
#GV3w79524pT9ksy1IksOihDVq2yMiGMw { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;height:4.375rem;width:4.375rem;top:0.0625rem;left:53.625rem;display:block; }
#c1UFxqzyOXBVW0lFhHlLdPHa3mq8n1m7 { color:rgba(var(--color-tertiary-2),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.3125rem;left:53.5rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cOqOSMSIWrsiZX5LCJDNf1y3SkOWodzC { color:rgba(var(--color-tertiary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.5625rem;left:26.0625rem;height:4.63125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#QeXvilD2toXI9eoxPZZmZwuQCv4tPc7C { color:rgba(var(--color-tertiary-2),0.6);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.8125rem;left:35.5625rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TarfeTzQu8Je7GgvTDzXnk7AQiF6xHR7 { color:#5a442f;display:block;width:25.625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.2625007629394rem;left:28.237501144409rem;height:2.4375rem;text-align:right;text-align-last:right;display:block; }
#Q0d8HZ0CtTBucepwSNzbEsinlTPlHinx { position:absolute;display:block;z-index:15002;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:16.75rem;width:12.5rem;top:1.3492193222046rem;left:1.1875rem;overflow:hidden;display:block; }
#ZLHPS7lAVXWTZrpAKAOwaDd1d9eZSTGi { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.375rem;width:12.875rem;top:1.4125003814698rem;left:14.625001907349rem;overflow:hidden;display:block; }
#Xa6QeF6bB9PibuhutzgoLTrDiZdMrBe5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#Xa6QeF6bB9PibuhutzgoLTrDiZdMrBe5 > .row .container { background-color: transparent; background-image: none; }#Xa6QeF6bB9PibuhutzgoLTrDiZdMrBe5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xa6QeF6bB9PibuhutzgoLTrDiZdMrBe5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xa6QeF6bB9PibuhutzgoLTrDiZdMrBe5 > .row .container > .video-iframe-container { display: none; }#Xa6QeF6bB9PibuhutzgoLTrDiZdMrBe5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xa6QeF6bB9PibuhutzgoLTrDiZdMrBe5 > .row > .video-iframe-container { display: none; }#Xa6QeF6bB9PibuhutzgoLTrDiZdMrBe5 > .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); }#Xa6QeF6bB9PibuhutzgoLTrDiZdMrBe5 > .row .container { border-width: 0; border-radius: 0; }#Xa6QeF6bB9PibuhutzgoLTrDiZdMrBe5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xa6QeF6bB9PibuhutzgoLTrDiZdMrBe5 > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:60rem;position:relative;display:block; }#ZliEVpm4blxCSrI8alWtCOkLyy67oCtN { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:55.625rem;top:2.1875rem;left:0.25rem;display:block; }
#FeAq1Kl7eTPLqoAw2RKdKpeg8gxhdqq1 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:14.737501144409rem;left:44.050001144409rem;display:block; }
#SCxvzGeStHIrlEwA74agkibVc4aq9Oe7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pTSuDTbCadFAskKx7AkWDTV4GWU3J8qR { color:#5a442f;display:block;width:25.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:7.3125rem;left:28.625001907349rem;height:5.625rem;font-style:normal;display:block; }
#wMqUgeWrlEmh1aExFZzfHlh5dn0EzD34 { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;height:4.375rem;width:4.375rem;top:0.0625rem;left:53.625rem;display:block; }
#Xewtb3AvglBcP3mN0mQpsDmZtrPxzgWg { color:rgba(var(--color-tertiary-2),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.3125rem;left:53.5rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N4CDGAXeyBtM2aufxBuXkbvCDBl9woUZ { color:rgba(var(--color-tertiary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.5625rem;left:26.0625rem;height:4.63125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#APkp8hbDHC9nitQi4puFWoHBZZRX7QTn { color:rgba(var(--color-tertiary-2),0.6);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.8125rem;left:35.5625rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NVKtpDkZVFnX5HNyQyJ62qhs0K6Ih6oM { color:#5a442f;display:block;width:25.625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.2625007629394rem;left:28.237501144409rem;height:2.4375rem;text-align:right;text-align-last:right;display:block; }
#EXTZ1VGxhJIAkgDtPqzr9p9gAHig3XIi { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.875rem;width:8.4375rem;top:1.1875rem;left:2.15625rem;overflow:hidden;display:block; }
#KOE2TATrbTRORyuxvDkqBzVa37VoGNGM { position:absolute;display:block;z-index:15002;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:17.625rem;width:13.125rem;top:1.3500003814698rem;left:12.09375rem;overflow:hidden;display:block; }
#mSHq7XUGTDeFgcBwm95a6eqxrzhV4Vxf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#mSHq7XUGTDeFgcBwm95a6eqxrzhV4Vxf > .row .container { background-color: transparent; background-image: none; }#mSHq7XUGTDeFgcBwm95a6eqxrzhV4Vxf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSHq7XUGTDeFgcBwm95a6eqxrzhV4Vxf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSHq7XUGTDeFgcBwm95a6eqxrzhV4Vxf > .row .container > .video-iframe-container { display: none; }#mSHq7XUGTDeFgcBwm95a6eqxrzhV4Vxf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSHq7XUGTDeFgcBwm95a6eqxrzhV4Vxf > .row > .video-iframe-container { display: none; }#mSHq7XUGTDeFgcBwm95a6eqxrzhV4Vxf > .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); }#mSHq7XUGTDeFgcBwm95a6eqxrzhV4Vxf > .row .container { border-width: 0; border-radius: 0; }#mSHq7XUGTDeFgcBwm95a6eqxrzhV4Vxf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mSHq7XUGTDeFgcBwm95a6eqxrzhV4Vxf > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:60rem;position:relative;display:block; }#U2C2PzrssrR9d1EtLKbnizNlKrwrIXUE { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:55.625rem;top:2.1875rem;left:0.25rem;display:block; }
#iCCts6JOuurarOtRlnrZ6VKGP7NS63d9 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:14.737501144409rem;left:44.050001144409rem;display:block; }
#khZxBs7EGMFuQSvdHJzVTm4NCPMFUXMe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yg6xOt4JCVPXWfbFSCChck6EHGNatUKt { color:#5a442f;display:block;width:25.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:7.3125rem;left:28.625001907349rem;height:5.625rem;font-style:normal;display:block; }
#N8ybb9ueq9CU990y8xozMS9kKrbAR7c2 { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;height:4.375rem;width:4.375rem;top:0.0625rem;left:53.625rem;display:block; }
#QvpdvGzDCOJlyTy2fVoIcA1hJbQsQSMA { color:rgba(var(--color-tertiary-2),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.3125rem;left:53.5rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LXBKoHO55Ua20yZqNCvNz1AEKTER6BTI { color:rgba(var(--color-tertiary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.5625rem;left:26.0625rem;height:4.63125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#SnLiHRuAElZ0Wik1pM6s9dIHiEPD1Tze { color:rgba(var(--color-tertiary-2),0.6);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.8125rem;left:35.5625rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kXkV1ZWk7aEpCkWfisQdFHNqEdz8tb7q { color:#5a442f;display:block;width:25.625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.2617158889771rem;left:28.406251907349rem;height:2.4375rem;text-align:right;text-align-last:right;display:block; }
#Z4qyMxT5fr8hLRumgiC1xLQlQVASueAa { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:13.6875rem;top:0.75000023841856rem;left:0.89375114440919rem;overflow:hidden;display:block; }
#y4pn1odHxnR4vMkM4p7WySE3QTfzrMTe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#y4pn1odHxnR4vMkM4p7WySE3QTfzrMTe > .row .container { background-color: transparent; background-image: none; }#y4pn1odHxnR4vMkM4p7WySE3QTfzrMTe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4pn1odHxnR4vMkM4p7WySE3QTfzrMTe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4pn1odHxnR4vMkM4p7WySE3QTfzrMTe > .row .container > .video-iframe-container { display: none; }#y4pn1odHxnR4vMkM4p7WySE3QTfzrMTe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4pn1odHxnR4vMkM4p7WySE3QTfzrMTe > .row > .video-iframe-container { display: none; }#y4pn1odHxnR4vMkM4p7WySE3QTfzrMTe > .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); }#y4pn1odHxnR4vMkM4p7WySE3QTfzrMTe > .row .container { border-width: 0; border-radius: 0; }#y4pn1odHxnR4vMkM4p7WySE3QTfzrMTe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y4pn1odHxnR4vMkM4p7WySE3QTfzrMTe > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:60rem;position:relative;display:block; }#ETeDf9WADiwG2tnFyb3BS9W0TAIfsTfP { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:55.625rem;top:2.1875rem;left:0.25rem;display:block; }
#D1CGX4XCkQR4AQAGdRWefs7Obu34IFqe { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:14.737501144409rem;left:44.050001144409rem;display:block; }
#dxdgSrCgr7vVw7onDHKLV4IKH6zPJLQk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xpZqeI0JPVTsc4ToiPd2yOO7z0xQ3QIw { color:#5a442f;display:block;width:25.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:7.3125rem;left:28.625001907349rem;height:5.625rem;font-style:normal;display:block; }
#tLsFwJtDVvNzazK0Vu2TlOJSQI8BFRF3 { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;height:4.375rem;width:4.375rem;top:0.0625rem;left:53.625rem;display:block; }
#WBPGETeJa368P83kaMWpeRebgA38RbsZ { color:rgba(var(--color-tertiary-2),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.3125rem;left:53.5rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TZdgwMs1hecfIefJVXnwFaoUTO97GNXi { color:rgba(var(--color-tertiary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.5625rem;left:26.0625rem;height:4.63125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#qvGGvpCkpV8zFIAxkTpTTuxyE0VPqtW2 { color:rgba(var(--color-tertiary-2),0.6);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.8125rem;left:35.5625rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#slhwTTzTy52EVckebawQTt0KWLF0qPqD { color:#5a442f;display:block;width:25.625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.2617158889771rem;left:28.406251907349rem;height:2.4375rem;text-align:right;text-align-last:right;display:block; }
#hHVxXhqSbqGMv4CrbK8ntc0RJaTfiiNQ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:23.4375rem;top:1.3125rem;left:0.9375rem;overflow:hidden;display:block; }
#x8VT7O40i3C6rR4HQXD0WprbqJSpeJiD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#x8VT7O40i3C6rR4HQXD0WprbqJSpeJiD > .row .container { background-color: transparent; background-image: none; }#x8VT7O40i3C6rR4HQXD0WprbqJSpeJiD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8VT7O40i3C6rR4HQXD0WprbqJSpeJiD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8VT7O40i3C6rR4HQXD0WprbqJSpeJiD > .row .container > .video-iframe-container { display: none; }#x8VT7O40i3C6rR4HQXD0WprbqJSpeJiD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8VT7O40i3C6rR4HQXD0WprbqJSpeJiD > .row > .video-iframe-container { display: none; }#x8VT7O40i3C6rR4HQXD0WprbqJSpeJiD > .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); }#x8VT7O40i3C6rR4HQXD0WprbqJSpeJiD > .row .container { border-width: 0; border-radius: 0; }#x8VT7O40i3C6rR4HQXD0WprbqJSpeJiD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x8VT7O40i3C6rR4HQXD0WprbqJSpeJiD > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:60rem;position:relative;display:block; }#zuKzU71v77q8epuC0OV6LwqwX9IhQPmD { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:55.625rem;top:2.1875rem;left:0.25rem;display:block; }
#rpLp29yew3mzNJvSPUML6s1yvgP2wbUi { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:14.737501144409rem;left:44.050001144409rem;display:block; }
#WqZipJIrJlf14CfboFiFQxDumipzUpZ1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CSIg2CXeDg7gc5TU1VzRZNGSVz6klg0b { color:#5a442f;display:block;width:25.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:7.3125rem;left:28.625001907349rem;height:5.625rem;font-style:normal;display:block; }
#iXPr7ltOQJKehoMQXvxB2Vfl9RKf5tDa { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;height:4.375rem;width:4.375rem;top:0.0625rem;left:53.625rem;display:block; }
#MxneihHWrTiiP9fHlVZsuuCMiG11edaZ { color:rgba(var(--color-tertiary-2),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.3125rem;left:53.5rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V7uc6C33HOXXMccGfAQ9oH1QqUNTFgec { color:rgba(var(--color-tertiary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.5625rem;left:26.0625rem;height:4.63125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#bNaT6T9ZslCLsEBDKpZBTG6L6ObZDAe6 { color:rgba(var(--color-tertiary-2),0.6);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.8125rem;left:35.5625rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#z1W0fJk8NsZUrq98Ts7t5kTrShnPn2zi { color:#5a442f;display:block;width:25.625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.2617158889771rem;left:28.406251907349rem;height:2.4375rem;text-align:right;text-align-last:right;display:block; }
#FnhZMEevOP1pWnGWAHMKkKuiZ8Fru2Ke { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:13.1875rem;top:0.16171884536743rem;left:0.9375rem;overflow:hidden;display:block; }
#sUPFWXN9IMl1cIfNe37TNbQEKibrU4rz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#sUPFWXN9IMl1cIfNe37TNbQEKibrU4rz > .row .container { background-color: transparent; background-image: none; }#sUPFWXN9IMl1cIfNe37TNbQEKibrU4rz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUPFWXN9IMl1cIfNe37TNbQEKibrU4rz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUPFWXN9IMl1cIfNe37TNbQEKibrU4rz > .row .container > .video-iframe-container { display: none; }#sUPFWXN9IMl1cIfNe37TNbQEKibrU4rz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUPFWXN9IMl1cIfNe37TNbQEKibrU4rz > .row > .video-iframe-container { display: none; }#sUPFWXN9IMl1cIfNe37TNbQEKibrU4rz > .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); }#sUPFWXN9IMl1cIfNe37TNbQEKibrU4rz > .row .container { border-width: 0; border-radius: 0; }#sUPFWXN9IMl1cIfNe37TNbQEKibrU4rz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sUPFWXN9IMl1cIfNe37TNbQEKibrU4rz > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#k5XTT4Cq0CvodoLN5m90FK9mPHVuSXhr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/OoS1lZ31/breaker.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k5XTT4Cq0CvodoLN5m90FK9mPHVuSXhr.adaptive-delivery-prevent-bg, #k5XTT4Cq0CvodoLN5m90FK9mPHVuSXhr.lazyload, #k5XTT4Cq0CvodoLN5m90FK9mPHVuSXhr.lazyloading { background-image: none; }#k5XTT4Cq0CvodoLN5m90FK9mPHVuSXhr > .row .container { background-color: transparent; background-image: none; }#k5XTT4Cq0CvodoLN5m90FK9mPHVuSXhr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5XTT4Cq0CvodoLN5m90FK9mPHVuSXhr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5XTT4Cq0CvodoLN5m90FK9mPHVuSXhr > .row .container > .video-iframe-container { display: none; }#k5XTT4Cq0CvodoLN5m90FK9mPHVuSXhr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5XTT4Cq0CvodoLN5m90FK9mPHVuSXhr > .row > .video-iframe-container { display: none; }#k5XTT4Cq0CvodoLN5m90FK9mPHVuSXhr > .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); }#k5XTT4Cq0CvodoLN5m90FK9mPHVuSXhr > .row .container { border-width: 0; border-radius: 0; }#k5XTT4Cq0CvodoLN5m90FK9mPHVuSXhr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k5XTT4Cq0CvodoLN5m90FK9mPHVuSXhr > .row .container { font-size:0.875rem;font-family:arial;height:0.5rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aqvfUuXHK2rHiKCNTVVrGGlH3QZoRcIT { display:block; }#aqvfUuXHK2rHiKCNTVVrGGlH3QZoRcIT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uidKlLgrCuFcvbaQp8tBUxcv0De0cJZM { top:0.375rem;left:0rem;width:8.4375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP1XocCbD5J6WEat0BpTPMOGc4GfW356 { top:1.4375rem;left:5.5rem;width:28.25rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfSaC6TXhITbHxXvySqBDx4ql3bQaVi1 { top:0rem;left:28.625rem;width:18.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB { display:flex;width:18rem;height:5.0625rem;top:1.625rem;left:18.174999237061rem; }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #t7CblCLbwTmVzzsKQxr2Nu06bQRXoyDg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #p6hQ6OrgJmlnK7CQTPLKS1B5llLVeAU1 {  }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #SVqlmKcWxu8mabvH5VOl29MaKFFQ5195 {  }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #fQiB1JGlCvqsatBIzrudDzpTE947XAdt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #M90RTddl845ORtcBDyu74nRZwC3G7tNv {  }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #TC7eHwuKWcSaJSpmOoyPQ8JuV9SFPxXD {  }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #p9CQXJAT1QKpWC7IJRh4DVKrQySaAxOo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #da9d8B92e5kksOwsJKLq41X978vN1HiD {  }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #LfQFnIDNGQog4EbnEyOaxQpAzcVvDzs0 {  }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #IgmlPMSNqUn3lq3XCHWLwwKOspQfygNk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #TzMmtzzKveiBJC98xplG8tk25OVHXZar {  }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #DmDQoA0iLT3OGTEurwV02vQTfKMqCT0E {  }
 }@media only screen and (max-width: 763px) { #TonJm527v5dhLeahsVqMVakkaA9K0Ieu { top:2.875rem;left:0rem;width:9.5625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmJzW6waAiKJ4ZbxqJgOv75WAbIX07hF { display:block; }#CmJzW6waAiKJ4ZbxqJgOv75WAbIX07hF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qq1TBGIvdR9FNTln7dpdgAZwZ6HcRH7v { top:6.8125rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FepRkotSCPJUvrRJH1bMS8lfMFqHmuPV { display:block; }#FepRkotSCPJUvrRJH1bMS8lfMFqHmuPV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nki36u3KzC50KuKeqFPmT1f1HWDHrVm6 { display:block; }#nki36u3KzC50KuKeqFPmT1f1HWDHrVm6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRIX0uzIRGU4DZdpTpPUiba5BnFGChRb { top:2.1875rem;left:0rem;width:47.75rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxh83wQx2NdtVtcIQh1TDcTfPDTP5Q2s { top:0.75rem;left:0rem;width:12.5625rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOcIGpfk53MeCuFsN8sNcT2pLegsH22b { width:11.875rem;height:3.4375rem;top:14.6875rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuHFxfCDISCrHKfleuQchHQ1MWk2Eu2a { display:block; }
 }@media only screen and (max-width: 763px) { #Sx4wobtsqPTDbcNvyIqu5l8aVblSdUnU { top:3.25rem;left:22.562501907349rem;width:17.1875rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlLpZMsccnA1D7472AqrK5APrhAiqTkC { top:7.3125rem;left:14.4375rem;width:25.1875rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIxgEeMn3X51iTw9UEQRNBSAZs4Mz0Kt { top:0.0625rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hiu7Xle0GeXO9ThcwN78blQOlmdtuhQO { top:1.3125rem;left:43rem;width:4.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1Cn7F4QmlrgLgtkaHwe0Q6pkqe5dmaa { top:13.5625rem;left:20.6875rem;width:8.75rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZOv7q6IyzZZ0eXIHyrFoQkmFnZc9Tw5 { top:14.8125rem;left:30.1875rem;width:6.875rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV28VDPpVxdrvM4scIKBFT9bsiZVtnd9 { top:0.9375rem;left:9.1875019073488rem;width:12.5625rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL7RTb2aTh8b5PkrcOkG8v1H1z7HRIia { display:block; }#XL7RTb2aTh8b5PkrcOkG8v1H1z7HRIia > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJ8nEMnbe06BnpPegXeHmwvUmzrCnSoS { top:2.1875rem;left:0rem;width:47.75rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2RA0Hvu2x73dPaMTPdoI3KxwzEEGakK { top:0rem;left:0rem;width:12.5625rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTVEqRedmNgETB4paHZlwP1K6GI3fThw { width:11.875rem;height:3.4375rem;top:14.6875rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxBauNvze7TauKX2pzJHNEKoDIXcGiNM { display:block; }
 }@media only screen and (max-width: 763px) { #NBdKBLnfT2S6wVwDsJzUDUD12HXFwQaW { top:3.875rem;left:22.187501907349rem;width:23.5rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvQQxuzo3iETcODDyP5yhNCfr2Z3ohkc { top:7.3125rem;left:14.4375rem;width:25.1875rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGg4O8t2fyZUdOQNRTs3rQxd5MgoMbuK { top:0.0625rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F81yJWklfNcyEqKtFVdIGMxzXEpL8G0m { top:1.3125rem;left:43rem;width:4.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWb48VvG1s51MhFpOnhKhJsigGiEXTix { top:13.5625rem;left:19.9375rem;width:8.75rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLCBvKlzPyNZ9eJTb2ebt815GXVNWoqf { top:14.8125rem;left:29.4375rem;width:6.875rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpi0tBdEcb4OIVHoCSXSsTBTKwTeSgDF { top:0rem;left:9.0625019073488rem;width:12.5625rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlmZSHOqvwIJAvce4APBQauzRJc4RHS7 { display:block; }#NlmZSHOqvwIJAvce4APBQauzRJc4RHS7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #utBxb3apqlkuXwcELzXMPAGG0WRzFQoK { top:2.1875rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #renhbRmIF64IHoDqTCCTaykSFCIZ0V3L { width:11.875rem;height:3.4375rem;top:14.6875rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdr6ucwaPmhPM9ueAlvNTC2kwMrERkGz { display:block; }
 }@media only screen and (max-width: 763px) { #opsQ08WeauGB7FWOSoyMCh1D8VM5b6UT { top:7.3125rem;left:14.4375rem;width:25.1875rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV3w79524pT9ksy1IksOihDVq2yMiGMw { top:0.0625rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1UFxqzyOXBVW0lFhHlLdPHa3mq8n1m7 { top:1.3125rem;left:43rem;width:4.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOqOSMSIWrsiZX5LCJDNf1y3SkOWodzC { top:13.5625rem;left:19.9375rem;width:8.75rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeXvilD2toXI9eoxPZZmZwuQCv4tPc7C { top:14.8125rem;left:29.4375rem;width:6.875rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TarfeTzQu8Je7GgvTDzXnk7AQiF6xHR7 { top:3.25rem;left:22.112501144409rem;width:25.625rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0d8HZ0CtTBucepwSNzbEsinlTPlHinx { top:1.3125rem;left:0rem;width:12.5rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLHPS7lAVXWTZrpAKAOwaDd1d9eZSTGi { top:1.375rem;left:8.5000019073488rem;width:12.875rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa6QeF6bB9PibuhutzgoLTrDiZdMrBe5 { display:block; }#Xa6QeF6bB9PibuhutzgoLTrDiZdMrBe5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZliEVpm4blxCSrI8alWtCOkLyy67oCtN { top:2.1875rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeAq1Kl7eTPLqoAw2RKdKpeg8gxhdqq1 { width:11.875rem;height:3.4375rem;top:14.6875rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCxvzGeStHIrlEwA74agkibVc4aq9Oe7 { display:block; }
 }@media only screen and (max-width: 763px) { #pTSuDTbCadFAskKx7AkWDTV4GWU3J8qR { top:7.3125rem;left:14.4375rem;width:25.1875rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMqUgeWrlEmh1aExFZzfHlh5dn0EzD34 { top:0.0625rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xewtb3AvglBcP3mN0mQpsDmZtrPxzgWg { top:1.3125rem;left:43rem;width:4.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4CDGAXeyBtM2aufxBuXkbvCDBl9woUZ { top:13.5625rem;left:19.9375rem;width:8.75rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #APkp8hbDHC9nitQi4puFWoHBZZRX7QTn { top:14.8125rem;left:29.4375rem;width:6.875rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVKtpDkZVFnX5HNyQyJ62qhs0K6Ih6oM { top:3.25rem;left:22.112501144409rem;width:25.625rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXTZ1VGxhJIAkgDtPqzr9p9gAHig3XIi { top:1.1875rem;left:0rem;width:8.4375rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOE2TATrbTRORyuxvDkqBzVa37VoGNGM { top:1.3125rem;left:5.96875rem;width:13.125rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSHq7XUGTDeFgcBwm95a6eqxrzhV4Vxf { display:block; }#mSHq7XUGTDeFgcBwm95a6eqxrzhV4Vxf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U2C2PzrssrR9d1EtLKbnizNlKrwrIXUE { top:2.1875rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCCts6JOuurarOtRlnrZ6VKGP7NS63d9 { width:11.875rem;height:3.4375rem;top:14.6875rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khZxBs7EGMFuQSvdHJzVTm4NCPMFUXMe { display:block; }
 }@media only screen and (max-width: 763px) { #yg6xOt4JCVPXWfbFSCChck6EHGNatUKt { top:7.3125rem;left:14.4375rem;width:25.1875rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8ybb9ueq9CU990y8xozMS9kKrbAR7c2 { top:0.0625rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvpdvGzDCOJlyTy2fVoIcA1hJbQsQSMA { top:1.3125rem;left:43rem;width:4.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXBKoHO55Ua20yZqNCvNz1AEKTER6BTI { top:13.5625rem;left:19.9375rem;width:8.75rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnLiHRuAElZ0Wik1pM6s9dIHiEPD1Tze { top:14.8125rem;left:29.4375rem;width:6.875rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXkV1ZWk7aEpCkWfisQdFHNqEdz8tb7q { top:3.25rem;left:22.125rem;width:25.625rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4qyMxT5fr8hLRumgiC1xLQlQVASueAa { top:0.75rem;left:0rem;width:13.6875rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4pn1odHxnR4vMkM4p7WySE3QTfzrMTe { display:block; }#y4pn1odHxnR4vMkM4p7WySE3QTfzrMTe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETeDf9WADiwG2tnFyb3BS9W0TAIfsTfP { top:2.1875rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1CGX4XCkQR4AQAGdRWefs7Obu34IFqe { width:11.875rem;height:3.4375rem;top:14.6875rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxdgSrCgr7vVw7onDHKLV4IKH6zPJLQk { display:block; }
 }@media only screen and (max-width: 763px) { #xpZqeI0JPVTsc4ToiPd2yOO7z0xQ3QIw { top:7.3125rem;left:14.4375rem;width:25.1875rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLsFwJtDVvNzazK0Vu2TlOJSQI8BFRF3 { top:0.0625rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBPGETeJa368P83kaMWpeRebgA38RbsZ { top:1.3125rem;left:43rem;width:4.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZdgwMs1hecfIefJVXnwFaoUTO97GNXi { top:13.5625rem;left:19.9375rem;width:8.75rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvGGvpCkpV8zFIAxkTpTTuxyE0VPqtW2 { top:14.8125rem;left:29.4375rem;width:6.875rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #slhwTTzTy52EVckebawQTt0KWLF0qPqD { top:3.25rem;left:22.125rem;width:25.625rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHVxXhqSbqGMv4CrbK8ntc0RJaTfiiNQ { top:1.3125rem;left:0rem;width:23.4375rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8VT7O40i3C6rR4HQXD0WprbqJSpeJiD { display:block; }#x8VT7O40i3C6rR4HQXD0WprbqJSpeJiD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zuKzU71v77q8epuC0OV6LwqwX9IhQPmD { top:2.1875rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpLp29yew3mzNJvSPUML6s1yvgP2wbUi { width:11.875rem;height:3.4375rem;top:14.6875rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqZipJIrJlf14CfboFiFQxDumipzUpZ1 { display:block; }
 }@media only screen and (max-width: 763px) { #CSIg2CXeDg7gc5TU1VzRZNGSVz6klg0b { top:7.3125rem;left:14.4375rem;width:25.1875rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXPr7ltOQJKehoMQXvxB2Vfl9RKf5tDa { top:0.0625rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxneihHWrTiiP9fHlVZsuuCMiG11edaZ { top:1.3125rem;left:43rem;width:4.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7uc6C33HOXXMccGfAQ9oH1QqUNTFgec { top:13.5625rem;left:19.9375rem;width:8.75rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNaT6T9ZslCLsEBDKpZBTG6L6ObZDAe6 { top:14.8125rem;left:29.4375rem;width:6.875rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1W0fJk8NsZUrq98Ts7t5kTrShnPn2zi { top:3.25rem;left:22.125rem;width:25.625rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnhZMEevOP1pWnGWAHMKkKuiZ8Fru2Ke { top:0.125rem;left:0rem;width:13.1875rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUPFWXN9IMl1cIfNe37TNbQEKibrU4rz { display:block; }#sUPFWXN9IMl1cIfNe37TNbQEKibrU4rz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k5XTT4Cq0CvodoLN5m90FK9mPHVuSXhr { display:block; }#k5XTT4Cq0CvodoLN5m90FK9mPHVuSXhr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aqvfUuXHK2rHiKCNTVVrGGlH3QZoRcIT { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#aqvfUuXHK2rHiKCNTVVrGGlH3QZoRcIT > .row .container { width:20rem;height:16.65625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uidKlLgrCuFcvbaQp8tBUxcv0De0cJZM { width:5.375rem;height:1.6875rem;top:0.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP1XocCbD5J6WEat0BpTPMOGc4GfW356 { width:13.8125rem;height:0.975rem;top:3.4375rem;left:6.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xfSaC6TXhITbHxXvySqBDx4ql3bQaVi1 { width:13.4375rem;height:3rem;top:0rem;left:6.1875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB .widget-text.counter-number { padding-top:0.285rem;padding-right:0.24875rem;padding-bottom:0.285rem;padding-left:0.24875rem;width:1.493125rem;min-width:1.493125rem;height:1.530625rem;font-size:1.139375rem;line-height:24.49px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.178125rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.990625rem;height:0.605rem;font-size:0.4275rem;line-height:9.68px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB { display:flex;width:11.9375rem;height:2.88375rem;top:0rem;left:8rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #t7CblCLbwTmVzzsKQxr2Nu06bQRXoyDg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #p6hQ6OrgJmlnK7CQTPLKS1B5llLVeAU1 {  }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #SVqlmKcWxu8mabvH5VOl29MaKFFQ5195 {  }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #fQiB1JGlCvqsatBIzrudDzpTE947XAdt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #M90RTddl845ORtcBDyu74nRZwC3G7tNv {  }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #TC7eHwuKWcSaJSpmOoyPQ8JuV9SFPxXD {  }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #p9CQXJAT1QKpWC7IJRh4DVKrQySaAxOo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #da9d8B92e5kksOwsJKLq41X978vN1HiD {  }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #LfQFnIDNGQog4EbnEyOaxQpAzcVvDzs0 {  }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #IgmlPMSNqUn3lq3XCHWLwwKOspQfygNk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #TzMmtzzKveiBJC98xplG8tk25OVHXZar {  }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #DmDQoA0iLT3OGTEurwV02vQTfKMqCT0E {  }
 }@media only screen and (max-width: 763px) { #TonJm527v5dhLeahsVqMVakkaA9K0Ieu { width:5.625rem;height:6.5rem;top:10.15625rem;left:13.6875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #CmJzW6waAiKJ4ZbxqJgOv75WAbIX07hF { display:block; }#CmJzW6waAiKJ4ZbxqJgOv75WAbIX07hF > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qq1TBGIvdR9FNTln7dpdgAZwZ6HcRH7v { width:20rem;height:5.19921875rem;top:6rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FepRkotSCPJUvrRJH1bMS8lfMFqHmuPV { display:block; }#FepRkotSCPJUvrRJH1bMS8lfMFqHmuPV > .row .container { width:20rem;height:0.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nki36u3KzC50KuKeqFPmT1f1HWDHrVm6 { display:block; }#nki36u3KzC50KuKeqFPmT1f1HWDHrVm6 > .row .container { width:20rem;height:76.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRIX0uzIRGU4DZdpTpPUiba5BnFGChRb { width:20rem;height:28.3125rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxh83wQx2NdtVtcIQh1TDcTfPDTP5Q2s { width:12.5625rem;height:16.8125rem;top:17.4375rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOcIGpfk53MeCuFsN8sNcT2pLegsH22b { width:10rem;height:2.8125rem;top:12.1875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuHFxfCDISCrHKfleuQchHQ1MWk2Eu2a { display:block; }
 }@media only screen and (max-width: 763px) { #Sx4wobtsqPTDbcNvyIqu5l8aVblSdUnU { width:17.25rem;height:1.95rem;top:3.75rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlLpZMsccnA1D7472AqrK5APrhAiqTkC { width:18.75rem;height:3.9375rem;top:6.375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIxgEeMn3X51iTw9UEQRNBSAZs4Mz0Kt { width:4.375rem;height:4.375rem;top:0.3125rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hiu7Xle0GeXO9ThcwN78blQOlmdtuhQO { width:4.75rem;height:1.95rem;top:1.5625rem;left:15.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1Cn7F4QmlrgLgtkaHwe0Q6pkqe5dmaa { width:3.75rem;height:2.6rem;top:12.3125rem;left:11.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZOv7q6IyzZZ0eXIHyrFoQkmFnZc9Tw5 { width:3.5625rem;height:1.95rem;top:12.75rem;left:15.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV28VDPpVxdrvM4scIKBFT9bsiZVtnd9 { width:12.5625rem;height:16.8125rem;top:35.5rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL7RTb2aTh8b5PkrcOkG8v1H1z7HRIia { display:block; }#XL7RTb2aTh8b5PkrcOkG8v1H1z7HRIia > .row .container { width:20rem;height:53.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJ8nEMnbe06BnpPegXeHmwvUmzrCnSoS { width:20rem;height:28.3125rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2RA0Hvu2x73dPaMTPdoI3KxwzEEGakK { width:12.5625rem;height:16.8125rem;top:17.4375rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTVEqRedmNgETB4paHZlwP1K6GI3fThw { width:10rem;height:2.8125rem;top:12.1875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxBauNvze7TauKX2pzJHNEKoDIXcGiNM { display:block; }
 }@media only screen and (max-width: 763px) { #NBdKBLnfT2S6wVwDsJzUDUD12HXFwQaW { width:17.25rem;height:1.95rem;top:3.75rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvQQxuzo3iETcODDyP5yhNCfr2Z3ohkc { width:18.75rem;height:3.9375rem;top:6.375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGg4O8t2fyZUdOQNRTs3rQxd5MgoMbuK { width:4.375rem;height:4.375rem;top:0.3125rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F81yJWklfNcyEqKtFVdIGMxzXEpL8G0m { width:4.75rem;height:1.95rem;top:1.5625rem;left:15.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWb48VvG1s51MhFpOnhKhJsigGiEXTix { width:3.75rem;height:2.6rem;top:12.3125rem;left:11.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLCBvKlzPyNZ9eJTb2ebt815GXVNWoqf { width:3.5625rem;height:1.95rem;top:12.75rem;left:15.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpi0tBdEcb4OIVHoCSXSsTBTKwTeSgDF { width:12.5625rem;height:16.8125rem;top:35.5rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlmZSHOqvwIJAvce4APBQauzRJc4RHS7 { display:block; }#NlmZSHOqvwIJAvce4APBQauzRJc4RHS7 > .row .container { width:20rem;height:53.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #utBxb3apqlkuXwcELzXMPAGG0WRzFQoK { width:20rem;height:28.3125rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #renhbRmIF64IHoDqTCCTaykSFCIZ0V3L { width:10rem;height:2.8125rem;top:12.1875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdr6ucwaPmhPM9ueAlvNTC2kwMrERkGz { display:block; }
 }@media only screen and (max-width: 763px) { #opsQ08WeauGB7FWOSoyMCh1D8VM5b6UT { width:18.75rem;height:3.9375rem;top:6.375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV3w79524pT9ksy1IksOihDVq2yMiGMw { width:4.375rem;height:4.375rem;top:0.3125rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1UFxqzyOXBVW0lFhHlLdPHa3mq8n1m7 { width:4.75rem;height:1.95rem;top:1.5625rem;left:15.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOqOSMSIWrsiZX5LCJDNf1y3SkOWodzC { width:3.75rem;height:2.6rem;top:12.3125rem;left:11.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeXvilD2toXI9eoxPZZmZwuQCv4tPc7C { width:3.5625rem;height:1.95rem;top:12.75rem;left:15.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TarfeTzQu8Je7GgvTDzXnk7AQiF6xHR7 { width:17.25rem;height:1.95rem;top:3.75rem;left:0.625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q0d8HZ0CtTBucepwSNzbEsinlTPlHinx { width:12.5rem;height:16.75rem;top:33.6875rem;left:3.75rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #ZLHPS7lAVXWTZrpAKAOwaDd1d9eZSTGi { width:11.75rem;height:15.6875rem;top:16.75rem;left:4.125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #Xa6QeF6bB9PibuhutzgoLTrDiZdMrBe5 { display:block; }#Xa6QeF6bB9PibuhutzgoLTrDiZdMrBe5 > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZliEVpm4blxCSrI8alWtCOkLyy67oCtN { width:20rem;height:28.3125rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeAq1Kl7eTPLqoAw2RKdKpeg8gxhdqq1 { width:10rem;height:2.8125rem;top:12.1875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCxvzGeStHIrlEwA74agkibVc4aq9Oe7 { display:block; }
 }@media only screen and (max-width: 763px) { #pTSuDTbCadFAskKx7AkWDTV4GWU3J8qR { width:18.75rem;height:3.9375rem;top:6.375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMqUgeWrlEmh1aExFZzfHlh5dn0EzD34 { width:4.375rem;height:4.375rem;top:0.3125rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xewtb3AvglBcP3mN0mQpsDmZtrPxzgWg { width:4.75rem;height:1.95rem;top:1.5625rem;left:15.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4CDGAXeyBtM2aufxBuXkbvCDBl9woUZ { width:3.75rem;height:2.6rem;top:12.3125rem;left:11.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #APkp8hbDHC9nitQi4puFWoHBZZRX7QTn { width:3.5625rem;height:1.95rem;top:12.75rem;left:15.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVKtpDkZVFnX5HNyQyJ62qhs0K6Ih6oM { width:17.25rem;height:1.95rem;top:3.75rem;left:0.625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EXTZ1VGxhJIAkgDtPqzr9p9gAHig3XIi { width:8rem;height:16.8125rem;top:17.4375rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOE2TATrbTRORyuxvDkqBzVa37VoGNGM { width:13.125rem;height:17.625rem;top:35.5rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSHq7XUGTDeFgcBwm95a6eqxrzhV4Vxf { display:block; }#mSHq7XUGTDeFgcBwm95a6eqxrzhV4Vxf > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U2C2PzrssrR9d1EtLKbnizNlKrwrIXUE { width:20rem;height:28.3125rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCCts6JOuurarOtRlnrZ6VKGP7NS63d9 { width:10rem;height:2.8125rem;top:12.1875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khZxBs7EGMFuQSvdHJzVTm4NCPMFUXMe { display:block; }
 }@media only screen and (max-width: 763px) { #yg6xOt4JCVPXWfbFSCChck6EHGNatUKt { width:18.75rem;height:3.9375rem;top:6.375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8ybb9ueq9CU990y8xozMS9kKrbAR7c2 { width:4.375rem;height:4.375rem;top:0.3125rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvpdvGzDCOJlyTy2fVoIcA1hJbQsQSMA { width:4.75rem;height:1.95rem;top:1.5625rem;left:15.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXBKoHO55Ua20yZqNCvNz1AEKTER6BTI { width:3.75rem;height:2.6rem;top:12.3125rem;left:11.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnLiHRuAElZ0Wik1pM6s9dIHiEPD1Tze { width:3.5625rem;height:1.95rem;top:12.75rem;left:15.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXkV1ZWk7aEpCkWfisQdFHNqEdz8tb7q { width:17.25rem;height:1.95rem;top:3.75rem;left:0.625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z4qyMxT5fr8hLRumgiC1xLQlQVASueAa { width:11rem;height:14.6875rem;top:16.9375rem;left:1rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #y4pn1odHxnR4vMkM4p7WySE3QTfzrMTe { display:block; }#y4pn1odHxnR4vMkM4p7WySE3QTfzrMTe > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETeDf9WADiwG2tnFyb3BS9W0TAIfsTfP { width:20rem;height:28.3125rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1CGX4XCkQR4AQAGdRWefs7Obu34IFqe { width:10rem;height:2.8125rem;top:12.1875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxdgSrCgr7vVw7onDHKLV4IKH6zPJLQk { display:block; }
 }@media only screen and (max-width: 763px) { #xpZqeI0JPVTsc4ToiPd2yOO7z0xQ3QIw { width:18.75rem;height:3.9375rem;top:6.375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLsFwJtDVvNzazK0Vu2TlOJSQI8BFRF3 { width:4.375rem;height:4.375rem;top:0.3125rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBPGETeJa368P83kaMWpeRebgA38RbsZ { width:4.75rem;height:1.95rem;top:1.5625rem;left:15.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZdgwMs1hecfIefJVXnwFaoUTO97GNXi { width:3.75rem;height:2.6rem;top:12.3125rem;left:11.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvGGvpCkpV8zFIAxkTpTTuxyE0VPqtW2 { width:3.5625rem;height:1.95rem;top:12.75rem;left:15.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #slhwTTzTy52EVckebawQTt0KWLF0qPqD { width:17.25rem;height:1.95rem;top:3.75rem;left:0.625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hHVxXhqSbqGMv4CrbK8ntc0RJaTfiiNQ { width:16.4375rem;height:12.3125rem;top:17.4375rem;left:1.78125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #x8VT7O40i3C6rR4HQXD0WprbqJSpeJiD { display:block; }#x8VT7O40i3C6rR4HQXD0WprbqJSpeJiD > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zuKzU71v77q8epuC0OV6LwqwX9IhQPmD { width:20rem;height:28.3125rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpLp29yew3mzNJvSPUML6s1yvgP2wbUi { width:10rem;height:2.8125rem;top:12.1875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqZipJIrJlf14CfboFiFQxDumipzUpZ1 { display:block; }
 }@media only screen and (max-width: 763px) { #CSIg2CXeDg7gc5TU1VzRZNGSVz6klg0b { width:18.75rem;height:3.9375rem;top:6.375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXPr7ltOQJKehoMQXvxB2Vfl9RKf5tDa { width:4.375rem;height:4.375rem;top:0.3125rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxneihHWrTiiP9fHlVZsuuCMiG11edaZ { width:4.75rem;height:1.95rem;top:1.5625rem;left:15.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7uc6C33HOXXMccGfAQ9oH1QqUNTFgec { width:3.75rem;height:2.6rem;top:12.3125rem;left:11.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNaT6T9ZslCLsEBDKpZBTG6L6ObZDAe6 { width:3.5625rem;height:1.95rem;top:12.75rem;left:15.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1W0fJk8NsZUrq98Ts7t5kTrShnPn2zi { width:17.25rem;height:1.95rem;top:3.75rem;left:0.625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FnhZMEevOP1pWnGWAHMKkKuiZ8Fru2Ke { width:11.1875rem;height:15.3125rem;top:17.9375rem;left:2.34375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #sUPFWXN9IMl1cIfNe37TNbQEKibrU4rz { display:block; }#sUPFWXN9IMl1cIfNe37TNbQEKibrU4rz > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k5XTT4Cq0CvodoLN5m90FK9mPHVuSXhr { display:block; }#k5XTT4Cq0CvodoLN5m90FK9mPHVuSXhr > .row .container { width:20rem;height:0.5rem;position:relative;display:block; } }