.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@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;position:relative;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L { background-color:#141414;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container { background-color: transparent; background-image: none; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container > .video-iframe-container { display: none; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row > .video-iframe-container { display: none; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .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); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container { border-width: 0; border-radius: 0; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container { width:75rem;height:6.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#o2c1f1d34c10fab9a9694a359f9d5305 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:12.5625rem;top:1.90625rem;left:0rem;overflow:hidden;display:block; }
#vCqouzeTgDPqZ8LuovrIo2y4Ha4WaMb5 { background-color:#c3b49f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#141414;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:optima;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:3.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.375rem;left:64.5rem;display:block; }
#t3lH3wzAD0iXdOutKTN99dPVJcpmcTQG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c3b49f;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; }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .row .container { background-color: transparent; background-image: none; }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .row .container > .video-iframe-container { display: none; }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .row > .video-iframe-container { display: none; }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .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); }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .row .container { border-width: 0; border-radius: 0; }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:75rem;position:relative;display:block; }#dVckpa3VwDu0dmQg8c3UWNUQCXEZ1T5w { color:#000000;display:block;width:75rem;position:absolute;font-family:optima;font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:0.421875rem;left:0rem;height:2.34375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6cfd6506-45cb-40c2-a9ea-70665be02d6f/shutterstock_1556752790.jpg");background-position:top left !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; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0.adaptive-delivery-prevent-bg, #ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0.lazyload, #ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0.lazyloading { background-image: none; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container { background-color: transparent; background-image: none; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container > .video-iframe-container { display: none; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row > .video-iframe-container { display: none; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .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); }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container { border-width: 0; border-radius: 0; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0::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; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container { font-size:0.875rem;font-family:arial;height:43.5rem;width:75rem;position:relative;display:block; }#Vml39ys0crsZv2xODRNy5A7yObtVUdDE { color:#ffffff;display:block;width:75rem;position:absolute;font-family:ddot;font-size:4.6875rem;font-weight:400;z-index:14999;line-height:1.2;letter-spacing:0;top:11.5625rem;left:0rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iToA5ANMlukDrCbBnHnUPNboTxbpLrNa { color:#ffffff;display:block;width:75rem;position:absolute;font-family:ddot;font-size:4.6875rem;font-weight:400;z-index:14998;line-height:1.2;letter-spacing:0;top:15.75rem;left:0rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#h7f1HchUpedLo7P6TJBn07Q5G1LPEKgK { color:#ffffff;display:block;width:75rem;position:absolute;font-family:optima;font-size:1.75rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:21.3125rem;left:0rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZSWvx39f3XD6zZG01nqNbGlw5ZbkrKiU { position:absolute;display:block;z-index:15049;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:10.9375rem;top:24.9375rem;left:32.03125rem;display:block; }
#yU0hrkMc7S1cgsRVuinREHFTS4oXN7yv { color:#ffffff;display:block;width:37.4375rem;position:absolute;font-family:optima;font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:26.4375rem;left:18.8125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wytEye2snlsakBVVETURXWqOu3u9eTmG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c3b49f;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; }#wytEye2snlsakBVVETURXWqOu3u9eTmG > .row .container { background-color: transparent; background-image: none; }#wytEye2snlsakBVVETURXWqOu3u9eTmG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wytEye2snlsakBVVETURXWqOu3u9eTmG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wytEye2snlsakBVVETURXWqOu3u9eTmG > .row .container > .video-iframe-container { display: none; }#wytEye2snlsakBVVETURXWqOu3u9eTmG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wytEye2snlsakBVVETURXWqOu3u9eTmG > .row > .video-iframe-container { display: none; }#wytEye2snlsakBVVETURXWqOu3u9eTmG > .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); }#wytEye2snlsakBVVETURXWqOu3u9eTmG > .row .container { border-width: 0; border-radius: 0; }#wytEye2snlsakBVVETURXWqOu3u9eTmG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wytEye2snlsakBVVETURXWqOu3u9eTmG > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#NTZBSxLD9fs1nBXJgMwEbt9BAinWR1ba { color:#000000;display:block;width:31.625rem;position:absolute;font-family:ddot;font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:2.25rem;left:11.8125rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Qt5yDstaG215hn2gJrdyABQvikBwUy0e { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#c3b49f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:optima;font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:2.1875rem;left:45.3125rem;display:block; }
#K1pzRTReOoxTurpWFICPas2rhrLzn33W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HV5lNCw6vgo5LrtpdNp2BNXKpcRgsUnV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f1ea;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; }#HV5lNCw6vgo5LrtpdNp2BNXKpcRgsUnV > .row .container { background-color: transparent; background-image: none; }#HV5lNCw6vgo5LrtpdNp2BNXKpcRgsUnV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HV5lNCw6vgo5LrtpdNp2BNXKpcRgsUnV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HV5lNCw6vgo5LrtpdNp2BNXKpcRgsUnV > .row .container > .video-iframe-container { display: none; }#HV5lNCw6vgo5LrtpdNp2BNXKpcRgsUnV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HV5lNCw6vgo5LrtpdNp2BNXKpcRgsUnV > .row > .video-iframe-container { display: none; }#HV5lNCw6vgo5LrtpdNp2BNXKpcRgsUnV > .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); }#HV5lNCw6vgo5LrtpdNp2BNXKpcRgsUnV > .row .container { border-width: 0; border-radius: 0; }#HV5lNCw6vgo5LrtpdNp2BNXKpcRgsUnV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HV5lNCw6vgo5LrtpdNp2BNXKpcRgsUnV > .row .container { font-size:0.875rem;font-family:arial;height:75.375rem;width:75rem;position:relative;display:block; }#T1DdzLd2NaMnhvJ0WMbmBTePD90nEuJV { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15010;background-color:#000000;background-image:none;top:1.4375rem;left:2.1875rem;display:block; }
#JgWFp4Z3zfbLhrAVmXno0BIBIvCOTnou { color:#f4f4f5;display:block;width:12.8125rem;position:absolute;font-family:ddot;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:2rem;left:3rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RkcloMvtxQEmWzXup8U0XM0K8UaxDWss { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c59c31ea-b290-40c7-adc9-255639661c76/Untitleddesign33.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:4.0625rem;left:20.9375rem;display:block; }#RkcloMvtxQEmWzXup8U0XM0K8UaxDWss.adaptive-delivery-prevent-bg, #RkcloMvtxQEmWzXup8U0XM0K8UaxDWss.lazyload, #RkcloMvtxQEmWzXup8U0XM0K8UaxDWss.lazyloading { background-image: none; }
#rN4621xdZPcq0xq4DXyC83pql8pT8XgU { color:#f4f4f5;display:block;width:13.6875rem;position:absolute;font-family:ddot;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:2rem;left:21.3125rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GSvVwepK8M2CqdZac6mBHRA35xnwwZsx { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15010;background-color:#000000;background-image:none;top:1.4375rem;left:20.9375rem;display:block; }
#Wd1gLdg7swJ56v8F5C8NBQTn8FLVcqrc { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;top:1.4375rem;left:39.6875rem;display:block; }
#twG2hgAKnhOM1y31b64GK2RdCbbz8TNh { color:#f4f4f5;display:block;width:13.875rem;position:absolute;font-family:ddot;font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:2rem;left:39.9375rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zqHRrcK9ZXUb9VmpvhNbh4vTOC3mFLzd { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4b7934db-15cc-4e9f-9d46-86ee05d2603b/shutterstock_1980203666.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:53.3125rem;left:2.1875rem;display:block; }#zqHRrcK9ZXUb9VmpvhNbh4vTOC3mFLzd.adaptive-delivery-prevent-bg, #zqHRrcK9ZXUb9VmpvhNbh4vTOC3mFLzd.lazyload, #zqHRrcK9ZXUb9VmpvhNbh4vTOC3mFLzd.lazyloading { background-image: none; }
#V5SwtJh209VOTkTlnX6BU0Se1lDIb9Fe { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15010;background-color:#000000;background-image:none;top:1.4375rem;left:58.4375rem;display:block; }
#imSqmVwtDOzkNbWoplCcpxBysCWhqx5T { color:#f4f4f5;display:block;width:14.0625rem;position:absolute;font-family:ddot;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:2rem;left:58.625rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O1VfKDldciyUagC9HTF6hpgsr9xMvBxT { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ea3f910b-5439-43d3-ad2f-0178a6805823/shutterstock_2520123105.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:4.0625rem;left:2.1875rem;display:block; }#O1VfKDldciyUagC9HTF6hpgsr9xMvBxT.adaptive-delivery-prevent-bg, #O1VfKDldciyUagC9HTF6hpgsr9xMvBxT.lazyload, #O1VfKDldciyUagC9HTF6hpgsr9xMvBxT.lazyloading { background-image: none; }
#HUQtaMSIVLQ2AAUDqrIPkD1AW4Zon2e5 { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15034;background-color:#000000;background-image:none;top:26.125rem;left:2.1875rem;display:block; }
#KDLOS2v1gsx7v1bsnPqu4bDd5Uxwsi2s { color:#f4f4f5;display:block;width:13.9375rem;position:absolute;font-family:ddot;font-size:1.3125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:26.6875rem;left:2.4375rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tMGqclxQzUsKoTa2Xpk7NM3mn1X23R75 { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15033;background-color:#000000;background-image:none;top:26.125rem;left:20.9375rem;display:block; }
#Tm75gAJzT9FOxEA15On9iIe9JPHpGBdR { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15032;background-color:#000000;background-image:none;top:26.125rem;left:39.6875rem;display:block; }
#NPmbXCEVXbndTLkrc7LrtPnBDrwWmikK { color:#f4f4f5;display:block;width:14.125rem;position:absolute;font-family:ddot;font-size:1rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:26.25rem;left:39.8125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tgTIiQA4N2EJL6iXNyezVTSprrLsHlTi { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15033;background-color:#000000;background-image:none;top:26.125rem;left:58.4375rem;display:block; }
#TMxJsyZ777hLXVQbKmL8ible9Prk3NSA { color:#f4f4f5;display:block;width:13.9375rem;position:absolute;font-family:ddot;font-size:1.3125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:26.6875rem;left:21.1875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IweQMhp05iM7bG2ynUtw7kJfgSUnSw0D { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15056;background-color:#000000;background-image:none;top:50.6875rem;left:2.1875rem;display:block; }
#UnFdgEXZb2InxJuKZVc5bmPmbE8aUBs9 { color:#f4f4f5;display:block;width:14.125rem;position:absolute;font-family:ddot;font-size:1.3125rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:51.25rem;left:2.3125rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ig0SJuMhcshQX9K9cOSdnTqQ4MHyN3o4 { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15055;background-color:#000000;background-image:none;top:50.6875rem;left:20.9375rem;display:block; }
#Vw0mCc8e3NucRdsIBpo2yQo8bfsv7FBo { color:#f4f4f5;display:block;width:13.9375rem;position:absolute;font-family:ddot;font-size:1.3125rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:51.25rem;left:21.1875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s4621NTKhS0hQvOpPpenJi7E9n5ppu6B { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15054;background-color:#000000;background-image:none;top:50.6875rem;left:39.6875rem;display:block; }
#w24uRUc8eptfGRZ7uS7uhdQCv8aDIEk1 { color:#f4f4f5;display:block;width:13.8125rem;position:absolute;font-family:ddot;font-size:1.3125rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:51.25rem;left:40rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OEwLJxiqyzb5DkuqckCKwGbHTmnPIBrO { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15055;background-color:#000000;background-image:none;top:50.6875rem;left:58.4375rem;display:block; }
#vlUSyEmsRQ9z6uGVIrklymaheWbTtGvw { position:absolute;display:block;z-index:15066;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f59092b3-a1dd-46ea-b37f-fef05417f36e/shutterstock_2262727877.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:28.75rem;left:58.4375rem;display:block; }#vlUSyEmsRQ9z6uGVIrklymaheWbTtGvw.adaptive-delivery-prevent-bg, #vlUSyEmsRQ9z6uGVIrklymaheWbTtGvw.lazyload, #vlUSyEmsRQ9z6uGVIrklymaheWbTtGvw.lazyloading { background-image: none; }
#zuLvglR820Er6gF7yOmNOsrnayBDabPT { color:#f4f4f5;display:block;width:12.8125rem;position:absolute;font-family:ddot;font-size:1.3125rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:51.25rem;left:59.25rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yOhVe5p0yetK0Xb34Gg7BDI7q9CwlD6T { position:absolute;display:block;z-index:15084;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/65d41cff-1782-4733-a1bc-e99baf708b3e/shutterstock_524915710.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:28.75rem;left:39.6875rem;display:block; }#yOhVe5p0yetK0Xb34Gg7BDI7q9CwlD6T.adaptive-delivery-prevent-bg, #yOhVe5p0yetK0Xb34Gg7BDI7q9CwlD6T.lazyload, #yOhVe5p0yetK0Xb34Gg7BDI7q9CwlD6T.lazyloading { background-image: none; }
#wATDODLDc3g9k6TSs0ZyEKy2kQyaIlt3 { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15020;background-color:#c6b49f;background-image:none;top:22.125rem;left:2.1875rem;display:block; }
#hsLo5FoxTu8Ro81qSiJPyPBXqIhcu4mF { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15017;background-color:#c6b49f;background-image:none;top:22.1875rem;left:2.1875rem;display:block; }
#Owd2PAWzhfqWNzsqGO0xCNH9RzA2uPyB { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:optima;font-size:0.75rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:23.5rem;left:2.5rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nZcGzEM765cbZCkxg2oMcaLTTqrJloUi { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:optima;font-size:0.8125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:22.4375rem;left:2.5rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ifA8vUVB0oPTFNvshTpwvTe1y05w2TCi { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15016;background-color:#c6b49f;background-image:none;top:22.125rem;left:20.9375rem;display:block; }
#EGI7ekzRgLXadRKN7LfMWb1IRbac9Bml { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:optima;font-size:0.75rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:23.4375rem;left:21.25rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kS3WcEQPxbJJGC1eUgiJ7aTbTglv17t7 { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:optima;font-size:0.8125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:22.375rem;left:21.25rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#efsTOT8Aeq7CPFpM2EeW27GROK6RePEH { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15019;background-color:#c6b49f;background-image:none;top:22.125rem;left:39.6875rem;display:block; }
#bVWCvNyAu4NtrqELw8DLorOuIImXgJzb { color:#f4f4f5;display:block;width:13.25rem;position:absolute;font-family:optima;font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:22.375rem;left:40.25rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lAIcDUT4cIQaTIpDNx5ZOVUVF7nNBiq7 { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15021;background-color:#c6b49f;background-image:none;top:22.125rem;left:58.4375rem;display:block; }
#sohCp11dXSurTbFikHxxNbz84dG7J1KS { color:#f4f4f5;display:block;width:12.125rem;position:absolute;font-family:optima;font-size:0.8125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:22.375rem;left:59.5625rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vHHmc4pVvbTCDGT4dhdK2vFfIFxDlGff { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15016;background-color:#c6b49f;background-image:none;top:46.8125rem;left:2.1875rem;display:block; }
#uRIH3XTX353JhtOHycVzuXtGUocnttqg { color:#f4f4f5;display:block;width:14.1875rem;position:absolute;font-family:optima;font-size:0.8125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:47.0625rem;left:2.3125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rNkvA66puL2FDJCMQeJmGimoKf6dfhKx { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15019;background-color:#c6b49f;background-image:none;top:46.8125rem;left:20.9375rem;display:block; }
#OnwG8b6UefbUTMqI3gTHmyHmSIBeZum1 { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:optima;font-size:0.75rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:48.125rem;left:21.25rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ir0elWqONQCuSa7nhNhoV0wZOGdWwuib { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:optima;font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:47.0625rem;left:21.25rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J9m5UkMt86ZTBX927D0TVMBZKvzNvVk9 { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15022;background-color:#c6b49f;background-image:none;top:46.8125rem;left:39.6875rem;display:block; }
#ZQAdcxmudrI5vIG7zQTVUqgCkRh29ano { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:optima;font-size:0.75rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:48.125rem;left:40rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xVPaEmet1Xau7hdxFGrRHXZ7kwqEidKh { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:optima;font-size:0.8125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:47.0625rem;left:40rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x0AebW82wZyCbdUAB1vQxfplgwOnVsQt { color:#f4f4f5;display:block;width:13.25rem;position:absolute;font-family:ddot;font-size:1rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:26.25rem;left:59rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qa1SNQnCdXHL3WZ9L80e1govJ8HktPDQ { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15025;background-color:#c6b49f;background-image:none;top:46.8125rem;left:58.4375rem;display:block; }
#zVBXebMaRquTofLZk248SIvVHlB91FhV { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:optima;font-size:0.75rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:48.125rem;left:58.75rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GUVXzyRHXGbvTKt51gToF4lXiklaQlFx { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:optima;font-size:0.8125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:47.0625rem;left:58.75rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MzMqsicErSTFPUXsvxdfyyJdTtPH5V60 { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15022;background-color:#c6b49f;background-image:none;top:71.375rem;left:2.1875rem;display:block; }
#yWh161dTqZkKCcFlCM3wSw3qzH9gWFtM { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:optima;font-size:0.75rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:72.6875rem;left:2.5rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EGm3TmVP4nd9NB8sgy3nni69zWde1IuP { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:optima;font-size:0.8125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:71.625rem;left:2.5rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ftaytLxyzLNB3mZesmrgMVbHuHt5iTeI { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15022;background-color:#c6b49f;background-image:none;top:71.375rem;left:20.9375rem;display:block; }
#BIgUak2O8ALXN61eI4xKD2ktlF8mh1xV { color:#f4f4f5;display:block;width:14.0625rem;position:absolute;font-family:optima;font-size:0.8125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:71.625rem;left:21.125rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q5WhXOZgzDaMcNoI9coCbhz428OPunVc { color:#f4f4f5;display:block;width:14.0625rem;position:absolute;font-family:optima;font-size:0.8125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:72.6875rem;left:21.125rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vv7pWMdnTO8sfwMHAy0VwZTLez0o83QP { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15028;background-color:#c6b49f;background-image:none;top:71.375rem;left:58.4375rem;display:block; }
#ODcpZ5UucTgedXMkyG7IhQpUHmLwCeTn { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:optima;font-size:0.75rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:72.6875rem;left:58.75rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mvv8MsFUkS7cW1HMTUbFzwwTTc4fT6Dw { color:#f4f4f5;display:block;width:14.0625rem;position:absolute;font-family:optima;font-size:0.8125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:71.625rem;left:58.625rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rK5WwMu3gWmXgQp4ChCOfcgPBcUqyGKt { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15031;background-color:#c6b49f;background-image:none;top:71.375rem;left:39.6875rem;display:block; }
#MEmSFDDdFJZ7Qqi4ZRJzRxsrCyCubUwa { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:optima;font-size:0.75rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:72.6875rem;left:40rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UgvAXN4BJxqdWFE4RBBcHcMrVKIpmqyU { color:#f4f4f5;display:block;width:14.0625rem;position:absolute;font-family:optima;font-size:0.8125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:71.625rem;left:39.875rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fGHeO4A3kymAM7fmTII4kmMh4CR573JR { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/21920929-9add-47e8-b949-cd485d688331/Shutterstock_2052669314.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:53.3125rem;left:39.6875rem;display:block; }#fGHeO4A3kymAM7fmTII4kmMh4CR573JR.adaptive-delivery-prevent-bg, #fGHeO4A3kymAM7fmTII4kmMh4CR573JR.lazyload, #fGHeO4A3kymAM7fmTII4kmMh4CR573JR.lazyloading { background-image: none; }
#wuMmLFR3qZtwtwHxiZLPpwygX9pDyOvB { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8f5edba1-9596-4b23-8565-5a6380a5e6ec/41.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:53.3125rem;left:20.9375rem;display:block; }#wuMmLFR3qZtwtwHxiZLPpwygX9pDyOvB.adaptive-delivery-prevent-bg, #wuMmLFR3qZtwtwHxiZLPpwygX9pDyOvB.lazyload, #wuMmLFR3qZtwtwHxiZLPpwygX9pDyOvB.lazyloading { background-image: none; }
#hS4P5OJdITTawTMo2neM0N4MpZ4JTvto { position:absolute;display:block;z-index:15062;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b4672cde-4a54-4695-b166-c074c3725871/shutterstock_222746445111000x675.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:53.3125rem;left:58.4375rem;display:block; }#hS4P5OJdITTawTMo2neM0N4MpZ4JTvto.adaptive-delivery-prevent-bg, #hS4P5OJdITTawTMo2neM0N4MpZ4JTvto.lazyload, #hS4P5OJdITTawTMo2neM0N4MpZ4JTvto.lazyloading { background-image: none; }
#nLX60kMFBBEhHReZcMup5UCGQ8lxmsXU { position:absolute;display:block;z-index:15064;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c827d16d-f048-45c2-899c-19f3ce2c0c37/RFMN_9.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:28.6875rem;left:20.9375rem;display:block; }#nLX60kMFBBEhHReZcMup5UCGQ8lxmsXU.adaptive-delivery-prevent-bg, #nLX60kMFBBEhHReZcMup5UCGQ8lxmsXU.lazyload, #nLX60kMFBBEhHReZcMup5UCGQ8lxmsXU.lazyloading { background-image: none; }
#pEFXnKakqOwZQqeluD6BbWy1vmOnRQ4z { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a3c40b73-6192-4731-aff7-0c0cf1445232/Glen2lowerflanks.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:4.0625rem;left:39.6875rem;display:block; }#pEFXnKakqOwZQqeluD6BbWy1vmOnRQ4z.adaptive-delivery-prevent-bg, #pEFXnKakqOwZQqeluD6BbWy1vmOnRQ4z.lazyload, #pEFXnKakqOwZQqeluD6BbWy1vmOnRQ4z.lazyloading { background-image: none; }
#lBeZn7EE0sIciTLD0C9pkVEM00lUEXon { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e9b35277-1ef3-4a25-80b2-3f71f0eb16d8/Semaglutide12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:4.0625rem;left:58.4375rem;display:block; }#lBeZn7EE0sIciTLD0C9pkVEM00lUEXon.adaptive-delivery-prevent-bg, #lBeZn7EE0sIciTLD0C9pkVEM00lUEXon.lazyload, #lBeZn7EE0sIciTLD0C9pkVEM00lUEXon.lazyloading { background-image: none; }
#U4CbkKVDOnQNGnxCOvV0SqSQQrFRtByu { position:absolute;display:block;z-index:15063;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e96b2dc7-2670-4bed-ae37-df82e9664531/Untitleddesign2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:28.75rem;left:2.1875rem;display:block; }#U4CbkKVDOnQNGnxCOvV0SqSQQrFRtByu.adaptive-delivery-prevent-bg, #U4CbkKVDOnQNGnxCOvV0SqSQQrFRtByu.lazyload, #U4CbkKVDOnQNGnxCOvV0SqSQQrFRtByu.lazyloading { background-image: none; }
#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c3b49f;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; }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row .container { background-color: transparent; background-image: none; }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row .container > .video-iframe-container { display: none; }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row > .video-iframe-container { display: none; }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .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); }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row .container { border-width: 0; border-radius: 0; }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#T2GHnLgfe2ehe4GlDzkRATtbrKPUckBg { color:#000000;display:block;width:75rem;position:absolute;font-family:ddot;font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:2.15625rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wZyL2WxJM7HJ3fTo44esBttq9OyyfFbt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(28,28,28,0.8);background-image:url("https://images.assets-landingi.com/uc/3bbc9085-4545-4db1-b70c-d23b3011318a/pexelsdidsss19900398.jpg");background-position:bottom left !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; }#wZyL2WxJM7HJ3fTo44esBttq9OyyfFbt.adaptive-delivery-prevent-bg, #wZyL2WxJM7HJ3fTo44esBttq9OyyfFbt.lazyload, #wZyL2WxJM7HJ3fTo44esBttq9OyyfFbt.lazyloading { background-image: none; }#wZyL2WxJM7HJ3fTo44esBttq9OyyfFbt > .row .container { background-color: transparent; background-image: none; }#wZyL2WxJM7HJ3fTo44esBttq9OyyfFbt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZyL2WxJM7HJ3fTo44esBttq9OyyfFbt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZyL2WxJM7HJ3fTo44esBttq9OyyfFbt > .row .container > .video-iframe-container { display: none; }#wZyL2WxJM7HJ3fTo44esBttq9OyyfFbt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZyL2WxJM7HJ3fTo44esBttq9OyyfFbt > .row > .video-iframe-container { display: none; }#wZyL2WxJM7HJ3fTo44esBttq9OyyfFbt > .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); }#wZyL2WxJM7HJ3fTo44esBttq9OyyfFbt > .row .container { border-width: 0; border-radius: 0; }#wZyL2WxJM7HJ3fTo44esBttq9OyyfFbt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wZyL2WxJM7HJ3fTo44esBttq9OyyfFbt > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#lsHJ0xedoGvK58w5qfp2a4uSZa3DqfM0 { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:optima;font-size:1rem;font-weight:400;z-index:15065;line-height:1.7;letter-spacing:0;top:17.1875rem;left:2.375rem;height:5.09911875rem;font-style:normal;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;display:block; }
#gVwdfvTO8U7az1e6xwcvlZdNTX3mpUzr { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:optima;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:28rem;left:23.09375rem;height:1.40625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WJCbz1fBXr6Lb5wcBFNNG7KJKRErHOgZ { background-color:#c3b49f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:optima;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:2.6875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:22.875rem;left:2.375rem;display:block; }
#DznWLHzSql6ltZkh0wZPqC2oucsDh3Uc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vCZPz8XWTGqEc9ZEALN0ezZfl7JRf7NX { 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:10rem;width:15.125rem;top:6.3125rem;left:2.5rem;overflow:hidden;display:block; }
#JMQbTg8kpE31BM8HxAMIzJUDCDQiBOpm { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:ddot;font-size:2.25rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:2.5625rem;left:2.5rem;height:3.82470625rem;font-style:normal;display:block; }
#kTT6wNkKdksGzmbELyVR5zNCvXe2IeAB { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:optima;font-size:1rem;font-weight:400;z-index:15066;line-height:1.7;letter-spacing:0;top:17.25rem;left:21.125rem;height:5.09911875rem;font-style:normal;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;display:block; }
#IEKJUG7WqS1TTn7gHsZZTAK6FSPTuIiB { background-color:#c3b49f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:optima;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:2.6875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:22.9375rem;left:21.125rem;display:block; }
#ytvVGyUTC6NczMQmeCfPygVzw80SuBSA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gfgxd3HGPkFHEaRSCykkpGqx1pryX8xQ { position:absolute;display:block;z-index:15006;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:10rem;width:15.125rem;top:6.375rem;left:21.125rem;overflow:hidden;display:block; }
#SbxxxUXyIOWhgJrlM6a5r13USRNTLNsN { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:ddot;font-size:2.25rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:2.625rem;left:21.125rem;height:3.82470625rem;font-style:normal;display:block; }
#vLzrl5ZysUW9UwQTJXaPgTqWMm2DzSEu { position:absolute;display:block;z-index:15009;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:10rem;width:15.125rem;top:6.3125rem;left:39.4375rem;overflow:hidden;display:block; }
#o88L9gU62q7a7xlvc7KsLJnN8HBdyHTG { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:ddot;font-size:2.25rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:2.5625rem;left:39.4375rem;height:3.82470625rem;font-style:normal;display:block; }
#KTG6mqWOhcBCm6o0frQsAxf98o3Lqxi7 { color:#ffffff;display:block;width:15.875rem;position:absolute;font-family:optima;font-size:1rem;font-weight:400;z-index:15067;line-height:1.7;letter-spacing:0;top:17.1875rem;left:39.4375rem;height:5.09911875rem;font-style:normal;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;display:block; }
#DVO9fAptVN3Cfylrv9gZBD9KIuwoAV0L { background-color:#c3b49f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:optima;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:2.6875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:22.875rem;left:39.4375rem;display:block; }
#n8ZSCcBOiipTVmsGHmRziDUIdTTgiVdd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#btFKPAybkN343KtiuVES90gHrWJwMZ7i { 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:10rem;width:15rem;top:6.3125rem;left:57.4375rem;overflow:hidden;display:block; }
#FLDUbaBqprgL1UVMKRy4vvA1grTkZaD6 { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:ddot;font-size:2.25rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:2.5625rem;left:57.4375rem;height:3.82470625rem;font-style:normal;display:block; }
#ACVliWIgczPtnJ5OirEEXgT2Cvy912Jn { position:absolute;display:block;z-index:15002;background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.8125rem;width:75rem;top:0rem;left:0rem;display:block; }
#P3vciSssGBuMPWLTFstMUIvsMpR88VLJ { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:optima;font-size:1rem;font-weight:400;z-index:15068;line-height:1.7;letter-spacing:0;top:17.18701171875rem;left:57.4375rem;height:5.09911875rem;font-style:normal;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;display:block; }
#RxObCTXT0QlDn6hHU8TiAOI9IG9GXoDB { background-color:#c3b49f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:optima;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:2.6875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:22.875rem;left:57.4375rem;display:block; }
#I2pbb7r4K9ilH334sUxlG4x4Sbcc99bR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F7KXolIwpUDATZTFtgH46ZEgKJNWqn0w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f1ea;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; }#F7KXolIwpUDATZTFtgH46ZEgKJNWqn0w > .row .container { background-color: transparent; background-image: none; }#F7KXolIwpUDATZTFtgH46ZEgKJNWqn0w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7KXolIwpUDATZTFtgH46ZEgKJNWqn0w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7KXolIwpUDATZTFtgH46ZEgKJNWqn0w > .row .container > .video-iframe-container { display: none; }#F7KXolIwpUDATZTFtgH46ZEgKJNWqn0w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7KXolIwpUDATZTFtgH46ZEgKJNWqn0w > .row > .video-iframe-container { display: none; }#F7KXolIwpUDATZTFtgH46ZEgKJNWqn0w > .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); }#F7KXolIwpUDATZTFtgH46ZEgKJNWqn0w > .row .container { border-width: 0; border-radius: 0; }#F7KXolIwpUDATZTFtgH46ZEgKJNWqn0w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F7KXolIwpUDATZTFtgH46ZEgKJNWqn0w > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:75rem;position:relative;display:block; }#AXxeFzrwkxe7lzxEGuAkfOIFUqwb0aaK { color:#000000;display:block;width:75rem;position:absolute;font-family:ddot;font-size:2.5rem;font-weight:400;z-index:15000;line-height:.9;letter-spacing:0;top:8rem;left:0rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zJkWMra88VSTwEuT92bsbkeri6v7BXXw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:3.625rem;left:42.625rem; }
#SCUDPeGKNbQFDsoSNtg1NJFU4R2xXkFy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37413125rem;width:2.37413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:3.625rem;left:39.6875rem; }
#r3XPviGTVcXlHX4T8udpgMKkRbblVgOi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37305rem;width:2.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:3.625rem;left:36.5625rem; }
#yPzMw7EtcZOTKHpMlvrRV4RJWTerX9LF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37305rem;width:2.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:3.625rem;left:33.4375rem; }
#NZHaZmzRRqTi2ydwtrZClPaiTSmdAaaZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37305rem;width:2.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:3.625rem;left:30.0625rem; }
#xhyOEQtMlrSBnqsBGMRx0LWA88RA08AE { color:#000000;display:block;width:55.9375rem;position:absolute;font-family:optima;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:11.3125rem;left:9.5625rem;height:8.999025rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WGSRhqLvbsvq0nS16NQpEtF1w8tacmqc { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:22.125rem;left:29.375rem;display:block; }
#uNwEQibodGLn9A933KXyu9LbRdiCxJs9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c3b49f;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; }#h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 > .row .container { background-color: transparent; background-image: none; }#h6LfGkg8gAORR1rFodW0q32WdDv2FAG9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 > .row .container > .video-iframe-container { display: none; }#h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 > .row > .video-iframe-container { display: none; }#h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 > .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); }#h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 > .row .container { border-width: 0; border-radius: 0; }#h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;position:relative;display:block; }#fvEfJTHb9CRyLXAlPsP2VHEE8UGTL1S1 { position:absolute;display:block;z-index:15038;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:56.9375rem;top:1.9375rem;left:9rem;display:block; }
#Uwl4z72tAC0bGRMfqNP4S8DoInlRUfv5 { position:absolute;display:block;z-index:15039;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:56.9375rem;top:14.5625rem;left:9.0625rem;display:block; }
#TOaBNgTGTC9CcAdNmeoeuJLNp00d92lS { color:#000000;display:block;width:74.5rem;position:absolute;font-family:optima;font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:3.25rem;left:0rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q0R29DbDBewgPwpeKBd0FEp0XqWcx6mt { color:#000000;display:block;width:75rem;position:absolute;font-family:ddot;font-size:3.375rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:5.8125rem;left:0rem;height:4.04980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TFU6tlMGnFOoMZth1SHr3PUra4eRSK0p { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#c3b49f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:optima;font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:9.8623046875rem;left:28.5625rem;display:block; }
#BgfK3ACyGAD1XKNk9BEUhkZJyVxphKkZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs { position:relative;display:block; }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs { background-color: transparent; background-image: none; }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .row .container > .video-iframe-container { display: none; }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .row > .video-iframe-container { display: none; }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .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); }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs { border-width: 0; border-radius: 0; }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .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; }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .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:5.125rem;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; }#c980eef55349770191306df3796dfc81 { 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.375rem;width:10.5rem;top:1.375rem;left:1.625rem;overflow:hidden;display:block; }
#I1hMhTx2T1HVsgfUyS6FpvWgMIuGRqHF { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:1.5625rem;left:65.1875rem; }
#I1hMhTx2T1HVsgfUyS6FpvWgMIuGRqHF > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#VCuOGLXV5fECsHMCD7uNXlrITvuWMQQh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.5625rem;left:68.5rem; }
#VCuOGLXV5fECsHMCD7uNXlrITvuWMQQh > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#bMTpDA5ETxKRHl3puiT9iC5vQMxT7I2L { color:#000000;display:block;width:75rem;position:absolute;font-family:optima;font-size:0.625rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:2.15625rem;left:0rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L { display:block; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2c1f1d34c10fab9a9694a359f9d5305 { top:1.875rem;left:0rem;width:12.5625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCqouzeTgDPqZ8LuovrIo2y4Ha4WaMb5 { width:10.375rem;height:3.375rem;top:1.375rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3lH3wzAD0iXdOutKTN99dPVJcpmcTQG { display:block; }
 }@media only screen and (max-width: 763px) { #n2O4Q5z3kGgCelJPc53vPstXkBlPypgz { display:block; }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVckpa3VwDu0dmQg8c3UWNUQCXEZ1T5w { top:0.375rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 { display:block; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vml39ys0crsZv2xODRNy5A7yObtVUdDE { top:11.5625rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iToA5ANMlukDrCbBnHnUPNboTxbpLrNa { top:15.75rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7f1HchUpedLo7P6TJBn07Q5G1LPEKgK { top:21.3125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSWvx39f3XD6zZG01nqNbGlw5ZbkrKiU { width:10.9375rem;height:0.1875rem;top:24.9375rem;left:18.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yU0hrkMc7S1cgsRVuinREHFTS4oXN7yv { top:26.4375rem;left:5.1875rem;width:37.4375rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wytEye2snlsakBVVETURXWqOu3u9eTmG { display:block; }#wytEye2snlsakBVVETURXWqOu3u9eTmG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTZBSxLD9fs1nBXJgMwEbt9BAinWR1ba { width:31.625rem;height:4.5rem;top:2.25rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt5yDstaG215hn2gJrdyABQvikBwUy0e { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1pzRTReOoxTurpWFICPas2rhrLzn33W { display:block; }
 }@media only screen and (max-width: 763px) { #HV5lNCw6vgo5LrtpdNp2BNXKpcRgsUnV { display:block; }#HV5lNCw6vgo5LrtpdNp2BNXKpcRgsUnV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1DdzLd2NaMnhvJ0WMbmBTePD90nEuJV { top:1.4375rem;left:0rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgWFp4Z3zfbLhrAVmXno0BIBIvCOTnou { top:2rem;left:0rem;width:12.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkcloMvtxQEmWzXup8U0XM0K8UaxDWss { top:4.0625rem;left:9.5rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rN4621xdZPcq0xq4DXyC83pql8pT8XgU { top:2rem;left:10.1875rem;width:13.6875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSvVwepK8M2CqdZac6mBHRA35xnwwZsx { top:1.4375rem;left:9.5rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd1gLdg7swJ56v8F5C8NBQTn8FLVcqrc { top:1.4375rem;left:21.4375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #twG2hgAKnhOM1y31b64GK2RdCbbz8TNh { top:2rem;left:21.9375rem;width:13.875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqHRrcK9ZXUb9VmpvhNbh4vTOC3mFLzd { top:53.3125rem;left:0rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5SwtJh209VOTkTlnX6BU0Se1lDIb9Fe { top:1.4375rem;left:33.375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #imSqmVwtDOzkNbWoplCcpxBysCWhqx5T { top:2rem;left:33.6875rem;width:14.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1VfKDldciyUagC9HTF6hpgsr9xMvBxT { top:4.0625rem;left:0rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUQtaMSIVLQ2AAUDqrIPkD1AW4Zon2e5 { top:26.125rem;left:0rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDLOS2v1gsx7v1bsnPqu4bDd5Uxwsi2s { top:26.6875rem;left:0rem;width:13.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMGqclxQzUsKoTa2Xpk7NM3mn1X23R75 { top:26.125rem;left:9.5rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm75gAJzT9FOxEA15On9iIe9JPHpGBdR { top:26.125rem;left:21.4375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPmbXCEVXbndTLkrc7LrtPnBDrwWmikK { top:26.25rem;left:21.6875rem;width:14.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgTIiQA4N2EJL6iXNyezVTSprrLsHlTi { top:26.125rem;left:33.375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMxJsyZ777hLXVQbKmL8ible9Prk3NSA { top:26.6875rem;left:9.9375rem;width:13.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IweQMhp05iM7bG2ynUtw7kJfgSUnSw0D { top:50.6875rem;left:0rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnFdgEXZb2InxJuKZVc5bmPmbE8aUBs9 { top:51.25rem;left:0rem;width:14.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig0SJuMhcshQX9K9cOSdnTqQ4MHyN3o4 { top:50.6875rem;left:9.5rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vw0mCc8e3NucRdsIBpo2yQo8bfsv7FBo { top:51.25rem;left:9.9375rem;width:13.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4621NTKhS0hQvOpPpenJi7E9n5ppu6B { top:50.6875rem;left:21.4375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w24uRUc8eptfGRZ7uS7uhdQCv8aDIEk1 { top:51.25rem;left:22rem;width:13.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEwLJxiqyzb5DkuqckCKwGbHTmnPIBrO { top:50.6875rem;left:33.375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlUSyEmsRQ9z6uGVIrklymaheWbTtGvw { top:28.75rem;left:33.375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuLvglR820Er6gF7yOmNOsrnayBDabPT { top:51.25rem;left:34.9375rem;width:12.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOhVe5p0yetK0Xb34Gg7BDI7q9CwlD6T { top:28.75rem;left:21.4375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wATDODLDc3g9k6TSs0ZyEKy2kQyaIlt3 { top:22.125rem;left:0rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsLo5FoxTu8Ro81qSiJPyPBXqIhcu4mF { top:22.1875rem;left:0rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owd2PAWzhfqWNzsqGO0xCNH9RzA2uPyB { top:23.5rem;left:0rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZcGzEM765cbZCkxg2oMcaLTTqrJloUi { top:22.4375rem;left:0rem;width:13.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifA8vUVB0oPTFNvshTpwvTe1y05w2TCi { top:22.125rem;left:9.5rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGI7ekzRgLXadRKN7LfMWb1IRbac9Bml { top:23.4375rem;left:10.125rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS3WcEQPxbJJGC1eUgiJ7aTbTglv17t7 { top:22.375rem;left:10.125rem;width:13.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #efsTOT8Aeq7CPFpM2EeW27GROK6RePEH { top:22.125rem;left:21.4375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVWCvNyAu4NtrqELw8DLorOuIImXgJzb { top:22.375rem;left:22.5625rem;width:13.25rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAIcDUT4cIQaTIpDNx5ZOVUVF7nNBiq7 { top:22.125rem;left:33.375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sohCp11dXSurTbFikHxxNbz84dG7J1KS { top:22.375rem;left:35.625rem;width:12.125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHHmc4pVvbTCDGT4dhdK2vFfIFxDlGff { top:46.8125rem;left:0rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRIH3XTX353JhtOHycVzuXtGUocnttqg { top:47.0625rem;left:0rem;width:14.1875rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNkvA66puL2FDJCMQeJmGimoKf6dfhKx { top:46.8125rem;left:9.5rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnwG8b6UefbUTMqI3gTHmyHmSIBeZum1 { top:48.125rem;left:10.125rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir0elWqONQCuSa7nhNhoV0wZOGdWwuib { top:47.0625rem;left:10.125rem;width:13.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9m5UkMt86ZTBX927D0TVMBZKvzNvVk9 { top:46.8125rem;left:21.4375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQAdcxmudrI5vIG7zQTVUqgCkRh29ano { top:48.125rem;left:22.0625rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVPaEmet1Xau7hdxFGrRHXZ7kwqEidKh { top:47.0625rem;left:22.0625rem;width:13.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0AebW82wZyCbdUAB1vQxfplgwOnVsQt { top:26.25rem;left:34.5rem;width:13.25rem;height:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa1SNQnCdXHL3WZ9L80e1govJ8HktPDQ { top:46.8125rem;left:33.375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVBXebMaRquTofLZk248SIvVHlB91FhV { top:48.125rem;left:34rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUVXzyRHXGbvTKt51gToF4lXiklaQlFx { top:47.0625rem;left:34rem;width:13.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzMqsicErSTFPUXsvxdfyyJdTtPH5V60 { top:71.375rem;left:0rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWh161dTqZkKCcFlCM3wSw3qzH9gWFtM { top:72.6875rem;left:0rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGm3TmVP4nd9NB8sgy3nni69zWde1IuP { top:71.625rem;left:0rem;width:13.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftaytLxyzLNB3mZesmrgMVbHuHt5iTeI { top:71.375rem;left:9.5rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIgUak2O8ALXN61eI4xKD2ktlF8mh1xV { top:71.625rem;left:9.8125rem;width:14.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5WhXOZgzDaMcNoI9coCbhz428OPunVc { top:72.6875rem;left:9.8125rem;width:14.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vv7pWMdnTO8sfwMHAy0VwZTLez0o83QP { top:71.375rem;left:33.375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODcpZ5UucTgedXMkyG7IhQpUHmLwCeTn { top:72.6875rem;left:34rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvv8MsFUkS7cW1HMTUbFzwwTTc4fT6Dw { top:71.625rem;left:33.6875rem;width:14.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rK5WwMu3gWmXgQp4ChCOfcgPBcUqyGKt { top:71.375rem;left:21.4375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEmSFDDdFJZ7Qqi4ZRJzRxsrCyCubUwa { top:72.6875rem;left:22.0625rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgvAXN4BJxqdWFE4RBBcHcMrVKIpmqyU { top:71.625rem;left:21.75rem;width:14.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGHeO4A3kymAM7fmTII4kmMh4CR573JR { top:53.3125rem;left:21.4375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuMmLFR3qZtwtwHxiZLPpwygX9pDyOvB { top:53.3125rem;left:9.5rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS4P5OJdITTawTMo2neM0N4MpZ4JTvto { top:53.3125rem;left:33.375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLX60kMFBBEhHReZcMup5UCGQ8lxmsXU { top:28.6875rem;left:9.5rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEFXnKakqOwZQqeluD6BbWy1vmOnRQ4z { top:4.0625rem;left:21.4375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBeZn7EE0sIciTLD0C9pkVEM00lUEXon { top:4.0625rem;left:33.375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4CbkKVDOnQNGnxCOvV0SqSQQrFRtByu { top:28.75rem;left:0rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuwuKkUd1RqIEangfN7xyHCmBd7cueGh { display:block; }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2GHnLgfe2ehe4GlDzkRATtbrKPUckBg { width:47.75rem;height:;top:2.125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZyL2WxJM7HJ3fTo44esBttq9OyyfFbt { display:block; }#wZyL2WxJM7HJ3fTo44esBttq9OyyfFbt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lsHJ0xedoGvK58w5qfp2a4uSZa3DqfM0 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVwdfvTO8U7az1e6xwcvlZdNTX3mpUzr { width:28.8125rem;height:1.375rem;top:28rem;left:9.46875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJCbz1fBXr6Lb5wcBFNNG7KJKRErHOgZ { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DznWLHzSql6ltZkh0wZPqC2oucsDh3Uc { display:block; }
 }@media only screen and (max-width: 763px) { #vCZPz8XWTGqEc9ZEALN0ezZfl7JRf7NX { top:6.3125rem;left:0rem;width:15.125rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMQbTg8kpE31BM8HxAMIzJUDCDQiBOpm { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTT6wNkKdksGzmbELyVR5zNCvXe2IeAB { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEKJUG7WqS1TTn7gHsZZTAK6FSPTuIiB { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytvVGyUTC6NczMQmeCfPygVzw80SuBSA { display:block; }
 }@media only screen and (max-width: 763px) { #Gfgxd3HGPkFHEaRSCykkpGqx1pryX8xQ { top:6.375rem;left:7.5rem;width:15.125rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbxxxUXyIOWhgJrlM6a5r13USRNTLNsN { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLzrl5ZysUW9UwQTJXaPgTqWMm2DzSEu { top:6.3125rem;left:25.8125rem;width:15.125rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #o88L9gU62q7a7xlvc7KsLJnN8HBdyHTG { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTG6mqWOhcBCm6o0frQsAxf98o3Lqxi7 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVO9fAptVN3Cfylrv9gZBD9KIuwoAV0L { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8ZSCcBOiipTVmsGHmRziDUIdTTgiVdd { display:block; }
 }@media only screen and (max-width: 763px) { #btFKPAybkN343KtiuVES90gHrWJwMZ7i { top:6.3125rem;left:32.625rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLDUbaBqprgL1UVMKRy4vvA1grTkZaD6 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACVliWIgczPtnJ5OirEEXgT2Cvy912Jn { width:47.75rem;height:20rem;top:25rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3vciSssGBuMPWLTFstMUIvsMpR88VLJ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxObCTXT0QlDn6hHU8TiAOI9IG9GXoDB { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2pbb7r4K9ilH334sUxlG4x4Sbcc99bR { display:block; }
 }@media only screen and (max-width: 763px) { #F7KXolIwpUDATZTFtgH46ZEgKJNWqn0w { display:block; }#F7KXolIwpUDATZTFtgH46ZEgKJNWqn0w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXxeFzrwkxe7lzxEGuAkfOIFUqwb0aaK { width:47.75rem;height:2.25rem;top:8rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJkWMra88VSTwEuT92bsbkeri6v7BXXw { top:3.625rem;left:29rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCUDPeGKNbQFDsoSNtg1NJFU4R2xXkFy { top:3.625rem;left:26.0625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3XPviGTVcXlHX4T8udpgMKkRbblVgOi { top:3.625rem;left:22.9375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPzMw7EtcZOTKHpMlvrRV4RJWTerX9LF { top:3.625rem;left:19.8125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZHaZmzRRqTi2ydwtrZClPaiTSmdAaaZ { top:3.625rem;left:16.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhyOEQtMlrSBnqsBGMRx0LWA88RA08AE { width:47.75rem;height:8.9375rem;top:11.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGSRhqLvbsvq0nS16NQpEtF1w8tacmqc { width:16.25rem;height:2.5625rem;top:22.125rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNwEQibodGLn9A933KXyu9LbRdiCxJs9 { display:block; }
 }@media only screen and (max-width: 763px) { #h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 { display:block; }#h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fvEfJTHb9CRyLXAlPsP2VHEE8UGTL1S1 { width:47.75rem;height:0.1875rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uwl4z72tAC0bGRMfqNP4S8DoInlRUfv5 { width:47.75rem;height:0.1875rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOaBNgTGTC9CcAdNmeoeuJLNp00d92lS { width:47.75rem;height:1.875rem;top:3.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0R29DbDBewgPwpeKBd0FEp0XqWcx6mt { top:5.8125rem;left:0rem;width:47.75rem;height:4rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFU6tlMGnFOoMZth1SHr3PUra4eRSK0p { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgfK3ACyGAD1XKNk9BEUhkZJyVxphKkZ { display:block; }
 }@media only screen and (max-width: 763px) { #BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs { display:block; }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c980eef55349770191306df3796dfc81 { top:1.375rem;left:0rem;width:10.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1hMhTx2T1HVsgfUyS6FpvWgMIuGRqHF { top:1.5625rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#I1hMhTx2T1HVsgfUyS6FpvWgMIuGRqHF > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #VCuOGLXV5fECsHMCD7uNXlrITvuWMQQh { top:1.5625rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#VCuOGLXV5fECsHMCD7uNXlrITvuWMQQh > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #bMTpDA5ETxKRHl3puiT9iC5vQMxT7I2L { top:2.125rem;left:0rem;width:47.75rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L { background-color:#141414;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container { background-color: transparent; background-image: none; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container > .video-iframe-container { display: none; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row > .video-iframe-container { display: none; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .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); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container { border-width: 0; border-radius: 0; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2c1f1d34c10fab9a9694a359f9d5305 { width:10.625rem;height:2.375rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCqouzeTgDPqZ8LuovrIo2y4Ha4WaMb5 { width:6.875rem;height:2.3125rem;top:1.6875rem;left:13.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3lH3wzAD0iXdOutKTN99dPVJcpmcTQG { display:block; }
 }@media only screen and (max-width: 763px) { #n2O4Q5z3kGgCelJPc53vPstXkBlPypgz { display:block; }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVckpa3VwDu0dmQg8c3UWNUQCXEZ1T5w { width:20rem;height:1.6875rem;top:0.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6cfd6506-45cb-40c2-a9ea-70665be02d6f/shutterstock_1556752790.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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;display:block; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0.adaptive-delivery-prevent-bg, #ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0.lazyload, #ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0.lazyloading { background-image: none; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container { background-color: transparent; background-image: none; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container > .video-iframe-container { display: none; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row > .video-iframe-container { display: none; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .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); }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container { border-width: 0; border-radius: 0; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0::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; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vml39ys0crsZv2xODRNy5A7yObtVUdDE { width:20rem;height:1.6875rem;top:6.8125rem;left:0rem;font-size:1.6875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iToA5ANMlukDrCbBnHnUPNboTxbpLrNa { width:19.6875rem;height:1.6875rem;top:8.625rem;left:0.1875rem;font-size:1.6875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h7f1HchUpedLo7P6TJBn07Q5G1LPEKgK { width:19.8125rem;height:1.21875rem;top:10.9375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZSWvx39f3XD6zZG01nqNbGlw5ZbkrKiU { width:10.9375rem;height:0.1875rem;top:12.875rem;left:4.5625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #yU0hrkMc7S1cgsRVuinREHFTS4oXN7yv { width:20rem;height:1.21875rem;top:13.875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wytEye2snlsakBVVETURXWqOu3u9eTmG { display:block; }#wytEye2snlsakBVVETURXWqOu3u9eTmG > .row .container { width:20rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTZBSxLD9fs1nBXJgMwEbt9BAinWR1ba { width:20rem;height:2.17480625rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Qt5yDstaG215hn2gJrdyABQvikBwUy0e { width:13.25rem;height:3.3125rem;top:4.4375rem;left:3.375rem;z-index:15039;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1pzRTReOoxTurpWFICPas2rhrLzn33W { display:block; }
 }@media only screen and (max-width: 763px) { #HV5lNCw6vgo5LrtpdNp2BNXKpcRgsUnV { display:block; }#HV5lNCw6vgo5LrtpdNp2BNXKpcRgsUnV > .row .container { width:20rem;height:292.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1DdzLd2NaMnhvJ0WMbmBTePD90nEuJV { width:14.375rem;height:2.625rem;top:1.1875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgWFp4Z3zfbLhrAVmXno0BIBIvCOTnou { width:13.9375rem;height:1.4624rem;top:1.875rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RkcloMvtxQEmWzXup8U0XM0K8UaxDWss { width:14.375rem;height:18.125rem;top:52.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rN4621xdZPcq0xq4DXyC83pql8pT8XgU { width:13.125rem;height:1.4624rem;top:50.3125rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSvVwepK8M2CqdZac6mBHRA35xnwwZsx { width:14.375rem;height:2.625rem;top:49.625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd1gLdg7swJ56v8F5C8NBQTn8FLVcqrc { width:14.375rem;height:2.625rem;top:98.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #twG2hgAKnhOM1y31b64GK2RdCbbz8TNh { width:13.75rem;height:1.4624rem;top:26.125rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zqHRrcK9ZXUb9VmpvhNbh4vTOC3mFLzd { width:14.375rem;height:18.125rem;top:76.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5SwtJh209VOTkTlnX6BU0Se1lDIb9Fe { width:14.375rem;height:2.625rem;top:25.4375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imSqmVwtDOzkNbWoplCcpxBysCWhqx5T { width:13.375rem;height:1.4624rem;top:99.0625rem;left:3.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O1VfKDldciyUagC9HTF6hpgsr9xMvBxT { width:14.375rem;height:18.125rem;top:3.8125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUQtaMSIVLQ2AAUDqrIPkD1AW4Zon2e5 { width:14.375rem;height:2.625rem;top:147.0625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDLOS2v1gsx7v1bsnPqu4bDd5Uxwsi2s { width:13.9375rem;height:1.4624rem;top:171.8125rem;left:3rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tMGqclxQzUsKoTa2Xpk7NM3mn1X23R75 { width:14.375rem;height:2.625rem;top:268.4375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm75gAJzT9FOxEA15On9iIe9JPHpGBdR { width:14.375rem;height:2.625rem;top:219.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPmbXCEVXbndTLkrc7LrtPnBDrwWmikK { width:14.3125rem;height:2.5996125rem;top:147.1875rem;left:2.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tgTIiQA4N2EJL6iXNyezVTSprrLsHlTi { width:14.375rem;height:2.625rem;top:171.1875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMxJsyZ777hLXVQbKmL8ible9Prk3NSA { width:13.9375rem;height:1.4624rem;top:268.9375rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IweQMhp05iM7bG2ynUtw7kJfgSUnSw0D { width:14.375rem;height:2.625rem;top:244.125rem;left:2.8125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #UnFdgEXZb2InxJuKZVc5bmPmbE8aUBs9 { width:14.125rem;height:1.4624rem;top:74.625rem;left:2.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ig0SJuMhcshQX9K9cOSdnTqQ4MHyN3o4 { width:14.375rem;height:2.625rem;top:195.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vw0mCc8e3NucRdsIBpo2yQo8bfsv7FBo { width:13.9375rem;height:1.4624rem;top:195.8125rem;left:3rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s4621NTKhS0hQvOpPpenJi7E9n5ppu6B { width:14.375rem;height:2.625rem;top:73.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w24uRUc8eptfGRZ7uS7uhdQCv8aDIEk1 { width:13.8125rem;height:1.4624rem;top:220.25rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OEwLJxiqyzb5DkuqckCKwGbHTmnPIBrO { width:14.375rem;height:2.625rem;top:122.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlUSyEmsRQ9z6uGVIrklymaheWbTtGvw { width:14.375rem;height:18.125rem;top:246.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuLvglR820Er6gF7yOmNOsrnayBDabPT { width:12.8125rem;height:1.4624rem;top:123.1875rem;left:3.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yOhVe5p0yetK0Xb34Gg7BDI7q9CwlD6T { width:14.375rem;height:18.125rem;top:149.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wATDODLDc3g9k6TSs0ZyEKy2kQyaIlt3 { width:14.375rem;height:2.625rem;top:21.9375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsLo5FoxTu8Ro81qSiJPyPBXqIhcu4mF { width:14.375rem;height:2.625rem;top:244.0625rem;left:2.8125rem;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Owd2PAWzhfqWNzsqGO0xCNH9RzA2uPyB { width:13.75rem;height:0.9746125rem;top:23.3125rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nZcGzEM765cbZCkxg2oMcaLTTqrJloUi { width:13.75rem;height:1.13720625rem;top:22.1875rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #ifA8vUVB0oPTFNvshTpwvTe1y05w2TCi { width:14.375rem;height:2.625rem;top:70.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGI7ekzRgLXadRKN7LfMWb1IRbac9Bml { width:13.75rem;height:0.9746125rem;top:71.6875rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kS3WcEQPxbJJGC1eUgiJ7aTbTglv17t7 { width:13.75rem;height:1.13720625rem;top:70.625rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #efsTOT8Aeq7CPFpM2EeW27GROK6RePEH { width:14.375rem;height:2.625rem;top:46.125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVWCvNyAu4NtrqELw8DLorOuIImXgJzb { width:13.25rem;height:2.2744125rem;top:46.4375rem;left:3.375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #lAIcDUT4cIQaTIpDNx5ZOVUVF7nNBiq7 { width:14.375rem;height:2.625rem;top:119.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sohCp11dXSurTbFikHxxNbz84dG7J1KS { width:12.125rem;height:2.2744125rem;top:119.25rem;left:3.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #vHHmc4pVvbTCDGT4dhdK2vFfIFxDlGff { width:14.375rem;height:2.625rem;top:191.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRIH3XTX353JhtOHycVzuXtGUocnttqg { width:14.1875rem;height:2.11230625rem;top:191.9375rem;left:2.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #rNkvA66puL2FDJCMQeJmGimoKf6dfhKx { width:14.375rem;height:2.625rem;top:289.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnwG8b6UefbUTMqI3gTHmyHmSIBeZum1 { width:13.75rem;height:0.9746125rem;top:290.375rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ir0elWqONQCuSa7nhNhoV0wZOGdWwuib { width:13.75rem;height:1.13720625rem;top:289.3125rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #J9m5UkMt86ZTBX927D0TVMBZKvzNvVk9 { width:14.375rem;height:2.625rem;top:167.8125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQAdcxmudrI5vIG7zQTVUqgCkRh29ano { width:13.75rem;height:0.9746125rem;top:169.125rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xVPaEmet1Xau7hdxFGrRHXZ7kwqEidKh { width:13.75rem;height:1.13720625rem;top:168.0625rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #x0AebW82wZyCbdUAB1vQxfplgwOnVsQt { width:13.25rem;height:2.76171875rem;top:244.0625rem;left:3.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qa1SNQnCdXHL3WZ9L80e1govJ8HktPDQ { width:14.375rem;height:2.625rem;top:264.8125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVBXebMaRquTofLZk248SIvVHlB91FhV { width:13.75rem;height:0.9746125rem;top:266.125rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GUVXzyRHXGbvTKt51gToF4lXiklaQlFx { width:13.75rem;height:1.13720625rem;top:265.0625rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #MzMqsicErSTFPUXsvxdfyyJdTtPH5V60 { width:14.375rem;height:2.625rem;top:94.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWh161dTqZkKCcFlCM3wSw3qzH9gWFtM { width:13.75rem;height:0.9746125rem;top:96rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EGm3TmVP4nd9NB8sgy3nni69zWde1IuP { width:13.75rem;height:1.13720625rem;top:94.9375rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #ftaytLxyzLNB3mZesmrgMVbHuHt5iTeI { width:14.375rem;height:2.625rem;top:215.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIgUak2O8ALXN61eI4xKD2ktlF8mh1xV { width:14.0625rem;height:1.05615rem;top:216.1875rem;left:3rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #q5WhXOZgzDaMcNoI9coCbhz428OPunVc { width:14.0625rem;height:1.05615rem;top:217.25rem;left:3rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #vv7pWMdnTO8sfwMHAy0VwZTLez0o83QP { width:14.375rem;height:2.625rem;top:143.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODcpZ5UucTgedXMkyG7IhQpUHmLwCeTn { width:13.75rem;height:0.9746125rem;top:144.6875rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mvv8MsFUkS7cW1HMTUbFzwwTTc4fT6Dw { width:14.0625rem;height:1.13720625rem;top:143.625rem;left:3rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #rK5WwMu3gWmXgQp4ChCOfcgPBcUqyGKt { width:14.375rem;height:2.625rem;top:240.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEmSFDDdFJZ7Qqi4ZRJzRxsrCyCubUwa { width:13.75rem;height:0.9746125rem;top:241.5625rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UgvAXN4BJxqdWFE4RBBcHcMrVKIpmqyU { width:14.0625rem;height:1.13720625rem;top:240.5rem;left:3rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #fGHeO4A3kymAM7fmTII4kmMh4CR573JR { width:14.375rem;height:18.125rem;top:222.125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuMmLFR3qZtwtwHxiZLPpwygX9pDyOvB { width:14.375rem;height:18.125rem;top:197.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS4P5OJdITTawTMo2neM0N4MpZ4JTvto { width:14.375rem;height:18.125rem;top:125.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLX60kMFBBEhHReZcMup5UCGQ8lxmsXU { width:14.375rem;height:18.125rem;top:271rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEFXnKakqOwZQqeluD6BbWy1vmOnRQ4z { width:14.375rem;height:18.125rem;top:28.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBeZn7EE0sIciTLD0C9pkVEM00lUEXon { width:14.375rem;height:18.125rem;top:101rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4CbkKVDOnQNGnxCOvV0SqSQQrFRtByu { width:14.375rem;height:18.125rem;top:173.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuwuKkUd1RqIEangfN7xyHCmBd7cueGh { display:block; }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2GHnLgfe2ehe4GlDzkRATtbrKPUckBg { width:20rem;height:4.5rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wZyL2WxJM7HJ3fTo44esBttq9OyyfFbt { background-color:rgba(28,28,28,0.8);background-image:url("https://images.assets-landingi.com/uc/3bbc9085-4545-4db1-b70c-d23b3011318a/pexelsdidsss19900398.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#wZyL2WxJM7HJ3fTo44esBttq9OyyfFbt.adaptive-delivery-prevent-bg, #wZyL2WxJM7HJ3fTo44esBttq9OyyfFbt.lazyload, #wZyL2WxJM7HJ3fTo44esBttq9OyyfFbt.lazyloading { background-image: none; }#wZyL2WxJM7HJ3fTo44esBttq9OyyfFbt > .row .container { background-color: transparent; background-image: none; }#wZyL2WxJM7HJ3fTo44esBttq9OyyfFbt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZyL2WxJM7HJ3fTo44esBttq9OyyfFbt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZyL2WxJM7HJ3fTo44esBttq9OyyfFbt > .row .container > .video-iframe-container { display: none; }#wZyL2WxJM7HJ3fTo44esBttq9OyyfFbt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZyL2WxJM7HJ3fTo44esBttq9OyyfFbt > .row > .video-iframe-container { display: none; }#wZyL2WxJM7HJ3fTo44esBttq9OyyfFbt > .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); }#wZyL2WxJM7HJ3fTo44esBttq9OyyfFbt > .row .container { width:20rem;height:111.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lsHJ0xedoGvK58w5qfp2a4uSZa3DqfM0 { width:19.6875rem;height:3.3994125rem;top:18.1240234375rem;left:0.15625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gVwdfvTO8U7az1e6xwcvlZdNTX3mpUzr { width:18.8125rem;height:1.125rem;top:108.39697265625rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJCbz1fBXr6Lb5wcBFNNG7KJKRErHOgZ { width:14rem;height:2.6875rem;top:22.33544921875rem;left:3rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #DznWLHzSql6ltZkh0wZPqC2oucsDh3Uc { display:block; }
 }@media only screen and (max-width: 763px) { #vCZPz8XWTGqEc9ZEALN0ezZfl7JRf7NX { width:20rem;height:13.25rem;top:4.23681640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMQbTg8kpE31BM8HxAMIzJUDCDQiBOpm { width:20rem;height:2.54980625rem;top:1.7490234375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kTT6wNkKdksGzmbELyVR5zNCvXe2IeAB { width:19.875rem;height:3.3994125rem;top:44.3994140625rem;left:0.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IEKJUG7WqS1TTn7gHsZZTAK6FSPTuIiB { width:14rem;height:2.6875rem;top:48.4453125rem;left:3rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #ytvVGyUTC6NczMQmeCfPygVzw80SuBSA { display:block; }
 }@media only screen and (max-width: 763px) { #Gfgxd3HGPkFHEaRSCykkpGqx1pryX8xQ { width:19.875rem;height:13.25rem;top:30.43701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbxxxUXyIOWhgJrlM6a5r13USRNTLNsN { width:20rem;height:2.54980625rem;top:27.88720703125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vLzrl5ZysUW9UwQTJXaPgTqWMm2DzSEu { width:19.875rem;height:13.1875rem;top:56.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o88L9gU62q7a7xlvc7KsLJnN8HBdyHTG { width:20rem;height:2.54980625rem;top:53.7626953125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KTG6mqWOhcBCm6o0frQsAxf98o3Lqxi7 { width:18rem;height:5.09911875rem;top:70.435546875rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DVO9fAptVN3Cfylrv9gZBD9KIuwoAV0L { width:14rem;height:2.6875rem;top:76.2578125rem;left:3rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #n8ZSCcBOiipTVmsGHmRziDUIdTTgiVdd { display:block; }
 }@media only screen and (max-width: 763px) { #btFKPAybkN343KtiuVES90gHrWJwMZ7i { width:20rem;height:13.25rem;top:84.099609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLDUbaBqprgL1UVMKRy4vvA1grTkZaD6 { width:20rem;height:2.54980625rem;top:81.5498046875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ACVliWIgczPtnJ5OirEEXgT2Cvy912Jn { width:20rem;height:111.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3vciSssGBuMPWLTFstMUIvsMpR88VLJ { width:18.3125rem;height:5.09911875rem;top:98.2841796875rem;left:0.84375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RxObCTXT0QlDn6hHU8TiAOI9IG9GXoDB { width:14rem;height:2.6875rem;top:103.9453125rem;left:3rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #I2pbb7r4K9ilH334sUxlG4x4Sbcc99bR { display:block; }
 }@media only screen and (max-width: 763px) { #F7KXolIwpUDATZTFtgH46ZEgKJNWqn0w { display:block; }#F7KXolIwpUDATZTFtgH46ZEgKJNWqn0w > .row .container { width:20rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXxeFzrwkxe7lzxEGuAkfOIFUqwb0aaK { width:19.0625rem;height:2.0625rem;top:4.9375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zJkWMra88VSTwEuT92bsbkeri6v7BXXw { display:flex;width:1.5625rem;height:1.5625rem;top:2.125rem;left:13.75rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #SCUDPeGKNbQFDsoSNtg1NJFU4R2xXkFy { display:flex;width:1.5625rem;height:1.5625rem;top:2.125rem;left:11.5rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #r3XPviGTVcXlHX4T8udpgMKkRbblVgOi { display:flex;width:1.5625rem;height:1.5625rem;top:2.125rem;left:9.1875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #yPzMw7EtcZOTKHpMlvrRV4RJWTerX9LF { display:flex;width:1.5625rem;height:1.5625rem;top:2.125rem;left:6.9375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #NZHaZmzRRqTi2ydwtrZClPaiTSmdAaaZ { display:flex;width:1.5625rem;height:1.5625rem;top:2.125rem;left:4.75rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #xhyOEQtMlrSBnqsBGMRx0LWA88RA08AE { width:19.125rem;height:15rem;top:7.625rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGSRhqLvbsvq0nS16NQpEtF1w8tacmqc { width:16.25rem;height:2.5625rem;top:23.5rem;left:1.875rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNwEQibodGLn9A933KXyu9LbRdiCxJs9 { display:block; }
 }@media only screen and (max-width: 763px) { #h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 { display:block; }#h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fvEfJTHb9CRyLXAlPsP2VHEE8UGTL1S1 { width:20rem;height:0.1875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uwl4z72tAC0bGRMfqNP4S8DoInlRUfv5 { width:20rem;height:0.1875rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOaBNgTGTC9CcAdNmeoeuJLNp00d92lS { width:20rem;height:1.125rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0R29DbDBewgPwpeKBd0FEp0XqWcx6mt { width:20rem;height:3.875rem;top:3.625rem;left:0rem;font-size:1.9375rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TFU6tlMGnFOoMZth1SHr3PUra4eRSK0p { width:17.875rem;height:3.75rem;top:7.75rem;left:1.0625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #BgfK3ACyGAD1XKNk9BEUhkZJyVxphKkZ { display:block; }
 }@media only screen and (max-width: 763px) { #BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs { display:block; }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c980eef55349770191306df3796dfc81 { width:8.6875rem;height:1.8125rem;top:1.125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1hMhTx2T1HVsgfUyS6FpvWgMIuGRqHF { display:flex;width:2rem;height:2rem;top:3.875rem;left:10.3125rem; }
#I1hMhTx2T1HVsgfUyS6FpvWgMIuGRqHF > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #VCuOGLXV5fECsHMCD7uNXlrITvuWMQQh { display:flex;width:2rem;height:2rem;top:3.875rem;left:7.6875rem; }
#VCuOGLXV5fECsHMCD7uNXlrITvuWMQQh > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #bMTpDA5ETxKRHl3puiT9iC5vQMxT7I2L { width:20rem;height:1.625rem;top:7.375rem;left:0rem;font-size:0.625rem;display:block; }
 }