.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hm0BtVI7TDqDInvZntkVw2DRM0TKGrzr { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Hm0BtVI7TDqDInvZntkVw2DRM0TKGrzr > .row .container { background-color: transparent; background-image: none; }#Hm0BtVI7TDqDInvZntkVw2DRM0TKGrzr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hm0BtVI7TDqDInvZntkVw2DRM0TKGrzr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hm0BtVI7TDqDInvZntkVw2DRM0TKGrzr > .row .container > .video-iframe-container { display: none; }#Hm0BtVI7TDqDInvZntkVw2DRM0TKGrzr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hm0BtVI7TDqDInvZntkVw2DRM0TKGrzr > .row > .video-iframe-container { display: none; }#Hm0BtVI7TDqDInvZntkVw2DRM0TKGrzr > .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); }#Hm0BtVI7TDqDInvZntkVw2DRM0TKGrzr > .row .container { border-width: 0; border-radius: 0; }#Hm0BtVI7TDqDInvZntkVw2DRM0TKGrzr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Hm0BtVI7TDqDInvZntkVw2DRM0TKGrzr > .row .container { font-size:0.875rem;font-family:montige;height:6.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#ibtIOFN3lDHIloQBrJA5GHw7kc2ZM1tE { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:17.1875rem;top:1.09375rem;left:0rem;overflow:hidden;display:block; }
#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd04de84-ad70-45c8-b9b2-c9de227c195d/sweetlifemgfG5W0c8tUunsplash.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.adaptive-delivery-prevent-bg, #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.lazyload, #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.lazyloading { background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { background-color: transparent; background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.8); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.8); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .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); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { border-width: 0; border-radius: 0; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { font-size:0.875rem;font-family:montige;height:44.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { color:#0f3541;display:block;width:57.8125rem;position:absolute;font-family:lora;font-size:4.625rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:7.2775607109069rem;left:0rem;height:16.6494375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#K75AvbrshOhMX7dPKi6yPMOipRTShV90 { background-color:transparent;background-image:none;border-top:0.125rem solid #879aa0;border-left:0.125rem solid #879aa0;border-right:0.125rem solid #879aa0;border-bottom:0.125rem solid #879aa0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#0f3541;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.093125rem;height:4.0306375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.434814453125rem;left:0rem;display:block; }
#ngZ03VpJU1UuFQgG8oehRexLxS4aCfqX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VGgLlqG6XsJDWm1fwGdeq6xyyBeXmZBw { color:#0f3541;display:block;width:48.1875rem;position:absolute;font-family:"hind madurai";font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:25.4375rem;left:0rem;height:5.5996125rem;font-style:normal;display:block; }
#aTd3VCJp39WRSq3t0L5g6XClSs0CmULE { background-color:#35abae;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#aTd3VCJp39WRSq3t0L5g6XClSs0CmULE > .row .container { background-color: transparent; background-image: none; }#aTd3VCJp39WRSq3t0L5g6XClSs0CmULE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTd3VCJp39WRSq3t0L5g6XClSs0CmULE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTd3VCJp39WRSq3t0L5g6XClSs0CmULE > .row .container > .video-iframe-container { display: none; }#aTd3VCJp39WRSq3t0L5g6XClSs0CmULE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTd3VCJp39WRSq3t0L5g6XClSs0CmULE > .row > .video-iframe-container { display: none; }#aTd3VCJp39WRSq3t0L5g6XClSs0CmULE > .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); }#aTd3VCJp39WRSq3t0L5g6XClSs0CmULE > .row .container { border-width: 0; border-radius: 0; }#aTd3VCJp39WRSq3t0L5g6XClSs0CmULE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aTd3VCJp39WRSq3t0L5g6XClSs0CmULE > .row .container { font-size:0.875rem;font-family:montige;height:47.5rem;width:75rem;overflow:visible;position:relative;display:block; }#w3tMOHXCahHRHQuQPa9WlSTXu2relvoS { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:lora;font-size:2rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:29.375rem;left:0rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:italic;display:block; }
#cEAcaRd2RfLGd6AiNB0XfFCFCoXWgel0 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:4rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:4.75rem;left:0rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wihAJpx9fb71FHczpfKEQG9xPBQpnlWc { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:lora;font-size:2rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:29.375rem;left:18.75rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:italic;display:block; }
#IInEGIclEk8ANvdn6DAQBAE3v2KyvLNT { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:lora;font-size:2rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:29.375rem;left:38.1875rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:italic;display:block; }
#qPzL5Lw00IKKCE855Wyk3TDRZQCUc3cA { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:lora;font-size:2rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:29.375rem;left:56.25rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:italic;display:block; }
#GTk7M7Vpduvb6OTiwUQ62uaISDosS8Zf { color:#ffffff;display:block;width:53.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:10.4375rem;left:10.625rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B2upVJ2sNpWZ1zqtlSCDZOGx1yC5Cxp7 { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:35.8125rem;left:0.6875rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qo6mK04aPNUUIsbRINaQRVfutzCfCsp3 { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:35.8125rem;left:20.03125rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RycrcTDqmdIsBmyXhfCycCy1reS6Wf1T { color:#ffffff;display:block;width:17.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:35.8125rem;left:38.875rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wVrLn8FyLJf9qKxgdQyAUHTbsAZ0rIwr { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:35.8125rem;left:57.5rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MmRLfb9s4RLQw6b1zCEprTxDyEQN3Lni { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.5625rem;width:7.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:19.96875rem;left:61.84375rem; }
#h0ozoIGUZmsohcuno9TMztiNO9fIubWQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:20.09375rem;left:24.46875rem; }
#MXbiFeLbzi2bnGJHFVK205RLJmJBCDkH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.75rem;width:7.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:19.21875rem;left:6.15625rem; }
#zxab897xtDBiDFimGAOAlTXbSl6IDMdC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:19.53125rem;left:43.8125rem; }
#b0NJiGN9OBTaXHB0OIaqZWtMgmqbKoug { position:relative;display:block; }#b0NJiGN9OBTaXHB0OIaqZWtMgmqbKoug { background-color: transparent; background-image: none; }#b0NJiGN9OBTaXHB0OIaqZWtMgmqbKoug::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0NJiGN9OBTaXHB0OIaqZWtMgmqbKoug > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0NJiGN9OBTaXHB0OIaqZWtMgmqbKoug > .row .container > .video-iframe-container { display: none; }#b0NJiGN9OBTaXHB0OIaqZWtMgmqbKoug > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0NJiGN9OBTaXHB0OIaqZWtMgmqbKoug > .row > .video-iframe-container { display: none; }#b0NJiGN9OBTaXHB0OIaqZWtMgmqbKoug > .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); }#b0NJiGN9OBTaXHB0OIaqZWtMgmqbKoug { border-width: 0; border-radius: 0; }#b0NJiGN9OBTaXHB0OIaqZWtMgmqbKoug > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#b0NJiGN9OBTaXHB0OIaqZWtMgmqbKoug > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tWsul7a2wouz7R8XNrJMVZIQGn1MeFNi { color:#35342e;display:block;width:61.4365rem;position:absolute;font-family:montserrat;font-size:4rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:4.2734375rem;left:6.7802734375rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fUrllgcxy85fJQH7vv1fCKVETEQWTVg1 { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#fUrllgcxy85fJQH7vv1fCKVETEQWTVg1 > .row .container { background-color: transparent; background-image: none; }#fUrllgcxy85fJQH7vv1fCKVETEQWTVg1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUrllgcxy85fJQH7vv1fCKVETEQWTVg1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUrllgcxy85fJQH7vv1fCKVETEQWTVg1 > .row .container > .video-iframe-container { display: none; }#fUrllgcxy85fJQH7vv1fCKVETEQWTVg1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUrllgcxy85fJQH7vv1fCKVETEQWTVg1 > .row > .video-iframe-container { display: none; }#fUrllgcxy85fJQH7vv1fCKVETEQWTVg1 > .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); }#fUrllgcxy85fJQH7vv1fCKVETEQWTVg1 > .row .container { border-width: 0; border-radius: 0; }#fUrllgcxy85fJQH7vv1fCKVETEQWTVg1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fUrllgcxy85fJQH7vv1fCKVETEQWTVg1 > .row .container { font-size:0.875rem;font-family:montige;height:119.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#iskn3R5Pm7x8ATdEWJhsT63KEPiQsImg { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.5625rem;width:34.875rem;top:42.6875rem;left:0rem;overflow:hidden;display:block; }
#oSRcVQRSF0IMr1JNeAWw4uiVEJZQAza4 { color:#000000;display:block;width:33.3125rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:46.5rem;left:38.0625rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#nvPZfEEzdZSn2MHRKABwVvIrGVf8mPOJ { color:#35342e;display:block;width:34.5rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:40.1875rem;left:38.0625rem;height:5.3994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PivIBR3qVSB4trFqRBcnXscaS6Gv6TJu { color:#6b675c;display:block;width:34.8115rem;position:absolute;font-family:"hind madurai";font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.5;letter-spacing:0;top:49.9375rem;left:38.0625rem;height:10.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iWyP6slinC0LBgiANblfK5aT8ui9RWyK { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.8105625rem;width:14.7485625rem;top:77.56396484375rem;left:60.2509765625rem;overflow:hidden;display:block; }
#JeerumzsnygaGA3qRREZT29mCzaX8yHn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.374875rem;width:2.374875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:67.0625rem;left:38.0625rem; }
#ibbNcODVGT6bpWdJT6Hkc84dLimcDeQy { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:36.937rem;top:93.1865234375rem;left:38.06298828125rem;overflow:hidden;display:block; }
#IgEUxgMLLFWEyQCuBy4AsypKv3BI3al1 { color:#6b675c;display:block;width:33rem;position:absolute;font-family:"hind madurai";font-size:1.125rem;font-weight:normal;z-index:15040;line-height:1.5;letter-spacing:0;top:86.125rem;left:0rem;height:15.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Cf0kqswMpXSgS4Z2DU769J04tAlrzAW4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.374025rem;width:2.374025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:108.875rem;left:0rem; }
#vBfsHnFkLlmpmKP1ti3TPTsITKSSAzuF { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:400;z-index:15036;line-height:1.2;letter-spacing:0;top:82.875rem;left:0rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#idWmsSEeXeHTpzxowSO37bJu1nlk7Bgb { color:#35342e;display:block;width:37.8125rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15035;line-height:1.2;letter-spacing:0;top:76.75rem;left:0rem;height:5.3994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#C2JGhIqROS5i8K4TGbBMbFI2PK57d41z { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.06225rem;width:21.3745rem;top:77.375rem;left:38.0625rem;overflow:hidden;display:block; }
#xgMzvZUDgGxtWsTRkKMekqKHSScsgUt9 { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:lora;font-size:1.25rem;font-weight:400;z-index:15037;line-height:1.2;letter-spacing:0;top:109.3125rem;left:2.6875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#SUal4sR04qlhyRuEmQEoUW7QoFf6uEN1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lora;font-size:1.25rem;font-weight:400;z-index:15038;line-height:1.2;letter-spacing:0;top:67.5rem;left:40.875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#Iusvkqyp89qh7gA0MN2FFDS9DZCu4UtV { position:absolute;display:block;z-index:15060;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.75rem;width:35.1875rem;top:61.9375rem;left:0rem;overflow:hidden;display:block; }
#g7pmeCXmH9qw6eyq7akXele6LvUXVsJ7 { color:#6b675c;display:block;width:34.8105625rem;position:absolute;font-family:"hind madurai";font-size:1.125rem;font-weight:normal;z-index:15045;line-height:1.5;letter-spacing:0;top:13.1875rem;left:0rem;height:10.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PpIbl9cRMmn0Nfk0BJ7o0UJRPorTTtz8 { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:400;z-index:15041;line-height:1.2;letter-spacing:0;top:9.880859375rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#W7hhAf35W8TpC9yJoAolDlbyrSrhdTR9 { color:#35342e;display:block;width:37.8125rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15040;line-height:1.2;letter-spacing:0;top:1.0625rem;left:0rem;height:8.099125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#S5GCFmLdAMHR58R4IkCbFTzRT9vAdVM6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37426875rem;width:2.37426875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:31.75rem;left:0rem; }
#vKdsAtEs2sx1REnL8gzQMAGbDHyBrCQ7 { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:lora;font-size:1.25rem;font-weight:400;z-index:15042;line-height:1.2;letter-spacing:0;top:32.1875rem;left:2.6875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#ETfdKTnL3330lCQl559RsSOOe5MF2LFR { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.5625rem;width:36.3125rem;top:2.53076171875rem;left:38.540519067797rem;overflow:hidden;display:block; }
#eknxGkCQFQ5kqM0QhTNBxmrchLHAlWqC { color:#6b675c;display:block;width:31.375rem;position:absolute;font-family:"hind madurai";font-size:1.125rem;font-weight:400;z-index:15046;line-height:1.5;letter-spacing:0;top:26.4375rem;left:0rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZvfSI4PUdgUPCRXDpcL3wE4KXd6lAmQr { color:#6b675c;display:block;width:34.8105625rem;position:absolute;font-family:"hind madurai";font-size:1.125rem;font-weight:400;z-index:15047;line-height:1.5;letter-spacing:0;top:62.25rem;left:38.0625rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GdXNiTp9537NZaXQy11Hg07DFJSg3Brh { color:#6b675c;display:block;width:34.8105625rem;position:absolute;font-family:"hind madurai";font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.5;letter-spacing:0;top:103.5625rem;left:0rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#F888akWxXq454wTAzS5s19aMhUqXzAgo { position:absolute;display:block;z-index:15064;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:13.125rem;top:19.8125rem;left:61.75rem;overflow:hidden;display:block; }
#qJPJxkhfyb59V3VH6Ua0SNHf2Xq5qTvS { position:absolute;display:block;z-index:15065;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.0625rem;width:8.375rem;top:19.875rem;left:40.0625rem;overflow:hidden;display:block; }
#AKZX4VfrxzrFmFkleSqzf7dhEnlZ7ho8 { position:absolute;display:block;z-index:15066;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.625rem;width:9.25rem;top:19.625rem;left:51.0625rem;overflow:hidden;display:block; }
#OVXZ6O35AOd942SWqvauVbqcWsOrt1by { box-sizing:content-box;height:2.6875rem;width:9.4375rem;position:absolute;display:block;z-index:15002;background-color:#5d1433;background-image:none;top:19.625rem;left:39.5625rem;display:block; }
#ruaJ0VmmU9mQ1lKT1JCBi2edC5klpXAP { background-color:#3d6159;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ruaJ0VmmU9mQ1lKT1JCBi2edC5klpXAP > .row .container { background-color: transparent; background-image: none; }#ruaJ0VmmU9mQ1lKT1JCBi2edC5klpXAP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruaJ0VmmU9mQ1lKT1JCBi2edC5klpXAP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruaJ0VmmU9mQ1lKT1JCBi2edC5klpXAP > .row .container > .video-iframe-container { display: none; }#ruaJ0VmmU9mQ1lKT1JCBi2edC5klpXAP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruaJ0VmmU9mQ1lKT1JCBi2edC5klpXAP > .row > .video-iframe-container { display: none; }#ruaJ0VmmU9mQ1lKT1JCBi2edC5klpXAP > .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); }#ruaJ0VmmU9mQ1lKT1JCBi2edC5klpXAP > .row .container { border-width: 0; border-radius: 0; }#ruaJ0VmmU9mQ1lKT1JCBi2edC5klpXAP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ruaJ0VmmU9mQ1lKT1JCBi2edC5klpXAP > .row .container { font-size:0.875rem;font-family:montige;height:22.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#yp40DdzdqAUz4cedA7IuJzL8HxbxrXB6 { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:montserrat;font-size:4rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:4.5rem;left:0rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T4vU2UMbtryf1QsvzBX080HWUI53Ml1a { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:12.625rem;top:14.9375rem;left:33.8125rem;overflow:hidden;display:block; }
#IOXRm0r0NwQelMNw7atqknTc4tCR1ifG { position:absolute;display:block;z-index:15004;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:4.125rem;width:3.9375rem;top:4.8125rem;left:48.8125rem;overflow:hidden;display:block; }
#MxCT9ol6FDoTNlvhv0976NerxcLfRgHW { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:9.6875rem;top:10.125rem;left:33.8125rem;overflow:hidden;display:block; }
#d8KEpZfucXGcDQTnEBzfeTDuFP7IpnSE { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:17.1875rem;top:10.1875rem;left:45.1875rem;overflow:hidden;display:block; }
#kwqnT0KT9EuXt6546mmcR1micgz76R1J { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:lora;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:10.75rem;left:0rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#mdq1paDzzZ1refsBnvWXZ5KSHt2S0axf { 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:4.25rem;width:10.375rem;top:4.75rem;left:61.8125rem;overflow:hidden;display:block; }
#qGqHdFkTOZVTDwEfMl4duobGCG44ieBd { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:5.125rem;top:4.6875rem;left:54.625rem;overflow:hidden;display:block; }
#QuJnLH1ykrLeyF8OoUxTO5lWhfIzqGRo { 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:3.4375rem;width:9.3125rem;top:14.9375rem;left:47.5rem;overflow:hidden;display:block; }
#yW0gD93phTgqHU1dU26kTkXHa59GQaET { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:7.625rem;top:15.0625rem;left:57.875rem;overflow:hidden;display:block; }
#ho1cNHDkX0ni6Et7tb2eeswgJzv0olJ6 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.6875rem;top:15.0625rem;left:66.4375rem;overflow:hidden;display:block; }
#VWPKdeLPeWae023aKGUGnKF1tZRaD9gS { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:8.5rem;top:11rem;left:63.6875rem;overflow:hidden;display:block; }
#co3WLqoWDv1LfsVu58sPvotp7L7UwD03 { box-sizing:content-box;height:3.6875rem;width:13.375rem;position:absolute;display:block;z-index:15004;background-color:#5d1433;background-image:none;top:5.05615234375rem;left:33.4375rem;display:block; }
#OvQBWiWC7CytTUgt8yNPgNH0Qt5yzlyF { position:absolute;display:block;z-index:15067;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.875rem;width:12.25rem;top:5.46240234375rem;left:34rem;overflow:hidden;display:block; }
#HTlIR89sQGoCNwt3nKWxoDscreybbLBQ { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#HTlIR89sQGoCNwt3nKWxoDscreybbLBQ > .row .container { background-color: transparent; background-image: none; }#HTlIR89sQGoCNwt3nKWxoDscreybbLBQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTlIR89sQGoCNwt3nKWxoDscreybbLBQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTlIR89sQGoCNwt3nKWxoDscreybbLBQ > .row .container > .video-iframe-container { display: none; }#HTlIR89sQGoCNwt3nKWxoDscreybbLBQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTlIR89sQGoCNwt3nKWxoDscreybbLBQ > .row > .video-iframe-container { display: none; }#HTlIR89sQGoCNwt3nKWxoDscreybbLBQ > .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); }#HTlIR89sQGoCNwt3nKWxoDscreybbLBQ > .row .container { border-width: 0; border-radius: 0; }#HTlIR89sQGoCNwt3nKWxoDscreybbLBQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HTlIR89sQGoCNwt3nKWxoDscreybbLBQ > .row .container { font-size:0.875rem;font-family:montige;height:13.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#ylTFDBMNxhL8XB8K2h7hxIx97rQd5nTu { color:#0f3541;display:block;width:26.6875rem;position:absolute;font-family:montserrat;font-size:4rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:3.375rem;left:0rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Tw5ZbDq3EZ6t7nExwuF4ENq3rux2Ff6Q { color:#0f3541;display:block;width:30rem;position:absolute;font-family:"hind madurai";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:5.375rem;left:40.5rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xmKiXBr5anJdO2qoET6TMtTGbZsfQ9sF { color:#0f3541;display:block;width:30rem;position:absolute;font-family:"hind madurai";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:7.1875rem;left:40.5rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Khgpbm0vct39fsPXLm2DRG7M4w3a2R4f { color:#0f3541;display:block;width:34.0625rem;position:absolute;font-family:"hind madurai";font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:9.0625rem;left:0rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I7mS1iAOpNrz0lgTgckMxhPnfObpLOvT { color:#0f3541;display:block;width:24.6875rem;position:absolute;font-family:"hind madurai";font-size:1.125rem;font-weight:normal;z-index:15047;line-height:1.5;letter-spacing:0;top:9rem;left:40.5rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JHamFTIJKTFqvavALKzPyoK6QLl3TW4d { color:#0f3541;display:block;width:30rem;position:absolute;font-family:"hind madurai";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:3.5625rem;left:40.5rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HmqUSnV2D2bRuSNZE2MV1nO8lRTZ0LOR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:3.568359375rem;left:66.125rem; }
#HmqUSnV2D2bRuSNZE2MV1nO8lRTZ0LOR > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#dF5qpnlBHrK7J8xuNAqD5PZo0nI4hG83 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:3.568359375rem;left:69.6875rem; }
#dF5qpnlBHrK7J8xuNAqD5PZo0nI4hG83 > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U { background-color:#0a3141;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container { background-color: transparent; background-image: none; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container > .video-iframe-container { display: none; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row > .video-iframe-container { display: none; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .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); }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container { border-width: 0; border-radius: 0; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container { font-size:0.875rem;font-family:montige;height:7.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#QmsAfMZUuiuapUQrdwIkvf6XoWdvMomg { color:#ffffff;display:block;width:32.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:2.78125rem;left:13.0625rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DK8pebbtdDokayKNuFGl8mHA2MHM2Lxd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.75rem;text-decoration:none;z-index:15116;text-align:center;text-align-last:center;top:1.65625rem;left:63.125rem;display:block; }
#ggL2nma1a8A6ge3U6McqClofy3LutBp2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OeJRz4KyIclkMImXL5dl76agcr6sA72G { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:10.3125rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Hm0BtVI7TDqDInvZntkVw2DRM0TKGrzr { display:block; }#Hm0BtVI7TDqDInvZntkVw2DRM0TKGrzr > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ibtIOFN3lDHIloQBrJA5GHw7kc2ZM1tE { top:1.0625rem;left:0rem;width:17.1875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { top:7.25rem;left:0rem;width:47.75rem;height:16.625rem;font-size:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K75AvbrshOhMX7dPKi6yPMOipRTShV90 { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngZ03VpJU1UuFQgG8oehRexLxS4aCfqX { display:block; }
 }@media only screen and (max-width: 763px) { #VGgLlqG6XsJDWm1fwGdeq6xyyBeXmZBw { width:47.75rem;height:5.5625rem;top:25.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTd3VCJp39WRSq3t0L5g6XClSs0CmULE { display:block; }#aTd3VCJp39WRSq3t0L5g6XClSs0CmULE > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3tMOHXCahHRHQuQPa9WlSTXu2relvoS { top:29.375rem;left:0rem;width:18.75rem;height:4.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEAcaRd2RfLGd6AiNB0XfFCFCoXWgel0 { top:4.75rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #wihAJpx9fb71FHczpfKEQG9xPBQpnlWc { top:29.375rem;left:5.125rem;width:18.75rem;height:4.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IInEGIclEk8ANvdn6DAQBAE3v2KyvLNT { top:29.375rem;left:24.5625rem;width:18.75rem;height:4.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPzL5Lw00IKKCE855Wyk3TDRZQCUc3cA { top:29.375rem;left:29rem;width:18.75rem;height:4.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTk7M7Vpduvb6OTiwUQ62uaISDosS8Zf { top:10.4375rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2upVJ2sNpWZ1zqtlSCDZOGx1yC5Cxp7 { top:35.8125rem;left:0rem;width:16.625rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo6mK04aPNUUIsbRINaQRVfutzCfCsp3 { top:35.8125rem;left:6.40625rem;width:16.1875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RycrcTDqmdIsBmyXhfCycCy1reS6Wf1T { top:35.8125rem;left:25.25rem;width:17.375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVrLn8FyLJf9qKxgdQyAUHTbsAZ0rIwr { top:35.8125rem;left:30.25rem;width:17.5rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmRLfb9s4RLQw6b1zCEprTxDyEQN3Lni { width:7.5625rem;height:7.5625rem;top:19.9375rem;left:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0ozoIGUZmsohcuno9TMztiNO9fIubWQ { width:7.3125rem;height:7.3125rem;top:20.0625rem;left:10.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXbiFeLbzi2bnGJHFVK205RLJmJBCDkH { width:7.75rem;height:7.75rem;top:19.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxab897xtDBiDFimGAOAlTXbSl6IDMdC { width:7.5rem;height:7.5rem;top:19.5rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0NJiGN9OBTaXHB0OIaqZWtMgmqbKoug { display:block; }#b0NJiGN9OBTaXHB0OIaqZWtMgmqbKoug > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tWsul7a2wouz7R8XNrJMVZIQGn1MeFNi { top:4.25rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUrllgcxy85fJQH7vv1fCKVETEQWTVg1 { display:block; }#fUrllgcxy85fJQH7vv1fCKVETEQWTVg1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iskn3R5Pm7x8ATdEWJhsT63KEPiQsImg { top:42.6875rem;left:0rem;width:34.875rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSRcVQRSF0IMr1JNeAWw4uiVEJZQAza4 { top:46.5rem;left:14.4375rem;width:33.3125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvPZfEEzdZSn2MHRKABwVvIrGVf8mPOJ { top:40.1875rem;left:13.25rem;width:34.5rem;height:5.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PivIBR3qVSB4trFqRBcnXscaS6Gv6TJu { top:49.9375rem;left:13rem;width:34.75rem;height:10.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWyP6slinC0LBgiANblfK5aT8ui9RWyK { top:77.5625rem;left:33.0625rem;width:14.6875rem;height:14.749243305492rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeerumzsnygaGA3qRREZT29mCzaX8yHn { width:2.3125rem;height:2.3125rem;top:67.0625rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibbNcODVGT6bpWdJT6Hkc84dLimcDeQy { width:36.875rem;height:18.094576576333rem;top:93.125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgEUxgMLLFWEyQCuBy4AsypKv3BI3al1 { top:86.125rem;left:0rem;width:33rem;height:15.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf0kqswMpXSgS4Z2DU769J04tAlrzAW4 { width:2.3125rem;height:2.3125rem;top:108.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBfsHnFkLlmpmKP1ti3TPTsITKSSAzuF { top:82.875rem;left:0rem;width:37.8125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #idWmsSEeXeHTpzxowSO37bJu1nlk7Bgb { top:76.75rem;left:0rem;width:37.8125rem;height:5.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2JGhIqROS5i8K4TGbBMbFI2PK57d41z { width:21.3125rem;height:15.018661691775rem;top:77.375rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgMzvZUDgGxtWsTRkKMekqKHSScsgUt9 { top:109.3125rem;left:0rem;width:37.8125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUal4sR04qlhyRuEmQEoUW7QoFf6uEN1 { top:67.5rem;left:27.25rem;width:12.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iusvkqyp89qh7gA0MN2FFDS9DZCu4UtV { width:35.1875rem;height:2.75rem;top:61.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7pmeCXmH9qw6eyq7akXele6LvUXVsJ7 { top:13.1875rem;left:0rem;width:34.75rem;height:10.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpIbl9cRMmn0Nfk0BJ7o0UJRPorTTtz8 { top:9.875rem;left:0rem;width:37.8125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7hhAf35W8TpC9yJoAolDlbyrSrhdTR9 { top:1.0625rem;left:0rem;width:37.8125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5GCFmLdAMHR58R4IkCbFTzRT9vAdVM6 { width:2.3125rem;height:2.3125rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKdsAtEs2sx1REnL8gzQMAGbDHyBrCQ7 { top:32.1875rem;left:0rem;width:37.8125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETfdKTnL3330lCQl559RsSOOe5MF2LFR { top:2.5rem;left:11.4375rem;width:36.3125rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eknxGkCQFQ5kqM0QhTNBxmrchLHAlWqC { top:26.4375rem;left:0rem;width:31.375rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvfSI4PUdgUPCRXDpcL3wE4KXd6lAmQr { top:62.25rem;left:13rem;width:34.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdXNiTp9537NZaXQy11Hg07DFJSg3Brh { top:103.5625rem;left:0rem;width:34.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F888akWxXq454wTAzS5s19aMhUqXzAgo { width:13.125rem;height:2.25rem;top:19.8125rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJPJxkhfyb59V3VH6Ua0SNHf2Xq5qTvS { width:8.375rem;height:2.0625rem;top:19.875rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKZX4VfrxzrFmFkleSqzf7dhEnlZ7ho8 { width:9.25rem;height:2.625rem;top:19.625rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVXZ6O35AOd942SWqvauVbqcWsOrt1by { width:9.4375rem;height:2.6875rem;top:19.625rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruaJ0VmmU9mQ1lKT1JCBi2edC5klpXAP { display:block; }#ruaJ0VmmU9mQ1lKT1JCBi2edC5klpXAP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yp40DdzdqAUz4cedA7IuJzL8HxbxrXB6 { top:4.5rem;left:0rem;width:30.625rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4vU2UMbtryf1QsvzBX080HWUI53Ml1a { top:14.9375rem;left:20.1875rem;width:12.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOXRm0r0NwQelMNw7atqknTc4tCR1ifG { top:4.8125rem;left:35.1875rem;width:3.9375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxCT9ol6FDoTNlvhv0976NerxcLfRgHW { top:10.125rem;left:20.1875rem;width:9.6875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8KEpZfucXGcDQTnEBzfeTDuFP7IpnSE { top:10.1875rem;left:30.5625rem;width:17.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwqnT0KT9EuXt6546mmcR1micgz76R1J { top:10.75rem;left:0rem;width:27.5rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdq1paDzzZ1refsBnvWXZ5KSHt2S0axf { top:4.75rem;left:37.375rem;width:10.375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGqHdFkTOZVTDwEfMl4duobGCG44ieBd { top:4.6875rem;left:41rem;width:5.125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuJnLH1ykrLeyF8OoUxTO5lWhfIzqGRo { top:14.9375rem;left:33.875rem;width:9.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW0gD93phTgqHU1dU26kTkXHa59GQaET { top:15.0625rem;left:40.125rem;width:7.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ho1cNHDkX0ni6Et7tb2eeswgJzv0olJ6 { top:15.0625rem;left:42.0625rem;width:5.6875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWPKdeLPeWae023aKGUGnKF1tZRaD9gS { top:11rem;left:39.25rem;width:8.5rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #co3WLqoWDv1LfsVu58sPvotp7L7UwD03 { width:13.375rem;height:3.6875rem;top:5rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvQBWiWC7CytTUgt8yNPgNH0Qt5yzlyF { width:12.25rem;height:2.875rem;top:5.4375rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTlIR89sQGoCNwt3nKWxoDscreybbLBQ { display:block; }#HTlIR89sQGoCNwt3nKWxoDscreybbLBQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylTFDBMNxhL8XB8K2h7hxIx97rQd5nTu { top:3.375rem;left:0rem;width:26.6875rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw5ZbDq3EZ6t7nExwuF4ENq3rux2Ff6Q { top:5.375rem;left:17.75rem;width:30rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmKiXBr5anJdO2qoET6TMtTGbZsfQ9sF { top:7.1875rem;left:17.75rem;width:30rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khgpbm0vct39fsPXLm2DRG7M4w3a2R4f { top:9.0625rem;left:0rem;width:34.0625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7mS1iAOpNrz0lgTgckMxhPnfObpLOvT { top:9rem;left:23.0625rem;width:24.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHamFTIJKTFqvavALKzPyoK6QLl3TW4d { top:3.5625rem;left:17.75rem;width:30rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmqUSnV2D2bRuSNZE2MV1nO8lRTZ0LOR { width:2.6875rem;height:2.6875rem;top:3.5625rem;left:45.0625rem;display:block; }
#HmqUSnV2D2bRuSNZE2MV1nO8lRTZ0LOR > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #dF5qpnlBHrK7J8xuNAqD5PZo0nI4hG83 { width:2.6875rem;height:2.6875rem;top:3.5625rem;left:45.0625rem;display:block; }
#dF5qpnlBHrK7J8xuNAqD5PZo0nI4hG83 > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U { display:block; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmsAfMZUuiuapUQrdwIkvf6XoWdvMomg { top:2.75rem;left:0rem;width:32.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DK8pebbtdDokayKNuFGl8mHA2MHM2Lxd { width:9.375rem;height:3.75rem;top:1.625rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggL2nma1a8A6ge3U6McqClofy3LutBp2 { display:block; }
 }@media only screen and (max-width: 763px) { #OeJRz4KyIclkMImXL5dl76agcr6sA72G { width:10.3125rem;height:5.8125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Hm0BtVI7TDqDInvZntkVw2DRM0TKGrzr { display:block; }#Hm0BtVI7TDqDInvZntkVw2DRM0TKGrzr > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ibtIOFN3lDHIloQBrJA5GHw7kc2ZM1tE { width:20rem;height:5.6875rem;top:1.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd04de84-ad70-45c8-b9b2-c9de227c195d/sweetlifemgfG5W0c8tUunsplash.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.adaptive-delivery-prevent-bg, #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.lazyload, #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.lazyloading { background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { background-color: transparent; background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.8); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.8); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .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); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { width:20rem;height:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { width:18.625rem;height:10.7988125rem;top:5.375rem;left:0.6875rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K75AvbrshOhMX7dPKi6yPMOipRTShV90 { width:13.125rem;height:4.375rem;top:39.1875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngZ03VpJU1UuFQgG8oehRexLxS4aCfqX { display:block; }
 }@media only screen and (max-width: 763px) { #VGgLlqG6XsJDWm1fwGdeq6xyyBeXmZBw { width:20rem;height:13.999rem;top:20.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aTd3VCJp39WRSq3t0L5g6XClSs0CmULE { display:block; }#aTd3VCJp39WRSq3t0L5g6XClSs0CmULE > .row .container { width:20rem;height:114.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3tMOHXCahHRHQuQPa9WlSTXu2relvoS { width:14.5625rem;height:4.79980625rem;top:23.25rem;left:2.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEAcaRd2RfLGd6AiNB0XfFCFCoXWgel0 { width:20rem;height:2.3999rem;top:3.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wihAJpx9fb71FHczpfKEQG9xPBQpnlWc { width:18.75rem;height:4.79980625rem;top:48.625rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IInEGIclEk8ANvdn6DAQBAE3v2KyvLNT { width:18.75rem;height:4.79980625rem;top:72.375rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPzL5Lw00IKKCE855Wyk3TDRZQCUc3cA { width:18.75rem;height:4.79980625rem;top:96.25rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTk7M7Vpduvb6OTiwUQ62uaISDosS8Zf { width:20rem;height:4.5rem;top:7.7109375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #B2upVJ2sNpWZ1zqtlSCDZOGx1yC5Cxp7 { width:16.625rem;height:7.5rem;top:29.625rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qo6mK04aPNUUIsbRINaQRVfutzCfCsp3 { width:16.1875rem;height:6rem;top:54.375rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RycrcTDqmdIsBmyXhfCycCy1reS6Wf1T { width:17.375rem;height:6rem;top:78.25rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wVrLn8FyLJf9qKxgdQyAUHTbsAZ0rIwr { width:17.5rem;height:6rem;top:102.1875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MmRLfb9s4RLQw6b1zCEprTxDyEQN3Lni { display:flex;width:7.5625rem;height:7.5625rem;top:87.4375rem;left:6.25rem; }
 }@media only screen and (max-width: 763px) { #h0ozoIGUZmsohcuno9TMztiNO9fIubWQ { display:flex;width:7.3125rem;height:7.3125rem;top:39.8125rem;left:6.3125rem; }
 }@media only screen and (max-width: 763px) { #MXbiFeLbzi2bnGJHFVK205RLJmJBCDkH { display:flex;width:7.75rem;height:7.75rem;top:13.8125rem;left:6.125rem; }
 }@media only screen and (max-width: 763px) { #zxab897xtDBiDFimGAOAlTXbSl6IDMdC { display:flex;width:7.5rem;height:7.5rem;top:63.5625rem;left:6.25rem; }
 }@media only screen and (max-width: 763px) { #b0NJiGN9OBTaXHB0OIaqZWtMgmqbKoug { display:block; }#b0NJiGN9OBTaXHB0OIaqZWtMgmqbKoug > .row .container { width:20rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tWsul7a2wouz7R8XNrJMVZIQGn1MeFNi { width:20rem;height:2.3999rem;top:3.98828125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUrllgcxy85fJQH7vv1fCKVETEQWTVg1 { display:block; }#fUrllgcxy85fJQH7vv1fCKVETEQWTVg1 > .row .container { width:20rem;height:211.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iskn3R5Pm7x8ATdEWJhsT63KEPiQsImg { width:19.9375rem;height:10.0625rem;top:62.25rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #oSRcVQRSF0IMr1JNeAWw4uiVEJZQAza4 { width:20rem;height:1.5rem;top:79.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvPZfEEzdZSn2MHRKABwVvIrGVf8mPOJ { width:20rem;height:5.84911875rem;top:73rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PivIBR3qVSB4trFqRBcnXscaS6Gv6TJu { width:18.9375rem;height:16.5rem;top:83.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWyP6slinC0LBgiANblfK5aT8ui9RWyK { width:20rem;height:20rem;top:175.4375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #JeerumzsnygaGA3qRREZT29mCzaX8yHn { display:flex;width:2.3125rem;height:2.3125rem;top:110.5rem;left:4.8125rem; }
 }@media only screen and (max-width: 763px) { #ibbNcODVGT6bpWdJT6Hkc84dLimcDeQy { width:20rem;height:9.8135rem;top:116.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgEUxgMLLFWEyQCuBy4AsypKv3BI3al1 { width:20rem;height:21rem;top:153rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf0kqswMpXSgS4Z2DU769J04tAlrzAW4 { display:flex;width:2.3125rem;height:2.3125rem;top:204.75rem;left:4.8125rem; }
 }@media only screen and (max-width: 763px) { #vBfsHnFkLlmpmKP1ti3TPTsITKSSAzuF { width:20rem;height:1.5rem;top:150.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #idWmsSEeXeHTpzxowSO37bJu1nlk7Bgb { width:20rem;height:5.84911875rem;top:142.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2JGhIqROS5i8K4TGbBMbFI2PK57d41z { width:20rem;height:14.09275rem;top:127.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgMzvZUDgGxtWsTRkKMekqKHSScsgUt9 { width:9.75rem;height:1.5rem;top:205.1875rem;left:7.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUal4sR04qlhyRuEmQEoUW7QoFf6uEN1 { width:7.8125rem;height:1.5rem;top:110.9375rem;left:7.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iusvkqyp89qh7gA0MN2FFDS9DZCu4UtV { width:20rem;height:1.5625rem;top:102.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7pmeCXmH9qw6eyq7akXele6LvUXVsJ7 { width:20rem;height:13.5rem;top:23.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpIbl9cRMmn0Nfk0BJ7o0UJRPorTTtz8 { width:20rem;height:1.5rem;top:20.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7hhAf35W8TpC9yJoAolDlbyrSrhdTR9 { width:20rem;height:7.7988125rem;top:11.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5GCFmLdAMHR58R4IkCbFTzRT9vAdVM6 { display:flex;width:2.3125rem;height:2.3125rem;top:55rem;left:4.1875rem; }
 }@media only screen and (max-width: 763px) { #vKdsAtEs2sx1REnL8gzQMAGbDHyBrCQ7 { width:8.5rem;height:1.5rem;top:55.4375rem;left:7.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETfdKTnL3330lCQl559RsSOOe5MF2LFR { width:20rem;height:8.5rem;top:1.125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #eknxGkCQFQ5kqM0QhTNBxmrchLHAlWqC { width:20rem;height:4.5rem;top:48.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvfSI4PUdgUPCRXDpcL3wE4KXd6lAmQr { width:20rem;height:3rem;top:106rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdXNiTp9537NZaXQy11Hg07DFJSg3Brh { width:20rem;height:4.5rem;top:197.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F888akWxXq454wTAzS5s19aMhUqXzAgo { width:13.25rem;height:2.375rem;top:44rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJPJxkhfyb59V3VH6Ua0SNHf2Xq5qTvS { width:8.375rem;height:2.0625rem;top:39.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKZX4VfrxzrFmFkleSqzf7dhEnlZ7ho8 { width:7.75rem;height:2.375rem;top:39.8125rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVXZ6O35AOd942SWqvauVbqcWsOrt1by { width:9.4375rem;height:2.6875rem;top:39.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruaJ0VmmU9mQ1lKT1JCBi2edC5klpXAP { display:block; }#ruaJ0VmmU9mQ1lKT1JCBi2edC5klpXAP > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yp40DdzdqAUz4cedA7IuJzL8HxbxrXB6 { width:20rem;height:2.3999rem;top:2.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4vU2UMbtryf1QsvzBX080HWUI53Ml1a { width:10.5rem;height:2.8125rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOXRm0r0NwQelMNw7atqknTc4tCR1ifG { width:7.4375rem;height:7.875rem;top:17.5rem;left:12.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MxCT9ol6FDoTNlvhv0976NerxcLfRgHW { width:9.4375rem;height:3.0625rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8KEpZfucXGcDQTnEBzfeTDuFP7IpnSE { width:12.5rem;height:2.5rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwqnT0KT9EuXt6546mmcR1micgz76R1J { width:20rem;height:7.5rem;top:7.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mdq1paDzzZ1refsBnvWXZ5KSHt2S0axf { width:9rem;height:3.6875rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGqHdFkTOZVTDwEfMl4duobGCG44ieBd { width:5.9375rem;height:5rem;top:27.375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuJnLH1ykrLeyF8OoUxTO5lWhfIzqGRo { width:7.8125rem;height:2.9375rem;top:37.25rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW0gD93phTgqHU1dU26kTkXHa59GQaET { width:8.3125rem;height:3.3125rem;top:41.71875rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ho1cNHDkX0ni6Et7tb2eeswgJzv0olJ6 { width:6.25rem;height:3.375rem;top:41.6875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWPKdeLPeWae023aKGUGnKF1tZRaD9gS { width:9.6875rem;height:2.3125rem;top:33.5625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #co3WLqoWDv1LfsVu58sPvotp7L7UwD03 { width:10.9375rem;height:2.9375rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvQBWiWC7CytTUgt8yNPgNH0Qt5yzlyF { width:9.9375rem;height:2.25rem;top:18.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTlIR89sQGoCNwt3nKWxoDscreybbLBQ { display:block; }#HTlIR89sQGoCNwt3nKWxoDscreybbLBQ > .row .container { width:20rem;height:28.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylTFDBMNxhL8XB8K2h7hxIx97rQd5nTu { width:20rem;height:2.3999rem;top:3.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#0f3541;display:block; }
 }@media only screen and (max-width: 763px) { #Tw5ZbDq3EZ6t7nExwuF4ENq3rux2Ff6Q { width:13.75rem;height:1.5rem;top:18.625rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;color:#0f3541;display:block; }
 }@media only screen and (max-width: 763px) { #xmKiXBr5anJdO2qoET6TMtTGbZsfQ9sF { width:13.75rem;height:3rem;top:20.75rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;color:#0f3541;display:block; }
 }@media only screen and (max-width: 763px) { #Khgpbm0vct39fsPXLm2DRG7M4w3a2R4f { width:17.5rem;height:3rem;top:11.0625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;color:#0f3541;display:block; }
 }@media only screen and (max-width: 763px) { #I7mS1iAOpNrz0lgTgckMxhPnfObpLOvT { width:20rem;height:1.5rem;top:24.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#0f3541;display:block; }
 }@media only screen and (max-width: 763px) { #JHamFTIJKTFqvavALKzPyoK6QLl3TW4d { width:20rem;height:1.5rem;top:15.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#0f3541;display:block; }
 }@media only screen and (max-width: 763px) { #HmqUSnV2D2bRuSNZE2MV1nO8lRTZ0LOR { display:flex;width:2.6875rem;height:2.6875rem;top:7.125rem;left:6.3125rem; }
#HmqUSnV2D2bRuSNZE2MV1nO8lRTZ0LOR > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #dF5qpnlBHrK7J8xuNAqD5PZo0nI4hG83 { display:flex;width:2.6875rem;height:2.6875rem;top:7.125rem;left:11rem; }
#dF5qpnlBHrK7J8xuNAqD5PZo0nI4hG83 > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U { display:block; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container { width:20rem;height:18.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmsAfMZUuiuapUQrdwIkvf6XoWdvMomg { width:18.5625rem;height:3rem;top:9.21875rem;left:0.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DK8pebbtdDokayKNuFGl8mHA2MHM2Lxd { width:9.375rem;height:3.125rem;top:13.5498046875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggL2nma1a8A6ge3U6McqClofy3LutBp2 { display:block; }
 }@media only screen and (max-width: 763px) { #OeJRz4KyIclkMImXL5dl76agcr6sA72G { width:20rem;height:10.5625rem;top:0rem;left:0rem;display:block; }
 }