.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2KSzUBOOHSked0r9vhNE14s98IBk6Bm { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#B2KSzUBOOHSked0r9vhNE14s98IBk6Bm > .row .container { background-color: transparent; background-image: none; }#B2KSzUBOOHSked0r9vhNE14s98IBk6Bm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2KSzUBOOHSked0r9vhNE14s98IBk6Bm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2KSzUBOOHSked0r9vhNE14s98IBk6Bm > .row .container > .video-iframe-container { display: none; }#B2KSzUBOOHSked0r9vhNE14s98IBk6Bm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2KSzUBOOHSked0r9vhNE14s98IBk6Bm > .row > .video-iframe-container { display: none; }#B2KSzUBOOHSked0r9vhNE14s98IBk6Bm > .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); }#B2KSzUBOOHSked0r9vhNE14s98IBk6Bm > .row .container { border-width: 0; border-radius: 0; }#B2KSzUBOOHSked0r9vhNE14s98IBk6Bm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#B2KSzUBOOHSked0r9vhNE14s98IBk6Bm > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;overflow:visible;position:relative;display:block; }#i54b0tr5S1fXLKdPb7TJk8bDO7TFwZyg { 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.5rem;width:7.6875rem;top:1.25rem;left:0.625rem;overflow:hidden;display:block; }
#Isnrw50qEwuvxTRCw4pnC8VCz4f4gLr5 { background-color:transparent;background-image:none;border-top:0.0625rem solid #007398;border-left:0.0625rem solid #007398;border-right:0.0625rem solid #007398;border-bottom:0.0625rem solid #007398;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:#007398;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mark pro";font-size:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9.9365rem;height:2.436525rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:62.625rem;display:block; }
#WoeE9MvgQxIZryLtPvv6d8GDhTbKZ74f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pXlzUKRF7AB826FbNcThtg549Boo8p4g { background-color:transparent;background-image:none;border-top:0.0625rem solid #007398;border-left:0.0625rem solid #007398;border-right:0.0625rem solid #007398;border-bottom:0.0625rem solid #007398;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:#007398;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mark pro";font-size:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.4375rem;height:2.436525rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.28125rem;left:54.2998046875rem;display:block; }
#LNnomuCvx5afJzz3ByrBfaUSnNSMVPDU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lhkb3HHuZXrtU0r2ec5uU2kdCNHDKnxy { background-color:transparent;background-image:none;border-top:0.0625rem solid #007398;border-left:0.0625rem solid #007398;border-right:0.0625rem solid #007398;border-bottom:0.0625rem solid #007398;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:#007398;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mark pro";font-size:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.4375rem;height:2.436525rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.25rem;left:45.974609375rem;display:block; }
#ZQPGJOchdXAQmKpaJ34c6wbMq2KDmG9C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TVhInJRkuTTMDL9WT1RU5F1TxulGLgh0 { background-color:transparent;background-image:none;border-top:0.0625rem solid #007398;border-left:0.0625rem solid #007398;border-right:0.0625rem solid #007398;border-bottom:0.0625rem solid #007398;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:#007398;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mark pro";font-size:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.4375rem;height:2.436525rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.25rem;left:37.7119140625rem;display:block; }
#oQMtTXiabEGcA2zca4akoxNyKSuM10l6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eb4de1b4-81bf-472a-9bd3-4bb448ec498c/NOBELLPXGuideBackground.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q.adaptive-delivery-prevent-bg, #VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q.lazyload, #VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q.lazyloading { background-image: none; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row .container { background-color: transparent; background-image: none; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,115,152,0.6); }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row .container > .video-iframe-container { display: none; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,115,152,0.6); }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row > .video-iframe-container { display: none; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .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); }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row .container { border-width: 0; border-radius: 0; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row .container { font-size:0.875rem;font-family:arial;height:57.5rem;width:75rem;position:relative;display:block; }#H8tl46FP93H18hKQKkvLNRbG9qV8i0gd { position:absolute;display:block;z-index:14999;background-color:#fdfdfd;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;height:46.9375rem;width:31.25rem;top:8.8740234375rem;left:40.62451171875rem;display:block; }
#ueWgRwSTkik658cFhJSwpaxSVupArMb1 { position:absolute;display:block;z-index:15004;height:21.75rem;width:27.4995rem;top:12.87451171875rem;left:42.498046875rem;display:block; }
#gqduwfC4aqywTfV8cCVM2PFs9aZ0VEJN { color:#000000;display:block;width:19.9995rem;position:absolute;font-family:"mark pro";font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:10.30810546875rem;left:46.24951171875rem;height:1.30625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fyIoWqpNlW3TPEEJmhhgPgKocqdb1zNs { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#007398;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mark pro";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:38.48828125rem;left:1.25rem;display:block; }
#QJeqGWtR8SksTDUC9nTuZXXmR22doSkG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zkn32ysF3QLBoQzQpo5ESaCrafKX9ZTL { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:"mark pro";font-size:3.25rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:20.73828125rem;left:1.25rem;height:3.2504875rem;font-style:normal;display:block; }
#WT2ZpPCvGbicVN1aGkGUQMJ29Uioo9Xb { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:"mark pro";font-size:2.125rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:23.98828125rem;left:2.625rem;height:2.1254875rem;font-style:normal;display:block; }
#b6SCcW2caLbFPB6lMQeTwU4u4IdJt2yO { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:"mark pro";font-size:2.125rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:26.11328125rem;left:3.9375rem;height:2.1254875rem;font-style:normal;display:block; }
#yMg1FqHksX4Kbt11oK9DJVeoDWGkoXBy { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:"mark pro";font-size:1.5rem;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:32.42578125rem;left:1.25rem;height:1.5rem;font-style:normal;display:block; }
#xmi6c5UfNXcO0kGSvsyh9D5X5ufnUkV5 { position:absolute;display:block;z-index:14998;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:44.625rem;width:44.625rem;top:12.875rem;left:10.6484375rem;overflow:hidden;display:block; }
#Le6UhLVLQHAJ0JyJINn1iXNAzk2NdT6Q { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:16.9375rem;top:26.48828125rem;left:10.28125rem;overflow:hidden;display:block; }
#dxstz91Xgy00ddc1RufWFKqKHpFnCEoN { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:16.5625rem;top:10.996874809265rem;left:1.25rem;overflow:hidden;display:block; }
#NMfxcgxsiyibgcJMtXlEVNcTTftFbq8P { position:relative;display:block; }#NMfxcgxsiyibgcJMtXlEVNcTTftFbq8P { background-color: transparent; background-image: none; }#NMfxcgxsiyibgcJMtXlEVNcTTftFbq8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMfxcgxsiyibgcJMtXlEVNcTTftFbq8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMfxcgxsiyibgcJMtXlEVNcTTftFbq8P > .row .container > .video-iframe-container { display: none; }#NMfxcgxsiyibgcJMtXlEVNcTTftFbq8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMfxcgxsiyibgcJMtXlEVNcTTftFbq8P > .row > .video-iframe-container { display: none; }#NMfxcgxsiyibgcJMtXlEVNcTTftFbq8P > .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); }#NMfxcgxsiyibgcJMtXlEVNcTTftFbq8P { border-width: 0; border-radius: 0; }#NMfxcgxsiyibgcJMtXlEVNcTTftFbq8P > .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; }#NMfxcgxsiyibgcJMtXlEVNcTTftFbq8P > .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:43.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AkhwMy6m5KmZPKMuRJpDcph9e11KXVIB { color:#30302f;display:block;width:28.4375rem;position:absolute;font-family:"mark pro";font-size:1.5rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:8.125rem;left:4.5625rem;height:1.5rem;font-style:normal;display:block; }
#K372rUv01GTBebbbkRWWnH4nZEIcACMM { color:#000000;display:block;width:26.4375rem;position:absolute;font-family:"mark pro";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:16.0625rem;left:4.5625rem;height:19.5rem;display:block; }
#DQsv6DJOEMUZZRAXFX2Tft84hmD9Hqs2 { position:absolute;display:block;z-index:15012;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:33.75rem;width:33.75rem;top:5rem;left:34.999217987061rem;overflow:hidden;display:block; }
#HsbnAuFJTCaKf1wWXGCRe7JB6plCVEhB { position:absolute;display:block;z-index:15013;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:18.375rem;top:10.5625rem;left:4.5625rem;overflow:hidden;display:block; }
#GgKgrDIPwFJOGX2eRg3R7bzOcasQk5D6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(231,231,230,0.97);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; }#GgKgrDIPwFJOGX2eRg3R7bzOcasQk5D6 > .row .container { background-color: transparent; background-image: none; }#GgKgrDIPwFJOGX2eRg3R7bzOcasQk5D6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GgKgrDIPwFJOGX2eRg3R7bzOcasQk5D6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GgKgrDIPwFJOGX2eRg3R7bzOcasQk5D6 > .row .container > .video-iframe-container { display: none; }#GgKgrDIPwFJOGX2eRg3R7bzOcasQk5D6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GgKgrDIPwFJOGX2eRg3R7bzOcasQk5D6 > .row > .video-iframe-container { display: none; }#GgKgrDIPwFJOGX2eRg3R7bzOcasQk5D6 > .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); }#GgKgrDIPwFJOGX2eRg3R7bzOcasQk5D6 > .row .container { border-width: 0; border-radius: 0; }#GgKgrDIPwFJOGX2eRg3R7bzOcasQk5D6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GgKgrDIPwFJOGX2eRg3R7bzOcasQk5D6 > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#RBOOTuVUFW75FA3ueMhMJCMyxPybkltk { position:relative;display:block; }#RBOOTuVUFW75FA3ueMhMJCMyxPybkltk { background-color: transparent; background-image: none; }#RBOOTuVUFW75FA3ueMhMJCMyxPybkltk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBOOTuVUFW75FA3ueMhMJCMyxPybkltk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBOOTuVUFW75FA3ueMhMJCMyxPybkltk > .row .container > .video-iframe-container { display: none; }#RBOOTuVUFW75FA3ueMhMJCMyxPybkltk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBOOTuVUFW75FA3ueMhMJCMyxPybkltk > .row > .video-iframe-container { display: none; }#RBOOTuVUFW75FA3ueMhMJCMyxPybkltk > .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); }#RBOOTuVUFW75FA3ueMhMJCMyxPybkltk { border-width: 0; border-radius: 0; }#RBOOTuVUFW75FA3ueMhMJCMyxPybkltk > .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; }#RBOOTuVUFW75FA3ueMhMJCMyxPybkltk > .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:38.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sNQzpZFw6LUK6PbEGGOSfaDnohVs4TTg { color:#007398;display:block;width:21.5625rem;position:absolute;font-family:"mark pro";font-size:4rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:5.3125rem;left:43rem;height:4.0004875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wrnWMkXqFx39JxSpDuPQ5Mafb688UBvM { color:#007398;display:block;width:23.625rem;position:absolute;font-family:"mark pro";font-size:2.125rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:9.3125rem;left:45.25rem;height:2.1254875rem;font-style:normal;display:block; }
#Bt76hzVBXfd0Vb65v8fHoQLoxcVmstWk { color:#007398;display:block;width:4.75rem;position:absolute;font-family:"mark pro";font-size:2.125rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:3.2367181777954rem;left:42.061719894409rem;height:2.1254875rem;font-style:normal;display:block; }
#TTqQ21TR0MHJSsHdxGQ198hqLEZv21x8 { color:#000000;display:block;width:26.4375rem;position:absolute;font-family:"mark pro";font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.374218940735rem;left:43.030469894409rem;height:1.3rem;font-style:normal;display:block; }
#WkNZAsVmAVpIyA2ddQaJbbm8LdFCKFKL { color:#000000;display:block;width:25.25rem;position:absolute;font-family:"mark pro";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:15.374218940735rem;left:42.999219894409rem;height:20.75rem;display:block; }#WkNZAsVmAVpIyA2ddQaJbbm8LdFCKFKL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WkNZAsVmAVpIyA2ddQaJbbm8LdFCKFKL li:before{  }
#x6Dm3osAa4mT76UuCgZZ0Tyl9TU0uA3a { 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:33.75rem;width:33.75rem;top:2.46875rem;left:1.875rem;overflow:hidden;display:block; }
#f937vGNNFkHb9g4GNR2czy5xuaBcJXLk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eb4de1b4-81bf-472a-9bd3-4bb448ec498c/NOBELLPXGuideBackground.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#f937vGNNFkHb9g4GNR2czy5xuaBcJXLk.adaptive-delivery-prevent-bg, #f937vGNNFkHb9g4GNR2czy5xuaBcJXLk.lazyload, #f937vGNNFkHb9g4GNR2czy5xuaBcJXLk.lazyloading { background-image: none; }#f937vGNNFkHb9g4GNR2czy5xuaBcJXLk > .row .container { background-color: transparent; background-image: none; }#f937vGNNFkHb9g4GNR2czy5xuaBcJXLk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,115,152,0.6); }#f937vGNNFkHb9g4GNR2czy5xuaBcJXLk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f937vGNNFkHb9g4GNR2czy5xuaBcJXLk > .row .container > .video-iframe-container { display: none; }#f937vGNNFkHb9g4GNR2czy5xuaBcJXLk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,115,152,0.6); }#f937vGNNFkHb9g4GNR2czy5xuaBcJXLk > .row > .video-iframe-container { display: none; }#f937vGNNFkHb9g4GNR2czy5xuaBcJXLk > .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); }#f937vGNNFkHb9g4GNR2czy5xuaBcJXLk > .row .container { border-width: 0; border-radius: 0; }#f937vGNNFkHb9g4GNR2czy5xuaBcJXLk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f937vGNNFkHb9g4GNR2czy5xuaBcJXLk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f937vGNNFkHb9g4GNR2czy5xuaBcJXLk > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#Urzh7tJSoyTF2ShLLsySwl68wTuFbeEN { color:#ffffff;display:block;width:53.5625rem;position:absolute;font-family:"mark pro";font-size:2.25rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:3.25rem;left:10.71875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qm05PSDioVKWIVk1h1bgKZuEwkDxBTCI { position:relative;display:block; }#qm05PSDioVKWIVk1h1bgKZuEwkDxBTCI { background-color: transparent; background-image: none; }#qm05PSDioVKWIVk1h1bgKZuEwkDxBTCI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qm05PSDioVKWIVk1h1bgKZuEwkDxBTCI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qm05PSDioVKWIVk1h1bgKZuEwkDxBTCI > .row .container > .video-iframe-container { display: none; }#qm05PSDioVKWIVk1h1bgKZuEwkDxBTCI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qm05PSDioVKWIVk1h1bgKZuEwkDxBTCI > .row > .video-iframe-container { display: none; }#qm05PSDioVKWIVk1h1bgKZuEwkDxBTCI > .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); }#qm05PSDioVKWIVk1h1bgKZuEwkDxBTCI { border-width: 0; border-radius: 0; }#qm05PSDioVKWIVk1h1bgKZuEwkDxBTCI > .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; }#qm05PSDioVKWIVk1h1bgKZuEwkDxBTCI > .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:23.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#S6MFHZGbfDAkdtG6FiAyd5HZXvQaesyC { color:#000000;display:block;width:26.4375rem;position:absolute;font-family:"mark pro";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:5.6875rem;left:5.5625rem;height:7.5rem;display:block; }
#cp04crhQBHIR4es1arR1aClWk7w3QPf6 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.9375rem;width:31.9375rem;top:2.90625rem;left:40.280469894409rem;display:block; }
#oDvlqr1XhtxBSqGCVe7KraM6PBDlFODl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e7e6;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; }#oDvlqr1XhtxBSqGCVe7KraM6PBDlFODl > .row .container { background-color: transparent; background-image: none; }#oDvlqr1XhtxBSqGCVe7KraM6PBDlFODl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDvlqr1XhtxBSqGCVe7KraM6PBDlFODl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDvlqr1XhtxBSqGCVe7KraM6PBDlFODl > .row .container > .video-iframe-container { display: none; }#oDvlqr1XhtxBSqGCVe7KraM6PBDlFODl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDvlqr1XhtxBSqGCVe7KraM6PBDlFODl > .row > .video-iframe-container { display: none; }#oDvlqr1XhtxBSqGCVe7KraM6PBDlFODl > .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); }#oDvlqr1XhtxBSqGCVe7KraM6PBDlFODl > .row .container { border-width: 0; border-radius: 0; }#oDvlqr1XhtxBSqGCVe7KraM6PBDlFODl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oDvlqr1XhtxBSqGCVe7KraM6PBDlFODl > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#BLsdrVQyfBTOlSlMJGPBOyfK7TD0KMou { position:relative;display:block; }#BLsdrVQyfBTOlSlMJGPBOyfK7TD0KMou { background-color: transparent; background-image: none; }#BLsdrVQyfBTOlSlMJGPBOyfK7TD0KMou::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLsdrVQyfBTOlSlMJGPBOyfK7TD0KMou > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLsdrVQyfBTOlSlMJGPBOyfK7TD0KMou > .row .container > .video-iframe-container { display: none; }#BLsdrVQyfBTOlSlMJGPBOyfK7TD0KMou > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLsdrVQyfBTOlSlMJGPBOyfK7TD0KMou > .row > .video-iframe-container { display: none; }#BLsdrVQyfBTOlSlMJGPBOyfK7TD0KMou > .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); }#BLsdrVQyfBTOlSlMJGPBOyfK7TD0KMou { border-width: 0; border-radius: 0; }#BLsdrVQyfBTOlSlMJGPBOyfK7TD0KMou > .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; }#BLsdrVQyfBTOlSlMJGPBOyfK7TD0KMou > .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:45rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bHAzHkuT8LOF1kUTrFocBKGO01T54kMX { color:#000000;display:block;width:18.375rem;position:absolute;font-family:"mark pro";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:19.25rem;left:3.3125rem;height:14.3rem;text-align:center;text-align-last:center;display:block; }
#Evqdr3ms1uUsbahaLkEIadOKRZdrMAmU { color:#000000;display:block;width:20.8125rem;position:absolute;font-family:"mark pro";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:19.25rem;left:27.0625rem;height:22.1rem;text-align:center;text-align-last:center;display:block; }
#Abgxr2ITGw5FfTwud0L6RZ1EkhIPTrs4 { color:#000000;display:block;width:18.375rem;position:absolute;font-family:"mark pro";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:19.25rem;left:53.3125rem;height:18.2rem;text-align:center;text-align-last:center;display:block; }
#Dooi4vBSTACeWvUfoxcNxwxpZn2B39T5 { 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:15rem;width:15rem;top:3.5rem;left:5rem;overflow:hidden;display:block; }
#hkcheoFR5CHb42gbayuBt6lwqw1EBv7U { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:3.5rem;left:55.000001907349rem;overflow:hidden;display:block; }
#bgaT1Oaad72TRAZ5FZcR8FiEn0n2Bq5w { position:absolute;display:block;z-index:15004;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:15rem;width:15rem;top:3.5rem;left:29.999219894409rem;overflow:hidden;display:block; }
#NOVT15cVwvF9dTKCByJ4xF0ev9M6vzx5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e7e6;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; }#NOVT15cVwvF9dTKCByJ4xF0ev9M6vzx5 > .row .container { background-color: transparent; background-image: none; }#NOVT15cVwvF9dTKCByJ4xF0ev9M6vzx5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOVT15cVwvF9dTKCByJ4xF0ev9M6vzx5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOVT15cVwvF9dTKCByJ4xF0ev9M6vzx5 > .row .container > .video-iframe-container { display: none; }#NOVT15cVwvF9dTKCByJ4xF0ev9M6vzx5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOVT15cVwvF9dTKCByJ4xF0ev9M6vzx5 > .row > .video-iframe-container { display: none; }#NOVT15cVwvF9dTKCByJ4xF0ev9M6vzx5 > .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); }#NOVT15cVwvF9dTKCByJ4xF0ev9M6vzx5 > .row .container { border-width: 0; border-radius: 0; }#NOVT15cVwvF9dTKCByJ4xF0ev9M6vzx5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NOVT15cVwvF9dTKCByJ4xF0ev9M6vzx5 > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }#pIgEGKUGJKJ0cHEl9RweVcsbZyzXGVgZ { color:#007398;display:block;width:41.125rem;position:absolute;font-family:"mark pro";font-size:3.25rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:4rem;left:16.9375rem;height:3.2504875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rrwangsy8dPpwhtMnSG8yT1TotlnimQU { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:"mark pro";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:8.25rem;left:19.25rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#NKdyQQfcBNviX8d4HRCz6UUotMiLdvsO { color:#007398;display:block;width:36.4375rem;position:absolute;font-family:"mark pro";font-size:0.8125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:12.3125rem;left:19.25rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#dF2hpzRfECrcf8K7zmvEDZEesgrrs1Jw { position:relative;display:block; }#dF2hpzRfECrcf8K7zmvEDZEesgrrs1Jw { background-color: transparent; background-image: none; }#dF2hpzRfECrcf8K7zmvEDZEesgrrs1Jw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dF2hpzRfECrcf8K7zmvEDZEesgrrs1Jw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dF2hpzRfECrcf8K7zmvEDZEesgrrs1Jw > .row .container > .video-iframe-container { display: none; }#dF2hpzRfECrcf8K7zmvEDZEesgrrs1Jw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dF2hpzRfECrcf8K7zmvEDZEesgrrs1Jw > .row > .video-iframe-container { display: none; }#dF2hpzRfECrcf8K7zmvEDZEesgrrs1Jw > .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); }#dF2hpzRfECrcf8K7zmvEDZEesgrrs1Jw { border-width: 0; border-radius: 0; }#dF2hpzRfECrcf8K7zmvEDZEesgrrs1Jw > .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; }#dF2hpzRfECrcf8K7zmvEDZEesgrrs1Jw > .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:15.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tFOeMDzmZl3Iq1WLUvu7PkGxK2kWyO1F { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.1875rem;width:20rem;top:1.9054684638977rem;left:2.5rem;display:block; }
#lt79rGuvN4CSnTnJkceN1cVIw7CNTBC7 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.1875rem;width:20rem;top:1.9054684638977rem;left:27.499219894409rem;display:block; }
#n2mx3RCZwFF1xRMyzvSod71eTW0C2Qhu { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.1875rem;width:20rem;top:1.9054684638977rem;left:52.500001907349rem;display:block; }
#J9IsUrM7cBZqIUxs0I84R20qpzCGZEfL { position:relative;display:block; }#J9IsUrM7cBZqIUxs0I84R20qpzCGZEfL { background-color: transparent; background-image: none; }#J9IsUrM7cBZqIUxs0I84R20qpzCGZEfL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J9IsUrM7cBZqIUxs0I84R20qpzCGZEfL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J9IsUrM7cBZqIUxs0I84R20qpzCGZEfL > .row .container > .video-iframe-container { display: none; }#J9IsUrM7cBZqIUxs0I84R20qpzCGZEfL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J9IsUrM7cBZqIUxs0I84R20qpzCGZEfL > .row > .video-iframe-container { display: none; }#J9IsUrM7cBZqIUxs0I84R20qpzCGZEfL > .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); }#J9IsUrM7cBZqIUxs0I84R20qpzCGZEfL { border-width: 0; border-radius: 0; }#J9IsUrM7cBZqIUxs0I84R20qpzCGZEfL > .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; }#J9IsUrM7cBZqIUxs0I84R20qpzCGZEfL > .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:15rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WfblrFnhORZ0i6FWEOCXAsCaTLDp7lCT { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.1875rem;width:20rem;top:1.90625rem;left:40.061719894409rem;display:block; }
#cfaFwBUOwCMFLuU2rCITRf9GuCLM1HeC { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.1875rem;width:20rem;top:1.90625rem;left:15.062498092651rem;display:block; }
#xWbdXrvvons1Ts1svOyeFtLgS2nrfSLa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e7e6;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; }#xWbdXrvvons1Ts1svOyeFtLgS2nrfSLa > .row .container { background-color: transparent; background-image: none; }#xWbdXrvvons1Ts1svOyeFtLgS2nrfSLa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWbdXrvvons1Ts1svOyeFtLgS2nrfSLa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWbdXrvvons1Ts1svOyeFtLgS2nrfSLa > .row .container > .video-iframe-container { display: none; }#xWbdXrvvons1Ts1svOyeFtLgS2nrfSLa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWbdXrvvons1Ts1svOyeFtLgS2nrfSLa > .row > .video-iframe-container { display: none; }#xWbdXrvvons1Ts1svOyeFtLgS2nrfSLa > .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); }#xWbdXrvvons1Ts1svOyeFtLgS2nrfSLa > .row .container { border-width: 0; border-radius: 0; }#xWbdXrvvons1Ts1svOyeFtLgS2nrfSLa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xWbdXrvvons1Ts1svOyeFtLgS2nrfSLa > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#IVnQlUKod2ZOGXvbUPnBa64ZW50631q6 { position:relative;display:none; }#IVnQlUKod2ZOGXvbUPnBa64ZW50631q6 { border-width: 0; border-radius: 0; }#IVnQlUKod2ZOGXvbUPnBa64ZW50631q6 > .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; }#IVnQlUKod2ZOGXvbUPnBa64ZW50631q6 > .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:41.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#nLqFRWTw4QlrtBteycBe5vTTATTc8MBn { color:#007398;display:block;width:25.625rem;position:absolute;font-family:"mark pro";font-size:3.25rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:9.6875rem;left:2.8125rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BWnAgsxUutvtuqcsSfDITfx8txKlfUTq { color:#000000;display:block;width:26.0625rem;position:absolute;font-family:"mark pro";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:18.4375rem;left:2.8125rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#QEpH2RSKbMcsqs5Cuuvx6WezCavhu7Bb { position:absolute;display:block;z-index:15015;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:33.75rem;width:33.75rem;top:3.75rem;left:34.311717987061rem;overflow:hidden;display:block; }
#lczlRxw5Xexn3yFc6TT0qPd4Xh5QSSsh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e7e6;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; }#lczlRxw5Xexn3yFc6TT0qPd4Xh5QSSsh > .row .container { background-color: transparent; background-image: none; }#lczlRxw5Xexn3yFc6TT0qPd4Xh5QSSsh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lczlRxw5Xexn3yFc6TT0qPd4Xh5QSSsh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lczlRxw5Xexn3yFc6TT0qPd4Xh5QSSsh > .row .container > .video-iframe-container { display: none; }#lczlRxw5Xexn3yFc6TT0qPd4Xh5QSSsh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lczlRxw5Xexn3yFc6TT0qPd4Xh5QSSsh > .row > .video-iframe-container { display: none; }#lczlRxw5Xexn3yFc6TT0qPd4Xh5QSSsh > .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); }#lczlRxw5Xexn3yFc6TT0qPd4Xh5QSSsh > .row .container { border-width: 0; border-radius: 0; }#lczlRxw5Xexn3yFc6TT0qPd4Xh5QSSsh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lczlRxw5Xexn3yFc6TT0qPd4Xh5QSSsh > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#ObhFKDm5T6mAJcneQ7zUVJ7utOpZTh6i { position:relative;display:block; }#ObhFKDm5T6mAJcneQ7zUVJ7utOpZTh6i { background-color: transparent; background-image: none; }#ObhFKDm5T6mAJcneQ7zUVJ7utOpZTh6i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObhFKDm5T6mAJcneQ7zUVJ7utOpZTh6i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObhFKDm5T6mAJcneQ7zUVJ7utOpZTh6i > .row .container > .video-iframe-container { display: none; }#ObhFKDm5T6mAJcneQ7zUVJ7utOpZTh6i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObhFKDm5T6mAJcneQ7zUVJ7utOpZTh6i > .row > .video-iframe-container { display: none; }#ObhFKDm5T6mAJcneQ7zUVJ7utOpZTh6i > .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); }#ObhFKDm5T6mAJcneQ7zUVJ7utOpZTh6i { border-width: 0; border-radius: 0; }#ObhFKDm5T6mAJcneQ7zUVJ7utOpZTh6i > .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; }#ObhFKDm5T6mAJcneQ7zUVJ7utOpZTh6i > .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:27.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wr9TPHWaKKQdJoe4W1TtUArTJI2SMhXw { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:24.5rem;left:59.25rem; }
#W8UT4Vupw52T27eZ4s9MrTCeSBedEbxr { background-color:transparent;background-image:none;border-top:0.0625rem solid #007398;border-left:0.0625rem solid #007398;border-right:0.0625rem solid #007398;border-bottom:0.0625rem solid #007398;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:#007398;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mark pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:13.375rem;height:2.4375rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:23.9375rem;left:58.625rem;display:block; }
#T1E2pEmaTHyX8D0aOPpI6fxebcrf7pbK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#trGFLxPGksqb6S2UPkP0lAizdmey2xZo { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid #dadcdc;border-left:0.0625rem solid #dadcdc;border-right:0.0625rem solid #dadcdc;border-bottom:0.0625rem solid #dadcdc;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.9375rem;width:32.4375rem;top:22rem;left:40rem;display:block; }
#dkXwzzvAf2QB6TvvaryPTeGZWKy5TTIQ { color:#30302f;display:block;width:20.25rem;position:absolute;font-family:"mark pro";font-size:1rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:22.6875rem;left:41rem;height:1.2rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#v6wmrxTMBNuTnWyIWPH4CCvaF2D24odT { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid #dadcdc;border-left:0.0625rem solid #dadcdc;border-right:0.0625rem solid #dadcdc;border-bottom:0.0625rem solid #dadcdc;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.9375rem;width:32.4375rem;top:22rem;left:2.5rem;display:block; }
#k4i6LyhbEUHcScupLUSL2LbESVJxEclp { color:#30302f;display:block;width:12.375rem;position:absolute;font-family:"mark pro";font-size:1rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:22.6875rem;left:3.5rem;height:1.2rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ExgedToOdeT3vqlZotuAQaTLp2DTnGvS { background-color:transparent;background-image:none;border-top:0.0625rem solid #007398;border-left:0.0625rem solid #007398;border-right:0.0625rem solid #007398;border-bottom:0.0625rem solid #007398;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:#007398;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mark pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:13.275rem;height:2.3375rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:23.9375rem;left:21.125rem;display:block; }
#lJ4GhmK1sn8bhyt1sof2U4M0s9Je19mC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GxwI8RTZ5y6h4iK1iRVdqvPkGMpaN8Lu { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:24.5rem;left:21.75rem; }
#ogvxWhdncednwIqaIDHsQ4uX6ESl2zbA { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5625rem;width:32.5rem;top:0.48750019073486rem;left:2.5rem;overflow:hidden;display:block; }
#seKGl1fWTI2zylB4uS74Zepp0GG28MHQ { position:absolute;display:block;z-index:15011;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:21.5625rem;width:32.375rem;top:0.48750019073486rem;left:39.999219894409rem;overflow:hidden;display:block; }
#iuTrSfC0Vnl8pU3VEdBiGl7lZ1EmymAD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e7e6;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; }#iuTrSfC0Vnl8pU3VEdBiGl7lZ1EmymAD > .row .container { background-color: transparent; background-image: none; }#iuTrSfC0Vnl8pU3VEdBiGl7lZ1EmymAD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iuTrSfC0Vnl8pU3VEdBiGl7lZ1EmymAD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iuTrSfC0Vnl8pU3VEdBiGl7lZ1EmymAD > .row .container > .video-iframe-container { display: none; }#iuTrSfC0Vnl8pU3VEdBiGl7lZ1EmymAD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iuTrSfC0Vnl8pU3VEdBiGl7lZ1EmymAD > .row > .video-iframe-container { display: none; }#iuTrSfC0Vnl8pU3VEdBiGl7lZ1EmymAD > .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); }#iuTrSfC0Vnl8pU3VEdBiGl7lZ1EmymAD > .row .container { border-width: 0; border-radius: 0; }#iuTrSfC0Vnl8pU3VEdBiGl7lZ1EmymAD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iuTrSfC0Vnl8pU3VEdBiGl7lZ1EmymAD > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#CIRVVT23TCJTLPpCbCn03h8dOZxGTu16 { position:relative;display:block; }#CIRVVT23TCJTLPpCbCn03h8dOZxGTu16 { background-color: transparent; background-image: none; }#CIRVVT23TCJTLPpCbCn03h8dOZxGTu16::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIRVVT23TCJTLPpCbCn03h8dOZxGTu16 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIRVVT23TCJTLPpCbCn03h8dOZxGTu16 > .row .container > .video-iframe-container { display: none; }#CIRVVT23TCJTLPpCbCn03h8dOZxGTu16 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIRVVT23TCJTLPpCbCn03h8dOZxGTu16 > .row > .video-iframe-container { display: none; }#CIRVVT23TCJTLPpCbCn03h8dOZxGTu16 > .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); }#CIRVVT23TCJTLPpCbCn03h8dOZxGTu16 { border-width: 0; border-radius: 0; }#CIRVVT23TCJTLPpCbCn03h8dOZxGTu16 > .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; }#CIRVVT23TCJTLPpCbCn03h8dOZxGTu16 > .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:27.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XaLnoCAU9uLk6bnK4WgUNpfr4qH7p1dN { color:#007398;display:block;width:29.5rem;position:absolute;font-family:"mark pro";font-size:3.25rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:6.375rem;left:22.75rem;height:3.2504875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vOWpmI0qa0qrUNlT9vNc6JchhBQTkWRo { color:#000000;display:block;width:26.0625rem;position:absolute;font-family:"mark pro";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:10.6875rem;left:24.4375rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#htp8IFTxDx4wZbfhWgTpDoIHFV1cPEvR { background-color:transparent;background-image:none;border-top:0.0625rem solid #007398;border-left:0.0625rem solid #007398;border-right:0.0625rem solid #007398;border-bottom:0.0625rem solid #007398;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:#007398;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mark pro";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:17.2rem;height:3.1375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:18.25rem;left:28.875rem;display:block; }
#M6MIf7kdSnRlMMdnEX6Tek6Zl3q5OPxP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N9WsLPk6ZrKHvRStb6XQpqaT4RvTwCeV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#007398;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; }#N9WsLPk6ZrKHvRStb6XQpqaT4RvTwCeV > .row .container { background-color: transparent; background-image: none; }#N9WsLPk6ZrKHvRStb6XQpqaT4RvTwCeV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9WsLPk6ZrKHvRStb6XQpqaT4RvTwCeV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9WsLPk6ZrKHvRStb6XQpqaT4RvTwCeV > .row .container > .video-iframe-container { display: none; }#N9WsLPk6ZrKHvRStb6XQpqaT4RvTwCeV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9WsLPk6ZrKHvRStb6XQpqaT4RvTwCeV > .row > .video-iframe-container { display: none; }#N9WsLPk6ZrKHvRStb6XQpqaT4RvTwCeV > .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); }#N9WsLPk6ZrKHvRStb6XQpqaT4RvTwCeV > .row .container { border-width: 0; border-radius: 0; }#N9WsLPk6ZrKHvRStb6XQpqaT4RvTwCeV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N9WsLPk6ZrKHvRStb6XQpqaT4RvTwCeV > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#mzS8aJwXFLdZH716wVA7bF5wJ1nudRQo { 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:2.5rem;width:7.6875rem;top:1.875rem;left:2.5rem;overflow:hidden;display:block; }
#ZANiu0HPBTyEP5vPnt5Si0qnugbyQyVL { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:"mark pro";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.556640625rem;left:26.3125rem;height:1.1375rem;text-align:right;text-align-last:right;display:block; }
#TQghKTbuhoxCpX52gRKMQl0cq0OkoUGt { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:2.03125rem;left:63.5625rem;overflow:hidden;display:block; }
#MtcRCf3qDVGUxeOAOCbuFGZOOe5tTlPi { position:absolute;display:block;z-index:15004;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.1875rem;width:2.1875rem;top:2.03125rem;left:66.9375rem;overflow:hidden;display:block; }
#a4JWwldinA85pGtsSuDzHA0ndOVwryGs { position:absolute;display:block;z-index:15005;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.1875rem;width:2.1875rem;top:2.03125rem;left:70.3125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #B2KSzUBOOHSked0r9vhNE14s98IBk6Bm { display:block; }#B2KSzUBOOHSked0r9vhNE14s98IBk6Bm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i54b0tr5S1fXLKdPb7TJk8bDO7TFwZyg { width:7.6875rem;height:2.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Isnrw50qEwuvxTRCw4pnC8VCz4f4gLr5 { width:9.875rem;height:2.375rem;top:1.25rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoeE9MvgQxIZryLtPvv6d8GDhTbKZ74f { display:block; }
 }@media only screen and (max-width: 763px) { #pXlzUKRF7AB826FbNcThtg549Boo8p4g { width:7.4375rem;height:2.375rem;top:1.25rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNnomuCvx5afJzz3ByrBfaUSnNSMVPDU { display:block; }
 }@media only screen and (max-width: 763px) { #lhkb3HHuZXrtU0r2ec5uU2kdCNHDKnxy { width:7.4375rem;height:2.375rem;top:1.25rem;left:32.349609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQPGJOchdXAQmKpaJ34c6wbMq2KDmG9C { display:block; }
 }@media only screen and (max-width: 763px) { #TVhInJRkuTTMDL9WT1RU5F1TxulGLgh0 { width:7.4375rem;height:2.375rem;top:1.25rem;left:24.0869140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQMtTXiabEGcA2zca4akoxNyKSuM10l6 { display:block; }
 }@media only screen and (max-width: 763px) { #VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q { display:block; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8tl46FP93H18hKQKkvLNRbG9qV8i0gd { width:31.25rem;height:46.9375rem;top:8.8125rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueWgRwSTkik658cFhJSwpaxSVupArMb1 { width:27.4375rem;height:21.75rem;top:12.8125rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqduwfC4aqywTfV8cCVM2PFs9aZ0VEJN { width:19.9375rem;height:1.25rem;top:10.25rem;left:25.81201171875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyIoWqpNlW3TPEEJmhhgPgKocqdb1zNs { width:17.5rem;height:3.4375rem;top:38.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJeqGWtR8SksTDUC9nTuZXXmR22doSkG { display:block; }
 }@media only screen and (max-width: 763px) { #zkn32ysF3QLBoQzQpo5ESaCrafKX9ZTL { width:23.625rem;height:3.25rem;top:20.6875rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT2ZpPCvGbicVN1aGkGUQMJ29Uioo9Xb { width:23.625rem;height:2.125rem;top:23.9375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6SCcW2caLbFPB6lMQeTwU4u4IdJt2yO { width:23.625rem;height:2.125rem;top:26.0625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMg1FqHksX4Kbt11oK9DJVeoDWGkoXBy { width:28.4375rem;height:1.5rem;top:32.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmi6c5UfNXcO0kGSvsyh9D5X5ufnUkV5 { width:44.625rem;height:44.625rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Le6UhLVLQHAJ0JyJINn1iXNAzk2NdT6Q { width:16.9375rem;height:2.5rem;top:26.4375rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxstz91Xgy00ddc1RufWFKqKHpFnCEoN { width:16.5625rem;height:3.3125rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMfxcgxsiyibgcJMtXlEVNcTTftFbq8P { display:block; }#NMfxcgxsiyibgcJMtXlEVNcTTftFbq8P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkhwMy6m5KmZPKMuRJpDcph9e11KXVIB { width:28.4375rem;height:1.5rem;top:8.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K372rUv01GTBebbbkRWWnH4nZEIcACMM { width:26.4375rem;height:19.5rem;top:16.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQsv6DJOEMUZZRAXFX2Tft84hmD9Hqs2 { width:33.75rem;height:33.75rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsbnAuFJTCaKf1wWXGCRe7JB6plCVEhB { width:18.375rem;height:2.75rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgKgrDIPwFJOGX2eRg3R7bzOcasQk5D6 { display:block; }#GgKgrDIPwFJOGX2eRg3R7bzOcasQk5D6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RBOOTuVUFW75FA3ueMhMJCMyxPybkltk { display:block; }#RBOOTuVUFW75FA3ueMhMJCMyxPybkltk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNQzpZFw6LUK6PbEGGOSfaDnohVs4TTg { width:21.5625rem;height:4rem;top:5.3125rem;left:23.875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrnWMkXqFx39JxSpDuPQ5Mafb688UBvM { width:23.625rem;height:2.125rem;top:9.3125rem;left:24.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt76hzVBXfd0Vb65v8fHoQLoxcVmstWk { width:4.75rem;height:2.125rem;top:3.1875rem;left:23.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTqQ21TR0MHJSsHdxGQ198hqLEZv21x8 { width:26.4375rem;height:1.25rem;top:13.3125rem;left:21.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkNZAsVmAVpIyA2ddQaJbbm8LdFCKFKL { width:25.25rem;height:20.75rem;top:15.3125rem;left:22.5rem;font-size:1rem;display:block; }#WkNZAsVmAVpIyA2ddQaJbbm8LdFCKFKL li:before{  }
 }@media only screen and (max-width: 763px) { #x6Dm3osAa4mT76UuCgZZ0Tyl9TU0uA3a { width:33.75rem;height:33.75rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f937vGNNFkHb9g4GNR2czy5xuaBcJXLk { display:block; }#f937vGNNFkHb9g4GNR2czy5xuaBcJXLk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Urzh7tJSoyTF2ShLLsySwl68wTuFbeEN { width:47.75rem;height:2.25rem;top:3.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm05PSDioVKWIVk1h1bgKZuEwkDxBTCI { display:block; }#qm05PSDioVKWIVk1h1bgKZuEwkDxBTCI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S6MFHZGbfDAkdtG6FiAyd5HZXvQaesyC { width:26.4375rem;height:7.5rem;top:5.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cp04crhQBHIR4es1arR1aClWk7w3QPf6 { width:31.9375rem;height:17.9375rem;top:2.875rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDvlqr1XhtxBSqGCVe7KraM6PBDlFODl { display:block; }#oDvlqr1XhtxBSqGCVe7KraM6PBDlFODl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLsdrVQyfBTOlSlMJGPBOyfK7TD0KMou { display:block; }#BLsdrVQyfBTOlSlMJGPBOyfK7TD0KMou > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHAzHkuT8LOF1kUTrFocBKGO01T54kMX { width:18.375rem;height:14.25rem;top:19.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evqdr3ms1uUsbahaLkEIadOKRZdrMAmU { width:20.8125rem;height:22.0625rem;top:19.25rem;left:10.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Abgxr2ITGw5FfTwud0L6RZ1EkhIPTrs4 { width:18.375rem;height:18.1875rem;top:19.25rem;left:29.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dooi4vBSTACeWvUfoxcNxwxpZn2B39T5 { width:15rem;height:15rem;top:3.5rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkcheoFR5CHb42gbayuBt6lwqw1EBv7U { width:15rem;height:15rem;top:3.5rem;left:32.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgaT1Oaad72TRAZ5FZcR8FiEn0n2Bq5w { width:15rem;height:15rem;top:3.5rem;left:16.311719894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOVT15cVwvF9dTKCByJ4xF0ev9M6vzx5 { display:block; }#NOVT15cVwvF9dTKCByJ4xF0ev9M6vzx5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIgEGKUGJKJ0cHEl9RweVcsbZyzXGVgZ { width:41.125rem;height:3.25rem;top:4rem;left:3.3125rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rrwangsy8dPpwhtMnSG8yT1TotlnimQU { width:36.4375rem;height:3rem;top:8.25rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKdyQQfcBNviX8d4HRCz6UUotMiLdvsO { width:36.4375rem;height:1.1875rem;top:12.3125rem;left:5.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF2hpzRfECrcf8K7zmvEDZEesgrrs1Jw { display:block; }#dF2hpzRfECrcf8K7zmvEDZEesgrrs1Jw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tFOeMDzmZl3Iq1WLUvu7PkGxK2kWyO1F { width:20rem;height:11.1875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt79rGuvN4CSnTnJkceN1cVIw7CNTBC7 { width:20rem;height:11.1875rem;top:1.875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2mx3RCZwFF1xRMyzvSod71eTW0C2Qhu { width:20rem;height:11.1875rem;top:1.875rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9IsUrM7cBZqIUxs0I84R20qpzCGZEfL { display:block; }#J9IsUrM7cBZqIUxs0I84R20qpzCGZEfL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfblrFnhORZ0i6FWEOCXAsCaTLDp7lCT { width:20rem;height:11.1875rem;top:1.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfaFwBUOwCMFLuU2rCITRf9GuCLM1HeC { width:20rem;height:11.1875rem;top:1.875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWbdXrvvons1Ts1svOyeFtLgS2nrfSLa { display:block; }#xWbdXrvvons1Ts1svOyeFtLgS2nrfSLa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVnQlUKod2ZOGXvbUPnBa64ZW50631q6 { display:none; }#IVnQlUKod2ZOGXvbUPnBa64ZW50631q6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nLqFRWTw4QlrtBteycBe5vTTATTc8MBn { width:25.625rem;height:6.5rem;top:9.6875rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWnAgsxUutvtuqcsSfDITfx8txKlfUTq { width:26.0625rem;height:7.5rem;top:18.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEpH2RSKbMcsqs5Cuuvx6WezCavhu7Bb { width:33.75rem;height:33.75rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lczlRxw5Xexn3yFc6TT0qPd4Xh5QSSsh { display:block; }#lczlRxw5Xexn3yFc6TT0qPd4Xh5QSSsh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ObhFKDm5T6mAJcneQ7zUVJ7utOpZTh6i { display:block; }#ObhFKDm5T6mAJcneQ7zUVJ7utOpZTh6i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wr9TPHWaKKQdJoe4W1TtUArTJI2SMhXw { width:1.375rem;height:1.375rem;top:24.5rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8UT4Vupw52T27eZ4s9MrTCeSBedEbxr { width:13.25rem;height:2.3125rem;top:23.9375rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1E2pEmaTHyX8D0aOPpI6fxebcrf7pbK { display:block; }
 }@media only screen and (max-width: 763px) { #trGFLxPGksqb6S2UPkP0lAizdmey2xZo { width:32.4375rem;height:4.9375rem;top:22rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkXwzzvAf2QB6TvvaryPTeGZWKy5TTIQ { width:20.25rem;height:1.1875rem;top:22.6875rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6wmrxTMBNuTnWyIWPH4CCvaF2D24odT { width:32.4375rem;height:4.9375rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4i6LyhbEUHcScupLUSL2LbESVJxEclp { width:12.375rem;height:;top:22.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExgedToOdeT3vqlZotuAQaTLp2DTnGvS { width:13.25rem;height:2.3125rem;top:23.9375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ4GhmK1sn8bhyt1sof2U4M0s9Je19mC { display:block; }
 }@media only screen and (max-width: 763px) { #GxwI8RTZ5y6h4iK1iRVdqvPkGMpaN8Lu { width:1.375rem;height:1.375rem;top:24.5rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogvxWhdncednwIqaIDHsQ4uX6ESl2zbA { width:32.5rem;height:21.5625rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #seKGl1fWTI2zylB4uS74Zepp0GG28MHQ { width:32.375rem;height:21.5625rem;top:0.4375rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuTrSfC0Vnl8pU3VEdBiGl7lZ1EmymAD { display:block; }#iuTrSfC0Vnl8pU3VEdBiGl7lZ1EmymAD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CIRVVT23TCJTLPpCbCn03h8dOZxGTu16 { display:block; }#CIRVVT23TCJTLPpCbCn03h8dOZxGTu16 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XaLnoCAU9uLk6bnK4WgUNpfr4qH7p1dN { width:29.5rem;height:3.25rem;top:6.375rem;left:9.125rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOWpmI0qa0qrUNlT9vNc6JchhBQTkWRo { width:26.0625rem;height:4.5rem;top:10.6875rem;left:10.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #htp8IFTxDx4wZbfhWgTpDoIHFV1cPEvR { width:17.1875rem;height:3.125rem;top:18.25rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6MIf7kdSnRlMMdnEX6Tek6Zl3q5OPxP { display:block; }
 }@media only screen and (max-width: 763px) { #N9WsLPk6ZrKHvRStb6XQpqaT4RvTwCeV { display:block; }#N9WsLPk6ZrKHvRStb6XQpqaT4RvTwCeV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mzS8aJwXFLdZH716wVA7bF5wJ1nudRQo { width:7.6875rem;height:2.5rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZANiu0HPBTyEP5vPnt5Si0qnugbyQyVL { width:34.8125rem;height:1.125rem;top:2.5rem;left:12.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQghKTbuhoxCpX52gRKMQl0cq0OkoUGt { width:2.1875rem;height:2.1875rem;top:2rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtcRCf3qDVGUxeOAOCbuFGZOOe5tTlPi { width:2.1875rem;height:2.1875rem;top:2rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4JWwldinA85pGtsSuDzHA0ndOVwryGs { width:2.1875rem;height:2.1875rem;top:2rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #B2KSzUBOOHSked0r9vhNE14s98IBk6Bm { position:relative;z-index:auto;display:block; }#B2KSzUBOOHSked0r9vhNE14s98IBk6Bm > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i54b0tr5S1fXLKdPb7TJk8bDO7TFwZyg { width:7.6875rem;height:2.5rem;top:1.875rem;left:6.1562498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Isnrw50qEwuvxTRCw4pnC8VCz4f4gLr5 { width:9.875rem;height:2.375rem;top:1.25rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WoeE9MvgQxIZryLtPvv6d8GDhTbKZ74f { display:block; }
 }@media only screen and (max-width: 763px) { #pXlzUKRF7AB826FbNcThtg549Boo8p4g { width:7.4375rem;height:2.375rem;top:1.25rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LNnomuCvx5afJzz3ByrBfaUSnNSMVPDU { display:block; }
 }@media only screen and (max-width: 763px) { #lhkb3HHuZXrtU0r2ec5uU2kdCNHDKnxy { width:7.4375rem;height:2.375rem;top:1.25rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQPGJOchdXAQmKpaJ34c6wbMq2KDmG9C { display:block; }
 }@media only screen and (max-width: 763px) { #TVhInJRkuTTMDL9WT1RU5F1TxulGLgh0 { width:7.4375rem;height:2.375rem;top:1.25rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oQMtTXiabEGcA2zca4akoxNyKSuM10l6 { display:block; }
 }@media only screen and (max-width: 763px) { #VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q { background-color:#cc0000;background-image:url("https://images.assets-landingi.com/uc/eb4de1b4-81bf-472a-9bd3-4bb448ec498c/NOBELLPXGuideBackground.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q.adaptive-delivery-prevent-bg, #VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q.lazyload, #VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q.lazyloading { background-image: none; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row .container { background-color: transparent; background-image: none; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row .container > .video-iframe-container { display: none; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row > .video-iframe-container { display: none; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .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); }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row .container { width:20rem;height:93.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8tl46FP93H18hKQKkvLNRbG9qV8i0gd { width:20rem;height:62.3125rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueWgRwSTkik658cFhJSwpaxSVupArMb1 { width:18.75rem;height:21.75rem;top:32.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqduwfC4aqywTfV8cCVM2PFs9aZ0VEJN { width:18.75rem;height:1.0996125rem;top:30.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyIoWqpNlW3TPEEJmhhgPgKocqdb1zNs { width:16.25rem;height:3.125rem;top:22.0625rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJeqGWtR8SksTDUC9nTuZXXmR22doSkG { display:block; }
 }@media only screen and (max-width: 763px) { #zkn32ysF3QLBoQzQpo5ESaCrafKX9ZTL { width:20rem;height:2rem;top:5.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WT2ZpPCvGbicVN1aGkGUQMJ29Uioo9Xb { width:20rem;height:2rem;top:7.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b6SCcW2caLbFPB6lMQeTwU4u4IdJt2yO { width:20rem;height:2rem;top:9.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yMg1FqHksX4Kbt11oK9DJVeoDWGkoXBy { width:14.8125rem;height:3rem;top:18.125rem;left:2.5937501192093rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xmi6c5UfNXcO0kGSvsyh9D5X5ufnUkV5 { width:20rem;height:20rem;top:35.650001525879rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Le6UhLVLQHAJ0JyJINn1iXNAzk2NdT6Q { width:16.9375rem;height:2.5rem;top:12.375rem;left:1.5312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxstz91Xgy00ddc1RufWFKqKHpFnCEoN { width:16.5625rem;height:3.3125rem;top:10.9375rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NMfxcgxsiyibgcJMtXlEVNcTTftFbq8P { display:block; }#NMfxcgxsiyibgcJMtXlEVNcTTftFbq8P > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkhwMy6m5KmZPKMuRJpDcph9e11KXVIB { width:20rem;height:1.75rem;top:23.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K372rUv01GTBebbbkRWWnH4nZEIcACMM { width:20rem;height:25.5rem;top:29.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQsv6DJOEMUZZRAXFX2Tft84hmD9Hqs2 { width:20rem;height:20rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsbnAuFJTCaKf1wWXGCRe7JB6plCVEhB { width:12rem;height:1.6875rem;top:25.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgKgrDIPwFJOGX2eRg3R7bzOcasQk5D6 { display:block; }#GgKgrDIPwFJOGX2eRg3R7bzOcasQk5D6 > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RBOOTuVUFW75FA3ueMhMJCMyxPybkltk { display:block; }#RBOOTuVUFW75FA3ueMhMJCMyxPybkltk > .row .container { width:20rem;height:52.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNQzpZFw6LUK6PbEGGOSfaDnohVs4TTg { width:8.375rem;height:2rem;top:20.5rem;left:2.2500001192093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrnWMkXqFx39JxSpDuPQ5Mafb688UBvM { width:9.125rem;height:2rem;top:22.5rem;left:3.1875001192093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt76hzVBXfd0Vb65v8fHoQLoxcVmstWk { width:4.75rem;height:2rem;top:20.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTqQ21TR0MHJSsHdxGQ198hqLEZv21x8 { width:20rem;height:1.3rem;top:26.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkNZAsVmAVpIyA2ddQaJbbm8LdFCKFKL { width:20rem;height:23.75rem;top:28.8125rem;left:0rem;font-size:1rem;display:block; }#WkNZAsVmAVpIyA2ddQaJbbm8LdFCKFKL li:before{  }
 }@media only screen and (max-width: 763px) { #x6Dm3osAa4mT76UuCgZZ0Tyl9TU0uA3a { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f937vGNNFkHb9g4GNR2czy5xuaBcJXLk { display:block; }#f937vGNNFkHb9g4GNR2czy5xuaBcJXLk > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Urzh7tJSoyTF2ShLLsySwl68wTuFbeEN { width:19.25rem;height:3.5rem;top:3.25rem;left:0.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm05PSDioVKWIVk1h1bgKZuEwkDxBTCI { display:block; }#qm05PSDioVKWIVk1h1bgKZuEwkDxBTCI > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S6MFHZGbfDAkdtG6FiAyd5HZXvQaesyC { width:20rem;height:9rem;top:3.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cp04crhQBHIR4es1arR1aClWk7w3QPf6 { height:11.232876712329rem;width:20rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDvlqr1XhtxBSqGCVe7KraM6PBDlFODl { display:block; }#oDvlqr1XhtxBSqGCVe7KraM6PBDlFODl > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLsdrVQyfBTOlSlMJGPBOyfK7TD0KMou { display:block; }#BLsdrVQyfBTOlSlMJGPBOyfK7TD0KMou > .row .container { width:20rem;height:108.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHAzHkuT8LOF1kUTrFocBKGO01T54kMX { width:18.375rem;height:14.29785625rem;top:17.5rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evqdr3ms1uUsbahaLkEIadOKRZdrMAmU { width:20rem;height:22.09666875rem;top:49.3rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Abgxr2ITGw5FfTwud0L6RZ1EkhIPTrs4 { width:18.375rem;height:18.19729375rem;top:88.9rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dooi4vBSTACeWvUfoxcNxwxpZn2B39T5 { width:15rem;height:15rem;top:2.5500001907349rem;left:2.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkcheoFR5CHb42gbayuBt6lwqw1EBv7U { width:15rem;height:15rem;top:73.950000762938rem;left:2.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgaT1Oaad72TRAZ5FZcR8FiEn0n2Bq5w { width:15rem;height:15rem;top:34.349999904632rem;left:2.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOVT15cVwvF9dTKCByJ4xF0ev9M6vzx5 { display:block; }#NOVT15cVwvF9dTKCByJ4xF0ev9M6vzx5 > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIgEGKUGJKJ0cHEl9RweVcsbZyzXGVgZ { width:20rem;height:2rem;top:4.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rrwangsy8dPpwhtMnSG8yT1TotlnimQU { width:20rem;height:4.5rem;top:8rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKdyQQfcBNviX8d4HRCz6UUotMiLdvsO { width:20rem;height:1.21875rem;top:13.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF2hpzRfECrcf8K7zmvEDZEesgrrs1Jw { display:block; }#dF2hpzRfECrcf8K7zmvEDZEesgrrs1Jw > .row .container { width:20rem;height:38.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tFOeMDzmZl3Iq1WLUvu7PkGxK2kWyO1F { height:11.1875rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt79rGuvN4CSnTnJkceN1cVIw7CNTBC7 { height:11.1875rem;width:20rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2mx3RCZwFF1xRMyzvSod71eTW0C2Qhu { height:11.1875rem;width:20rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9IsUrM7cBZqIUxs0I84R20qpzCGZEfL { display:block; }#J9IsUrM7cBZqIUxs0I84R20qpzCGZEfL > .row .container { width:20rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfblrFnhORZ0i6FWEOCXAsCaTLDp7lCT { height:11.1875rem;width:20rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfaFwBUOwCMFLuU2rCITRf9GuCLM1HeC { height:11.1875rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWbdXrvvons1Ts1svOyeFtLgS2nrfSLa { display:block; }#xWbdXrvvons1Ts1svOyeFtLgS2nrfSLa > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVnQlUKod2ZOGXvbUPnBa64ZW50631q6 { display:none; }#IVnQlUKod2ZOGXvbUPnBa64ZW50631q6 > .row .container { width:20rem;height:43.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nLqFRWTw4QlrtBteycBe5vTTATTc8MBn { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BWnAgsxUutvtuqcsSfDITfx8txKlfUTq { width:20rem;height:10.5rem;top:6.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QEpH2RSKbMcsqs5Cuuvx6WezCavhu7Bb { width:20rem;height:20rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lczlRxw5Xexn3yFc6TT0qPd4Xh5QSSsh { display:block; }#lczlRxw5Xexn3yFc6TT0qPd4Xh5QSSsh > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ObhFKDm5T6mAJcneQ7zUVJ7utOpZTh6i { display:block; }#ObhFKDm5T6mAJcneQ7zUVJ7utOpZTh6i > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wr9TPHWaKKQdJoe4W1TtUArTJI2SMhXw { display:flex;width:1.375rem;height:1.375rem;top:18.5rem;left:3.875rem; }
 }@media only screen and (max-width: 763px) { #W8UT4Vupw52T27eZ4s9MrTCeSBedEbxr { width:13.15rem;height:2.2125rem;top:41.875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1E2pEmaTHyX8D0aOPpI6fxebcrf7pbK { display:block; }
 }@media only screen and (max-width: 763px) { #trGFLxPGksqb6S2UPkP0lAizdmey2xZo { width:20.0625rem;height:8.125rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkXwzzvAf2QB6TvvaryPTeGZWKy5TTIQ { width:12.375rem;height:2.3984375rem;top:38.6875rem;left:3.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v6wmrxTMBNuTnWyIWPH4CCvaF2D24odT { width:20rem;height:6.25rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4i6LyhbEUHcScupLUSL2LbESVJxEclp { width:12.375rem;height:1.2rem;top:16.3125rem;left:3.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ExgedToOdeT3vqlZotuAQaTLp2DTnGvS { width:13.15rem;height:2.2125rem;top:18.0625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ4GhmK1sn8bhyt1sof2U4M0s9Je19mC { display:block; }
 }@media only screen and (max-width: 763px) { #GxwI8RTZ5y6h4iK1iRVdqvPkGMpaN8Lu { display:flex;width:1.375rem;height:1.375rem;top:42.3125rem;left:3.875rem; }
 }@media only screen and (max-width: 763px) { #ogvxWhdncednwIqaIDHsQ4uX6ESl2zbA { width:20rem;height:13.269230769231rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #seKGl1fWTI2zylB4uS74Zepp0GG28MHQ { width:20rem;height:13.320463320463rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuTrSfC0Vnl8pU3VEdBiGl7lZ1EmymAD { display:block; }#iuTrSfC0Vnl8pU3VEdBiGl7lZ1EmymAD > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CIRVVT23TCJTLPpCbCn03h8dOZxGTu16 { display:block; }#CIRVVT23TCJTLPpCbCn03h8dOZxGTu16 > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XaLnoCAU9uLk6bnK4WgUNpfr4qH7p1dN { width:20rem;height:2rem;top:2.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOWpmI0qa0qrUNlT9vNc6JchhBQTkWRo { width:20rem;height:6rem;top:5.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #htp8IFTxDx4wZbfhWgTpDoIHFV1cPEvR { width:17.1875rem;height:3.125rem;top:13.0625rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6MIf7kdSnRlMMdnEX6Tek6Zl3q5OPxP { display:block; }
 }@media only screen and (max-width: 763px) { #N9WsLPk6ZrKHvRStb6XQpqaT4RvTwCeV { display:block; }#N9WsLPk6ZrKHvRStb6XQpqaT4RvTwCeV > .row .container { width:20rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mzS8aJwXFLdZH716wVA7bF5wJ1nudRQo { width:7.6875rem;height:2.5rem;top:3.125rem;left:6.3749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZANiu0HPBTyEP5vPnt5Si0qnugbyQyVL { width:17.375rem;height:2.6rem;top:7.4375rem;left:1.3125001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TQghKTbuhoxCpX52gRKMQl0cq0OkoUGt { width:2.1875rem;height:2.1875rem;top:11.25rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtcRCf3qDVGUxeOAOCbuFGZOOe5tTlPi { width:2.1875rem;height:2.1875rem;top:11.25rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4JWwldinA85pGtsSuDzHA0ndOVwryGs { width:2.1875rem;height:2.1875rem;top:11.25rem;left:12.3125rem;display:block; }
 }