.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdRhlgFPNQD2XSsSW7JdeRMvM2r9AnFR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#fdRhlgFPNQD2XSsSW7JdeRMvM2r9AnFR > .row .container { background-color: transparent; background-image: none; }#fdRhlgFPNQD2XSsSW7JdeRMvM2r9AnFR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdRhlgFPNQD2XSsSW7JdeRMvM2r9AnFR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdRhlgFPNQD2XSsSW7JdeRMvM2r9AnFR > .row .container > .video-iframe-container { display: none; }#fdRhlgFPNQD2XSsSW7JdeRMvM2r9AnFR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdRhlgFPNQD2XSsSW7JdeRMvM2r9AnFR > .row > .video-iframe-container { display: none; }#fdRhlgFPNQD2XSsSW7JdeRMvM2r9AnFR > .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); }#fdRhlgFPNQD2XSsSW7JdeRMvM2r9AnFR > .row .container { border-width: 0; border-radius: 0; }#fdRhlgFPNQD2XSsSW7JdeRMvM2r9AnFR > .row > .video-iframe-container {  }#fdRhlgFPNQD2XSsSW7JdeRMvM2r9AnFR > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#XatQBVOOletKO6rhTEg1ldayH3OAdROU { background-color:#ea4d8c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.25rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:1.1865234375rem;left:48.4375rem;display:block; }
#o87z2gzTurvnZA83WoC9L9iFgp12WEWg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lqQiBVa9rTyRhZ5ZWC01su4mHGyufe1I { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:2.25rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:1.1860795021057rem;left:8.4375009536744rem;display:block; }
#TUlC62227WTCca9sFH6cxDRyx0G91lu4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pIu1TZPN62a7dlEsoTuAUrqffTu0c9mn { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.25rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:1.1860795021057rem;left:13.124112129211rem;display:block; }
#LVwrw5hdwTRL5OOAsx6UOuVeuk9x8Kyc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pdCF817l5ZPdoFqqJsWydIDOfbTJkGd3 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.25rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:1.1860795021057rem;left:22.998934745789rem;display:block; }
#tKTE2SKzrIWB24mHQ7gQnCRa37abk5ry { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Kt4MOSR63OpIPQ2NcDNogZTrcB9xIT1V { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.25rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:1.185302734375rem;left:31.68603515625rem;display:block; }
#VCd2Jyrb1qbFnzFGNmkqT5eTRvL6aud5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OCRco9qz4E6w64ordOE2SIOzBpST561l { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.25rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:1.185302734375rem;left:41.310791015625rem;display:block; }
#ZCNITo7oOSIQldL8ex6Ee8zIMDgQQugd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KPZSQVJ6bN70NgaDwQIfO7dAdfmbuATv { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.062325rem;width:8.4375rem;top:1.2801846265793rem;left:0rem;overflow:hidden;display:block; }
#Zn1goMfPCFHR2B0waQtBrFbmxBTIxor4 { position:relative;display:none; }#Zn1goMfPCFHR2B0waQtBrFbmxBTIxor4 { border-width: 0; border-radius: 0; }#Zn1goMfPCFHR2B0waQtBrFbmxBTIxor4 > .row .container > .video-iframe-container {  }#Zn1goMfPCFHR2B0waQtBrFbmxBTIxor4 > .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:18.75rem;width:60rem;position:relative;display:none; }#v5MOGaK90uq763gE30GhqOeNIQmDNkE3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100000;display:none; }
#O2QxLnTHg0xdAZET9qv8yWo5E3uy7zIt { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:10.3125rem;top:0.75rem;left:0rem;overflow:hidden;display:none; }
#E9A3dAQceXe6upi9NHx7aDCBxXvlk5aN { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:9.4375rem;top:7.1875rem;left:5.875rem;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:"open sans";height:40rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:block; }#BMEwAX8HGOCoet9Kg7BbAvcaqO0aCKFV { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20rem;width:30.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#msIydAcnNk79FWTRpD9UDsIWRLuqA7c8 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20rem;width:30.125rem;top:0rem;left:29.875001907349rem;overflow:hidden;display:block; }
#xlpd3WNW44wJseu8rGwUbCF6CZpAPXGz { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20.25rem;width:30rem;top:19.811197280884rem;left:30.000001907349rem;overflow:hidden;display:block; }
#cob1hd16uTVSpq6RhSsX58VTrObTaKRs { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20rem;width:30rem;top:20.000001311302rem;left:0rem;overflow:hidden;display:block; }
#nabm2G3OmiJIG8PPur7oz8RltT5sJVhA { display:block;width:44.1875rem;position:absolute;font-family:montserrat;font-size:5rem;font-weight:300;z-index:100011;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:15rem;left:7.9062519073488rem;height:;color:#ffffff;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; }
#H1HHd5QTTaDmOUEZzxyiP8irT7ZEHax2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#H1HHd5QTTaDmOUEZzxyiP8irT7ZEHax2 > .row .container { background-color: transparent; background-image: none; }#H1HHd5QTTaDmOUEZzxyiP8irT7ZEHax2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1HHd5QTTaDmOUEZzxyiP8irT7ZEHax2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1HHd5QTTaDmOUEZzxyiP8irT7ZEHax2 > .row .container > .video-iframe-container { display: none; }#H1HHd5QTTaDmOUEZzxyiP8irT7ZEHax2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1HHd5QTTaDmOUEZzxyiP8irT7ZEHax2 > .row > .video-iframe-container { display: none; }#H1HHd5QTTaDmOUEZzxyiP8irT7ZEHax2 > .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); }#H1HHd5QTTaDmOUEZzxyiP8irT7ZEHax2 > .row .container { border-width: 0; border-radius: 0; }#H1HHd5QTTaDmOUEZzxyiP8irT7ZEHax2 > .row > .video-iframe-container {  }#H1HHd5QTTaDmOUEZzxyiP8irT7ZEHax2 > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:60rem;position:relative;display:block; }#n1DG4PKT8TWp11Kf3BI5PeW153Avn8yR { color:#ea4d8c;display:block;width:28.375rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:100042;line-height:1.1;letter-spacing:0;top:4rem;left:31.625rem;height:10.3125rem;text-align:left;text-align-last:left;display:block; }
#sXduXSWkRmNGbwMseEhM0Qxhfmcp8AL4 { color:#000000;display:block;width:26.062rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:15.8740234375rem;left:32.249755859375rem;height:10.15625rem;text-align:left;text-align-last:left;display:block; }
#H0qmLOXhnBPFVmn41M36TWslMXSyrxs9 { position:absolute;display:block;z-index:100048;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/h11usKsi/lifestlyemthod.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40.125rem;width:46.75rem;top:4.5rem;left:-46.75rem;display:none; }#H0qmLOXhnBPFVmn41M36TWslMXSyrxs9.adaptive-delivery-prevent-bg, #H0qmLOXhnBPFVmn41M36TWslMXSyrxs9.lazyload, #H0qmLOXhnBPFVmn41M36TWslMXSyrxs9.lazyloading { background-image: none; }
#EKou3hT55IqLombzIawAKWGWD8DTXUJo { position:absolute;display:block;z-index:100031;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b54c6dc6-bb14-41ca-b630-cef091018df6/Untitleddesign1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.125rem;width:30.8125rem;top:2.375rem;left:0rem;display:block; }#EKou3hT55IqLombzIawAKWGWD8DTXUJo.adaptive-delivery-prevent-bg, #EKou3hT55IqLombzIawAKWGWD8DTXUJo.lazyload, #EKou3hT55IqLombzIawAKWGWD8DTXUJo.lazyloading { background-image: none; }
#TnOqvgmTIoVazhhTcSHoohsHKq0BrL1w { position:relative;display:block; }#TnOqvgmTIoVazhhTcSHoohsHKq0BrL1w { background-color: transparent; background-image: none; }#TnOqvgmTIoVazhhTcSHoohsHKq0BrL1w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnOqvgmTIoVazhhTcSHoohsHKq0BrL1w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnOqvgmTIoVazhhTcSHoohsHKq0BrL1w > .row .container > .video-iframe-container { display: none; }#TnOqvgmTIoVazhhTcSHoohsHKq0BrL1w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnOqvgmTIoVazhhTcSHoohsHKq0BrL1w > .row > .video-iframe-container { display: none; }#TnOqvgmTIoVazhhTcSHoohsHKq0BrL1w > .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); }#TnOqvgmTIoVazhhTcSHoohsHKq0BrL1w { border-width: 0; border-radius: 0; }#TnOqvgmTIoVazhhTcSHoohsHKq0BrL1w > .row .container > .video-iframe-container {  }#TnOqvgmTIoVazhhTcSHoohsHKq0BrL1w > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#efefef;background-image:none;font-size:0.875rem;font-family:arial;height:29.5625rem;width:60rem;position:relative;display:block; }#el30KxTihq1sU4d8tw4gNgk36J7S4Wos { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:42.8125rem;top:5.75rem;left:8.5937519073488rem;display:block; }
#HJfp41ibAfrI6k2XzNLx1od1Eqzi5201 { color:#ea4d8c;display:block;width:51.375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:100001;line-height:1.2;letter-spacing:0;top:2.0625rem;left:4.3125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sup6z7mSlzwPeTnCwmrr8cVVroQf8E8e { position:relative;display:block; }#sup6z7mSlzwPeTnCwmrr8cVVroQf8E8e { background-color: transparent; background-image: none; }#sup6z7mSlzwPeTnCwmrr8cVVroQf8E8e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sup6z7mSlzwPeTnCwmrr8cVVroQf8E8e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sup6z7mSlzwPeTnCwmrr8cVVroQf8E8e > .row .container > .video-iframe-container { display: none; }#sup6z7mSlzwPeTnCwmrr8cVVroQf8E8e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sup6z7mSlzwPeTnCwmrr8cVVroQf8E8e > .row > .video-iframe-container { display: none; }#sup6z7mSlzwPeTnCwmrr8cVVroQf8E8e > .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); }#sup6z7mSlzwPeTnCwmrr8cVVroQf8E8e { border-width: 0; border-radius: 0; }#sup6z7mSlzwPeTnCwmrr8cVVroQf8E8e > .row .container > .video-iframe-container {  }#sup6z7mSlzwPeTnCwmrr8cVVroQf8E8e > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#efefef;background-image:none;font-size:0.875rem;font-family:arial;height:30.125rem;width:60rem;position:relative;display:block; }#TEsnazB84GctbbWZoPCnVvnhv0ErA2ry { color:#ea4d8c;display:block;width:51.375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:100001;line-height:1.2;letter-spacing:0;top:2.0625rem;left:4.3125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X02M3t4SKaOofMDbOuCns7xO79oQT1Ls { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24rem;width:42.9375rem;top:5.9778671264649rem;left:8.5312519073488rem;display:block; }
#TUwqw4Qz8AAziuTpWtuOZGyNono4Rx8E { position:relative;display:block; }#TUwqw4Qz8AAziuTpWtuOZGyNono4Rx8E { background-color: transparent; background-image: none; }#TUwqw4Qz8AAziuTpWtuOZGyNono4Rx8E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUwqw4Qz8AAziuTpWtuOZGyNono4Rx8E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUwqw4Qz8AAziuTpWtuOZGyNono4Rx8E > .row .container > .video-iframe-container { display: none; }#TUwqw4Qz8AAziuTpWtuOZGyNono4Rx8E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUwqw4Qz8AAziuTpWtuOZGyNono4Rx8E > .row > .video-iframe-container { display: none; }#TUwqw4Qz8AAziuTpWtuOZGyNono4Rx8E > .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); }#TUwqw4Qz8AAziuTpWtuOZGyNono4Rx8E { border-width: 0; border-radius: 0; }#TUwqw4Qz8AAziuTpWtuOZGyNono4Rx8E > .row .container > .video-iframe-container {  }#TUwqw4Qz8AAziuTpWtuOZGyNono4Rx8E > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#efefef;background-image:none;font-size:0.875rem;font-family:arial;height:30.1875rem;width:60rem;position:relative;display:block; }#QlUePZsLVu3uvITu8cCG0wUqbTVe4poE { color:#ea4d8c;display:block;width:51.375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:100001;line-height:1.2;letter-spacing:0;top:2.0625rem;left:4.3125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zGb9gHf92t5wK0w49kaXihymsT4EFvHL { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24rem;width:42.9375rem;top:6.125rem;left:8.5312519073488rem;display:block; }
#TWAdxJ2KKupHteTy3qCrtK4kH6pyTLNd { position:relative;display:block; }#TWAdxJ2KKupHteTy3qCrtK4kH6pyTLNd { background-color: transparent; background-image: none; }#TWAdxJ2KKupHteTy3qCrtK4kH6pyTLNd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWAdxJ2KKupHteTy3qCrtK4kH6pyTLNd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWAdxJ2KKupHteTy3qCrtK4kH6pyTLNd > .row .container > .video-iframe-container { display: none; }#TWAdxJ2KKupHteTy3qCrtK4kH6pyTLNd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWAdxJ2KKupHteTy3qCrtK4kH6pyTLNd > .row > .video-iframe-container { display: none; }#TWAdxJ2KKupHteTy3qCrtK4kH6pyTLNd > .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); }#TWAdxJ2KKupHteTy3qCrtK4kH6pyTLNd { border-width: 0; border-radius: 0; }#TWAdxJ2KKupHteTy3qCrtK4kH6pyTLNd > .row .container > .video-iframe-container {  }#TWAdxJ2KKupHteTy3qCrtK4kH6pyTLNd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#efefef;background-image:none;font-size:0.875rem;font-family:arial;height:30.375rem;width:60rem;position:relative;display:block; }#hvrTZEJl7CATkcgVO6381q3Lb25LrVGc { color:#ea4d8c;display:block;width:51.375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:100001;line-height:1.2;letter-spacing:0;top:2.0625rem;left:4.3125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N1eDyBuEUX3rT66dueGmJs2rD45dVwZF { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24rem;width:42.9375rem;top:6.0625rem;left:8.5312519073488rem;display:block; }
#VMLWFmzcg9em1Lck45RKJrb1TdpCdAHI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#VMLWFmzcg9em1Lck45RKJrb1TdpCdAHI > .row .container { background-color: transparent; background-image: none; }#VMLWFmzcg9em1Lck45RKJrb1TdpCdAHI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMLWFmzcg9em1Lck45RKJrb1TdpCdAHI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMLWFmzcg9em1Lck45RKJrb1TdpCdAHI > .row .container > .video-iframe-container { display: none; }#VMLWFmzcg9em1Lck45RKJrb1TdpCdAHI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMLWFmzcg9em1Lck45RKJrb1TdpCdAHI > .row > .video-iframe-container { display: none; }#VMLWFmzcg9em1Lck45RKJrb1TdpCdAHI > .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); }#VMLWFmzcg9em1Lck45RKJrb1TdpCdAHI > .row .container { border-width: 0; border-radius: 0; }#VMLWFmzcg9em1Lck45RKJrb1TdpCdAHI > .row > .video-iframe-container {  }#VMLWFmzcg9em1Lck45RKJrb1TdpCdAHI > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:60rem;position:relative;display:block; }#wH6QQp6eFMlMHUwvi6LNw3cqf0o5LAig { color:#000000;display:block;width:44.375rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:100001;line-height:1;letter-spacing:0;top:2.4973964691162rem;left:7.8125019073488rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xqS79ldsrOAq9rVSIT2am8TwG8VyhtQT { position:absolute;display:block;z-index:99996;background-color:#cecece;background-image:url("https://images.assets-landingi.com/uc/316cb32e-892c-49be-a28a-cce7a5609219/DSC_90742.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;height:15.75rem;width:18.0625rem;top:7.6458334922787rem;left:1.3216152191162rem;display:block; }#xqS79ldsrOAq9rVSIT2am8TwG8VyhtQT.adaptive-delivery-prevent-bg, #xqS79ldsrOAq9rVSIT2am8TwG8VyhtQT.lazyload, #xqS79ldsrOAq9rVSIT2am8TwG8VyhtQT.lazyloading { background-image: none; }
#b232dKpPPk3wOTIfSTPuTsJmVWuTw8Ha { color:#60c8c8;display:block;width:19.3111875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100005;line-height:1.2;letter-spacing:0;top:23.583333492279rem;left:0.70182228088381rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tooMIyIgyVCJFc9SED3Cd17ua6ODTvBw { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #60c8c8;border-left:0.0625rem solid #60c8c8;border-right:0.0625rem solid #60c8c8;border-bottom:0.0625rem solid #60c8c8;height:23.125rem;width:16.4375rem;top:21.186198711395rem;left:2.08984375rem;display:block; }
#K53CTvMwIRw6cl8T1ReIa7WsNGxc7V7s { color:#000000;display:block;width:14.6236875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:26.625001430511rem;left:3.0481777191162rem;height:13.12253125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lxGO26MRTw8BUZwGIbolvhF0c05Cgnsq { position:absolute;display:block;z-index:100000;background-color:#cecece;background-image:url("https://images.assets-landingi.com/llPkyB5Z/5M2A9916.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;height:15.75rem;width:18.0625rem;top:7.6458339691163rem;left:20.968751907349rem;display:block; }#lxGO26MRTw8BUZwGIbolvhF0c05Cgnsq.adaptive-delivery-prevent-bg, #lxGO26MRTw8BUZwGIbolvhF0c05Cgnsq.lazyload, #lxGO26MRTw8BUZwGIbolvhF0c05Cgnsq.lazyloading { background-image: none; }
#pEiePIk7VyOrOiss2VX8uMpoHvgmJkUJ { color:#60c8c8;display:block;width:19.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100009;line-height:1.2;letter-spacing:0;top:23.583333492279rem;left:20.343751907349rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zyk3TpR65EiPTZfZHCBE1OLGsauon82K { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #60c8c8;border-left:0.0625rem solid #60c8c8;border-right:0.0625rem solid #60c8c8;border-bottom:0.0625rem solid #60c8c8;height:23.125rem;width:16.4375rem;top:21.186198711395rem;left:21.697916030884rem;display:block; }
#cQCRcWGWmoWNrB4A8ufIMtBSfXqGaZho { color:#000000;display:block;width:14.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100010;line-height:1.5;letter-spacing:0;top:26.625001430511rem;left:22.687501907349rem;height:10.49805rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gk0xDwbvq3C3l4055L89Jqbttvym9T17 { position:absolute;display:block;z-index:100004;background-color:#cecece;background-image:url("https://images.assets-landingi.com/CBMYE7q5/DSC_9055.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;height:15.75rem;width:18.0625rem;top:7.6458339691163rem;left:40.687501907349rem;display:block; }#gk0xDwbvq3C3l4055L89Jqbttvym9T17.adaptive-delivery-prevent-bg, #gk0xDwbvq3C3l4055L89Jqbttvym9T17.lazyload, #gk0xDwbvq3C3l4055L89Jqbttvym9T17.lazyloading { background-image: none; }
#TJqCKc68TEwwiIaXiVeTaisaXolJKyyp { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:100018;line-height:1.2;letter-spacing:0;top:19.643229961395rem;left:20.343751907349rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qG4SeeoXigDXIRPDCXDPsHBxV9KBlMO6 { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #60c8c8;border-left:0.0625rem solid #60c8c8;border-right:0.0625rem solid #60c8c8;border-bottom:0.0625rem solid #60c8c8;height:23.125rem;width:16.4375rem;top:21.186198711395rem;left:41.416666030884rem;display:block; }
#eUFpCCgud69NUKWKK00nw2KkdKFIPT0J { color:#000000;display:block;width:15.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100014;line-height:1.5;letter-spacing:0;top:26.625001430511rem;left:42.093751907349rem;height:14.4348125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NDc9UBBHNE2WGBhaQXOAwwirRoEnqvkt { position:absolute;display:block;z-index:100015;background-color:#60c8c8;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:3.2487rem;width:3.2487rem;top:19.144532680511rem;left:8.7356777191163rem;display:block; }
#w9RRsT2LGs4WxGVv1JCOVvZVLnVABaVE { position:absolute;display:block;z-index:100016;background-color:#60c8c8;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:3.25rem;width:3.25rem;top:19.019532680511rem;left:28.375001907349rem;display:block; }
#FGOQPtoWeXaIsQnTAEstkvurFryf4ATT { position:absolute;display:block;z-index:100017;background-color:#60c8c8;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:3.25rem;width:3.25rem;top:19.143229961395rem;left:48.093751907349rem;display:block; }
#b5NTKzZgpRmiVEO3T2LolP8xHEV0pST1 { color:#60c8c8;display:block;width:19.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100010;line-height:1.2;letter-spacing:0;top:23.666667461395rem;left:40.687501907349rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KuOShlgNpCfIRWP8T2K95zy7MOv9s1SN { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:100019;line-height:1.2;letter-spacing:0;top:19.643229961395rem;left:40.062501907349rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sZL4WMkPySn0XGkprvv2y1tNkSRrOc7n { color:#ffffff;display:block;width:19.3111875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:100019;line-height:1.2;letter-spacing:0;top:19.644532680511rem;left:0.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lvBqUyHDxgOTX8T32vc8hUuxXwOfn6SP { background-color:#60c8c8;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;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:2.9375rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:41.583333492279rem;left:2.1419277191162rem;display:block; }
#lSXmpS4mr4ZIVd27miF55cXHT9ntQXbh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#W6okCVrCnvqVRwgdog1cx4c3cHa8QlGs { background-color:#60c8c8;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;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:2.9375rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:41.623700618744rem;left:21.750001907349rem;display:block; }
#EwWnuud4pheQlrXi9dti8Dazq9XRLn8r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wC64hTCwe1Sqfqoc8FsGt0tZDAfplf4h { background-color:#60c8c8;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;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:2.9375rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:41.623700618744rem;left:41.531251907349rem;display:block; }
#A14gOepJpFJHVt5W0ugtuKOANgLZHyyw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#br5efr6nPB0pcATipu37qOvqCIDQxI96 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.94);background-image:none;position:relative;display:block; }#br5efr6nPB0pcATipu37qOvqCIDQxI96 > .row .container { background-color: transparent; background-image: none; }#br5efr6nPB0pcATipu37qOvqCIDQxI96::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#br5efr6nPB0pcATipu37qOvqCIDQxI96 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#br5efr6nPB0pcATipu37qOvqCIDQxI96 > .row .container > .video-iframe-container { display: none; }#br5efr6nPB0pcATipu37qOvqCIDQxI96 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#br5efr6nPB0pcATipu37qOvqCIDQxI96 > .row > .video-iframe-container { display: none; }#br5efr6nPB0pcATipu37qOvqCIDQxI96 > .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); }#br5efr6nPB0pcATipu37qOvqCIDQxI96 > .row .container { border-width: 0; border-radius: 0; }#br5efr6nPB0pcATipu37qOvqCIDQxI96 > .row > .video-iframe-container {  }#br5efr6nPB0pcATipu37qOvqCIDQxI96 > .row .container { font-size:0.875rem;font-family:arial;height:32.9375rem;width:60rem;position:relative;display:block; }#h6P5WZHM6aSBgA5lwcc93MKXw8nH0GVO { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:100022;line-height:1;letter-spacing:0;top:1.7083334922791rem;left:1rem;height:14.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BpDEB6b6I74B94MQR9mS9Qd2etB9gWB2 { color:#000000;display:block;width:19.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:16.937500476837rem;left:1rem;height:7.8735625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rKAN7PJTN2CzEr78nUu4R5svHOviZTHD { position:absolute;display:block;z-index:100021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/BYSELDcQ/Copy_of_Join_Brittney_600_739px_.gif");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;height:32.875rem;width:38.5rem;top:0rem;left:21.500001907349rem;display:block; }#rKAN7PJTN2CzEr78nUu4R5svHOviZTHD.adaptive-delivery-prevent-bg, #rKAN7PJTN2CzEr78nUu4R5svHOviZTHD.lazyload, #rKAN7PJTN2CzEr78nUu4R5svHOviZTHD.lazyloading { background-image: none; }
#M7dFnJySEChKlBZy8SeQPiSMyBbMCUfm { position:absolute;display:block;z-index:100025;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/HaBFv3Jx/brittney3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.125rem;width:20.3125rem;top:18.718750476837rem;left:17.625001907349rem;display:block; }#M7dFnJySEChKlBZy8SeQPiSMyBbMCUfm.adaptive-delivery-prevent-bg, #M7dFnJySEChKlBZy8SeQPiSMyBbMCUfm.lazyload, #M7dFnJySEChKlBZy8SeQPiSMyBbMCUfm.lazyloading { background-image: none; }
#keimlQGx5r7z4L3TGCS7GNdPUoh9fXpk { background-color:#60c8c8;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;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:2.5625rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:26.000002384186rem;left:1rem;display:block; }
#aJz0G4yMEvRfNRfmXhBK68OpJ9ZJWDxZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yyfaGVf4RwEwza3HbCrBleGdVabkynJP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(234,77,140,0.95);background-image:none;position:relative;display:block; }#yyfaGVf4RwEwza3HbCrBleGdVabkynJP > .row .container { background-color: transparent; background-image: none; }#yyfaGVf4RwEwza3HbCrBleGdVabkynJP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyfaGVf4RwEwza3HbCrBleGdVabkynJP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyfaGVf4RwEwza3HbCrBleGdVabkynJP > .row .container > .video-iframe-container { display: none; }#yyfaGVf4RwEwza3HbCrBleGdVabkynJP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyfaGVf4RwEwza3HbCrBleGdVabkynJP > .row > .video-iframe-container { display: none; }#yyfaGVf4RwEwza3HbCrBleGdVabkynJP > .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); }#yyfaGVf4RwEwza3HbCrBleGdVabkynJP > .row .container { border-width: 0; border-radius: 0; }#yyfaGVf4RwEwza3HbCrBleGdVabkynJP > .row > .video-iframe-container {  }#yyfaGVf4RwEwza3HbCrBleGdVabkynJP > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:block; }#AkKTyfMxmBiJMrHMMehGZ2LHo5o4ErHd { color:#ffffff;display:block;width:19.75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:100003;line-height:1;letter-spacing:0;top:2.8124980926514rem;left:39.625001907349rem;height:0.8129875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#HuUe8O10cq5Q4UqOkdG4U8TppSt9zk4a { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:2.25rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:2.125rem;left:0rem;display:block; }
#sq8TnGSmyvAJMTfQxHQomlMFmoBJcduc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XVZUOOdlOIKfpTzzdvwWPGWEZ3J1CGzq { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:2.25rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:2.0937480926514rem;left:7.2500019073488rem;display:block; }
#bKavmCtIQFtIUWZQ6oWUTVtGTDTXROKd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zASxQdBvcanbrs6CITTrGZEnKc6flF2R { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:2.25rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:2.0937480926514rem;left:19.708333969116rem;display:block; }
#m8Pck7RT02maX7ATUXTvvxNw4J805Dhb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Af4LTacNLxyBsqz6cXLn8lv7DivCwQLP { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:2.25rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:2.0937480926514rem;left:34.500001907349rem;display:block; }
#i9XfL5nfQkinXyxWSikL9ecNm9AOnTZV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fdRhlgFPNQD2XSsSW7JdeRMvM2r9AnFR { display:block; }#fdRhlgFPNQD2XSsSW7JdeRMvM2r9AnFR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XatQBVOOletKO6rhTEg1ldayH3OAdROU { width:11.5625rem;height:2.25rem;top:1.125rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o87z2gzTurvnZA83WoC9L9iFgp12WEWg { display:block; }
 }@media only screen and (max-width: 763px) { #lqQiBVa9rTyRhZ5ZWC01su4mHGyufe1I { width:4.6875rem;height:2.25rem;top:1.125rem;left:2.3125009536743rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUlC62227WTCca9sFH6cxDRyx0G91lu4 { display:block; }
 }@media only screen and (max-width: 763px) { #pIu1TZPN62a7dlEsoTuAUrqffTu0c9mn { width:9.375rem;height:2.25rem;top:1.125rem;left:6.9991121292112rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVwrw5hdwTRL5OOAsx6UOuVeuk9x8Kyc { display:block; }
 }@media only screen and (max-width: 763px) { #pdCF817l5ZPdoFqqJsWydIDOfbTJkGd3 { width:8.0625rem;height:2.25rem;top:1.125rem;left:16.873934745789rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKTE2SKzrIWB24mHQ7gQnCRa37abk5ry { display:block; }
 }@media only screen and (max-width: 763px) { #Kt4MOSR63OpIPQ2NcDNogZTrcB9xIT1V { width:9.0625rem;height:2.25rem;top:1.125rem;left:25.56103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCd2Jyrb1qbFnzFGNmkqT5eTRvL6aud5 { display:block; }
 }@media only screen and (max-width: 763px) { #OCRco9qz4E6w64ordOE2SIOzBpST561l { width:6.8125rem;height:2.25rem;top:1.125rem;left:35.185791015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCNITo7oOSIQldL8ex6Ee8zIMDgQQugd { display:block; }
 }@media only screen and (max-width: 763px) { #KPZSQVJ6bN70NgaDwQIfO7dAdfmbuATv { width:8.4375rem;height:2.062325rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zn1goMfPCFHR2B0waQtBrFbmxBTIxor4 { display:none; }#Zn1goMfPCFHR2B0waQtBrFbmxBTIxor4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v5MOGaK90uq763gE30GhqOeNIQmDNkE3 { display:none; }
 }@media only screen and (max-width: 763px) { #O2QxLnTHg0xdAZET9qv8yWo5E3uy7zIt { width:10.3125rem;height:2.9375rem;top:0.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #E9A3dAQceXe6upi9NHx7aDCBxXvlk5aN { top:7.1875rem;left:0rem;width:12.5rem;height:9.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BMEwAX8HGOCoet9Kg7BbAvcaqO0aCKFV { top:0rem;left:0rem;width:30.125rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #msIydAcnNk79FWTRpD9UDsIWRLuqA7c8 { top:0rem;left:17.625rem;width:30.125rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlpd3WNW44wJseu8rGwUbCF6CZpAPXGz { top:19.75rem;left:17.75rem;width:30rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cob1hd16uTVSpq6RhSsX58VTrObTaKRs { top:20rem;left:0rem;width:30rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #nabm2G3OmiJIG8PPur7oz8RltT5sJVhA { width:31.25rem;height:3.25rem;top:12.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1HHd5QTTaDmOUEZzxyiP8irT7ZEHax2 { display:block; }#H1HHd5QTTaDmOUEZzxyiP8irT7ZEHax2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n1DG4PKT8TWp11Kf3BI5PeW153Avn8yR { top:4rem;left:19.375rem;width:28.375rem;height:10.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXduXSWkRmNGbwMseEhM0Qxhfmcp8AL4 { top:15.8125rem;left:21.75rem;width:26rem;height:10.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0qmLOXhnBPFVmn41M36TWslMXSyrxs9 { top:4.4375rem;left:0rem;width:46.75rem;height:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKou3hT55IqLombzIawAKWGWD8DTXUJo { top:2.375rem;left:0rem;width:30.8125rem;height:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnOqvgmTIoVazhhTcSHoohsHKq0BrL1w { display:block; }#TnOqvgmTIoVazhhTcSHoohsHKq0BrL1w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #el30KxTihq1sU4d8tw4gNgk36J7S4Wos { top:5.75rem;left:2.4687519073486rem;width:42.8125rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJfp41ibAfrI6k2XzNLx1od1Eqzi5201 { top:2.0625rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sup6z7mSlzwPeTnCwmrr8cVVroQf8E8e { display:block; }#sup6z7mSlzwPeTnCwmrr8cVVroQf8E8e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEsnazB84GctbbWZoPCnVvnhv0ErA2ry { top:2rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X02M3t4SKaOofMDbOuCns7xO79oQT1Ls { top:5.9375rem;left:2.4062519073486rem;width:42.9375rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUwqw4Qz8AAziuTpWtuOZGyNono4Rx8E { display:block; }#TUwqw4Qz8AAziuTpWtuOZGyNono4Rx8E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QlUePZsLVu3uvITu8cCG0wUqbTVe4poE { top:2.0625rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGb9gHf92t5wK0w49kaXihymsT4EFvHL { top:6.125rem;left:2.4062519073486rem;width:42.9375rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWAdxJ2KKupHteTy3qCrtK4kH6pyTLNd { display:block; }#TWAdxJ2KKupHteTy3qCrtK4kH6pyTLNd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvrTZEJl7CATkcgVO6381q3Lb25LrVGc { top:2.0625rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1eDyBuEUX3rT66dueGmJs2rD45dVwZF { top:6.0625rem;left:2.4062519073486rem;width:42.9375rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMLWFmzcg9em1Lck45RKJrb1TdpCdAHI { display:block; }#VMLWFmzcg9em1Lck45RKJrb1TdpCdAHI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wH6QQp6eFMlMHUwvi6LNw3cqf0o5LAig { top:2.4375rem;left:1.6875019073486rem;width:44.375rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqS79ldsrOAq9rVSIT2am8TwG8VyhtQT { top:7.625rem;left:0rem;width:18.0625rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b232dKpPPk3wOTIfSTPuTsJmVWuTw8Ha { top:23.5625rem;left:0rem;width:19.25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tooMIyIgyVCJFc9SED3Cd17ua6ODTvBw { width:16.4375rem;height:23.125rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K53CTvMwIRw6cl8T1ReIa7WsNGxc7V7s { width:14.5625rem;height:13.125rem;top:26.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxGO26MRTw8BUZwGIbolvhF0c05Cgnsq { top:7.625rem;left:14.843751907349rem;width:18.0625rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEiePIk7VyOrOiss2VX8uMpoHvgmJkUJ { top:23.5625rem;left:14.218751907349rem;width:19.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyk3TpR65EiPTZfZHCBE1OLGsauon82K { width:16.4375rem;height:23.125rem;top:21.125rem;left:15.572916030884rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQCRcWGWmoWNrB4A8ufIMtBSfXqGaZho { width:14.625rem;height:10.5rem;top:26.625rem;left:16.562501907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk0xDwbvq3C3l4055L89Jqbttvym9T17 { top:7.625rem;left:29.6875rem;width:18.0625rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJqCKc68TEwwiIaXiVeTaisaXolJKyyp { top:19.625rem;left:14.218751907349rem;width:19.3125rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qG4SeeoXigDXIRPDCXDPsHBxV9KBlMO6 { width:16.4375rem;height:23.125rem;top:21.125rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUFpCCgud69NUKWKK00nw2KkdKFIPT0J { width:15.25rem;height:14.4375rem;top:26.625rem;left:32.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDc9UBBHNE2WGBhaQXOAwwirRoEnqvkt { top:19.125rem;left:2.6106777191162rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9RRsT2LGs4WxGVv1JCOVvZVLnVABaVE { top:19rem;left:22.250001907349rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGOQPtoWeXaIsQnTAEstkvurFryf4ATT { top:19.125rem;left:41.968751907349rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5NTKzZgpRmiVEO3T2LolP8xHEV0pST1 { top:23.625rem;left:28.4375rem;width:19.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuOShlgNpCfIRWP8T2K95zy7MOv9s1SN { top:19.625rem;left:28.4375rem;width:19.3125rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZL4WMkPySn0XGkprvv2y1tNkSRrOc7n { top:19.625rem;left:0rem;width:19.25rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvBqUyHDxgOTX8T32vc8hUuxXwOfn6SP { width:16.5625rem;height:2.9375rem;top:41.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSXmpS4mr4ZIVd27miF55cXHT9ntQXbh { display:block; }
 }@media only screen and (max-width: 763px) { #W6okCVrCnvqVRwgdog1cx4c3cHa8QlGs { width:16.4375rem;height:2.9375rem;top:41.5625rem;left:15.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwWnuud4pheQlrXi9dti8Dazq9XRLn8r { display:block; }
 }@media only screen and (max-width: 763px) { #wC64hTCwe1Sqfqoc8FsGt0tZDAfplf4h { width:16.5rem;height:2.9375rem;top:41.5625rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A14gOepJpFJHVt5W0ugtuKOANgLZHyyw { display:block; }
 }@media only screen and (max-width: 763px) { #br5efr6nPB0pcATipu37qOvqCIDQxI96 { display:block; }#br5efr6nPB0pcATipu37qOvqCIDQxI96 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h6P5WZHM6aSBgA5lwcc93MKXw8nH0GVO { top:1.6875rem;left:0rem;width:19.0625rem;height:14.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpDEB6b6I74B94MQR9mS9Qd2etB9gWB2 { width:19.25rem;height:7.875rem;top:16.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKAN7PJTN2CzEr78nUu4R5svHOviZTHD { top:0rem;left:0rem;width:38.5rem;height:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7dFnJySEChKlBZy8SeQPiSMyBbMCUfm { top:18.6875rem;left:0rem;width:20.3125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #keimlQGx5r7z4L3TGCS7GNdPUoh9fXpk { width:17.1875rem;height:2.5625rem;top:26rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJz0G4yMEvRfNRfmXhBK68OpJ9ZJWDxZ { display:block; }
 }@media only screen and (max-width: 763px) { #yyfaGVf4RwEwza3HbCrBleGdVabkynJP { display:block; }#yyfaGVf4RwEwza3HbCrBleGdVabkynJP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkKTyfMxmBiJMrHMMehGZ2LHo5o4ErHd { top:2.75rem;left:28rem;width:19.75rem;height:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuUe8O10cq5Q4UqOkdG4U8TppSt9zk4a { width:7.25rem;height:2.25rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq8TnGSmyvAJMTfQxHQomlMFmoBJcduc { display:block; }
 }@media only screen and (max-width: 763px) { #XVZUOOdlOIKfpTzzdvwWPGWEZ3J1CGzq { width:12.125rem;height:2.25rem;top:2.0625rem;left:1.1250019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKavmCtIQFtIUWZQ6oWUTVtGTDTXROKd { display:block; }
 }@media only screen and (max-width: 763px) { #zASxQdBvcanbrs6CITTrGZEnKc6flF2R { width:14.875rem;height:2.25rem;top:2.0625rem;left:13.583333969116rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8Pck7RT02maX7ATUXTvvxNw4J805Dhb { display:block; }
 }@media only screen and (max-width: 763px) { #Af4LTacNLxyBsqz6cXLn8lv7DivCwQLP { width:7.875rem;height:2.25rem;top:2.0625rem;left:28.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9XfL5nfQkinXyxWSikL9ecNm9AOnTZV { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fdRhlgFPNQD2XSsSW7JdeRMvM2r9AnFR { position:relative;z-index:auto;display:none; }#fdRhlgFPNQD2XSsSW7JdeRMvM2r9AnFR > .row .container { width:20rem;height:20.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XatQBVOOletKO6rhTEg1ldayH3OAdROU { width:20rem;height:2.3125rem;top:0rem;left:0rem;z-index:100005;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #o87z2gzTurvnZA83WoC9L9iFgp12WEWg { display:block; }
 }@media only screen and (max-width: 763px) { #lqQiBVa9rTyRhZ5ZWC01su4mHGyufe1I { width:7.1875rem;height:2.25rem;top:7.84765625rem;left:6.4062502980231rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUlC62227WTCca9sFH6cxDRyx0G91lu4 { display:block; }
 }@media only screen and (max-width: 763px) { #pIu1TZPN62a7dlEsoTuAUrqffTu0c9mn { width:12.061625rem;height:2.25rem;top:10.09765625rem;left:3.9687502980233rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVwrw5hdwTRL5OOAsx6UOuVeuk9x8Kyc { display:block; }
 }@media only screen and (max-width: 763px) { #pdCF817l5ZPdoFqqJsWydIDOfbTJkGd3 { width:14.8123125rem;height:2.25rem;top:12.34765625rem;left:2.5911458134651rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKTE2SKzrIWB24mHQ7gQnCRa37abk5ry { display:block; }
 }@media only screen and (max-width: 763px) { #Kt4MOSR63OpIPQ2NcDNogZTrcB9xIT1V { width:14.8125rem;height:2.25rem;top:14.59765625rem;left:2.5937500596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCd2Jyrb1qbFnzFGNmkqT5eTRvL6aud5 { display:block; }
 }@media only screen and (max-width: 763px) { #OCRco9qz4E6w64ordOE2SIOzBpST561l { width:6.8125rem;height:2.125rem;top:16.84765625rem;left:6.5937502980231rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCNITo7oOSIQldL8ex6Ee8zIMDgQQugd { display:block; }
 }@media only screen and (max-width: 763px) { #KPZSQVJ6bN70NgaDwQIfO7dAdfmbuATv { width:13.5625rem;height:3.3125rem;top:2.3125rem;left:3.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zn1goMfPCFHR2B0waQtBrFbmxBTIxor4 { display:block; }#Zn1goMfPCFHR2B0waQtBrFbmxBTIxor4 > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v5MOGaK90uq763gE30GhqOeNIQmDNkE3 { top:1.048583984375rem;left:15.33447265625rem;width:3.125rem;height:3.125rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 763px) { #O2QxLnTHg0xdAZET9qv8yWo5E3uy7zIt { width:10.7483125rem;height:2.9370125rem;top:1.266357421875rem;left:0.72509765625rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #E9A3dAQceXe6upi9NHx7aDCBxXvlk5aN { top:7.235107421875rem;left:5.88134765625rem;width:12.5rem;height:10.089125rem;z-index:100026;text-align:right;text-align-last:right;line-height:1.9;font-weight:700;font-style:normal;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BMEwAX8HGOCoet9Kg7BbAvcaqO0aCKFV { width:10rem;height:8.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #msIydAcnNk79FWTRpD9UDsIWRLuqA7c8 { width:10rem;height:8.4375rem;top:0rem;left:9.9989157319069rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlpd3WNW44wJseu8rGwUbCF6CZpAPXGz { width:10rem;height:8.4375rem;top:8.4375014305113rem;left:9.9989157319069rem;display:block; }
 }@media only screen and (max-width: 763px) { #cob1hd16uTVSpq6RhSsX58VTrObTaKRs { width:10rem;height:8.4375rem;top:8.4375012665987rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nabm2G3OmiJIG8PPur7oz8RltT5sJVhA { width:18.0620625rem;height:3.75rem;top:6.5625009536744rem;left:0.96788197755812rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1HHd5QTTaDmOUEZzxyiP8irT7ZEHax2 { display:block; }#H1HHd5QTTaDmOUEZzxyiP8irT7ZEHax2 > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n1DG4PKT8TWp11Kf3BI5PeW153Avn8yR { width:20rem;height:3.8501rem;top:1.2977428436279rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sXduXSWkRmNGbwMseEhM0Qxhfmcp8AL4 { width:18.186875rem;height:4.87413125rem;top:5.6032991409302rem;left:0.90603297948838rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H0qmLOXhnBPFVmn41M36TWslMXSyrxs9 { width:20rem;height:20rem;top:5.5989589691162rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EKou3hT55IqLombzIawAKWGWD8DTXUJo { width:19.249125rem;height:19.561625rem;top:9.2502174377444rem;left:0.37434893846512rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnOqvgmTIoVazhhTcSHoohsHKq0BrL1w { background-color:#efefef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TnOqvgmTIoVazhhTcSHoohsHKq0BrL1w > .row .container { background-color: transparent; background-image: none; }#TnOqvgmTIoVazhhTcSHoohsHKq0BrL1w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnOqvgmTIoVazhhTcSHoohsHKq0BrL1w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnOqvgmTIoVazhhTcSHoohsHKq0BrL1w > .row .container > .video-iframe-container { display: none; }#TnOqvgmTIoVazhhTcSHoohsHKq0BrL1w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnOqvgmTIoVazhhTcSHoohsHKq0BrL1w > .row > .video-iframe-container { display: none; }#TnOqvgmTIoVazhhTcSHoohsHKq0BrL1w > .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); }#TnOqvgmTIoVazhhTcSHoohsHKq0BrL1w > .row .container { border-width: 0; border-radius: 0; }#TnOqvgmTIoVazhhTcSHoohsHKq0BrL1w > .row > .video-iframe-container {  }#TnOqvgmTIoVazhhTcSHoohsHKq0BrL1w > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #el30KxTihq1sU4d8tw4gNgk36J7S4Wos { height:11.0948125rem;width:20rem;top:3.2096366882324rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJfp41ibAfrI6k2XzNLx1od1Eqzi5201 { width:20rem;height:1.875rem;top:0.81163597106931rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sup6z7mSlzwPeTnCwmrr8cVVroQf8E8e { background-color:#efefef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#sup6z7mSlzwPeTnCwmrr8cVVroQf8E8e > .row .container { background-color: transparent; background-image: none; }#sup6z7mSlzwPeTnCwmrr8cVVroQf8E8e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sup6z7mSlzwPeTnCwmrr8cVVroQf8E8e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sup6z7mSlzwPeTnCwmrr8cVVroQf8E8e > .row .container > .video-iframe-container { display: none; }#sup6z7mSlzwPeTnCwmrr8cVVroQf8E8e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sup6z7mSlzwPeTnCwmrr8cVVroQf8E8e > .row > .video-iframe-container { display: none; }#sup6z7mSlzwPeTnCwmrr8cVVroQf8E8e > .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); }#sup6z7mSlzwPeTnCwmrr8cVVroQf8E8e > .row .container { border-width: 0; border-radius: 0; }#sup6z7mSlzwPeTnCwmrr8cVVroQf8E8e > .row > .video-iframe-container {  }#sup6z7mSlzwPeTnCwmrr8cVVroQf8E8e > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEsnazB84GctbbWZoPCnVvnhv0ErA2ry { width:20rem;height:1.875rem;top:0.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X02M3t4SKaOofMDbOuCns7xO79oQT1Ls { height:11.178375rem;width:20rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUwqw4Qz8AAziuTpWtuOZGyNono4Rx8E { background-color:#efefef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TUwqw4Qz8AAziuTpWtuOZGyNono4Rx8E > .row .container { background-color: transparent; background-image: none; }#TUwqw4Qz8AAziuTpWtuOZGyNono4Rx8E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUwqw4Qz8AAziuTpWtuOZGyNono4Rx8E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUwqw4Qz8AAziuTpWtuOZGyNono4Rx8E > .row .container > .video-iframe-container { display: none; }#TUwqw4Qz8AAziuTpWtuOZGyNono4Rx8E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUwqw4Qz8AAziuTpWtuOZGyNono4Rx8E > .row > .video-iframe-container { display: none; }#TUwqw4Qz8AAziuTpWtuOZGyNono4Rx8E > .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); }#TUwqw4Qz8AAziuTpWtuOZGyNono4Rx8E > .row .container { border-width: 0; border-radius: 0; }#TUwqw4Qz8AAziuTpWtuOZGyNono4Rx8E > .row > .video-iframe-container {  }#TUwqw4Qz8AAziuTpWtuOZGyNono4Rx8E > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QlUePZsLVu3uvITu8cCG0wUqbTVe4poE { width:20rem;height:1.875rem;top:0.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGb9gHf92t5wK0w49kaXihymsT4EFvHL { height:11.178703682139rem;width:20rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWAdxJ2KKupHteTy3qCrtK4kH6pyTLNd { background-color:#efefef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TWAdxJ2KKupHteTy3qCrtK4kH6pyTLNd > .row .container { background-color: transparent; background-image: none; }#TWAdxJ2KKupHteTy3qCrtK4kH6pyTLNd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWAdxJ2KKupHteTy3qCrtK4kH6pyTLNd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWAdxJ2KKupHteTy3qCrtK4kH6pyTLNd > .row .container > .video-iframe-container { display: none; }#TWAdxJ2KKupHteTy3qCrtK4kH6pyTLNd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWAdxJ2KKupHteTy3qCrtK4kH6pyTLNd > .row > .video-iframe-container { display: none; }#TWAdxJ2KKupHteTy3qCrtK4kH6pyTLNd > .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); }#TWAdxJ2KKupHteTy3qCrtK4kH6pyTLNd > .row .container { border-width: 0; border-radius: 0; }#TWAdxJ2KKupHteTy3qCrtK4kH6pyTLNd > .row > .video-iframe-container {  }#TWAdxJ2KKupHteTy3qCrtK4kH6pyTLNd > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvrTZEJl7CATkcgVO6381q3Lb25LrVGc { width:20rem;height:1.875rem;top:0.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1eDyBuEUX3rT66dueGmJs2rD45dVwZF { height:11.178703682139rem;width:20rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMLWFmzcg9em1Lck45RKJrb1TdpCdAHI { display:block; }#VMLWFmzcg9em1Lck45RKJrb1TdpCdAHI { background-color: transparent; background-image: none; }#VMLWFmzcg9em1Lck45RKJrb1TdpCdAHI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMLWFmzcg9em1Lck45RKJrb1TdpCdAHI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMLWFmzcg9em1Lck45RKJrb1TdpCdAHI > .row .container > .video-iframe-container { display: none; }#VMLWFmzcg9em1Lck45RKJrb1TdpCdAHI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMLWFmzcg9em1Lck45RKJrb1TdpCdAHI > .row > .video-iframe-container { display: none; }#VMLWFmzcg9em1Lck45RKJrb1TdpCdAHI > .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); }#VMLWFmzcg9em1Lck45RKJrb1TdpCdAHI { border-width: 0; border-radius: 0; }#VMLWFmzcg9em1Lck45RKJrb1TdpCdAHI > .row .container > .video-iframe-container {  }#VMLWFmzcg9em1Lck45RKJrb1TdpCdAHI > .row .container { width:20rem;height:118.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wH6QQp6eFMlMHUwvi6LNw3cqf0o5LAig { width:20rem;height:1.875rem;top:1.5625028610229rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqS79ldsrOAq9rVSIT2am8TwG8VyhtQT { width:20rem;height:15.9375rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b232dKpPPk3wOTIfSTPuTsJmVWuTw8Ha { width:20rem;height:1.19873125rem;top:21.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tooMIyIgyVCJFc9SED3Cd17ua6ODTvBw { width:18.625rem;height:21.9375rem;top:18.5625rem;left:0.625rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #K53CTvMwIRw6cl8T1ReIa7WsNGxc7V7s { width:14.5605625rem;height:13.12253125rem;top:23.4375rem;left:2.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxGO26MRTw8BUZwGIbolvhF0c05Cgnsq { width:20rem;height:15.9375rem;top:42.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEiePIk7VyOrOiss2VX8uMpoHvgmJkUJ { width:7.6248125rem;height:1.19873125rem;top:59.5625rem;left:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyk3TpR65EiPTZfZHCBE1OLGsauon82K { width:18.625rem;height:19.25rem;top:57.0625rem;left:0.625rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #cQCRcWGWmoWNrB4A8ufIMtBSfXqGaZho { width:14.5605625rem;height:10.49805rem;top:61.6875rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk0xDwbvq3C3l4055L89Jqbttvym9T17 { width:20rem;height:15.9375rem;top:78.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJqCKc68TEwwiIaXiVeTaisaXolJKyyp { width:19.3120625rem;height:2.24975625rem;top:55.9375rem;left:0.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qG4SeeoXigDXIRPDCXDPsHBxV9KBlMO6 { width:18.625rem;height:24.3125rem;top:91.75rem;left:0.625rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #eUFpCCgud69NUKWKK00nw2KkdKFIPT0J { width:15.2495625rem;height:14.4348125rem;top:96.8125rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDc9UBBHNE2WGBhaQXOAwwirRoEnqvkt { width:3.18685rem;height:3.18685rem;top:17.1875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9RRsT2LGs4WxGVv1JCOVvZVLnVABaVE { width:3.24978125rem;height:3.24978125rem;top:55.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGOQPtoWeXaIsQnTAEstkvurFryf4ATT { width:3.2487rem;height:3.2487rem;top:90.3125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5NTKzZgpRmiVEO3T2LolP8xHEV0pST1 { width:19.3120625rem;height:1.19873125rem;top:94.3125rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuOShlgNpCfIRWP8T2K95zy7MOv9s1SN { width:19.3120625rem;height:2.24975625rem;top:90.8125rem;left:0.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZL4WMkPySn0XGkprvv2y1tNkSRrOc7n { width:1.93685rem;height:2.24975625rem;top:17.6875rem;left:9rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvBqUyHDxgOTX8T32vc8hUuxXwOfn6SP { width:18.75rem;height:2.93728125rem;top:37.875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSXmpS4mr4ZIVd27miF55cXHT9ntQXbh { display:block; }
 }@media only screen and (max-width: 763px) { #W6okCVrCnvqVRwgdog1cx4c3cHa8QlGs { width:18.75rem;height:2.9362rem;top:73.5rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwWnuud4pheQlrXi9dti8Dazq9XRLn8r { display:block; }
 }@media only screen and (max-width: 763px) { #wC64hTCwe1Sqfqoc8FsGt0tZDAfplf4h { width:18.75rem;height:2.93728125rem;top:113.1875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A14gOepJpFJHVt5W0ugtuKOANgLZHyyw { display:block; }
 }@media only screen and (max-width: 763px) { #br5efr6nPB0pcATipu37qOvqCIDQxI96 { background-color:transparent;background-image:url("https://images.assets-landingi.com/bVxs4yAd/design.png");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#br5efr6nPB0pcATipu37qOvqCIDQxI96.adaptive-delivery-prevent-bg, #br5efr6nPB0pcATipu37qOvqCIDQxI96.lazyload, #br5efr6nPB0pcATipu37qOvqCIDQxI96.lazyloading { background-image: none; }#br5efr6nPB0pcATipu37qOvqCIDQxI96 > .row .container { background-color: transparent; background-image: none; }#br5efr6nPB0pcATipu37qOvqCIDQxI96::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(239,239,239,0.99); }#br5efr6nPB0pcATipu37qOvqCIDQxI96 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#br5efr6nPB0pcATipu37qOvqCIDQxI96 > .row .container > .video-iframe-container { display: none; }#br5efr6nPB0pcATipu37qOvqCIDQxI96 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(239,239,239,0.99); }#br5efr6nPB0pcATipu37qOvqCIDQxI96 > .row > .video-iframe-container { display: none; }#br5efr6nPB0pcATipu37qOvqCIDQxI96 > .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); }#br5efr6nPB0pcATipu37qOvqCIDQxI96 > .row .container { border-width: 0; border-radius: 0; }#br5efr6nPB0pcATipu37qOvqCIDQxI96::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#br5efr6nPB0pcATipu37qOvqCIDQxI96 > .row > .video-iframe-container {  }#br5efr6nPB0pcATipu37qOvqCIDQxI96 > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h6P5WZHM6aSBgA5lwcc93MKXw8nH0GVO { width:19.9375rem;height:5.625rem;top:0.88543701171875rem;left:0.062066018581391rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BpDEB6b6I74B94MQR9mS9Qd2etB9gWB2 { width:18.8748125rem;height:7.8735625rem;top:34.875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKAN7PJTN2CzEr78nUu4R5svHOviZTHD { width:20rem;height:16.7480625rem;top:7.4375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/BYSELDcQ/Copy_of_Join_Brittney_600_739px_.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#rKAN7PJTN2CzEr78nUu4R5svHOviZTHD.adaptive-delivery-prevent-bg, #rKAN7PJTN2CzEr78nUu4R5svHOviZTHD.lazyload, #rKAN7PJTN2CzEr78nUu4R5svHOviZTHD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #M7dFnJySEChKlBZy8SeQPiSMyBbMCUfm { width:20rem;height:16.93575rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #keimlQGx5r7z4L3TGCS7GNdPUoh9fXpk { width:18.75rem;height:2.9362rem;top:43.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJz0G4yMEvRfNRfmXhBK68OpJ9ZJWDxZ { display:block; }
 }@media only screen and (max-width: 763px) { #yyfaGVf4RwEwza3HbCrBleGdVabkynJP { display:block; }#yyfaGVf4RwEwza3HbCrBleGdVabkynJP > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkKTyfMxmBiJMrHMMehGZ2LHo5o4ErHd { width:20rem;height:0.75rem;top:14.49609375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HuUe8O10cq5Q4UqOkdG4U8TppSt9zk4a { width:7.249375rem;height:2.24935rem;top:1.6875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq8TnGSmyvAJMTfQxHQomlMFmoBJcduc { display:block; }
 }@media only screen and (max-width: 763px) { #XVZUOOdlOIKfpTzzdvwWPGWEZ3J1CGzq { width:12.1245625rem;height:2.24935rem;top:4.6875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKavmCtIQFtIUWZQ6oWUTVtGTDTXROKd { display:block; }
 }@media only screen and (max-width: 763px) { #zASxQdBvcanbrs6CITTrGZEnKc6flF2R { width:14.874125rem;height:2.24935rem;top:7.9375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8Pck7RT02maX7ATUXTvvxNw4J805Dhb { display:block; }
 }@media only screen and (max-width: 763px) { #Af4LTacNLxyBsqz6cXLn8lv7DivCwQLP { width:7.874375rem;height:2.24935rem;top:11.3125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9XfL5nfQkinXyxWSikL9ecNm9AOnTZV { display:block; }
 }