.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5a78ee7e-7819-4fdd-b261-371eadc44aad/Yoga03.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,41,41,0.65); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,41,41,0.65); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:75rem;position:relative;display:block; }#QxwgD9TX0qH5DJzfHP4351gt2cSkgFBt { color:#ffffff;display:block;width:64.125rem;position:absolute;font-family:"open sans";font-size:5.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:12.87451171875rem;left:5.4375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZGOtNxoCgQVipG6xXxx4B4wWK0R20U30 { color:#ffffff;display:block;width:37.25rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:20.44873046875rem;left:18.875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zeMNwOPLLpBTpa5P2lKqyMdlU0Cn90WR { color:#e97645;display:block;width:48.625rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:10.661719322204rem;left:11.5rem;height:2.275rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BFJkPm4nKXqRpZroCBqUlLI42npKDRaZ { background-color:transparent;background-image:none;border-top:0.125rem solid #e97645;border-left:0.125rem solid #e97645;border-right:0.125rem solid #e97645;border-bottom:0.125rem solid #e97645;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#e97645;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:32.25rem;left:27.0625rem;display:block; }
#OZBP57IJCePMLqnUW1Pmtr0dtOX7Bqqd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nxqb1L9sOfA1RQ1ZNNPhHbyGfNw01SGZ { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:15.625rem;top:3.8125rem;left:29.6875rem;overflow:hidden;display:block; }
#wLdmcCykTg0LhbZ3TP5MPrTSqLN7H1nT { position:absolute;display:block;z-index:100005;height:5.4375rem;width:5.5rem;top:0rem;left:0rem;display:block; }
#EsNnad7u8un3TKWttUZ9KAg0eA1laUvC { color:#e97645;display:block;width:21.125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:26.5859375rem;left:24.25rem;height:2.275rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A6KkCuxMgeP0XKtCkE6UOBEMLcZvRO6V { position:relative;display:block; }#A6KkCuxMgeP0XKtCkE6UOBEMLcZvRO6V { background-color: transparent; background-image: none; }#A6KkCuxMgeP0XKtCkE6UOBEMLcZvRO6V::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#A6KkCuxMgeP0XKtCkE6UOBEMLcZvRO6V > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#A6KkCuxMgeP0XKtCkE6UOBEMLcZvRO6V > .row .container > .video-iframe-container { display: none; }#A6KkCuxMgeP0XKtCkE6UOBEMLcZvRO6V > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#A6KkCuxMgeP0XKtCkE6UOBEMLcZvRO6V > .row > .video-iframe-container { display: none; }#A6KkCuxMgeP0XKtCkE6UOBEMLcZvRO6V > .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); }#A6KkCuxMgeP0XKtCkE6UOBEMLcZvRO6V { border-width: 0; border-radius: 0; }#A6KkCuxMgeP0XKtCkE6UOBEMLcZvRO6V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;position:relative;display:block; }#RQMD9mVxF9ZcdE0aSkC0BT4UiMUkwlxA { color:#555555;display:block;width:25.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:99984;line-height:1.2;letter-spacing:0;top:6.375rem;left:2.9375rem;height:2.4rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FUzTIhaOsVf12ugbsUnSRVMax9Xu8TdZ { color:#e97645;display:block;width:27.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:99985;line-height:1.3;letter-spacing:0;top:9.125rem;left:2.9375rem;height:1.625rem;display:block; }
#eiU2rcwADm8gOWJHb3STPSdCcKz6n1sB { color:#777777;display:block;width:20.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:99988;line-height:1.3;letter-spacing:0;top:14.8125rem;left:2.9375rem;height:1.4625rem;display:block; }
#XE8VXFZHrdRRqcqE3PQUr13ochCWKgmr { position:absolute;display:block;z-index:99987;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:25rem;top:14.1875rem;left:2.9375rem;display:block; }
#p5N3ilyz4hEJi3fpDFCXURnm5R1muLrV { color:#777777;display:block;width:23.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:99990;line-height:1.3;letter-spacing:0;top:17.5rem;left:2.9375rem;height:1.4625rem;display:block; }
#Q1HZ9f301xBwrQ9Xvc2DelESyIrNR9kX { position:absolute;display:block;z-index:99989;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:25rem;top:16.875rem;left:2.9375rem;display:block; }
#vPvgalxifHPGQ0so701JqDzIAnGtcwTB { color:#777777;display:block;width:23.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:99992;line-height:1.3;letter-spacing:0;top:20.25rem;left:2.9375rem;height:1.4625rem;display:block; }
#txXimODvp9C6wivWMl9IQTk6dIqap7nt { position:absolute;display:block;z-index:99991;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:25rem;top:19.5625rem;left:2.9375rem;display:block; }
#czvkmZRg5Tr8Gg08AF4l6TWAAeVSXJCK { color:#777777;display:block;width:24.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:99994;line-height:1.3;letter-spacing:0;top:22.9375rem;left:2.9375rem;height:1.4625rem;display:block; }
#TKqzpTlintovgE73359eB3sKEoBnfh8S { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:normal;z-index:100002;line-height:1;letter-spacing:0;top:11.9375rem;left:43.4375rem;height:5.25024375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ezqv9tDWlQzyCTIN6gDTDnHdG7iGhodC { color:rgba(255,255,255,0.8);display:block;width:24.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100004;line-height:1.4;letter-spacing:0;top:18.1875rem;left:43.4375rem;height:6.2988125rem;font-style:normal;display:block; }
#LEXpJTEnyB95UIPPLFd09XQ1O8h7Luvi { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#e97645;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.125rem;height:3.4375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:26.75rem;left:43.4375rem;display:block; }
#dSTPxOWDsgDEAL9s62PdaGuWv5B0ZfsX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AAZk3LeTqXFwgIvzNVXUMkh0WKusVwBy { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:5.9375rem;top:7.25rem;left:43.4375rem;overflow:hidden;display:block; }
#NTn890TW09g67wwg5I3QJPVfxaxHxANp { color:rgba(255,255,255,0.8);display:block;width:25.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:99999;line-height:1.3;letter-spacing:0;top:30.8125rem;left:43.4375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }#NTn890TW09g67wwg5I3QJPVfxaxHxANp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NTn890TW09g67wwg5I3QJPVfxaxHxANp li:before{  }
#zZGTICumW1htrSueQyyI9wIuBpFBRSqn { position:absolute;display:block;z-index:99993;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:25rem;top:22.3125rem;left:2.9375rem;display:block; }
#ykgJ2DkHgFEMtqGMqnCguOhSvTXn4hZW { color:#777777;display:block;width:22.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:99986;line-height:1.3;letter-spacing:0;top:12.125rem;left:2.9375rem;height:1.4625rem;display:block; }
#SJQMLtoV4xviDkx1epJXrDQJ1xWyhMhu { color:#777777;display:block;width:14.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:99982;line-height:1.3;letter-spacing:0;top:28.349609375rem;left:10.5rem;height:3.8994125rem;display:block; }
#r0peu0w4TCtK1dddCIxLsyARqSPnX1Pm { color:#777777;display:block;width:3rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100017;line-height:1.1;letter-spacing:0;top:29.0625rem;left:3.3125rem;height:2.475rem;text-align:center;text-align-last:center;display:block; }
#ZM5eq1EzwnCaBhB3UIwu4KUIh9lrqfrr { color:#777777;display:block;width:4.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:26.625rem;left:2.9375rem;height:1.4625rem;font-style:normal;display:block; }
#FBn0DLHfxSs0J1nOGaitRAvT7nbSnCxc { color:#aeaeae;display:block;width:3.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:32.5rem;left:2.9375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#BcdZwhKDQgVnZzawp1Sadbmho72GWSZT { position:absolute;display:block;z-index:100000;background-color:transparent;background-image:none;border-top:0.0625rem solid #777777;border-left:0.0625rem solid #777777;border-right:0.0625rem solid #777777;border-bottom:0.0625rem solid #777777;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:3.5625rem;width:3.5625rem;top:28.4375rem;left:2.9375rem;display:block; }
#VQsVhkcT3n1sEliKFUzTpnbFq7LSfNrT { position:absolute;display:block;z-index:99983;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7rem;width:0.0625rem;top:26.6875rem;left:8.5rem;display:block; }
#gZpgJzxdvarQksHkcAoJzF283aHNmAKy { position:absolute;display:block;z-index:99998;background-color:#e97645;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.15) ;height:31.8125rem;width:32.625rem;top:3.6875rem;left:39.625rem;display:block; }
#TXxotSCnpO0MEmQ5SWUFLipS1ZieDn1L { position:relative;display:block; }#TXxotSCnpO0MEmQ5SWUFLipS1ZieDn1L { background-color: transparent; background-image: none; }#TXxotSCnpO0MEmQ5SWUFLipS1ZieDn1L::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TXxotSCnpO0MEmQ5SWUFLipS1ZieDn1L > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TXxotSCnpO0MEmQ5SWUFLipS1ZieDn1L > .row .container > .video-iframe-container { display: none; }#TXxotSCnpO0MEmQ5SWUFLipS1ZieDn1L > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TXxotSCnpO0MEmQ5SWUFLipS1ZieDn1L > .row > .video-iframe-container { display: none; }#TXxotSCnpO0MEmQ5SWUFLipS1ZieDn1L > .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); }#TXxotSCnpO0MEmQ5SWUFLipS1ZieDn1L { border-width: 0; border-radius: 0; }#TXxotSCnpO0MEmQ5SWUFLipS1ZieDn1L > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#Cm2tibX1kgLaaIXzezU6OJ9TM2QHOgBd { color:#777777;display:block;width:30.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.4;letter-spacing:0;top:13.375rem;left:37.5rem;height:11.0229375rem;display:block; }
#cJDEI3n8W5TvxviZfKOvZyHPeqiluSCG { color:#555555;display:block;width:29.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:100001;line-height:1.2;letter-spacing:0;top:7.3125rem;left:37.5rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PksePqghPWqCKPexMHMpm8sHICk0eMcZ { color:#e97645;display:block;width:26.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:5.25rem;left:37.5rem;height:1.625rem;display:block; }
#LerJh7l7ca185kmHLx3T5q0tmqGHNbx5 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.125rem;width:22.3125rem;top:0rem;left:6.1875rem;overflow:hidden;display:block; }
#TUoJf6RVfqAvAshwTAn4DNsBLkzPRKaW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TUoJf6RVfqAvAshwTAn4DNsBLkzPRKaW > .row .container { background-color: transparent; background-image: none; }#TUoJf6RVfqAvAshwTAn4DNsBLkzPRKaW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TUoJf6RVfqAvAshwTAn4DNsBLkzPRKaW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TUoJf6RVfqAvAshwTAn4DNsBLkzPRKaW > .row .container > .video-iframe-container { display: none; }#TUoJf6RVfqAvAshwTAn4DNsBLkzPRKaW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TUoJf6RVfqAvAshwTAn4DNsBLkzPRKaW > .row > .video-iframe-container { display: none; }#TUoJf6RVfqAvAshwTAn4DNsBLkzPRKaW > .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); }#TUoJf6RVfqAvAshwTAn4DNsBLkzPRKaW > .row .container { border-width: 0; border-radius: 0; }#TUoJf6RVfqAvAshwTAn4DNsBLkzPRKaW > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;position:relative;display:block; }#b9s0JgiC06ztBke9CFkpOQXpXSMO0wEx { color:#555555;display:block;width:37.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:100009;line-height:1.2;letter-spacing:0;top:6.75rem;left:19rem;height:2.3999rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OwXUdbDwIW6hJZHPaSrerhBWbo7bVKka { color:#e97645;display:block;width:26.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:5.1875rem;left:24.375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 .widget-form-header {  }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#727272;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 .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:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 .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:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 .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:17.5rem;box-sizing:border-box;height:2.5rem;color:#acacac;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#e97645;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;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;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#ffffff;width:17.5rem;height:3.4375rem;font-family:"open sans";overflow:hidden;font-style:normal; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 [class*="-text"]:-moz-placeholder { color:#9e9c9c;font-family:"open sans";font-size:0.875rem; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 [class*="-text"]::-moz-placeholder { color:#9e9c9c;font-family:"open sans";font-size:0.875rem; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 [class*="-text"]:-ms-input-placeholder { color:#9e9c9c;font-family:"open sans";font-size:0.875rem; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 [class*="-text"]::-webkit-input-placeholder { color:#9e9c9c;font-family:"open sans";font-size:0.875rem; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 .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:16.25rem;overflow:hidden;font-style:normal; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 .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; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 .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; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 .widget-container:first-of-type{padding-top:0;}#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 .widget-container:last-of-type{padding-bottom:0;}#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100011;position:absolute;top:11.9375rem;left:27.5rem; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 .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; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 {display:block;}#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100011;position:absolute;top:11.9375rem;left:27.5rem; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #D0TNGV71iZRxBcH5G3ZiRGfmp7d7atkO { position:relative; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #kXpyTWXclEvWHImazvPLRZ2U4qciT739 { position:relative; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #wpCzKKeA74hbXPC023hy50X0a2SNV1Nr { position:relative; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #xaGCl3h7eH3zmRqkICthFCtmwyJ5sxwU { position:relative; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #qR0lwZs2ke0Wd7dNFHD6boqin345c5SU { position:relative; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #LtDJ3ThL23RVcVDsXPTebteRFDmXhIfe { position:relative; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #TGOz2cR9qQkhZp0iP6sfnQoRu5p29CE2 { position:relative; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #siP60nAUkpNxllXm7zWsNlmlSFB3SHnO { position:relative; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #yCGTcpqdr5UuyTRV33SWdb2OChWN0gQv { position:relative; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #FxOo9wwSBU4wCz40JO0aJ7AN0WAteATO { position:relative; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #vboocfHTK2yAxqK7EG0EmMXBwyH2fh1W { position:relative; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #X8RtUuo7zGEAhhvihVdtXR360DfVXTxk { position:relative; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #TufnEUsNWJ8SJh722icF1TsFs6zWMhx5 { position:relative; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #GydNHM7yva9rBvgdOTq1rGXzkU6C9qUm { position:relative; }
#Vs4cvNCReIvvKWO0NbsOXAzGcX1nzW1T { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:22.25rem;width:20.6875rem;top:11.5rem;left:27.1875rem;display:block; }
#rsCxTs1dCprIkgITtPGGz6KDRf8SFufM { position:relative;display:none; }#rsCxTs1dCprIkgITtPGGz6KDRf8SFufM { border-width: 0; border-radius: 0; }#rsCxTs1dCprIkgITtPGGz6KDRf8SFufM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;position:relative;display:none; }#d7aCwuFJpfV6ovZmwSyigmg7EwMNZIvv { color:#ffffff;display:block;width:25.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:100001;line-height:1.2;letter-spacing:0;top:6.3125rem;left:49.25rem;height:2.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aqrpZ6WmkWQa4HsdPx2r4spLrF3D0KIs { color:rgba(255,255,255,0.5);display:block;width:23.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:9.0625rem;left:49.25rem;height:1.625rem;display:block; }
#C3kvwPudhT3t5Teu6wsCKTBTExz5vHN0 { color:#555555;display:block;width:20.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:14.75rem;left:49.25rem;height:1.4624rem;display:block; }
#c544BcDPWC0L32O3vuL5S2CllkZNed3Z { position:absolute;display:block;z-index:100006;background-color:rgba(227,227,227,0.5);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;height:0.0625rem;width:23.125rem;top:14.125rem;left:49.25rem;display:block; }
#uDDTeC9Eal6EirKg4qTQ2CfaUnK3tw6p { color:#555555;display:block;width:23.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:17.4375rem;left:49.25rem;height:1.4624rem;display:block; }
#v1DnANUz6bWldGV84VTWBHfTwb6TAvzm { position:absolute;display:block;z-index:100008;background-color:rgba(227,227,227,0.5);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;height:0.0625rem;width:23.125rem;top:16.8125rem;left:49.25rem;display:block; }
#bChxZK8PqwyAzrLFRWRMNa0Q7i5AOevV { color:#555555;display:block;width:23.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:20.1875rem;left:49.25rem;height:1.4624rem;display:block; }
#ul7Xe0CtNW1EA7fG34cw8ldAfTTfCph8 { position:absolute;display:block;z-index:100010;background-color:rgba(227,227,227,0.5);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;height:0.0625rem;width:23.125rem;top:19.5rem;left:49.25rem;display:block; }
#kr4mSJKqVmKSkZUIozTsJAATgc7823cG { color:#555555;display:block;width:24.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:22.875rem;left:49.25rem;height:1.4624rem;display:block; }
#lNf38MhB8hvcHUCb9xRQWm6PyaL02F1H { position:absolute;display:block;z-index:100012;background-color:rgba(227,227,227,0.5);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;height:0.0625rem;width:23.125rem;top:22.25rem;left:49.25rem;display:block; }
#SMrocsScDh2p7cBbNoIhHHuHuZCRl8mP { color:#555555;display:block;width:22.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:12.0625rem;left:49.25rem;height:1.4624rem;display:block; }
#hVfyN6pfMQMl5DchXT18ST4NhyF9DEnb { color:#777777;display:block;width:14.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:28.25rem;left:56.6875rem;height:3.8994125rem;display:block; }
#XcOLg0DfCnat4b16BfZlTEh7yIwdLR9L { color:#ffffff;display:block;width:3rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100017;line-height:1.1;letter-spacing:0;top:29rem;left:49.625rem;height:2.4746125rem;text-align:center;text-align-last:center;display:block; }
#Ohb0fX2v34edTGWk8AiRv2KJcopKv90c { color:#ffffff;display:block;width:4.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:26.5625rem;left:49.25rem;height:1.4624rem;font-style:normal;display:block; }
#d06L0OAcMOWn94WiweuLb503oWOCk8nI { color:#555555;display:block;width:3.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:32.4375rem;left:49.25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#sZc8ZXUmuQsSH47asq9Vb2JcESfUWU6i { position:absolute;display:block;z-index:100019;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:3.5625rem;width:3.5625rem;top:28.375rem;left:49.25rem;display:block; }
#DmBFLNCqTsa06Zn1lL3PJKE8xd4RCPCT { position:absolute;display:block;z-index:100013;background-color:rgba(227,227,227,0.5);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;height:7rem;width:0.0625rem;top:26.625rem;left:54.8125rem;display:block; }
#KOOAQLmevboPvqiNDnK4GVKEZDO3dncp { position:absolute;display:block;z-index:100000;background-color:#e97645;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.15) ;height:33.5625rem;width:28.5rem;top:3.4375rem;left:46.5rem;display:block; }
#tASlWcUUCT8QoD8xw07CM50iKmKXmOCd { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.0625rem;width:22.125rem;top:8.25rem;left:17.625rem;overflow:hidden;display:block; }
#Oa9qPFELEc5JexNlioWuwWHFJBmU3dBB { color:#555555;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:100007;line-height:1.2;letter-spacing:0;top:7.625rem;left:0rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#McB3rgCHgBzcQ5qKIyx1bUESl0NJ6Gnm { color:#777777;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100009;line-height:1.4;letter-spacing:0;top:15.9375rem;left:0rem;height:20.4711875rem;display:block; }
#SHPd2z9LWhcvmhbXd2urMmQousb6H8VG { color:#e97645;display:block;width:14.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0rem;height:1.625rem;display:block; }
#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c56addf3-aab7-41d7-846a-19cb178c4db2/YogaFade03.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh.adaptive-delivery-prevent-bg, #C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh.lazyload, #C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh.lazyloading { background-image: none; }#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh > .row .container { background-color: transparent; background-image: none; }#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh > .row .container > .video-iframe-container { display: none; }#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh > .row > .video-iframe-container { display: none; }#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh > .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); }#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh > .row .container { border-width: 0; border-radius: 0; }#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh > .row .container { font-size:0.875rem;font-family:arial;height:65.8125rem;width:75rem;position:relative;display:block; }#fuOMRquVn6eF8VgG1qsSToJdGQfTBLwF { color:#e97645;display:block;width:49.5rem;position:absolute;font-family:"open sans";font-size:3.875rem;font-weight:normal;z-index:100002;line-height:1.2;letter-spacing:0;top:11rem;left:12.75rem;height:4.65rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZSy647sC0Mx2CdzTJ08w4wauTplZFOwT { color:#777777;display:block;width:54.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:16.125rem;left:10.25rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#oAU8SzEhohk11Pd4SNWh7NAFhZ68dTEQ { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.375rem;width:16.375rem;top:3.8125rem;left:29.3125rem;overflow:hidden;display:block; }
#FQzqbzHGWg3R04SG03Hlwt6B9bMWwIVc { color:#777777;display:block;width:54.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:19.875rem;left:10.1875rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#TioV8iqJnznr8TUC4uXZr9e92KgXQXxi { position:relative;display:block; }#TioV8iqJnznr8TUC4uXZr9e92KgXQXxi { background-color: transparent; background-image: none; }#TioV8iqJnznr8TUC4uXZr9e92KgXQXxi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TioV8iqJnznr8TUC4uXZr9e92KgXQXxi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TioV8iqJnznr8TUC4uXZr9e92KgXQXxi > .row .container > .video-iframe-container { display: none; }#TioV8iqJnznr8TUC4uXZr9e92KgXQXxi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TioV8iqJnznr8TUC4uXZr9e92KgXQXxi > .row > .video-iframe-container { display: none; }#TioV8iqJnznr8TUC4uXZr9e92KgXQXxi > .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); }#TioV8iqJnznr8TUC4uXZr9e92KgXQXxi { border-width: 0; border-radius: 0; }#TioV8iqJnznr8TUC4uXZr9e92KgXQXxi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#aC1e6NUKS1ByoSA55PRRTJ4PB9T9qfUq { color:#777777;display:block;width:31.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.4;letter-spacing:0;top:15.875rem;left:2.375rem;height:14.1723875rem;display:block; }
#mlq1wpbeSoKocmfEMdC8aL6dZTiBTK8N { color:#555555;display:block;width:31.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:100001;line-height:1.2;letter-spacing:0;top:9.8125rem;left:2.375rem;height:4.8rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dUdfdcTgVi5eEIeU6qq05mgT5N0Qv7BW { color:#e97645;display:block;width:32.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:7.75rem;left:2.375rem;height:1.625rem;display:block; }
#oJdUaN1A8kMmqHJl0ooHFuIWQh2FnBE7 { color:#777777;display:block;width:15.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:99998;line-height:1.4;letter-spacing:0;top:15.1875rem;left:53.5625rem;height:12.597625rem;text-align:left;text-align-last:left;display:block; }
#rUMCo9D6DvKp54vrKS3ZTGdd1SLChTLa { position:absolute;display:block;z-index:99996;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:17.1875rem;width:21rem;top:12.875rem;left:50.9375rem;display:block; }
#IvabrCaME498ywAxdzPqvc7H9RCQfRc6 { position:absolute;display:block;z-index:99997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5625rem;width:12.5625rem;top:6.5rem;left:40.5625rem;overflow:hidden;display:block; }
#m1TTb8RU07d4a5clTA1cTT1ru5yr47Ju { color:#777777;display:block;width:12.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:99999;line-height:1.3;letter-spacing:0;top:7.9375rem;left:53.6875rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#zXdWT2ADN6ySVV7beuaietXopABsk8xC { position:relative;display:block; }#zXdWT2ADN6ySVV7beuaietXopABsk8xC { background-color: transparent; background-image: none; }#zXdWT2ADN6ySVV7beuaietXopABsk8xC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zXdWT2ADN6ySVV7beuaietXopABsk8xC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zXdWT2ADN6ySVV7beuaietXopABsk8xC > .row .container > .video-iframe-container { display: none; }#zXdWT2ADN6ySVV7beuaietXopABsk8xC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zXdWT2ADN6ySVV7beuaietXopABsk8xC > .row > .video-iframe-container { display: none; }#zXdWT2ADN6ySVV7beuaietXopABsk8xC > .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); }#zXdWT2ADN6ySVV7beuaietXopABsk8xC { border-width: 0; border-radius: 0; }#zXdWT2ADN6ySVV7beuaietXopABsk8xC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#VrBXUJzSqHW0oMPMNWRDbIx9sFAwKuk0 { color:#555555;display:block;width:31.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:100004;line-height:1.2;letter-spacing:0;top:5.6875rem;left:21.6875rem;height:2.4rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uMOq6652wxn2kvErbPVSRbi2uxOPqzdx { color:#cccccc;display:block;width:33.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:8.33642578125rem;left:20.96875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ZmzX0tUH4sJf0C7XwUeF9O8a664As7mX { position:relative;display:block; }#ZmzX0tUH4sJf0C7XwUeF9O8a664As7mX { background-color: transparent; background-image: none; }#ZmzX0tUH4sJf0C7XwUeF9O8a664As7mX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZmzX0tUH4sJf0C7XwUeF9O8a664As7mX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZmzX0tUH4sJf0C7XwUeF9O8a664As7mX > .row .container > .video-iframe-container { display: none; }#ZmzX0tUH4sJf0C7XwUeF9O8a664As7mX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZmzX0tUH4sJf0C7XwUeF9O8a664As7mX > .row > .video-iframe-container { display: none; }#ZmzX0tUH4sJf0C7XwUeF9O8a664As7mX > .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); }#ZmzX0tUH4sJf0C7XwUeF9O8a664As7mX { border-width: 0; border-radius: 0; }#ZmzX0tUH4sJf0C7XwUeF9O8a664As7mX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;position:relative;display:block; }#X0ZQq1gNKm7XVoM8pzeCbyT6goo0xuCv { color:#cccccc;display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:99984;line-height:1.2;letter-spacing:0;top:4.1875rem;left:2.25rem;height:1.65rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eMUIHCPZfwD9v3zS7XxMxElJ0VKIZ5E2 { color:#e97645;display:block;width:14rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:99983;line-height:1.3;letter-spacing:0;top:6.375rem;left:2.25rem;height:1.7875rem;display:block; }
#mm0TRoQBvis8hzPeJMdeu91fEt7x3ida { color:#777777;display:block;width:14rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:99985;line-height:1.3;letter-spacing:0;top:8.5625rem;left:2.25rem;height:10.2368125rem;font-style:normal;display:block; }
#N6VTmOJlqcQ1JHyrfVoHGwyWBQB99taR { position:absolute;display:block;z-index:99981;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:20.625rem;width:23.25rem;top:1.9375rem;left:0rem;display:block; }
#v4iNqEyqUlDBIiwIxEQ97e6p4RDfxohA { position:absolute;display:block;z-index:99982;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:3.125rem;top:4.1875rem;left:18.03125rem;overflow:hidden;display:block; }
#klDJGWHDs1GWWyzALOXblyyhUxpEZo6y { color:#e97645;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:99993;line-height:1.3;letter-spacing:0;top:6.375rem;left:28.125rem;height:1.7875rem;display:block; }
#foIemJCL5kkDeVoTP0XEy24Qo6BVfIiA { color:#777777;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:99992;line-height:1.3;letter-spacing:0;top:8.5478515625rem;left:28.125rem;height:11.69925rem;font-style:normal;display:block; }
#sAXZvC4M356SaURQeIvHQE8ohJkTo9E8 { position:absolute;display:block;z-index:99991;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:20.625rem;width:23.25rem;top:1.9375rem;left:25.875rem;display:block; }
#Sio9ZhpvGaFVec9ITxT8iGkvucNlw0aB { position:absolute;display:block;z-index:99995;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:4.375rem;top:4.1875rem;left:42.625rem;overflow:hidden;display:block; }
#lPre0sbgImXJINa9bV1n2SPvKTpbyOIO { color:#cccccc;display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:99994;line-height:1.2;letter-spacing:0;top:4.1875rem;left:28.125rem;height:1.65rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TpDMTi1HATALA3rwnCmN6OThFohqh7gp { color:#777777;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:99987;line-height:1.3;letter-spacing:0;top:8.5rem;left:54rem;height:5.85rem;font-style:normal;display:block; }
#q4gbVZpBbuqkPrGA3l8XSXgOMbbqPoVv { position:absolute;display:block;z-index:99986;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:20.625rem;width:23.25rem;top:1.9375rem;left:51.75rem;display:block; }
#nyW6AXaqabVnUWavOr256E729ziArPFT { color:#e97645;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:99988;line-height:1.3;letter-spacing:0;top:6.3125rem;left:54rem;height:1.7875rem;display:block; }
#nKtEv3xaME0stZgrQtrnZtdbTLNiPpgP { position:absolute;display:block;z-index:99990;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:4.5625rem;top:4.1875rem;left:68.323517628206rem;overflow:hidden;display:block; }
#ut51GwftttnN9qGT6KcoodGy145Rt7Nr { color:#cccccc;display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:99989;line-height:1.2;letter-spacing:0;top:4.1875rem;left:54rem;height:1.65rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TeSNKSTPWtcplipWoVSImdgnpsKghOVN { position:relative;display:block; }#TeSNKSTPWtcplipWoVSImdgnpsKghOVN { background-color: transparent; background-image: none; }#TeSNKSTPWtcplipWoVSImdgnpsKghOVN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TeSNKSTPWtcplipWoVSImdgnpsKghOVN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TeSNKSTPWtcplipWoVSImdgnpsKghOVN > .row .container > .video-iframe-container { display: none; }#TeSNKSTPWtcplipWoVSImdgnpsKghOVN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TeSNKSTPWtcplipWoVSImdgnpsKghOVN > .row > .video-iframe-container { display: none; }#TeSNKSTPWtcplipWoVSImdgnpsKghOVN > .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); }#TeSNKSTPWtcplipWoVSImdgnpsKghOVN { border-width: 0; border-radius: 0; }#TeSNKSTPWtcplipWoVSImdgnpsKghOVN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.4375rem;width:75rem;position:relative;display:block; }#BouTkag67NXOdWCXZVTKchUMW3uMtGTH { color:#cccccc;display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:100001;line-height:1.2;letter-spacing:0;top:3.375rem;left:2.25rem;height:1.65rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wohfK6Rtlr5qIXTRuGT4n50BFaxCbsC5 { color:#e97645;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:5.5625rem;left:2.25rem;height:1.7875rem;display:block; }
#whLAp1EMn3aLdBHBfSpuzGsznCarBQIF { color:#777777;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:99999;line-height:1.3;letter-spacing:0;top:7.7666015625rem;left:2.25rem;height:11.69925rem;font-style:normal;display:block; }
#L9Ac4qNHWzpVCgskwfbRfz5DbvEHaz1y { position:absolute;display:block;z-index:99998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:20.625rem;width:23.25rem;top:1.125rem;left:0rem;display:block; }
#dkPb7HD89Cw6nmGFi8nlRclRKOo7rM9z { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:4.0625rem;top:3.375rem;left:16.96875rem;overflow:hidden;display:block; }
#EiL7Hke1ulGZFr8ghktiRliCgs4r89ls { color:#e97645;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:99995;line-height:1.3;letter-spacing:0;top:5.5rem;left:28.125rem;height:3.57421875rem;display:block; }
#BwzRJHdT5Ph3cZxtumZyVE1blxEUforF { color:#777777;display:block;width:14rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:99994;line-height:1.3;letter-spacing:0;top:9.4228515625rem;left:28.125rem;height:8.7744375rem;font-style:normal;display:block; }
#mdDT4kzPhDmErSQXLI9iswXkGqmTgRf1 { position:absolute;display:block;z-index:99993;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:20.625rem;width:23.25rem;top:1.125rem;left:25.875rem;display:block; }
#sQtnxFJEAG4tM8Sp7WZMQC9OAznUiQRM { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:4.375rem;top:3.375rem;left:42.6875rem;overflow:hidden;display:block; }
#Sf9lJnhV3LuKK3VdhOUEvnuTm6cHG4tW { color:#cccccc;display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:99997;line-height:1.2;letter-spacing:0;top:3.375rem;left:28.125rem;height:1.65rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#y3yLy4Rp5fCSmfouCTL2cVHMtVT05Ug2 { color:#777777;display:block;width:15.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:99990;line-height:1.3;letter-spacing:0;top:7.75rem;left:54rem;height:11.69925rem;font-style:normal;display:block; }
#nEMauF5sm02VKnZsCgapSGBbPRC5asKJ { position:absolute;display:block;z-index:99988;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:20.625rem;width:23.25rem;top:1.125rem;left:51.75rem;display:block; }
#pRKMkbZy2LV8fTiCUqf3zudvaHsB4Z1Z { color:#e97645;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:99991;line-height:1.3;letter-spacing:0;top:5.5625rem;left:54rem;height:1.7875rem;display:block; }
#Id6VHAQ0c1WVSb2WNWdiGzvweSa8QnoA { position:absolute;display:block;z-index:99989;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:4.375rem;top:3.375rem;left:68.5rem;overflow:hidden;display:block; }
#PchptiKtKei3GdsR5KW1RUgJAxZVXzWa { color:#cccccc;display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:99992;line-height:1.2;letter-spacing:0;top:3.375rem;left:54rem;height:1.65rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WqSH9nia6tZ7ZMw8GpiP2G0sS65Q3FGd { position:relative;display:block; }#WqSH9nia6tZ7ZMw8GpiP2G0sS65Q3FGd { background-color: transparent; background-image: none; }#WqSH9nia6tZ7ZMw8GpiP2G0sS65Q3FGd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WqSH9nia6tZ7ZMw8GpiP2G0sS65Q3FGd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WqSH9nia6tZ7ZMw8GpiP2G0sS65Q3FGd > .row .container > .video-iframe-container { display: none; }#WqSH9nia6tZ7ZMw8GpiP2G0sS65Q3FGd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WqSH9nia6tZ7ZMw8GpiP2G0sS65Q3FGd > .row > .video-iframe-container { display: none; }#WqSH9nia6tZ7ZMw8GpiP2G0sS65Q3FGd > .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); }#WqSH9nia6tZ7ZMw8GpiP2G0sS65Q3FGd { border-width: 0; border-radius: 0; }#WqSH9nia6tZ7ZMw8GpiP2G0sS65Q3FGd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#lC0rvhryhIZkHXB9UQWMeCSmOlzF6bAI { color:#555555;display:block;width:31.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:100004;line-height:1.2;letter-spacing:0;top:5.9375rem;left:21.6875rem;height:2.4rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VV5SXZOtRFPFswfouLzqo31CTCOwtuFu { color:#e97645;display:block;width:26.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:4.0625rem;left:24.375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#nAbVZtxBG18lW7TD7795QxJ1rmG7FvBT { position:relative;display:block; }#nAbVZtxBG18lW7TD7795QxJ1rmG7FvBT { background-color: transparent; background-image: none; }#nAbVZtxBG18lW7TD7795QxJ1rmG7FvBT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nAbVZtxBG18lW7TD7795QxJ1rmG7FvBT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nAbVZtxBG18lW7TD7795QxJ1rmG7FvBT > .row .container > .video-iframe-container { display: none; }#nAbVZtxBG18lW7TD7795QxJ1rmG7FvBT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nAbVZtxBG18lW7TD7795QxJ1rmG7FvBT > .row > .video-iframe-container { display: none; }#nAbVZtxBG18lW7TD7795QxJ1rmG7FvBT > .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); }#nAbVZtxBG18lW7TD7795QxJ1rmG7FvBT { border-width: 0; border-radius: 0; }#nAbVZtxBG18lW7TD7795QxJ1rmG7FvBT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.4375rem;width:75rem;position:relative;display:block; }#By24Z0N4UhhZHJ5DVP5TTNuUQps7uVRJ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.3125rem;width:32.8125rem;top:2.78125rem;left:39.84375rem;display:block; }
#bETHZ0lenpOHJinqn0nCMGqUkVWPdsgv { position:absolute;display:block;z-index:100001;height:18.3125rem;width:32.8125rem;top:2.78125rem;left:2.34375rem;display:block; }
#rXr6KznyhZ7dHVXHSCR7xPf2Qc26oyZU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e97645;background-image:none;position:relative;display:block; }#rXr6KznyhZ7dHVXHSCR7xPf2Qc26oyZU > .row .container { background-color: transparent; background-image: none; }#rXr6KznyhZ7dHVXHSCR7xPf2Qc26oyZU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rXr6KznyhZ7dHVXHSCR7xPf2Qc26oyZU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rXr6KznyhZ7dHVXHSCR7xPf2Qc26oyZU > .row .container > .video-iframe-container { display: none; }#rXr6KznyhZ7dHVXHSCR7xPf2Qc26oyZU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rXr6KznyhZ7dHVXHSCR7xPf2Qc26oyZU > .row > .video-iframe-container { display: none; }#rXr6KznyhZ7dHVXHSCR7xPf2Qc26oyZU > .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); }#rXr6KznyhZ7dHVXHSCR7xPf2Qc26oyZU > .row .container { border-width: 0; border-radius: 0; }#rXr6KznyhZ7dHVXHSCR7xPf2Qc26oyZU > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:75rem;position:relative;display:block; }#T1iuha0tRfgWhMaD2CALEGJXI4XttZB8 { color:#555555;display:block;width:26.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:4.56201171875rem;left:2.5625rem;height:1.7875rem;text-align:left;text-align-last:left;display:block; }
#y8TetHUbDeevW6B9yMNCCdKBCu5nM9Go { color:#ffffff;display:block;width:39.5625rem;position:absolute;font-family:"open sans";font-size:3.875rem;font-weight:normal;z-index:100000;line-height:1.2;letter-spacing:0;top:6.412109375rem;left:2.3125rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WMqKah8uD0cV8hvWLkF8zsR1Fxe7BhB7 { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:99999;line-height:1.4;letter-spacing:0;top:5.1875rem;left:51.5rem;height:1.92505rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t3vfPhcairfkMMAhfUmWC3DF4oesp4d8 { position:absolute;display:block;z-index:99997;background-color:rgba(227,227,227,0.5);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;height:0.0625rem;width:23.125rem;top:10.6875rem;left:51.5625rem;display:block; }
#NRQUTrTwKgT6Gb6TMmmkTWy3TyeFTKFe { color:#ffffff;display:block;width:23.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:99996;line-height:1.4;letter-spacing:0;top:11.1875rem;left:51.5rem;height:7.87353125rem;text-align:left;text-align-last:left;display:block; }
#yolT68K3JJGRQmU8nloGht6GBIizgHls { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#e97645;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.75rem;height:3.4375rem;text-decoration:none;z-index:99991;text-align:center;text-align-last:center;top:22.1875rem;left:51.5rem;display:block; }
#gBOpfszIkPOEXTvP210TNQPgBpxTbv1M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RdoK7IbQ3o9cC6s56TgIfEHFt1W04Qzo { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.5rem;width:44.9375rem;top:8.162109375rem;left:2.3125rem;overflow:hidden;display:block; }
#g9FbrvEq3HVmbp1RVLWOqZgnK2dO9r9y { color:rgba(255,255,255,0.4);display:block;width:3.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:17.3125rem;left:2.625rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#NTBlHhgeq7XmDGbLcEyF5SparFxGwUpI { color:#ffffff;display:block;width:3rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100021;line-height:1.1;letter-spacing:0;top:13.8125rem;left:2.9375rem;height:2.475rem;text-align:center;text-align-last:center;display:block; }
#hZpVQ0T6PV8Xo2Lkxtw9S4c8hOWrQzTd { position:absolute;display:block;z-index:100004;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.4);border-left:0.0625rem solid rgba(255,255,255,0.4);border-right:0.0625rem solid rgba(255,255,255,0.4);border-bottom:0.0625rem solid rgba(255,255,255,0.4);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:3.5625rem;width:3.5625rem;top:13.25rem;left:2.5625rem;display:block; }
#MAAocEcfJ25zwk86agtD6rfphPqtgHxC { color:#ffffff;display:block;width:3.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:11.4375rem;left:2.5625rem;height:1.4625rem;font-style:normal;display:block; }
#L4lI0shpoSeIuWTn1emAnkG7g7GrHms6 { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:99998;line-height:1.4;letter-spacing:0;top:8.75rem;left:51.5rem;height:1.575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CQT79tNZC04BawXCq6Al44W2e8Q1CSiG { color:rgba(255,255,255,0.8);display:block;width:19.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:99990;line-height:1.4;letter-spacing:0;top:26.0625rem;left:51.5rem;height:1.4rem;text-align:center;text-align-last:center;display:block; }
#NsFh1SOqqXRev4iN1EV1eg7HJ09nDA7C { position:relative;display:block; }#NsFh1SOqqXRev4iN1EV1eg7HJ09nDA7C { background-color: transparent; background-image: none; }#NsFh1SOqqXRev4iN1EV1eg7HJ09nDA7C::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NsFh1SOqqXRev4iN1EV1eg7HJ09nDA7C > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NsFh1SOqqXRev4iN1EV1eg7HJ09nDA7C > .row .container > .video-iframe-container { display: none; }#NsFh1SOqqXRev4iN1EV1eg7HJ09nDA7C > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NsFh1SOqqXRev4iN1EV1eg7HJ09nDA7C > .row > .video-iframe-container { display: none; }#NsFh1SOqqXRev4iN1EV1eg7HJ09nDA7C > .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); }#NsFh1SOqqXRev4iN1EV1eg7HJ09nDA7C { border-width: 0; border-radius: 0; }#NsFh1SOqqXRev4iN1EV1eg7HJ09nDA7C > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:43.6875rem;width:75rem;position:relative;display:block; }#tBCLbG7mbxc4nxnzsFCBx0UCqVmLdiGs { color:#555555;display:block;width:31.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:100006;line-height:1.2;letter-spacing:0;top:8.0625rem;left:21.6875rem;height:2.4rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gXazRBsBsvwBkDOGoVLw7xIT5TkUB1do { color:#e97645;display:block;width:26.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:6.25rem;left:24.375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#hxR2PyrqOZ0wq7DoF1SyuSqwb1mNxStO { position:absolute;display:block;z-index:100005;height:33.0625rem;width:74.9375rem;top:10.5625rem;left:0rem;display:block; }
#b2855waDS63NxoIiIP4pkmRrCIzsWTAR { position:relative;display:block; }#b2855waDS63NxoIiIP4pkmRrCIzsWTAR { background-color: transparent; background-image: none; }#b2855waDS63NxoIiIP4pkmRrCIzsWTAR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b2855waDS63NxoIiIP4pkmRrCIzsWTAR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b2855waDS63NxoIiIP4pkmRrCIzsWTAR > .row .container > .video-iframe-container { display: none; }#b2855waDS63NxoIiIP4pkmRrCIzsWTAR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b2855waDS63NxoIiIP4pkmRrCIzsWTAR > .row > .video-iframe-container { display: none; }#b2855waDS63NxoIiIP4pkmRrCIzsWTAR > .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); }#b2855waDS63NxoIiIP4pkmRrCIzsWTAR { border-width: 0; border-radius: 0; }#b2855waDS63NxoIiIP4pkmRrCIzsWTAR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:54.5rem;width:75rem;position:relative;display:block; }#rTONIi0ldSwRfRTczyfQ9B1R8U8GnJre { position:absolute;display:block;z-index:100007;height:27rem;width:50.6875rem;top:12.5625rem;left:12.15625rem;display:block; }
#zTAIBTGSf2WHLeNAWOToRB9oAWSI6i2U { color:#555555;display:block;width:24.8125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:100008;line-height:1.2;letter-spacing:0;top:10.0625rem;left:25.125rem;height:2.4rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NKa4Tz7QbD6gQVax19C1icxVh0EkdpEg { color:#cccccc;display:block;width:33.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:8.125rem;left:20.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#lEV3TvJWzI256KFpWmS9sOH47iTySEOu { position:relative;display:block; }#lEV3TvJWzI256KFpWmS9sOH47iTySEOu { background-color: transparent; background-image: none; }#lEV3TvJWzI256KFpWmS9sOH47iTySEOu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lEV3TvJWzI256KFpWmS9sOH47iTySEOu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lEV3TvJWzI256KFpWmS9sOH47iTySEOu > .row .container > .video-iframe-container { display: none; }#lEV3TvJWzI256KFpWmS9sOH47iTySEOu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lEV3TvJWzI256KFpWmS9sOH47iTySEOu > .row > .video-iframe-container { display: none; }#lEV3TvJWzI256KFpWmS9sOH47iTySEOu > .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); }#lEV3TvJWzI256KFpWmS9sOH47iTySEOu { border-width: 0; border-radius: 0; }#lEV3TvJWzI256KFpWmS9sOH47iTySEOu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;position:relative;display:block; }#Vx5VbFgK3WwVGnqRKPtOsoKGuR63We9s { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:25.1875rem;width:66.1875rem;top:4.3125rem;left:4.4375rem;display:block; }
#iCThe7CwUmTqLqOxHgT8l139in7R7Q6F { color:#555555;display:block;width:41.875rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:normal;z-index:100004;line-height:1;letter-spacing:0;top:11.6875rem;left:8.25rem;height:2.625125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ipVv7miwlXDRHVDMNTTkeDiSxHcTFnWe { color:#777777;display:block;width:34.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:14.9375rem;left:8.25rem;height:4.3875rem;font-style:normal;display:block; }
#ykR8KhWzv1sSXhTlmuZ3h4mZEFNLal3O { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:5.3125rem;top:7.4375rem;left:8.5rem;overflow:hidden;display:block; }
#zC83bh9PKTLI9K0nk3NQQxDhNsy4XDWl { background-color:#e97645;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.3125rem;height:3.4375rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:21.8125rem;left:8.25rem;display:block; }
#EkHvDAbP3rC1DMy3Vs9XvnNyTmTnJGO1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MkW51cbqb4dsaO8Ku6qTVtE0nUrLPL9h { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.25rem;width:21.3125rem;top:2.8125rem;left:45.75rem;overflow:hidden;display:block; }
#minWlgT2bH4otZgAegS4kFP9WrBZ1XUZ { color:#777777;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:25.6875rem;left:8.25rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FigVDCvZM6sAcTELqVy0DLidGyUAEBJT { border-top:0.0625rem solid #cecece;border-left:0.625rem solid rgba(0,0,0,0);border-right:0.625rem solid rgba(0,0,0,0);border-bottom:0.625rem solid rgba(0,0,0,0);background-color:#ffffff;background-image:none;position:relative;display:block; }#FigVDCvZM6sAcTELqVy0DLidGyUAEBJT > .row .container { background-color: transparent; background-image: none; }#FigVDCvZM6sAcTELqVy0DLidGyUAEBJT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FigVDCvZM6sAcTELqVy0DLidGyUAEBJT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FigVDCvZM6sAcTELqVy0DLidGyUAEBJT > .row .container > .video-iframe-container { display: none; }#FigVDCvZM6sAcTELqVy0DLidGyUAEBJT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FigVDCvZM6sAcTELqVy0DLidGyUAEBJT > .row > .video-iframe-container { display: none; }#FigVDCvZM6sAcTELqVy0DLidGyUAEBJT > .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); }#FigVDCvZM6sAcTELqVy0DLidGyUAEBJT > .row .container { border-width: 0; border-radius: 0; }#FigVDCvZM6sAcTELqVy0DLidGyUAEBJT > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#kkgOaQ5CH7ycLooVxfxJyH1m924pMpi4 { color:#b7b7b7;display:block;width:54.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:1.8623046875rem;left:10.21875rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QxwgD9TX0qH5DJzfHP4351gt2cSkgFBt { width:47.75rem;height:;top:12.8125rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGOtNxoCgQVipG6xXxx4B4wWK0R20U30 { width:37.25rem;height:;top:20.4375rem;left:5.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeMNwOPLLpBTpa5P2lKqyMdlU0Cn90WR { width:47.75rem;height:2.25rem;top:10.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFJkPm4nKXqRpZroCBqUlLI42npKDRaZ { width:17.5rem;height:3.4375rem;top:32.25rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZBP57IJCePMLqnUW1Pmtr0dtOX7Bqqd { display:block; }
 }@media only screen and (max-width: 763px) { #nxqb1L9sOfA1RQ1ZNNPhHbyGfNw01SGZ { width:15.625rem;height:3.125rem;top:3.8125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLdmcCykTg0LhbZ3TP5MPrTSqLN7H1nT { width:5.5rem;height:5.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsNnad7u8un3TKWttUZ9KAg0eA1laUvC { width:21.125rem;height:2.25rem;top:26.5625rem;left:10.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6KkCuxMgeP0XKtCkE6UOBEMLcZvRO6V { display:block; }#A6KkCuxMgeP0XKtCkE6UOBEMLcZvRO6V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQMD9mVxF9ZcdE0aSkC0BT4UiMUkwlxA { width:25.0625rem;height:2.4375rem;top:6.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUzTIhaOsVf12ugbsUnSRVMax9Xu8TdZ { width:27.5rem;height:1.625rem;top:9.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiU2rcwADm8gOWJHb3STPSdCcKz6n1sB { width:20.8125rem;height:1.4375rem;top:14.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE8VXFZHrdRRqcqE3PQUr13ochCWKgmr { width:25rem;height:0.0625rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5N3ilyz4hEJi3fpDFCXURnm5R1muLrV { width:23.5625rem;height:1.4375rem;top:17.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1HZ9f301xBwrQ9Xvc2DelESyIrNR9kX { width:25rem;height:0.0625rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPvgalxifHPGQ0so701JqDzIAnGtcwTB { width:23.5625rem;height:1.4375rem;top:20.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #txXimODvp9C6wivWMl9IQTk6dIqap7nt { width:25rem;height:0.0625rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #czvkmZRg5Tr8Gg08AF4l6TWAAeVSXJCK { width:24.375rem;height:1.5rem;top:22.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKqzpTlintovgE73359eB3sKEoBnfh8S { width:25rem;height:5.25rem;top:11.9375rem;left:22.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ezqv9tDWlQzyCTIN6gDTDnHdG7iGhodC { width:24.9375rem;height:6.25rem;top:18.1875rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEXpJTEnyB95UIPPLFd09XQ1O8h7Luvi { width:25.125rem;height:3.4375rem;top:26.75rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSTPxOWDsgDEAL9s62PdaGuWv5B0ZfsX { display:block; }
 }@media only screen and (max-width: 763px) { #AAZk3LeTqXFwgIvzNVXUMkh0WKusVwBy { width:5.9375rem;height:4rem;top:7.25rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTn890TW09g67wwg5I3QJPVfxaxHxANp { width:25.25rem;height:;top:30.8125rem;left:22.5rem;font-size:0.9375rem;display:block; }#NTn890TW09g67wwg5I3QJPVfxaxHxANp li:before{  }
 }@media only screen and (max-width: 763px) { #zZGTICumW1htrSueQyyI9wIuBpFBRSqn { width:25rem;height:0.0625rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykgJ2DkHgFEMtqGMqnCguOhSvTXn4hZW { width:22.625rem;height:1.4375rem;top:12.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJQMLtoV4xviDkx1epJXrDQJ1xWyhMhu { width:14.25rem;height:3.875rem;top:28.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0peu0w4TCtK1dddCIxLsyARqSPnX1Pm { width:3rem;height:2.4375rem;top:29.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZM5eq1EzwnCaBhB3UIwu4KUIh9lrqfrr { width:4.625rem;height:1.5rem;top:26.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBn0DLHfxSs0J1nOGaitRAvT7nbSnCxc { width:3.625rem;height:1.25rem;top:32.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcdZwhKDQgVnZzawp1Sadbmho72GWSZT { width:3.5625rem;height:3.5625rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQsVhkcT3n1sEliKFUzTpnbFq7LSfNrT { width:0.0625rem;height:7rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZpgJzxdvarQksHkcAoJzF283aHNmAKy { width:32.625rem;height:31.8125rem;top:3.6875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXxotSCnpO0MEmQ5SWUFLipS1ZieDn1L { display:block; }#TXxotSCnpO0MEmQ5SWUFLipS1ZieDn1L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cm2tibX1kgLaaIXzezU6OJ9TM2QHOgBd { width:30.375rem;height:11rem;top:13.375rem;left:17.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJDEI3n8W5TvxviZfKOvZyHPeqiluSCG { width:29.625rem;height:;top:7.3125rem;left:18.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PksePqghPWqCKPexMHMpm8sHICk0eMcZ { width:26.25rem;height:1.625rem;top:5.25rem;left:21.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LerJh7l7ca185kmHLx3T5q0tmqGHNbx5 { width:22.3125rem;height:28.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUoJf6RVfqAvAshwTAn4DNsBLkzPRKaW { display:block; }#TUoJf6RVfqAvAshwTAn4DNsBLkzPRKaW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9s0JgiC06ztBke9CFkpOQXpXSMO0wEx { width:37.0625rem;height:;top:6.75rem;left:5.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwXUdbDwIW6hJZHPaSrerhBWbo7bVKka { width:26.25rem;height:1.625rem;top:5.1875rem;left:10.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2  { width:17.5rem;height:auto;top:11.9375rem;left:13.875rem; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 {display:block;}#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 { width:17.5rem;height:auto;top:11.9375rem;left:13.875rem; }
 }@media only screen and (max-width: 763px) { #iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #D0TNGV71iZRxBcH5G3ZiRGfmp7d7atkO {  }
 }@media only screen and (max-width: 763px) { #iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #kXpyTWXclEvWHImazvPLRZ2U4qciT739 {  }
 }@media only screen and (max-width: 763px) { #iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #wpCzKKeA74hbXPC023hy50X0a2SNV1Nr {  }
 }@media only screen and (max-width: 763px) { #iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #xaGCl3h7eH3zmRqkICthFCtmwyJ5sxwU {  }
 }@media only screen and (max-width: 763px) { #iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #qR0lwZs2ke0Wd7dNFHD6boqin345c5SU {  }
 }@media only screen and (max-width: 763px) { #iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #LtDJ3ThL23RVcVDsXPTebteRFDmXhIfe {  }
 }@media only screen and (max-width: 763px) { #iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #TGOz2cR9qQkhZp0iP6sfnQoRu5p29CE2 {  }
 }@media only screen and (max-width: 763px) { #iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #siP60nAUkpNxllXm7zWsNlmlSFB3SHnO {  }
 }@media only screen and (max-width: 763px) { #iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #yCGTcpqdr5UuyTRV33SWdb2OChWN0gQv {  }
 }@media only screen and (max-width: 763px) { #iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #FxOo9wwSBU4wCz40JO0aJ7AN0WAteATO {  }
 }@media only screen and (max-width: 763px) { #iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #vboocfHTK2yAxqK7EG0EmMXBwyH2fh1W {  }
 }@media only screen and (max-width: 763px) { #iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #X8RtUuo7zGEAhhvihVdtXR360DfVXTxk {  }
 }@media only screen and (max-width: 763px) { #iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #TufnEUsNWJ8SJh722icF1TsFs6zWMhx5 {  }
 }@media only screen and (max-width: 763px) { #iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #GydNHM7yva9rBvgdOTq1rGXzkU6C9qUm {  }
 }@media only screen and (max-width: 763px) { #Vs4cvNCReIvvKWO0NbsOXAzGcX1nzW1T { width:20.6875rem;height:22.25rem;top:11.5rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsCxTs1dCprIkgITtPGGz6KDRf8SFufM { display:block; }#rsCxTs1dCprIkgITtPGGz6KDRf8SFufM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d7aCwuFJpfV6ovZmwSyigmg7EwMNZIvv { width:25.0625rem;height:2.375rem;top:6.3125rem;left:22.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqrpZ6WmkWQa4HsdPx2r4spLrF3D0KIs { width:23.25rem;height:1.625rem;top:9.0625rem;left:24.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3kvwPudhT3t5Teu6wsCKTBTExz5vHN0 { width:20.8125rem;height:1.4375rem;top:14.75rem;left:26.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c544BcDPWC0L32O3vuL5S2CllkZNed3Z { width:23.125rem;height:0.0625rem;top:14.125rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDDTeC9Eal6EirKg4qTQ2CfaUnK3tw6p { width:23.5625rem;height:1.4375rem;top:17.4375rem;left:24.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1DnANUz6bWldGV84VTWBHfTwb6TAvzm { width:23.125rem;height:0.0625rem;top:16.8125rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bChxZK8PqwyAzrLFRWRMNa0Q7i5AOevV { width:23.5625rem;height:1.4375rem;top:20.1875rem;left:24.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ul7Xe0CtNW1EA7fG34cw8ldAfTTfCph8 { width:23.125rem;height:0.0625rem;top:19.5rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kr4mSJKqVmKSkZUIozTsJAATgc7823cG { width:24.375rem;height:1.4375rem;top:22.875rem;left:23.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNf38MhB8hvcHUCb9xRQWm6PyaL02F1H { width:23.125rem;height:0.0625rem;top:22.25rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMrocsScDh2p7cBbNoIhHHuHuZCRl8mP { width:22.625rem;height:1.4375rem;top:12.0625rem;left:25.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVfyN6pfMQMl5DchXT18ST4NhyF9DEnb { width:14.25rem;height:3.875rem;top:28.25rem;left:33.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcOLg0DfCnat4b16BfZlTEh7yIwdLR9L { width:3rem;height:2.4375rem;top:29rem;left:36rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ohb0fX2v34edTGWk8AiRv2KJcopKv90c { width:4.625rem;height:1.4375rem;top:26.5625rem;left:35.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d06L0OAcMOWn94WiweuLb503oWOCk8nI { width:3.625rem;height:1.25rem;top:32.4375rem;left:35.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZc8ZXUmuQsSH47asq9Vb2JcESfUWU6i { width:3.5625rem;height:3.5625rem;top:28.375rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmBFLNCqTsa06Zn1lL3PJKE8xd4RCPCT { width:0.0625rem;height:7rem;top:26.625rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOOAQLmevboPvqiNDnK4GVKEZDO3dncp { width:28.5rem;height:33.5625rem;top:3.4375rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tASlWcUUCT8QoD8xw07CM50iKmKXmOCd { width:22.125rem;height:28.0625rem;top:8.25rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa9qPFELEc5JexNlioWuwWHFJBmU3dBB { width:13.8125rem;height:7.1875rem;top:7.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #McB3rgCHgBzcQ5qKIyx1bUESl0NJ6Gnm { width:15.75rem;height:20.5rem;top:15.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHPd2z9LWhcvmhbXd2urMmQousb6H8VG { width:14.8125rem;height:1.625rem;top:5.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh { display:block; }#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fuOMRquVn6eF8VgG1qsSToJdGQfTBLwF { width:47.75rem;height:4.6875rem;top:11rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSy647sC0Mx2CdzTJ08w4wauTplZFOwT { width:47.75rem;height:2.875rem;top:16.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAU8SzEhohk11Pd4SNWh7NAFhZ68dTEQ { width:16.375rem;height:6.375rem;top:3.8125rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQzqbzHGWg3R04SG03Hlwt6B9bMWwIVc { width:47.75rem;height:2.875rem;top:19.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TioV8iqJnznr8TUC4uXZr9e92KgXQXxi { display:block; }#TioV8iqJnznr8TUC4uXZr9e92KgXQXxi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aC1e6NUKS1ByoSA55PRRTJ4PB9T9qfUq { width:31.625rem;height:14.125rem;top:15.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlq1wpbeSoKocmfEMdC8aL6dZTiBTK8N { width:31.625rem;height:4.75rem;top:9.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUdfdcTgVi5eEIeU6qq05mgT5N0Qv7BW { width:32.75rem;height:1.625rem;top:7.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJdUaN1A8kMmqHJl0ooHFuIWQh2FnBE7 { width:15.875rem;height:12.5625rem;top:15.1875rem;left:31.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUMCo9D6DvKp54vrKS3ZTGdd1SLChTLa { width:21rem;height:17.1875rem;top:12.875rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvabrCaME498ywAxdzPqvc7H9RCQfRc6 { width:12.5625rem;height:12.5625rem;top:6.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1TTb8RU07d4a5clTA1cTT1ru5yr47Ju { width:12.8125rem;height:3.25rem;top:7.9375rem;left:33.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXdWT2ADN6ySVV7beuaietXopABsk8xC { display:block; }#zXdWT2ADN6ySVV7beuaietXopABsk8xC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VrBXUJzSqHW0oMPMNWRDbIx9sFAwKuk0 { width:31.625rem;height:;top:5.6875rem;left:8.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMOq6652wxn2kvErbPVSRbi2uxOPqzdx { width:33.0625rem;height:1.625rem;top:8.3125rem;left:7.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmzX0tUH4sJf0C7XwUeF9O8a664As7mX { display:block; }#ZmzX0tUH4sJf0C7XwUeF9O8a664As7mX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0ZQq1gNKm7XVoM8pzeCbyT6goo0xuCv { width:11.3125rem;height:1.6875rem;top:4.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMUIHCPZfwD9v3zS7XxMxElJ0VKIZ5E2 { width:14rem;height:1.8125rem;top:6.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm0TRoQBvis8hzPeJMdeu91fEt7x3ida { width:14rem;height:10.1875rem;top:8.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6VTmOJlqcQ1JHyrfVoHGwyWBQB99taR { width:23.25rem;height:20.625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4iNqEyqUlDBIiwIxEQ97e6p4RDfxohA { width:3.125rem;height:4.375rem;top:4.1875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #klDJGWHDs1GWWyzALOXblyyhUxpEZo6y { width:13.25rem;height:1.75rem;top:6.375rem;left:15.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #foIemJCL5kkDeVoTP0XEy24Qo6BVfIiA { width:13.4375rem;height:11.6875rem;top:8.5rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAXZvC4M356SaURQeIvHQE8ohJkTo9E8 { width:23.25rem;height:20.625rem;top:1.9375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sio9ZhpvGaFVec9ITxT8iGkvucNlw0aB { width:4.375rem;height:3.375rem;top:4.1875rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPre0sbgImXJINa9bV1n2SPvKTpbyOIO { width:11.3125rem;height:1.6875rem;top:4.1875rem;left:15.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpDMTi1HATALA3rwnCmN6OThFohqh7gp { width:13.625rem;height:5.8125rem;top:8.5rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4gbVZpBbuqkPrGA3l8XSXgOMbbqPoVv { width:23.25rem;height:20.625rem;top:1.9375rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyW6AXaqabVnUWavOr256E729ziArPFT { width:13.25rem;height:1.75rem;top:6.3125rem;left:31.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKtEv3xaME0stZgrQtrnZtdbTLNiPpgP { width:4.5625rem;height:3.3125rem;top:4.1875rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut51GwftttnN9qGT6KcoodGy145Rt7Nr { width:11.3125rem;height:1.6875rem;top:4.1875rem;left:31.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeSNKSTPWtcplipWoVSImdgnpsKghOVN { display:block; }#TeSNKSTPWtcplipWoVSImdgnpsKghOVN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BouTkag67NXOdWCXZVTKchUMW3uMtGTH { width:11.3125rem;height:1.6875rem;top:3.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wohfK6Rtlr5qIXTRuGT4n50BFaxCbsC5 { width:13.25rem;height:1.75rem;top:5.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #whLAp1EMn3aLdBHBfSpuzGsznCarBQIF { width:15.75rem;height:11.6875rem;top:7.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9Ac4qNHWzpVCgskwfbRfz5DbvEHaz1y { width:23.25rem;height:20.625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkPb7HD89Cw6nmGFi8nlRclRKOo7rM9z { width:4.0625rem;height:3.6875rem;top:3.375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiL7Hke1ulGZFr8ghktiRliCgs4r89ls { width:13.25rem;height:3.5625rem;top:5.5rem;left:15.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwzRJHdT5Ph3cZxtumZyVE1blxEUforF { width:14rem;height:8.75rem;top:9.375rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdDT4kzPhDmErSQXLI9iswXkGqmTgRf1 { width:23.25rem;height:20.625rem;top:1.125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQtnxFJEAG4tM8Sp7WZMQC9OAznUiQRM { width:4.375rem;height:3.9375rem;top:3.375rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf9lJnhV3LuKK3VdhOUEvnuTm6cHG4tW { width:11.3125rem;height:1.6875rem;top:3.375rem;left:15.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3yLy4Rp5fCSmfouCTL2cVHMtVT05Ug2 { width:15.5rem;height:11.6875rem;top:7.75rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEMauF5sm02VKnZsCgapSGBbPRC5asKJ { width:23.25rem;height:20.625rem;top:1.125rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRKMkbZy2LV8fTiCUqf3zudvaHsB4Z1Z { width:13.25rem;height:1.75rem;top:5.5625rem;left:31.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id6VHAQ0c1WVSb2WNWdiGzvweSa8QnoA { width:4.375rem;height:3.8125rem;top:3.375rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PchptiKtKei3GdsR5KW1RUgJAxZVXzWa { width:11.3125rem;height:1.6875rem;top:3.375rem;left:31.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqSH9nia6tZ7ZMw8GpiP2G0sS65Q3FGd { display:block; }#WqSH9nia6tZ7ZMw8GpiP2G0sS65Q3FGd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lC0rvhryhIZkHXB9UQWMeCSmOlzF6bAI { width:31.625rem;height:2.4375rem;top:5.9375rem;left:8.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV5SXZOtRFPFswfouLzqo31CTCOwtuFu { width:26.25rem;height:1.625rem;top:4.0625rem;left:10.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAbVZtxBG18lW7TD7795QxJ1rmG7FvBT { display:block; }#nAbVZtxBG18lW7TD7795QxJ1rmG7FvBT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #By24Z0N4UhhZHJ5DVP5TTNuUQps7uVRJ { width:32.8125rem;height:18.3125rem;top:2.75rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bETHZ0lenpOHJinqn0nCMGqUkVWPdsgv { width:32.8125rem;height:18.3125rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXr6KznyhZ7dHVXHSCR7xPf2Qc26oyZU { display:block; }#rXr6KznyhZ7dHVXHSCR7xPf2Qc26oyZU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1iuha0tRfgWhMaD2CALEGJXI4XttZB8 { width:26.25rem;height:1.75rem;top:4.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8TetHUbDeevW6B9yMNCCdKBCu5nM9Go { width:39.5625rem;height:4.6875rem;top:6.375rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMqKah8uD0cV8hvWLkF8zsR1Fxe7BhB7 { width:16.0625rem;height:1.9375rem;top:5.1875rem;left:31.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3vfPhcairfkMMAhfUmWC3DF4oesp4d8 { width:23.125rem;height:0.0625rem;top:10.6875rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRQUTrTwKgT6Gb6TMmmkTWy3TyeFTKFe { width:23.5rem;height:7.875rem;top:11.1875rem;left:24.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yolT68K3JJGRQmU8nloGht6GBIizgHls { width:19.6875rem;height:3.4375rem;top:22.1875rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBOpfszIkPOEXTvP210TNQPgBpxTbv1M { display:block; }
 }@media only screen and (max-width: 763px) { #RdoK7IbQ3o9cC6s56TgIfEHFt1W04Qzo { width:44.9375rem;height:24.5rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9FbrvEq3HVmbp1RVLWOqZgnK2dO9r9y { width:3.625rem;height:1.5rem;top:17.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTBlHhgeq7XmDGbLcEyF5SparFxGwUpI { width:3rem;height:2.4375rem;top:13.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZpVQ0T6PV8Xo2Lkxtw9S4c8hOWrQzTd { width:3.5625rem;height:3.5625rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAAocEcfJ25zwk86agtD6rfphPqtgHxC { width:3.6875rem;height:1.5rem;top:11.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4lI0shpoSeIuWTn1emAnkG7g7GrHms6 { width:21.9375rem;height:1.5625rem;top:8.75rem;left:25.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQT79tNZC04BawXCq6Al44W2e8Q1CSiG { width:19.6875rem;height:1.375rem;top:26.0625rem;left:28rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsFh1SOqqXRev4iN1EV1eg7HJ09nDA7C { display:block; }#NsFh1SOqqXRev4iN1EV1eg7HJ09nDA7C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBCLbG7mbxc4nxnzsFCBx0UCqVmLdiGs { width:31.625rem;height:;top:8.0625rem;left:8.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXazRBsBsvwBkDOGoVLw7xIT5TkUB1do { width:26.25rem;height:1.625rem;top:6.25rem;left:10.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxR2PyrqOZ0wq7DoF1SyuSqwb1mNxStO { width:47.75rem;height:33.0625rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2855waDS63NxoIiIP4pkmRrCIzsWTAR { display:block; }#b2855waDS63NxoIiIP4pkmRrCIzsWTAR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTONIi0ldSwRfRTczyfQ9B1R8U8GnJre { width:47.75rem;height:27rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTAIBTGSf2WHLeNAWOToRB9oAWSI6i2U { width:24.8125rem;height:;top:10.0625rem;left:11.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKa4Tz7QbD6gQVax19C1icxVh0EkdpEg { width:33.875rem;height:1.625rem;top:8.125rem;left:6.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEV3TvJWzI256KFpWmS9sOH47iTySEOu { display:block; }#lEV3TvJWzI256KFpWmS9sOH47iTySEOu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vx5VbFgK3WwVGnqRKPtOsoKGuR63We9s { width:47.75rem;height:25.1875rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCThe7CwUmTqLqOxHgT8l139in7R7Q6F { width:41.875rem;height:2.625rem;top:11.6875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipVv7miwlXDRHVDMNTTkeDiSxHcTFnWe { width:34.75rem;height:4.375rem;top:14.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykR8KhWzv1sSXhTlmuZ3h4mZEFNLal3O { width:5.3125rem;height:3.625rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zC83bh9PKTLI9K0nk3NQQxDhNsy4XDWl { width:19.3125rem;height:3.4375rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkHvDAbP3rC1DMy3Vs9XvnNyTmTnJGO1 { display:block; }
 }@media only screen and (max-width: 763px) { #MkW51cbqb4dsaO8Ku6qTVtE0nUrLPL9h { width:21.3125rem;height:24.25rem;top:2.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #minWlgT2bH4otZgAegS4kFP9WrBZ1XUZ { width:19.3125rem;height:1.4375rem;top:25.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FigVDCvZM6sAcTELqVy0DLidGyUAEBJT { display:block; }#FigVDCvZM6sAcTELqVy0DLidGyUAEBJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kkgOaQ5CH7ycLooVxfxJyH1m924pMpi4 { width:47.75rem;height:1.5rem;top:1.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QxwgD9TX0qH5DJzfHP4351gt2cSkgFBt { width:20rem;height:7rem;top:10.625rem;left:0rem;font-size:3.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ZGOtNxoCgQVipG6xXxx4B4wWK0R20U30 { width:19.8125rem;height:5.3994125rem;top:18.1865234375rem;left:0.09375rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zeMNwOPLLpBTpa5P2lKqyMdlU0Cn90WR { width:20rem;height:1.70605625rem;top:8.599609375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFJkPm4nKXqRpZroCBqUlLI42npKDRaZ { width:15.625rem;height:3.125rem;top:25.8349609375rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZBP57IJCePMLqnUW1Pmtr0dtOX7Bqqd { display:block; }
 }@media only screen and (max-width: 763px) { #nxqb1L9sOfA1RQ1ZNNPhHbyGfNw01SGZ { width:14.0625rem;height:2.8125rem;top:3.5rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLdmcCykTg0LhbZ3TP5MPrTSqLN7H1nT { width:5.5rem;height:5.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsNnad7u8un3TKWttUZ9KAg0eA1laUvC { width:20rem;height:0;top:30.2099609375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6KkCuxMgeP0XKtCkE6UOBEMLcZvRO6V { display:block; }#A6KkCuxMgeP0XKtCkE6UOBEMLcZvRO6V > .row .container { width:20rem;height:71.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQMD9mVxF9ZcdE0aSkC0BT4UiMUkwlxA { width:20rem;height:2.3999rem;top:2.2880859375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUzTIhaOsVf12ugbsUnSRVMax9Xu8TdZ { width:19.6875rem;height:1.625rem;top:5.49951171875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiU2rcwADm8gOWJHb3STPSdCcKz6n1sB { width:20rem;height:1.4624rem;top:12.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE8VXFZHrdRRqcqE3PQUr13ochCWKgmr { width:20rem;height:0.0625rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5N3ilyz4hEJi3fpDFCXURnm5R1muLrV { width:20rem;height:1.4624rem;top:15.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1HZ9f301xBwrQ9Xvc2DelESyIrNR9kX { width:20rem;height:0.0625rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPvgalxifHPGQ0so701JqDzIAnGtcwTB { width:20rem;height:2.92480625rem;top:18.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #txXimODvp9C6wivWMl9IQTk6dIqap7nt { width:20rem;height:0.0625rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #czvkmZRg5Tr8Gg08AF4l6TWAAeVSXJCK { width:20rem;height:2.92480625rem;top:22.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKqzpTlintovgE73359eB3sKEoBnfh8S { width:15.3125rem;height:7.875rem;top:43.125rem;left:2.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ezqv9tDWlQzyCTIN6gDTDnHdG7iGhodC { width:15.3125rem;height:8.3994375rem;top:51.9375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEXpJTEnyB95UIPPLFd09XQ1O8h7Luvi { width:15.3125rem;height:3.125rem;top:62.4375rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSTPxOWDsgDEAL9s62PdaGuWv5B0ZfsX { display:block; }
 }@media only screen and (max-width: 763px) { #AAZk3LeTqXFwgIvzNVXUMkh0WKusVwBy { width:5.3125rem;height:3.5625rem;top:38.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTn890TW09g67wwg5I3QJPVfxaxHxANp { width:15.5625rem;height:1.125rem;top:66rem;left:2.1875rem;font-size:0.9375rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }#NTn890TW09g67wwg5I3QJPVfxaxHxANp li:before{  }
 }@media only screen and (max-width: 763px) { #zZGTICumW1htrSueQyyI9wIuBpFBRSqn { width:20rem;height:0.0625rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykgJ2DkHgFEMtqGMqnCguOhSvTXn4hZW { width:20rem;height:1.4624rem;top:9.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJQMLtoV4xviDkx1epJXrDQJ1xWyhMhu { width:12.4375rem;height:3.8994125rem;top:28.5rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0peu0w4TCtK1dddCIxLsyARqSPnX1Pm { width:3rem;height:2.4746125rem;top:29.1875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZM5eq1EzwnCaBhB3UIwu4KUIh9lrqfrr { width:4.125rem;height:1.4624rem;top:26.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FBn0DLHfxSs0J1nOGaitRAvT7nbSnCxc { width:3.625rem;height:1.29980625rem;top:32.5rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcdZwhKDQgVnZzawp1Sadbmho72GWSZT { width:3.5625rem;height:3.5625rem;top:28.5625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQsVhkcT3n1sEliKFUzTpnbFq7LSfNrT { width:0.0625rem;height:7rem;top:26.9375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZpgJzxdvarQksHkcAoJzF283aHNmAKy { width:20rem;height:33rem;top:36.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXxotSCnpO0MEmQ5SWUFLipS1ZieDn1L { display:block; }#TXxotSCnpO0MEmQ5SWUFLipS1ZieDn1L > .row .container { width:20rem;height:56.40869140625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cm2tibX1kgLaaIXzezU6OJ9TM2QHOgBd { width:20rem;height:17.32175rem;top:39.09625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJDEI3n8W5TvxviZfKOvZyHPeqiluSCG { width:20rem;height:7.1996875rem;top:30.647rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PksePqghPWqCKPexMHMpm8sHICk0eMcZ { width:20rem;height:1.625rem;top:28.95947265625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LerJh7l7ca185kmHLx3T5q0tmqGHNbx5 { width:20rem;height:25.2099375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUoJf6RVfqAvAshwTAn4DNsBLkzPRKaW { display:block; }#TUoJf6RVfqAvAshwTAn4DNsBLkzPRKaW > .row .container { width:20rem;height:37.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9s0JgiC06ztBke9CFkpOQXpXSMO0wEx { width:20rem;height:4.79980625rem;top:5.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwXUdbDwIW6hJZHPaSrerhBWbo7bVKka { width:20rem;height:1.625rem;top:3.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2  { width:17.5rem;height:auto;top:12.4375rem;left:0rem; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 {display:block;}#iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 { width:17.5rem;height:auto;top:12.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #D0TNGV71iZRxBcH5G3ZiRGfmp7d7atkO {  }
 }@media only screen and (max-width: 763px) { #iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #kXpyTWXclEvWHImazvPLRZ2U4qciT739 {  }
 }@media only screen and (max-width: 763px) { #iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #wpCzKKeA74hbXPC023hy50X0a2SNV1Nr {  }
 }@media only screen and (max-width: 763px) { #iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #xaGCl3h7eH3zmRqkICthFCtmwyJ5sxwU {  }
 }@media only screen and (max-width: 763px) { #iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #qR0lwZs2ke0Wd7dNFHD6boqin345c5SU {  }
 }@media only screen and (max-width: 763px) { #iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #LtDJ3ThL23RVcVDsXPTebteRFDmXhIfe {  }
 }@media only screen and (max-width: 763px) { #iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #TGOz2cR9qQkhZp0iP6sfnQoRu5p29CE2 {  }
 }@media only screen and (max-width: 763px) { #iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #siP60nAUkpNxllXm7zWsNlmlSFB3SHnO {  }
 }@media only screen and (max-width: 763px) { #iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #yCGTcpqdr5UuyTRV33SWdb2OChWN0gQv {  }
 }@media only screen and (max-width: 763px) { #iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #FxOo9wwSBU4wCz40JO0aJ7AN0WAteATO {  }
 }@media only screen and (max-width: 763px) { #iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #vboocfHTK2yAxqK7EG0EmMXBwyH2fh1W {  }
 }@media only screen and (max-width: 763px) { #iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #X8RtUuo7zGEAhhvihVdtXR360DfVXTxk {  }
 }@media only screen and (max-width: 763px) { #iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #TufnEUsNWJ8SJh722icF1TsFs6zWMhx5 {  }
 }@media only screen and (max-width: 763px) { #iFpaItxP1RRnpRqkkKi05HRh27Nlwny2 #GydNHM7yva9rBvgdOTq1rGXzkU6C9qUm {  }
 }@media only screen and (max-width: 763px) { #Vs4cvNCReIvvKWO0NbsOXAzGcX1nzW1T { width:20rem;height:22.25rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsCxTs1dCprIkgITtPGGz6KDRf8SFufM { display:none; }#rsCxTs1dCprIkgITtPGGz6KDRf8SFufM > .row .container { width:20rem;height:133.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d7aCwuFJpfV6ovZmwSyigmg7EwMNZIvv { width:20rem;height:2.3999rem;top:4.0380859375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqrpZ6WmkWQa4HsdPx2r4spLrF3D0KIs { width:15.9375rem;height:3.25rem;top:6.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3kvwPudhT3t5Teu6wsCKTBTExz5vHN0 { width:20rem;height:1.4624rem;top:13.8115234375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c544BcDPWC0L32O3vuL5S2CllkZNed3Z { width:20rem;height:0.0625rem;top:13.1865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDDTeC9Eal6EirKg4qTQ2CfaUnK3tw6p { width:20rem;height:1.4624rem;top:16.5859375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1DnANUz6bWldGV84VTWBHfTwb6TAvzm { width:20rem;height:0.0625rem;top:15.9609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bChxZK8PqwyAzrLFRWRMNa0Q7i5AOevV { width:20rem;height:2.92480625rem;top:19.42236328125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ul7Xe0CtNW1EA7fG34cw8ldAfTTfCph8 { width:20rem;height:0.0625rem;top:18.73486328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kr4mSJKqVmKSkZUIozTsJAATgc7823cG { width:20rem;height:2.92480625rem;top:23.53515625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNf38MhB8hvcHUCb9xRQWm6PyaL02F1H { width:20rem;height:0.0625rem;top:22.97265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMrocsScDh2p7cBbNoIhHHuHuZCRl8mP { width:20rem;height:1.4624rem;top:10.974609375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVfyN6pfMQMl5DchXT18ST4NhyF9DEnb { width:12.4375rem;height:3.8994125rem;top:29.974609375rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcOLg0DfCnat4b16BfZlTEh7yIwdLR9L { width:3rem;height:2.4746125rem;top:30.6875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ohb0fX2v34edTGWk8AiRv2KJcopKv90c { width:4.125rem;height:1.4624rem;top:28.32470703125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d06L0OAcMOWn94WiweuLb503oWOCk8nI { width:3.625rem;height:1.29980625rem;top:34rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZc8ZXUmuQsSH47asq9Vb2JcESfUWU6i { width:3.5625rem;height:3.5625rem;top:30.0625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmBFLNCqTsa06Zn1lL3PJKE8xd4RCPCT { width:0.0625rem;height:7rem;top:28.4375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOOAQLmevboPvqiNDnK4GVKEZDO3dncp { width:20rem;height:33rem;top:38.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tASlWcUUCT8QoD8xw07CM50iKmKXmOCd { width:20rem;height:25.367231638418rem;top:105.6074375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa9qPFELEc5JexNlioWuwWHFJBmU3dBB { width:13.8125rem;height:7.1996875rem;top:75.4375rem;left:3.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #McB3rgCHgBzcQ5qKIyx1bUESl0NJ6Gnm { width:15.75rem;height:20.4711875rem;top:83.88675rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHPd2z9LWhcvmhbXd2urMmQousb6H8VG { width:14.8125rem;height:1.625rem;top:72.5625rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c56addf3-aab7-41d7-846a-19cb178c4db2/YogaFade03.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh.adaptive-delivery-prevent-bg, #C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh.lazyload, #C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh.lazyloading { background-image: none; }#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh > .row .container { background-color: transparent; background-image: none; }#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh > .row .container > .video-iframe-container { display: none; }#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh > .row > .video-iframe-container { display: none; }#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh > .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); }#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh > .row .container { width:20rem;height:49.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fuOMRquVn6eF8VgG1qsSToJdGQfTBLwF { width:20rem;height:5.875rem;top:11.3125rem;left:0rem;font-size:2.9375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ZSy647sC0Mx2CdzTJ08w4wauTplZFOwT { width:20rem;height:7.312rem;top:18.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAU8SzEhohk11Pd4SNWh7NAFhZ68dTEQ { width:13.8125rem;height:5.3125rem;top:4.4375rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQzqbzHGWg3R04SG03Hlwt6B9bMWwIVc { width:20rem;height:8.7744375rem;top:27.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TioV8iqJnznr8TUC4uXZr9e92KgXQXxi { display:block; }#TioV8iqJnznr8TUC4uXZr9e92KgXQXxi > .row .container { width:20rem;height:74.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aC1e6NUKS1ByoSA55PRRTJ4PB9T9qfUq { width:20rem;height:20.47114375rem;top:15.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlq1wpbeSoKocmfEMdC8aL6dZTiBTK8N { width:20rem;height:7.1996875rem;top:7.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUdfdcTgVi5eEIeU6qq05mgT5N0Qv7BW { width:15.625rem;height:3.25rem;top:4.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJdUaN1A8kMmqHJl0ooHFuIWQh2FnBE7 { width:15.875rem;height:12.597625rem;top:56.375rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUMCo9D6DvKp54vrKS3ZTGdd1SLChTLa { width:20rem;height:17.1875rem;top:54.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvabrCaME498ywAxdzPqvc7H9RCQfRc6 { width:10.4375rem;height:10.4375rem;top:38.625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1TTb8RU07d4a5clTA1cTT1ru5yr47Ju { width:12.8125rem;height:3.25rem;top:49.6875rem;left:3.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zXdWT2ADN6ySVV7beuaietXopABsk8xC { display:block; }#zXdWT2ADN6ySVV7beuaietXopABsk8xC > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VrBXUJzSqHW0oMPMNWRDbIx9sFAwKuk0 { width:20rem;height:2.3999rem;top:1.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMOq6652wxn2kvErbPVSRbi2uxOPqzdx { width:18.8125rem;height:3.25rem;top:3.5rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmzX0tUH4sJf0C7XwUeF9O8a664As7mX { display:block; }#ZmzX0tUH4sJf0C7XwUeF9O8a664As7mX > .row .container { width:20rem;height:59.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0ZQq1gNKm7XVoM8pzeCbyT6goo0xuCv { width:11.3125rem;height:1.6499rem;top:3.5rem;left:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMUIHCPZfwD9v3zS7XxMxElJ0VKIZ5E2 { width:12.8125rem;height:3.0244125rem;top:5.6875rem;left:2.25rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mm0TRoQBvis8hzPeJMdeu91fEt7x3ida { width:14.0625rem;height:10.2368125rem;top:9.26171875rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6VTmOJlqcQ1JHyrfVoHGwyWBQB99taR { width:20rem;height:20.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4iNqEyqUlDBIiwIxEQ97e6p4RDfxohA { width:2.5rem;height:3.5rem;top:3.5rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #klDJGWHDs1GWWyzALOXblyyhUxpEZo6y { width:13.25rem;height:1.7871125rem;top:27.5625rem;left:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #foIemJCL5kkDeVoTP0XEy24Qo6BVfIiA { width:13.4375rem;height:11.69925rem;top:29.7353515625rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAXZvC4M356SaURQeIvHQE8ohJkTo9E8 { width:20rem;height:20.625rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sio9ZhpvGaFVec9ITxT8iGkvucNlw0aB { width:3.4375rem;height:2.5625rem;top:25.375rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPre0sbgImXJINa9bV1n2SPvKTpbyOIO { width:11.3125rem;height:1.6499rem;top:25.375rem;left:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpDMTi1HATALA3rwnCmN6OThFohqh7gp { width:13.625rem;height:5.8496125rem;top:51.5625rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4gbVZpBbuqkPrGA3l8XSXgOMbbqPoVv { width:20rem;height:14.75rem;top:45rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyW6AXaqabVnUWavOr256E729ziArPFT { width:13.25rem;height:1.7871125rem;top:49.375rem;left:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKtEv3xaME0stZgrQtrnZtdbTLNiPpgP { width:3.4375rem;height:2.4375rem;top:47.25rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut51GwftttnN9qGT6KcoodGy145Rt7Nr { width:11.3125rem;height:1.6499rem;top:47.25rem;left:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeSNKSTPWtcplipWoVSImdgnpsKghOVN { display:block; }#TeSNKSTPWtcplipWoVSImdgnpsKghOVN > .row .container { width:20rem;height:70.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BouTkag67NXOdWCXZVTKchUMW3uMtGTH { width:11.3125rem;height:1.6499rem;top:3.5rem;left:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wohfK6Rtlr5qIXTRuGT4n50BFaxCbsC5 { width:13.25rem;height:1.7871125rem;top:5.6875rem;left:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #whLAp1EMn3aLdBHBfSpuzGsznCarBQIF { width:14rem;height:14.624rem;top:7.8916015625rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9Ac4qNHWzpVCgskwfbRfz5DbvEHaz1y { width:20rem;height:23.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkPb7HD89Cw6nmGFi8nlRclRKOo7rM9z { width:3.125rem;height:2.75rem;top:3.5rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiL7Hke1ulGZFr8ghktiRliCgs4r89ls { width:13.25rem;height:3.57421875rem;top:30.25rem;left:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwzRJHdT5Ph3cZxtumZyVE1blxEUforF { width:14rem;height:8.7744375rem;top:34.1728515625rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdDT4kzPhDmErSQXLI9iswXkGqmTgRf1 { width:20rem;height:19.375rem;top:25.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQtnxFJEAG4tM8Sp7WZMQC9OAznUiQRM { width:3.4375rem;height:3.0625rem;top:28.125rem;left:15.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf9lJnhV3LuKK3VdhOUEvnuTm6cHG4tW { width:11.3125rem;height:1.6499rem;top:28.125rem;left:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3yLy4Rp5fCSmfouCTL2cVHMtVT05Ug2 { width:13.5rem;height:14.624rem;top:53.375rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEMauF5sm02VKnZsCgapSGBbPRC5asKJ { width:20rem;height:23.1875rem;top:46.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRKMkbZy2LV8fTiCUqf3zudvaHsB4Z1Z { width:13.25rem;height:1.7871125rem;top:51.1875rem;left:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id6VHAQ0c1WVSb2WNWdiGzvweSa8QnoA { width:3.4375rem;height:2.9375rem;top:49rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PchptiKtKei3GdsR5KW1RUgJAxZVXzWa { width:11.3125rem;height:1.6499rem;top:49rem;left:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqSH9nia6tZ7ZMw8GpiP2G0sS65Q3FGd { display:block; }#WqSH9nia6tZ7ZMw8GpiP2G0sS65Q3FGd > .row .container { width:20rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lC0rvhryhIZkHXB9UQWMeCSmOlzF6bAI { width:20rem;height:4.79980625rem;top:4.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV5SXZOtRFPFswfouLzqo31CTCOwtuFu { width:20rem;height:1.625rem;top:2.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAbVZtxBG18lW7TD7795QxJ1rmG7FvBT { display:block; }#nAbVZtxBG18lW7TD7795QxJ1rmG7FvBT > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #By24Z0N4UhhZHJ5DVP5TTNuUQps7uVRJ { height:11.161625rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bETHZ0lenpOHJinqn0nCMGqUkVWPdsgv { width:20rem;height:18.3125rem;top:15.91162109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXr6KznyhZ7dHVXHSCR7xPf2Qc26oyZU { display:block; }#rXr6KznyhZ7dHVXHSCR7xPf2Qc26oyZU > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1iuha0tRfgWhMaD2CALEGJXI4XttZB8 { width:14.4375rem;height:3.57421875rem;top:2.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8TetHUbDeevW6B9yMNCCdKBCu5nM9Go { width:20rem;height:6.5rem;top:7.0625rem;left:0rem;font-size:3.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #WMqKah8uD0cV8hvWLkF8zsR1Fxe7BhB7 { width:17.625rem;height:1.92480625rem;top:25.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3vfPhcairfkMMAhfUmWC3DF4oesp4d8 { width:20rem;height:0.0625rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRQUTrTwKgT6Gb6TMmmkTWy3TyeFTKFe { width:20rem;height:9.4482375rem;top:30.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yolT68K3JJGRQmU8nloGht6GBIizgHls { width:14.875rem;height:3.4375rem;top:45.125rem;left:5.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBOpfszIkPOEXTvP210TNQPgBpxTbv1M { display:block; }
 }@media only screen and (max-width: 763px) { #RdoK7IbQ3o9cC6s56TgIfEHFt1W04Qzo { width:20rem;height:10.9375rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9FbrvEq3HVmbp1RVLWOqZgnK2dO9r9y { width:3.625rem;height:1.29980625rem;top:48.9375rem;left:0.0625rem;font-size:1rem;color:rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #NTBlHhgeq7XmDGbLcEyF5SparFxGwUpI { width:3rem;height:2.4746125rem;top:45.625rem;left:0.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZpVQ0T6PV8Xo2Lkxtw9S4c8hOWrQzTd { width:3.5625rem;height:3.5625rem;top:45.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAAocEcfJ25zwk86agtD6rfphPqtgHxC { width:3.6875rem;height:1.29980625rem;top:43.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L4lI0shpoSeIuWTn1emAnkG7g7GrHms6 { width:20rem;height:1.57470625rem;top:28.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQT79tNZC04BawXCq6Al44W2e8Q1CSiG { width:14.8125rem;height:1.3999rem;top:48.875rem;left:5.1875rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NsFh1SOqqXRev4iN1EV1eg7HJ09nDA7C { display:block; }#NsFh1SOqqXRev4iN1EV1eg7HJ09nDA7C > .row .container { width:20rem;height:48.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBCLbG7mbxc4nxnzsFCBx0UCqVmLdiGs { width:20rem;height:4.79980625rem;top:5.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXazRBsBsvwBkDOGoVLw7xIT5TkUB1do { width:20rem;height:1.625rem;top:3.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxR2PyrqOZ0wq7DoF1SyuSqwb1mNxStO { width:20rem;height:33.0625rem;top:10.17480625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2855waDS63NxoIiIP4pkmRrCIzsWTAR { display:block; }#b2855waDS63NxoIiIP4pkmRrCIzsWTAR > .row .container { width:20rem;height:67.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTONIi0ldSwRfRTczyfQ9B1R8U8GnJre { width:20rem;height:27rem;top:8.52392578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTAIBTGSf2WHLeNAWOToRB9oAWSI6i2U { width:20rem;height:2.3999rem;top:6.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKa4Tz7QbD6gQVax19C1icxVh0EkdpEg { width:20rem;height:1.625rem;top:4.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEV3TvJWzI256KFpWmS9sOH47iTySEOu { display:block; }#lEV3TvJWzI256KFpWmS9sOH47iTySEOu > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vx5VbFgK3WwVGnqRKPtOsoKGuR63We9s { width:20rem;height:42.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCThe7CwUmTqLqOxHgT8l139in7R7Q6F { width:15.3125rem;height:7.875rem;top:8.4375rem;left:2.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipVv7miwlXDRHVDMNTTkeDiSxHcTFnWe { width:15.3125rem;height:7.7988125rem;top:16.9375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykR8KhWzv1sSXhTlmuZ3h4mZEFNLal3O { width:5.3125rem;height:3.625rem;top:4.125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zC83bh9PKTLI9K0nk3NQQxDhNsy4XDWl { width:15.3125rem;height:3.4375rem;top:26.25rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkHvDAbP3rC1DMy3Vs9XvnNyTmTnJGO1 { display:block; }
 }@media only screen and (max-width: 763px) { #MkW51cbqb4dsaO8Ku6qTVtE0nUrLPL9h { width:15.3125rem;height:17.375rem;top:33.6494140625rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #minWlgT2bH4otZgAegS4kFP9WrBZ1XUZ { width:17.9375rem;height:1.21875rem;top:30.375rem;left:1.03125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FigVDCvZM6sAcTELqVy0DLidGyUAEBJT { display:block; }#FigVDCvZM6sAcTELqVy0DLidGyUAEBJT > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kkgOaQ5CH7ycLooVxfxJyH1m924pMpi4 { width:16rem;height:2.92480625rem;top:1.3623046875rem;left:2rem;font-size:1.125rem;z-index:100020;display:block; }
 }