/* info */

/*
green: #13811c
green: rgb(19, 129, 28)
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
//
pink:
blue: #009CC1
*/

/* important */

.display-none {
  display: none !important;
}

.width-100proc {
  width: 100% !important;
}

.width-75proc {
  width: 75% !important;
}

.width-70proc {
  width: 70% !important;
}

.justify-content-center {
  justify-content: center !important;
}

.mlr0-5rem {
  margin-left: .5rem !important;
  margin-right: .5rem !important;
}

.mr-0-5rem {
  margin-right: 0.5rem !important;
}

.ml-0-5rem {
  margin-left: 0.5rem !important;
}

.padding-2-5rem {
  padding: 2.5rem !important;
}

.p0 {
  padding: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.plr4rem {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.font-family-playfair-display {
  font-family: 'Belleza', sans-serif !important;
}

.font-family-hkgrotesk-pro {
  font-family: "Open Sans", sans-serif !important;
}

.font-size-0-85rem {
  font-size: .85rem !important;
}

.font-size-0-9rem {
  font-size: .9rem !important;
}

.font-size-1rem {
  font-size: 1rem !important;
}

.font-size-1-25rem {
  font-size: 1.25rem !important;
}

.font-size-1-4rem {
  font-size: 1.4rem !important;
}

.font-size-2rem {
  font-size: 2rem !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.line-height-1-1 {
  line-height: 1.1 !important;
}

.line-height-1-2 {
  line-height: 1.2 !important;
}

.line-height-1-5 {
  line-height: 1.5 !important;
}

.color-e74c3c {
  color: #e74c3c !important;
}

.color-666 {
  color: #666 !important;
}

.columns-2 {
  columns: 2 !important;
}

.bg-color-eee {
  background-color: #eee !important;
}

.bg-color-f6f6f6 {
  background-color: #f6f6f6 !important;
}

.left-minus-10px {
  left: -10px !important;
}

.border-top-left-radius-2rem {
  border-top-left-radius: 2rem !important;
}

.border-top-right-radius-2rem {
  border-top-right-radius: 2rem !important;
}

.border-bottom-left-radius-2rem {
  border-bottom-left-radius: 2rem !important;
}

.border-bottom-right-radius-2rem {
  border-bottom-right-radius: 2rem !important;
}

.border-top-left-radius-3rem {
  border-top-left-radius: 3rem !important;
}

.border-top-right-radius-3rem {
  border-top-right-radius: 3rem !important;
}

.border-bottom-left-radius-3rem {
  border-bottom-left-radius: 3rem !important;
}

.border-bottom-right-radius-3rem {
  border-bottom-right-radius: 3rem !important;
}

.border-top-left-radius-4rem {
  border-top-left-radius: 4rem !important;
}

.border-top-right-radius-4rem {
  border-top-right-radius: 4rem !important;
}

.border-bottom-left-radius-4rem {
  border-bottom-left-radius: 4rem !important;
}

.border-bottom-right-radius-4rem {
  border-bottom-right-radius: 4rem !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.vertical-align-minus-1px {
  vertical-align: -1px !important;
}

.resize-none {
  resize: none !important;
}

.float-right {
  float: right !important;
}

.right-minus-10px {
  right: -10px !important;
}

.right-15px {
  right: 15px !important;
}

.border-radius-8px {
  border-radius: 8px !important;
}

.border-radius-150px {
  border-radius: 150px !important;
}

.border-top-left-radius-150px {
  border-top-left-radius: 150px !important;
}

.border-bottom-left-radius-150px {
  border-bottom-left-radius: 150px !important;
}

.align-items-center {
  align-items: center !important;
}

.top-24proc {
  top: 24% !important;
}

@media (max-width: 767px) {
  .display-none-for-xs {
    display: none !important;
  }

  .pb0-for-xs {
    padding-bottom: 0 !important;
  }

  .pt1rem-for-xs {
    padding-top: 1rem !important;
  }

  .mb1rem-for-xs {
    margin-bottom: 1rem !important;
  }

  .mr-0-5rem-for-xs {
    margin-right: .5rem !important;
  }

  .pr-calc-gutter-x-times-0-25-for-xs {
    padding-right: calc(var(--bs-gutter-x)*.25) !important;
  }

  .pl-calc-gutter-x-times-0-25-for-xs {
    padding-left: calc(var(--bs-gutter-x)*.25) !important;
  }

  .border-top-left-radius-2rem-for-xs {
    border-top-left-radius: 2rem !important;
  }

  .border-top-right-radius-2rem-for-xs {
    border-top-right-radius: 2rem !important;
  }

  .overflow-x-auto-for-xs {
    overflow-x: auto !important;
  }
}

@media (min-width: 768px) {
  .display-none-for-desktop {
    display: none !important;
  }

  .width-250px-for-desktop {
    width: 250px !important;
  }

  .ml30px-for-desktop {
    margin-left: 30px !important;
  }

  .width-88proc-for-desktop {
    width: 88% !important;
  }

  .width-280px-for-desktop {
    width: 280px !important;
  }

  .pr0-for-desktop {
    padding-right: 0 !important;
  }

  .pl0-for-desktop {
    padding-left: 0 !important;
  }

  .pl-0-75rem-for-desktop {
    padding-left: 0.75rem !important;
  }

  .pl30px-for-desktop {
    padding-left: 30px !important;
  }

  .mr14px-for-desktop {
    margin-right: 14px !important;
  }

  .ml14px-for-desktop {
    margin-left: 14px !important;
  }

  .mlr14px-for-desktop {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }

  .mlr-1-25rem-for-desktop {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .border-top-left-radius-2rem-for-desktop {
    border-top-left-radius: 2rem !important;
  }

  .border-top-right-radius-2rem-for-desktop {
    border-top-right-radius: 2rem !important;
  }

  .border-bottom-left-radius-2rem-for-desktop {
    border-bottom-left-radius: 2rem !important;
  }

  .border-bottom-right-radius-2rem-for-desktop {
    border-bottom-right-radius: 2rem !important;
  }

  .border-top-left-radius-4rem-for-desktop {
    border-top-left-radius: 4rem !important;
  }

  .border-top-right-radius-4rem-for-desktop {
    border-top-right-radius: 4rem !important;
  }

  .border-bottom-left-radius-4rem-for-desktop {
    border-bottom-left-radius: 4rem !important;
  }

  .border-bottom-right-radius-4rem-for-desktop {
    border-bottom-right-radius: 4rem !important;
  }

  .align-items-center-for-desktop {
    align-items: center !important;
  }

  .justify-content-center-for-desktop {
    justify-content: center !important;
  }
}

/* general */

.typed-cursor {
  font-size: 1.75rem;
}

.btn-inner-i {
  margin-left: 0.5rem;
  vertical-align: -1px;
}

.usual-href {
  color: #009CC1;
  text-decoration: none;
}

.usual-href:hover {
  color: #009CC1;
  text-decoration: underline;
}

.block-h2 {
  color: #444;
  font-size: 2rem;
  font-family: 'Belleza', sans-serif;
}

@media (max-width: 767px) {
  .typed-cursor {
    font-size: 1.15rem;
  }
}

/* navigation */

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
  font-size: 2rem;
  font-family: 'Belleza', sans-serif;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.navbar-brand span {
  font-family: "Open Sans", sans-serif;
  display: block;
  margin-top: 5px;
  font-weight: 500;
  color: #444;
  font-size: .9rem;
}

.navbar-brand:hover {
  opacity: .7;
}

.navbar-brand img {
  max-height: 80px;
}

.nav-item-active > a {
  color: #009CC1 !important;
}

.dropdown-menu li {
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.dropdown-menu li:first-child {
  margin-top: 0;
}

.dropdown-menu li:last-child {
  margin-bottom: 0;
}

.dropdown-item {
  line-height: 1.35 !important;
}

@media (max-width: 767px) {
  .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1;
    font-size: 1.3rem;
    font-family: 'Belleza', sans-serif;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
  }

  .navbar-brand span {
    font-family: "Open Sans", sans-serif;
    display: block;
    margin-top: 5px;
    color: #444;
    font-size: .8rem;
  }
}

/* cover */

.front-page-cover-h1 img {
  width: 300px;
  margin-bottom: -30px;
}

.front-page-cover-h1 span:not(.typed-cursor) {
  margin-left: 130px;
  font-size: 1.75rem;
  color: #444;
}

.front-page-cover-inner-div p {
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #666;
}

.front-page-cover-inner-div p a {
  color: #666;
  text-decoration: underline;
}

.front-page-cover-inner-div p a:hover {
  color: #666;
  text-decoration: none;
}

.front-page-cover-inner-div p:nth-last-child(2) {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .front-page-covers {
    padding-left: 100px;
    padding-right: 50px;
  }

  .front-page-cover-inner-div p {
    text-align: left;
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 90%;
  }

  .front-page-cover-inner-div p:nth-last-child(2) {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .front-page-cover-h1 img {
    width: 75%;
  }

  .front-page-cover-h1 span:not(.typed-cursor) {
    font-size: 1.15rem;
  }
}

/* services */

.front-page-individual-course-topic-card {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  box-shadow: 0 1.5rem 4rem rgba(255, 255, 255, 1) !important;
  border-radius: 8px;
}

.front-page-individual-course-topic-card h4 {
  color: #666;
  line-height: 1.25;
  font-family: 'Belleza', sans-serif;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .front-page-individual-course-topic-card .card-body {
    min-height: 210px;
  }
}

.front-page-service-img-small {
  top: 35%;
  top: 18%;
  height: 70%;
  max-width: none;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .front-page-service-img-small {
    height: 160px;
  }
}

.front-page-service-img-big {
  top: 3%;
  height: 94%;
  right: -15px !important;
}

.front-page-courses-topics-ul {
  font-size: .9rem;
  line-height: 1.5;
  padding-inline-start: 18px;
}

/* about */

.front-page-about-desc-div p {
  font-size: 1rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.front-page-about-desc-div p:nth-last-child(2) {
  margin-bottom: 2rem;
}

.about-contacts-div p {
  margin-bottom: 0;
  font-size: 1rem;
  color: #666666;
  line-height: 1.5;
}

.about-contacts-div p a {
  color: #666;
  text-decoration: underline;
}

.about-contacts-div p a:hover {
  color: #666;
  text-decoration: none;
}

/* blog */

.front-page-individual-blog-entry-card h4 {
  color: #444;
  font-size: 1.5rem;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .front-page-individual-blog-entry-card {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    padding-left: 2.5rem !important;
    padding-right: 4.5rem !important;
  }
}

@media (max-width: 767px) {
  .front-page-individual-blog-entry-card {
    padding: 3rem 4rem !important;
  }
}

/* footer */

footer a {
  color: #666;
  font-size: 1rem;
}

footer a:hover {
  color: #666;
  font-size: 1rem;
}

.footer-slogan {
  margin-left: 90px;
  margin-top: -18px;
  margin-bottom: 0;
  font-size: .9rem;
  color: #444;
}

.footer-newsletter-input {
  display: inline-block;
  width: calc(100% - 55px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #fff;
}

.footer-newsletter-a {
  display: inline-block;
  width: 50px;
  margin-left: -6px;
  margin-top: -2px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.copyright-text {
  font-size: .85rem;
  margin-bottom: 0;
  color: #444;
}

.copyright-text a {
  color: #444 !important;
}

@media (max-width: 767px) {
  .footer-newsletter-input {
    width: calc(80% - 55px);
  }
}

/* search modal */

.btn-modal-close {
  top: 20px !important;
  right: 16px !important;
  font-size: 2rem !important;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.search-input {
  border: 0;
  padding: 1.2rem 1.8rem;
  padding-left: 3.75rem;
  font-size: 1.3rem;
  background-image: url('../images/search_regular.svg');
  background-size: 1.3rem;
  background-repeat: no-repeat;
  background-position: 1.5rem 50%;
  color: #444 !important;
  border-radius: 8px;
}

/* individual course */

.individual-course-page-individual-video {
  background-color: #f6f6f6;
  box-shadow: none;
  border-radius: 8px;
}

.individual-course-page-individual-video .card-body {
  background-color: #f6f6f6;
}

.individual-course-page-individual-video h4 {
  font-family: 'Belleza', sans-serif;
  font-size: 1.4rem;
  line-height: 1.25;
  color: #444;
}

.individual-course-page-individual-video p {
  font-size: .9rem;
  line-height: 1.5;
}

.video-tag-class {
  width: 100%;
  height: auto;
  margin-bottom: -7px;
}

/* about page */

.page-about-div p {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: .75rem;
  color: #666;
}

.page-about-div p:last-child,
.page-about-div h2:last-child {
  margin-bottom: 0;
}

.page-about-div b,
.page-about-div strong {
  font-weight: 600;
}

.page-about-content-div h2 {
  color: #444;
  font-size: 2rem;
  font-family: 'Belleza', sans-serif;
  margin-bottom: 1rem;
}

.page-about-content-div p {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #666;
}

.page-about-content-div p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .page-about-div p {
    text-align: left;
    margin-bottom: 1rem;
  }

  .page-about-div p:last-child {
    margin-bottom: 2rem;
  }

  .page-about-content-div h2 {
    margin-bottom: 1.5rem;
  }
}

.error-input {
  border-color: #e74c3c !important;
}

/* privacy policy */

.privacy-policy-div h2 {
  color: #444;
  font-size: 2rem;
  font-family: 'Belleza', sans-serif;
}

.privacy-policy-div h4 {
  color: #444;
  font-size: 1.5rem;
  font-family: 'Belleza', sans-serif;
  margin-bottom: 1rem;
}

.privacy-policy-div p,
.privacy-policy-div ul {
  font-size: 1rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.privacy-policy-div h4:last-child,
.privacy-policy-div p:last-child,
.privacy-policy-div ul:last-child {
  margin-bottom: 0;
}

.privacy-policy-div a {
  color: #666;
  text-decoration: underline;
}

.privacy-policy-div a:hover {
  color: #666;
  text-decoration: none;
}

.privacy-policy-div b,
.privacy-policy-div strong {
  font-weight: 600;
}

.privacy-policy-div table {
  color: #666;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
  border-spacing: 0;
}

.privacy-policy-div table td {
  padding: 10px;
  border: 1px solid #eee;
}

.privacy-policy-div table tr:first-child td {
  text-align: center;
  background-color: #eee;
}

/* cookies agreement class */

.cookies-agreement-class {
  background-color: #e8e8ea;
  text-align: left;
  z-index: 9999999999;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5%;
  padding-top: 17px;
  padding-bottom: 17px;
  letter-spacing: 0.03125em;
  font-size: 15px;
  line-height: 1.45;
  text-transform: none;
  letter-spacing: 0;
  color: #444 !important;
}

.privacy-policy-href-class {
  color: #444 !important;
  text-decoration: underline !important;
}

.privacy-policy-href-class:hover {
  color: #444 !important;
  text-decoration: none !important;
}

.pl20px {
  padding-left: 20px !important;
}

.pr20px {
  padding-right: 20px !important;
}

.width-calc-50proc-minus-2px {
  width: calc(50% - 2px) !important;
}

.mt2px {
  margin-top: 2px !important;
}

.mt3px {
  margin-top: 3px !important;
}

.mt-20px {
  margin-top: 20px !important;
}

.mt12px {
  margin-top: 12px !important;
}

@media (max-width: 767px) {
  .cookies-agreement-class {
    padding: 20px !important;
  }
}

.cookies-agreement-class > div:first-child > div:first-child {
  width: calc(100% - 270px) !important;
}

.ptb10px {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.color-fff {
  color: #fff !important;
}

.mt2px {
  margin-top: 2px !important;
}

.mb12px {
  margin-bottom: 12px !important;
}

.pr30px {
  padding-right: 30px !important;
}

@media (max-width: 767px) {
  .display-none-for-xs {
    display: none !important;
  }

  .mb1-5rem-for-xs {
    margin-bottom: 1.5rem !important;
  }

  .border-top-right-radius-150px-for-xs {
    border-top-right-radius: 150px !important;
  }

  .border-radius-8px-for-xs {
    border-radius: 8px !important;
  }

  .lecture-topic-photo-for-xs {
    width: 70% !important;
    margin-left: 15% !important;
    margin-right: 15% !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .display-none-for-desktop {
    display: none !important;
  }

  .border-bottom-left-radius-150px-for-desktop {
    border-bottom-left-radius: 150px !important;
  }

  .columns-2-for-desktop {
    columns: 2 !important;
  }

  .pt8px-for-desktop {
    padding-top: 8px !important;
  }

  .mt50px-for-desktop {
    margin-top: 50px !important;
  }
}

.display-none {
  display: none !important;
}

.display-inline {
  display: inline !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.width-80proc {
  width: 80% !important;
}

.width-40px {
  width: 40px !important;
}

.display-inline-block {
  display: inline-block !important;
}

.width-55px {
  width: 55px !important;
}

.mt8px {
  margin-top: 8px !important;
}

.privacy-policy-button-agree {
  border: 1px solid #30d883 !important;
  background-color: transparent !important;
  width: 100% !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  border-radius: 0 !important;
  color: #30d883 !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
  transition: all .25s !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.privacy-policy-button-agree > span {
  color: #30d883 !important;
  letter-spacing: 0 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
}

.privacy-policy-button-agree:hover {
  background-color: #30d883 !important;
  color: #fff !important;
}

.privacy-policy-button-agree:hover > span {
  color: #fff !important;
}

.privacy-policy-button-disagree {
  border: 1px solid #ea675b !important;
  background-color: transparent !important;
  width: 100% !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  border-radius: 0 !important;
  color: #ea675b !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
  transition: all .25s !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-left: 15px !important;
}

.privacy-policy-button-disagree > span {
  color: #ea675b !important;
  letter-spacing: 0 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
}

.privacy-policy-button-disagree:hover {
  background-color: #ea675b !important;
  color: #fff !important;
}

.privacy-policy-button-disagree:hover > span {
  color: #fff !important;
}

.font-style-normal {
  font-style: normal !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.privacy-policy-button-agree-mobile {
  border: 1px solid #30d883 !important;
  background-color: transparent !important;
  width: 100% !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  border-radius: 0 !important;
  color: #30d883 !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
  transition: all .25s !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-top: 20px !important;
}

.privacy-policy-button-agree-mobile > span {
  color: #30d883 !important;
  letter-spacing: 0 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
}

.privacy-policy-button-agree-mobile:hover {
  background-color: #30d883 !important;
  color: #fff !important;
}

.privacy-policy-button-agree-mobile:hover > span {
  color: #fff !important;
}

.privacy-policy-button-disagree-mobile {
  border: 1px solid #ea675b !important;
  background-color: transparent !important;
  width: 100% !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  border-radius: 0 !important;
  color: #ea675b !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
  transition: all .25s !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-left: 0 !important;
  margin-top: 10px !important;
}

.privacy-policy-button-disagree-mobile > span {
  color: #ea675b !important;
  letter-spacing: 0 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
}

.privacy-policy-button-disagree-mobile:hover {
  background-color: #ea675b !important;
  color: #fff !important;
}

.privacy-policy-button-disagree-mobile:hover > span {
  color: #fff !important;
}

.btn-agree-with-cookies {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  padding-left: 18px !important;
  padding-right: 18px !important;
  font-size: .8125rem !important;
  background-color: #bc103b !important;
  border-color: #bc103b !important;
  transition: all .15s ease-in-out;
}

.btn-agree-with-cookies:hover {
  background-color: #cc1140 !important;
  border-color: #cc1140 !important;
}

.page-about-content-inner-color-444 p {
  color: #444 !important;
}

.page-about-content-inner-color-666 p {
  color: #666 !important;
}

/* */

.individual-testimonial-div {
  text-align: center;
}

.front-page-slides {
  padding-left: 50px;
  padding-right: 50px;
}

.front-page-slides .flickity-page-dots {
  right: 0;
}

@media (max-width: 767px) {
  .individual-testimonial-div {
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
    width: 100%;
  }

  .front-page-slides .flickity-prev-next-button.previous {
    left: 30px;
  }

  .front-page-slides .flickity-prev-next-button.next {
    right: 30px;
  }
}

@media (min-width: 768px) {
  .individual-testimonial-div {
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
    width: 50%;
  }
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* */
