.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,228,204;--color-primary-1:255,235,169;--color-primary-2:255,119,0;--color-primary-3:134,67,28;--color-primary-4:51,24,0;--color-secondary-0:217,227,230;--color-secondary-1:130,161,173;--color-secondary-2:4,67,90;--color-secondary-3:2,34,45;--color-secondary-4:1,10,14;--color-tertiary-0:255,255,255;--color-tertiary-1:255,235,169;--color-tertiary-2:158,105,73;--color-tertiary-3:134,67,28;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container { display: none; }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .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); }#n4Tqb3bUbDUuIuZN29Lr1mybCnviBxrT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/263ba91f-5668-45e8-a89b-2038093d8f56/BannerWeb_BhagavadGita1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#n4Tqb3bUbDUuIuZN29Lr1mybCnviBxrT.adaptive-delivery-prevent-bg, #n4Tqb3bUbDUuIuZN29Lr1mybCnviBxrT.lazyload, #n4Tqb3bUbDUuIuZN29Lr1mybCnviBxrT.lazyloading { background-image: none; }#n4Tqb3bUbDUuIuZN29Lr1mybCnviBxrT > .row .container { background-color: transparent; background-image: none; }#n4Tqb3bUbDUuIuZN29Lr1mybCnviBxrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4Tqb3bUbDUuIuZN29Lr1mybCnviBxrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4Tqb3bUbDUuIuZN29Lr1mybCnviBxrT > .row .container > .video-iframe-container { display: none; }#n4Tqb3bUbDUuIuZN29Lr1mybCnviBxrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4Tqb3bUbDUuIuZN29Lr1mybCnviBxrT > .row > .video-iframe-container { display: none; }#n4Tqb3bUbDUuIuZN29Lr1mybCnviBxrT > .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); }#n4Tqb3bUbDUuIuZN29Lr1mybCnviBxrT > .row .container { border-width: 0; border-radius: 0; }#n4Tqb3bUbDUuIuZN29Lr1mybCnviBxrT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n4Tqb3bUbDUuIuZN29Lr1mybCnviBxrT > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:60rem;position:relative;display:block; }#vIXV1K0kNkGGTgXMKgFPULJsmST8yoHV { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.124rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:26.375rem;left:23.68701171875rem;display:block; }
#FtcI9anZLrqWqSXHPQQpUyZuSISX8ngw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TQUBAKvDtWG9KS2iTnsbAgma8xAMS0yp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:20rem;left:2.8125rem; }
#gAKoST4PiImlyfKECONgauak2DSuqNaB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:24.811199188233rem;left:34.370119094849rem;display:none; }
#g6Qff4Bxr68k5iemwkT9bbpe4QWClHuX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g6Qff4Bxr68k5iemwkT9bbpe4QWClHuX > .row .container { background-color: transparent; background-image: none; }#g6Qff4Bxr68k5iemwkT9bbpe4QWClHuX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6Qff4Bxr68k5iemwkT9bbpe4QWClHuX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6Qff4Bxr68k5iemwkT9bbpe4QWClHuX > .row .container > .video-iframe-container { display: none; }#g6Qff4Bxr68k5iemwkT9bbpe4QWClHuX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6Qff4Bxr68k5iemwkT9bbpe4QWClHuX > .row > .video-iframe-container { display: none; }#g6Qff4Bxr68k5iemwkT9bbpe4QWClHuX > .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); }#g6Qff4Bxr68k5iemwkT9bbpe4QWClHuX > .row .container { border-width: 0; border-radius: 0; }#g6Qff4Bxr68k5iemwkT9bbpe4QWClHuX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g6Qff4Bxr68k5iemwkT9bbpe4QWClHuX > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:60rem;position:relative;display:block; }#aIzKIFNzmHFmgLF5XsTU3m8gzMSkNKfn { display:block;width:31.875rem;position:absolute;font-family:"proxima nova";font-size:1.5rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:1.37451171875rem;left:11.5625rem;height:1.50024375rem;color:#fff48f;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D85mkUyoVO12s3TzBJJ7Osexx4vbbMUI { display:block;width:44.12475rem;position:absolute;font-family:"proxima nova";font-size:1.5rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;top:2.87353515625rem;left:11.5625rem;height:1.50024375rem;color:#fff48f;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KgQUS56PhTiAIM6wVviIK7tWRMpBAuqk { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:1.8125rem;left:6.9375rem; }
#sIkRoPJPXpqwUGGbarOgrDMIuwVB0oVn { display:block;width:44.124125rem;position:absolute;font-family:"proxima nova";font-size:1.5rem;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:4.37255859375rem;left:11.5625rem;height:1.50024375rem;color:#fff48f;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EWKUBnrAqCoGbUZcefLzGNHHiUthIUDd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EWKUBnrAqCoGbUZcefLzGNHHiUthIUDd > .row .container { background-color: transparent; background-image: none; }#EWKUBnrAqCoGbUZcefLzGNHHiUthIUDd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWKUBnrAqCoGbUZcefLzGNHHiUthIUDd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWKUBnrAqCoGbUZcefLzGNHHiUthIUDd > .row .container > .video-iframe-container { display: none; }#EWKUBnrAqCoGbUZcefLzGNHHiUthIUDd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWKUBnrAqCoGbUZcefLzGNHHiUthIUDd > .row > .video-iframe-container { display: none; }#EWKUBnrAqCoGbUZcefLzGNHHiUthIUDd > .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); }#EWKUBnrAqCoGbUZcefLzGNHHiUthIUDd > .row .container { border-width: 0; border-radius: 0; }#EWKUBnrAqCoGbUZcefLzGNHHiUthIUDd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EWKUBnrAqCoGbUZcefLzGNHHiUthIUDd > .row .container { font-size:0.875rem;font-family:arial;height:1.9375rem;width:60rem;position:relative;display:block; }#tOtxNmWRu3zfXhMZW5dF44fJvRsXyNFX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tOtxNmWRu3zfXhMZW5dF44fJvRsXyNFX > .row .container { background-color: transparent; background-image: none; }#tOtxNmWRu3zfXhMZW5dF44fJvRsXyNFX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOtxNmWRu3zfXhMZW5dF44fJvRsXyNFX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOtxNmWRu3zfXhMZW5dF44fJvRsXyNFX > .row .container > .video-iframe-container { display: none; }#tOtxNmWRu3zfXhMZW5dF44fJvRsXyNFX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOtxNmWRu3zfXhMZW5dF44fJvRsXyNFX > .row > .video-iframe-container { display: none; }#tOtxNmWRu3zfXhMZW5dF44fJvRsXyNFX > .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); }#tOtxNmWRu3zfXhMZW5dF44fJvRsXyNFX > .row .container { border-width: 0; border-radius: 0; }#tOtxNmWRu3zfXhMZW5dF44fJvRsXyNFX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tOtxNmWRu3zfXhMZW5dF44fJvRsXyNFX > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:60rem;position:relative;display:block; }#B4T9PcB1rKsDVFRko019lFIHd7VXCm16 { color:rgba(var(--color-secondary-2),1);display:block;width:23.5625rem;position:absolute;font-family:"grand cru s";font-size:3.625rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:4.40966796875rem;left:2.5625rem;height:15.94925rem;text-align:left;text-align-last:left;display:block; }
#GG8UfCSET8gLLAkTILTXxqEcwq2ubTun { color:#515151;display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5rem;left:31.4375rem;height:25.59375rem;display:block; }
#eLT1Pau2anKCUszn58OT6Q38dF6gRSEn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:20.6875rem;width:20.9375rem;top:15.0625rem;left:5.25rem;overflow:hidden;display:block; }
#icWAHzn6w3rDiQrXA026FLPBALN399tD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:18.625rem;left:28.875rem; }
#Hc0bd5B85sNSa4AWc7HecoTqsL5dD9RB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:13.625rem;left:28.875rem; }
#WT3Gx1P3ZFt6lwSQV6mDMzi0OaRqm45X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:16.234375rem;left:29rem; }
#PpOVTmcKGQtcTW2HXtcBgcGIyI8zbMkD { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:22.6875rem;width:22.625rem;top:9.62353515625rem;left:4.2490234375rem;overflow:hidden;display:none; }
#XrVWToU2C4dldWWRutOnDhBTeRpRoWhw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/0d9b7c25-940e-4b63-a6f2-14e87515372e/elementograficos_BhagavadGita1250x450px.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XrVWToU2C4dldWWRutOnDhBTeRpRoWhw.adaptive-delivery-prevent-bg, #XrVWToU2C4dldWWRutOnDhBTeRpRoWhw.lazyload, #XrVWToU2C4dldWWRutOnDhBTeRpRoWhw.lazyloading { background-image: none; }#XrVWToU2C4dldWWRutOnDhBTeRpRoWhw > .row .container { background-color: transparent; background-image: none; }#XrVWToU2C4dldWWRutOnDhBTeRpRoWhw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrVWToU2C4dldWWRutOnDhBTeRpRoWhw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrVWToU2C4dldWWRutOnDhBTeRpRoWhw > .row .container > .video-iframe-container { display: none; }#XrVWToU2C4dldWWRutOnDhBTeRpRoWhw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrVWToU2C4dldWWRutOnDhBTeRpRoWhw > .row > .video-iframe-container { display: none; }#XrVWToU2C4dldWWRutOnDhBTeRpRoWhw > .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); }#XrVWToU2C4dldWWRutOnDhBTeRpRoWhw > .row .container { border-width: 0; border-radius: 0; }#XrVWToU2C4dldWWRutOnDhBTeRpRoWhw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XrVWToU2C4dldWWRutOnDhBTeRpRoWhw > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:60rem;position:relative;display:block; }#sQ4A8HTTNDTvSK2lJT6ZcZOZKTeWCTtx { color:rgba(var(--color-secondary-2),1);display:block;width:49.1875rem;position:absolute;font-family:"grand cru s";font-size:3.625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.375rem;left:5.4375rem;height:4.7124rem;text-align:center;text-align-last:center;display:block; }
#orzt7orZyEzXSgbcJVReXlaUO36fs21K { color:rgba(var(--color-tertiary-3),1);display:block;width:18.1875rem;position:absolute;font-family:"grand cru s";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:23.6865234375rem;left:2.9998779296875rem;height:1.46179375rem;text-align:center;text-align-last:center;display:none; }
#AA0eDpmVt898eDxu0iXWZyRUzRgbLnJc { display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:31.9375rem;left:35.9375rem;height:6.8232375rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#onPQgeQd63rPPbwabSAJsNWeAcmHZuT0 { display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:31.9375rem;left:18.8125rem;height:5.68603125rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e97TGepruRDNRvWtzvxyOciUav3KW9oT { box-sizing:content-box;height:1.8125rem;width:16.75rem;position:absolute;display:block;z-index:15028;background-color:#ea4d3a;background-image:none;top:27.625rem;left:13.9375rem;display:block; }
#pwNb0PeVzxPIZ409ZLrkEkqGcFikmMHd { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:"grand cru s";font-size:1.5625rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:27.5625rem;left:14.75rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#XVlPSqLhH7kLM7qRE9itBi6VzmioPvvg { color:rgba(var(--color-tertiary-3),1);display:block;width:17.4375rem;position:absolute;font-family:"grand cru s";font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:23.6875rem;left:12.125rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#r5Z7eEfgI07DOs044IQCDRrAeJABbfIP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:25.125rem;left:20.8125rem; }
#iW3TLm4f3v8V8QH48AlfoT8bHcU5ehlA { color:rgba(var(--color-tertiary-3),1);display:block;width:17.437125rem;position:absolute;font-family:"grand cru s";font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:23.75rem;left:30.375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#NcKt8GUbvefJTaA8pBaQqGxdiiPyI7DJ { color:rgba(var(--color-tertiary-3),1);display:block;width:14.1860625rem;position:absolute;font-family:"grand cru s";font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:31.9375rem;left:5.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#lRumWINBkStiNrd08smTQRaZVACx1eBz { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:17rem;top:15.1875rem;left:12.625rem;overflow:hidden;display:block; }
#ilGTXLaUW8nTAEcD1Z7AAe1CT0EKzrrr { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:17.25rem;top:14.6875rem;left:30.625rem;overflow:hidden;display:block; }
#ZVD5lqNf1pCAk3IaOq3q7X72OqmZutbX { color:rgba(var(--color-secondary-2),1);display:block;width:54.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:7.0625rem;left:3rem;height:9.5625rem;text-align:center;text-align-last:center;display:block; }
#z831TbICzhJ4FwQfvga6PENPXv8RAOx7 { display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:31.6875rem;left:18.25rem;height:5.68603125rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#D0307EgIbP8en2OyiAlBaFNLIEn4kT5E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D0307EgIbP8en2OyiAlBaFNLIEn4kT5E > .row .container { background-color: transparent; background-image: none; }#D0307EgIbP8en2OyiAlBaFNLIEn4kT5E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0307EgIbP8en2OyiAlBaFNLIEn4kT5E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0307EgIbP8en2OyiAlBaFNLIEn4kT5E > .row .container > .video-iframe-container { display: none; }#D0307EgIbP8en2OyiAlBaFNLIEn4kT5E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0307EgIbP8en2OyiAlBaFNLIEn4kT5E > .row > .video-iframe-container { display: none; }#D0307EgIbP8en2OyiAlBaFNLIEn4kT5E > .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); }#D0307EgIbP8en2OyiAlBaFNLIEn4kT5E > .row .container { border-width: 0; border-radius: 0; }#D0307EgIbP8en2OyiAlBaFNLIEn4kT5E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D0307EgIbP8en2OyiAlBaFNLIEn4kT5E > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:60rem;position:relative;display:block; }#uv0S9a00JKvWmMDhPUPppgOqA9pBcklo { color:#fff48f;display:block;width:54.5625rem;position:absolute;font-family:"grand cru s";font-size:3.625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.7373046875rem;left:2.71875rem;height:4.7124rem;text-align:center;text-align-last:center;display:block; }
#zSaXT3zKCsevdE82UUA3dSOMFIIp9HDm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zSaXT3zKCsevdE82UUA3dSOMFIIp9HDm > .row .container { background-color: transparent; background-image: none; }#zSaXT3zKCsevdE82UUA3dSOMFIIp9HDm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSaXT3zKCsevdE82UUA3dSOMFIIp9HDm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSaXT3zKCsevdE82UUA3dSOMFIIp9HDm > .row .container > .video-iframe-container { display: none; }#zSaXT3zKCsevdE82UUA3dSOMFIIp9HDm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSaXT3zKCsevdE82UUA3dSOMFIIp9HDm > .row > .video-iframe-container { display: none; }#zSaXT3zKCsevdE82UUA3dSOMFIIp9HDm > .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); }#zSaXT3zKCsevdE82UUA3dSOMFIIp9HDm > .row .container { border-width: 0; border-radius: 0; }#zSaXT3zKCsevdE82UUA3dSOMFIIp9HDm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zSaXT3zKCsevdE82UUA3dSOMFIIp9HDm > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;position:relative;display:block; }#T3fO517FrlFyTdMI0LqqVoq8qXFhfMnz { position:absolute;display:block;z-index:14996;background-color:#03044c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.875rem;width:18.4375rem;top:1.3125rem;left:0rem;display:none; }
#HmlEKCqdkvwG3n0WIza8XHeQELDGZSRw { position:absolute;display:block;z-index:14995;background-color:#03044c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.875rem;width:18.4375rem;top:1.3125rem;left:41.5625rem;display:none; }
#iyhRFOMTbTncgGTCEr7L3QN8rwDCNcf9 { position:absolute;display:block;z-index:14997;background-color:#03044c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.875rem;width:18.4375rem;top:1.3125rem;left:20.8125rem;display:none; }
#I978pEJEnE2aWIRHyEQ8FU2uaCOKMoPg { color:rgba(var(--color-secondary-2),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:4.125rem;left:22.4375rem;height:1.58105625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VdlnFiSFK1xazXOfq5CpuqDurk8gnqTK { color:rgba(var(--color-secondary-2),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:4.125rem;left:3.34375rem;height:1.58105625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F2XyEbXAwn26gubhaFyWyqNn9pl7WKlZ { color:rgba(var(--color-secondary-2),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.5rem;left:2.125rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#Gd5wwXQJ1Tpb0cW92rcdq0G8x4fRQlC8 { color:rgba(var(--color-secondary-2),1);display:block;width:13.6245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.23046875rem;left:22.9365234375rem;height:5.5234375rem;text-align:center;text-align-last:center;display:block; }
#giX4CUy9ucqe7ALT5F3IQrSgctfn8O1Q { box-sizing:content-box;color:#5d92ff;font-size:5.6875rem;font-weight:400;line-height:1;height:8.125rem;width:8.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:.2;top:8.1875rem;left:29.8125rem; }
#UVc21R1RUs2rMvyoidyXVT4bOygDd4ZX { box-sizing:content-box;color:#5d92ff;font-size:6.125rem;font-weight:400;line-height:1;height:8.75rem;width:8.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:.2;top:8.1875rem;left:50.1875rem; }
#OczedebkXBsEe1sTXE1nfxNlHJGXqxFM { box-sizing:content-box;color:#5d92ff;font-size:6.5625rem;font-weight:400;line-height:1;height:9.375rem;width:9.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:.2;top:7.625rem;left:9.125rem; }
#bzgmtgaDZED2O2Kqkysi5bWO9yN5Z4FZ { color:rgba(var(--color-secondary-2),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:4.125rem;left:41.03125rem;height:2.8869625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RyUFcT0nf4pTuomsL5JDtTGoTFgOIQb5 { color:rgba(var(--color-secondary-2),1);display:block;width:13.624rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.0234375rem;left:42.96875rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#k9rLhT2QgGnWg5idmawQSrW7wLnPtE2s { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:20.125rem;top:2.0625rem;left:0rem;overflow:hidden;display:block; }
#GgubLsm6UM82Sy4zf0ugLb85c4nU1drw { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:20.125rem;top:2.28125rem;left:20rem;overflow:hidden;display:block; }
#ge2F5wt5PvpImEOFTBRfeZBUHRWS2ewE { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:20.125rem;top:2.28125rem;left:39.875rem;overflow:hidden;display:block; }
#X5vZX5KcBg2BJ0TlTp5tGbidhUhTEVpn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X5vZX5KcBg2BJ0TlTp5tGbidhUhTEVpn > .row .container { background-color: transparent; background-image: none; }#X5vZX5KcBg2BJ0TlTp5tGbidhUhTEVpn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5vZX5KcBg2BJ0TlTp5tGbidhUhTEVpn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5vZX5KcBg2BJ0TlTp5tGbidhUhTEVpn > .row .container > .video-iframe-container { display: none; }#X5vZX5KcBg2BJ0TlTp5tGbidhUhTEVpn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5vZX5KcBg2BJ0TlTp5tGbidhUhTEVpn > .row > .video-iframe-container { display: none; }#X5vZX5KcBg2BJ0TlTp5tGbidhUhTEVpn > .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); }#X5vZX5KcBg2BJ0TlTp5tGbidhUhTEVpn > .row .container { border-width: 0; border-radius: 0; }#X5vZX5KcBg2BJ0TlTp5tGbidhUhTEVpn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X5vZX5KcBg2BJ0TlTp5tGbidhUhTEVpn > .row .container { font-size:0.875rem;font-family:arial;height:52.25rem;width:60rem;position:relative;display:block; }#zUtJHFTpLcMwiiZ7OqTOLOrOeDKQObzR { color:rgba(var(--color-secondary-2),1);display:block;width:31.1875rem;position:absolute;font-family:"grand cru s";font-size:2.125rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:5.1873779296875rem;left:3.499755859375rem;height:4.67480625rem;text-align:left;text-align-last:left;display:block; }
#g0zTWHvDeZduEu3uBbacA6pnTNHx84dX { color:rgba(var(--color-tertiary-3),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:12.125rem;left:3.5rem;height:1.44348125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iQdUc1AE2I0EfhQPCUeppxqM7QSEXJfU { color:rgba(var(--color-tertiary-3),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:14.25rem;left:3.5rem;height:7.7988125rem;text-align:left;text-align-last:left;display:block; }
#JwdTR4Ravf1PCDPORMOFgPkxIDWgp2SZ { box-sizing:content-box;height:16.375rem;width:16.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),0.31);background-image:none;top:5.5843505859375rem;left:35.811157226562rem;display:block; }
#y6pKNvFw3yLx0LkPSrUWP18ntTMlLLoM { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.1875rem;width:16.25rem;top:4.3404541015625rem;left:35.403198242188rem;overflow:hidden;display:block; }
#zhZCW3biGLhpL8becTGndeCKbihtrUXQ { color:rgba(var(--color-tertiary-3),1);display:block;width:14.436625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:31.125rem;left:22.8125rem;height:1.4433625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QcioMdGl49brPk18sliCRFTDsJShOwzS { color:rgba(var(--color-tertiary-3),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:33.8125rem;left:22.8125rem;height:9.098625rem;text-align:left;text-align-last:left;display:block; }
#AGTPcMu5phDKfPUBHDL3LhCTRcqyZAqv { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:18.6875rem;top:27.875rem;left:2.5rem;overflow:hidden;display:block; }
#BWwBfZKvlisL0doXKxOCWgG3ZNTy3VUu { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:16.0625rem;top:51.3125rem;left:37.24853515625rem;overflow:hidden;display:block; }
#cSGlN8MCS5v1A6wXIel8Q9X2KQbX7OP2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cSGlN8MCS5v1A6wXIel8Q9X2KQbX7OP2 > .row .container { background-color: transparent; background-image: none; }#cSGlN8MCS5v1A6wXIel8Q9X2KQbX7OP2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSGlN8MCS5v1A6wXIel8Q9X2KQbX7OP2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSGlN8MCS5v1A6wXIel8Q9X2KQbX7OP2 > .row .container > .video-iframe-container { display: none; }#cSGlN8MCS5v1A6wXIel8Q9X2KQbX7OP2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSGlN8MCS5v1A6wXIel8Q9X2KQbX7OP2 > .row > .video-iframe-container { display: none; }#cSGlN8MCS5v1A6wXIel8Q9X2KQbX7OP2 > .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); }#cSGlN8MCS5v1A6wXIel8Q9X2KQbX7OP2 > .row .container { border-width: 0; border-radius: 0; }#cSGlN8MCS5v1A6wXIel8Q9X2KQbX7OP2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cSGlN8MCS5v1A6wXIel8Q9X2KQbX7OP2 > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:60rem;position:relative;display:block; }#VSNuPD70rZawiEiERkfFzCL70OJIEvOX { color:rgba(var(--color-primary-1),1);display:block;width:25.0625rem;position:absolute;font-family:"grand cru s";font-size:2.125rem;font-weight:normal;z-index:15016;line-height:1.1;letter-spacing:0;top:2.4375rem;left:4.125rem;height:2.3374rem;text-align:left;text-align-last:left;display:block; }
#II9s6mbBJMqN7XBMk7fddUcWI1gRS24R { color:rgba(var(--color-primary-1),1);display:block;width:14.4360625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:5.18115234375rem;left:4.125rem;height:1.4433625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EwkkgUaCeHDQQQgTmFdVlEJoC0oJ1Asx { color:rgba(var(--color-primary-1),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:7.875rem;left:4.125rem;height:9.098625rem;text-align:left;text-align-last:left;display:block; }
#zywia1x0BdKhv9wEhEsH03JqZiXT2yxE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/0d9b7c25-940e-4b63-a6f2-14e87515372e/elementograficos_BhagavadGita1250x450px.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zywia1x0BdKhv9wEhEsH03JqZiXT2yxE.adaptive-delivery-prevent-bg, #zywia1x0BdKhv9wEhEsH03JqZiXT2yxE.lazyload, #zywia1x0BdKhv9wEhEsH03JqZiXT2yxE.lazyloading { background-image: none; }#zywia1x0BdKhv9wEhEsH03JqZiXT2yxE > .row .container { background-color: transparent; background-image: none; }#zywia1x0BdKhv9wEhEsH03JqZiXT2yxE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zywia1x0BdKhv9wEhEsH03JqZiXT2yxE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zywia1x0BdKhv9wEhEsH03JqZiXT2yxE > .row .container > .video-iframe-container { display: none; }#zywia1x0BdKhv9wEhEsH03JqZiXT2yxE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zywia1x0BdKhv9wEhEsH03JqZiXT2yxE > .row > .video-iframe-container { display: none; }#zywia1x0BdKhv9wEhEsH03JqZiXT2yxE > .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); }#zywia1x0BdKhv9wEhEsH03JqZiXT2yxE > .row .container { border-width: 0; border-radius: 0; }#zywia1x0BdKhv9wEhEsH03JqZiXT2yxE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zywia1x0BdKhv9wEhEsH03JqZiXT2yxE > .row .container { font-size:0.875rem;font-family:arial;height:59.5625rem;width:60rem;position:relative;display:block; }#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .widget-form-header {  }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:19.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .widget-input-text { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #c5c5c5;border-left:0.0625rem solid #c5c5c5;border-right:0.0625rem solid #c5c5c5;border-bottom:0.0625rem solid #c5c5c5;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:19.25rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:1rem;overflow:hidden;font-family:"proxima nova";vertical-align:top;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .widget-input-text {padding-top: 0; padding-bottom: 0;}#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .widget-textarea { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #c5c5c5;border-left:0.0625rem solid #c5c5c5;border-right:0.0625rem solid #c5c5c5;border-bottom:0.0625rem solid #c5c5c5;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:19.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:"proxima nova";vertical-align:top;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .widget-input-select { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #c5c5c5;border-left:0.0625rem solid #c5c5c5;border-right:0.0625rem solid #c5c5c5;border-bottom:0.0625rem solid #c5c5c5;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:19.25rem;box-sizing:border-box;height:2.5rem;color:#d6d4d4;font-family:"open sans";font-size:1rem;overflow:hidden;vertical-align:top;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .widget-input-select {padding-top: 0; padding-bottom: 0;}#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .widget-input-button { border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;background-color:rgba(var(--color-primary-2),1);background-image:none;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.3125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:19.25rem;height:3.6875rem;font-family:"proxima nova";overflow:hidden; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"proxima nova";font-size:1rem; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"proxima nova";font-size:1rem; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"proxima nova";font-size:1rem; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"proxima nova";font-size:1rem; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .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.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:18.0625rem;overflow:hidden;font-style:normal;float:none; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .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; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .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.5;float:none; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .widget-container:first-of-type{padding-top:0;}#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .widget-container:last-of-type{padding-bottom:0;}#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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: none;left:34.6240234375rem;top:13.6240234375rem;z-index:15011;position:absolute; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.25rem;display:block;vertical-align:top; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE {display:block;}#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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: none;left:34.6240234375rem;top:13.6240234375rem;z-index:15011;position:absolute; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #DJQbS4Aqu1XSrOAHF1VPxnTvm4mq4hd5 { position:relative; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #OhU98lPMliu9sTMAdxHXhF3GD7BkfLKs { position:relative;display:none; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #JVkANWPlTEecHJhQORKWsEN0AHryXzDH { position:relative; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #a1wHgnyzQxK0sXPLkFndSc3luPPEmbRF { position:relative; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #crccmEGtFxnbl5oJb3zmrWeOolACD33I { position:relative;display:none; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #XALVbMgn5aX0Hcodat1XlIZr5y9QEzJ4 { position:relative; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #y3RH7u7ta0xNQeBl6l97LbWSu2O18hs9 { position:relative; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #G8G5B4wDThhBJD9Bd7NDKzM2O0otl5pq { position:relative;display:none; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #kRCthLQqBqFV1CXpZkkW9P7rcHZTZGVE { position:relative; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #CdUXv4XhXvN64gKQoGM2PPxuwF8J5Lqk { position:relative; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #V7ouOE7mXrqvclfwdxVSi1EPKzfGA9UQ { position:relative;display:none; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #mIV74P9Pwqw7RD17nNkbK7vqwLuLauTH { position:relative; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #wIwXOWBwMoaAIIDmTn4F2wy9mC6Ao77q { position:relative; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #yZLv3JKTVG6VZP6JqqCdLOoGDkORBim0 { position:relative; }
#BP9vnN9fZCuroUR55aOeVmKTBz4TZc4R { color:#6e6e6e;display:block;width:20rem;position:absolute;font-family:"proxima nova";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #452c02;top:47.062255859375rem;left:5.5621337890625rem;height:2.9746125rem;font-style:normal;display:block; }
#Gt0A7d9NaznUogqN9Jk5FL36aLDBmPBE { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:29.0625rem;width:24.0625rem;top:6.75rem;left:33.4375rem;display:block; }
#K1Wldgfdd5ahHSW3cE2q1s7EbACyqtVA { color:#515151;display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;height:3.25rem;top:9.25rem;left:35.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LkFFhv1IMo9AysUdGvQFnCxCCSwwnLzT { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:6.5625rem;width:6.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:.45;top:30.375rem;left:18.5rem; }
#TaS46KJxwcBb5I1Z1CWqigUehd6eb6x6 { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.06201175rem;width:20.4995rem;top:46.687133789062rem;left:5.43701171875rem;display:block; }
#qwA0MWzUoqkT8s1PKdJOGxioXQTMlExK { color:#6e6e6e;display:block;width:20.5rem;position:absolute;font-family:"proxima nova";font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #452c02;top:43.3125rem;left:5.5625rem;height:4.46191875rem;font-style:normal;display:block; }
#X9Fq860gRC9TaC6CRRhnyUiJqytWu4cf { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.1875rem;width:24.6875rem;top:39.49951171875rem;left:3.6871337890625rem;display:block; }
#Zog5hHmgbV0JCgtNHv9wBMJGTnUT6smP { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0623915rem;width:20.4996875rem;top:47.875rem;left:36.4375rem;display:none; }
#xJy1Er179ebdHOsE1dqiohDvHgNST9dH { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0623915rem;width:20.4996875rem;top:42.31201171875rem;left:35.937377929688rem;display:none; }
#oBdMiwAXKfSf6ayCeiXdJlOHuSOcJokx { display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:40.5625rem;left:5.4375rem;height:1.625rem;color:rgba(var(--color-tertiary-1),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#TnTufUx0WJvZG1OxUcrWhT74OUnDMbUa { display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:40.875rem;left:33.25rem;height:1.3125rem;color:rgba(var(--color-tertiary-1),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#MK9P7TDNszhSs14tnshFL94G0dxGUVQI { color:#6e6e6e;display:block;width:20.5rem;position:absolute;font-family:"proxima nova";font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #452c02;top:43.0625rem;left:33.4375rem;height:4.46191875rem;font-style:normal;display:block; }
#HBOGBR9pGmsfZWUZtZFldkxthaEOs5BM { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.3125rem;width:27.75rem;top:39.49951171875rem;left:31.62451171875rem;display:block; }
#pv356yWxOsgQc1SDZR39q87cpyCAF3ee { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:31.4375rem;top:2.6875rem;left:0rem;overflow:hidden;display:block; }
#vducK5wzIBmBq5atQbc11Zg3qTkTgkSo { color:#6e6e6e;display:block;width:20rem;position:absolute;font-family:"proxima nova";font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #452c02;top:46.99951171875rem;left:33.499755859375rem;height:2.9746125rem;font-style:normal;display:block; }
#JOdIbN3Rd0bHVPLExTxVKkKNBgObA9gP { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.06201175rem;width:20.4985625rem;top:46.562133789062rem;left:33.24951171875rem;display:block; }
#e1uy3Tni9vfItVSg0MRlcit63IkCpkTG { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:6.25rem;width:6.25rem;top:20.75rem;left:4.4375rem;display:block; }
#UkuIzAr0wVRFWpSvU2BTEMwe10zUd8hR { display:block;width:14.75rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:400;z-index:15022;line-height:1;letter-spacing:0;top:22.5rem;left:12.9375rem;height:2.75025rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oKafO1KPPMixNlVrOEyhoAezZZHZtTJF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:21.8125rem;left:10.4375rem; }
#NVx5TsrW0vDQafXimrqI515RqayzvFUl { color:rgba(var(--color-secondary-2),1);display:block;width:16.375rem;position:absolute;font-family:"grand cru s";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:30.875rem;left:7.25rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#dSHGLtqBwtc5VNXPNCCKUsEizr6gPz2O { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:23.25rem;top:28.5625rem;left:4.25rem;overflow:hidden;display:block; }
#V9vZxTKe07wyJFNyQb1qoHTFGiiqhrBd { display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:40.875rem;left:33.4375rem;height:1.3125rem;color:rgba(var(--color-tertiary-1),1);font-style:normal;text-align:left;text-align-last:left;display:none; }
#ITxHpFRQJ5vwHGonZJhVMTBJ8VFQkSnL { color:#6e6e6e;display:block;width:20rem;position:absolute;font-family:"proxima nova";font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #452c02;top:50.66162109375rem;left:5.5621337890625rem;height:2.9746125rem;font-style:normal;display:block; }
#mSTLJZTTxuQGB1Pnvgs6pV71TTmKdzmd { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0616455rem;width:20.49925rem;top:50.263671875rem;left:5.5621337890625rem;display:block; }
#OwhAanqvMTScH3GydJSzyR0dEq8C4snp { color:#6e6e6e;display:block;width:20rem;position:absolute;font-family:"proxima nova";font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #452c02;top:50.66162109375rem;left:33.562133789062rem;height:2.97485rem;font-style:normal;display:block; }
#nQOsI5itArqFtmZr9Z9xlJLPyLo5Qzat { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0616455rem;width:20.4980625rem;top:50.201416015625rem;left:33.4375rem;display:block; }
#IyvLpufZdJVBI2ZtDsUlI2kTVwd34s7S { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.06201175rem;width:20.4995rem;top:46.687133789062rem;left:5.43701171875rem;display:none; }
#gNdJI5hT1IrAcBVzzT54T47moQ3iU7Ip { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0623915rem;width:20.4996875rem;top:42.31201171875rem;left:35.937377929688rem;display:none; }
#a8ML2i1PhuBu5fICbpyqpXRomUttuxW9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a8ML2i1PhuBu5fICbpyqpXRomUttuxW9 > .row .container { background-color: transparent; background-image: none; }#a8ML2i1PhuBu5fICbpyqpXRomUttuxW9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8ML2i1PhuBu5fICbpyqpXRomUttuxW9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8ML2i1PhuBu5fICbpyqpXRomUttuxW9 > .row .container > .video-iframe-container { display: none; }#a8ML2i1PhuBu5fICbpyqpXRomUttuxW9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8ML2i1PhuBu5fICbpyqpXRomUttuxW9 > .row > .video-iframe-container { display: none; }#a8ML2i1PhuBu5fICbpyqpXRomUttuxW9 > .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); }#a8ML2i1PhuBu5fICbpyqpXRomUttuxW9 > .row .container { border-width: 0; border-radius: 0; }#a8ML2i1PhuBu5fICbpyqpXRomUttuxW9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a8ML2i1PhuBu5fICbpyqpXRomUttuxW9 > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:60rem;position:relative;display:block; }#I7S61cD6vJtSAmT41kak0wgq24N0TTSI { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0.98);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I7S61cD6vJtSAmT41kak0wgq24N0TTSI > .row .container { background-color: transparent; background-image: none; }#I7S61cD6vJtSAmT41kak0wgq24N0TTSI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7S61cD6vJtSAmT41kak0wgq24N0TTSI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7S61cD6vJtSAmT41kak0wgq24N0TTSI > .row .container > .video-iframe-container { display: none; }#I7S61cD6vJtSAmT41kak0wgq24N0TTSI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7S61cD6vJtSAmT41kak0wgq24N0TTSI > .row > .video-iframe-container { display: none; }#I7S61cD6vJtSAmT41kak0wgq24N0TTSI > .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); }#I7S61cD6vJtSAmT41kak0wgq24N0TTSI > .row .container { border-width: 0; border-radius: 0; }#I7S61cD6vJtSAmT41kak0wgq24N0TTSI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I7S61cD6vJtSAmT41kak0wgq24N0TTSI > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:60rem;position:relative;display:block; }#hahIUZlQtFaFUBAS13LLBepKJTX7ui4f { display:block;width:25rem;position:absolute;font-family:"gotham narrow";font-size:1.875rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:7.0625rem;left:2.4375rem;height:0;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:none; }
#B9LqKB7HT25nXGIBDm4tMeL1prTN0zpC { display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:7.22412109375rem;left:0rem;height:19.5rem;color:#646464;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zkGLdmNd4CFeuQuiUspdTofP3ULEk9NV { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.9375rem;width:30.1875rem;top:7.224609375rem;left:29.8125rem;display:block; }
#Uq7U8tI2i7x2mfiqRai9vlaR4tr3OOXp { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:"grand cru s";font-size:2.6875rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:0rem;left:0rem;height:5.9121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sy0ROB9DL8JoGNi1TkwrGSyOLS2cw71W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sy0ROB9DL8JoGNi1TkwrGSyOLS2cw71W > .row .container { background-color: transparent; background-image: none; }#sy0ROB9DL8JoGNi1TkwrGSyOLS2cw71W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sy0ROB9DL8JoGNi1TkwrGSyOLS2cw71W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sy0ROB9DL8JoGNi1TkwrGSyOLS2cw71W > .row .container > .video-iframe-container { display: none; }#sy0ROB9DL8JoGNi1TkwrGSyOLS2cw71W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sy0ROB9DL8JoGNi1TkwrGSyOLS2cw71W > .row > .video-iframe-container { display: none; }#sy0ROB9DL8JoGNi1TkwrGSyOLS2cw71W > .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); }#sy0ROB9DL8JoGNi1TkwrGSyOLS2cw71W > .row .container { border-width: 0; border-radius: 0; }#sy0ROB9DL8JoGNi1TkwrGSyOLS2cw71W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sy0ROB9DL8JoGNi1TkwrGSyOLS2cw71W > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:60rem;position:relative;display:block; }#cKPSTiTEigDVzXKDdzes0RMExqsesBWS { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cKPSTiTEigDVzXKDdzes0RMExqsesBWS > .row .container { background-color: transparent; background-image: none; }#cKPSTiTEigDVzXKDdzes0RMExqsesBWS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKPSTiTEigDVzXKDdzes0RMExqsesBWS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKPSTiTEigDVzXKDdzes0RMExqsesBWS > .row .container > .video-iframe-container { display: none; }#cKPSTiTEigDVzXKDdzes0RMExqsesBWS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKPSTiTEigDVzXKDdzes0RMExqsesBWS > .row > .video-iframe-container { display: none; }#cKPSTiTEigDVzXKDdzes0RMExqsesBWS > .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); }#cKPSTiTEigDVzXKDdzes0RMExqsesBWS > .row .container { border-width: 0; border-radius: 0; }#cKPSTiTEigDVzXKDdzes0RMExqsesBWS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cKPSTiTEigDVzXKDdzes0RMExqsesBWS > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#ZUQyXbSOpW3GXtIgySrE3tesTH0TuTbk { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:8.0625rem;top:1.34375rem;left:25.96875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #n4Tqb3bUbDUuIuZN29Lr1mybCnviBxrT { display:block; }#n4Tqb3bUbDUuIuZN29Lr1mybCnviBxrT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vIXV1K0kNkGGTgXMKgFPULJsmST8yoHV { width:15.0625rem;height:2.8125rem;top:26.375rem;left:17.56201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtcI9anZLrqWqSXHPQQpUyZuSISX8ngw { display:block; }
 }@media only screen and (max-width: 763px) { #TQUBAKvDtWG9KS2iTnsbAgma8xAMS0yp { width:2.5rem;height:2.5rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAKoST4PiImlyfKECONgauak2DSuqNaB { width:3.125rem;height:3.125rem;top:24.75rem;left:28.245119094849rem;display:none; }
 }@media only screen and (max-width: 763px) { #g6Qff4Bxr68k5iemwkT9bbpe4QWClHuX { display:block; }#g6Qff4Bxr68k5iemwkT9bbpe4QWClHuX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aIzKIFNzmHFmgLF5XsTU3m8gzMSkNKfn { width:26.1875rem;height:6.125rem;top:5.75rem;left:22.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D85mkUyoVO12s3TzBJJ7Osexx4vbbMUI { width:26.1875rem;height:6.125rem;top:5.75rem;left:22.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgQUS56PhTiAIM6wVviIK7tWRMpBAuqk { width:3.4375rem;height:3.4375rem;top:1.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIkRoPJPXpqwUGGbarOgrDMIuwVB0oVn { width:26.1875rem;height:6.125rem;top:5.75rem;left:22.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWKUBnrAqCoGbUZcefLzGNHHiUthIUDd { display:block; }#EWKUBnrAqCoGbUZcefLzGNHHiUthIUDd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOtxNmWRu3zfXhMZW5dF44fJvRsXyNFX { display:block; }#tOtxNmWRu3zfXhMZW5dF44fJvRsXyNFX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B4T9PcB1rKsDVFRko019lFIHd7VXCm16 { width:23.5625rem;height:15.9375rem;top:4.375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG8UfCSET8gLLAkTILTXxqEcwq2ubTun { width:28.5625rem;height:25.5625rem;top:5rem;left:19.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLT1Pau2anKCUszn58OT6Q38dF6gRSEn { width:20.9375rem;height:20.6875rem;top:15.0625rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #icWAHzn6w3rDiQrXA026FLPBALN399tD { width:3.125rem;height:3.125rem;top:18.625rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hc0bd5B85sNSa4AWc7HecoTqsL5dD9RB { width:3.125rem;height:3.125rem;top:13.625rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT3Gx1P3ZFt6lwSQV6mDMzi0OaRqm45X { width:3.125rem;height:3.125rem;top:16.1875rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpOVTmcKGQtcTW2HXtcBgcGIyI8zbMkD { width:22.625rem;height:22.6875rem;top:9.5625rem;left:1.1865234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XrVWToU2C4dldWWRutOnDhBTeRpRoWhw { display:block; }#XrVWToU2C4dldWWRutOnDhBTeRpRoWhw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQ4A8HTTNDTvSK2lJT6ZcZOZKTeWCTtx { width:47.75rem;height:4.6875rem;top:2.375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #orzt7orZyEzXSgbcJVReXlaUO36fs21K { width:18.125rem;height:1.4375rem;top:23.625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AA0eDpmVt898eDxu0iXWZyRUzRgbLnJc { width:26.1875rem;height:6.125rem;top:5.75rem;left:22.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #onPQgeQd63rPPbwabSAJsNWeAcmHZuT0 { width:26.1875rem;height:6.125rem;top:5.75rem;left:22.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e97TGepruRDNRvWtzvxyOciUav3KW9oT { width:16.75rem;height:1.8125rem;top:27.625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwNb0PeVzxPIZ409ZLrkEkqGcFikmMHd { width:14.8125rem;height:2rem;top:27.5625rem;left:8.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVlPSqLhH7kLM7qRE9itBi6VzmioPvvg { width:17.4375rem;height:1.4375rem;top:23.6875rem;left:6rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5Z7eEfgI07DOs044IQCDRrAeJABbfIP { width:2.75rem;height:2.75rem;top:25.125rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW3TLm4f3v8V8QH48AlfoT8bHcU5ehlA { width:17.375rem;height:1.4375rem;top:23.75rem;left:24.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcKt8GUbvefJTaA8pBaQqGxdiiPyI7DJ { width:14.125rem;height:1.625rem;top:31.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRumWINBkStiNrd08smTQRaZVACx1eBz { width:17rem;height:8.25rem;top:15.1875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilGTXLaUW8nTAEcD1Z7AAe1CT0EKzrrr { width:17.25rem;height:9.0625rem;top:14.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVD5lqNf1pCAk3IaOq3q7X72OqmZutbX { width:47.75rem;height:9.5625rem;top:7.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z831TbICzhJ4FwQfvga6PENPXv8RAOx7 { width:26.1875rem;height:6.125rem;top:5.75rem;left:22.75rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #D0307EgIbP8en2OyiAlBaFNLIEn4kT5E { display:block; }#D0307EgIbP8en2OyiAlBaFNLIEn4kT5E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uv0S9a00JKvWmMDhPUPppgOqA9pBcklo { width:47.75rem;height:4.6875rem;top:3.6875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSaXT3zKCsevdE82UUA3dSOMFIIp9HDm { display:block; }#zSaXT3zKCsevdE82UUA3dSOMFIIp9HDm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3fO517FrlFyTdMI0LqqVoq8qXFhfMnz { width:18.4375rem;height:16.875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmlEKCqdkvwG3n0WIza8XHeQELDGZSRw { width:18.4375rem;height:16.875rem;top:1.3125rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyhRFOMTbTncgGTCEr7L3QN8rwDCNcf9 { width:18.4375rem;height:16.875rem;top:1.3125rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I978pEJEnE2aWIRHyEQ8FU2uaCOKMoPg { width:15.125rem;height:1.5625rem;top:4.125rem;left:16.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdlnFiSFK1xazXOfq5CpuqDurk8gnqTK { width:14.4375rem;height:1.5625rem;top:4.125rem;left:1.28125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2XyEbXAwn26gubhaFyWyqNn9pl7WKlZ { width:15.125rem;height:6.4375rem;top:6.5rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd5wwXQJ1Tpb0cW92rcdq0G8x4fRQlC8 { width:13.5625rem;height:5.5rem;top:7.1875rem;left:16.7490234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #giX4CUy9ucqe7ALT5F3IQrSgctfn8O1Q { width:8.125rem;height:8.125rem;top:8.1875rem;left:23.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UVc21R1RUs2rMvyoidyXVT4bOygDd4ZX { width:8.75rem;height:8.75rem;top:8.1875rem;left:38.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OczedebkXBsEe1sTXE1nfxNlHJGXqxFM { width:9.375rem;height:9.375rem;top:7.625rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bzgmtgaDZED2O2Kqkysi5bWO9yN5Z4FZ { width:17.9375rem;height:2.875rem;top:4.125rem;left:29.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyUFcT0nf4pTuomsL5JDtTGoTFgOIQb5 { width:13.5625rem;height:5.1875rem;top:8rem;left:32.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9rLhT2QgGnWg5idmawQSrW7wLnPtE2s { width:20.125rem;height:14.9375rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgubLsm6UM82Sy4zf0ugLb85c4nU1drw { width:20.125rem;height:14.9375rem;top:2.25rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge2F5wt5PvpImEOFTBRfeZBUHRWS2ewE { width:20.125rem;height:14.9375rem;top:2.25rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5vZX5KcBg2BJ0TlTp5tGbidhUhTEVpn { display:block; }#X5vZX5KcBg2BJ0TlTp5tGbidhUhTEVpn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUtJHFTpLcMwiiZ7OqTOLOrOeDKQObzR { width:31.1875rem;height:4.6875rem;top:5.125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0zTWHvDeZduEu3uBbacA6pnTNHx84dX { width:14.375rem;height:1.4375rem;top:12.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQdUc1AE2I0EfhQPCUeppxqM7QSEXJfU { width:29.375rem;height:7.75rem;top:14.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwdTR4Ravf1PCDPORMOFgPkxIDWgp2SZ { width:16.375rem;height:16.375rem;top:5.5625rem;left:29.686157226562rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6pKNvFw3yLx0LkPSrUWP18ntTMlLLoM { width:16.25rem;height:20.187375rem;top:4.3125rem;left:29.278198242188rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhZCW3biGLhpL8becTGndeCKbihtrUXQ { width:14.375rem;height:1.4375rem;top:31.125rem;left:16.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcioMdGl49brPk18sliCRFTDsJShOwzS { width:32.5rem;height:9.0625rem;top:33.8125rem;left:15.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGTPcMu5phDKfPUBHDL3LhCTRcqyZAqv { width:18.6875rem;height:18.6875rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWwBfZKvlisL0doXKxOCWgG3ZNTy3VUu { width:16.0625rem;height:25rem;top:51.3125rem;left:31.12353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSGlN8MCS5v1A6wXIel8Q9X2KQbX7OP2 { display:block; }#cSGlN8MCS5v1A6wXIel8Q9X2KQbX7OP2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VSNuPD70rZawiEiERkfFzCL70OJIEvOX { width:25.0625rem;height:2.3125rem;top:2.4375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #II9s6mbBJMqN7XBMk7fddUcWI1gRS24R { width:14.375rem;height:1.4375rem;top:5.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwkkgUaCeHDQQQgTmFdVlEJoC0oJ1Asx { width:28.75rem;height:9.0625rem;top:7.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zywia1x0BdKhv9wEhEsH03JqZiXT2yxE { display:block; }#zywia1x0BdKhv9wEhEsH03JqZiXT2yxE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .widget-regular-label { width:19.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;height:auto; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .widget-input-text { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .widget-input-text {padding-top: 0; padding-bottom: 0;}#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .widget-textarea { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .widget-input-select { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .widget-input-select {padding-top: 0; padding-bottom: 0;}#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .widget-input-button { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .widget-checkbox-label { width:18.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE  { width:19.25rem;height:auto;top:13.5625rem;left:25.4365234375rem; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .radio-container { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE {display:block;}#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE { width:19.25rem;height:auto;top:13.5625rem;left:25.4365234375rem; }
 }@media only screen and (max-width: 763px) { #ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #DJQbS4Aqu1XSrOAHF1VPxnTvm4mq4hd5 {  }
 }@media only screen and (max-width: 763px) { #ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #OhU98lPMliu9sTMAdxHXhF3GD7BkfLKs { display:block; }
 }@media only screen and (max-width: 763px) { #ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #JVkANWPlTEecHJhQORKWsEN0AHryXzDH {  }
 }@media only screen and (max-width: 763px) { #ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #a1wHgnyzQxK0sXPLkFndSc3luPPEmbRF {  }
 }@media only screen and (max-width: 763px) { #ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #crccmEGtFxnbl5oJb3zmrWeOolACD33I { display:block; }
 }@media only screen and (max-width: 763px) { #ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #XALVbMgn5aX0Hcodat1XlIZr5y9QEzJ4 {  }
 }@media only screen and (max-width: 763px) { #ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #y3RH7u7ta0xNQeBl6l97LbWSu2O18hs9 {  }
 }@media only screen and (max-width: 763px) { #ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #G8G5B4wDThhBJD9Bd7NDKzM2O0otl5pq { display:block; }
 }@media only screen and (max-width: 763px) { #ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #kRCthLQqBqFV1CXpZkkW9P7rcHZTZGVE {  }
 }@media only screen and (max-width: 763px) { #ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #CdUXv4XhXvN64gKQoGM2PPxuwF8J5Lqk {  }
 }@media only screen and (max-width: 763px) { #ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #V7ouOE7mXrqvclfwdxVSi1EPKzfGA9UQ { display:block; }
 }@media only screen and (max-width: 763px) { #ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #mIV74P9Pwqw7RD17nNkbK7vqwLuLauTH {  }
 }@media only screen and (max-width: 763px) { #ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #wIwXOWBwMoaAIIDmTn4F2wy9mC6Ao77q {  }
 }@media only screen and (max-width: 763px) { #ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #yZLv3JKTVG6VZP6JqqCdLOoGDkORBim0 {  }
 }@media only screen and (max-width: 763px) { #BP9vnN9fZCuroUR55aOeVmKTBz4TZc4R { width:20rem;height:2.9375rem;top:47rem;left:2.49951171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gt0A7d9NaznUogqN9Jk5FL36aLDBmPBE { width:24.0625rem;height:29.0625rem;top:6.75rem;left:23.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #K1Wldgfdd5ahHSW3cE2q1s7EbACyqtVA { width:19.75rem;height:3.25rem;top:9.25rem;left:25.9375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LkFFhv1IMo9AysUdGvQFnCxCCSwwnLzT { width:6.5625rem;height:6.5625rem;top:30.375rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaS46KJxwcBb5I1Z1CWqigUehd6eb6x6 { width:20.4375rem;height:0;top:46.625rem;left:2.37451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwA0MWzUoqkT8s1PKdJOGxioXQTMlExK { width:20.5rem;height:4.4375rem;top:43.3125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9Fq860gRC9TaC6CRRhnyUiJqytWu4cf { width:24.6875rem;height:15.1875rem;top:39.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zog5hHmgbV0JCgtNHv9wBMJGTnUT6smP { width:20.4375rem;height:0;top:47.875rem;left:27.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xJy1Er179ebdHOsE1dqiohDvHgNST9dH { width:20.4375rem;height:0;top:42.25rem;left:26.749877929688rem;display:none; }
 }@media only screen and (max-width: 763px) { #oBdMiwAXKfSf6ayCeiXdJlOHuSOcJokx { width:26.1875rem;height:6.125rem;top:5.75rem;left:-1.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnTufUx0WJvZG1OxUcrWhT74OUnDMbUa { width:26.1875rem;height:6.125rem;top:5.75rem;left:-1.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK9P7TDNszhSs14tnshFL94G0dxGUVQI { width:20.5rem;height:4.4375rem;top:43.0625rem;left:24.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBOGBR9pGmsfZWUZtZFldkxthaEOs5BM { width:27.75rem;height:15.3125rem;top:39.4375rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv356yWxOsgQc1SDZR39q87cpyCAF3ee { width:31.4375rem;height:18.4375rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vducK5wzIBmBq5atQbc11Zg3qTkTgkSo { width:20rem;height:2.9375rem;top:46.9375rem;left:24.31201171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOdIbN3Rd0bHVPLExTxVKkKNBgObA9gP { width:20.4375rem;height:0;top:46.5rem;left:24.06201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1uy3Tni9vfItVSg0MRlcit63IkCpkTG { width:6.25rem;height:6.25rem;top:20.75rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UkuIzAr0wVRFWpSvU2BTEMwe10zUd8hR { width:26.1875rem;height:6.125rem;top:5.75rem;left:22.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKafO1KPPMixNlVrOEyhoAezZZHZtTJF { width:3.125rem;height:3.125rem;top:21.8125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVx5TsrW0vDQafXimrqI515RqayzvFUl { width:16.375rem;height:6rem;top:30.875rem;left:4.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSHGLtqBwtc5VNXPNCCKUsEizr6gPz2O { width:23.25rem;height:10.3125rem;top:28.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9vZxTKe07wyJFNyQb1qoHTFGiiqhrBd { width:26.1875rem;height:6.125rem;top:5.75rem;left:-1.125rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITxHpFRQJ5vwHGonZJhVMTBJ8VFQkSnL { width:20rem;height:2.9375rem;top:50.625rem;left:2.49951171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSTLJZTTxuQGB1Pnvgs6pV71TTmKdzmd { width:20.4375rem;height:0;top:50.25rem;left:2.4996337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwhAanqvMTScH3GydJSzyR0dEq8C4snp { width:20rem;height:2.9375rem;top:50.625rem;left:24.374633789062rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQOsI5itArqFtmZr9Z9xlJLPyLo5Qzat { width:20.4375rem;height:0;top:50.1875rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyvLpufZdJVBI2ZtDsUlI2kTVwd34s7S { width:20.4375rem;height:0;top:46.625rem;left:2.37451171875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gNdJI5hT1IrAcBVzzT54T47moQ3iU7Ip { width:20.4375rem;height:0;top:42.25rem;left:26.749877929688rem;display:none; }
 }@media only screen and (max-width: 763px) { #a8ML2i1PhuBu5fICbpyqpXRomUttuxW9 { display:block; }#a8ML2i1PhuBu5fICbpyqpXRomUttuxW9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I7S61cD6vJtSAmT41kak0wgq24N0TTSI { display:block; }#I7S61cD6vJtSAmT41kak0wgq24N0TTSI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hahIUZlQtFaFUBAS13LLBepKJTX7ui4f { width:26.1875rem;height:6.125rem;top:5.75rem;left:22.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9LqKB7HT25nXGIBDm4tMeL1prTN0zpC { width:27.9375rem;height:19.5rem;top:7.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkGLdmNd4CFeuQuiUspdTofP3ULEk9NV { width:30.1875rem;height:16.9375rem;top:7.1875rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq7U8tI2i7x2mfiqRai9vlaR4tr3OOXp { width:47.75rem;height:5.875rem;top:0rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy0ROB9DL8JoGNi1TkwrGSyOLS2cw71W { display:none; }#sy0ROB9DL8JoGNi1TkwrGSyOLS2cw71W > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cKPSTiTEigDVzXKDdzes0RMExqsesBWS { display:block; }#cKPSTiTEigDVzXKDdzes0RMExqsesBWS > .row .container { width:47.75rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZUQyXbSOpW3GXtIgySrE3tesTH0TuTbk { width:8.0625rem;height:3.5625rem;top:1.3125rem;left:19.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f783c21e-2718-4904-9175-cb8accc6762b/SR_WebMobile400500px.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container { display: none; }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .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); } }@media only screen and (max-width: 763px) { #n4Tqb3bUbDUuIuZN29Lr1mybCnviBxrT { background-color:#04435a;background-image:url("https://images.assets-landingi.com/uc/a61a6273-a99f-4736-a2ba-73062a163fd2/BMMBhagavadGitaCap111.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;z-index:auto;display:block; }#n4Tqb3bUbDUuIuZN29Lr1mybCnviBxrT.adaptive-delivery-prevent-bg, #n4Tqb3bUbDUuIuZN29Lr1mybCnviBxrT.lazyload, #n4Tqb3bUbDUuIuZN29Lr1mybCnviBxrT.lazyloading { background-image: none; }#n4Tqb3bUbDUuIuZN29Lr1mybCnviBxrT > .row .container { background-color: transparent; background-image: none; }#n4Tqb3bUbDUuIuZN29Lr1mybCnviBxrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4Tqb3bUbDUuIuZN29Lr1mybCnviBxrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4Tqb3bUbDUuIuZN29Lr1mybCnviBxrT > .row .container > .video-iframe-container { display: none; }#n4Tqb3bUbDUuIuZN29Lr1mybCnviBxrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4Tqb3bUbDUuIuZN29Lr1mybCnviBxrT > .row > .video-iframe-container { display: none; }#n4Tqb3bUbDUuIuZN29Lr1mybCnviBxrT > .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); }#n4Tqb3bUbDUuIuZN29Lr1mybCnviBxrT > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vIXV1K0kNkGGTgXMKgFPULJsmST8yoHV { width:10.375rem;height:2.25rem;top:18.905639648438rem;left:1.1871337890625rem;background-color:#ff7700;background-image:none;font-size:1.125rem;font-family:"proxima nova";border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtcI9anZLrqWqSXHPQQpUyZuSISX8ngw { display:block; }
 }@media only screen and (max-width: 763px) { #TQUBAKvDtWG9KS2iTnsbAgma8xAMS0yp { display:flex;width:2.625rem;height:2.625rem;top:36.249458312988rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gAKoST4PiImlyfKECONgauak2DSuqNaB { display:flex;width:2.6245125rem;height:2.6245125rem;top:30.8125rem;left:1.1875rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #g6Qff4Bxr68k5iemwkT9bbpe4QWClHuX { display:block; }#g6Qff4Bxr68k5iemwkT9bbpe4QWClHuX > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aIzKIFNzmHFmgLF5XsTU3m8gzMSkNKfn { width:15.18675rem;height:2.8869625rem;top:5.123291015625rem;left:2.406005859375rem;font-size:1.3125rem;line-height:1.1;text-align:center;text-align-last:center;font-family:"proxima nova";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #D85mkUyoVO12s3TzBJJ7Osexx4vbbMUI { width:20rem;height:2.61230625rem;top:8.759765625rem;left:0rem;font-size:1.1875rem;line-height:1.1;text-align:center;text-align-last:center;font-family:"proxima nova";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KgQUS56PhTiAIM6wVviIK7tWRMpBAuqk { width:2.87475625rem;height:2.87475625rem;top:1.3739013671875rem;left:8.5626220703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIkRoPJPXpqwUGGbarOgrDMIuwVB0oVn { width:14.4995rem;height:2.61230625rem;top:12.833251953125rem;left:2.7490234375rem;font-size:1.1875rem;line-height:1.1;text-align:center;text-align-last:center;font-family:"proxima nova";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EWKUBnrAqCoGbUZcefLzGNHHiUthIUDd { display:block; }#EWKUBnrAqCoGbUZcefLzGNHHiUthIUDd > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOtxNmWRu3zfXhMZW5dF44fJvRsXyNFX { background-color:#ffffff;background-image:none;display:block; }#tOtxNmWRu3zfXhMZW5dF44fJvRsXyNFX > .row .container { background-color: transparent; background-image: none; }#tOtxNmWRu3zfXhMZW5dF44fJvRsXyNFX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOtxNmWRu3zfXhMZW5dF44fJvRsXyNFX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOtxNmWRu3zfXhMZW5dF44fJvRsXyNFX > .row .container > .video-iframe-container { display: none; }#tOtxNmWRu3zfXhMZW5dF44fJvRsXyNFX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOtxNmWRu3zfXhMZW5dF44fJvRsXyNFX > .row > .video-iframe-container { display: none; }#tOtxNmWRu3zfXhMZW5dF44fJvRsXyNFX > .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); }#tOtxNmWRu3zfXhMZW5dF44fJvRsXyNFX > .row .container { width:20rem;height:69.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B4T9PcB1rKsDVFRko019lFIHd7VXCm16 { width:13.4375rem;height:8.099625rem;top:1.937255859375rem;left:1.875rem;font-size:2.25rem;line-height:.9;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GG8UfCSET8gLLAkTILTXxqEcwq2ubTun { width:18.3125rem;height:45.5684rem;top:21.755981445312rem;left:1.6876220703125rem;font-size:1.0625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #eLT1Pau2anKCUszn58OT6Q38dF6gRSEn { top:6.7624814453125rem;left:3.7408436777488rem;width:16.1875rem;height:16rem;z-index:15000;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #icWAHzn6w3rDiQrXA026FLPBALN399tD { display:flex;width:2.1875rem;height:2.1875rem;top:39.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Hc0bd5B85sNSa4AWc7HecoTqsL5dD9RB { display:flex;width:2rem;height:2rem;top:43.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WT3Gx1P3ZFt6lwSQV6mDMzi0OaRqm45X { display:flex;width:2rem;height:2rem;top:47.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PpOVTmcKGQtcTW2HXtcBgcGIyI8zbMkD { top:77.234375rem;left:0rem;width:20rem;height:20.055248618784rem;z-index:15000;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XrVWToU2C4dldWWRutOnDhBTeRpRoWhw { background-color:#04435a;background-image:url("https://images.assets-landingi.com/uc/0d9b7c25-940e-4b63-a6f2-14e87515372e/elementograficos_BhagavadGita1250x450px.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XrVWToU2C4dldWWRutOnDhBTeRpRoWhw.adaptive-delivery-prevent-bg, #XrVWToU2C4dldWWRutOnDhBTeRpRoWhw.lazyload, #XrVWToU2C4dldWWRutOnDhBTeRpRoWhw.lazyloading { background-image: none; }#XrVWToU2C4dldWWRutOnDhBTeRpRoWhw > .row .container { background-color: transparent; background-image: none; }#XrVWToU2C4dldWWRutOnDhBTeRpRoWhw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrVWToU2C4dldWWRutOnDhBTeRpRoWhw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrVWToU2C4dldWWRutOnDhBTeRpRoWhw > .row .container > .video-iframe-container { display: none; }#XrVWToU2C4dldWWRutOnDhBTeRpRoWhw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrVWToU2C4dldWWRutOnDhBTeRpRoWhw > .row > .video-iframe-container { display: none; }#XrVWToU2C4dldWWRutOnDhBTeRpRoWhw > .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); }#XrVWToU2C4dldWWRutOnDhBTeRpRoWhw > .row .container { width:20rem;height:112.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQ4A8HTTNDTvSK2lJT6ZcZOZKTeWCTtx { width:20rem;height:3.0874rem;top:2.5380859375rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;color:#04435a;display:block; }
 }@media only screen and (max-width: 763px) { #orzt7orZyEzXSgbcJVReXlaUO36fs21K { width:18.125rem;height:1.4624rem;top:43.4375rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#86431c;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #AA0eDpmVt898eDxu0iXWZyRUzRgbLnJc { width:19.6875rem;height:6.5976625rem;top:105.015625rem;left:0.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;font-family:"proxima nova";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #onPQgeQd63rPPbwabSAJsNWeAcmHZuT0 { width:16.4375rem;height:5.4980625rem;top:98.267575rem;left:1.75rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;font-family:"proxima nova";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #e97TGepruRDNRvWtzvxyOciUav3KW9oT { width:16.75rem;height:1.8125rem;top:78.75rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwNb0PeVzxPIZ409ZLrkEkqGcFikmMHd { width:14.8125rem;height:2.03125rem;top:78.625rem;left:2.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XVlPSqLhH7kLM7qRE9itBi6VzmioPvvg { width:17.4375rem;height:1.4624rem;top:74.7744140625rem;left:1.28125rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#86431c;display:block; }
 }@media only screen and (max-width: 763px) { #r5Z7eEfgI07DOs044IQCDRrAeJABbfIP { display:flex;width:2.75rem;height:2.75rem;top:76.25rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #iW3TLm4f3v8V8QH48AlfoT8bHcU5ehlA { width:17.375rem;height:auto;top:23.75rem;left:1.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#86431c;display:none; }
 }@media only screen and (max-width: 763px) { #NcKt8GUbvefJTaA8pBaQqGxdiiPyI7DJ { width:14.125rem;height:1.625rem;top:95.392575rem;left:2.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#86431c;display:block; }
 }@media only screen and (max-width: 763px) { #lRumWINBkStiNrd08smTQRaZVACx1eBz { width:17rem;height:8.25rem;top:66.5244125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilGTXLaUW8nTAEcD1Z7AAe1CT0EKzrrr { width:17.25rem;height:9.0625rem;top:86.392578125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVD5lqNf1pCAk3IaOq3q7X72OqmZutbX { width:20rem;height:19.125rem;top:46.1494125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z831TbICzhJ4FwQfvga6PENPXv8RAOx7 { width:16.4375rem;height:5.4980625rem;top:81.25rem;left:1.78125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;font-family:"proxima nova";font-weight:400;font-style:normal;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #D0307EgIbP8en2OyiAlBaFNLIEn4kT5E { display:block; }#D0307EgIbP8en2OyiAlBaFNLIEn4kT5E > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uv0S9a00JKvWmMDhPUPppgOqA9pBcklo { width:20rem;height:6.17480625rem;top:2.5380859375rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;color:#fff48f;display:block; }
 }@media only screen and (max-width: 763px) { #zSaXT3zKCsevdE82UUA3dSOMFIIp9HDm { display:block; }#zSaXT3zKCsevdE82UUA3dSOMFIIp9HDm > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3fO517FrlFyTdMI0LqqVoq8qXFhfMnz { width:20rem;height:15.75rem;top:1.6875rem;left:0rem;background-color:#03044c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14994;display:none; }
 }@media only screen and (max-width: 763px) { #HmlEKCqdkvwG3n0WIza8XHeQELDGZSRw { width:20rem;height:14.25rem;top:33.8125rem;left:0rem;background-color:#03044c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #iyhRFOMTbTncgGTCEr7L3QN8rwDCNcf9 { width:20rem;height:14.5625rem;top:18.3125rem;left:0rem;background-color:#03044c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #I978pEJEnE2aWIRHyEQ8FU2uaCOKMoPg { width:16.499rem;height:1.7871125rem;top:20.0625rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#04435a;font-family:"proxima nova";display:block; }
 }@media only screen and (max-width: 763px) { #VdlnFiSFK1xazXOfq5CpuqDurk8gnqTK { width:15.9375rem;height:1.7871125rem;top:3.4996337890625rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:1.625rem;font-weight:400;font-style:normal;font-family:"proxima nova";color:#04435a;display:block; }
 }@media only screen and (max-width: 763px) { #F2XyEbXAwn26gubhaFyWyqNn9pl7WKlZ { width:15.812375rem;height:8.7744375rem;top:5.75rem;left:2.0623779296875rem;font-size:1.125rem;color:#04435a;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #Gd5wwXQJ1Tpb0cW92rcdq0G8x4fRQlC8 { width:15.68725rem;height:5.8496125rem;top:23.375rem;left:2.125rem;font-size:1.125rem;color:#04435a;display:block; }
 }@media only screen and (max-width: 763px) { #giX4CUy9ucqe7ALT5F3IQrSgctfn8O1Q { top:25.25rem;left:11.5rem;width:6.5625rem;height:6.5625rem;z-index:15007;font-size:4.5625rem;opacity:.1;display:block; }
 }@media only screen and (max-width: 763px) { #UVc21R1RUs2rMvyoidyXVT4bOygDd4ZX { top:40.43701171875rem;left:11.412353515625rem;width:6.875rem;height:6.875rem;z-index:15014;font-size:4.8125rem;opacity:.3;display:block; }
 }@media only screen and (max-width: 763px) { #OczedebkXBsEe1sTXE1nfxNlHJGXqxFM { top:7.999267578125rem;left:10.718383789062rem;width:8.125rem;height:8.125rem;z-index:14994;opacity:.1;display:block; }
 }@media only screen and (max-width: 763px) { #bzgmtgaDZED2O2Kqkysi5bWO9yN5Z4FZ { width:16.9995rem;height:3.1621125rem;top:35.640869140625rem;left:1.4996337890625rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#04435a;font-family:"proxima nova";display:block; }
 }@media only screen and (max-width: 763px) { #RyUFcT0nf4pTuomsL5JDtTGoTFgOIQb5 { width:13.6236875rem;height:7.312rem;top:39.37451171875rem;left:3.1878662109375rem;font-size:1.125rem;color:#04435a;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #k9rLhT2QgGnWg5idmawQSrW7wLnPtE2s { width:20rem;height:14.844375rem;top:1.75rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #GgubLsm6UM82Sy4zf0ugLb85c4nU1drw { width:20rem;height:14.844375rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge2F5wt5PvpImEOFTBRfeZBUHRWS2ewE { width:20rem;height:14.844375rem;top:33.522338867188rem;left:0rem;z-index:14945;display:block; }
 }@media only screen and (max-width: 763px) { #X5vZX5KcBg2BJ0TlTp5tGbidhUhTEVpn { display:block; }#X5vZX5KcBg2BJ0TlTp5tGbidhUhTEVpn > .row .container { width:20rem;height:111.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUtJHFTpLcMwiiZ7OqTOLOrOeDKQObzR { width:20rem;height:6.599125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;color:#04435a;display:block; }
 }@media only screen and (max-width: 763px) { #g0zTWHvDeZduEu3uBbacA6pnTNHx84dX { width:14.375rem;height:1.7871125rem;top:28.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.625rem;font-weight:400;font-style:normal;font-family:"proxima nova";color:#86431c;display:block; }
 }@media only screen and (max-width: 763px) { #iQdUc1AE2I0EfhQPCUeppxqM7QSEXJfU { width:20rem;height:12.42775rem;top:30.8125rem;left:0rem;font-size:1.0625rem;color:#86431c;z-index:15015;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JwdTR4Ravf1PCDPORMOFgPkxIDWgp2SZ { width:15.6875rem;height:15.6875rem;top:10.875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6pKNvFw3yLx0LkPSrUWP18ntTMlLLoM { width:14.874875rem;height:18.4375rem;top:10.6875rem;left:2.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zhZCW3biGLhpL8becTGndeCKbihtrUXQ { width:14.375rem;height:1.7871125rem;top:64.42775rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:1.625rem;font-weight:400;font-style:normal;font-family:"proxima nova";color:#86431c;display:block; }
 }@media only screen and (max-width: 763px) { #QcioMdGl49brPk18sliCRFTDsJShOwzS { width:20rem;height:16.5703125rem;top:67.4648625rem;left:0rem;font-size:1.0625rem;color:#86431c;z-index:15015;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AGTPcMu5phDKfPUBHDL3LhCTRcqyZAqv { width:18.6875rem;height:18.6875rem;top:44.49025rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWwBfZKvlisL0doXKxOCWgG3ZNTy3VUu { width:16.0625rem;height:25rem;top:85.285175rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSGlN8MCS5v1A6wXIel8Q9X2KQbX7OP2 { display:block; }#cSGlN8MCS5v1A6wXIel8Q9X2KQbX7OP2 > .row .container { width:20rem;height:24.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VSNuPD70rZawiEiERkfFzCL70OJIEvOX { width:20rem;height:2.19970625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-1),1);display:block; }
 }@media only screen and (max-width: 763px) { #II9s6mbBJMqN7XBMk7fddUcWI1gRS24R { width:14.375rem;height:1.7871125rem;top:4.69921875rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:1.625rem;font-weight:400;font-style:normal;font-family:"proxima nova";color:rgba(var(--color-primary-1),1);display:block; }
 }@media only screen and (max-width: 763px) { #EwkkgUaCeHDQQQgTmFdVlEJoC0oJ1Asx { width:20rem;height:15.1894375rem;top:7.73633125rem;left:0rem;font-size:1.0625rem;color:rgba(var(--color-primary-1),1);z-index:15015;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zywia1x0BdKhv9wEhEsH03JqZiXT2yxE { background-color:#04435a;background-image:url("https://images.assets-landingi.com/uc/0d9b7c25-940e-4b63-a6f2-14e87515372e/elementograficos_BhagavadGita1250x450px.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zywia1x0BdKhv9wEhEsH03JqZiXT2yxE.adaptive-delivery-prevent-bg, #zywia1x0BdKhv9wEhEsH03JqZiXT2yxE.lazyload, #zywia1x0BdKhv9wEhEsH03JqZiXT2yxE.lazyloading { background-image: none; }#zywia1x0BdKhv9wEhEsH03JqZiXT2yxE > .row .container { background-color: transparent; background-image: none; }#zywia1x0BdKhv9wEhEsH03JqZiXT2yxE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zywia1x0BdKhv9wEhEsH03JqZiXT2yxE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zywia1x0BdKhv9wEhEsH03JqZiXT2yxE > .row .container > .video-iframe-container { display: none; }#zywia1x0BdKhv9wEhEsH03JqZiXT2yxE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zywia1x0BdKhv9wEhEsH03JqZiXT2yxE > .row > .video-iframe-container { display: none; }#zywia1x0BdKhv9wEhEsH03JqZiXT2yxE > .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); }#zywia1x0BdKhv9wEhEsH03JqZiXT2yxE > .row .container { border-width: 0; border-radius: 0; }#zywia1x0BdKhv9wEhEsH03JqZiXT2yxE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zywia1x0BdKhv9wEhEsH03JqZiXT2yxE > .row .container { width:20rem;height:109.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .widget-form-header {  }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:16.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .widget-input-text { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-size:1rem;overflow:hidden;font-family:"proxima nova";vertical-align:top;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .widget-input-text {padding-top: 0; padding-bottom: 0;}#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .widget-textarea { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.6875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:"proxima nova";vertical-align:top;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .widget-input-select { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.6875rem;box-sizing:border-box;height:2.5rem;color:#bcbcbc;font-family:"open sans";font-size:1rem;overflow:hidden;vertical-align:top;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .widget-input-select {padding-top: 0; padding-bottom: 0;}#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .widget-input-button { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ff7700;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:16.6875rem;height:3.125rem;font-family:"proxima nova";overflow:hidden; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE [class*="-text"]:-moz-placeholder { color:#bcbcbc;font-family:"proxima nova";font-size:1rem; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE [class*="-text"]::-moz-placeholder { color:#bcbcbc;font-family:"proxima nova";font-size:1rem; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE [class*="-text"]:-ms-input-placeholder { color:#bcbcbc;font-family:"proxima nova";font-size:1rem; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE [class*="-text"]::-webkit-input-placeholder { color:#bcbcbc;font-family:"proxima nova";font-size:1rem; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .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.6875rem;font-weight:300;color:#000000;vertical-align:top;width:15.5rem;overflow:hidden;font-style:normal;float:none; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .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; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .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.5;float:none; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .widget-container:first-of-type{padding-top:0;}#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .widget-container:last-of-type{padding-bottom:0;}#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;left:0.40625rem;top:86.5625rem;z-index:15002; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.6875rem;display:block;vertical-align:top; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:2rem;line-height:1.3;font-weight:700;color:#3c3c3b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE {display:block;}#ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;left:0.40625rem;top:86.5625rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #DJQbS4Aqu1XSrOAHF1VPxnTvm4mq4hd5 {  }
 }@media only screen and (max-width: 763px) { #ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #OhU98lPMliu9sTMAdxHXhF3GD7BkfLKs { display:none; }
 }@media only screen and (max-width: 763px) { #ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #JVkANWPlTEecHJhQORKWsEN0AHryXzDH {  }
 }@media only screen and (max-width: 763px) { #ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #a1wHgnyzQxK0sXPLkFndSc3luPPEmbRF {  }
 }@media only screen and (max-width: 763px) { #ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #crccmEGtFxnbl5oJb3zmrWeOolACD33I { display:none; }
 }@media only screen and (max-width: 763px) { #ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #XALVbMgn5aX0Hcodat1XlIZr5y9QEzJ4 {  }
 }@media only screen and (max-width: 763px) { #ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #y3RH7u7ta0xNQeBl6l97LbWSu2O18hs9 {  }
 }@media only screen and (max-width: 763px) { #ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #G8G5B4wDThhBJD9Bd7NDKzM2O0otl5pq { display:none; }
 }@media only screen and (max-width: 763px) { #ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #kRCthLQqBqFV1CXpZkkW9P7rcHZTZGVE {  }
 }@media only screen and (max-width: 763px) { #ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #CdUXv4XhXvN64gKQoGM2PPxuwF8J5Lqk {  }
 }@media only screen and (max-width: 763px) { #ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #V7ouOE7mXrqvclfwdxVSi1EPKzfGA9UQ { display:none; }
 }@media only screen and (max-width: 763px) { #ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #mIV74P9Pwqw7RD17nNkbK7vqwLuLauTH {  }
 }@media only screen and (max-width: 763px) { #ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #wIwXOWBwMoaAIIDmTn4F2wy9mC6Ao77q {  }
 }@media only screen and (max-width: 763px) { #ahsmLAbVCWwHAeS2opfLgIKuFSzg2xsE #yZLv3JKTVG6VZP6JqqCdLOoGDkORBim0 {  }
 }@media only screen and (max-width: 763px) { #BP9vnN9fZCuroUR55aOeVmKTBz4TZc4R { width:16.9995rem;height:2.7998rem;top:48.413696289062rem;left:1.4990234375rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Gt0A7d9NaznUogqN9Jk5FL36aLDBmPBE { top:81.6875rem;left:0rem;width:20rem;height:23.375rem;z-index:15001;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #K1Wldgfdd5ahHSW3cE2q1s7EbACyqtVA { top:83.124389648438rem;left:1.59423828125rem;width:16.8109375rem;height:2.69921875rem;z-index:15031;color:#515151;font-size:1.125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LkFFhv1IMo9AysUdGvQFnCxCCSwwnLzT { width:1.5625rem;height:1.5625rem;top:41.6875rem;left:0.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TaS46KJxwcBb5I1Z1CWqigUehd6eb6x6 { width:17.8125rem;height:0.0625rem;top:47.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwA0MWzUoqkT8s1PKdJOGxioXQTMlExK { width:17.374875rem;height:4.1997rem;top:43.402709960938rem;left:1.341552734375rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #X9Fq860gRC9TaC6CRRhnyUiJqytWu4cf { width:20rem;height:18.25rem;top:38.154907226562rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #Zog5hHmgbV0JCgtNHv9wBMJGTnUT6smP { width:17.8125rem;height:0.0616455rem;top:42.4365234375rem;left:1.09375rem;z-index:15019;background-color:#ffeba9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #xJy1Er179ebdHOsE1dqiohDvHgNST9dH { width:17.8125rem;height:0.062255875rem;top:69.3125rem;left:1.125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #oBdMiwAXKfSf6ayCeiXdJlOHuSOcJokx { width:20rem;height:1.4375rem;top:40.16357421875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:"proxima nova";display:block; }
 }@media only screen and (max-width: 763px) { #TnTufUx0WJvZG1OxUcrWhT74OUnDMbUa { width:14.4995rem;height:3.125rem;top:56.99951171875rem;left:2.7490234375rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-family:"proxima nova";display:none; }
 }@media only screen and (max-width: 763px) { #MK9P7TDNszhSs14tnshFL94G0dxGUVQI { width:16.749875rem;height:4.1997rem;top:66.125rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HBOGBR9pGmsfZWUZtZFldkxthaEOs5BM { width:20rem;height:18.375rem;top:60rem;left:0rem;z-index:14971;display:block; }
 }@media only screen and (max-width: 763px) { #pv356yWxOsgQc1SDZR39q87cpyCAF3ee { width:20rem;height:11.729rem;top:2.94775390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vducK5wzIBmBq5atQbc11Zg3qTkTgkSo { width:16.62475rem;height:2.7998rem;top:70.3125rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JOdIbN3Rd0bHVPLExTxVKkKNBgObA9gP { width:20rem;height:0;top:74.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1uy3Tni9vfItVSg0MRlcit63IkCpkTG { top:16.163940429688rem;left:6.6241455078125rem;width:6.25rem;height:6.25rem;z-index:15030;overflow:hidden;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkuIzAr0wVRFWpSvU2BTEMwe10zUd8hR { width:14.74975rem;height:2.3369125rem;top:23.364501953125rem;left:3.289306640625rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;font-family:montserrat;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oKafO1KPPMixNlVrOEyhoAezZZHZtTJF { display:flex;width:3.125rem;height:3.125rem;top:22.413940429688rem;left:1.68701171875rem; }
 }@media only screen and (max-width: 763px) { #NVx5TsrW0vDQafXimrqI515RqayzvFUl { width:16.3745rem;height:5.699225rem;top:29.561157226562rem;left:1.812744140625rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#04435a;display:block; }
 }@media only screen and (max-width: 763px) { #dSHGLtqBwtc5VNXPNCCKUsEizr6gPz2O { width:20rem;height:8.8709677419356rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9vZxTKe07wyJFNyQb1qoHTFGiiqhrBd { width:19.4375rem;height:3.125rem;top:61.5rem;left:0.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-family:"proxima nova";z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #ITxHpFRQJ5vwHGonZJhVMTBJ8VFQkSnL { width:20rem;height:2.7998rem;top:52.677001953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mSTLJZTTxuQGB1Pnvgs6pV71TTmKdzmd { width:20rem;height:0;top:74.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwhAanqvMTScH3GydJSzyR0dEq8C4snp { width:20rem;height:2.7998rem;top:74.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nQOsI5itArqFtmZr9Z9xlJLPyLo5Qzat { width:20rem;height:0;top:95.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyvLpufZdJVBI2ZtDsUlI2kTVwd34s7S { width:17.8125rem;height:0.0625rem;top:51.937133789062rem;left:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #gNdJI5hT1IrAcBVzzT54T47moQ3iU7Ip { width:17.8125rem;height:0.062255875rem;top:73.6875rem;left:1.125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #a8ML2i1PhuBu5fICbpyqpXRomUttuxW9 { display:block; }#a8ML2i1PhuBu5fICbpyqpXRomUttuxW9 > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I7S61cD6vJtSAmT41kak0wgq24N0TTSI { background-color:#ffffff;background-image:none;display:block; }#I7S61cD6vJtSAmT41kak0wgq24N0TTSI > .row .container { background-color: transparent; background-image: none; }#I7S61cD6vJtSAmT41kak0wgq24N0TTSI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7S61cD6vJtSAmT41kak0wgq24N0TTSI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7S61cD6vJtSAmT41kak0wgq24N0TTSI > .row .container > .video-iframe-container { display: none; }#I7S61cD6vJtSAmT41kak0wgq24N0TTSI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7S61cD6vJtSAmT41kak0wgq24N0TTSI > .row > .video-iframe-container { display: none; }#I7S61cD6vJtSAmT41kak0wgq24N0TTSI > .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); }#I7S61cD6vJtSAmT41kak0wgq24N0TTSI > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hahIUZlQtFaFUBAS13LLBepKJTX7ui4f { width:16.75rem;height:0;top:14rem;left:2rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #B9LqKB7HT25nXGIBDm4tMeL1prTN0zpC { width:19rem;height:35.08985rem;top:21.4375rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;font-weight:400;font-style:normal;font-family:"proxima nova";color:#515151;display:block; }
 }@media only screen and (max-width: 763px) { #zkGLdmNd4CFeuQuiUspdTofP3ULEk9NV { height:11.21975rem;width:20rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq7U8tI2i7x2mfiqRai9vlaR4tr3OOXp { width:19.4375rem;height:4.00025rem;top:3.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1;font-family:bitter;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sy0ROB9DL8JoGNi1TkwrGSyOLS2cw71W { background-color:#e5e5e5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sy0ROB9DL8JoGNi1TkwrGSyOLS2cw71W > .row .container { background-color: transparent; background-image: none; }#sy0ROB9DL8JoGNi1TkwrGSyOLS2cw71W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sy0ROB9DL8JoGNi1TkwrGSyOLS2cw71W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sy0ROB9DL8JoGNi1TkwrGSyOLS2cw71W > .row .container > .video-iframe-container { display: none; }#sy0ROB9DL8JoGNi1TkwrGSyOLS2cw71W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sy0ROB9DL8JoGNi1TkwrGSyOLS2cw71W > .row > .video-iframe-container { display: none; }#sy0ROB9DL8JoGNi1TkwrGSyOLS2cw71W > .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); }#sy0ROB9DL8JoGNi1TkwrGSyOLS2cw71W > .row .container { border-width: 0; border-radius: 0; }#sy0ROB9DL8JoGNi1TkwrGSyOLS2cw71W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sy0ROB9DL8JoGNi1TkwrGSyOLS2cw71W > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cKPSTiTEigDVzXKDdzes0RMExqsesBWS { display:block; }#cKPSTiTEigDVzXKDdzes0RMExqsesBWS { border-width: 0; border-radius: 0; }#cKPSTiTEigDVzXKDdzes0RMExqsesBWS > .row .container { width:20rem;height:5.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZUQyXbSOpW3GXtIgySrE3tesTH0TuTbk { width:7.1875rem;height:3.25rem;top:1.09375rem;left:6.40625rem;overflow:hidden;z-index:15027;display:block; }
 }