.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9gccO8QyTEhfU9JTaidJkiD0B3hiWsQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o9gccO8QyTEhfU9JTaidJkiD0B3hiWsQ > .row .container { background-color: transparent; background-image: none; }#o9gccO8QyTEhfU9JTaidJkiD0B3hiWsQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9gccO8QyTEhfU9JTaidJkiD0B3hiWsQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9gccO8QyTEhfU9JTaidJkiD0B3hiWsQ > .row .container > .video-iframe-container { display: none; }#o9gccO8QyTEhfU9JTaidJkiD0B3hiWsQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9gccO8QyTEhfU9JTaidJkiD0B3hiWsQ > .row > .video-iframe-container { display: none; }#o9gccO8QyTEhfU9JTaidJkiD0B3hiWsQ > .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); }#o9gccO8QyTEhfU9JTaidJkiD0B3hiWsQ > .row .container { border-width: 0; border-radius: 0; }#o9gccO8QyTEhfU9JTaidJkiD0B3hiWsQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o9gccO8QyTEhfU9JTaidJkiD0B3hiWsQ > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#oTkgDkBzaWRS6mSxKTOydyTwikLqdc3G { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:14.4375rem;top:0.5rem;left:0.7802734375rem;overflow:hidden;display:block; }
#n05sqosXguiy5HrZPi7e1GKwiMTawbhi { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.59326171875rem;left:56.9990234375rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Szi711pcXB3QsViuI3EARGJrh1kSpHg0 { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.90576171875rem;left:56.9990234375rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#KFvILbyz1iNlVnWOkaCfnBM5bZzhSCnD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ffebb7e5-fd3f-4474-807c-7bdd8e4c8801/iStock957408558.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#KFvILbyz1iNlVnWOkaCfnBM5bZzhSCnD.adaptive-delivery-prevent-bg, #KFvILbyz1iNlVnWOkaCfnBM5bZzhSCnD.lazyload, #KFvILbyz1iNlVnWOkaCfnBM5bZzhSCnD.lazyloading { background-image: none; }#KFvILbyz1iNlVnWOkaCfnBM5bZzhSCnD > .row .container { border-width: 0; border-radius: 0; }#KFvILbyz1iNlVnWOkaCfnBM5bZzhSCnD::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KFvILbyz1iNlVnWOkaCfnBM5bZzhSCnD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KFvILbyz1iNlVnWOkaCfnBM5bZzhSCnD > .row .container { font-size:0.875rem;font-family:arial;height:40.8125rem;width:75rem;position:relative;display:none; }#baumbG9e3Nre1bIg5e5vHZeeOSSvXdxR { color:#ffffff;display:block;width:48.6875rem;position:absolute;font-family:"bauer bodoni";font-size:3.125rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:11.9375rem;left:1.8134765625rem;height:3.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#BPRtZ72rbielQnxCkRUCoaQna8PmLoMy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3ce220ec-a8cb-4d36-b94a-e194ef2b7684/componentsofgynecomastia02.preview.mirror.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BPRtZ72rbielQnxCkRUCoaQna8PmLoMy.adaptive-delivery-prevent-bg, #BPRtZ72rbielQnxCkRUCoaQna8PmLoMy.lazyload, #BPRtZ72rbielQnxCkRUCoaQna8PmLoMy.lazyloading { background-image: none; }#BPRtZ72rbielQnxCkRUCoaQna8PmLoMy > .row .container { background-color: transparent; background-image: none; }#BPRtZ72rbielQnxCkRUCoaQna8PmLoMy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#BPRtZ72rbielQnxCkRUCoaQna8PmLoMy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BPRtZ72rbielQnxCkRUCoaQna8PmLoMy > .row .container > .video-iframe-container { display: none; }#BPRtZ72rbielQnxCkRUCoaQna8PmLoMy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#BPRtZ72rbielQnxCkRUCoaQna8PmLoMy > .row > .video-iframe-container { display: none; }#BPRtZ72rbielQnxCkRUCoaQna8PmLoMy > .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); }#BPRtZ72rbielQnxCkRUCoaQna8PmLoMy > .row .container { border-width: 0; border-radius: 0; }#BPRtZ72rbielQnxCkRUCoaQna8PmLoMy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BPRtZ72rbielQnxCkRUCoaQna8PmLoMy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BPRtZ72rbielQnxCkRUCoaQna8PmLoMy > .row .container { font-size:0.875rem;font-family:arial;height:45.6875rem;width:75rem;position:relative;display:block; }#U8gDmXJoByCoEW1KlULc4SRJFsTHtzTf { color:#ffffff;display:block;width:48.6875rem;position:absolute;font-family:"proxima nova";font-size:3.125rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:14.25rem;left:1.375rem;height:3.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CkzDkfPMIEzQR78aIlGcRB18nIAHyb9k { color:#ffffff;display:block;width:28rem;position:absolute;font-family:"proxima nova";font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:19.125rem;left:1.375rem;height:9.09960625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kwFuOZwTAgTq0NF9r06xTmmkWc3cJ3y6 { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"source sans pro";font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#KugT3TmDh547OZ6P0I2hlfCIJTCTnTrg { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:"proxima nova";font-size:2rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.375rem;left:55.75rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#GmiISJG8OSKVMvMuTu60n4mJavzqL7zv { color:#ffffff;display:block;width:48.25rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:25.5625rem;left:8.1875rem;height:7.7988125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#XppwJM6NyomWpntfpVU8oTKWIEpz6JRO { color:#ffffff;display:block;width:51.9375rem;position:absolute;font-family:montserrat;font-size:5.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:11.5rem;left:1.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#CGiAwnom4elWfKttK7Z7x2TrQTfAEv1y { background-color:#00a5af;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:1.375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.31055rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:28.25rem;left:1.5625rem;display:block; }
#pxxfgJ0LE9l7qEDzeaTufH291T21ZMvo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wnIfmRqwhuaGbAHTma57T62UOtSWFEn0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d24368e5-5205-4253-89b1-a5304d505ae3/bgtext.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wnIfmRqwhuaGbAHTma57T62UOtSWFEn0.adaptive-delivery-prevent-bg, #wnIfmRqwhuaGbAHTma57T62UOtSWFEn0.lazyload, #wnIfmRqwhuaGbAHTma57T62UOtSWFEn0.lazyloading { background-image: none; }#wnIfmRqwhuaGbAHTma57T62UOtSWFEn0 > .row .container { background-color: transparent; background-image: none; }#wnIfmRqwhuaGbAHTma57T62UOtSWFEn0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnIfmRqwhuaGbAHTma57T62UOtSWFEn0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnIfmRqwhuaGbAHTma57T62UOtSWFEn0 > .row .container > .video-iframe-container { display: none; }#wnIfmRqwhuaGbAHTma57T62UOtSWFEn0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnIfmRqwhuaGbAHTma57T62UOtSWFEn0 > .row > .video-iframe-container { display: none; }#wnIfmRqwhuaGbAHTma57T62UOtSWFEn0 > .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); }#wnIfmRqwhuaGbAHTma57T62UOtSWFEn0 > .row .container { border-width: 0; border-radius: 0; }#wnIfmRqwhuaGbAHTma57T62UOtSWFEn0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wnIfmRqwhuaGbAHTma57T62UOtSWFEn0 > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;position:relative;display:block; }#WLRGH1LspbEpRUGJm4qxUHq8IVA4sD0O { color:#000000;display:block;width:67.5rem;position:absolute;font-family:"proxima nova";font-size:2.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:1.9375rem;left:3.75rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bdotthy5b9OOpmwC2OkD3oi1offEAQ38 { background-color:#00a5af;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:"proxima nova";font-size:1.375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.31055rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:28.21923828125rem;left:26.5625rem;display:block; }
#Ov138NrmMDvlZCEnBiXfmupUJHJdGxqu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ie2wEifyRLFLWCXSpefL3GmccM3WzBtW { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:34.4375rem;top:6.5rem;left:3.75rem;overflow:hidden;display:block; }
#SapDQ75Qxxk9wWiyVToUWORD1e6x3r5K { color:#000000;display:block;width:11.125rem;position:absolute;font-family:"adobe carlson pro";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:24.25rem;left:6.25rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FslKVXvv0VkJwfqLLDGVBSX3CVPz8bgu { color:#000000;display:block;width:11.125rem;position:absolute;font-family:"adobe carlson pro";font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:24.25rem;left:23.5625rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#alFFySD5q53qyKbJnTdixD5mCghJfSZF { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:32.9375rem;top:6.5rem;left:38.375rem;overflow:hidden;display:block; }
#sCUCtSa7C2LyCBt09HeeaBgL5murWsBr { color:#000000;display:block;width:11.125rem;position:absolute;font-family:"adobe carlson pro";font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:24.25rem;left:41.0625rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sMPp2LUTkqAPZbnyDSMxhJ6IGdSsXDKf { color:#000000;display:block;width:11.125rem;position:absolute;font-family:"adobe carlson pro";font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:24.25rem;left:58.4375rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TZiQloO8ZZCO7lfwHfnc77NPqmMfCrP9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/1e49a46a-a6d9-4e61-8fc0-a03079e3184f/subbgdark.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TZiQloO8ZZCO7lfwHfnc77NPqmMfCrP9.adaptive-delivery-prevent-bg, #TZiQloO8ZZCO7lfwHfnc77NPqmMfCrP9.lazyload, #TZiQloO8ZZCO7lfwHfnc77NPqmMfCrP9.lazyloading { background-image: none; }#TZiQloO8ZZCO7lfwHfnc77NPqmMfCrP9 > .row .container { background-color: transparent; background-image: none; }#TZiQloO8ZZCO7lfwHfnc77NPqmMfCrP9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZiQloO8ZZCO7lfwHfnc77NPqmMfCrP9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZiQloO8ZZCO7lfwHfnc77NPqmMfCrP9 > .row .container > .video-iframe-container { display: none; }#TZiQloO8ZZCO7lfwHfnc77NPqmMfCrP9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZiQloO8ZZCO7lfwHfnc77NPqmMfCrP9 > .row > .video-iframe-container { display: none; }#TZiQloO8ZZCO7lfwHfnc77NPqmMfCrP9 > .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); }#TZiQloO8ZZCO7lfwHfnc77NPqmMfCrP9 > .row .container { border-width: 0; border-radius: 0; }#TZiQloO8ZZCO7lfwHfnc77NPqmMfCrP9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZiQloO8ZZCO7lfwHfnc77NPqmMfCrP9 > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;position:relative;display:block; }#wbSIFQBMrQqcDlf1Crx6sS6fG225KxGs { color:#ffffff;display:block;width:30rem;position:absolute;font-family:"adobe carlson pro";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:11.5625rem;left:2.4375rem;height:11.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iaFsNXPnWraWShHUf2da3zHwTt0tamNd { color:#ffffff;display:block;width:32.6875rem;position:absolute;font-family:"proxima nova";font-size:2.5rem;font-weight:normal;z-index:14996;line-height:1.3;letter-spacing:0;top:7.3125rem;left:2.4375rem;height:3.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g7kn7aNg5MFSKcZX5EVE8To14rIldIMz { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:32.125rem;width:26.5625rem;top:2.03125rem;left:42.96875rem;overflow:hidden;display:block; }
#RXlHO8KxN9M3iUgLXpqUzv3dcmlEKxJ8 { background-color:#00a5af;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:"proxima nova";font-size:1.375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.31055rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:25.6875rem;left:6.5rem;display:block; }
#NIyWrAOwFI4wEIk8SqVQXrT8KbmZbv6k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BHMCO3b9LTM8vfHtNXvuZl7cb16VwBQ4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BHMCO3b9LTM8vfHtNXvuZl7cb16VwBQ4 > .row .container { background-color: transparent; background-image: none; }#BHMCO3b9LTM8vfHtNXvuZl7cb16VwBQ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHMCO3b9LTM8vfHtNXvuZl7cb16VwBQ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHMCO3b9LTM8vfHtNXvuZl7cb16VwBQ4 > .row .container > .video-iframe-container { display: none; }#BHMCO3b9LTM8vfHtNXvuZl7cb16VwBQ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHMCO3b9LTM8vfHtNXvuZl7cb16VwBQ4 > .row > .video-iframe-container { display: none; }#BHMCO3b9LTM8vfHtNXvuZl7cb16VwBQ4 > .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); }#BHMCO3b9LTM8vfHtNXvuZl7cb16VwBQ4 > .row .container { border-width: 0; border-radius: 0; }#BHMCO3b9LTM8vfHtNXvuZl7cb16VwBQ4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BHMCO3b9LTM8vfHtNXvuZl7cb16VwBQ4 > .row .container { font-size:0.875rem;font-family:arial;height:54.625rem;width:75rem;position:relative;display:block; }#OJPq8xl3xrzObrpWvxQOUZhley6q6DTg { color:#000000;display:block;width:68.5rem;position:absolute;font-family:"adobe carlson pro";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:6.75rem;left:3.25rem;height:13.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qsp3COJZw5GXaqSHz949bTFTL850wQsA { color:#000000;display:block;width:70.8125rem;position:absolute;font-family:"proxima nova";font-size:2.5rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:2.625rem;left:2.09375rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Si6KcucnLyaT4lr0wfb2zpfPhLrSZEuS { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.9375rem;width:44.5625rem;top:21.75rem;left:15.21875rem;display:block; }
#WPAxIv8utZ2XVcTfeOd4qOpoN1vKSfWO { background-color:#00a5af;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:"proxima nova";font-size:1.375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.31055rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:48.75rem;left:26.5625rem;display:block; }
#T42GB6OXfHtCdeS5hfLWWTa6kCEZ180M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xdRyAzAomFC9tnDV7cVWyxMbfSICS6CE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/1e49a46a-a6d9-4e61-8fc0-a03079e3184f/subbgdark.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xdRyAzAomFC9tnDV7cVWyxMbfSICS6CE.adaptive-delivery-prevent-bg, #xdRyAzAomFC9tnDV7cVWyxMbfSICS6CE.lazyload, #xdRyAzAomFC9tnDV7cVWyxMbfSICS6CE.lazyloading { background-image: none; }#xdRyAzAomFC9tnDV7cVWyxMbfSICS6CE > .row .container { background-color: transparent; background-image: none; }#xdRyAzAomFC9tnDV7cVWyxMbfSICS6CE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdRyAzAomFC9tnDV7cVWyxMbfSICS6CE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdRyAzAomFC9tnDV7cVWyxMbfSICS6CE > .row .container > .video-iframe-container { display: none; }#xdRyAzAomFC9tnDV7cVWyxMbfSICS6CE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdRyAzAomFC9tnDV7cVWyxMbfSICS6CE > .row > .video-iframe-container { display: none; }#xdRyAzAomFC9tnDV7cVWyxMbfSICS6CE > .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); }#xdRyAzAomFC9tnDV7cVWyxMbfSICS6CE > .row .container { border-width: 0; border-radius: 0; }#xdRyAzAomFC9tnDV7cVWyxMbfSICS6CE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdRyAzAomFC9tnDV7cVWyxMbfSICS6CE > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#QCkZBPRWBLGhsifWerczFqlfDTRvfwFe { color:#ffffff;display:block;width:67.5rem;position:absolute;font-family:"adobe carlson pro";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:7.4375rem;left:3.75rem;height:20.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QOGchLhAK2Gu8WFZDzIzRG2FoCobRvBL { color:#ffffff;display:block;width:67.5rem;position:absolute;font-family:"proxima nova";font-size:2.5rem;font-weight:normal;z-index:14996;line-height:1.3;letter-spacing:0;top:3.5rem;left:3.75rem;height:3.25rem;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; }
#FbAt7TxhCrJ4Shnt2IvhxFOsv4lHufE1 { background-color:#00a5af;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:"proxima nova";font-size:1.375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.31055rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.6875rem;left:26.5625rem;display:block; }
#Gd5rFpJT0HCTsVwoKrOkWEo7AQo5vulE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bQ1hiTkuA8BJl9qHPkcFOMChTNZii3T5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bQ1hiTkuA8BJl9qHPkcFOMChTNZii3T5 > .row .container { background-color: transparent; background-image: none; }#bQ1hiTkuA8BJl9qHPkcFOMChTNZii3T5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQ1hiTkuA8BJl9qHPkcFOMChTNZii3T5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQ1hiTkuA8BJl9qHPkcFOMChTNZii3T5 > .row .container > .video-iframe-container { display: none; }#bQ1hiTkuA8BJl9qHPkcFOMChTNZii3T5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQ1hiTkuA8BJl9qHPkcFOMChTNZii3T5 > .row > .video-iframe-container { display: none; }#bQ1hiTkuA8BJl9qHPkcFOMChTNZii3T5 > .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); }#bQ1hiTkuA8BJl9qHPkcFOMChTNZii3T5 > .row .container { border-width: 0; border-radius: 0; }#bQ1hiTkuA8BJl9qHPkcFOMChTNZii3T5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bQ1hiTkuA8BJl9qHPkcFOMChTNZii3T5 > .row .container { font-size:0.875rem;font-family:arial;height:55.4375rem;width:75rem;position:relative;display:block; }#T0mGcgEylOEu2TurOdJrAFom49UeRb0i { color:#000000;display:block;width:67.5rem;position:absolute;font-family:"proxima nova";font-size:2.5rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:1.9375rem;left:3.75rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hdUIERsJvnxrGuygWRkdr5kTeCfim6MW { color:#000000;display:block;width:60.0625rem;position:absolute;font-family:"adobe carlson pro";font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:6.1875rem;left:7.15625rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MRfoDy0wlcqL5cFLGqdOS1THb6SJy3x2 { color:#000000;display:block;width:60.6875rem;position:absolute;font-family:"adobe carlson pro";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:9rem;left:7.15625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#MRfoDy0wlcqL5cFLGqdOS1THb6SJy3x2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MRfoDy0wlcqL5cFLGqdOS1THb6SJy3x2 li:before{  }
#O6f4peixCnnPvOTxILtUwgnnqRORsH4K { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.9375rem;width:44.5625rem;top:26.8125rem;left:15.21875rem;display:block; }
#HXzIGIhf82zTiy37EifTilw0zd0qRdos { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1e49a46a-a6d9-4e61-8fc0-a03079e3184f/subbgdark.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HXzIGIhf82zTiy37EifTilw0zd0qRdos.adaptive-delivery-prevent-bg, #HXzIGIhf82zTiy37EifTilw0zd0qRdos.lazyload, #HXzIGIhf82zTiy37EifTilw0zd0qRdos.lazyloading { background-image: none; }#HXzIGIhf82zTiy37EifTilw0zd0qRdos > .row .container { background-color: transparent; background-image: none; }#HXzIGIhf82zTiy37EifTilw0zd0qRdos::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXzIGIhf82zTiy37EifTilw0zd0qRdos > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXzIGIhf82zTiy37EifTilw0zd0qRdos > .row .container > .video-iframe-container { display: none; }#HXzIGIhf82zTiy37EifTilw0zd0qRdos > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXzIGIhf82zTiy37EifTilw0zd0qRdos > .row > .video-iframe-container { display: none; }#HXzIGIhf82zTiy37EifTilw0zd0qRdos > .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); }#HXzIGIhf82zTiy37EifTilw0zd0qRdos > .row .container { border-width: 0; border-radius: 0; }#HXzIGIhf82zTiy37EifTilw0zd0qRdos > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HXzIGIhf82zTiy37EifTilw0zd0qRdos > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:75rem;position:relative;display:block; }#ycWTvbEP7EP1ZHztTXpsd5uCMxZCQqP3 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:20.3125rem;top:3.875rem;left:15.625rem;overflow:hidden;display:block; }
#AtDLlgpf7moKe5CKiHWoieynOvri2ikv { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:20.3125rem;top:3.875rem;left:39.0625rem;overflow:hidden;display:block; }
#GrwK0GEAS9PHpWqfnJvNPBObkS01kM6d { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"adobe carlson pro";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:20.25rem;left:19.5625rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SzM8IiZwT82vZ4Tc85Pc8DBTyXqIVZTw { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"adobe carlson pro";font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:20.25rem;left:43rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D8PbGnzfqotMzNcLfW3IQQ5unR4Om2GA { color:#ffffff;display:block;width:50.875rem;position:absolute;font-family:"adobe carlson pro";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:23.8125rem;left:12.0625rem;height:11.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oaGfTU0NBnE2TG2LRhq79TbrA3CkNreq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oaGfTU0NBnE2TG2LRhq79TbrA3CkNreq > .row .container { background-color: transparent; background-image: none; }#oaGfTU0NBnE2TG2LRhq79TbrA3CkNreq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oaGfTU0NBnE2TG2LRhq79TbrA3CkNreq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oaGfTU0NBnE2TG2LRhq79TbrA3CkNreq > .row .container > .video-iframe-container { display: none; }#oaGfTU0NBnE2TG2LRhq79TbrA3CkNreq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oaGfTU0NBnE2TG2LRhq79TbrA3CkNreq > .row > .video-iframe-container { display: none; }#oaGfTU0NBnE2TG2LRhq79TbrA3CkNreq > .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); }#oaGfTU0NBnE2TG2LRhq79TbrA3CkNreq > .row .container { border-width: 0; border-radius: 0; }#oaGfTU0NBnE2TG2LRhq79TbrA3CkNreq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oaGfTU0NBnE2TG2LRhq79TbrA3CkNreq > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;position:relative;display:block; }#LnuqQTiouXmzcGWhNaKQ1oTTgoe43BGx { color:#000000;display:block;width:32.875rem;position:absolute;font-family:"adobe carlson pro";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:11.8125rem;left:39.8125rem;height:14.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rxcmKxQ7NgtHEAalzHusfA6Jt6qTMvD3 { color:#000000;display:block;width:29.8125rem;position:absolute;font-family:"proxima nova";font-size:2.5rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:4.125rem;left:41.375rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tmCSxDsOhZ8nTRy7VPnyRwblw32yfssa { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.375rem;width:33.625rem;top:6rem;left:1.9375rem;overflow:hidden;display:block; }
#hn8yMtpVDn5eRc4sfg68matkmx1Rs7ya { background-color:#00a5af;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:"proxima nova";font-size:1.375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.31055rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:27rem;left:45.3125rem;display:block; }
#gTPk7elHxvWTCurSbU3CvEdi2BOOCFqU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m5TOXLqvqtXf4maK6kp1MBMC2AsAaPoB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,240,237,0.21);background-image:url("https://images.assets-landingi.com/uc/1e49a46a-a6d9-4e61-8fc0-a03079e3184f/subbgdark.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m5TOXLqvqtXf4maK6kp1MBMC2AsAaPoB.adaptive-delivery-prevent-bg, #m5TOXLqvqtXf4maK6kp1MBMC2AsAaPoB.lazyload, #m5TOXLqvqtXf4maK6kp1MBMC2AsAaPoB.lazyloading { background-image: none; }#m5TOXLqvqtXf4maK6kp1MBMC2AsAaPoB > .row .container { background-color: transparent; background-image: none; }#m5TOXLqvqtXf4maK6kp1MBMC2AsAaPoB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5TOXLqvqtXf4maK6kp1MBMC2AsAaPoB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5TOXLqvqtXf4maK6kp1MBMC2AsAaPoB > .row .container > .video-iframe-container { display: none; }#m5TOXLqvqtXf4maK6kp1MBMC2AsAaPoB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5TOXLqvqtXf4maK6kp1MBMC2AsAaPoB > .row > .video-iframe-container { display: none; }#m5TOXLqvqtXf4maK6kp1MBMC2AsAaPoB > .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); }#m5TOXLqvqtXf4maK6kp1MBMC2AsAaPoB > .row .container { border-width: 0; border-radius: 0; }#m5TOXLqvqtXf4maK6kp1MBMC2AsAaPoB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m5TOXLqvqtXf4maK6kp1MBMC2AsAaPoB > .row .container { font-size:0.875rem;font-family:arial;height:61.8125rem;width:75rem;position:relative;display:block; }#cO7Rl3rvuRrnlWGrr6C1IbCZf5HRwas2 { color:#99815f;display:block;width:26.875rem;position:absolute;font-family:"proxima nova";font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:17.75rem;left:6.625rem;height:5.6875rem;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; }
#EsKAqaQzFXzcUh0E8cefWaETl3NptBwm { color:#000000;display:block;width:26.125rem;position:absolute;font-family:"adobe carlson pro";font-size:1.25rem;font-weight:400;z-index:15001;line-height:01.3;letter-spacing:0;top:24.8125rem;left:7rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T1wah5eXGdlnIqBUt3TzbWclTDWMAitr { color:#fdfdfd;display:block;width:16.1875rem;position:absolute;font-family:"proxima nova";font-size:1.9375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:35.125rem;left:11.9375rem;height:1.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L1u05Q0gtOTPvwc8rMHT1E6h04hTXH9T { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.3125rem 1.25rem rgba(0,0,0,0.29) ;height:24rem;width:30.1875rem;top:16.125rem;left:5.0625rem;display:block; }
#cfkfQDwDJE9BOKgISO4RHRMB8I0AvtgR { position:absolute;display:block;z-index:15009;height:53.49975rem;width:28.125rem;top:0rem;left:31.06201171875rem;display:block; }
#uuTie7BVTCSfq5Pp73SNU4kAVTfHuKgS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uuTie7BVTCSfq5Pp73SNU4kAVTfHuKgS > .row .container { background-color: transparent; background-image: none; }#uuTie7BVTCSfq5Pp73SNU4kAVTfHuKgS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuTie7BVTCSfq5Pp73SNU4kAVTfHuKgS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuTie7BVTCSfq5Pp73SNU4kAVTfHuKgS > .row .container > .video-iframe-container { display: none; }#uuTie7BVTCSfq5Pp73SNU4kAVTfHuKgS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuTie7BVTCSfq5Pp73SNU4kAVTfHuKgS > .row > .video-iframe-container { display: none; }#uuTie7BVTCSfq5Pp73SNU4kAVTfHuKgS > .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); }#uuTie7BVTCSfq5Pp73SNU4kAVTfHuKgS > .row .container { border-width: 0; border-radius: 0; }#uuTie7BVTCSfq5Pp73SNU4kAVTfHuKgS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uuTie7BVTCSfq5Pp73SNU4kAVTfHuKgS > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;position:relative;display:block; }#fV7Z5e6TTylnrqOIp7NnuVuNibcsbcga { color:#ffffff;display:block;width:67.5rem;position:absolute;font-family:"adobe carlson pro";font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:11.06787109375rem;left:3.75rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n2NKQgNkU7mNPSwepwSsVmwZIQudoXnO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:14.0625rem;top:4.59375rem;left:30.46875rem;overflow:hidden;display:block; }
#DWcTHTsAQGMRXzNV6epcbpcKiM30zmod { color:#ffffff;display:block;width:67.5rem;position:absolute;font-family:"adobe carlson pro";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2rem;left:3.75rem;height:1.381225rem;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #o9gccO8QyTEhfU9JTaidJkiD0B3hiWsQ { display:block; }#o9gccO8QyTEhfU9JTaidJkiD0B3hiWsQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTkgDkBzaWRS6mSxKTOydyTwikLqdc3G { top:0.5rem;left:0rem;width:14.4375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n05sqosXguiy5HrZPi7e1GKwiMTawbhi { top:3.5625rem;left:31.5rem;width:16.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Szi711pcXB3QsViuI3EARGJrh1kSpHg0 { top:1.875rem;left:31.5rem;width:16.25rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFvILbyz1iNlVnWOkaCfnBM5bZzhSCnD { display:block; }#KFvILbyz1iNlVnWOkaCfnBM5bZzhSCnD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #baumbG9e3Nre1bIg5e5vHZeeOSSvXdxR { top:8.5625rem;left:0rem;width:18.375rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BPRtZ72rbielQnxCkRUCoaQna8PmLoMy { display:block; }#BPRtZ72rbielQnxCkRUCoaQna8PmLoMy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U8gDmXJoByCoEW1KlULc4SRJFsTHtzTf { top:14.25rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkzDkfPMIEzQR78aIlGcRB18nIAHyb9k { top:19.125rem;left:0rem;width:28rem;height:9.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwFuOZwTAgTq0NF9r06xTmmkWc3cJ3y6 { top:1.25rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KugT3TmDh547OZ6P0I2hlfCIJTCTnTrg { top:2.9375rem;left:0rem;width:18.875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmiISJG8OSKVMvMuTu60n4mJavzqL7zv { top:6.375rem;left:0rem;width:17.9375rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XppwJM6NyomWpntfpVU8oTKWIEpz6JRO { top:0.8125rem;left:0rem;width:20rem;height:;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CGiAwnom4elWfKttK7Z7x2TrQTfAEv1y { width:21.875rem;height:3.25rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxxfgJ0LE9l7qEDzeaTufH291T21ZMvo { display:block; }
 }@media only screen and (max-width: 763px) { #wnIfmRqwhuaGbAHTma57T62UOtSWFEn0 { display:block; }#wnIfmRqwhuaGbAHTma57T62UOtSWFEn0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WLRGH1LspbEpRUGJm4qxUHq8IVA4sD0O { top:1.9375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdotthy5b9OOpmwC2OkD3oi1offEAQ38 { width:21.875rem;height:3.25rem;top:28.1875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ov138NrmMDvlZCEnBiXfmupUJHJdGxqu { display:block; }
 }@media only screen and (max-width: 763px) { #Ie2wEifyRLFLWCXSpefL3GmccM3WzBtW { top:6.5rem;left:0rem;width:34.4375rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SapDQ75Qxxk9wWiyVToUWORD1e6x3r5K { top:24.25rem;left:0rem;width:11.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FslKVXvv0VkJwfqLLDGVBSX3CVPz8bgu { top:24.25rem;left:9.9375rem;width:11.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #alFFySD5q53qyKbJnTdixD5mCghJfSZF { top:6.5rem;left:14.8125rem;width:32.9375rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCUCtSa7C2LyCBt09HeeaBgL5murWsBr { top:24.25rem;left:27.4375rem;width:11.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMPp2LUTkqAPZbnyDSMxhJ6IGdSsXDKf { top:24.25rem;left:36.625rem;width:11.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZiQloO8ZZCO7lfwHfnc77NPqmMfCrP9 { display:block; }#TZiQloO8ZZCO7lfwHfnc77NPqmMfCrP9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wbSIFQBMrQqcDlf1Crx6sS6fG225KxGs { top:11.5625rem;left:0rem;width:30rem;height:11.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaFsNXPnWraWShHUf2da3zHwTt0tamNd { top:7.3125rem;left:0rem;width:32.6875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7kn7aNg5MFSKcZX5EVE8To14rIldIMz { top:2rem;left:21.1875rem;width:26.5625rem;height:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXlHO8KxN9M3iUgLXpqUzv3dcmlEKxJ8 { width:21.875rem;height:3.25rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIyWrAOwFI4wEIk8SqVQXrT8KbmZbv6k { display:block; }
 }@media only screen and (max-width: 763px) { #BHMCO3b9LTM8vfHtNXvuZl7cb16VwBQ4 { display:block; }#BHMCO3b9LTM8vfHtNXvuZl7cb16VwBQ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OJPq8xl3xrzObrpWvxQOUZhley6q6DTg { top:6.75rem;left:0rem;width:47.75rem;height:13.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsp3COJZw5GXaqSHz949bTFTL850wQsA { top:2.625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si6KcucnLyaT4lr0wfb2zpfPhLrSZEuS { top:21.75rem;left:1.59375rem;width:44.5625rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPAxIv8utZ2XVcTfeOd4qOpoN1vKSfWO { width:21.875rem;height:3.25rem;top:48.75rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T42GB6OXfHtCdeS5hfLWWTa6kCEZ180M { display:block; }
 }@media only screen and (max-width: 763px) { #xdRyAzAomFC9tnDV7cVWyxMbfSICS6CE { display:block; }#xdRyAzAomFC9tnDV7cVWyxMbfSICS6CE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCkZBPRWBLGhsifWerczFqlfDTRvfwFe { top:7.4375rem;left:0rem;width:47.75rem;height:20.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOGchLhAK2Gu8WFZDzIzRG2FoCobRvBL { top:3.5rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbAt7TxhCrJ4Shnt2IvhxFOsv4lHufE1 { width:21.875rem;height:3.25rem;top:29.6875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd5rFpJT0HCTsVwoKrOkWEo7AQo5vulE { display:block; }
 }@media only screen and (max-width: 763px) { #bQ1hiTkuA8BJl9qHPkcFOMChTNZii3T5 { display:block; }#bQ1hiTkuA8BJl9qHPkcFOMChTNZii3T5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0mGcgEylOEu2TurOdJrAFom49UeRb0i { top:1.9375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdUIERsJvnxrGuygWRkdr5kTeCfim6MW { top:6.1875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRfoDy0wlcqL5cFLGqdOS1THb6SJy3x2 { top:9rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }#MRfoDy0wlcqL5cFLGqdOS1THb6SJy3x2 li:before{  }
 }@media only screen and (max-width: 763px) { #O6f4peixCnnPvOTxILtUwgnnqRORsH4K { top:26.8125rem;left:1.59375rem;width:44.5625rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXzIGIhf82zTiy37EifTilw0zd0qRdos { display:block; }#HXzIGIhf82zTiy37EifTilw0zd0qRdos > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ycWTvbEP7EP1ZHztTXpsd5uCMxZCQqP3 { top:3.875rem;left:2rem;width:20.3125rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtDLlgpf7moKe5CKiHWoieynOvri2ikv { top:3.875rem;left:25.4375rem;width:20.3125rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrwK0GEAS9PHpWqfnJvNPBObkS01kM6d { top:20.25rem;left:5.9375rem;width:12.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzM8IiZwT82vZ4Tc85Pc8DBTyXqIVZTw { top:20.25rem;left:29.375rem;width:12.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8PbGnzfqotMzNcLfW3IQQ5unR4Om2GA { top:23.8125rem;left:0rem;width:47.75rem;height:11.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaGfTU0NBnE2TG2LRhq79TbrA3CkNreq { display:block; }#oaGfTU0NBnE2TG2LRhq79TbrA3CkNreq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LnuqQTiouXmzcGWhNaKQ1oTTgoe43BGx { top:11.8125rem;left:14.875rem;width:32.875rem;height:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxcmKxQ7NgtHEAalzHusfA6Jt6qTMvD3 { top:4.125rem;left:17.9375rem;width:29.8125rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmCSxDsOhZ8nTRy7VPnyRwblw32yfssa { top:6rem;left:0rem;width:33.625rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hn8yMtpVDn5eRc4sfg68matkmx1Rs7ya { width:21.875rem;height:3.25rem;top:27rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTPk7elHxvWTCurSbU3CvEdi2BOOCFqU { display:block; }
 }@media only screen and (max-width: 763px) { #m5TOXLqvqtXf4maK6kp1MBMC2AsAaPoB { display:block; }#m5TOXLqvqtXf4maK6kp1MBMC2AsAaPoB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cO7Rl3rvuRrnlWGrr6C1IbCZf5HRwas2 { top:17.75rem;left:0rem;width:26.875rem;height:5.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsKAqaQzFXzcUh0E8cefWaETl3NptBwm { top:24.8125rem;left:0rem;width:26.125rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1wah5eXGdlnIqBUt3TzbWclTDWMAitr { top:35.125rem;left:5.125rem;width:16.1875rem;height:1.9375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1u05Q0gtOTPvwc8rMHT1E6h04hTXH9T { top:16.125rem;left:0rem;width:30.1875rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfkfQDwDJE9BOKgISO4RHRMB8I0AvtgR { top:0rem;left:0rem;width:28.125rem;height:53.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuTie7BVTCSfq5Pp73SNU4kAVTfHuKgS { display:block; }#uuTie7BVTCSfq5Pp73SNU4kAVTfHuKgS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fV7Z5e6TTylnrqOIp7NnuVuNibcsbcga { top:11.0625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2NKQgNkU7mNPSwepwSsVmwZIQudoXnO { top:4.5625rem;left:16.84375rem;width:14.0625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWcTHTsAQGMRXzNV6epcbpcKiM30zmod { top:2rem;left:0rem;width:47.75rem;height:1.375rem;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) { #o9gccO8QyTEhfU9JTaidJkiD0B3hiWsQ { display:block; }#o9gccO8QyTEhfU9JTaidJkiD0B3hiWsQ > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTkgDkBzaWRS6mSxKTOydyTwikLqdc3G { width:8.375rem;height:3.4375rem;top:0.53125rem;left:0.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #n05sqosXguiy5HrZPi7e1GKwiMTawbhi { width:14.25rem;height:1.4624rem;top:7.33203125rem;left:2.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Szi711pcXB3QsViuI3EARGJrh1kSpHg0 { width:9.4375rem;height:2.4375rem;top:1.59375rem;left:10.5625rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #KFvILbyz1iNlVnWOkaCfnBM5bZzhSCnD { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3ce220ec-a8cb-4d36-b94a-e194ef2b7684/componentsofgynecomastia02.preview.mirror.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KFvILbyz1iNlVnWOkaCfnBM5bZzhSCnD.adaptive-delivery-prevent-bg, #KFvILbyz1iNlVnWOkaCfnBM5bZzhSCnD.lazyload, #KFvILbyz1iNlVnWOkaCfnBM5bZzhSCnD.lazyloading { background-image: none; }#KFvILbyz1iNlVnWOkaCfnBM5bZzhSCnD > .row .container { background-color: transparent; background-image: none; }#KFvILbyz1iNlVnWOkaCfnBM5bZzhSCnD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#KFvILbyz1iNlVnWOkaCfnBM5bZzhSCnD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFvILbyz1iNlVnWOkaCfnBM5bZzhSCnD > .row .container > .video-iframe-container { display: none; }#KFvILbyz1iNlVnWOkaCfnBM5bZzhSCnD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#KFvILbyz1iNlVnWOkaCfnBM5bZzhSCnD > .row > .video-iframe-container { display: none; }#KFvILbyz1iNlVnWOkaCfnBM5bZzhSCnD > .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); }#KFvILbyz1iNlVnWOkaCfnBM5bZzhSCnD > .row .container { border-width: 0; border-radius: 0; }#KFvILbyz1iNlVnWOkaCfnBM5bZzhSCnD::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KFvILbyz1iNlVnWOkaCfnBM5bZzhSCnD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KFvILbyz1iNlVnWOkaCfnBM5bZzhSCnD > .row .container { width:20rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #baumbG9e3Nre1bIg5e5vHZeeOSSvXdxR { width:18.375rem;height:1.92480625rem;top:9.9375rem;left:0.8125rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15017;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BPRtZ72rbielQnxCkRUCoaQna8PmLoMy { background-color:rgba(241,240,237,0.35);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BPRtZ72rbielQnxCkRUCoaQna8PmLoMy > .row .container { background-color: transparent; background-image: none; }#BPRtZ72rbielQnxCkRUCoaQna8PmLoMy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BPRtZ72rbielQnxCkRUCoaQna8PmLoMy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BPRtZ72rbielQnxCkRUCoaQna8PmLoMy > .row .container > .video-iframe-container { display: none; }#BPRtZ72rbielQnxCkRUCoaQna8PmLoMy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BPRtZ72rbielQnxCkRUCoaQna8PmLoMy > .row > .video-iframe-container { display: none; }#BPRtZ72rbielQnxCkRUCoaQna8PmLoMy > .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); }#BPRtZ72rbielQnxCkRUCoaQna8PmLoMy > .row .container { border-width: 0; border-radius: 0; }#BPRtZ72rbielQnxCkRUCoaQna8PmLoMy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BPRtZ72rbielQnxCkRUCoaQna8PmLoMy > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U8gDmXJoByCoEW1KlULc4SRJFsTHtzTf { width:15.125rem;height:0;top:7.57177734375rem;left:1.75rem;font-size:1.5rem;text-align:left;text-align-last:left;z-index:15016;color:#ffffff;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #CkzDkfPMIEzQR78aIlGcRB18nIAHyb9k { width:18.625rem;height:5.84765625rem;top:7.25rem;left:0.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:montserrat;font-weight:400;font-style:normal;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #kwFuOZwTAgTq0NF9r06xTmmkWc3cJ3y6 { width:20rem;height:;top:17.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15003;color:#000000;font-family:didot;display:none; }
 }@media only screen and (max-width: 763px) { #KugT3TmDh547OZ6P0I2hlfCIJTCTnTrg { width:18.9365rem;height:2.84375rem;top:2.9375rem;left:0.5rem;font-size:2.1875rem;font-family:"proxima nova";color:#000000;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GmiISJG8OSKVMvMuTu60n4mJavzqL7zv { width:17.9985625rem;height:5.1181625rem;top:6.375rem;left:1.00048828125rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-family:"proxima nova";font-weight:400;font-style:normal;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #XppwJM6NyomWpntfpVU8oTKWIEpz6JRO { width:20rem;height:2.1308625rem;top:0.8125rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;z-index:15014;color:#000000;font-weight:400;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;line-height:1.1;font-family:"proxima nova";display:block; }
 }@media only screen and (max-width: 763px) { #CGiAwnom4elWfKttK7Z7x2TrQTfAEv1y { width:18.625rem;height:3.25rem;top:12.7421875rem;left:0.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxxfgJ0LE9l7qEDzeaTufH291T21ZMvo { display:block; }
 }@media only screen and (max-width: 763px) { #wnIfmRqwhuaGbAHTma57T62UOtSWFEn0 { display:block; }#wnIfmRqwhuaGbAHTma57T62UOtSWFEn0 > .row .container { width:20rem;height:38.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WLRGH1LspbEpRUGJm4qxUHq8IVA4sD0O { width:20rem;height:1.94970625rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bdotthy5b9OOpmwC2OkD3oi1offEAQ38 { width:19rem;height:3.25rem;top:32.53125rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ov138NrmMDvlZCEnBiXfmupUJHJdGxqu { display:block; }
 }@media only screen and (max-width: 763px) { #Ie2wEifyRLFLWCXSpefL3GmccM3WzBtW { width:20rem;height:9.5rem;top:4.375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SapDQ75Qxxk9wWiyVToUWORD1e6x3r5K { width:6.0625rem;height:1.625rem;top:14.6875rem;left:2.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FslKVXvv0VkJwfqLLDGVBSX3CVPz8bgu { width:6.0625rem;height:1.625rem;top:14.6875rem;left:12.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #alFFySD5q53qyKbJnTdixD5mCghJfSZF { width:20rem;height:10.170777988615rem;top:17.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCUCtSa7C2LyCBt09HeeaBgL5murWsBr { width:6.0625rem;height:1.625rem;top:29.03125rem;left:2.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sMPp2LUTkqAPZbnyDSMxhJ6IGdSsXDKf { width:6.0625rem;height:1.625rem;top:29.03125rem;left:12.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZiQloO8ZZCO7lfwHfnc77NPqmMfCrP9 { display:block; }#TZiQloO8ZZCO7lfwHfnc77NPqmMfCrP9 > .row .container { width:20rem;height:42.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wbSIFQBMrQqcDlf1Crx6sS6fG225KxGs { width:18.496125rem;height:13.15725rem;top:22.8125rem;left:0.75146484375rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iaFsNXPnWraWShHUf2da3zHwTt0tamNd { width:20rem;height:2.03125rem;top:1rem;left:0rem;font-size:1.5625rem;z-index:14996;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g7kn7aNg5MFSKcZX5EVE8To14rIldIMz { width:14.25rem;height:17.25rem;top:3.9375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXlHO8KxN9M3iUgLXpqUzv3dcmlEKxJ8 { width:18.9985625rem;height:3.249025rem;top:37.0625rem;left:0.50048828125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIyWrAOwFI4wEIk8SqVQXrT8KbmZbv6k { display:block; }
 }@media only screen and (max-width: 763px) { #BHMCO3b9LTM8vfHtNXvuZl7cb16VwBQ4 { display:block; }#BHMCO3b9LTM8vfHtNXvuZl7cb16VwBQ4 > .row .container { width:20rem;height:61.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OJPq8xl3xrzObrpWvxQOUZhley6q6DTg { width:20rem;height:35.4375rem;top:7.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qsp3COJZw5GXaqSHz949bTFTL850wQsA { width:20rem;height:6.09375rem;top:0.34375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Si6KcucnLyaT4lr0wfb2zpfPhLrSZEuS { height:11.191875rem;width:20rem;top:44.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPAxIv8utZ2XVcTfeOd4qOpoN1vKSfWO { width:19rem;height:3.25rem;top:56.878875rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T42GB6OXfHtCdeS5hfLWWTa6kCEZ180M { display:block; }
 }@media only screen and (max-width: 763px) { #xdRyAzAomFC9tnDV7cVWyxMbfSICS6CE { display:block; }#xdRyAzAomFC9tnDV7cVWyxMbfSICS6CE > .row .container { width:20rem;height:53.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCkZBPRWBLGhsifWerczFqlfDTRvfwFe { width:20rem;height:42.1875rem;top:5.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:"adobe carlson pro";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QOGchLhAK2Gu8WFZDzIzRG2FoCobRvBL { width:19.5rem;height:4.0625rem;top:0.71875rem;left:0rem;font-size:1.5625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #FbAt7TxhCrJ4Shnt2IvhxFOsv4lHufE1 { width:19rem;height:3.25rem;top:48.875rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd5rFpJT0HCTsVwoKrOkWEo7AQo5vulE { display:block; }
 }@media only screen and (max-width: 763px) { #bQ1hiTkuA8BJl9qHPkcFOMChTNZii3T5 { background-color:#ffffff;background-image:none;display:block; }#bQ1hiTkuA8BJl9qHPkcFOMChTNZii3T5 > .row .container { background-color: transparent; background-image: none; }#bQ1hiTkuA8BJl9qHPkcFOMChTNZii3T5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQ1hiTkuA8BJl9qHPkcFOMChTNZii3T5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQ1hiTkuA8BJl9qHPkcFOMChTNZii3T5 > .row .container > .video-iframe-container { display: none; }#bQ1hiTkuA8BJl9qHPkcFOMChTNZii3T5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQ1hiTkuA8BJl9qHPkcFOMChTNZii3T5 > .row > .video-iframe-container { display: none; }#bQ1hiTkuA8BJl9qHPkcFOMChTNZii3T5 > .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); }#bQ1hiTkuA8BJl9qHPkcFOMChTNZii3T5 > .row .container { width:20rem;height:49.930427112553rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0mGcgEylOEu2TurOdJrAFom49UeRb0i { width:20rem;height:2.03125rem;top:1.18603515625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #hdUIERsJvnxrGuygWRkdr5kTeCfim6MW { width:20rem;height:2.5996125rem;top:4.5322265625rem;left:0rem;font-size:1rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MRfoDy0wlcqL5cFLGqdOS1THb6SJy3x2 { width:20rem;height:28.233375rem;top:8.05126953125rem;left:0rem;font-size:1rem;color:#000000;text-align:left;text-align-last:left;display:block; }#MRfoDy0wlcqL5cFLGqdOS1THb6SJy3x2 li:before{  }
 }@media only screen and (max-width: 763px) { #O6f4peixCnnPvOTxILtUwgnnqRORsH4K { height:11.192145862553rem;width:20rem;top:37.48828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXzIGIhf82zTiy37EifTilw0zd0qRdos { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1e49a46a-a6d9-4e61-8fc0-a03079e3184f/subbgdark.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HXzIGIhf82zTiy37EifTilw0zd0qRdos.adaptive-delivery-prevent-bg, #HXzIGIhf82zTiy37EifTilw0zd0qRdos.lazyload, #HXzIGIhf82zTiy37EifTilw0zd0qRdos.lazyloading { background-image: none; }#HXzIGIhf82zTiy37EifTilw0zd0qRdos > .row .container { background-color: transparent; background-image: none; }#HXzIGIhf82zTiy37EifTilw0zd0qRdos::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXzIGIhf82zTiy37EifTilw0zd0qRdos > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXzIGIhf82zTiy37EifTilw0zd0qRdos > .row .container > .video-iframe-container { display: none; }#HXzIGIhf82zTiy37EifTilw0zd0qRdos > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXzIGIhf82zTiy37EifTilw0zd0qRdos > .row > .video-iframe-container { display: none; }#HXzIGIhf82zTiy37EifTilw0zd0qRdos > .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); }#HXzIGIhf82zTiy37EifTilw0zd0qRdos > .row .container { width:20rem;height:60.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ycWTvbEP7EP1ZHztTXpsd5uCMxZCQqP3 { width:16.25rem;height:12.0625rem;top:3.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtDLlgpf7moKe5CKiHWoieynOvri2ikv { width:16.25rem;height:12.125rem;top:18.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrwK0GEAS9PHpWqfnJvNPBObkS01kM6d { width:12.5rem;height:1.4619125rem;top:15.8125rem;left:3.75rem;font-size:1.125rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SzM8IiZwT82vZ4Tc85Pc8DBTyXqIVZTw { width:12.5rem;height:1.4619125rem;top:31.375rem;left:3.75rem;font-size:1.125rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D8PbGnzfqotMzNcLfW3IQQ5unR4Om2GA { width:18.75rem;height:21.928725rem;top:34.859375rem;left:0.625rem;font-size:1.125rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oaGfTU0NBnE2TG2LRhq79TbrA3CkNreq { display:block; }#oaGfTU0NBnE2TG2LRhq79TbrA3CkNreq > .row .container { width:20rem;height:44.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LnuqQTiouXmzcGWhNaKQ1oTTgoe43BGx { width:20rem;height:17.543rem;top:20.375rem;left:0rem;font-size:1.125rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rxcmKxQ7NgtHEAalzHusfA6Jt6qTMvD3 { width:20rem;height:5.19921875rem;top:2rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #tmCSxDsOhZ8nTRy7VPnyRwblw32yfssa { width:17.6875rem;height:11.75rem;top:7.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hn8yMtpVDn5eRc4sfg68matkmx1Rs7ya { width:19rem;height:3.25rem;top:39rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTPk7elHxvWTCurSbU3CvEdi2BOOCFqU { display:block; }
 }@media only screen and (max-width: 763px) { #m5TOXLqvqtXf4maK6kp1MBMC2AsAaPoB { background-color:#f1f0ed;background-image:url("https://images.assets-landingi.com/uc/51f99550-0d16-42d4-aeed-fc0c86511200/greymarblemgtakrgqzzoel0rv.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#m5TOXLqvqtXf4maK6kp1MBMC2AsAaPoB.adaptive-delivery-prevent-bg, #m5TOXLqvqtXf4maK6kp1MBMC2AsAaPoB.lazyload, #m5TOXLqvqtXf4maK6kp1MBMC2AsAaPoB.lazyloading { background-image: none; }#m5TOXLqvqtXf4maK6kp1MBMC2AsAaPoB > .row .container { background-color: transparent; background-image: none; }#m5TOXLqvqtXf4maK6kp1MBMC2AsAaPoB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5TOXLqvqtXf4maK6kp1MBMC2AsAaPoB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5TOXLqvqtXf4maK6kp1MBMC2AsAaPoB > .row .container > .video-iframe-container { display: none; }#m5TOXLqvqtXf4maK6kp1MBMC2AsAaPoB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5TOXLqvqtXf4maK6kp1MBMC2AsAaPoB > .row > .video-iframe-container { display: none; }#m5TOXLqvqtXf4maK6kp1MBMC2AsAaPoB > .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); }#m5TOXLqvqtXf4maK6kp1MBMC2AsAaPoB > .row .container { width:20rem;height:85.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cO7Rl3rvuRrnlWGrr6C1IbCZf5HRwas2 { width:18.75rem;height:3.8994125rem;top:1.625rem;left:0.625rem;font-size:1.5rem;color:#99815f;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EsKAqaQzFXzcUh0E8cefWaETl3NptBwm { width:18.0625rem;height:10.233375rem;top:6.3515625rem;left:0.96875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T1wah5eXGdlnIqBUt3TzbWclTDWMAitr { width:20rem;height:2rem;top:17.6875rem;left:0rem;font-size:2rem;font-family:"proxima nova";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L1u05Q0gtOTPvwc8rMHT1E6h04hTXH9T { width:18.9375rem;height:20.6875rem;top:0.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfkfQDwDJE9BOKgISO4RHRMB8I0AvtgR { width:11.1875rem;height:28.125rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuTie7BVTCSfq5Pp73SNU4kAVTfHuKgS { display:block; }#uuTie7BVTCSfq5Pp73SNU4kAVTfHuKgS > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fV7Z5e6TTylnrqOIp7NnuVuNibcsbcga { width:18.5rem;height:2.2744125rem;top:9.8125rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n2NKQgNkU7mNPSwepwSsVmwZIQudoXnO { width:10.3125rem;height:4.125rem;top:4.71875rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWcTHTsAQGMRXzNV6epcbpcKiM30zmod { width:18.5rem;height:2.2744125rem;top:1.6943359375rem;left:0.7489013671875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }