.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;
}
.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;position:relative;display:block; }
#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container { display: none; }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .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); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2ecfb1;background-image:none;position:relative;display:block; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { background-color: transparent; background-image: none; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container > .video-iframe-container { display: none; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row > .video-iframe-container { display: none; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .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); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { border-width: 0; border-radius: 0; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:60rem;position:relative;display:block; }#lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#ffffff;padding-top:0.4675rem;padding-right:0.42625rem;padding-bottom:0.4675rem;padding-left:0.42625rem;display:block;align-items:center;width:2.555rem;min-width:2.555rem;height:2.51125rem;position:relative;font-family:"open sans";font-size:1.87rem;font-weight:700;line-height:40.18px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.29125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.4075rem;height:0.990625rem;position:relative;font-family:"open sans";font-size:0.701875rem;font-weight:400;line-height:15.85px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:17.625rem;height:4.728125rem;padding-top:0.585rem;padding-right:0.608125rem;padding-bottom:0.585rem;padding-left:0.608125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:19.765626907349rem;z-index:100001; }
#lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ #FtzIRtcfufnt8LqTA91iqRo48ZpQfoDy { display:flex;position:relative;top:0rem;left:0rem; }
#lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ #g9XkETeZQtdCRvzorDlAp7XyTa3JHJzH { width:auto; }
#lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ #ogH6SOxFZChc1B0S23AzPBzNDL5Hw9vw {  }
#lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ #TSpWpBSTSlJFDWXeyCLL968r5FyVqoNw { display:flex;position:relative;top:0rem;left:0rem; }
#lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ #cvJBDaNaMyDIPJ3wpmGXcDtLfkzCticO {  }
#lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ #ZRm6Pco7o3x4ICTnodVHv37tZuPbP7JG {  }
#lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ #qUrXgzsb8AhxX8PUlpdNTDXD04wzTxZ1 { display:flex;position:relative;top:0rem;left:0rem; }
#lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ #Ib7vv8fZdE6KbfZUb7M19RpiVIq0sUvh {  }
#lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ #KWVGcJAheTPR2aha6a5taEHowNPzbWR0 {  }
#lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ #EqSKrbS6XkZS0SP8ZesQkQyFwZWsDROP { display:flex;position:relative;top:0rem;left:0rem; }
#lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ #o2FwhiDuUCpWAV0QvDHXMB1Z9MvODoRD {  }
#lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ #gK12Ezou00Q1KKHVB6ovgP661Sgpt4bL {  }
#a3S0vXJcmt4h0tv9acM5RGfQFKTItxxr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/UrXlE1GZ5PQ/unsplash/christina-rumpf-UrXlE1GZ5PQ-photo-1601091566377-17adfa2fa02e.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#a3S0vXJcmt4h0tv9acM5RGfQFKTItxxr.adaptive-delivery-prevent-bg, #a3S0vXJcmt4h0tv9acM5RGfQFKTItxxr.lazyload, #a3S0vXJcmt4h0tv9acM5RGfQFKTItxxr.lazyloading { background-image: none; }#a3S0vXJcmt4h0tv9acM5RGfQFKTItxxr > .row .container { background-color: transparent; background-image: none; }#a3S0vXJcmt4h0tv9acM5RGfQFKTItxxr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55); }#a3S0vXJcmt4h0tv9acM5RGfQFKTItxxr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a3S0vXJcmt4h0tv9acM5RGfQFKTItxxr > .row .container > .video-iframe-container { display: none; }#a3S0vXJcmt4h0tv9acM5RGfQFKTItxxr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55); }#a3S0vXJcmt4h0tv9acM5RGfQFKTItxxr > .row > .video-iframe-container { display: none; }#a3S0vXJcmt4h0tv9acM5RGfQFKTItxxr > .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); }#a3S0vXJcmt4h0tv9acM5RGfQFKTItxxr > .row .container { border-width: 0; border-radius: 0; }#a3S0vXJcmt4h0tv9acM5RGfQFKTItxxr > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:60rem;position:relative;display:block; }#LbZvl6BVUxheAeA0ebiIO3eQzpomJv1J { display:block;width:54.3125rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:400;z-index:100000;line-height:1.8;letter-spacing:0;top:1.9375rem;left:2.84375rem;height:5.625rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#y2FMaQGCW3nrQN1ETFGS6thbqEynzKHM { background-color:#f4261d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5625rem;height:3.9375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:31.375rem;left:17.21875rem;display:block; }
#UUhKTxAq0GXTtsaW8dPr3SI3Oty3JTI5 { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts { display:block;width:42rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:12.78125rem;left:9rem;height:;color:rgba(0,0,0,0);font-style:normal;display:block; }#A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts li:before{  }
#fFceaCTdE5hlS471OW8f9ZDECEd7cDlX { display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:100002;line-height:1.8;letter-spacing:0;top:35.9375rem;left:20.4375rem;height:2.25rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#xOVb8Qg58ka0zn62BBtkzUeQTCo66IMv { display:block;width:57.875rem;position:absolute;font-family:oswald;font-size:1.3125rem;font-weight:400;z-index:100001;line-height:1.8;letter-spacing:0;top:7.5625rem;left:1.0625rem;height:4.7246125rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2ecfb1;background-image:none;position:relative;display:block; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container { background-color: transparent; background-image: none; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container > .video-iframe-container { display: none; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row > .video-iframe-container { display: none; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .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); }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container { border-width: 0; border-radius: 0; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:60rem;position:relative;display:block; }#JZ6PDRXOPAh3BISHWXLbASiUvVCTSrF5 { display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.875rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:2.005859375rem;left:0rem;height:3.7380625rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container { background-color: transparent; background-image: none; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container > .video-iframe-container { display: none; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row > .video-iframe-container { display: none; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .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); }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container { border-width: 0; border-radius: 0; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container { font-size:0.875rem;font-family:arial;height:25.125rem;width:60rem;position:relative;display:block; }#gP3yyZiclvcMuMkt0dV1JKyZaADOQng6 { display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:10.625rem;left:0rem;height:1.94921875rem;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#JkoZdZ6C0MxxdUz5mcOTGvnS3frnsORi { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#f4261d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:100000;top:4.0625rem;left:7.1875rem;display:block; }
#PBgXEk37RwGAHNEkheHXAycrxsnN8ROz { box-sizing:content-box;color:#ffffff;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:block;z-index:100001;top:5.3125rem;left:8.4375rem;display:block; }
#p7mg7GgOM12rAtJBfm5SvGxHwyqOJEaf { display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100003;line-height:1.4;letter-spacing:0;top:13.2490234375rem;left:0.90625rem;height:2.9746125rem;font-style:normal;color:#aeafb0;text-align:center;text-align-last:center;display:block; }
#FDb5N8ueTXCGyO9oP7hpxTKW8S8vFZIE { display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100007;line-height:1.4;letter-spacing:0;top:13.2490234375rem;left:20.625rem;height:5.94921875rem;font-style:normal;color:#aeafb0;text-align:center;text-align-last:center;display:block; }
#sSrH3T3MfcbSOw7ObJ2U21BsBAwvXEzM { display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:10.625rem;left:20.625rem;height:1.94921875rem;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#ZfDZJgbx4Q2yrqyU10sgCISM2x2g20Sk { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#f4261d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:100004;top:4.0625rem;left:27.1875rem;display:block; }
#Oz8UbBpswqXFd6VfC3Vnp0yAelxq5FA2 { box-sizing:content-box;color:#ffffff;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:block;z-index:100005;top:5.3125rem;left:28.4375rem;display:block; }
#f9GqDwDwNOBZl44buVZmg5dPTHIBJt0P { display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100011;line-height:1.4;letter-spacing:0;top:13.25rem;left:40.625rem;height:4.4619125rem;font-style:normal;color:#aeafb0;text-align:center;text-align-last:center;display:block; }
#qV1disg6vSwc5xIhNuVEIRmRbRCBH2B5 { display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:10.625rem;left:41.25rem;height:1.94921875rem;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#bHTbVtAaNJNWMtqFkmTBocUPq72Oq6PD { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#f4261d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:100008;top:4.0625rem;left:47.1875rem;display:block; }
#tsunCv2SdlhLAQcSJZKVta45M50XywgT { box-sizing:content-box;color:#ffffff;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:block;z-index:100009;top:5.3125rem;left:48.4375rem;display:block; }
#iyUAhhfT5rWRnz5BZhiT7pS2gwoCIseO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2ecfb1;background-image:none;position:relative;display:block; }#iyUAhhfT5rWRnz5BZhiT7pS2gwoCIseO > .row .container { background-color: transparent; background-image: none; }#iyUAhhfT5rWRnz5BZhiT7pS2gwoCIseO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iyUAhhfT5rWRnz5BZhiT7pS2gwoCIseO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iyUAhhfT5rWRnz5BZhiT7pS2gwoCIseO > .row .container > .video-iframe-container { display: none; }#iyUAhhfT5rWRnz5BZhiT7pS2gwoCIseO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iyUAhhfT5rWRnz5BZhiT7pS2gwoCIseO > .row > .video-iframe-container { display: none; }#iyUAhhfT5rWRnz5BZhiT7pS2gwoCIseO > .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); }#iyUAhhfT5rWRnz5BZhiT7pS2gwoCIseO > .row .container { border-width: 0; border-radius: 0; }#iyUAhhfT5rWRnz5BZhiT7pS2gwoCIseO > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:60rem;position:relative;display:block; }#CfAqFFek4TnrNZeVSPPGvbe3tgdUenMD { display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.875rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:2.005859375rem;left:0rem;height:7.474625rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#EiOLsNoqMPBzUpnIPCPS4ksNORnoiKK2 { position:relative;display:block; }#EiOLsNoqMPBzUpnIPCPS4ksNORnoiKK2 { background-color: transparent; background-image: none; }#EiOLsNoqMPBzUpnIPCPS4ksNORnoiKK2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EiOLsNoqMPBzUpnIPCPS4ksNORnoiKK2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EiOLsNoqMPBzUpnIPCPS4ksNORnoiKK2 > .row .container > .video-iframe-container { display: none; }#EiOLsNoqMPBzUpnIPCPS4ksNORnoiKK2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EiOLsNoqMPBzUpnIPCPS4ksNORnoiKK2 > .row > .video-iframe-container { display: none; }#EiOLsNoqMPBzUpnIPCPS4ksNORnoiKK2 > .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); }#EiOLsNoqMPBzUpnIPCPS4ksNORnoiKK2 { border-width: 0; border-radius: 0; }#EiOLsNoqMPBzUpnIPCPS4ksNORnoiKK2 > .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:47.5625rem;width:60rem;position:relative;display:block; }#PoTL9LViDTPRlXVdFlKWTfCFgCXPb5fT { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:8.69921875rem;left:4.625rem;height:5.5234375rem;display:block; }
#f7CsNnZhJIL1yCOm9OXepNMpdIlzoTV0 { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:8.69921875rem;left:35.0625rem;height:6.9043125rem;display:block; }
#yf9xNRXdQKrlS2pCIb230VRcXw3OKU1d { color:#000000;display:block;width:23.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:23.5rem;left:4.8125rem;height:4.142575rem;display:block; }
#fUk2MaeT47haXi6ZyNIm9gd0cSChMgRe { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:23.5rem;left:34.875rem;height:6.9043125rem;display:block; }
#rVmTuICWhzkQHSfxdwVdGVxzBf2A5NkI { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:35.375rem;left:4.125rem;height:5.5234375rem;display:block; }
#t0INtv9C8Du3AGnmVon89I05FbE6W7SA { color:#000000;display:block;width:23.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:35.375rem;left:34.6875rem;height:5.5234375rem;display:block; }
#llqiHlpZlTI8S8TZxtlSNmTEIBvOzl0R { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:4.80078125rem;left:4.6875rem;height:1.94921875rem;font-style:normal;display:block; }
#Jz3X8D06J5HEHkqrNXMt02insUAEmHBd { color:#000000;display:block;width:23.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100002;line-height:1.1;letter-spacing:0;top:4.80078125rem;left:34.78125rem;height:3.298825rem;font-style:normal;display:block; }
#OA5BIc8gCkKCi7ZQqxrRl3GExOLov8ZX { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:19.4375rem;left:4.8125rem;height:1.94921875rem;font-style:normal;display:block; }
#ssLWR3TJA3PFa9XrMBTEWZE8e29Dw43f { color:#000000;display:block;width:21.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100003;line-height:1.1;letter-spacing:0;top:32.5rem;left:4.125rem;height:1.6494125rem;font-style:normal;display:block; }
#QCoitxyAfuID9b7ch4zsQ814x4wedHSG { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100004;line-height:1.1;letter-spacing:0;top:19.25rem;left:34.5625rem;height:3.298825rem;font-style:normal;display:block; }
#NmNLpJ0TLGOSTOBCBPBgxCPhr1GE74Jf { box-sizing:content-box;color:#2ecfb1;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:4.587890625rem;left:2.375rem;display:block; }
#k1QMpTUnotMoTdyJoxzrRpIa9ucqPvs2 { box-sizing:content-box;color:#2ecfb1;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:32.1875rem;left:1.8125rem;display:block; }
#rCsgT29LGcxKqhtvwJQZJxhOsJTu3kyf { box-sizing:content-box;color:#2ecfb1;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:19.25rem;left:2.5rem;display:block; }
#nNIlqTubPUq5l8AqB0p7KSAoXKF998Cx { box-sizing:content-box;color:#2ecfb1;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:4.587890625rem;left:32.46875rem;display:block; }
#tN7ifVCOiqdpl7hCn1tlSpqUMyoo7pGc { box-sizing:content-box;color:#2ecfb1;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:32.125rem;left:32.125rem;display:block; }
#uXGywca25ilH1pCf0ceMfeTaVnSi0GaP { box-sizing:content-box;color:#2ecfb1;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:19.125rem;left:32.25rem;display:block; }
#fI0ZEQSZZfa39gAzxm9aDZ88zaNXP1ad { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100005;line-height:1.1;letter-spacing:0;top:32.5625rem;left:34.4375rem;height:1.6494125rem;font-style:normal;display:block; }
#TGJZo0B6Ci5IhXzO4yT9LawAEPfA44wD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2ecfb1;background-image:none;position:relative;display:block; }#TGJZo0B6Ci5IhXzO4yT9LawAEPfA44wD > .row .container { background-color: transparent; background-image: none; }#TGJZo0B6Ci5IhXzO4yT9LawAEPfA44wD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TGJZo0B6Ci5IhXzO4yT9LawAEPfA44wD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TGJZo0B6Ci5IhXzO4yT9LawAEPfA44wD > .row .container > .video-iframe-container { display: none; }#TGJZo0B6Ci5IhXzO4yT9LawAEPfA44wD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TGJZo0B6Ci5IhXzO4yT9LawAEPfA44wD > .row > .video-iframe-container { display: none; }#TGJZo0B6Ci5IhXzO4yT9LawAEPfA44wD > .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); }#TGJZo0B6Ci5IhXzO4yT9LawAEPfA44wD > .row .container { border-width: 0; border-radius: 0; }#TGJZo0B6Ci5IhXzO4yT9LawAEPfA44wD > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:60rem;position:relative;display:block; }#WKFA23pOoQWM87ikwuMfgqq9Zb1LaRJA { display:block;width:57.0625rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:1.84375rem;left:1.46875rem;height:4.0625rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#l5PKfLVfB3W3CpXKD7NKXOmyIxdHhFPE { background-color:transparent;background-image:url("https://images.assets-landingi.com/GcKQ6hrR/10_Day_Total_Mind_Body_Detox_Feature_Thumbnails_2_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#l5PKfLVfB3W3CpXKD7NKXOmyIxdHhFPE.adaptive-delivery-prevent-bg, #l5PKfLVfB3W3CpXKD7NKXOmyIxdHhFPE.lazyload, #l5PKfLVfB3W3CpXKD7NKXOmyIxdHhFPE.lazyloading { background-image: none; }#l5PKfLVfB3W3CpXKD7NKXOmyIxdHhFPE > .row .container { background-color: transparent; background-image: none; }#l5PKfLVfB3W3CpXKD7NKXOmyIxdHhFPE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18,96,102,0.27); }#l5PKfLVfB3W3CpXKD7NKXOmyIxdHhFPE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l5PKfLVfB3W3CpXKD7NKXOmyIxdHhFPE > .row .container > .video-iframe-container { display: none; }#l5PKfLVfB3W3CpXKD7NKXOmyIxdHhFPE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18,96,102,0.27); }#l5PKfLVfB3W3CpXKD7NKXOmyIxdHhFPE > .row > .video-iframe-container { display: none; }#l5PKfLVfB3W3CpXKD7NKXOmyIxdHhFPE > .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); }#l5PKfLVfB3W3CpXKD7NKXOmyIxdHhFPE > .row .container { border-width: 0; border-radius: 0; }#l5PKfLVfB3W3CpXKD7NKXOmyIxdHhFPE > .row .container { width:60rem;height:38rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#xMAPWLpzW9NI79Sm4Sg14v9H1mbuVM88 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.9365rem;width:44.624rem;top:3.5224609375rem;left:7.6875rem;display:block; }
#qf1pfIxbNPuUmFrxvtRx2q35ehMdpzy7 { background-color:#f4261d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40rem;height:4rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:30.333984375rem;left:10rem;display:block; }
#uVXswdENXIrgB5CpVUadxm1nOptNurGM { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#mf5iiIZAdXkrauwPfPcpJexgSifOut3r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;display:block; }#mf5iiIZAdXkrauwPfPcpJexgSifOut3r > .row .container { background-color: transparent; background-image: none; }#mf5iiIZAdXkrauwPfPcpJexgSifOut3r::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mf5iiIZAdXkrauwPfPcpJexgSifOut3r > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mf5iiIZAdXkrauwPfPcpJexgSifOut3r > .row .container > .video-iframe-container { display: none; }#mf5iiIZAdXkrauwPfPcpJexgSifOut3r > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mf5iiIZAdXkrauwPfPcpJexgSifOut3r > .row > .video-iframe-container { display: none; }#mf5iiIZAdXkrauwPfPcpJexgSifOut3r > .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); }#mf5iiIZAdXkrauwPfPcpJexgSifOut3r > .row .container { border-width: 0; border-radius: 0; }#mf5iiIZAdXkrauwPfPcpJexgSifOut3r > .row .container { font-size:0.875rem;font-family:arial;height:38.6875rem;width:60rem;position:relative;display:block; }#baPXyVNGoXBszXtxuLwLV8V8fFp4WA8T { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:20.3125rem;width:15.5625rem;top:7.75rem;left:41.1162109375rem;overflow:hidden;display:block; }
#ZFOIHKFNMoPT7qgyrbFV5T4FetDwERwR { color:#000000;display:block;width:32.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:6.3125rem;left:4.15625rem;height:27.7422rem;display:block; }
#btoOFSPNCOTPBixcNrQeWF4m568hVW6p { color:#000000;display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:28.5927734375rem;left:41.1162109375rem;height:3.89941875rem;text-align:center;text-align-last:center;display:block; }
#US2LOduVzAQSBUqP2X1BQ6WaVvzUdT0L { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:"marck script";font-size:1.875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:3.4921875rem;left:4.15625rem;height:2.4375rem;display:block; }
#yx45eAPd3raKqTDTLqXdDDywyTxUs0Mz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2ecfb1;background-image:none;position:relative;display:block; }#yx45eAPd3raKqTDTLqXdDDywyTxUs0Mz > .row .container { background-color: transparent; background-image: none; }#yx45eAPd3raKqTDTLqXdDDywyTxUs0Mz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yx45eAPd3raKqTDTLqXdDDywyTxUs0Mz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yx45eAPd3raKqTDTLqXdDDywyTxUs0Mz > .row .container > .video-iframe-container { display: none; }#yx45eAPd3raKqTDTLqXdDDywyTxUs0Mz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yx45eAPd3raKqTDTLqXdDDywyTxUs0Mz > .row > .video-iframe-container { display: none; }#yx45eAPd3raKqTDTLqXdDDywyTxUs0Mz > .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); }#yx45eAPd3raKqTDTLqXdDDywyTxUs0Mz > .row .container { border-width: 0; border-radius: 0; }#yx45eAPd3raKqTDTLqXdDDywyTxUs0Mz > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:60rem;position:relative;display:block; }#MPT6OK3MikomoKCOhlBR08wD7yOmrNED { display:block;width:50.1875rem;position:absolute;font-family:oswald;font-size:2.875rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:3.875rem;left:4.9375rem;height:3.73730625rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#IHZcBZpGl9fV6FJG1rUpztvPFUzxQs5T { display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.8;letter-spacing:0;top:17.3125rem;left:20.4375rem;height:2.25rem;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#dkX11HsH0oi1ZvneODTrPuw4EgpNKwIw { background-color:#f4261d;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"open sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5625rem;height:3.75rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:12.375rem;left:17.71875rem;display:block; }
#mfCkvUBQik9H5OJLJcTGTC96iK9qP4KK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BpHd1LER3Zf8gT6Jlut9XUxJLf6yKuHf { display:block;width:30.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100004;line-height:1.8;letter-spacing:0;top:8.375rem;left:14.59375rem;height:2.13671875rem;font-style:italic;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#CiSvaOPvCnxrsKWcTimc9gnFdtvvPZVe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#CiSvaOPvCnxrsKWcTimc9gnFdtvvPZVe > .row .container { background-color: transparent; background-image: none; }#CiSvaOPvCnxrsKWcTimc9gnFdtvvPZVe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CiSvaOPvCnxrsKWcTimc9gnFdtvvPZVe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CiSvaOPvCnxrsKWcTimc9gnFdtvvPZVe > .row .container > .video-iframe-container { display: none; }#CiSvaOPvCnxrsKWcTimc9gnFdtvvPZVe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CiSvaOPvCnxrsKWcTimc9gnFdtvvPZVe > .row > .video-iframe-container { display: none; }#CiSvaOPvCnxrsKWcTimc9gnFdtvvPZVe > .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); }#CiSvaOPvCnxrsKWcTimc9gnFdtvvPZVe > .row .container { border-width: 0; border-radius: 0; }#CiSvaOPvCnxrsKWcTimc9gnFdtvvPZVe > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:60rem;position:relative;display:block; }#eCSSNG7b5NXXXsO1e5lTLSnM1KGtngEK { color:#2d2d2d;display:block;width:36.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:3.6875rem;left:11.6875rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#vHpZay6P2yTcKxNFvDSXbWdm0gWpMen4 { color:#2d2d2d;display:block;width:35.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:10rem;left:12.1875rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3f3f3f;background-image:none;position:relative;display:block; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container { background-color: transparent; background-image: none; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container > .video-iframe-container { display: none; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row > .video-iframe-container { display: none; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .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); }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container { border-width: 0; border-radius: 0; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:60rem;position:relative;display:block; }#WzasLIbwaIbkr8kGGl7zt4XFIQKsEe7P { color:#000000;display:block;width:52.4375rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:8.8125rem;left:3.78125rem;height:6.82226875rem;text-align:center;text-align-last:center;display:block; }
#AH3TRBnAKKfe7m8lDT0g6I99PyxbzfdS { color:#ffffff;display:block;width:21.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:4.5rem;left:19.375rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#On7A1bhvXD8xnslw4xKgVB2bwXWGC9zW { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:2.125rem;left:22.4375rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP { display:block; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ { display:flex;width:18rem;height:5.0625rem;top:0.9375rem;left:17.2275390625rem; }
 }@media only screen and (max-width: 763px) { #lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ #FtzIRtcfufnt8LqTA91iqRo48ZpQfoDy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ #g9XkETeZQtdCRvzorDlAp7XyTa3JHJzH {  }
 }@media only screen and (max-width: 763px) { #lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ #ogH6SOxFZChc1B0S23AzPBzNDL5Hw9vw {  }
 }@media only screen and (max-width: 763px) { #lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ #TSpWpBSTSlJFDWXeyCLL968r5FyVqoNw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ #cvJBDaNaMyDIPJ3wpmGXcDtLfkzCticO {  }
 }@media only screen and (max-width: 763px) { #lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ #ZRm6Pco7o3x4ICTnodVHv37tZuPbP7JG {  }
 }@media only screen and (max-width: 763px) { #lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ #qUrXgzsb8AhxX8PUlpdNTDXD04wzTxZ1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ #Ib7vv8fZdE6KbfZUb7M19RpiVIq0sUvh {  }
 }@media only screen and (max-width: 763px) { #lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ #KWVGcJAheTPR2aha6a5taEHowNPzbWR0 {  }
 }@media only screen and (max-width: 763px) { #lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ #EqSKrbS6XkZS0SP8ZesQkQyFwZWsDROP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ #o2FwhiDuUCpWAV0QvDHXMB1Z9MvODoRD {  }
 }@media only screen and (max-width: 763px) { #lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ #gK12Ezou00Q1KKHVB6ovgP661Sgpt4bL {  }
 }@media only screen and (max-width: 763px) { #a3S0vXJcmt4h0tv9acM5RGfQFKTItxxr { display:block; }#a3S0vXJcmt4h0tv9acM5RGfQFKTItxxr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LbZvl6BVUxheAeA0ebiIO3eQzpomJv1J { width:47.75rem;height:5.625rem;top:1.9375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2FMaQGCW3nrQN1ETFGS6thbqEynzKHM { width:25.5625rem;height:3.9375rem;top:31.375rem;left:11.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUhKTxAq0GXTtsaW8dPr3SI3Oty3JTI5 { display:block; }
 }@media only screen and (max-width: 763px) { #A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts { width:41.9375rem;height:16.125rem;top:12.75rem;left:2.874568939209rem;font-size:1.25rem;display:block; }#A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts li:before{  }
 }@media only screen and (max-width: 763px) { #fFceaCTdE5hlS471OW8f9ZDECEd7cDlX { width:19.125rem;height:2.25rem;top:35.9375rem;left:14.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOVb8Qg58ka0zn62BBtkzUeQTCo66IMv { width:47.75rem;height:2.3125rem;top:7.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 { display:block; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZ6PDRXOPAh3BISHWXLbASiUvVCTSrF5 { width:47.75rem;height:3.6875rem;top:2rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl { display:block; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gP3yyZiclvcMuMkt0dV1JKyZaADOQng6 { width:18.75rem;height:1.9375rem;top:10.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkoZdZ6C0MxxdUz5mcOTGvnS3frnsORi { width:5.625rem;height:5.625rem;top:4.125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBgXEk37RwGAHNEkheHXAycrxsnN8ROz { width:3.125rem;height:3.125rem;top:5.375rem;left:6.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7mg7GgOM12rAtJBfm5SvGxHwyqOJEaf { width:18.1875rem;height:2.9375rem;top:13.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDb5N8ueTXCGyO9oP7hpxTKW8S8vFZIE { width:18.75rem;height:7.375rem;top:13.1875rem;left:13rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSrH3T3MfcbSOw7ObJ2U21BsBAwvXEzM { width:15.9375rem;height:1.9375rem;top:10.625rem;left:15.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfDZJgbx4Q2yrqyU10sgCISM2x2g20Sk { width:5.625rem;height:5.625rem;top:4.125rem;left:21.041666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz8UbBpswqXFd6VfC3Vnp0yAelxq5FA2 { width:3.125rem;height:3.125rem;top:5.375rem;left:22.291666666667rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9GqDwDwNOBZl44buVZmg5dPTHIBJt0P { width:18.75rem;height:4.4375rem;top:13.25rem;left:28.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qV1disg6vSwc5xIhNuVEIRmRbRCBH2B5 { width:15.9375rem;height:1.9375rem;top:10.6875rem;left:31.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHTbVtAaNJNWMtqFkmTBocUPq72Oq6PD { width:5.625rem;height:5.625rem;top:4.1875rem;left:37.020833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsunCv2SdlhLAQcSJZKVta45M50XywgT { width:3.125rem;height:3.125rem;top:5.4375rem;left:38.270833333333rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyUAhhfT5rWRnz5BZhiT7pS2gwoCIseO { display:block; }#iyUAhhfT5rWRnz5BZhiT7pS2gwoCIseO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CfAqFFek4TnrNZeVSPPGvbe3tgdUenMD { width:47.75rem;height:3.6875rem;top:2rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiOLsNoqMPBzUpnIPCPS4ksNORnoiKK2 { display:block; }#EiOLsNoqMPBzUpnIPCPS4ksNORnoiKK2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PoTL9LViDTPRlXVdFlKWTfCFgCXPb5fT { top:8.6875rem;left:0.8125rem;width:23.0625rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7CsNnZhJIL1yCOm9OXepNMpdIlzoTV0 { top:8.6875rem;left:24.9375rem;width:22.8125rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf9xNRXdQKrlS2pCIb230VRcXw3OKU1d { top:23.5rem;left:0.6875rem;width:23.1875rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUk2MaeT47haXi6ZyNIm9gd0cSChMgRe { top:23.5rem;left:24.6875rem;width:23.0625rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVmTuICWhzkQHSfxdwVdGVxzBf2A5NkI { top:35.375rem;left:0.8125rem;width:23.0625rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0INtv9C8Du3AGnmVon89I05FbE6W7SA { top:35.375rem;left:24.5rem;width:23.25rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #llqiHlpZlTI8S8TZxtlSNmTEIBvOzl0R { top:4.75rem;left:1.625rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jz3X8D06J5HEHkqrNXMt02insUAEmHBd { top:4.75rem;left:23.8125rem;width:23.9375rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA5BIc8gCkKCi7ZQqxrRl3GExOLov8ZX { top:19.4375rem;left:1.75rem;width:15rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssLWR3TJA3PFa9XrMBTEWZE8e29Dw43f { top:32.5rem;left:1.0625rem;width:21.125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCoitxyAfuID9b7ch4zsQ814x4wedHSG { top:19.25rem;left:25.375rem;width:17.9375rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmNLpJ0TLGOSTOBCBPBgxCPhr1GE74Jf { top:4.5625rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1QMpTUnotMoTdyJoxzrRpIa9ucqPvs2 { top:32.1875rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCsgT29LGcxKqhtvwJQZJxhOsJTu3kyf { top:19.25rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNIlqTubPUq5l8AqB0p7KSAoXKF998Cx { top:4.5625rem;left:23.875rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN7ifVCOiqdpl7hCn1tlSpqUMyoo7pGc { top:32.125rem;left:23.875rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXGywca25ilH1pCf0ceMfeTaVnSi0GaP { top:19.125rem;left:23.875rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI0ZEQSZZfa39gAzxm9aDZ88zaNXP1ad { top:32.5625rem;left:25.25rem;width:21.5625rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGJZo0B6Ci5IhXzO4yT9LawAEPfA44wD { display:block; }#TGJZo0B6Ci5IhXzO4yT9LawAEPfA44wD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKFA23pOoQWM87ikwuMfgqq9Zb1LaRJA { width:47.75rem;height:4.0625rem;top:1.8125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5PKfLVfB3W3CpXKD7NKXOmyIxdHhFPE { display:block; }#l5PKfLVfB3W3CpXKD7NKXOmyIxdHhFPE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xMAPWLpzW9NI79Sm4Sg14v9H1mbuVM88 { top:3.5rem;left:1.5625rem;width:44.5625rem;height:24.902132960963rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf1pfIxbNPuUmFrxvtRx2q35ehMdpzy7 { width:40rem;height:4rem;top:30.3125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVXswdENXIrgB5CpVUadxm1nOptNurGM { display:block; }
 }@media only screen and (max-width: 763px) { #mf5iiIZAdXkrauwPfPcpJexgSifOut3r { display:block; }#mf5iiIZAdXkrauwPfPcpJexgSifOut3r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #baPXyVNGoXBszXtxuLwLV8V8fFp4WA8T { top:7.75rem;left:32.1875rem;width:15.5625rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFOIHKFNMoPT7qgyrbFV5T4FetDwERwR { top:6.3125rem;left:0rem;width:32.875rem;height:27.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #btoOFSPNCOTPBixcNrQeWF4m568hVW6p { top:28.5625rem;left:31.125rem;width:16.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #US2LOduVzAQSBUqP2X1BQ6WaVvzUdT0L { top:3.4375rem;left:0rem;width:15.1875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yx45eAPd3raKqTDTLqXdDDywyTxUs0Mz { display:block; }#yx45eAPd3raKqTDTLqXdDDywyTxUs0Mz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPT6OK3MikomoKCOhlBR08wD7yOmrNED { width:47.75rem;height:3.6875rem;top:3.875rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHZcBZpGl9fV6FJG1rUpztvPFUzxQs5T { width:19.125rem;height:2.25rem;top:17.3125rem;left:14.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkX11HsH0oi1ZvneODTrPuw4EgpNKwIw { width:24.5625rem;height:3.75rem;top:12.375rem;left:11.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfCkvUBQik9H5OJLJcTGTC96iK9qP4KK { display:block; }
 }@media only screen and (max-width: 763px) { #BpHd1LER3Zf8gT6Jlut9XUxJLf6yKuHf { width:30.8125rem;height:2.125rem;top:8.375rem;left:8.46875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiSvaOPvCnxrsKWcTimc9gnFdtvvPZVe { display:block; }#CiSvaOPvCnxrsKWcTimc9gnFdtvvPZVe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eCSSNG7b5NXXXsO1e5lTLSnM1KGtngEK { top:3.6875rem;left:5.5625rem;width:36.625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHpZay6P2yTcKxNFvDSXbWdm0gWpMen4 { top:10rem;left:6.0625rem;width:35.6875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 { display:block; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WzasLIbwaIbkr8kGGl7zt4XFIQKsEe7P { top:8.8125rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH3TRBnAKKfe7m8lDT0g6I99PyxbzfdS { top:4.5rem;left:13.25rem;width:21.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #On7A1bhvXD8xnslw4xKgVB2bwXWGC9zW { top:2.125rem;left:16.3125rem;width:15.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP { display:block; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none; }
#lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ { display:flex;width:18rem;height:5.0625rem;top:0rem;left:0.57109379768372rem;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; }
 }@media only screen and (max-width: 763px) { #lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ #FtzIRtcfufnt8LqTA91iqRo48ZpQfoDy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ #g9XkETeZQtdCRvzorDlAp7XyTa3JHJzH {  }
 }@media only screen and (max-width: 763px) { #lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ #ogH6SOxFZChc1B0S23AzPBzNDL5Hw9vw {  }
 }@media only screen and (max-width: 763px) { #lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ #TSpWpBSTSlJFDWXeyCLL968r5FyVqoNw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ #cvJBDaNaMyDIPJ3wpmGXcDtLfkzCticO {  }
 }@media only screen and (max-width: 763px) { #lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ #ZRm6Pco7o3x4ICTnodVHv37tZuPbP7JG {  }
 }@media only screen and (max-width: 763px) { #lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ #qUrXgzsb8AhxX8PUlpdNTDXD04wzTxZ1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ #Ib7vv8fZdE6KbfZUb7M19RpiVIq0sUvh {  }
 }@media only screen and (max-width: 763px) { #lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ #KWVGcJAheTPR2aha6a5taEHowNPzbWR0 {  }
 }@media only screen and (max-width: 763px) { #lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ #EqSKrbS6XkZS0SP8ZesQkQyFwZWsDROP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ #o2FwhiDuUCpWAV0QvDHXMB1Z9MvODoRD {  }
 }@media only screen and (max-width: 763px) { #lr4hkyg1geHLkFNaLKiubxi1nFpxzugQ #gK12Ezou00Q1KKHVB6ovgP661Sgpt4bL {  }
 }@media only screen and (max-width: 763px) { #a3S0vXJcmt4h0tv9acM5RGfQFKTItxxr { display:block; }#a3S0vXJcmt4h0tv9acM5RGfQFKTItxxr > .row .container { width:20rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LbZvl6BVUxheAeA0ebiIO3eQzpomJv1J { width:20rem;height:5.19921875rem;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #y2FMaQGCW3nrQN1ETFGS6thbqEynzKHM { width:16.5625rem;height:3.75rem;top:29.6923828125rem;left:1.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUhKTxAq0GXTtsaW8dPr3SI3Oty3JTI5 { display:block; }
 }@media only screen and (max-width: 763px) { #A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts { width:20rem;height:12.9375rem;top:15.0048828125rem;left:0rem;font-size:1.25rem;display:block; }#A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts li:before{  }
 }@media only screen and (max-width: 763px) { #fFceaCTdE5hlS471OW8f9ZDECEd7cDlX { width:19.125rem;height:2.25rem;top:33.4423828125rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOVb8Qg58ka0zn62BBtkzUeQTCo66IMv { width:20rem;height:5.0625rem;top:8.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 { display:block; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZ6PDRXOPAh3BISHWXLbASiUvVCTSrF5 { width:20rem;height:5.19921875rem;top:2.900390625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl { display:block; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container { width:20rem;height:53.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gP3yyZiclvcMuMkt0dV1JKyZaADOQng6 { width:18.75rem;height:1.94921875rem;top:9.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkoZdZ6C0MxxdUz5mcOTGvnS3frnsORi { width:5.625rem;height:5.625rem;top:2.4375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBgXEk37RwGAHNEkheHXAycrxsnN8ROz { width:3.125rem;height:3.125rem;top:3.6875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7mg7GgOM12rAtJBfm5SvGxHwyqOJEaf { width:18.75rem;height:2.9746125rem;top:12.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDb5N8ueTXCGyO9oP7hpxTKW8S8vFZIE { width:18.75rem;height:7.4365rem;top:26.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSrH3T3MfcbSOw7ObJ2U21BsBAwvXEzM { width:18.75rem;height:1.94921875rem;top:23.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfDZJgbx4Q2yrqyU10sgCISM2x2g20Sk { width:5.625rem;height:5.625rem;top:16.5625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz8UbBpswqXFd6VfC3Vnp0yAelxq5FA2 { width:3.125rem;height:3.125rem;top:17.8125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9GqDwDwNOBZl44buVZmg5dPTHIBJt0P { width:18.75rem;height:4.4619125rem;top:45.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qV1disg6vSwc5xIhNuVEIRmRbRCBH2B5 { width:18.75rem;height:1.94921875rem;top:42.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHTbVtAaNJNWMtqFkmTBocUPq72Oq6PD { width:5.625rem;height:5.625rem;top:35.375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsunCv2SdlhLAQcSJZKVta45M50XywgT { width:3.125rem;height:3.125rem;top:36.625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyUAhhfT5rWRnz5BZhiT7pS2gwoCIseO { display:block; }#iyUAhhfT5rWRnz5BZhiT7pS2gwoCIseO > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CfAqFFek4TnrNZeVSPPGvbe3tgdUenMD { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiOLsNoqMPBzUpnIPCPS4ksNORnoiKK2 { display:block; }#EiOLsNoqMPBzUpnIPCPS4ksNORnoiKK2 > .row .container { width:20rem;height:108.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PoTL9LViDTPRlXVdFlKWTfCFgCXPb5fT { width:20rem;height:8.7715rem;top:7.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f7CsNnZhJIL1yCOm9OXepNMpdIlzoTV0 { width:20rem;height:10.233375rem;top:28.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yf9xNRXdQKrlS2pCIb230VRcXw3OKU1d { width:20rem;height:5.84765625rem;top:44.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fUk2MaeT47haXi6ZyNIm9gd0cSChMgRe { width:20rem;height:10.233375rem;top:77.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rVmTuICWhzkQHSfxdwVdGVxzBf2A5NkI { width:20rem;height:8.7715rem;top:58.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t0INtv9C8Du3AGnmVon89I05FbE6W7SA { width:20rem;height:8.7715rem;top:95.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #llqiHlpZlTI8S8TZxtlSNmTEIBvOzl0R { width:12.5rem;height:1.94921875rem;top:4.5625rem;left:3.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jz3X8D06J5HEHkqrNXMt02insUAEmHBd { width:12.5rem;height:6.597625rem;top:20.5625rem;left:3.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OA5BIc8gCkKCi7ZQqxrRl3GExOLov8ZX { width:15rem;height:1.94921875rem;top:42.0625rem;left:2.5rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ssLWR3TJA3PFa9XrMBTEWZE8e29Dw43f { width:17.5rem;height:3.298825rem;top:54.75rem;left:1.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QCoitxyAfuID9b7ch4zsQ814x4wedHSG { width:14.6875rem;height:4.94824375rem;top:71.5625rem;left:2.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NmNLpJ0TLGOSTOBCBPBgxCPhr1GE74Jf { width:2.375rem;height:2.375rem;top:2.25rem;left:8.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1QMpTUnotMoTdyJoxzrRpIa9ucqPvs2 { width:2.375rem;height:2.375rem;top:39.75rem;left:8.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCsgT29LGcxKqhtvwJQZJxhOsJTu3kyf { width:2.375rem;height:2.375rem;top:18.25rem;left:8.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNIlqTubPUq5l8AqB0p7KSAoXKF998Cx { width:2.375rem;height:2.375rem;top:52.4375rem;left:8.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN7ifVCOiqdpl7hCn1tlSpqUMyoo7pGc { width:2.375rem;height:2.375rem;top:89.9375rem;left:8.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXGywca25ilH1pCf0ceMfeTaVnSi0GaP { width:2.375rem;height:2.375rem;top:69.25rem;left:8.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI0ZEQSZZfa39gAzxm9aDZ88zaNXP1ad { width:20rem;height:1.6494125rem;top:92.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGJZo0B6Ci5IhXzO4yT9LawAEPfA44wD { display:block; }#TGJZo0B6Ci5IhXzO4yT9LawAEPfA44wD > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKFA23pOoQWM87ikwuMfgqq9Zb1LaRJA { width:20rem;height:2.5996125rem;top:3.41796875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5PKfLVfB3W3CpXKD7NKXOmyIxdHhFPE { background-color:transparent;background-image:url("https://images.assets-landingi.com/hO6IREZ1/10_Day_Total_Mind_Body_Detox_Feature_Thumbnails_2_.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#l5PKfLVfB3W3CpXKD7NKXOmyIxdHhFPE.adaptive-delivery-prevent-bg, #l5PKfLVfB3W3CpXKD7NKXOmyIxdHhFPE.lazyload, #l5PKfLVfB3W3CpXKD7NKXOmyIxdHhFPE.lazyloading { background-image: none; }#l5PKfLVfB3W3CpXKD7NKXOmyIxdHhFPE > .row .container { background-color: transparent; background-image: none; }#l5PKfLVfB3W3CpXKD7NKXOmyIxdHhFPE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(69,69,69,0.54); }#l5PKfLVfB3W3CpXKD7NKXOmyIxdHhFPE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l5PKfLVfB3W3CpXKD7NKXOmyIxdHhFPE > .row .container > .video-iframe-container { display: none; }#l5PKfLVfB3W3CpXKD7NKXOmyIxdHhFPE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(69,69,69,0.54); }#l5PKfLVfB3W3CpXKD7NKXOmyIxdHhFPE > .row > .video-iframe-container { display: none; }#l5PKfLVfB3W3CpXKD7NKXOmyIxdHhFPE > .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); }#l5PKfLVfB3W3CpXKD7NKXOmyIxdHhFPE > .row .container { width:20rem;height:26.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xMAPWLpzW9NI79Sm4Sg14v9H1mbuVM88 { height:11.176272857655rem;width:20rem;top:4.8115234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf1pfIxbNPuUmFrxvtRx2q35ehMdpzy7 { width:19.375rem;height:3.75rem;top:18.4990234375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVXswdENXIrgB5CpVUadxm1nOptNurGM { display:block; }
 }@media only screen and (max-width: 763px) { #mf5iiIZAdXkrauwPfPcpJexgSifOut3r { display:block; }#mf5iiIZAdXkrauwPfPcpJexgSifOut3r > .row .container { width:20rem;height:79.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #baPXyVNGoXBszXtxuLwLV8V8fFp4WA8T { width:15.5rem;height:20.3125rem;top:52.3125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFOIHKFNMoPT7qgyrbFV5T4FetDwERwR { width:20rem;height:45.5068375rem;top:6.123046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #btoOFSPNCOTPBixcNrQeWF4m568hVW6p { width:16.625rem;height:3.89941875rem;top:73.25rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #US2LOduVzAQSBUqP2X1BQ6WaVvzUdT0L { width:14.25rem;height:2.4375rem;top:2.3125rem;left:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yx45eAPd3raKqTDTLqXdDDywyTxUs0Mz { display:block; }#yx45eAPd3raKqTDTLqXdDDywyTxUs0Mz > .row .container { width:20rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPT6OK3MikomoKCOhlBR08wD7yOmrNED { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHZcBZpGl9fV6FJG1rUpztvPFUzxQs5T { width:19.125rem;height:2.25rem;top:16.046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkX11HsH0oi1ZvneODTrPuw4EgpNKwIw { width:19rem;height:3.75rem;top:11.734375rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfCkvUBQik9H5OJLJcTGTC96iK9qP4KK { display:block; }
 }@media only screen and (max-width: 763px) { #BpHd1LER3Zf8gT6Jlut9XUxJLf6yKuHf { width:20rem;height:3.25rem;top:7.171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CiSvaOPvCnxrsKWcTimc9gnFdtvvPZVe { display:block; }#CiSvaOPvCnxrsKWcTimc9gnFdtvvPZVe > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eCSSNG7b5NXXXsO1e5lTLSnM1KGtngEK { width:20rem;height:5.361325rem;top:3rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHpZay6P2yTcKxNFvDSXbWdm0gWpMen4 { width:20rem;height:3.65625rem;top:10.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 { display:block; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WzasLIbwaIbkr8kGGl7zt4XFIQKsEe7P { width:18.75rem;height:15.65625rem;top:7.22265625rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH3TRBnAKKfe7m8lDT0g6I99PyxbzfdS { width:20rem;height:2.2734375rem;top:3.63671875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #On7A1bhvXD8xnslw4xKgVB2bwXWGC9zW { width:15.1875rem;height:1.13671875rem;top:1.25rem;left:2.375rem;font-size:0.875rem;display:block; }
 }