.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:222,237,233;--color-primary-1:157,202,188;--color-primary-2:92,167,143;--color-primary-3:17,230,155;--color-primary-4:53,123,101;--color-secondary-0:220,227,235;--color-secondary-1:138,163,190;--color-secondary-2:20,70,124;--color-secondary-3:10,35,62;--color-secondary-4:3,11,19;--color-tertiary-0:255,255,255;--color-tertiary-1:250,250,250;--color-tertiary-2:95,95,95;--color-tertiary-3:92,92,93;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6CcK3rMXua24Bpa0TmMf9KxwUp98XdK { 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;z-index:auto;display:block; }#o6CcK3rMXua24Bpa0TmMf9KxwUp98XdK > .row .container { background-color: transparent; background-image: none; }#o6CcK3rMXua24Bpa0TmMf9KxwUp98XdK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6CcK3rMXua24Bpa0TmMf9KxwUp98XdK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6CcK3rMXua24Bpa0TmMf9KxwUp98XdK > .row .container > .video-iframe-container { display: none; }#o6CcK3rMXua24Bpa0TmMf9KxwUp98XdK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6CcK3rMXua24Bpa0TmMf9KxwUp98XdK > .row > .video-iframe-container { display: none; }#o6CcK3rMXua24Bpa0TmMf9KxwUp98XdK > .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); }#o6CcK3rMXua24Bpa0TmMf9KxwUp98XdK > .row .container { border-width: 0; border-radius: 0; }#o6CcK3rMXua24Bpa0TmMf9KxwUp98XdK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o6CcK3rMXua24Bpa0TmMf9KxwUp98XdK > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#VTT8iASyaMeSJQW9bQBx0ocFoyasKOt0 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:8.125rem;top:1.4062501192093rem;left:6.3118495941163rem;overflow:hidden;display:block; }
#pp2QkJ02A8yBi4RRu40oWJV1qqXg9BhM { background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #de5237;border-left:0.0625rem solid #de5237;border-right:0.0625rem solid #de5237;border-bottom:0.0625rem solid #de5237;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#de5237;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2.25rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.5625001192093rem;left:53.498264312744rem;display:block; }
#nQxPXnHdsqMpXaXn2wUSuFfRTdd85w1i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pxZOh5kylr7rhvr8qvHI47SbkQZca4eT { background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #de5237;border-left:0.0625rem solid #de5237;border-right:0.0625rem solid #de5237;border-bottom:0.0625rem solid #de5237;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#de5237;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.3125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.5625001192093rem;left:62.749568939206rem;display:block; }
#D7DPIyuLqh4cwatVt2m4twDA8Ex5ztut { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cTO4pWQneMdJNsubXHqtVFw33756Jy6q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ec8469;background-image:url("https://images.assets-landingi.com/uc/1bfcb532-e8f4-4098-9f44-b1542ce2b166/BG2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q.adaptive-delivery-prevent-bg, #cTO4pWQneMdJNsubXHqtVFw33756Jy6q.lazyload, #cTO4pWQneMdJNsubXHqtVFw33756Jy6q.lazyloading { background-image: none; }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q > .row .container { background-color: transparent; background-image: none; }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q > .row .container > .video-iframe-container { display: none; }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q > .row > .video-iframe-container { display: none; }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q > .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); }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q > .row .container { border-width: 0; border-radius: 0; }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q > .row .container { font-size:0.875rem;font-family:arial;height:60.375rem;width:75rem;position:relative;display:block; }#szf8eQqkcr771QVQdFyDmQftqqs8fTaI { color:#ffffff;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:4.375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:19.90625rem;left:28.5rem;height:5.6875rem;font-style:normal;display:block; }
#lBZfnbWdKTPFlfTTHPUkDFHtJilAuVQH { color:#ffffff;display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.75rem;left:28.5rem;height:4.875rem;display:block; }
#bKAsxlpmMOEGqdTU3rA6PhkNJvSwTcyO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ec8469;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; }#bKAsxlpmMOEGqdTU3rA6PhkNJvSwTcyO > .row .container { background-color: transparent; background-image: none; }#bKAsxlpmMOEGqdTU3rA6PhkNJvSwTcyO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKAsxlpmMOEGqdTU3rA6PhkNJvSwTcyO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKAsxlpmMOEGqdTU3rA6PhkNJvSwTcyO > .row .container > .video-iframe-container { display: none; }#bKAsxlpmMOEGqdTU3rA6PhkNJvSwTcyO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKAsxlpmMOEGqdTU3rA6PhkNJvSwTcyO > .row > .video-iframe-container { display: none; }#bKAsxlpmMOEGqdTU3rA6PhkNJvSwTcyO > .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); }#bKAsxlpmMOEGqdTU3rA6PhkNJvSwTcyO > .row .container { border-width: 0; border-radius: 0; }#bKAsxlpmMOEGqdTU3rA6PhkNJvSwTcyO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bKAsxlpmMOEGqdTU3rA6PhkNJvSwTcyO > .row .container { font-size:0.875rem;font-family:arial;height:53.0625rem;width:75rem;position:relative;display:block; }#aepe8NvpxWetnoMudBPiED7oFe0Ha4NH { color:#ffffff;display:block;width:34.5rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.75rem;left:2.3125rem;height:5.6875rem;font-style:normal;display:block; }
#HZPqxODAvunehyfuZMfeVQb2ep6Bk1TG { color:rgba(var(--color-tertiary-0),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:13.625rem;left:2.3125rem;height:8.44925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tHVs5Er6mgpmiH3GNXiJGVfGFv56637T { color:#50535a;display:block;width:18.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:3.66455078125rem;left:49.405111312866rem;height:2.76204375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PiF0R5x8OpXh0pNXZCO7a3QK3W5TqGna { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:44.1875rem;width:30.8125rem;top:6.37451171875rem;left:43.437498092651rem;display:block; }
#qEGOUKCUvZiSzFSfAw8lHHAe3tU9TpiH { position:absolute;display:block;z-index:15008;height:30.625rem;width:36.4375rem;top:7.9988600611687rem;left:43.906248092651rem;display:block; }
#TZcwOOeOCea4J9xVolJB7SogsrqUwAUs { position:absolute;display:block;z-index:15004;background-color:#de5237;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.4375rem;width:30.8125rem;top:2.7498397827149rem;left:43.437498092651rem;display:block; }
#ap4MJJDIDn0FFGLFWHiUl41mEv5ti3ai { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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:19.625rem;width:42.5rem;top:26.875rem;left:0rem;overflow:hidden;display:block; }
#UK59gdUmXfTI1M5BZ3E2otguTvb0OkRQ { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top: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:26.125rem;width:23.1875rem;top:22.8125rem;left:14.25rem;overflow:hidden;display:block; }
#hwXOGp8chRtmG9K4rLEboIAkuvAz8ZBs { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:30.625rem;left:16rem;height:1.21875rem;font-style:normal;display:block; }
#K8MOZkJu8htGbeLucbDuMDJqLfJ7ktGG { color:rgba(var(--color-tertiary-4),1);display:block;width:4.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:27.0625rem;left:23.6875rem;height:1.21875rem;font-style:normal;display:block; }
#hEyy3C0VVp8iiOaFwVLE4xTUu816XNHo { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:23.4375rem;left:32.75rem;height:1.21875rem;font-style:normal;display:block; }
#lvOPTFESg4pdL05U947Ak2UR6T9cMn81 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#lvOPTFESg4pdL05U947Ak2UR6T9cMn81 > .row .container { background-color: transparent; background-image: none; }#lvOPTFESg4pdL05U947Ak2UR6T9cMn81::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvOPTFESg4pdL05U947Ak2UR6T9cMn81 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvOPTFESg4pdL05U947Ak2UR6T9cMn81 > .row .container > .video-iframe-container { display: none; }#lvOPTFESg4pdL05U947Ak2UR6T9cMn81 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvOPTFESg4pdL05U947Ak2UR6T9cMn81 > .row > .video-iframe-container { display: none; }#lvOPTFESg4pdL05U947Ak2UR6T9cMn81 > .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); }#lvOPTFESg4pdL05U947Ak2UR6T9cMn81 > .row .container { border-width: 0; border-radius: 0; }#lvOPTFESg4pdL05U947Ak2UR6T9cMn81 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lvOPTFESg4pdL05U947Ak2UR6T9cMn81 > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:75rem;position:relative;display:block; }#tTTSRsA2kTSAMqfulq7B43BTROJTKgCF { color:#ec8469;display:block;width:47.625rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:4.1865234375rem;left:12.6875rem;height:4.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TiegDdo0iS93Td6nGi106hR7vpfyQ3lT { position:absolute;display:block;z-index:14997;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:10.0625rem;width:10.0625rem;top:12.34375rem;left:4.34375rem;overflow:hidden;display:block; }
#PitEUOzQFvLHvhLR5OkLlDCwd7pZDTs0 { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:10.0625rem;top:12.375rem;left:23.09375rem;overflow:hidden;display:block; }
#qNtbIMwGR97Nf3ReCUzgWCTwmvfRcJ3p { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:10.0625rem;top:12.375rem;left:41.84375rem;overflow:hidden;display:block; }
#qlTCzlJ4iayaGg66DmE9TE1ZAz8eS0rJ { color:#333333;display:block;width:15.6875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:24.6875rem;left:1.53125rem;height:2.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NnDgytMGAv1ydxLfTfxRrKKh91FqshRh { background-color:transparent;background-image:none;border-top:0.0625rem solid #de5237;border-left:0.0625rem solid #de5237;border-right:0.0625rem solid #de5237;border-bottom:0.0625rem solid #de5237;border-top-left-radius:0.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#de5237;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.4375rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:31.625rem;left:27.90625rem;display:block; }
#cfckLzVZMUREC8MlIGOqRCUdiFBsWFVa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xkC6a8IgLse54t5afxzeEpIku1VAhKFT { color:rgba(var(--color-tertiary-0),1);display:block;width:62.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:36.375rem;left:6.25rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lWJLQk8VoMZ0eGU5QlL0RSNhKN4gdMv2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:10rem;top:12.375rem;left:60.59375rem;overflow:hidden;display:block; }
#lDFNoeGXTqakWszaso5EOvNz23BFvZI4 { color:#333333;display:block;width:15.6875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:24.6875rem;left:20.28125rem;height:2.9752625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SXLt6JAnUiiVEcPlnSTyHCXWAqRHWlq4 { color:#333333;display:block;width:15.6875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:24.6875rem;left:39.03125rem;height:1.48730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IuSMoTLBfLz0T8nOV3ZATVpI0kwvbTyS { color:#333333;display:block;width:15.6875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:24.6875rem;left:57.78125rem;height:2.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a4zSvGDTZCA9U7dJgC5wb3caW7sRW9zy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #fcaf9d, #ec8469);background-image: -moz-linear-gradient(360deg, #fcaf9d, #ec8469);background-image: -ms-linear-gradient(360deg, #fcaf9d, #ec8469);background-image: -o-linear-gradient(360deg, #fcaf9d, #ec8469);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcaf9d', endColorstr='#ec8469' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcaf9d', endColorstr='#ec8469' );";background-image: linear-gradient(360deg, #fcaf9d, #ec8469);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; }#a4zSvGDTZCA9U7dJgC5wb3caW7sRW9zy > .row .container { background-color: transparent; background-image: none; }#a4zSvGDTZCA9U7dJgC5wb3caW7sRW9zy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4zSvGDTZCA9U7dJgC5wb3caW7sRW9zy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4zSvGDTZCA9U7dJgC5wb3caW7sRW9zy > .row .container > .video-iframe-container { display: none; }#a4zSvGDTZCA9U7dJgC5wb3caW7sRW9zy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4zSvGDTZCA9U7dJgC5wb3caW7sRW9zy > .row > .video-iframe-container { display: none; }#a4zSvGDTZCA9U7dJgC5wb3caW7sRW9zy > .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); }#a4zSvGDTZCA9U7dJgC5wb3caW7sRW9zy > .row .container { border-width: 0; border-radius: 0; }#a4zSvGDTZCA9U7dJgC5wb3caW7sRW9zy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a4zSvGDTZCA9U7dJgC5wb3caW7sRW9zy > .row .container { font-size:0.875rem;font-family:arial;height:57.5rem;width:75rem;position:relative;display:block; }#TAayx19EDH4G3eKIqyJ2SKAMSyP0ek1H { position:absolute;display:block;z-index:15032;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.125rem;width:5.9375rem;top:44.287109375rem;left:20.4375rem;overflow:hidden;display:block; }
#U49nJO9zJbpnVngXRfqCR06i8Pfzy7P5 { position:absolute;display:block;z-index:15036;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.25rem;width:6rem;top:39.375rem;left:34.5rem;overflow:hidden;display:block; }
#rT7zFKVcNF5zRNBVSWLvC3kfXGN5HTM3 { position:absolute;display:block;z-index:15036;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.0625rem;width:5.8125rem;top:37.6875rem;left:8.8125rem;overflow:hidden;display:block; }
#hTuGbVsZLpNRPyqNpFPuDF6J3W5TaCqJ { position:absolute;display:block;z-index:15038;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.25rem;width:6.0625rem;top:44.224609375rem;left:48.5625rem;overflow:hidden;display:block; }
#ZGunaH69536R3vaXB5GtATCmIWeU3u4T { position:absolute;display:block;z-index:15036;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.125rem;width:5.875rem;top:37.7119140625rem;left:62.59375rem;overflow:hidden;display:block; }
#MSLIvX4Bhtpikdby8MadqFnOL0QPyzE8 { color:#ffffff;display:block;width:8rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:50.623046875rem;left:19.40625rem;height:3.32421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wqa41sb8lxa0B6pxVSn15O1V87LKWE99 { color:#ffffff;display:block;width:7.5625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:44.25rem;left:7.9375rem;height:3.32421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qrtK0LllLaRZpiFaKGufTIwSm74aNT3T { color:#ffffff;display:block;width:11.4375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:45.9365234375rem;left:31.78125rem;height:3.32421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e5HWXOTne7WXdTVp7awHhueQGo3KCAWg { color:#ffffff;display:block;width:8rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:50.623046875rem;left:47.59375rem;height:3.32421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#etlb1zCuTFZk7AQUwz5lSCaUB6hRFftH { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:44.287109375rem;left:60.5625rem;height:3.32421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pExqQuC93rzTJSOuvsTdGf0sw2sWz7iX { color:#ffffff;display:block;width:26.9375rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:5.5029296875rem;left:3rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OQwm4TeuBkJa5Ahu8lXzCRBR0KuVfuZp { color:#ffffff;display:block;width:30.5rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:13.6904296875rem;left:3rem;height:17.15725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#OQwm4TeuBkJa5Ahu8lXzCRBR0KuVfuZp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OQwm4TeuBkJa5Ahu8lXzCRBR0KuVfuZp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2e861bd464fac4c6f57e54e53b1982c5cf472369.svg); }
#bryATG8TVoTCbRQo2PWGUL565IAZhZkG { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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:14.875rem;width:38.9375rem;top:13.6904296875rem;left:36.0625rem;overflow:hidden;display:block; }
#Ir4gnqPmwuAimtxI7KOWzrlzAm9oMgHK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a0814af5-7dad-49f8-a4a3-da792e03cb54/BGcasoclinico.png");background-position:bottom 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:block; }#Ir4gnqPmwuAimtxI7KOWzrlzAm9oMgHK.adaptive-delivery-prevent-bg, #Ir4gnqPmwuAimtxI7KOWzrlzAm9oMgHK.lazyload, #Ir4gnqPmwuAimtxI7KOWzrlzAm9oMgHK.lazyloading { background-image: none; }#Ir4gnqPmwuAimtxI7KOWzrlzAm9oMgHK > .row .container { background-color: transparent; background-image: none; }#Ir4gnqPmwuAimtxI7KOWzrlzAm9oMgHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir4gnqPmwuAimtxI7KOWzrlzAm9oMgHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir4gnqPmwuAimtxI7KOWzrlzAm9oMgHK > .row .container > .video-iframe-container { display: none; }#Ir4gnqPmwuAimtxI7KOWzrlzAm9oMgHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir4gnqPmwuAimtxI7KOWzrlzAm9oMgHK > .row > .video-iframe-container { display: none; }#Ir4gnqPmwuAimtxI7KOWzrlzAm9oMgHK > .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); }#Ir4gnqPmwuAimtxI7KOWzrlzAm9oMgHK > .row .container { border-width: 0; border-radius: 0; }#Ir4gnqPmwuAimtxI7KOWzrlzAm9oMgHK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ir4gnqPmwuAimtxI7KOWzrlzAm9oMgHK > .row .container { font-size:0.875rem;font-family:arial;height:67.0625rem;width:75rem;position:relative;display:block; }#I62KJTEb7wH0dOkTZgiEbhKB4rFZ7lAN { color:#ffffff;display:block;width:36.875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9.3125rem;left:5.125rem;height:4.0625rem;font-style:normal;display:block; }
#l4D7T8ZaB5ZDcCufs8TpdQrnnICx0IeE { color:#de5237;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.375rem;left:5.125rem;height:4.0625rem;display:block; }
#sSmFO3Q9qQu8JGkgp4coCxBewVWS23se { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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:17.375rem;width:17rem;top:2.65625rem;left:46.9375rem;overflow:hidden;display:block; }
#wCLADkW6eRpnnTrMSvEQVrrIrbvC72ts { color:#de5237;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.875rem;left:5.125rem;height:1.787925rem;display:block; }
#k6nGTSw28Vbw2dhUJhm34QtNqWCS0QNL { color:#ffffff;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:16.625rem;left:5.125rem;height:1.21875rem;font-style:normal;display:block; }
#OcV3gPX64wEoAT7G2VIyR5impdU33pus { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top: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:11.375rem;width:14.5625rem;top:26.9375rem;left:3.3125rem;overflow:hidden;display:block; }
#JDQFvuKo6iUhtg3KINPOGMh5W8poTmBd { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:40rem;left:3.3125rem;height:8.53125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M86s1685ApRTVp5KTw3eBrS33OS1M24e { color:#de5237;display:block;width:11.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.375rem;left:5.125rem;height:3.25rem;display:block; }
#S3J7L8Bta9CGmUReJFikZyfXpThKK5eP { color:#de5237;display:block;width:10.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:22.375rem;left:23rem;height:3.25rem;display:block; }
#RtUxG2ArC1iqd5yTRiCKvrLPWFX8AdsM { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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:11.375rem;width:14.5625rem;top:26.9375rem;left:21.0625rem;overflow:hidden;display:block; }
#TXii4yzXczgcP11Xqc667e0Eb8vXPndt { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:40rem;left:21.0625rem;height:3.65625rem;font-style:normal;display:block; }
#Xn6CHZdaDgcfLE3C0RWchUp77U0tWTst { color:#de5237;display:block;width:9.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22.375rem;left:41.875rem;height:3.25rem;display:block; }
#bHaVdTBTyanM8cOKdsWZw4sLc6HKrbwM { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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:11.375rem;width:14.5625rem;top:26.9375rem;left:39.375rem;overflow:hidden;display:block; }
#dE2EbTX9UBZep9zMLoGgNUgI9nwuLf4Q { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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:11.375rem;width:14.5625rem;top:26.9375rem;left:57rem;overflow:hidden;display:block; }
#VIpAQmN3mByBQogSUIuXAgW4DpsD7HaT { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:40rem;left:39.3125rem;height:;font-style:normal;display:block; }
#PBE7aKkg7qH0uT6gAfHbVbAXgn3BHb1z { color:#de5237;display:block;width:8.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.375rem;left:60.125rem;height:;display:block; }
#LELUhkqRP1SZTRkmD9P2kd380rtvJeT3 { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:40rem;left:56.9375rem;height:7.3125rem;font-style:normal;display:block; }
#CRtL4RSSWIsTowgI7OJiX0mkptdJQhOZ { color:#de5237;display:block;width:18.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:53.875rem;left:19.125rem;height:1.625rem;display:block; }
#sJp36rSGi6vVdJbhH3A0w3m1acTKshmc { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top: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:11.375rem;width:14.5625rem;top:52.875rem;left:3.3125rem;overflow:hidden;display:block; }
#Fc5dqBFbbMD59h1fOHDvpGOyCu7nAAxu { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:56.8125rem;left:19.125rem;height:;font-style:normal;display:block; }
#nblziiacD5oVQ5RsMVTgeq2l7Z5C57uz { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top: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:12.1875rem;width:30.5625rem;top:52.875rem;left:42.9375rem;overflow:hidden;display:block; }
#eT4w4ICxDECyfW7Mbd7GlMbirKZCtyP7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ec8469, #fcaf9d);background-image: -moz-linear-gradient(0deg, #ec8469, #fcaf9d);background-image: -ms-linear-gradient(0deg, #ec8469, #fcaf9d);background-image: -o-linear-gradient(0deg, #ec8469, #fcaf9d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec8469', endColorstr='#fcaf9d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec8469', endColorstr='#fcaf9d' );";background-image: linear-gradient(0deg, #ec8469, #fcaf9d);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; }#eT4w4ICxDECyfW7Mbd7GlMbirKZCtyP7 > .row .container { background-color: transparent; background-image: none; }#eT4w4ICxDECyfW7Mbd7GlMbirKZCtyP7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT4w4ICxDECyfW7Mbd7GlMbirKZCtyP7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT4w4ICxDECyfW7Mbd7GlMbirKZCtyP7 > .row .container > .video-iframe-container { display: none; }#eT4w4ICxDECyfW7Mbd7GlMbirKZCtyP7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT4w4ICxDECyfW7Mbd7GlMbirKZCtyP7 > .row > .video-iframe-container { display: none; }#eT4w4ICxDECyfW7Mbd7GlMbirKZCtyP7 > .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); }#eT4w4ICxDECyfW7Mbd7GlMbirKZCtyP7 > .row .container { border-width: 0; border-radius: 0; }#eT4w4ICxDECyfW7Mbd7GlMbirKZCtyP7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eT4w4ICxDECyfW7Mbd7GlMbirKZCtyP7 > .row .container { font-size:0.875rem;font-family:arial;height:63.125rem;width:75rem;position:relative;display:block; }#bAUSVPvZgrl0QKzTQVq6BkwJPWo1NB3F { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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:24.25rem;width:64.125rem;top:36.5625rem;left:5.4375rem;overflow:hidden;display:block; }
#RZMqJ8MSudCB2vaNa1rLsZTu7LLmhiGE { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top: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:25.625rem;width:25.625rem;top:5.15625rem;left:5.4375rem;overflow:hidden;display:block; }
#TtaE2bBtheE4K131pD5o1Rs5HnCqNKwd { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top: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:12.75rem;width:40.125rem;top:41.1875rem;left:15.5rem;overflow:hidden;display:block; }
#MegSavWcrw26W8p3vya67VCcgMdzuyuH { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top: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:11.75rem;width:35.1875rem;top:7.65625rem;left:35.1923828125rem;overflow:hidden;display:block; }
#gtTxBCluahudvt47Mn11HhkmTh4l11i2 { color:#ffffff;display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:20.84765625rem;left:33.875rem;height:4.875rem;text-align:right;text-align-last:right;display:block; }
#JiBbJpeBh7Z8zn4UApk0ZVrvUuKB3FTa { color:#f9d1c7;display:block;width:27.375rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:28.5625rem;left:31.0625rem;height:3.65625rem;text-align:right;text-align-last:right;display:block; }
#AcIkbSJLxevLZqKtPEz3yiNn63yJ8hu5 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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:35.1875rem;width:12.375rem;top:22.3125rem;left:59.875rem;overflow:hidden;display:block; }
#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);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;z-index:auto;display:block; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container { background-color: transparent; background-image: none; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container > .video-iframe-container { display: none; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row > .video-iframe-container { display: none; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .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); }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container { border-width: 0; border-radius: 0; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#dDGiR8w6RalcoJoVHPGrNiNAJ4vLTBe9 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.67578125rem;left:48.90625rem;height:1.94986875rem;text-align:right;text-align-last:right;display:block; }
#OiKX5Ab6Qwxx3oMer1DqIUNCWPfdThda { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15068;top:3.0625rem;left:63.90625rem;display:block; }
#F50oekHwFS7psCAAEMMiH7ywJ5yayp1X { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15069;top:3.0625rem;left:66.40625rem;display:block; }
#padMJvMiWLKLCxIVxMTqFXVC4clSSEwF { position:absolute;display:block;z-index:15070;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:1.5625rem;width:1.5625rem;top:3.53125rem;left:69.46875rem;overflow:hidden;display:block; }
#UGeJJCGTUhKtTHszNHIUp67b5rWaeQlg { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:6.6875rem;top:3.1875rem;left:4.96875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #o6CcK3rMXua24Bpa0TmMf9KxwUp98XdK { display:block; }#o6CcK3rMXua24Bpa0TmMf9KxwUp98XdK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTT8iASyaMeSJQW9bQBx0ocFoyasKOt0 { width:8.125rem;height:2.8125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pp2QkJ02A8yBi4RRu40oWJV1qqXg9BhM { width:8.5625rem;height:2.25rem;top:1.5625rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQxPXnHdsqMpXaXn2wUSuFfRTdd85w1i { display:block; }
 }@media only screen and (max-width: 763px) { #pxZOh5kylr7rhvr8qvHI47SbkQZca4eT { width:8.625rem;height:2.3125rem;top:1.5625rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7DPIyuLqh4cwatVt2m4twDA8Ex5ztut { display:block; }
 }@media only screen and (max-width: 763px) { #cTO4pWQneMdJNsubXHqtVFw33756Jy6q { display:none; }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #szf8eQqkcr771QVQdFyDmQftqqs8fTaI { width:20rem;height:5.6875rem;top:19.875rem;left:14.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBZfnbWdKTPFlfTTHPUkDFHtJilAuVQH { width:26.9375rem;height:4.875rem;top:27.75rem;left:14.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKAsxlpmMOEGqdTU3rA6PhkNJvSwTcyO { display:block; }#bKAsxlpmMOEGqdTU3rA6PhkNJvSwTcyO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aepe8NvpxWetnoMudBPiED7oFe0Ha4NH { width:34.5rem;height:8.5rem;top:2.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZPqxODAvunehyfuZMfeVQb2ep6Bk1TG { width:28.625rem;height:8.4375rem;top:13.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHVs5Er6mgpmiH3GNXiJGVfGFv56637T { width:18.8125rem;height:2.75rem;top:3.625rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiF0R5x8OpXh0pNXZCO7a3QK3W5TqGna { width:30.8125rem;height:44.1875rem;top:6.3125rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEGOUKCUvZiSzFSfAw8lHHAe3tU9TpiH { width:36.4375rem;height:30.625rem;top:7.9375rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZcwOOeOCea4J9xVolJB7SogsrqUwAUs { width:30.8125rem;height:4.4375rem;top:2.6875rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap4MJJDIDn0FFGLFWHiUl41mEv5ti3ai { width:42.5rem;height:19.625rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK59gdUmXfTI1M5BZ3E2otguTvb0OkRQ { width:23.1875rem;height:26.125rem;top:22.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwXOGp8chRtmG9K4rLEboIAkuvAz8ZBs { width:3.0625rem;height:1.1875rem;top:30.625rem;left:9.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8MOZkJu8htGbeLucbDuMDJqLfJ7ktGG { width:4.375rem;height:1.1875rem;top:27.0625rem;left:16.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEyy3C0VVp8iiOaFwVLE4xTUu816XNHo { width:3.0625rem;height:1.1875rem;top:23.4375rem;left:20.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvOPTFESg4pdL05U947Ak2UR6T9cMn81 { display:block; }#lvOPTFESg4pdL05U947Ak2UR6T9cMn81 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTTSRsA2kTSAMqfulq7B43BTROJTKgCF { width:47.625rem;height:4.9375rem;top:4.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiegDdo0iS93Td6nGi106hR7vpfyQ3lT { width:10.0625rem;height:10.0625rem;top:12.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PitEUOzQFvLHvhLR5OkLlDCwd7pZDTs0 { width:10.0625rem;height:10rem;top:12.375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNtbIMwGR97Nf3ReCUzgWCTwmvfRcJ3p { width:10.0625rem;height:10rem;top:12.375rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlTCzlJ4iayaGg66DmE9TE1ZAz8eS0rJ { width:15.6875rem;height:4.4375rem;top:24.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnDgytMGAv1ydxLfTfxRrKKh91FqshRh { width:18.9375rem;height:3.4375rem;top:31.625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfckLzVZMUREC8MlIGOqRCUdiFBsWFVa { display:block; }
 }@media only screen and (max-width: 763px) { #xkC6a8IgLse54t5afxzeEpIku1VAhKFT { width:47.75rem;height:1.25rem;top:36.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWJLQk8VoMZ0eGU5QlL0RSNhKN4gdMv2 { width:10rem;height:10rem;top:12.375rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDFNoeGXTqakWszaso5EOvNz23BFvZI4 { width:15.6875rem;height:2.9375rem;top:24.6875rem;left:8.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXLt6JAnUiiVEcPlnSTyHCXWAqRHWlq4 { width:15.6875rem;height:2.9375rem;top:24.6875rem;left:20.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuSMoTLBfLz0T8nOV3ZATVpI0kwvbTyS { width:15.6875rem;height:2.9375rem;top:24.6875rem;left:32.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4zSvGDTZCA9U7dJgC5wb3caW7sRW9zy { display:none; }#a4zSvGDTZCA9U7dJgC5wb3caW7sRW9zy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TAayx19EDH4G3eKIqyJ2SKAMSyP0ek1H { width:5.9375rem;height:5.125rem;top:44.25rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U49nJO9zJbpnVngXRfqCR06i8Pfzy7P5 { width:6rem;height:5.25rem;top:39.375rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT7zFKVcNF5zRNBVSWLvC3kfXGN5HTM3 { width:5.8125rem;height:5.0625rem;top:37.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTuGbVsZLpNRPyqNpFPuDF6J3W5TaCqJ { width:6.0625rem;height:5.25rem;top:44.1875rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGunaH69536R3vaXB5GtATCmIWeU3u4T { width:5.875rem;height:5.125rem;top:37.6875rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSLIvX4Bhtpikdby8MadqFnOL0QPyzE8 { width:8rem;height:3.3125rem;top:50.5625rem;left:5.78125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wqa41sb8lxa0B6pxVSn15O1V87LKWE99 { width:7.5625rem;height:3.3125rem;top:44.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrtK0LllLaRZpiFaKGufTIwSm74aNT3T { width:11.4375rem;height:3.3125rem;top:45.875rem;left:18.15625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5HWXOTne7WXdTVp7awHhueQGo3KCAWg { width:8rem;height:3.3125rem;top:50.5625rem;left:33.96875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #etlb1zCuTFZk7AQUwz5lSCaUB6hRFftH { width:9.9375rem;height:4.9375rem;top:44.25rem;left:37.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pExqQuC93rzTJSOuvsTdGf0sw2sWz7iX { width:26.9375rem;height:5.25rem;top:5.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQwm4TeuBkJa5Ahu8lXzCRBR0KuVfuZp { width:30.5rem;height:17.125rem;top:13.6875rem;left:0rem;font-size:1.3125rem;display:block; }#OQwm4TeuBkJa5Ahu8lXzCRBR0KuVfuZp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2e861bd464fac4c6f57e54e53b1982c5cf472369.svg); }
 }@media only screen and (max-width: 763px) { #bryATG8TVoTCbRQo2PWGUL565IAZhZkG { width:38.9375rem;height:14.875rem;top:13.6875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir4gnqPmwuAimtxI7KOWzrlzAm9oMgHK { display:block; }#Ir4gnqPmwuAimtxI7KOWzrlzAm9oMgHK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I62KJTEb7wH0dOkTZgiEbhKB4rFZ7lAN { width:36.875rem;height:4.0625rem;top:9.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4D7T8ZaB5ZDcCufs8TpdQrnnICx0IeE { width:20rem;height:4.0625rem;top:4.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSmFO3Q9qQu8JGkgp4coCxBewVWS23se { width:17rem;height:17.375rem;top:2.625rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCLADkW6eRpnnTrMSvEQVrrIrbvC72ts { width:20rem;height:1.75rem;top:14.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6nGTSw28Vbw2dhUJhm34QtNqWCS0QNL { width:10rem;height:1.1875rem;top:16.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcV3gPX64wEoAT7G2VIyR5impdU33pus { width:14.5625rem;height:11.375rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDQFvuKo6iUhtg3KINPOGMh5W8poTmBd { width:16.0625rem;height:9.75rem;top:40rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M86s1685ApRTVp5KTw3eBrS33OS1M24e { width:11.8125rem;height:3.25rem;top:22.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3J7L8Bta9CGmUReJFikZyfXpThKK5eP { width:10.6875rem;height:3.25rem;top:22.375rem;left:9.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtUxG2ArC1iqd5yTRiCKvrLPWFX8AdsM { width:14.5625rem;height:11.375rem;top:26.9375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXii4yzXczgcP11Xqc667e0Eb8vXPndt { width:14.75rem;height:4.875rem;top:40rem;left:7.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn6CHZdaDgcfLE3C0RWchUp77U0tWTst { width:9.625rem;height:3.25rem;top:22.375rem;left:28.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHaVdTBTyanM8cOKdsWZw4sLc6HKrbwM { width:14.5625rem;height:11.375rem;top:26.9375rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE2EbTX9UBZep9zMLoGgNUgI9nwuLf4Q { width:14.5625rem;height:11.375rem;top:26.9375rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIpAQmN3mByBQogSUIuXAgW4DpsD7HaT { width:14.75rem;height:;top:40rem;left:25.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBE7aKkg7qH0uT6gAfHbVbAXgn3BHb1z { width:8.375rem;height:;top:22.375rem;left:39.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LELUhkqRP1SZTRkmD9P2kd380rtvJeT3 { width:14.75rem;height:9.75rem;top:40rem;left:33rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRtL4RSSWIsTowgI7OJiX0mkptdJQhOZ { width:18.875rem;height:1.625rem;top:53.875rem;left:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJp36rSGi6vVdJbhH3A0w3m1acTKshmc { width:14.5625rem;height:11.375rem;top:52.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fc5dqBFbbMD59h1fOHDvpGOyCu7nAAxu { width:22.75rem;height:;top:56.8125rem;left:5.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nblziiacD5oVQ5RsMVTgeq2l7Z5C57uz { width:30.5625rem;height:12.1875rem;top:52.875rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT4w4ICxDECyfW7Mbd7GlMbirKZCtyP7 { display:none; }#eT4w4ICxDECyfW7Mbd7GlMbirKZCtyP7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bAUSVPvZgrl0QKzTQVq6BkwJPWo1NB3F { width:47.75rem;height:18.057504873294rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZMqJ8MSudCB2vaNa1rLsZTu7LLmhiGE { width:25.625rem;height:25.625rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtaE2bBtheE4K131pD5o1Rs5HnCqNKwd { width:40.125rem;height:12.75rem;top:41.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MegSavWcrw26W8p3vya67VCcgMdzuyuH { width:35.1875rem;height:11.75rem;top:7.625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtTxBCluahudvt47Mn11HhkmTh4l11i2 { width:24.5rem;height:4.875rem;top:20.8125rem;left:20.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiBbJpeBh7Z8zn4UApk0ZVrvUuKB3FTa { width:27.375rem;height:3.625rem;top:28.5625rem;left:17.4375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcIkbSJLxevLZqKtPEz3yiNn63yJ8hu5 { width:12.375rem;height:35.1875rem;top:22.3125rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a02O8Qprk2mWTTLbkmOgibT1O75RrPiD { display:none; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dDGiR8w6RalcoJoVHPGrNiNAJ4vLTBe9 { width:11.6875rem;height:1.9375rem;top:3.625rem;left:35.28125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiKX5Ab6Qwxx3oMer1DqIUNCWPfdThda { width:2.5rem;height:2.5rem;top:3.0625rem;left:45.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F50oekHwFS7psCAAEMMiH7ywJ5yayp1X { width:2.5rem;height:2.5rem;top:3.0625rem;left:45.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #padMJvMiWLKLCxIVxMTqFXVC4clSSEwF { width:1.5625rem;height:1.5625rem;top:3.5rem;left:46.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGeJJCGTUhKtTHszNHIUp67b5rWaeQlg { width:6.6875rem;height:2.25rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #o6CcK3rMXua24Bpa0TmMf9KxwUp98XdK { position:relative;z-index:auto;display:block; }#o6CcK3rMXua24Bpa0TmMf9KxwUp98XdK > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTT8iASyaMeSJQW9bQBx0ocFoyasKOt0 { width:9.375rem;height:3.25rem;top:3.1865234375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pp2QkJ02A8yBi4RRu40oWJV1qqXg9BhM { width:8.5rem;height:2.25rem;top:10.185547828674rem;left:1.0928821563721rem;border-top:0.0625rem solid #de5237;border-left:0.0625rem solid #de5237;border-right:0.0625rem solid #de5237;border-bottom:0.0625rem solid #de5237;display:block; }
 }@media only screen and (max-width: 763px) { #nQxPXnHdsqMpXaXn2wUSuFfRTdd85w1i { display:block; }
 }@media only screen and (max-width: 763px) { #pxZOh5kylr7rhvr8qvHI47SbkQZca4eT { width:8.625rem;height:2.3125rem;top:10.155165672303rem;left:10.186849594116rem;border-top:0.0625rem solid #de5237;border-left:0.0625rem solid #de5237;border-right:0.0625rem solid #de5237;border-bottom:0.0625rem solid #de5237;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7DPIyuLqh4cwatVt2m4twDA8Ex5ztut { display:block; }
 }@media only screen and (max-width: 763px) { #cTO4pWQneMdJNsubXHqtVFw33756Jy6q { background-color:#ec8469;background-image:url("https://images.assets-landingi.com/uc/b7f71ce4-3b0d-4f2b-bfee-0204a51c8e28/BGmobile2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q.adaptive-delivery-prevent-bg, #cTO4pWQneMdJNsubXHqtVFw33756Jy6q.lazyload, #cTO4pWQneMdJNsubXHqtVFw33756Jy6q.lazyloading { background-image: none; }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q > .row .container { background-color: transparent; background-image: none; }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q > .row .container > .video-iframe-container { display: none; }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q > .row > .video-iframe-container { display: none; }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q > .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); }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q > .row .container { border-width: 0; border-radius: 0; }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q > .row .container { width:20rem;height:53.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szf8eQqkcr771QVQdFyDmQftqqs8fTaI { width:15.5625rem;height:2.84375rem;top:9.880859375rem;left:0.96875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBZfnbWdKTPFlfTTHPUkDFHtJilAuVQH { width:15.25rem;height:6.09375rem;top:12.724609375rem;left:1.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKAsxlpmMOEGqdTU3rA6PhkNJvSwTcyO { display:block; }#bKAsxlpmMOEGqdTU3rA6PhkNJvSwTcyO > .row .container { width:20rem;height:98.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aepe8NvpxWetnoMudBPiED7oFe0Ha4NH { width:20rem;height:5.60449375rem;top:5.4375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HZPqxODAvunehyfuZMfeVQb2ep6Bk1TG { width:18.125rem;height:8.53025rem;top:11.623046875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHVs5Er6mgpmiH3GNXiJGVfGFv56637T { width:18.25rem;height:2.5996125rem;top:44.0625rem;left:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PiF0R5x8OpXh0pNXZCO7a3QK3W5TqGna { width:20rem;height:48.3125rem;top:46.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEGOUKCUvZiSzFSfAw8lHHAe3tU9TpiH { width:16.4375rem;height:30.625rem;top:48.4375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZcwOOeOCea4J9xVolJB7SogsrqUwAUs { width:20rem;height:4.4375rem;top:42.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap4MJJDIDn0FFGLFWHiUl41mEv5ti3ai { width:20rem;height:9.1875rem;top:25.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK59gdUmXfTI1M5BZ3E2otguTvb0OkRQ { width:15.125rem;height:17.0625rem;top:22.8408203125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwXOGp8chRtmG9K4rLEboIAkuvAz8ZBs { width:2.5rem;height:0.9746125rem;top:28.0087890625rem;left:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8MOZkJu8htGbeLucbDuMDJqLfJ7ktGG { width:3.375rem;height:0.9746125rem;top:25.53125rem;left:8.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEyy3C0VVp8iiOaFwVLE4xTUu816XNHo { width:2.625rem;height:1.0556625rem;top:22.8408203125rem;left:14.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvOPTFESg4pdL05U947Ak2UR6T9cMn81 { display:block; }#lvOPTFESg4pdL05U947Ak2UR6T9cMn81 > .row .container { width:20rem;height:81.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTTSRsA2kTSAMqfulq7B43BTROJTKgCF { width:20rem;height:4.72265625rem;top:3.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiegDdo0iS93Td6nGi106hR7vpfyQ3lT { width:7.4375rem;height:7.4375rem;top:10.75rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PitEUOzQFvLHvhLR5OkLlDCwd7pZDTs0 { width:7.4375rem;height:7.4375rem;top:25.84765625rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNtbIMwGR97Nf3ReCUzgWCTwmvfRcJ3p { width:7.4375rem;height:7.375rem;top:39.93359375rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlTCzlJ4iayaGg66DmE9TE1ZAz8eS0rJ { width:12.875rem;height:4.19824375rem;top:18.9375rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnDgytMGAv1ydxLfTfxRrKKh91FqshRh { width:15.3135rem;height:3.375975rem;top:68.4423828125rem;left:2.3427734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfckLzVZMUREC8MlIGOqRCUdiFBsWFVa { display:block; }
 }@media only screen and (max-width: 763px) { #xkC6a8IgLse54t5afxzeEpIku1VAhKFT { width:14.5rem;height:2.5996125rem;top:74.8798828125rem;left:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lWJLQk8VoMZ0eGU5QlL0RSNhKN4gdMv2 { width:7.4375rem;height:7.4375rem;top:54.2314453125rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDFNoeGXTqakWszaso5EOvNz23BFvZI4 { width:12rem;height:2.798825rem;top:34.16015625rem;left:4rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXLt6JAnUiiVEcPlnSTyHCXWAqRHWlq4 { width:9.875rem;height:2.798825rem;top:48.37109375rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuSMoTLBfLz0T8nOV3ZATVpI0kwvbTyS { width:11.625rem;height:4.19824375rem;top:62.58203125rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4zSvGDTZCA9U7dJgC5wb3caW7sRW9zy { background-color:transparent;background-image: -webkit-linear-gradient(160deg, #ec8469, #fcaf9d);background-image: -moz-linear-gradient(160deg, #ec8469, #fcaf9d);background-image: -ms-linear-gradient(160deg, #ec8469, #fcaf9d);background-image: -o-linear-gradient(160deg, #ec8469, #fcaf9d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec8469', endColorstr='#fcaf9d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec8469', endColorstr='#fcaf9d' );";background-image: linear-gradient(160deg, #ec8469, #fcaf9d);background-size:cover !important;display:block; }#a4zSvGDTZCA9U7dJgC5wb3caW7sRW9zy > .row .container { background-color: transparent; background-image: none; }#a4zSvGDTZCA9U7dJgC5wb3caW7sRW9zy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4zSvGDTZCA9U7dJgC5wb3caW7sRW9zy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4zSvGDTZCA9U7dJgC5wb3caW7sRW9zy > .row .container > .video-iframe-container { display: none; }#a4zSvGDTZCA9U7dJgC5wb3caW7sRW9zy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4zSvGDTZCA9U7dJgC5wb3caW7sRW9zy > .row > .video-iframe-container { display: none; }#a4zSvGDTZCA9U7dJgC5wb3caW7sRW9zy > .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); }#a4zSvGDTZCA9U7dJgC5wb3caW7sRW9zy > .row .container { width:20rem;height:111.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAayx19EDH4G3eKIqyJ2SKAMSyP0ek1H { width:6.25rem;height:5.5rem;top:53.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U49nJO9zJbpnVngXRfqCR06i8Pfzy7P5 { width:6.25rem;height:5.5rem;top:66.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT7zFKVcNF5zRNBVSWLvC3kfXGN5HTM3 { width:6.25rem;height:5.5rem;top:41.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTuGbVsZLpNRPyqNpFPuDF6J3W5TaCqJ { width:6.25rem;height:5.5rem;top:78.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGunaH69536R3vaXB5GtATCmIWeU3u4T { width:6.25rem;height:5.5rem;top:91.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSLIvX4Bhtpikdby8MadqFnOL0QPyzE8 { width:8rem;height:2.9746125rem;top:60rem;left:6rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wqa41sb8lxa0B6pxVSn15O1V87LKWE99 { width:7.5625rem;height:2.9746125rem;top:47.625rem;left:6.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrtK0LllLaRZpiFaKGufTIwSm74aNT3T { width:11.4375rem;height:2.9746125rem;top:72.3125rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5HWXOTne7WXdTVp7awHhueQGo3KCAWg { width:8rem;height:2.9746125rem;top:84.6875rem;left:6rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #etlb1zCuTFZk7AQUwz5lSCaUB6hRFftH { width:9.9375rem;height:2.9746125rem;top:97.625rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pExqQuC93rzTJSOuvsTdGf0sw2sWz7iX { width:20rem;height:7.875rem;top:2.75rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OQwm4TeuBkJa5Ahu8lXzCRBR0KuVfuZp { width:17.0625rem;height:18.817375rem;top:11.7451171875rem;left:1.46875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#OQwm4TeuBkJa5Ahu8lXzCRBR0KuVfuZp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OQwm4TeuBkJa5Ahu8lXzCRBR0KuVfuZp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2e861bd464fac4c6f57e54e53b1982c5cf472369.svg); }
 }@media only screen and (max-width: 763px) { #bryATG8TVoTCbRQo2PWGUL565IAZhZkG { width:20rem;height:7.666rem;top:31.810546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir4gnqPmwuAimtxI7KOWzrlzAm9oMgHK { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/bedb7d22-25d4-42af-9976-da332d998670/BGcasoclinicomobile.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ir4gnqPmwuAimtxI7KOWzrlzAm9oMgHK.adaptive-delivery-prevent-bg, #Ir4gnqPmwuAimtxI7KOWzrlzAm9oMgHK.lazyload, #Ir4gnqPmwuAimtxI7KOWzrlzAm9oMgHK.lazyloading { background-image: none; }#Ir4gnqPmwuAimtxI7KOWzrlzAm9oMgHK > .row .container { background-color: transparent; background-image: none; }#Ir4gnqPmwuAimtxI7KOWzrlzAm9oMgHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir4gnqPmwuAimtxI7KOWzrlzAm9oMgHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir4gnqPmwuAimtxI7KOWzrlzAm9oMgHK > .row .container > .video-iframe-container { display: none; }#Ir4gnqPmwuAimtxI7KOWzrlzAm9oMgHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir4gnqPmwuAimtxI7KOWzrlzAm9oMgHK > .row > .video-iframe-container { display: none; }#Ir4gnqPmwuAimtxI7KOWzrlzAm9oMgHK > .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); }#Ir4gnqPmwuAimtxI7KOWzrlzAm9oMgHK > .row .container { border-width: 0; border-radius: 0; }#Ir4gnqPmwuAimtxI7KOWzrlzAm9oMgHK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ir4gnqPmwuAimtxI7KOWzrlzAm9oMgHK > .row .container { width:20rem;height:155.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I62KJTEb7wH0dOkTZgiEbhKB4rFZ7lAN { width:20rem;height:6.5rem;top:6.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l4D7T8ZaB5ZDcCufs8TpdQrnnICx0IeE { width:13.9375rem;height:2.84375rem;top:3.25rem;left:3.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSmFO3Q9qQu8JGkgp4coCxBewVWS23se { width:12.25rem;height:12.5625rem;top:20.41796875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCLADkW6eRpnnTrMSvEQVrrIrbvC72ts { width:14.8125rem;height:1.7871125rem;top:15.25rem;left:2.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6nGTSw28Vbw2dhUJhm34QtNqWCS0QNL { width:10rem;height:1.21875rem;top:17rem;left:5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OcV3gPX64wEoAT7G2VIyR5impdU33pus { width:13.75rem;height:10.625rem;top:36.29296875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDQFvuKo6iUhtg3KINPOGMh5W8poTmBd { width:16.0625rem;height:7.389625rem;top:47.91796875rem;left:1.96875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M86s1685ApRTVp5KTw3eBrS33OS1M24e { width:20rem;height:1.3808625rem;top:34.16796875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S3J7L8Bta9CGmUReJFikZyfXpThKK5eP { width:20rem;height:1.3808625rem;top:58.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RtUxG2ArC1iqd5yTRiCKvrLPWFX8AdsM { width:13.75rem;height:10.6875rem;top:60.375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXii4yzXczgcP11Xqc667e0Eb8vXPndt { width:14.75rem;height:4.22265625rem;top:72.375rem;left:2.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xn6CHZdaDgcfLE3C0RWchUp77U0tWTst { width:20rem;height:1.3808625rem;top:78.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bHaVdTBTyanM8cOKdsWZw4sLc6HKrbwM { width:13.75rem;height:10.6875rem;top:81.0625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE2EbTX9UBZep9zMLoGgNUgI9nwuLf4Q { width:13.75rem;height:10.6875rem;top:99.1875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIpAQmN3mByBQogSUIuXAgW4DpsD7HaT { width:14.75rem;height:2.111325rem;top:92.54296875rem;left:2.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PBE7aKkg7qH0uT6gAfHbVbAXgn3BHb1z { width:20rem;height:1.3808625rem;top:96.8125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LELUhkqRP1SZTRkmD9P2kd380rtvJeT3 { width:14.75rem;height:7.389625rem;top:111.35546875rem;left:2.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CRtL4RSSWIsTowgI7OJiX0mkptdJQhOZ { width:16.875rem;height:1.4619125rem;top:121.25rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sJp36rSGi6vVdJbhH3A0w3m1acTKshmc { width:14.5625rem;height:11.375rem;top:124.0625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fc5dqBFbbMD59h1fOHDvpGOyCu7nAAxu { width:17.625rem;height:6.334rem;top:136.5rem;left:1.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nblziiacD5oVQ5RsMVTgeq2l7Z5C57uz { width:20rem;height:7.9754601226994rem;top:145.833984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT4w4ICxDECyfW7Mbd7GlMbirKZCtyP7 { background-color:transparent;background-image: -webkit-linear-gradient(160deg, #fcaf9d, #ec8469);background-image: -moz-linear-gradient(160deg, #fcaf9d, #ec8469);background-image: -ms-linear-gradient(160deg, #fcaf9d, #ec8469);background-image: -o-linear-gradient(160deg, #fcaf9d, #ec8469);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcaf9d', endColorstr='#ec8469' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcaf9d', endColorstr='#ec8469' );";background-image: linear-gradient(160deg, #fcaf9d, #ec8469);background-size:cover !important;display:block; }#eT4w4ICxDECyfW7Mbd7GlMbirKZCtyP7 > .row .container { background-color: transparent; background-image: none; }#eT4w4ICxDECyfW7Mbd7GlMbirKZCtyP7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT4w4ICxDECyfW7Mbd7GlMbirKZCtyP7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT4w4ICxDECyfW7Mbd7GlMbirKZCtyP7 > .row .container > .video-iframe-container { display: none; }#eT4w4ICxDECyfW7Mbd7GlMbirKZCtyP7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT4w4ICxDECyfW7Mbd7GlMbirKZCtyP7 > .row > .video-iframe-container { display: none; }#eT4w4ICxDECyfW7Mbd7GlMbirKZCtyP7 > .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); }#eT4w4ICxDECyfW7Mbd7GlMbirKZCtyP7 > .row .container { width:20rem;height:70.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bAUSVPvZgrl0QKzTQVq6BkwJPWo1NB3F { width:20rem;height:7.5625rem;top:61.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZMqJ8MSudCB2vaNa1rLsZTu7LLmhiGE { width:14.875rem;height:14.875rem;top:3.9375rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtaE2bBtheE4K131pD5o1Rs5HnCqNKwd { width:20rem;height:6.3551401869159rem;top:59.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MegSavWcrw26W8p3vya67VCcgMdzuyuH { width:20rem;height:6.6785079928952rem;top:22.4511875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtTxBCluahudvt47Mn11HhkmTh4l11i2 { width:20rem;height:4.875rem;top:30.3789375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiBbJpeBh7Z8zn4UApk0ZVrvUuKB3FTa { width:20rem;height:2.5996125rem;top:36.5039375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcIkbSJLxevLZqKtPEz3yiNn63yJ8hu5 { width:6.6875rem;height:19.125rem;top:40.0625rem;left:10.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a02O8Qprk2mWTTLbkmOgibT1O75RrPiD { display:block; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDGiR8w6RalcoJoVHPGrNiNAJ4vLTBe9 { width:11.6875rem;height:1.94921875rem;top:5.625rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiKX5Ab6Qwxx3oMer1DqIUNCWPfdThda { width:2.5rem;height:2.5rem;top:8.75rem;left:4.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F50oekHwFS7psCAAEMMiH7ywJ5yayp1X { width:2.5rem;height:2.5rem;top:8.75rem;left:8.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #padMJvMiWLKLCxIVxMTqFXVC4clSSEwF { width:1.5625rem;height:1.5625rem;top:9.1875rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGeJJCGTUhKtTHszNHIUp67b5rWaeQlg { width:6.6875rem;height:2.25rem;top:2.125rem;left:6.6875rem;display:block; }
 }