.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/DKlZfIB9/insta.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V { position:relative;display:block; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V { background-color: transparent; background-image: none; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row .container > .video-iframe-container { display: none; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row > .video-iframe-container { display: none; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .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); }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V { border-width: 0; border-radius: 0; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/DKlZfIB9/insta.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:4.6875rem;width:60rem;position:relative;display:block; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row .container.adaptive-delivery-prevent-bg, #yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row .container.lazyload, #yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row .container.lazyloading { background-image: none; }#AOuNUk1ty8D1dPurkXGUXoEHWU2ZPul3 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:27.6248125rem;top:0.8115234375rem;left:14.2490234375rem;overflow:hidden;display:block; }
#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/zhgKaghF/ainsta_copy_2.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi.adaptive-delivery-prevent-bg, #NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi.lazyload, #NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi.lazyloading { background-image: none; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container { background-color: transparent; background-image: none; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container > .video-iframe-container { display: none; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row > .video-iframe-container { display: none; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .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); }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container { border-width: 0; border-radius: 0; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container { font-size:0.875rem;font-family:"open sans";height:51.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#iT2xXSR6A11yoQPrS5IwJ5r8xpKy19xl { position:absolute;display:block;z-index:99992;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(118,34,76,0.46), rgba(253,189,97,0.34));background-image: -moz-linear-gradient(180deg, rgba(118,34,76,0.46), rgba(253,189,97,0.34));background-image: -ms-linear-gradient(180deg, rgba(118,34,76,0.46), rgba(253,189,97,0.34));background-image: -o-linear-gradient(180deg, rgba(118,34,76,0.46), rgba(253,189,97,0.34));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7576224c', endColorstr='#56fdbd61' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7576224c', endColorstr='#56fdbd61' );";background-image: linear-gradient(180deg, rgba(118,34,76,0.46), rgba(253,189,97,0.34));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:30.5rem;width:21.25rem;top:13.8125rem;left:0rem;display:block; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-form-header {  }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-regular-label { height:auto;display:block;font-family:"alw font";font-size:0.8125rem;font-weight:bold;color:#76224c;width:16.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:right;text-align-last:right;overflow:hidden; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.4375rem;box-sizing:border-box;height:2.5625rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:right;text-align-last:right; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-text {padding-top: 0; padding-bottom: 0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.4375rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:right;text-align-last:right; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.4375rem;box-sizing:border-box;height:2.6875rem;color:#76224c;font-family:"alw new";font-size:1rem;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-select {padding-top: 0; padding-bottom: 0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-button { border-top-left-radius:4rem;border-top-right-radius:4rem;border-bottom-left-radius:4rem;border-bottom-right-radius:4rem;background-color:transparent;background-image: -webkit-linear-gradient(330deg, #940349, rgba(186,130,130,0.86));background-image: -moz-linear-gradient(330deg, #940349, rgba(186,130,130,0.86));background-image: -ms-linear-gradient(330deg, #940349, rgba(186,130,130,0.86));background-image: -o-linear-gradient(330deg, #940349, rgba(186,130,130,0.86));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#940349', endColorstr='#dbba8282' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#940349', endColorstr='#dbba8282' );";background-image: linear-gradient(330deg, #940349, rgba(186,130,130,0.86));background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2rem;margin-bottom:0.25rem;margin-left:2rem;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#ffffff;width:12.4375rem;height:3.0625rem;font-family:"alw arabic";overflow:hidden;line-height:1.2;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5);box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:15.25rem;overflow:hidden;font-style:normal; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-container:first-of-type{padding-top:0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-container:last-of-type{padding-bottom:0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD  { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e8e39a, #bfa06c);background-image: -moz-linear-gradient(180deg, #e8e39a, #bfa06c);background-image: -ms-linear-gradient(180deg, #e8e39a, #bfa06c);background-image: -o-linear-gradient(180deg, #e8e39a, #bfa06c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e39a', endColorstr='#bfa06c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e39a', endColorstr='#bfa06c' );";background-image: linear-gradient(180deg, #e8e39a, #bfa06c);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.4375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100002;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;position:absolute;top:14.375rem;left:1.375rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.4375rem;display:block;vertical-align:top; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD {display:block;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e8e39a, #bfa06c);background-image: -moz-linear-gradient(180deg, #e8e39a, #bfa06c);background-image: -ms-linear-gradient(180deg, #e8e39a, #bfa06c);background-image: -o-linear-gradient(180deg, #e8e39a, #bfa06c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e39a', endColorstr='#bfa06c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e39a', endColorstr='#bfa06c' );";background-image: linear-gradient(180deg, #e8e39a, #bfa06c);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.4375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100002;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;position:absolute;top:17.125rem;left:1.375rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #L3eCKBis3FBuTziS9t7syZHi9Gnz5cZQ { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #K16oUtstOKQTEPM3y2lqvZg1RTspagEm { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #dztSllqCUL8RXzNLSshURU0vLvbT1gTi { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #s9iegVXaF34GRlAn37V5mlzlPdTqT01C { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #WciGfnaTkyCXOfyqnrt8BoBT12iyTsHh { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #f98neuyPrS7vJOd54DQ9BVLMQFJv11Iy { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #nu2l9D4VGT5TcL0HOhRHOfnbswucWNmN { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pr6rnf43FSVAcql02mbRhXvmp4T8Sp6G { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pqm8zAye4Dl6f1qJpTpPtPp7iTHubTyA { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #wKuyXMa0MZsZzByXSLTEFb5eDIJ05SJc { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #s8Ta5bXPTC3Ce6gwIbuUfZHNPXBcx7Th { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #FTL9yu0hqLK8WaAKDuXgUoEn0Mw0o5o9 { position:relative; }
#QtwlPcl4TPTC0mIVQaLIH0eDdWltw9h6 { position:relative;display:block; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #wdh6QXSlhZMoB4Pqf60mrJoMZLtcmocd { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #Ith52Rl3DauROOoNTkBU7MVI3TuSgudA { position:relative; }
#eGlLTDsU5z7DoPzatJ4GcQHZSi9mofwT { color:#fafcfd;display:block;width:15.1875rem;position:absolute;font-family:amiri;font-size:1.375rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.42);top:14.9375rem;left:3.0625rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(130,75,89,0.72);background-image:url("https://images.assets-landingi.com/DKlZfIB9/insta.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8.adaptive-delivery-prevent-bg, #baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8.lazyload, #baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8.lazyloading { background-image: none; }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 > .row .container { background-color: transparent; background-image: none; }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 > .row .container > .video-iframe-container { display: none; }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 > .row > .video-iframe-container { display: none; }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 > .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); }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 > .row .container { border-width: 0; border-radius: 0; }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;position:relative;display:block; }#Sh81FmpuTaUd3CpQgzhv2xxwTwJXaDax { color:#000000;display:block;width:34.8125rem;position:absolute;font-family:amiri;font-size:1.9375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0.78125rem;left:12.59375rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#IV4BtMuGUFKeF964ZOlwz5WnMAGM3y4S { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:1.9375rem;top:1.0625rem;left:38.46875rem;overflow:hidden;display:block; }
#TW19aS6O6zlefRO1unDlC9p87NwacAUW { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:1.03125rem;left:20.03125rem;overflow:hidden;display:block; }
#M6kxODyihrUC5N6Eg5Fs3KxSivQtMBOs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ecbec9;background-image:none;position:relative;display:block; }#M6kxODyihrUC5N6Eg5Fs3KxSivQtMBOs > .row .container { background-color: transparent; background-image: none; }#M6kxODyihrUC5N6Eg5Fs3KxSivQtMBOs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M6kxODyihrUC5N6Eg5Fs3KxSivQtMBOs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M6kxODyihrUC5N6Eg5Fs3KxSivQtMBOs > .row .container > .video-iframe-container { display: none; }#M6kxODyihrUC5N6Eg5Fs3KxSivQtMBOs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M6kxODyihrUC5N6Eg5Fs3KxSivQtMBOs > .row > .video-iframe-container { display: none; }#M6kxODyihrUC5N6Eg5Fs3KxSivQtMBOs > .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); }#M6kxODyihrUC5N6Eg5Fs3KxSivQtMBOs > .row .container { border-width: 0; border-radius: 0; }#M6kxODyihrUC5N6Eg5Fs3KxSivQtMBOs > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:60rem;position:relative;display:block; }#enTzV56z9T0Ib1Dx7vddnzBdHFPzEgHO { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.75rem solid #df0e44;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:15.875rem;width:14.0625rem;top:1.75rem;left:45.9375rem;display:block; }
#WK2HxpaHoaJpAZanZAwqzSoB5C3z6O0A { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.75rem solid #df0e44;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:16rem;width:14.0625rem;top:1.6875rem;left:30.21875rem;display:block; }
#DtmMofr7HkSII3qJRPQfsQzWX2hmozqU { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.75rem solid #df0e44;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:15.6875rem;width:14.0625rem;top:1.9375rem;left:15.0625rem;display:block; }
#qTvUeRJ9qtHDcG7TOAUfXa6uo3P6lfRE { position:absolute;display:block;z-index:100003;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.75rem solid #df0e44;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:15.75rem;width:14.0625rem;top:1.875rem;left:0rem;display:block; }
#VwxNaWNfBq08uSSNOVzQt3iXLZxLZpsO { color:#000000;display:block;width:12rem;position:absolute;font-family:amiri;font-size:1.4375rem;font-weight:normal;z-index:100004;line-height:1.7;letter-spacing:0;top:3.359375rem;left:45.9375rem;height:12.2168125rem;text-align:right;text-align-last:right;display:block; }
#v0s4eFS81OW4PUlaa1FgTtpDhUUVkfh8 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:7.25rem;left:35.21875rem;height:1.29980625rem;display:block; }
#RirNtJfrH8DXffvxTUdHIx0fU8BzNWA2 { color:#000000;display:block;width:13.125rem;position:absolute;font-family:amiri;font-size:1.125rem;font-weight:normal;z-index:100005;line-height:2;letter-spacing:0;top:3.8759765625rem;left:30.21875rem;height:11.25rem;text-align:right;text-align-last:right;display:block; }
#sNgxmtnnroHQxB2bO4p84J2By27JfOlM { color:#000000;display:block;width:2.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:4.5625rem;left:31.78125rem;height:1.29980625rem;display:block; }
#hlBa3Se4iO8wRUg7pDyBsMxW9kNo1Gwv { color:#000000;display:block;width:12rem;position:absolute;font-family:amiri;font-size:1.4375rem;font-weight:normal;z-index:100005;line-height:1.7;letter-spacing:0;top:4.4375rem;left:15.0625rem;height:12.2168125rem;text-align:right;text-align-last:right;display:block; }
#p7cVav5vqav2nOQG3sEIQUGT9c3o4OoE { color:#000000;display:block;width:12rem;position:absolute;font-family:amiri;font-size:1.4375rem;font-weight:normal;z-index:100006;line-height:1.4;letter-spacing:0;top:5.546875rem;left:0.59375rem;height:10.05859375rem;text-align:right;text-align-last:right;display:block; }
#QKBGqvhWot5X5deLgPH2CfxClCfTxu4y { z-index:100002;top:24.75rem;left:22.125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #c77b91, #ff004c);background-image: -moz-linear-gradient(216deg, #c77b91, #ff004c);background-image: -ms-linear-gradient(216deg, #c77b91, #ff004c);background-image: -o-linear-gradient(216deg, #c77b91, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c77b91', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c77b91', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #c77b91, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:amiri;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OX6T06TVtR6DmAWGeUgCJMknvDA73BCV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wrEWiaV5TIOtpe428B9khgFEiJJcEhUu { position:absolute;display:block;z-index:100007;background-color:rgba(241,141,167,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:4.625rem;width:15.9375rem;top:19.4375rem;left:21.1875rem;display:block; }
#Ey9lJ8Hc0kTSJ88G001mpWHdzK2hxmOZ { color:#000000;display:block;width:12rem;position:absolute;font-family:amiri;font-size:1.75rem;font-weight:normal;z-index:100007;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:20.7265625rem;left:22.21875rem;height:4.8984375rem;text-align:right;text-align-last:right;display:block; }
#pHuwpmNXmWZTWnJpIQTu34K4wiFvUWPn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(130,75,89,0.72);background-image:url("https://images.assets-landingi.com/DKlZfIB9/insta.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#pHuwpmNXmWZTWnJpIQTu34K4wiFvUWPn.adaptive-delivery-prevent-bg, #pHuwpmNXmWZTWnJpIQTu34K4wiFvUWPn.lazyload, #pHuwpmNXmWZTWnJpIQTu34K4wiFvUWPn.lazyloading { background-image: none; }#pHuwpmNXmWZTWnJpIQTu34K4wiFvUWPn > .row .container { background-color: transparent; background-image: none; }#pHuwpmNXmWZTWnJpIQTu34K4wiFvUWPn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pHuwpmNXmWZTWnJpIQTu34K4wiFvUWPn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pHuwpmNXmWZTWnJpIQTu34K4wiFvUWPn > .row .container > .video-iframe-container { display: none; }#pHuwpmNXmWZTWnJpIQTu34K4wiFvUWPn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pHuwpmNXmWZTWnJpIQTu34K4wiFvUWPn > .row > .video-iframe-container { display: none; }#pHuwpmNXmWZTWnJpIQTu34K4wiFvUWPn > .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); }#pHuwpmNXmWZTWnJpIQTu34K4wiFvUWPn > .row .container { border-width: 0; border-radius: 0; }#pHuwpmNXmWZTWnJpIQTu34K4wiFvUWPn > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;position:relative;display:block; }#gftwqcltRTQrz0TP0Z1HuCZo8lqzvxlc { color:#000000;display:block;width:34.8125rem;position:absolute;font-family:amiri;font-size:1.9375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0.78125rem;left:12.59375rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#TTQOMVB3tFR8xM6OGIW8slhnohmq1RP0 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:1.9375rem;top:1.0625rem;left:38.46875rem;overflow:hidden;display:block; }
#JMxklGmUBgWoG7yXhqc6nHT4i4LAUE93 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:1.03125rem;left:20.03125rem;overflow:hidden;display:block; }
#qrPlHf032Ap4m1RfzCnEeSQuLSJBfFgb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ecbec9;background-image:none;position:relative;display:block; }#qrPlHf032Ap4m1RfzCnEeSQuLSJBfFgb > .row .container { background-color: transparent; background-image: none; }#qrPlHf032Ap4m1RfzCnEeSQuLSJBfFgb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qrPlHf032Ap4m1RfzCnEeSQuLSJBfFgb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qrPlHf032Ap4m1RfzCnEeSQuLSJBfFgb > .row .container > .video-iframe-container { display: none; }#qrPlHf032Ap4m1RfzCnEeSQuLSJBfFgb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qrPlHf032Ap4m1RfzCnEeSQuLSJBfFgb > .row > .video-iframe-container { display: none; }#qrPlHf032Ap4m1RfzCnEeSQuLSJBfFgb > .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); }#qrPlHf032Ap4m1RfzCnEeSQuLSJBfFgb > .row .container { border-width: 0; border-radius: 0; }#qrPlHf032Ap4m1RfzCnEeSQuLSJBfFgb > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:60rem;position:relative;display:block; }#okSwCQ6siu262ETlxBi29cWo2mNCDO7r { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.75rem solid #df0e44;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:15.875rem;width:14.0625rem;top:1.75rem;left:45.9375rem;display:block; }
#EDwR72y6HS1u6KQs7GNUhWLsqWgWwOpg { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.75rem solid #df0e44;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:16rem;width:14.0625rem;top:1.6875rem;left:30.21875rem;display:block; }
#qLlKCZ8Ei9Hc7dZCoi0GfuBGxvZn8fEe { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.75rem solid #df0e44;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:15.6875rem;width:14.0625rem;top:1.9375rem;left:15.0625rem;display:block; }
#sUfd1GUZq0l7kWDvAeETUuzsUEh9JRA8 { position:absolute;display:block;z-index:100003;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.75rem solid #df0e44;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:15.75rem;width:14.0625rem;top:1.875rem;left:0rem;display:block; }
#NnQXoDpzZ7upaINL6nISJLqXqBNayaZb { color:#000000;display:block;width:12rem;position:absolute;font-family:amiri;font-size:1.4375rem;font-weight:normal;z-index:100004;line-height:1.7;letter-spacing:0;top:3.359375rem;left:45.9375rem;height:12.2168125rem;text-align:right;text-align-last:right;display:block; }
#Ct5L2KnkfR11uGotXrrVuGlJbnB2oCFq { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:7.25rem;left:35.21875rem;height:1.29980625rem;display:block; }
#U58z6iVkCd8NPcoUdkHemdvNflcAXGcQ { color:#000000;display:block;width:13.125rem;position:absolute;font-family:amiri;font-size:1.25rem;font-weight:normal;z-index:100005;line-height:2;letter-spacing:0;top:3.8759765625rem;left:30.21875rem;height:12.5rem;text-align:right;text-align-last:right;display:block; }
#RmAsLTRGAz9hx0oy1XCxq8nIHMJ0d4IZ { color:#000000;display:block;width:15.5rem;position:absolute;font-family:amiri;font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.7;letter-spacing:0;top:4.51953125rem;left:13.125rem;height:11.472675rem;text-align:right;text-align-last:right;display:block; }
#CMqpXGzf4OEPKivDCcuuNKDNSL1xEkka { z-index:100002;top:24.75rem;left:22.125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #c77b91, #ff004c);background-image: -moz-linear-gradient(216deg, #c77b91, #ff004c);background-image: -ms-linear-gradient(216deg, #c77b91, #ff004c);background-image: -o-linear-gradient(216deg, #c77b91, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c77b91', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c77b91', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #c77b91, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:amiri;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PVIXfwsUf0RJopGO6eOIlLQDwAchILeg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#M1pDgZaDTl2MO05fQPO7u1NzWMUuTA2c { position:absolute;display:block;z-index:100007;background-color:rgba(241,141,167,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:4.625rem;width:15.9375rem;top:19.4375rem;left:21.1875rem;display:block; }
#v3NeTvCNqeBQHTWsRTRWVJKEQ4EF3B5R { color:#000000;display:block;width:12rem;position:absolute;font-family:amiri;font-size:1.75rem;font-weight:normal;z-index:100007;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:20.7265625rem;left:22.78125rem;height:4.8984375rem;text-align:right;text-align-last:right;display:block; }
#N4MT6u0WzVm7DiUGqeWOgT7fNnk9xSaf { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:amiri;font-size:1.125rem;font-weight:normal;z-index:100006;line-height:2;letter-spacing:0;top:4.4375rem;left:2rem;height:11.25rem;text-align:right;text-align-last:right;display:block; }
#RkquMHKP7VwIfR2oNgiATuRtrsLKhp46 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(130,75,89,0.72);background-image:url("https://images.assets-landingi.com/DKlZfIB9/insta.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#RkquMHKP7VwIfR2oNgiATuRtrsLKhp46.adaptive-delivery-prevent-bg, #RkquMHKP7VwIfR2oNgiATuRtrsLKhp46.lazyload, #RkquMHKP7VwIfR2oNgiATuRtrsLKhp46.lazyloading { background-image: none; }#RkquMHKP7VwIfR2oNgiATuRtrsLKhp46 > .row .container { background-color: transparent; background-image: none; }#RkquMHKP7VwIfR2oNgiATuRtrsLKhp46::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RkquMHKP7VwIfR2oNgiATuRtrsLKhp46 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RkquMHKP7VwIfR2oNgiATuRtrsLKhp46 > .row .container > .video-iframe-container { display: none; }#RkquMHKP7VwIfR2oNgiATuRtrsLKhp46 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RkquMHKP7VwIfR2oNgiATuRtrsLKhp46 > .row > .video-iframe-container { display: none; }#RkquMHKP7VwIfR2oNgiATuRtrsLKhp46 > .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); }#RkquMHKP7VwIfR2oNgiATuRtrsLKhp46 > .row .container { border-width: 0; border-radius: 0; }#RkquMHKP7VwIfR2oNgiATuRtrsLKhp46 > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;position:relative;display:block; }#PGD4NTM54lwZTc9FeS7rGUCm8TCEtmnd { color:#000000;display:block;width:34.8125rem;position:absolute;font-family:amiri;font-size:1.9375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0.78125rem;left:12.59375rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#vpQU5RRB7cs85i60QbNZ6ShKPaWLCX1r { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:1.9375rem;top:1.0625rem;left:38.46875rem;overflow:hidden;display:block; }
#pmhD1moHQUiQKfTbDHozSJ0kHxetWhFZ { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:1.03125rem;left:20.03125rem;overflow:hidden;display:block; }
#yPpe1MqEcbcHB7UbgmPkRPqMtSRxwxWL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ecbec9;background-image:none;position:relative;display:block; }#yPpe1MqEcbcHB7UbgmPkRPqMtSRxwxWL > .row .container { background-color: transparent; background-image: none; }#yPpe1MqEcbcHB7UbgmPkRPqMtSRxwxWL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yPpe1MqEcbcHB7UbgmPkRPqMtSRxwxWL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yPpe1MqEcbcHB7UbgmPkRPqMtSRxwxWL > .row .container > .video-iframe-container { display: none; }#yPpe1MqEcbcHB7UbgmPkRPqMtSRxwxWL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yPpe1MqEcbcHB7UbgmPkRPqMtSRxwxWL > .row > .video-iframe-container { display: none; }#yPpe1MqEcbcHB7UbgmPkRPqMtSRxwxWL > .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); }#yPpe1MqEcbcHB7UbgmPkRPqMtSRxwxWL > .row .container { border-width: 0; border-radius: 0; }#yPpe1MqEcbcHB7UbgmPkRPqMtSRxwxWL > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:60rem;position:relative;display:block; }#ebyf492vc2XorThLrBv7ECRvTza1RDb3 { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.75rem solid #df0e44;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:15.875rem;width:14.0625rem;top:1.75rem;left:45.9375rem;display:block; }
#D49bS5dEdrbrTxoo9LNDMl6dv11pZNQW { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.75rem solid #df0e44;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:16rem;width:14.0625rem;top:1.6875rem;left:30.21875rem;display:block; }
#tC5TMGN9EC5osEP2CbGs3P6CJ8eNu8z3 { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.75rem solid #df0e44;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:15.6875rem;width:14.0625rem;top:1.9375rem;left:15.0625rem;display:block; }
#nlVPVVieqsGHeVN58kpLbU6XPn0d2Bke { position:absolute;display:block;z-index:100003;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.75rem solid #df0e44;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:15.75rem;width:14.0625rem;top:1.875rem;left:0rem;display:block; }
#I3sDaL3TSU0QUtJLLMNo9p8KNTBoAdbK { color:#000000;display:block;width:12rem;position:absolute;font-family:amiri;font-size:1.4375rem;font-weight:normal;z-index:100004;line-height:1.7;letter-spacing:0;top:3.359375rem;left:45.9375rem;height:12.2168125rem;text-align:right;text-align-last:right;display:block; }
#ViTyAvB4GlZS5wrZ64Wumox8DKBCmGSM { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:7.25rem;left:35.21875rem;height:1.29980625rem;display:block; }
#oQeZPcMtKd9l1PtFTXZJR1pd00g1Lrhx { color:#000000;display:block;width:13.125rem;position:absolute;font-family:amiri;font-size:1.0625rem;font-weight:normal;z-index:100005;line-height:2;letter-spacing:0;top:3.8759765625rem;left:30.21875rem;height:10.625rem;text-align:right;text-align-last:right;display:block; }
#fXJfgko2DPFZfrd8IcZeETr9nuHf2eqm { color:#000000;display:block;width:15.5rem;position:absolute;font-family:amiri;font-size:1.125rem;font-weight:normal;z-index:100005;line-height:2;letter-spacing:0;top:4.9375rem;left:13.125rem;height:13.5rem;text-align:right;text-align-last:right;display:block; }
#E3PvUrOKQzGoQLT3oVCFbiioq4DAAK5s { z-index:100002;top:24.75rem;left:22.125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #c77b91, #ff004c);background-image: -moz-linear-gradient(216deg, #c77b91, #ff004c);background-image: -ms-linear-gradient(216deg, #c77b91, #ff004c);background-image: -o-linear-gradient(216deg, #c77b91, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c77b91', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c77b91', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #c77b91, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:amiri;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dPegu1IXagKiF07Pk0iosiuW1raKxppM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KGuRWPyfCebMv8tqLopm7uSsW10vctII { position:absolute;display:block;z-index:100007;background-color:rgba(241,141,167,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:4.625rem;width:15.9375rem;top:19.4375rem;left:21.1875rem;display:block; }
#Csb22mZMXMKDXTi2wEXnH19nRxx5ZU0t { color:#000000;display:block;width:12rem;position:absolute;font-family:amiri;font-size:1.8125rem;font-weight:normal;z-index:100007;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:20.6640625rem;left:23.03125rem;height:5.074225rem;text-align:right;text-align-last:right;display:block; }
#LrWwZs3XW7M08ayyTWHCbnqZVsqAlq1G { color:#000000;display:block;width:11.75rem;position:absolute;font-family:amiri;font-size:1.1875rem;font-weight:normal;z-index:100006;line-height:2;letter-spacing:0;top:4.9375rem;left:1.15625rem;height:11.875rem;text-align:right;text-align-last:right;display:block; }
#AexXLVwFzJ6PSPOpkppWJ4okc0E4nKJE { color:#000000;display:block;width:2.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:14.130859375rem;left:36.09375rem;height:1.29980625rem;display:block; }
#zh5gx5EC53fDpzpsbgLd1aWuvoSIwHge { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(130,75,89,0.72);background-image:url("https://images.assets-landingi.com/DKlZfIB9/insta.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#zh5gx5EC53fDpzpsbgLd1aWuvoSIwHge.adaptive-delivery-prevent-bg, #zh5gx5EC53fDpzpsbgLd1aWuvoSIwHge.lazyload, #zh5gx5EC53fDpzpsbgLd1aWuvoSIwHge.lazyloading { background-image: none; }#zh5gx5EC53fDpzpsbgLd1aWuvoSIwHge > .row .container { background-color: transparent; background-image: none; }#zh5gx5EC53fDpzpsbgLd1aWuvoSIwHge::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zh5gx5EC53fDpzpsbgLd1aWuvoSIwHge > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zh5gx5EC53fDpzpsbgLd1aWuvoSIwHge > .row .container > .video-iframe-container { display: none; }#zh5gx5EC53fDpzpsbgLd1aWuvoSIwHge > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zh5gx5EC53fDpzpsbgLd1aWuvoSIwHge > .row > .video-iframe-container { display: none; }#zh5gx5EC53fDpzpsbgLd1aWuvoSIwHge > .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); }#zh5gx5EC53fDpzpsbgLd1aWuvoSIwHge > .row .container { border-width: 0; border-radius: 0; }#zh5gx5EC53fDpzpsbgLd1aWuvoSIwHge > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;position:relative;display:block; }#H0W32oDw7zK1lhSGWNdTU1oQk9s64H1g { color:#000000;display:block;width:34.8125rem;position:absolute;font-family:amiri;font-size:1.9375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0.78125rem;left:12.59375rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#bNehxOdOHRhtBcpLoWthK4sGHWBbEVO0 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:1.9375rem;top:1.0625rem;left:38.46875rem;overflow:hidden;display:block; }
#QNXB4Ch926XrGrNkfWT8TLwEICe3ZIMn { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:1.03125rem;left:20.03125rem;overflow:hidden;display:block; }
#ndTDyBoTWNZ26uJG6Hx37M7TZnTt7o4o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f3dada, #d7b0cd);background-image: -moz-linear-gradient(180deg, #f3dada, #d7b0cd);background-image: -ms-linear-gradient(180deg, #f3dada, #d7b0cd);background-image: -o-linear-gradient(180deg, #f3dada, #d7b0cd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3dada', endColorstr='#d7b0cd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3dada', endColorstr='#d7b0cd' );";background-image: linear-gradient(180deg, #f3dada, #d7b0cd);background-size:cover !important;position:relative;display:block; }#ndTDyBoTWNZ26uJG6Hx37M7TZnTt7o4o > .row .container { background-color: transparent; background-image: none; }#ndTDyBoTWNZ26uJG6Hx37M7TZnTt7o4o::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ndTDyBoTWNZ26uJG6Hx37M7TZnTt7o4o > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ndTDyBoTWNZ26uJG6Hx37M7TZnTt7o4o > .row .container > .video-iframe-container { display: none; }#ndTDyBoTWNZ26uJG6Hx37M7TZnTt7o4o > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ndTDyBoTWNZ26uJG6Hx37M7TZnTt7o4o > .row > .video-iframe-container { display: none; }#ndTDyBoTWNZ26uJG6Hx37M7TZnTt7o4o > .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); }#ndTDyBoTWNZ26uJG6Hx37M7TZnTt7o4o > .row .container { border-width: 0; border-radius: 0; }#ndTDyBoTWNZ26uJG6Hx37M7TZnTt7o4o > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:60rem;position:relative;display:block; }#JZRMg9ufd4lC33T75vCAGxUazhqRSsoP { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:11.25rem;width:16.875rem;top:1.03125rem;left:41.65576171875rem;overflow:hidden;display:block; }
#Mf1IHbALwTDw3E3yOakau6R2Jr3zdecs { color:#76224c;display:block;width:16.624rem;position:absolute;font-family:amiri;font-size:1.375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:14.12255859375rem;left:42rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#uJkHeog8C8EK1SylmOTV5EM4O7POSExO { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:11.25rem;width:17.0625rem;top:1.27880859375rem;left:21.21826171875rem;overflow:hidden;display:block; }
#swxRaXmK0B1u3UnRlffRDb8v7xzVRSTy { color:#76224c;display:block;width:20.375rem;position:absolute;font-family:amiri;font-size:1.375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:14.12255859375rem;left:19.810546875rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#CcOQNVkNKUqBmfGM2vqUWhI1WJeWhvSR { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:11.25rem;width:16.875rem;top:1.96875rem;left:2.37158203125rem;overflow:hidden;display:block; }
#elX9FfxUyLtvToE4VcLPlKA1VwR3q7GH { color:#76224c;display:block;width:16.75rem;position:absolute;font-family:amiri;font-size:1.375rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:14.12255859375rem;left:2.43603515625rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d7b0cd, #f3dada);background-image: -moz-linear-gradient(180deg, #d7b0cd, #f3dada);background-image: -ms-linear-gradient(180deg, #d7b0cd, #f3dada);background-image: -o-linear-gradient(180deg, #d7b0cd, #f3dada);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#f3dada' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#f3dada' );";background-image: linear-gradient(180deg, #d7b0cd, #f3dada);background-size:auto !important;position:relative;display:block; }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row .container { background-color: transparent; background-image: none; }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row .container > .video-iframe-container { display: none; }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row > .video-iframe-container { display: none; }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .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); }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row .container { border-width: 0; border-radius: 0; }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:60rem;position:relative;display:block; }#xzNKz6q51sFTAEbr7k9oupm5cyQRuoLp { color:#76224c;display:block;width:18.3125rem;position:absolute;font-family:"alw arabic";font-size:2rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.8125104904175rem;left:36.062500953674rem;height:2.5996125rem;text-align:right;text-align-last:right;display:block; }
#zMvLENHrStyvhG8Ozxv4I60bV5P1cyT1 { color:#76224c;display:block;width:24.25rem;position:absolute;font-family:amiri;font-size:1.375rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:12.875rem;left:26.375rem;height:1.7871125rem;text-align:right;text-align-last:right;display:block; }
#kSUOqcanuNJUXJKGZcuPvbhJNMx8xJ2v { color:#76224c;display:block;width:14.5625rem;position:absolute;font-family:amiri;font-size:1.375rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:7.6875rem;left:36.6875rem;height:3.574225rem;text-align:right;text-align-last:right;display:block; }
#Dt2k7KqqUozMbOqhSd580h58TsiE3CBP { box-sizing:content-box;color:#76224c;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:15.4375rem;left:44.0625rem;display:block; }
#dWu7MR36dtPWXRxKHmmFulFbBFiDKig5 { box-sizing:content-box;color:#76224c;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:15.4375rem;left:46.6875rem;display:block; }
#IIz3xaCacHHWct2sIZeGiPmdTFcgiJT1 { box-sizing:content-box;color:#76224c;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:15.4375rem;left:49.375rem;display:block; }
#aD8Nqp6TKGzwh2FlsDqh45WTC5QLly8T { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:21.0625rem;width:13.5625rem;top:1.1250104904175rem;left:5.3125rem;overflow:hidden;display:block; }
#mnDT2UTdz89wVhPk1mMaVF3aNFbxDZLJ { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:12.3125rem;left:51.1875rem;display:block; }
#uuc6TcCrTgalHTOaGdrkNlQk3iAVl7SG { box-sizing:content-box;color:#050505;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:7.625rem;left:51.125rem;display:block; }
#sSu6sBlPFEc3kDgkUXr1xhVCi8Km65bn { color:#76224c;display:block;width:27.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100056;line-height:1.3;letter-spacing:0;top:20.104166507721rem;left:30.062500953674rem;height:1.2999125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V { display:block; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOuNUk1ty8D1dPurkXGUXoEHWU2ZPul3 { top:0.75rem;left:8.1240234375rem;width:27.5625rem;height:3.4298470080365rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi { display:block; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iT2xXSR6A11yoQPrS5IwJ5r8xpKy19xl { top:13.8125rem;left:0rem;width:21.25rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-regular-label { width:19.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-text { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-text {padding-top: 0; padding-bottom: 0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-textarea { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-select { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-select {padding-top: 0; padding-bottom: 0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-button { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.5rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-checkbox-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD  { width:19.9375rem;height:auto;top:13.75rem;left:15.7421875rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .radio-container { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD {display:block;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD { width:19.9375rem;height:auto;top:13.75rem;left:15.7421875rem; }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #L3eCKBis3FBuTziS9t7syZHi9Gnz5cZQ {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #K16oUtstOKQTEPM3y2lqvZg1RTspagEm {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #dztSllqCUL8RXzNLSshURU0vLvbT1gTi {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #s9iegVXaF34GRlAn37V5mlzlPdTqT01C {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #WciGfnaTkyCXOfyqnrt8BoBT12iyTsHh {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #f98neuyPrS7vJOd54DQ9BVLMQFJv11Iy {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #nu2l9D4VGT5TcL0HOhRHOfnbswucWNmN {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pr6rnf43FSVAcql02mbRhXvmp4T8Sp6G {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pqm8zAye4Dl6f1qJpTpPtPp7iTHubTyA {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #wKuyXMa0MZsZzByXSLTEFb5eDIJ05SJc {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #s8Ta5bXPTC3Ce6gwIbuUfZHNPXBcx7Th {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #FTL9yu0hqLK8WaAKDuXgUoEn0Mw0o5o9 {  }
 }@media only screen and (max-width: 763px) { #QtwlPcl4TPTC0mIVQaLIH0eDdWltw9h6 { display:block; }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #wdh6QXSlhZMoB4Pqf60mrJoMZLtcmocd {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #Ith52Rl3DauROOoNTkBU7MVI3TuSgudA {  }
 }@media only screen and (max-width: 763px) { #eGlLTDsU5z7DoPzatJ4GcQHZSi9mofwT { top:14.9375rem;left:0rem;width:15.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 { display:block; }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sh81FmpuTaUd3CpQgzhv2xxwTwJXaDax { top:0.75rem;left:6.46875rem;width:34.8125rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV4BtMuGUFKeF964ZOlwz5WnMAGM3y4S { top:1.0625rem;left:32.34375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW19aS6O6zlefRO1unDlC9p87NwacAUW { top:1rem;left:13.90625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6kxODyihrUC5N6Eg5Fs3KxSivQtMBOs { display:block; }#M6kxODyihrUC5N6Eg5Fs3KxSivQtMBOs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #enTzV56z9T0Ib1Dx7vddnzBdHFPzEgHO { top:1.75rem;left:33.6875rem;width:14.0625rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK2HxpaHoaJpAZanZAwqzSoB5C3z6O0A { top:1.6875rem;left:24.09375rem;width:14.0625rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtmMofr7HkSII3qJRPQfsQzWX2hmozqU { top:1.9375rem;left:8.9375rem;width:14.0625rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTvUeRJ9qtHDcG7TOAUfXa6uo3P6lfRE { top:1.875rem;left:0rem;width:14.0625rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwxNaWNfBq08uSSNOVzQt3iXLZxLZpsO { top:3.3125rem;left:35.75rem;width:12rem;height:12.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0s4eFS81OW4PUlaa1FgTtpDhUUVkfh8 { top:7.25rem;left:29.09375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RirNtJfrH8DXffvxTUdHIx0fU8BzNWA2 { top:3.875rem;left:24.09375rem;width:13.125rem;height:11.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNgxmtnnroHQxB2bO4p84J2By27JfOlM { top:4.5625rem;left:25.65625rem;width:2.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlBa3Se4iO8wRUg7pDyBsMxW9kNo1Gwv { top:4.4375rem;left:8.9375rem;width:12rem;height:12.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7cVav5vqav2nOQG3sEIQUGT9c3o4OoE { top:5.5rem;left:0rem;width:12rem;height:10rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKBGqvhWot5X5deLgPH2CfxClCfTxu4y { top:24.75rem;left:16rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OX6T06TVtR6DmAWGeUgCJMknvDA73BCV { display:block; }
 }@media only screen and (max-width: 763px) { #wrEWiaV5TIOtpe428B9khgFEiJJcEhUu { top:19.4375rem;left:15.0625rem;width:15.9375rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey9lJ8Hc0kTSJ88G001mpWHdzK2hxmOZ { top:20.6875rem;left:16.09375rem;width:12rem;height:4.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHuwpmNXmWZTWnJpIQTu34K4wiFvUWPn { display:block; }#pHuwpmNXmWZTWnJpIQTu34K4wiFvUWPn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gftwqcltRTQrz0TP0Z1HuCZo8lqzvxlc { top:0.75rem;left:6.46875rem;width:34.8125rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTQOMVB3tFR8xM6OGIW8slhnohmq1RP0 { top:1.0625rem;left:32.34375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMxklGmUBgWoG7yXhqc6nHT4i4LAUE93 { top:1rem;left:13.90625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrPlHf032Ap4m1RfzCnEeSQuLSJBfFgb { display:block; }#qrPlHf032Ap4m1RfzCnEeSQuLSJBfFgb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #okSwCQ6siu262ETlxBi29cWo2mNCDO7r { top:1.75rem;left:33.6875rem;width:14.0625rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDwR72y6HS1u6KQs7GNUhWLsqWgWwOpg { top:1.6875rem;left:24.09375rem;width:14.0625rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLlKCZ8Ei9Hc7dZCoi0GfuBGxvZn8fEe { top:1.9375rem;left:8.9375rem;width:14.0625rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUfd1GUZq0l7kWDvAeETUuzsUEh9JRA8 { top:1.875rem;left:0rem;width:14.0625rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnQXoDpzZ7upaINL6nISJLqXqBNayaZb { top:3.3125rem;left:35.75rem;width:12rem;height:12.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct5L2KnkfR11uGotXrrVuGlJbnB2oCFq { top:7.25rem;left:29.09375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U58z6iVkCd8NPcoUdkHemdvNflcAXGcQ { top:3.875rem;left:24.09375rem;width:13.125rem;height:12.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmAsLTRGAz9hx0oy1XCxq8nIHMJ0d4IZ { top:4.5rem;left:7rem;width:15.5rem;height:11.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMqpXGzf4OEPKivDCcuuNKDNSL1xEkka { top:24.75rem;left:16rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVIXfwsUf0RJopGO6eOIlLQDwAchILeg { display:block; }
 }@media only screen and (max-width: 763px) { #M1pDgZaDTl2MO05fQPO7u1NzWMUuTA2c { top:19.4375rem;left:15.0625rem;width:15.9375rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3NeTvCNqeBQHTWsRTRWVJKEQ4EF3B5R { top:20.6875rem;left:16.65625rem;width:12rem;height:4.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4MT6u0WzVm7DiUGqeWOgT7fNnk9xSaf { top:4.4375rem;left:0rem;width:10.0625rem;height:11.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkquMHKP7VwIfR2oNgiATuRtrsLKhp46 { display:block; }#RkquMHKP7VwIfR2oNgiATuRtrsLKhp46 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGD4NTM54lwZTc9FeS7rGUCm8TCEtmnd { top:0.75rem;left:6.46875rem;width:34.8125rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpQU5RRB7cs85i60QbNZ6ShKPaWLCX1r { top:1.0625rem;left:32.34375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmhD1moHQUiQKfTbDHozSJ0kHxetWhFZ { top:1rem;left:13.90625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPpe1MqEcbcHB7UbgmPkRPqMtSRxwxWL { display:block; }#yPpe1MqEcbcHB7UbgmPkRPqMtSRxwxWL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebyf492vc2XorThLrBv7ECRvTza1RDb3 { top:1.75rem;left:33.6875rem;width:14.0625rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D49bS5dEdrbrTxoo9LNDMl6dv11pZNQW { top:1.6875rem;left:24.09375rem;width:14.0625rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC5TMGN9EC5osEP2CbGs3P6CJ8eNu8z3 { top:1.9375rem;left:8.9375rem;width:14.0625rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlVPVVieqsGHeVN58kpLbU6XPn0d2Bke { top:1.875rem;left:0rem;width:14.0625rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3sDaL3TSU0QUtJLLMNo9p8KNTBoAdbK { top:3.3125rem;left:35.75rem;width:12rem;height:12.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViTyAvB4GlZS5wrZ64Wumox8DKBCmGSM { top:7.25rem;left:29.09375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQeZPcMtKd9l1PtFTXZJR1pd00g1Lrhx { top:3.875rem;left:24.09375rem;width:13.125rem;height:10.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXJfgko2DPFZfrd8IcZeETr9nuHf2eqm { top:4.9375rem;left:7rem;width:15.5rem;height:13.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3PvUrOKQzGoQLT3oVCFbiioq4DAAK5s { top:24.75rem;left:16rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPegu1IXagKiF07Pk0iosiuW1raKxppM { display:block; }
 }@media only screen and (max-width: 763px) { #KGuRWPyfCebMv8tqLopm7uSsW10vctII { top:19.4375rem;left:15.0625rem;width:15.9375rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Csb22mZMXMKDXTi2wEXnH19nRxx5ZU0t { top:20.625rem;left:16.90625rem;width:12rem;height:5.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrWwZs3XW7M08ayyTWHCbnqZVsqAlq1G { top:4.9375rem;left:0rem;width:11.75rem;height:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AexXLVwFzJ6PSPOpkppWJ4okc0E4nKJE { top:14.125rem;left:29.96875rem;width:2.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zh5gx5EC53fDpzpsbgLd1aWuvoSIwHge { display:block; }#zh5gx5EC53fDpzpsbgLd1aWuvoSIwHge > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H0W32oDw7zK1lhSGWNdTU1oQk9s64H1g { top:0.75rem;left:6.46826171875rem;width:34.75rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNehxOdOHRhtBcpLoWthK4sGHWBbEVO0 { top:1.0625rem;left:32.34375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNXB4Ch926XrGrNkfWT8TLwEICe3ZIMn { top:1rem;left:13.90625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndTDyBoTWNZ26uJG6Hx37M7TZnTt7o4o { display:block; }#ndTDyBoTWNZ26uJG6Hx37M7TZnTt7o4o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZRMg9ufd4lC33T75vCAGxUazhqRSsoP { top:1rem;left:30.875rem;width:16.875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf1IHbALwTDw3E3yOakau6R2Jr3zdecs { top:14.0625rem;left:31.1875rem;width:16.5625rem;height:1.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJkHeog8C8EK1SylmOTV5EM4O7POSExO { top:1.25rem;left:15.09326171875rem;width:17.0625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #swxRaXmK0B1u3UnRlffRDb8v7xzVRSTy { top:14.0625rem;left:13.685546875rem;width:20.375rem;height:1.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcOQNVkNKUqBmfGM2vqUWhI1WJeWhvSR { top:1.9375rem;left:0rem;width:16.875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #elX9FfxUyLtvToE4VcLPlKA1VwR3q7GH { top:14.0625rem;left:0rem;width:16.75rem;height:1.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D { display:block; }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xzNKz6q51sFTAEbr7k9oupm5cyQRuoLp { top:2.8125rem;left:29.4375rem;width:18.3125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMvLENHrStyvhG8Ozxv4I60bV5P1cyT1 { top:12.875rem;left:20.25rem;width:24.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSUOqcanuNJUXJKGZcuPvbhJNMx8xJ2v { top:7.6875rem;left:30.5625rem;width:14.5625rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt2k7KqqUozMbOqhSd580h58TsiE3CBP { top:15.4375rem;left:37.9375rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWu7MR36dtPWXRxKHmmFulFbBFiDKig5 { top:15.4375rem;left:40.5625rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIz3xaCacHHWct2sIZeGiPmdTFcgiJT1 { top:15.4375rem;left:43.25rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aD8Nqp6TKGzwh2FlsDqh45WTC5QLly8T { top:1.125rem;left:0rem;width:13.5625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnDT2UTdz89wVhPk1mMaVF3aNFbxDZLJ { top:12.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuc6TcCrTgalHTOaGdrkNlQk3iAVl7SG { width:3.1875rem;height:3.1875rem;top:7.625rem;left:44.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSu6sBlPFEc3kDgkUXr1xhVCi8Km65bn { top:20.0625rem;left:19.9375rem;width:27.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V { background-color:transparent;background-image:url("https://images.assets-landingi.com/DKlZfIB9/insta.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V.adaptive-delivery-prevent-bg, #yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V.lazyload, #yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V.lazyloading { background-image: none; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row .container { background-color: transparent; background-image: none; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.34); }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row .container > .video-iframe-container { display: none; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.34); }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row > .video-iframe-container { display: none; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .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); }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row .container { border-width: 0; border-radius: 0; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOuNUk1ty8D1dPurkXGUXoEHWU2ZPul3 { width:18.5625rem;height:2.375rem;top:1.15625rem;left:0.71875005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/zhgKaghF/ainsta_copy_2.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi.adaptive-delivery-prevent-bg, #NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi.lazyload, #NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi.lazyloading { background-image: none; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container { background-color: transparent; background-image: none; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container > .video-iframe-container { display: none; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row > .video-iframe-container { display: none; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .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); }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container { border-width: 0; border-radius: 0; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container { width:20rem;height:37.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iT2xXSR6A11yoQPrS5IwJ5r8xpKy19xl { width:20rem;height:25.4375rem;top:11.6875rem;left:0rem;background-color:#f18da7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;color:#121212;font-size:0.6875rem;overflow:hidden; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.4375rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-text {padding-top: 0; padding-bottom: 0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#000000; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-select {padding-top: 0; padding-bottom: 0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-button { width:12.375rem;margin-top:0.25rem;margin-right:2.5625rem;margin-bottom:0.25rem;margin-left:2.5625rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-container:first-of-type{padding-top:0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-container:last-of-type{padding-bottom:0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD  { width:17.5rem;height:auto;top:15.3125rem;left:0rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD {display:block;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD { width:17.5rem;height:auto;top:14.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #L3eCKBis3FBuTziS9t7syZHi9Gnz5cZQ {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #K16oUtstOKQTEPM3y2lqvZg1RTspagEm {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #dztSllqCUL8RXzNLSshURU0vLvbT1gTi {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #s9iegVXaF34GRlAn37V5mlzlPdTqT01C {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #WciGfnaTkyCXOfyqnrt8BoBT12iyTsHh {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #f98neuyPrS7vJOd54DQ9BVLMQFJv11Iy {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #nu2l9D4VGT5TcL0HOhRHOfnbswucWNmN {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pr6rnf43FSVAcql02mbRhXvmp4T8Sp6G {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pqm8zAye4Dl6f1qJpTpPtPp7iTHubTyA {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #wKuyXMa0MZsZzByXSLTEFb5eDIJ05SJc {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #s8Ta5bXPTC3Ce6gwIbuUfZHNPXBcx7Th {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #FTL9yu0hqLK8WaAKDuXgUoEn0Mw0o5o9 {  }
 }@media only screen and (max-width: 763px) { #QtwlPcl4TPTC0mIVQaLIH0eDdWltw9h6 { display:block; }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #wdh6QXSlhZMoB4Pqf60mrJoMZLtcmocd {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #Ith52Rl3DauROOoNTkBU7MVI3TuSgudA {  }
 }@media only screen and (max-width: 763px) { #eGlLTDsU5z7DoPzatJ4GcQHZSi9mofwT { width:15.25rem;height:1.7871125rem;top:12.25rem;left:2.375rem;font-size:1.375rem;color:#fbfbfb;text-shadow:0.125rem 0.125rem 0.1875rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 { display:block; }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sh81FmpuTaUd3CpQgzhv2xxwTwJXaDax { width:15rem;height:2.2753875rem;top:0.53125rem;left:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV4BtMuGUFKeF964ZOlwz5WnMAGM3y4S { width:1.75rem;height:1.75rem;top:0.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW19aS6O6zlefRO1unDlC9p87NwacAUW { width:2rem;height:2rem;top:0.65625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6kxODyihrUC5N6Eg5Fs3KxSivQtMBOs { display:block; }#M6kxODyihrUC5N6Eg5Fs3KxSivQtMBOs > .row .container { width:20rem;height:83.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #enTzV56z9T0Ib1Dx7vddnzBdHFPzEgHO { width:14.0625rem;height:15.875rem;top:54.6875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK2HxpaHoaJpAZanZAwqzSoB5C3z6O0A { width:14.0625rem;height:16rem;top:36.6875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtmMofr7HkSII3qJRPQfsQzWX2hmozqU { width:14.0625rem;height:15.6875rem;top:19rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTvUeRJ9qtHDcG7TOAUfXa6uo3P6lfRE { width:14.0625rem;height:15.75rem;top:1.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwxNaWNfBq08uSSNOVzQt3iXLZxLZpsO { width:12rem;height:12.2168125rem;top:3.390625rem;left:2.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0s4eFS81OW4PUlaa1FgTtpDhUUVkfh8 { width:12.5rem;height:1.29980625rem;top:42.25rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RirNtJfrH8DXffvxTUdHIx0fU8BzNWA2 { width:13.125rem;height:11.25rem;top:21.59375rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNgxmtnnroHQxB2bO4p84J2By27JfOlM { width:2.3125rem;height:1.29980625rem;top:22.125rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlBa3Se4iO8wRUg7pDyBsMxW9kNo1Gwv { width:12rem;height:12.2168125rem;top:39.5rem;left:2.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7cVav5vqav2nOQG3sEIQUGT9c3o4OoE { width:12rem;height:10.05859375rem;top:58.5625rem;left:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKBGqvhWot5X5deLgPH2CfxClCfTxu4y { top:78.576171875rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OX6T06TVtR6DmAWGeUgCJMknvDA73BCV { display:block; }
 }@media only screen and (max-width: 763px) { #wrEWiaV5TIOtpe428B9khgFEiJJcEhUu { width:15.9375rem;height:4.625rem;top:72.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey9lJ8Hc0kTSJ88G001mpWHdzK2hxmOZ { width:12rem;height:4.7246125rem;top:73.8515625rem;left:3.03125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHuwpmNXmWZTWnJpIQTu34K4wiFvUWPn { display:block; }#pHuwpmNXmWZTWnJpIQTu34K4wiFvUWPn > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gftwqcltRTQrz0TP0Z1HuCZo8lqzvxlc { width:15rem;height:2.2753875rem;top:0.53125rem;left:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTQOMVB3tFR8xM6OGIW8slhnohmq1RP0 { width:1.75rem;height:1.75rem;top:0.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMxklGmUBgWoG7yXhqc6nHT4i4LAUE93 { width:2rem;height:2rem;top:0.65625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrPlHf032Ap4m1RfzCnEeSQuLSJBfFgb { display:block; }#qrPlHf032Ap4m1RfzCnEeSQuLSJBfFgb > .row .container { width:20rem;height:82.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #okSwCQ6siu262ETlxBi29cWo2mNCDO7r { width:14.0625rem;height:15.875rem;top:54.6875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDwR72y6HS1u6KQs7GNUhWLsqWgWwOpg { width:14.0625rem;height:16rem;top:36.6875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLlKCZ8Ei9Hc7dZCoi0GfuBGxvZn8fEe { width:14.0625rem;height:15.6875rem;top:19rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUfd1GUZq0l7kWDvAeETUuzsUEh9JRA8 { width:14.0625rem;height:15.75rem;top:1.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnQXoDpzZ7upaINL6nISJLqXqBNayaZb { width:12rem;height:12.2168125rem;top:3.390625rem;left:2.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct5L2KnkfR11uGotXrrVuGlJbnB2oCFq { width:12.5rem;height:1.29980625rem;top:42.25rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U58z6iVkCd8NPcoUdkHemdvNflcAXGcQ { width:13.125rem;height:11.25rem;top:21.59375rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmAsLTRGAz9hx0oy1XCxq8nIHMJ0d4IZ { width:14.3125rem;height:11.472675rem;top:39.3251953125rem;left:1.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMqpXGzf4OEPKivDCcuuNKDNSL1xEkka { top:78.576171875rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVIXfwsUf0RJopGO6eOIlLQDwAchILeg { display:block; }
 }@media only screen and (max-width: 763px) { #M1pDgZaDTl2MO05fQPO7u1NzWMUuTA2c { width:15.9375rem;height:4.625rem;top:72.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3NeTvCNqeBQHTWsRTRWVJKEQ4EF3B5R { width:12rem;height:4.7246125rem;top:73.8515625rem;left:3.21875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4MT6u0WzVm7DiUGqeWOgT7fNnk9xSaf { width:12.25rem;height:11.875rem;top:56.9375rem;left:2.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkquMHKP7VwIfR2oNgiATuRtrsLKhp46 { display:block; }#RkquMHKP7VwIfR2oNgiATuRtrsLKhp46 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGD4NTM54lwZTc9FeS7rGUCm8TCEtmnd { width:15rem;height:2.2753875rem;top:0.53125rem;left:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpQU5RRB7cs85i60QbNZ6ShKPaWLCX1r { width:1.75rem;height:1.75rem;top:0.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmhD1moHQUiQKfTbDHozSJ0kHxetWhFZ { width:2rem;height:2rem;top:0.65625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPpe1MqEcbcHB7UbgmPkRPqMtSRxwxWL { display:block; }#yPpe1MqEcbcHB7UbgmPkRPqMtSRxwxWL > .row .container { width:20rem;height:85.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebyf492vc2XorThLrBv7ECRvTza1RDb3 { width:14.0625rem;height:15.875rem;top:54.6875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D49bS5dEdrbrTxoo9LNDMl6dv11pZNQW { width:14.0625rem;height:16rem;top:36.6875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC5TMGN9EC5osEP2CbGs3P6CJ8eNu8z3 { width:14.0625rem;height:15.6875rem;top:19rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlVPVVieqsGHeVN58kpLbU6XPn0d2Bke { width:14.0625rem;height:15.75rem;top:1.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3sDaL3TSU0QUtJLLMNo9p8KNTBoAdbK { width:12rem;height:12.2168125rem;top:3.265625rem;left:2.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViTyAvB4GlZS5wrZ64Wumox8DKBCmGSM { width:12.5rem;height:1.29980625rem;top:42.25rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQeZPcMtKd9l1PtFTXZJR1pd00g1Lrhx { width:14.3125rem;height:11.25rem;top:20.90625rem;left:1.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXJfgko2DPFZfrd8IcZeETr9nuHf2eqm { width:14.3125rem;height:13.5rem;top:40rem;left:2.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3PvUrOKQzGoQLT3oVCFbiioq4DAAK5s { top:78.576171875rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPegu1IXagKiF07Pk0iosiuW1raKxppM { display:block; }
 }@media only screen and (max-width: 763px) { #KGuRWPyfCebMv8tqLopm7uSsW10vctII { width:15.9375rem;height:4.625rem;top:72.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Csb22mZMXMKDXTi2wEXnH19nRxx5ZU0t { width:12rem;height:4.7246125rem;top:73.8515625rem;left:3.21875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrWwZs3XW7M08ayyTWHCbnqZVsqAlq1G { width:12.25rem;height:12.5rem;top:57.5625rem;left:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AexXLVwFzJ6PSPOpkppWJ4okc0E4nKJE { width:2.1875rem;height:1.29980625rem;top:31.96875rem;left:9.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zh5gx5EC53fDpzpsbgLd1aWuvoSIwHge { display:block; }#zh5gx5EC53fDpzpsbgLd1aWuvoSIwHge > .row .container { width:20rem;height:5.0791rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H0W32oDw7zK1lhSGWNdTU1oQk9s64H1g { width:15rem;height:4.548825rem;top:0.53125rem;left:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNehxOdOHRhtBcpLoWthK4sGHWBbEVO0 { width:1.75rem;height:1.75rem;top:0.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNXB4Ch926XrGrNkfWT8TLwEICe3ZIMn { width:2rem;height:2rem;top:0.65625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndTDyBoTWNZ26uJG6Hx37M7TZnTt7o4o { display:block; }#ndTDyBoTWNZ26uJG6Hx37M7TZnTt7o4o > .row .container { width:20rem;height:50.9677734375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZRMg9ufd4lC33T75vCAGxUazhqRSsoP { width:19.25rem;height:12.8125rem;top:18.25rem;left:0.31250005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf1IHbALwTDw3E3yOakau6R2Jr3zdecs { width:16.625rem;height:2.0317375rem;top:31.875020980835rem;left:1.6875000596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJkHeog8C8EK1SylmOTV5EM4O7POSExO { width:19.375rem;height:12.8125rem;top:35.498678207397rem;left:0.31250005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #swxRaXmK0B1u3UnRlffRDb8v7xzVRSTy { width:20rem;height:2.0317375rem;top:48.936849594116rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcOQNVkNKUqBmfGM2vqUWhI1WJeWhvSR { width:19.25rem;height:12.8125rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elX9FfxUyLtvToE4VcLPlKA1VwR3q7GH { width:16.75rem;height:2.0317375rem;top:14.8125rem;left:1.6250000596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D { display:block; }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xzNKz6q51sFTAEbr7k9oupm5cyQRuoLp { width:16.125rem;height:2.3369125rem;top:19.437500953674rem;left:1.9375000596046rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#76224c;display:block; }
 }@media only screen and (max-width: 763px) { #zMvLENHrStyvhG8Ozxv4I60bV5P1cyT1 { width:11.1875rem;height:1.625rem;top:26.531250953674rem;left:3.7500002980233rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#76224c;display:block; }
 }@media only screen and (max-width: 763px) { #kSUOqcanuNJUXJKGZcuPvbhJNMx8xJ2v { width:13.0625rem;height:2.923825rem;top:22.759766578674rem;left:2.8125000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#76224c;display:block; }
 }@media only screen and (max-width: 763px) { #Dt2k7KqqUozMbOqhSd580h58TsiE3CBP { width:2.8125rem;height:2.8125rem;top:29.3125rem;left:11.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWu7MR36dtPWXRxKHmmFulFbBFiDKig5 { width:2.8125rem;height:2.8125rem;top:29.3125rem;left:7.9375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIz3xaCacHHWct2sIZeGiPmdTFcgiJT1 { width:2.8125rem;height:2.8125rem;top:29.3125rem;left:4.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aD8Nqp6TKGzwh2FlsDqh45WTC5QLly8T { width:11.625rem;height:17.8125rem;top:0.6875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnDT2UTdz89wVhPk1mMaVF3aNFbxDZLJ { width:2.8125rem;height:2.8125rem;top:25.937500953674rem;left:15.875001251697rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuc6TcCrTgalHTOaGdrkNlQk3iAVl7SG { width:2.8125rem;height:2.8125rem;top:22.811198234558rem;left:15.875001251697rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSu6sBlPFEc3kDgkUXr1xhVCi8Km65bn { width:19.3125rem;height:0.9746125rem;top:33.708984375rem;left:0.68684893846512rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }