.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  background-color: #f2f0ee;
  font-family: Rubik, sans-serif;
  color: #6f6f74;
  font-size: 16px;
  line-height: 1.65em;
  font-weight: 400;
}

h1 {
  margin-top: 22px;
  margin-bottom: 22px;
  font-family: Arvo, sans-serif;
  color: #222229;
  font-size: 52px;
  line-height: 1.15em;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Arvo, sans-serif;
  color: #222229;
  font-size: 42px;
  line-height: 1.25em;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Arvo, sans-serif;
  color: #222229;
  font-size: 36px;
  line-height: 1.25em;
  font-weight: 700;
}

h4 {
  margin-top: 18px;
  margin-bottom: 18px;
  font-family: Arvo, sans-serif;
  color: #222229;
  font-size: 30px;
  line-height: 1.3em;
  font-weight: 700;
}

h5 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Arvo, sans-serif;
  color: #222229;
  font-size: 24px;
  line-height: 1.35em;
  font-weight: 700;
}

h6 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Arvo, sans-serif;
  color: #222229;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
}

p {
  margin-bottom: 25px;
  font-family: Rubik, sans-serif;
  color: #6f6f74;
  font-size: 16px;
  line-height: 1.65em;
  font-weight: 400;
}

a {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Rubik, sans-serif;
  color: #e66551;
  font-size: 16px;
  line-height: 1.65em;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  color: #222229;
}

ul {
  margin-top: 0px;
  margin-bottom: 22px;
  padding-left: 30px;
  color: #222229;
}

ol {
  margin-top: 0px;
  margin-bottom: 22px;
  padding-left: 30px;
  color: #222229;
}

li {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 9px;
}

img {
  display: inline-block;
  max-width: 100%;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 30px;
  padding: 5px 20px;
  border-left: 3px solid #e3c020;
  color: #222229;
  font-size: 20px;
  line-height: 1.7em;
  font-style: italic;
}

figure {
  margin-top: 10px;
  margin-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  color: rgba(111, 111, 116, 0.6);
  font-size: 14px;
  text-align: center;
}

.content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: 1360px;
  margin-top: 0px;
  margin-bottom: 50px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-shadow: 1px 1px 2px #f2f0ee;
}

.content.only-single-page {
  margin-top: 0px;
  margin-bottom: 140px;
}

.navbar_ta {
  position: relative;
  left: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  max-height: 60px;
  max-width: 1360px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: transparent;
}

.nav-link {
  padding: 10px 24px;
  opacity: 0.75;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #fff;
}

.nav-link:hover {
  opacity: 1;
  color: #fff;
}

.block-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.link {
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 400ms ease, color 400ms ease;
  transition: border-color 400ms ease, color 400ms ease;
  font-family: Rubik, sans-serif;
  color: #e3c020;
  font-size: 16px;
  line-height: 1.4em;
  font-style: italic;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
}

.link:hover {
  border-bottom: 2px solid #e66551;
  color: #222229;
}

.link.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 30px;
}

.link.ta._2 {
  color: #22306a;
  font-size: 18px;
}

.logo {
  max-width: none;
  margin-bottom: 0px;
  padding-left: 0px;
}

.nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 91%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.dropdown-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  opacity: 0.75;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #fff;
}

.dropdown-toggle:hover {
  opacity: 1;
}

.dropdown-toggle.w--open {
  opacity: 1;
}

.icon-dropdown {
  color: #e3c020;
  font-size: 13px;
  font-weight: 700;
}

.icon-dropdown:hover {
  background-color: transparent;
  color: #f2f0ee;
}

.dropdown-list {
  background-color: #f2f0ee;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.dropdown-list.w--open {
  padding: 15px 4px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 10px 10px -5px rgba(34, 34, 41, 0.05);
}

.dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #222229;
  line-height: 1.4em;
}

.dropdown-link:hover {
  color: #e66551;
}

.dropdown-link.w--current {
  color: #4c69e3;
}

.dropdown-link.w--current:hover {
  color: #e66551;
}

.text-dropdown {
  color: #22306a;
  font-size: 24px;
  font-weight: 500;
}

.text-dropdown:hover {
  color: #e66551;
}

.nav-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-right: auto;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transition: color 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, color 400ms ease;
  transition: transform 400ms ease, color 400ms ease, -webkit-transform 400ms ease;
}

.brand:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.brand.w--current {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: 0px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
}

.brand.w--current:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.menu-button {
  padding: 13px;
  border-radius: 50px;
  background-color: #fff;
  color: #222229;
  font-size: 20px;
}

.menu-button.w--open {
  background-color: #e66551;
  color: #fff;
}

.link-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
}

.nav-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding: 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.75;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.nav-link-block:hover {
  opacity: 1;
}

.icon-nav {
  margin-right: 10px;
  margin-bottom: 2px;
}

.italic-red {
  color: #f2f0ee;
  font-style: italic;
}

.button {
  padding: 20px 45px;
  border-radius: 50px;
  background-color: #e66551;
  -webkit-transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  line-height: 1.4em;
  text-align: center;
}

.button:hover {
  background-color: #4c69e3;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  color: #fff;
}

.button.white {
  margin-top: 26px;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-transition: color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, transform 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, transform 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  color: #222229;
}

.button.white:hover {
  background-color: #e66551;
  color: #fff;
}

.button.white.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 20px;
}

.circle-hero {
  position: absolute;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.circle-a {
  position: absolute;
  left: 147px;
  top: -71px;
  width: 500px;
  max-width: none;
  opacity: 0.05;
  -o-object-fit: contain;
  object-fit: contain;
}

.circle-a.type-1 {
  left: -570px;
  top: -208px;
  width: 370px;
  opacity: 0.23;
}

.circle-a.type-3 {
  left: 139px;
  top: -155px;
  width: 65px;
  opacity: 0.32;
}

.circle-a.type-4 {
  left: 396px;
  top: -196px;
  width: 100px;
  opacity: 0.43;
}

.circle-a.type-5 {
  left: 512px;
  top: -121px;
  width: 35px;
  opacity: 0.58;
}

.circle-a.type-0 {
  left: 48px;
  top: -128px;
  z-index: auto;
  opacity: 0.3;
}

.circle-a.type-1 {
  left: -548px;
  top: -208px;
  width: 370px;
}

.circle-a.type-1 {
  left: -570px;
  top: -208px;
  width: 370px;
  opacity: 0.33;
}

.circle-a.type-2-copy {
  left: -249px;
  top: -274px;
  width: 100px;
  opacity: 0.27;
}

.title-center {
  display: block;
  max-width: 1200px;
  margin-top: 8px;
  margin-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Merienda One', sans-serif;
  color: gold;
  font-size: 35px;
  text-align: center;
}

.subtitle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Merienda One', sans-serif;
  color: #e66551;
  font-size: 12px;
  line-height: 1.3em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.grid-4-columns {
  width: auto;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-block-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 55px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #fff;
  -webkit-transition-property: none;
  transition-property: none;
}

.title-feature {
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: center;
}

.title-feature.white {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Merienda One', sans-serif;
  color: #fff;
  font-size: 30px;
  text-align: left;
}

.title-feature.white {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: 'Merienda One', sans-serif;
  color: #22306a;
  font-size: 30px;
  text-align: left;
}

.title-feature.white {
  margin-top: 0px;
  color: #fff;
  text-align: left;
}

.title-feature.white.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 35px;
}

.title-feature.blue {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: 'Merienda One', sans-serif;
  color: #fff;
  font-size: 30px;
  text-align: left;
  text-shadow: 1px 0 5px #2d2338;
}

.paragraph-feature {
  max-width: 230px;
  text-align: center;
}

.paragraph-feature.white {
  max-width: none;
  margin-bottom: 25px;
  font-family: Delius, sans-serif;
  color: #fff;
  text-align: left;
}

.paragraph-feature.white {
  position: static;
  z-index: 0;
  display: block;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 25px;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.paragraph-feature.white.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.text-feature {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 100%;
  margin-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.grid-2-columns {
  width: 100%;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.block-grid-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4c69e3;
}

.title {
  max-width: 700px;
  margin-top: 8px;
  margin-bottom: 30px;
  color: #f2f0ee;
  text-align: left;
}

.paragraph-white {
  color: #fff;
}

.block-illustration {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 550px;
  margin-top: 95px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-circle {
  position: absolute;
  z-index: 0;
  width: 100px;
}

.block-grid-right {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -11%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.illustration-2 {
  position: relative;
  bottom: auto;
  z-index: 10;
  display: block;
  width: 400px;
  -o-object-fit: contain;
  object-fit: contain;
}

.form-block {
  margin-right: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.submit-button {
  padding: 20px 45px;
  border-radius: 50px;
  background-color: #222229;
  -webkit-transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 1.4em;
  text-align: center;
}

.submit-button:hover {
  background-color: #4c69e3;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  color: #fff;
}

.submit-button.red {
  background-color: #e66551;
}

.submit-button.red:hover {
  background-color: #4c69e3;
}

.text-field {
  height: 62px;
  margin-bottom: 0px;
  padding: 20px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #d3d1d1;
  border-radius: 50px;
  background-color: #fff;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  color: #6f6f74;
  font-size: 16px;
  line-height: 1.4em;
}

.text-field:focus {
  border-color: #8d8d92;
}

.text-field::-webkit-input-placeholder {
  color: rgba(111, 111, 116, 0.6);
}

.text-field:-ms-input-placeholder {
  color: rgba(111, 111, 116, 0.6);
}

.text-field::-ms-input-placeholder {
  color: rgba(111, 111, 116, 0.6);
}

.text-field::placeholder {
  color: rgba(111, 111, 116, 0.6);
}

.form {
  display: -ms-grid;
  display: grid;
  margin-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form._2 {
  margin-top: 40px;
}

.text-error {
  color: #e66551;
  line-height: 1.4em;
  text-align: center;
}

.error-message {
  margin-top: 15px;
  padding: 10px 28px;
  border-radius: 15px;
  background-color: #fff;
}

.advantage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.circle-b1 {
  position: absolute;
  left: -35px;
  top: -163px;
  width: 400px;
  max-width: none;
  opacity: 0.32;
  -o-object-fit: contain;
  object-fit: contain;
}

.circle-b1.type-2 {
  left: 30px;
  top: -186px;
  z-index: auto;
  width: 360px;
  opacity: 0.22;
}

.circle-b1.type-3 {
  left: -125px;
  top: -168px;
  width: 400px;
  opacity: 1;
}

.circle-b2 {
  position: absolute;
  left: -301px;
  top: -156px;
  width: 200px;
  max-width: none;
  opacity: 0.34;
  -o-object-fit: contain;
  object-fit: contain;
}

.circle-b2.type-3 {
  left: -245px;
  top: -306px;
  width: 200px;
  opacity: 1;
}

.circle-b3 {
  position: absolute;
  left: -101px;
  top: -235px;
  width: 90px;
  max-width: none;
  opacity: 0.6;
  -o-object-fit: contain;
  object-fit: contain;
}

.circle-b3.type-1 {
  left: 37px;
  top: -316px;
  width: 250px;
  opacity: 0.29;
}

.circle-b3.type-3 {
  left: 0px;
  top: -302px;
  width: 100px;
  opacity: 1;
}

.circle-b3.type-1 {
  left: 153px;
  top: -279px;
  width: 90px;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-arrow {
  display: block;
  overflow: hidden;
}

.illustration-4 {
  position: relative;
  z-index: 10;
  width: 60%;
  height: 620px;
  -o-object-fit: contain;
  object-fit: contain;
}

.dropdown-list-faq {
  position: relative;
}

.dropdown-list-faq.w--open {
  margin-bottom: 32px;
  padding-right: 32px;
  padding-left: 32px;
  background-color: transparent;
}

.dropdown-toggle-faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  padding: 25px 40px 25px 32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.dropdown-faq {
  width: 100%;
  margin: 5px 0px;
  border-radius: 15px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.dropdown-faq:hover {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.text-faq {
  margin-bottom: 0px;
  color: #22306a;
}

.text-faq.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 18px;
}

.icon-faq {
  margin-right: 30px;
  color: #e66551;
  font-size: 16px;
}

.title-faq {
  color: #222229;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 500;
}

.text-date {
  color: #6f6f74;
  font-size: 14px;
  line-height: 1.3em;
}

.section-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  padding: 60px 30px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2d2338;
}

.content-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1360px;
  margin: 0px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-footer {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". Area . Area-2";
  -ms-grid-columns: 0.25fr 16px 0.25fr 16px 0.25fr 16px 0.25fr;
  grid-template-columns: 0.25fr 0.25fr 0.25fr 0.25fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.column-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 40%;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-footer.bottom {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.info-footer {
  margin-bottom: 20px;
  opacity: 0.35;
  color: #fff;
  font-size: 12px;
  line-height: 1.3em;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.link-footer {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 400ms ease, color 400ms ease;
  transition: border-color 400ms ease, color 400ms ease;
  font-family: Rubik, sans-serif;
  color: #f2f0ee;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
  text-decoration: none;
}

.link-footer:hover {
  border-bottom: 2px solid #e66551;
  color: #e66551;
}

.brand-footer {
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-transition: color 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, color 400ms ease;
  transition: transform 400ms ease, color 400ms ease, -webkit-transform 400ms ease;
}

.brand-footer:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.link-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-right: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-radius: 50px;
  background-color: #3d2f4d;
  -webkit-transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
}

.link-social:hover {
  background-color: #e66551;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.block-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon-social {
  max-width: none;
}

.navbar-fixed {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding: 15px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(242, 240, 238, 0.8);
  box-shadow: 0 10px 10px -5px rgba(34, 34, 41, 0.05);
  -webkit-transform: translate(0px, -376px);
  -ms-transform: translate(0px, -376px);
  transform: translate(0px, -376px);
}

.navbar-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding-top: 100px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Background_1.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.brand-utility {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 30px;
  -webkit-transition: color 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, color 400ms ease;
  transition: transform 400ms ease, color 400ms ease, -webkit-transform 400ms ease;
}

.brand-utility:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.heading-utility {
  margin-top: 0px;
  font-family: 'Merienda One', sans-serif;
  text-align: center;
}

.paragraph-center {
  font-family: Arvo, sans-serif;
  text-align: center;
}

.section-single-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-single-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border: 0px solid #000;
  border-radius: 0px;
  background-color: transparent;
}

.block-single-page {
  display: block;
  width: 100%;
  max-width: 670px;
  margin-top: 11px;
  margin-bottom: -8px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.rich-text-block {
  font-family: 'Merienda One', sans-serif;
}

.rich-text-block img {
  border-radius: 15px;
}

.title-blog {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 42px;
  line-height: 1.25em;
}

.block-single-blog {
  width: 100%;
  max-width: 670px;
  margin-top: 15px;
  margin-bottom: 40px;
}

.head-single-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vw;
  max-height: 640px;
  max-width: 1360px;
  margin-top: 30px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-blog {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  -o-object-fit: cover;
  object-fit: cover;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 450px;
  margin-bottom: 20px;
  padding: 45px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #fff;
  text-align: center;
}

.utility-page-form {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.button-small-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 30px;
  border-radius: 50px;
  background-color: #e66551;
  -webkit-transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  line-height: 1.4em;
  text-align: center;
}

.button-small-navbar:hover {
  background-color: #4c69e3;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  color: #fff;
}

.button-small-navbar.white {
  background-color: #fff;
  -webkit-transition: color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, transform 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, transform 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  color: #222229;
}

.button-small-navbar.white:hover {
  background-color: #222229;
  color: #fff;
}

.circle-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 70%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-flag {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.card-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #22306a;
  font-size: 17px;
  font-weight: 400;
}

.card-text.ta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Merienda One', sans-serif;
  font-size: 25px;
}

.grey-check-button {
  position: absolute;
  right: 0%;
  z-index: 201;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 146px;
  height: 46px;
  margin-right: 40px;
  padding: 12px 16px 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #e5e5e5;
  color: #afafaf;
  font-size: 17px;
  font-weight: 700;
}

.grey-check-button.ta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 20px;
}

.lesson-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 450px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.lesson-content.q1 {
  position: absolute;
  display: block;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.lesson-content.q1 {
  display: block;
}

.lesson-content.q1 {
  display: block;
}

.lesson-content.q1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lesson-content.q1 {
  display: block;
}

.lesson-content.q1 {
  position: absolute;
  top: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: 90%;
  max-height: none;
  max-width: none;
  min-height: auto;
  margin-top: 0px;
  padding-top: 5%;
  padding-bottom: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  cursor: pointer;
  -o-object-fit: fill;
  object-fit: fill;
}

.top-wrapper {
  display: none;
  margin-top: 11px;
  margin-left: 44px;
}

.green-footer-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 108px;
  min-width: 650px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.red-x {
  display: block;
  width: 32px;
  height: 32px;
  margin-top: 1px;
  margin-left: 1px;
}

.red-footer-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 108px;
  min-width: 650px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.white-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 98px;
  background-color: #fff;
}

.green-check-button {
  position: absolute;
  right: 0%;
  display: none;
  width: 146px;
  height: 46px;
  margin-right: 40px;
  padding: 13px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 4px solid #58a700;
  border-radius: 16px;
  background-color: #58cc02;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}

.green-check-button:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

.green-check-button.incorrect {
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.green-check-button.incorrect:active {
  border-bottom-width: 0px;
  -webkit-transform: translate(0px, 1px);
  -ms-transform: translate(0px, 1px);
  transform: translate(0px, 1px);
}

.green-check-button.incorrect.the-click-button2 {
  position: absolute;
  height: 46px;
  margin-right: 40px;
}

.green-check-button.incorrect.the-click-button2.ta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 20px;
}

.report-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  margin-top: 10px;
  cursor: pointer;
}

.report-div:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

.green-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 43px;
  margin-top: 3px;
  margin-left: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 108px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.q1-solution {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  min-height: 20px;
  margin-top: 15px;
  color: #f2f0ee;
  font-size: 17px;
  text-decoration: underline;
}

.footer-heading {
  width: 400px;
  height: 30px;
  color: #58a700;
  font-size: 24px;
  font-weight: 700;
}

.footer-heading.red {
  color: #f2f0ee;
}

.button-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 0px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  line-height: 15px;
  text-transform: uppercase;
  cursor: none;
}

.cursor-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-small {
  color: #80878d;
  font-size: 13px;
  line-height: 1.5em;
  font-weight: 300;
}

.paragraph-small.no-margin {
  margin-bottom: 10px;
  color: #f2f0ee;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.div-block-3 {
  width: 300px;
  height: 193px;
}

.logo-footer-2 {
  max-width: 150px;
  margin-top: 20px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.paragraph-yellow-bold {
  color: #fff;
}

.bold-text {
  color: gold;
  font-size: 25px;
}

.link-social-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-right: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-radius: 50px;
  background-color: #3d2f4d;
  -webkit-transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
}

.link-social-2:hover {
  background-color: #e66551;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.info-footer-2 {
  margin-bottom: 20px;
  opacity: 0.35;
  color: #fff;
  font-size: 10px;
  line-height: 1.3em;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.section-footer-2 {
  display: none;
  padding: 20px 3vw 20px 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2d2338;
}

.grid-footer-2 {
  width: 100%;
  margin-top: 0px;
  grid-auto-flow: row;
  grid-column-gap: 2vw;
  grid-row-gap: 1vw;
  -ms-grid-columns: 2fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-2-under-line-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -3px;
  overflow: hidden;
  width: 100%;
  height: 4px;
}

.nav-link-2-underline-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #ff5353;
}

.text-block-2 {
  position: relative;
  z-index: 1;
  color: #e89f4c;
  font-size: 20px;
  text-transform: capitalize;
}

.nav-link-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #c4c4c4;
}

.nav-link-2-underline-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #3176ff;
}

.text-span {
  color: #e89f4c;
}

.copyright {
  margin-top: 10px;
  margin-bottom: 40px;
  opacity: 0.35;
  color: #fff;
  font-size: 10px;
  line-height: 2em;
  font-weight: 500;
  text-align: left;
  letter-spacing: 2px;
  text-transform: none;
  -webkit-column-count: auto;
  column-count: auto;
}

.paragraph-white-2 {
  margin-bottom: 20px;
  margin-left: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 2em;
}

.paragraph-white-2.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 25px;
}

.button_o {
  padding: 20px 45px;
  border-radius: 50px;
  background-color: #e66551;
  -webkit-transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  line-height: 1.4em;
  text-align: center;
}

.button_o:hover {
  background-color: #4c69e3;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  color: #fff;
}

.button_o.blue {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e89f4c;
  -webkit-transition: color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, transform 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, transform 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
}

.button_o.blue:hover {
  background-color: #fff;
  color: #222229;
}

.button_o.blue.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 20px;
}

.button_o.blue {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e89f4c;
  -webkit-transition: color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, transform 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, transform 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
}

.button_o.blue:hover {
  background-color: #fff;
  color: #222229;
}

.button_o.blue.ta {
  z-index: auto;
}

.success-message-2 {
  padding: 10px 28px;
  border-radius: 15px;
  background-color: #e3c020;
}

.red-bg-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #fe7b67;
  opacity: 0;
}

.tumbleweed-bg-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #df9f7f;
  opacity: 0;
}

.text-error-2 {
  color: #e66551;
  line-height: 1.4em;
  text-align: center;
}

.text-success-2 {
  color: #222229;
  line-height: 1.4em;
  text-align: center;
}

.error-message-2 {
  margin-top: 15px;
  padding: 10px 28px;
  border-radius: 15px;
  background-color: #fff;
}

.icon-faq-2 {
  margin-right: 30px;
  color: #e66551;
  font-size: 16px;
}

.dropdown-faq-2 {
  width: 100%;
  margin: 5px 0px;
  border-radius: 15px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.dropdown-faq-2:hover {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.title-faq-2 {
  color: #e66551;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 500;
}

.title-faq-2.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  font-weight: 100;
}

.icon-container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  max-width: none;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.a-2-wrapper {
  position: absolute;
  left: 47.6%;
  top: 51.3%;
  right: auto;
  bottom: auto;
  width: 21.5%;
}

.a-2-wrapper.letter-hover {
  z-index: 18;
}

.a-2-wrapper.letter-hover:hover {
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

.map_dancer2 {
  position: absolute;
  left: 52%;
  top: 28%;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: block;
  width: 8%;
}

.platform-icon {
  position: relative;
  z-index: 5;
  display: block;
  width: 90%;
  max-width: none;
  margin-top: 0px;
  margin-right: 0px;
  padding: 10%;
  opacity: 1;
}

.map_dancer3 {
  position: absolute;
  left: 57%;
  top: 29%;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: block;
  width: 17%;
}

.map_dancer4 {
  position: absolute;
  left: 31%;
  top: 13%;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: block;
  width: 20%;
}

.map_cow {
  position: absolute;
  left: 28%;
  top: 34%;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: block;
  width: 20%;
  cursor: pointer;
}

.map_cow:hover {
  left: 29%;
  -webkit-transform: translate(8px, 0px);
  -ms-transform: translate(8px, 0px);
  transform: translate(8px, 0px);
}

.menu-button-2 {
  position: absolute;
  right: 0px;
  display: none;
  margin-right: 0px;
  padding: 13px;
  border-radius: 50px;
  background-color: #fff;
  color: #222229;
  font-size: 20px;
}

.menu-button-2.w--open {
  background-color: #e66551;
  color: #fff;
}

.sub_t {
  position: relative;
  z-index: 120;
  display: none;
  max-width: 480px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 25px;
  line-height: 1.75em;
  text-align: center;
}

.sub_t.ta {
  max-width: 600px;
  font-family: 'Noto Sans Tamil', sans-serif;
  font-weight: 400;
}

.block-navbar-centre {
  position: absolute;
  left: 0px;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  max-height: 60px;
  max-width: 1360px;
  padding-left: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-left-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-toggle-2 {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  margin-left: 40px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  opacity: 0.75;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #f2f0ee;
  font-size: 20px;
  cursor: pointer;
}

.dropdown-toggle-2:hover {
  opacity: 1;
}

.dropdown-toggle-2.w--open {
  opacity: 1;
}

.dropdown-toggle-2.dark {
  color: #6f6f74;
}

.dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #222229;
  line-height: 1.4em;
}

.dropdown-link-2:hover {
  color: #e66551;
}

.dropdown-link-2.w--current {
  color: #4c69e3;
}

.dropdown-link-2.w--current:hover {
  color: #e66551;
}

.dropdown-link-2.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 18px;
}

.dropdown-list-2 {
  background-color: #f2f0ee;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.dropdown-list-2.w--open {
  top: 100%;
  padding: 15px 4px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 10px 10px -5px rgba(34, 34, 41, 0.05);
}

.title-hero-center-2 {
  position: relative;
  z-index: 110;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: 'Merienda One', sans-serif;
  color: #fff;
  font-size: 70px;
  font-weight: 900;
  text-align: center;
}

.title-hero-center-2.ta {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: 'Noto Sans Tamil', sans-serif;
  line-height: 1.5em;
}

.hero-text-block-2 {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 900px;
  margin-top: 20%;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
}

.map_pot {
  position: static;
  left: 7%;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: block;
  width: auto;
  cursor: pointer;
}

.map_pot:hover {
  top: 42%;
  width: auto;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.map_sugar_cane {
  position: absolute;
  left: 17%;
  top: 42%;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: block;
  width: 11%;
}

.map_family {
  position: absolute;
  left: 11%;
  top: 64%;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: block;
  width: 26%;
}

.map_title {
  position: absolute;
  left: 37%;
  top: 57%;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: block;
  width: 20%;
  cursor: pointer;
}

.map_title:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.map_title.ta {
  left: 31%;
  top: 57%;
  width: 30%;
}

.map_flower {
  position: absolute;
  left: 58%;
  top: 57%;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: block;
  width: 10%;
}

.grid-2-columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.block-illustration-2 {
  position: relative;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80%;
  min-height: 200px;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.keyvisual {
  position: relative;
  top: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90%;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.platform-icon-2 {
  position: relative;
  right: auto;
  z-index: 5;
  margin-top: 0px;
  padding: 20%;
  opacity: 1;
}

.introduction1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 35vh;
  max-width: 1360px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-feedback {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 550px;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4c69e3;
}

.elements1 {
  position: absolute;
  left: 34%;
  top: 1%;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: block;
  width: 10%;
}

.circle-hero-overflow-3 {
  position: absolute;
  top: auto;
  bottom: auto;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-img-block-3 {
  position: relative;
  z-index: 150;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1360px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-feature-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 500px;
  padding: 5% 30px 2% 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none #000;
  border-radius: 15px;
  background-color: #5777ff;
  background-image: url('../images/key.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  color: #22306a;
  -o-object-fit: cover;
  object-fit: cover;
}

.discover {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -39%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 27px;
  padding: 11px 30px;
  border-radius: 50px;
  background-color: #22306a;
  font-family: 'Merienda One', sans-serif;
  color: #f2f0ee;
  line-height: 1.4em;
  text-align: center;
  text-shadow: none;
}

.discover.ta {
  background-color: #22306a;
  font-family: 'Noto Sans Tamil', sans-serif;
  color: #f2f0ee;
  text-shadow: none;
  cursor: pointer;
}

.segment-menu-b {
  padding: 5% 30px 30% 55px;
  border-radius: 15px;
  background-color: #22306a;
  background-image: url('../images/SEGMENT__2.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #22306a;
}

.segment-menu-b.segmentb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1004%;
  min-height: 400px;
  padding-bottom: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #5777ff;
  background-image: url('../images/SEGMENT__3.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.segment-menu-b.segmentb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1004%;
  min-height: 400px;
  padding-bottom: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #5777ff;
  background-image: url('../images/clip_4.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.craftathome {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 70px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/background.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.blue-bg-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #5777ff;
  opacity: 0;
}

.block-grid-right-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.color-bg-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -999;
  background-color: #4c69e3;
}

.kv {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 103px 20px 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e89f4c;
  background-image: url('../images/background.jpg');
  background-position: 50% 50%;
  background-size: auto;
  opacity: 0.98;
}

.circle-b1-2 {
  position: absolute;
  left: -170px;
  top: -163px;
  width: 400px;
  max-width: none;
  opacity: 0.1;
  -o-object-fit: contain;
  object-fit: contain;
}

.circle-b1-2.type-1 {
  left: -187px;
  top: -140px;
  width: 300px;
}

.circle-b1-2.type-1 {
  left: -178px;
  top: -236px;
  display: inline-block;
  width: 400px;
}

.circle-b1-2.circle-b3 {
  left: auto;
  top: auto;
  z-index: -1;
  width: 250px;
}

.white {
  color: #fff;
}

.navi {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  max-width: none;
  min-height: 0px;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4c69e3;
  background-image: url('../images/p_pat_2a.png');
  background-position: 50% 50%;
  background-size: auto;
}

.title-2 {
  max-width: 700px;
  margin-top: 8px;
  margin-bottom: 30px;
  text-align: left;
}

.title-2.white {
  margin-right: auto;
  margin-left: 0px;
  font-family: 'Merienda One', sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 400;
}

.title-2.white.ta {
  display: block;
  max-width: none;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 42px;
  font-weight: 700;
  text-align: left;
}

.title-2.white {
  color: #fff;
  font-style: normal;
}

.title-2.white.ta {
  margin-bottom: 10px;
  font-family: 'Noto Sans Tamil', sans-serif;
}

.title-2.white-copy {
  margin-right: auto;
  font-family: 'Merienda One', sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 400;
}

.title-2.white-copy.ta {
  display: block;
  max-width: none;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 46px;
  line-height: 1.5em;
  font-weight: 700;
  text-align: left;
}

.title-2.white-copy {
  margin-right: auto;
  font-family: 'Merienda One', sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 400;
}

.title-2.white-copy.ta {
  display: block;
  max-width: none;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 46px;
  font-weight: 700;
  text-align: left;
}

.image-8 {
  position: absolute;
  left: auto;
  top: auto;
  z-index: 50;
  display: block;
  width: 100%;
  font-size: 100px;
}

.iconwrap-4 {
  position: absolute;
  left: 60%;
  top: 38%;
  width: 50%;
}

.iconwrap-4.icon-hover {
  left: 50%;
  top: 67%;
  width: 40%;
}

.iconwrap-4.icon-hover {
  left: 2%;
  top: 33%;
  width: 100%;
}

.iconwrap-4.icon-hover {
  left: 65%;
  top: 6%;
  width: 32%;
}

.iconwrap-4.icon-hover {
  left: 32%;
  top: 14%;
  width: 40%;
}

.iconwrap-4.icon-hover {
  left: 70%;
  top: 24%;
  width: 30%;
}

.iconwrap-4.icon-hover {
  left: 61%;
  top: 52%;
  width: 20%;
}

.iconwrap-4.icon-hover {
  left: 55%;
  top: 60%;
  width: 40%;
}

.iconwrap-4.icon-hover {
  left: 35%;
  top: 35%;
  width: 30%;
}

.iconwrap-4.icon-hover {
  left: 7%;
  top: 6%;
  width: 30%;
}

.iconwrap-4.icon-hover {
  left: 3%;
  top: 45%;
  width: 35%;
}

.iconwrap-4.icon-hover {
  left: 65%;
  top: 46%;
  z-index: 200;
  width: 25%;
}

.heading-h2 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 2.4em;
  line-height: 1.4em;
  font-weight: 600;
}

.heading-h2.white.margin-16px {
  display: block;
  font-family: 'Merienda One', sans-serif;
  color: #f2f0ee;
}

.heading-h2.white.margin-16px {
  display: block;
  font-family: 'Merienda One', sans-serif;
  color: #f2f0ee;
}

.body-text--18 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 400;
}

.body-text--18.white {
  color: #fff;
}

.body-text--18.white.margin-16px {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.body-text--18.white.margin-16px.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  font-style: normal;
}

.body-text--18.white.margin-16px {
  display: block;
  padding-right: 0%;
  padding-left: 0%;
  font-size: 19px;
  text-align: left;
}

.description_pulli.infobar {
  position: absolute;
  z-index: 60;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25vw;
  margin-left: -28px;
  padding-left: 0px;
}

.description_pulli.infobar {
  position: static;
  z-index: 60;
  display: none;
  width: auto;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.description_surya.infobar {
  position: static;
  z-index: 60;
  display: none;
  width: auto;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.description_pongal.infobar {
  position: static;
  z-index: 60;
  display: none;
  width: auto;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.description_thoranam.infobar {
  position: static;
  z-index: 60;
  display: none;
  width: auto;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.description_maatu.infobar {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 60;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-left: -28px;
  padding-left: 0px;
}

.description_maatu.infobar {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 60;
  display: none;
  width: auto;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-60 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  height: auto;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-size: 16vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.button-day {
  position: absolute;
  left: 10%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 19px;
  background-color: #e09214;
}

.button-day.buttonpop {
  position: absolute;
  left: 20%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.button-day-2 {
  position: absolute;
  left: 30%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 19px;
  background-color: #22306a;
}

.button-day-2.buttonpop {
  position: absolute;
  left: 40%;
  cursor: pointer;
}

.button-day-3 {
  position: absolute;
  left: 50%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 19px;
  background-color: #206628;
}

.button-day-3.buttonpop {
  position: absolute;
  left: 60%;
  cursor: pointer;
}

.button-day-4 {
  position: absolute;
  left: 70%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 19px;
  background-color: #e66551;
}

.button-day-4.buttonpop {
  left: 80%;
  cursor: pointer;
}

.text-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Merienda One', sans-serif;
  color: #f2f0ee;
  font-size: 20px;
  text-align: center;
}

.text-block-17.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 30px;
}

.day_2-image {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  max-width: 80%;
  -o-object-fit: contain;
  object-fit: contain;
}

.day_1-image {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  max-width: 80%;
  -o-object-fit: contain;
  object-fit: contain;
}

.day_3-image {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  max-width: 80%;
  -o-object-fit: contain;
  object-fit: contain;
}

.day_4-image {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  max-width: 80%;
  -o-object-fit: contain;
  object-fit: contain;
}

.button-day-label {
  position: absolute;
  left: 0%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 19px;
  background-color: transparent;
  text-align: left;
}

.div-block-62 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.content-single-page-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 70px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #fff;
}

.content-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1360px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-7.only-single-page {
  margin-top: 0px;
  margin-bottom: 0px;
}

.title-centra-light-2 {
  max-width: 800px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Merienda One', sans-serif;
  color: #f2f0ee;
  text-align: center;
}

.title-centra-light-2.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  text-shadow: none;
}

.subtitle-3 {
  font-family: 'Merienda One', sans-serif;
  color: #f2f0ee;
  font-size: 12px;
  line-height: 1.3em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.image-20 {
  position: static;
  left: auto;
  top: auto;
  z-index: 50;
  width: auto;
  font-size: 100px;
}

.instruction1 {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 450;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Merienda One', sans-serif;
  color: #f2f0ee;
  font-size: 20px;
  font-weight: 400;
}

.div-block-72 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-block-feature-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 55px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #fe7b67;
  -webkit-transition-property: none;
  transition-property: none;
}

.learn-more-white-3 {
  padding: 11px 30px;
  border-radius: 50px;
  background-color: #fff;
  color: #222229;
  line-height: 1.4em;
  text-align: center;
}

.learn-more-white-3.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  font-weight: 700;
}

.grid-4-columns-2 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 0px;
  margin-bottom: -44px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". . . ."
    "Area Area Area Area";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-feature-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.q1 {
  position: absolute;
  top: auto;
  display: none;
  width: 100%;
  max-width: 1360px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.q_-a1 {
  position: relative;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lesson-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: auto;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lesson-wrong1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 10px;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px 2px 4px;
  border-color: #e5e5e5;
  border-radius: 16px;
  background-color: #fff;
  cursor: pointer;
}

.lesson-wrong1:hover {
  border-bottom-width: 2px;
  background-color: #f7f7f7;
  -webkit-transform: translate(0px, 1px);
  -ms-transform: translate(0px, 1px);
  transform: translate(0px, 1px);
}

.lesson-wrong1:active {
  border-style: solid;
  border-width: 2px;
  border-color: #1cb0f6;
  background-color: #ddf4ff;
  color: #1cb0f6;
}

.exit_button {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-6 {
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 12px;
}

.button-6.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.button-6.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 18px;
}

.exite {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  color: transparent;
  cursor: pointer;
}

.green-correct-button {
  position: absolute;
  right: 0%;
  display: none;
  width: 146px;
  height: 46px;
  margin-right: 40px;
  padding: 13px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 4px solid #58a700;
  border-radius: 16px;
  background-color: #58cc02;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}

.green-correct-button:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

.green-correct-button.correct {
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.green-correct-button.correct:active {
  border-bottom-width: 0px;
  -webkit-transform: translate(0px, 1px);
  -ms-transform: translate(0px, 1px);
  transform: translate(0px, 1px);
}

.green-correct-button.correct.the-click-button.advantage {
  width: 200px;
  height: 50px;
  margin-top: 0px;
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 20px;
}

.green-correct-button.correct.the-click-button.ta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 65px;
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 20px;
}

.green-correct-button.continue {
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom-color: #5777ff;
  background-color: #4c69e3;
}

.green-correct-button.continue:active {
  border-bottom-width: 0px;
  background-color: #5777ff;
  -webkit-transform: translate(0px, 1px);
  -ms-transform: translate(0px, 1px);
  transform: translate(0px, 1px);
}

.green-correct-button.continue.ta {
  width: auto;
  height: 50px;
  padding-top: 15px;
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 16px;
  text-align: center;
}

.green-correct-button.enter {
  position: static;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.green-correct-button.enter:active {
  border-bottom-width: 0px;
  -webkit-transform: translate(0px, 1px);
  -ms-transform: translate(0px, 1px);
  transform: translate(0px, 1px);
}

.green-correct-button.enter.ta {
  font-size: 25px;
}

.hero-text-block-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.feedback {
  display: block;
  width: 100vw;
  height: auto;
  max-width: 1360px;
  margin-top: 5%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-buttons-copy {
  width: 60vw;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.modal-slide {
  color: #151c34;
}

.modal-element {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  max-height: none;
  max-width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 20px;
  background-color: #fff;
  -o-object-fit: contain;
  object-fit: contain;
}

.modal-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px 38px 65px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 55px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(21, 28, 52, 0.1);
}

.slide-navigation {
  bottom: 10px;
  color: #151c34;
  font-size: 10px;
}

.icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 105px;
  height: 105px;
  padding: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #e89f4c;
}

.icon {
  width: 90px;
}

.modal-slider {
  position: static;
  height: auto;
  background-color: transparent;
}

.close {
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.close:hover {
  opacity: 1;
}

.modal-detail {
  display: block;
  min-width: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Exo, sans-serif;
  color: #e66551;
  font-weight: 600;
  white-space: nowrap;
}

.modal-detail.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
}

.paragraph-standard {
  color: #22306a;
  font-size: 16px;
  line-height: 1.5;
}

.paragraph-standard.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
}

.icon-2 {
  left: 20%;
  top: auto;
  right: 0%;
  bottom: 2%;
  margin-left: 2px;
  border-radius: 20px;
  background-color: #e89f4c;
  opacity: 1;
}

.icon-3 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 2%;
  border-radius: 20px;
  background-color: #e89f4c;
}

.heading-19 {
  border-style: none;
  border-width: 1px;
  border-color: #e66551;
  font-family: 'Merienda One', sans-serif;
  color: #e66551;
}

.heading-19.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 36px;
}

.heading-20 {
  font-family: 'Merienda One', sans-serif;
  color: #e66551;
}

.heading-20.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
}

.heading-21 {
  font-family: 'Merienda One', sans-serif;
  color: #e66551;
}

.subtitle-4 {
  margin-bottom: 38px;
  color: #22306a;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.subtitle-4.white {
  color: #22306a;
  font-size: 14px;
}

.subtitle-4.white.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.subtitle-4.ta {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 700;
}

.title-2-copy {
  max-width: 700px;
  margin-top: 8px;
  margin-bottom: 30px;
  text-align: left;
}

.title-2-copy.white {
  color: #f2f0ee;
}

.side-text {
  color: #f2f0ee;
  font-size: 20px;
}

.side-text.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 20px;
}

.subtitle-4-copy {
  color: #e66551;
  font-size: 12px;
  line-height: 1.3em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.subtitle-4-copy.white {
  color: #22306a;
  font-size: 20px;
}

.subtitle-4-copy.white-copy {
  color: #e3c020;
  font-size: 15px;
}

.subtitle-4-copy.white-copy {
  font-family: 'Noto Sans Tamil', sans-serif;
  color: #e3c020;
  font-size: 20px;
}

.subtitle-4-copy.white-copy-copy {
  color: #e3c020;
  font-size: 15px;
}

.subtitle-4-copy.white-copy-copy {
  font-family: 'Noto Sans Tamil', sans-serif;
  color: #e3c020;
  font-size: 14px;
}

.subtitle-4-copy.white-copy-copy {
  font-family: 'Noto Sans Tamil', sans-serif;
  color: #e3c020;
  font-size: 20px;
}

.yellow-bg-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #e89f4c;
  opacity: 0;
}

.title-center-5 {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin-top: 8px;
  margin-bottom: 30px;
  font-family: 'Merienda One', sans-serif;
  color: #f2f0ee;
  text-align: center;
}

.title-center-5.ta {
  max-width: 900px;
  margin-top: 20px;
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 45px;
}

.quiz_cover-page {
  position: absolute;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #e66551;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 101, 81, 0.87)), to(rgba(230, 101, 81, 0.87))), url('../images/el__2.png');
  background-image: linear-gradient(180deg, rgba(230, 101, 81, 0.87), rgba(230, 101, 81, 0.87)), url('../images/el__2.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 10%;
  opacity: 1;
  font-size: 30px;
}

.green-label {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 200;
  display: none;
  width: 80vw;
  height: 140px;
  border-top: 2px none #e5e5e5;
  background-color: #638c1c;
}

.green-label.check {
  z-index: 999;
  display: none;
  height: 10%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
}

.red-label {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 400;
  display: none;
  width: 80vw;
  height: 140px;
  border-top: 2px none #e5e5e5;
  background-color: #fe7b67;
}

.red-label.check {
  z-index: 999;
  display: none;
  height: 10%;
  border-radius: 20px;
}

.quiz_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  min-height: 900px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #22306a;
  background-image: url('../images/p_pat_2a.png');
  background-position: 0px 0px;
  background-size: auto;
}

.quiz-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70vh;
  max-width: 80vw;
  min-height: 700px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 20px;
  background-color: #d3d1d1;
  opacity: 1;
}

.lesson-footer-5 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 80vw;
  height: 10%;
  border-top: 2px solid #e5e5e5;
}

.quiz_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 68px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'Merienda One', sans-serif;
  color: #fff;
  font-size: 63px;
  text-align: center;
}

.quiz_title.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
}

.lesson-footer-flex-div-4 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quiz-question {
  position: static;
  top: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Rubik, sans-serif;
  color: #22306a;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.quiz-question.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 30px;
}

.quiz_mq_button-2 {
  position: static;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 90%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.quiz_tag {
  max-width: 480px;
  margin-bottom: 30px;
  color: #f2f0ee;
  font-size: 23px;
  line-height: 1.75em;
  text-align: center;
}

.quiz_tag.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  color: #6f6f74;
  font-size: 25px;
  font-weight: 500;
}

.lesson-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 10px;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px 2px 4px;
  border-color: #e5e5e5;
  border-radius: 16px;
  background-color: #fff;
  cursor: pointer;
}

.lesson-right:hover {
  border-bottom-width: 2px;
  background-color: #f7f7f7;
  -webkit-transform: translate(0px, 1px);
  -ms-transform: translate(0px, 1px);
  transform: translate(0px, 1px);
}

.lesson-right:active {
  border-style: solid;
  border-width: 2px;
  border-color: #1cb0f6;
  background-color: #ddf4ff;
  color: #1cb0f6;
}

.blue-bg-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #4c69e3;
  opacity: 0;
}

.label_a {
  position: absolute;
  left: 2%;
  top: 59%;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #e66551;
  opacity: 0;
  text-align: center;
  cursor: pointer;
}

.title-label {
  padding: 10px 15px;
  border-radius: 8px;
  background-color: #e66551;
  opacity: 1;
  font-family: 'Merienda One', sans-serif;
  color: #f2f0ee;
  text-align: center;
  cursor: default;
}

.title-label.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 25px;
}

.title-label.ta._1 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
}

.title-label.ta._1.tag.sml {
  color: #f2f0ee;
  cursor: default;
}

.title-label.ta._1.tag.sml.advantage {
  font-size: 25px;
  cursor: pointer;
}

.label-b {
  position: absolute;
  left: 0%;
  top: 16%;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: transparent;
  opacity: 0;
  text-align: center;
  cursor: pointer;
}

.label-d {
  position: absolute;
  left: 77%;
  top: 45%;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #e66551;
  opacity: 0;
  text-align: center;
  cursor: pointer;
}

.label-c {
  position: absolute;
  left: 40%;
  top: 27%;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #e66551;
  opacity: 0;
  text-align: center;
  cursor: pointer;
}

.link-block {
  position: relative;
  border-radius: 20px;
  box-shadow: 4px 4px 7px 0 rgba(34, 48, 106, 0.5);
  color: transparent;
  text-align: center;
}

.label-ihc {
  position: absolute;
  left: 55%;
  top: 88%;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 20px;
  background-color: #e66551;
  opacity: 0;
  font-family: 'Noto Sans Tamil', sans-serif;
  text-align: center;
  cursor: pointer;
}

.illustration-hero-overflow-4-copy {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 1360px;
  margin-bottom: -93px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lottie-animation {
  width: 500px;
}

.div-block-80 {
  position: static;
  z-index: 800;
  margin-top: 50px;
}

.div-block-82 {
  position: absolute;
  left: 6%;
  top: 42%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-82-copy {
  position: absolute;
  left: 1%;
  top: 14%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-82-copy-copy {
  position: absolute;
  left: 54%;
  top: 6%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-82-copy-copy-copy {
  position: absolute;
  left: 65%;
  top: 9%;
  z-index: 100;
  display: block;
  width: 25%;
}

.instruction1-3 {
  position: absolute;
  left: auto;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 80px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 3px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #4c69e3;
  font-family: 'Merienda One', sans-serif;
  color: #f2f0ee;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}

.instruction1-3.adjusted {
  left: auto;
  top: auto;
}

.instruction1-3.adjusted.l_a.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 15px;
}

.instruction1-3.l_b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.instruction1-3.l_b.ta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 15px;
}

.instruction1-3.l_c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.instruction1-3.l_c.ta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 15px;
}

.instruction1-3.l_d {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.instruction1-3.l_d.ta {
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 15px;
}

.instruction1-3.l_ihc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.instruction1-3.l_ihc.ta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 15px;
}

.instruction1-3.d_1.ta {
  box-shadow: 1px 1px 3px 0 #000;
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 12px;
}

.instruction1-3.d_2 {
  top: 50%;
}

.instruction1-3.d_2.ta {
  box-shadow: 1px 1px 3px 0 #000;
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 12px;
}

.instruction1-3.d_3 {
  top: 50%;
}

.instruction1-3.d_3.ta {
  box-shadow: 1px 1px 3px 0 #000;
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 12px;
}

.instruction1-3.icon.ta {
  width: auto;
  font-size: 14px;
}

.instruction1-3.ta {
  box-shadow: 1px 1px 3px 0 #000;
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 12px;
}

.div-block-82-copy-copy-copy {
  position: absolute;
  left: 66%;
  top: 42%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-sdaspy {
  position: absolute;
  left: 63%;
  top: 63%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-83 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon_desc-3 {
  display: block;
  padding-right: 0px;
}

.div-block-85 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  min-height: 50%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 5% 5% 5% 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #e66551;
  background-image: url('../images/p_pat_1.png');
  background-position: 0px 0px;
  background-size: auto;
}

.grid-11 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.platform-5 {
  position: relative;
  top: 0vh;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-86 {
  display: block;
  overflow: visible;
  width: 100%;
  height: auto;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.icon-container-3 {
  position: static;
  display: block;
  overflow: hidden;
  max-width: 100vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-23 {
  position: static;
  left: auto;
  top: auto;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: auto;
  opacity: 1;
  font-size: 100px;
  cursor: pointer;
}

.iconwrap-daopy {
  position: absolute;
  left: 32%;
  top: 25%;
  z-index: 200;
  width: 35%;
}

.iconwrap-4-copy {
  position: absolute;
  left: 35%;
  top: 33%;
  z-index: 200;
  width: 30%;
}

.iconwrap-dsada4-copy {
  position: absolute;
  left: 7%;
  top: 50%;
  z-index: 200;
  width: 40%;
}

.iconwrap-4-cdasdopy {
  position: absolute;
  left: 6%;
  top: 12%;
  z-index: 200;
  width: 67%;
}

.iconwrap-dsada4-copy-copy {
  position: absolute;
  left: 74%;
  top: 8%;
  z-index: 200;
  width: 25%;
}

.description_sugarcane.infobar {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 60;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-left: -28px;
  padding-left: 0px;
}

.description_sugarcane.infobar {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 60;
  display: none;
  width: auto;
  margin-left: 0px;
  padding-right: 0%;
  padding-left: 0px;
}

.div-block-87 {
  position: relative;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding-top: 5%;
  padding-bottom: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.description_intro.infobar {
  position: absolute;
  z-index: 60;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25vw;
  margin-left: -28px;
  padding-left: 0px;
}

.description_intro.infobar {
  position: static;
  z-index: 60;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-88 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.circle-b2-2 {
  position: absolute;
  left: -361px;
  top: -270px;
  width: 200px;
  max-width: none;
  opacity: 0.1;
  -o-object-fit: contain;
  object-fit: contain;
}

.circle-b2-2.type-1 {
  left: -218px;
  top: -294px;
  width: 150px;
}

.circle-b2-2.circle-b3 {
  left: 0px;
  z-index: auto;
  width: 100px;
  opacity: 0.46;
}

.block-circle-copy {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.grid-12 {
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-91 {
  width: 90vw;
  margin-top: -78px;
}

.grid-13 {
  overflow: visible;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-84-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: -125px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-92 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.discover-button {
  position: static;
  top: auto;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.segment-menu-c {
  padding: 5% 30px 30% 55px;
  border-radius: 15px;
  background-color: #22306a;
  background-image: url('../images/SEGMENT__2.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #22306a;
}

.segment-menu-c.segmentb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1004%;
  min-height: 400px;
  padding-bottom: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #5777ff;
  background-image: url('../images/SEGMENT__4.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.segment-menu-c.segmentb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1004%;
  min-height: 400px;
  padding-bottom: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #5777ff;
  background-image: url('../images/clip_2.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.segment-menu-_d {
  padding: 5% 30px 30% 55px;
  border-radius: 15px;
  background-color: #22306a;
  background-image: url('../images/SEGMENT__2.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #22306a;
}

.segment-menu-_d.segmentb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1004%;
  min-height: 400px;
  padding-bottom: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #5777ff;
  background-image: url('../images/SEGMENT__4.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.segment-menu-_d.segmentb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1004%;
  min-height: 400px;
  padding-bottom: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #5777ff;
  background-image: url('../images/clip_5.jpg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.segment-menu-_e {
  padding: 5% 30px 30% 55px;
  border-radius: 15px;
  background-color: #22306a;
  background-image: url('../images/SEGMENT__2.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #22306a;
}

.segment-menu-_e.segmentb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1004%;
  min-height: 400px;
  padding-bottom: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #5777ff;
  background-image: url('../images/SEGMENT__4.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.segment-menu-_e.segmentb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1004%;
  min-height: 400px;
  padding-bottom: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #5777ff;
  background-image: url('../images/craft.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.block-circle-4 {
  position: absolute;
  top: 64%;
  z-index: 0;
  display: block;
}

.content-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-illustration-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 550px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lower-nav {
  display: block;
  overflow: hidden;
  background-color: #22306a;
}

.rflx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6f6f74;
  background-image: url('../images/p_pat_2a.png');
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-96 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.reflection-cards {
  overflow: hidden;
}

.dance_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1360px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lottie-animation-3 {
  position: absolute;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-24 {
  position: static;
  z-index: 100;
  display: block;
  width: auto;
  height: auto;
  max-height: 170px;
  max-width: none;
  opacity: 0;
}

.food-interactive {
  position: relative;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 100%;
  min-height: 400px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.pre-loader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e89f4c;
}

.bodymovin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #d3d1d1;
  text-align: center;
}

.div-block-104 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-105 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.craftb {
  padding: 55px 30px 55px 55px;
  border-radius: 15px;
  background-color: #fe7b67;
  background-image: url('../images/p_art_4.png'), url('../images/p_pat_1.png');
  background-position: 100% 100%, 0px 0px;
  background-size: 40%, auto;
  background-repeat: no-repeat, repeat;
  color: #e66551;
}

.folkdances {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 100px 20px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e89f4c;
  background-image: url('../images/p_pat_2a.png');
  background-position: 50% 50%;
  background-size: auto;
  opacity: 0.98;
}

.dancer1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-right: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0.2;
}

.grid-2-columns-9 {
  width: 100%;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.block-circle-5 {
  position: absolute;
  top: auto;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 40%;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.block-illustration-6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  margin-top: 0px;
  margin-bottom: 60px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lottie-animation-4 {
  position: absolute;
  width: 85%;
  margin-top: 0px;
  cursor: pointer;
}

.lottie-animation-4.d_4 {
  margin-top: 0px;
}

.dance_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1360px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dance_3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1360px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dance_4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1360px;
  margin-top: 0px;
  margin-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pot_1 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1360px;
  margin-top: 70px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.craft_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 1360px;
  margin-top: 40px;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.craft_a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-23-copy {
  position: static;
  left: auto;
  top: auto;
  z-index: 50;
  overflow: scroll;
  width: auto;
  font-size: 100px;
  cursor: pointer;
}

.image-23-copy {
  position: static;
  left: auto;
  top: auto;
  z-index: 50;
  overflow: scroll;
  width: auto;
  font-size: 100px;
  cursor: pointer;
}

.image-23-copy {
  position: static;
  left: auto;
  top: auto;
  z-index: 50;
  overflow: scroll;
  width: auto;
  font-size: 100px;
  cursor: pointer;
}

.image-23-copy {
  position: static;
  left: auto;
  top: auto;
  z-index: 50;
  overflow: scroll;
  width: auto;
  font-size: 100px;
  cursor: pointer;
}

.image-23-copy {
  position: static;
  left: auto;
  top: auto;
  z-index: 50;
  overflow: scroll;
  width: auto;
  font-size: 100px;
  cursor: pointer;
}

.iconwrapa2 {
  position: absolute;
  left: 35%;
  top: 62%;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
}

.iconwarapa6 {
  position: absolute;
  left: 64%;
  top: 15%;
  z-index: 200;
  width: 24%;
}

.iconwrap-4-copy-copy {
  position: absolute;
  left: 48%;
  top: 21%;
  z-index: 200;
  width: 15%;
}

.iconwrapa4 {
  position: absolute;
  left: 27%;
  top: 11%;
  z-index: 200;
  width: 20%;
}

.iconwrap-a1 {
  position: absolute;
  left: 60%;
  top: 38%;
  width: 50%;
}

.iconwrap-a1.icon-hover {
  left: 50%;
  top: 67%;
  width: 40%;
}

.iconwrap-a1.icon-hover {
  left: 2%;
  top: 33%;
  width: 100%;
}

.iconwrap-a1.icon-hover {
  left: 65%;
  top: 6%;
  width: 32%;
}

.iconwrap-a1.icon-hover {
  left: 32%;
  top: 14%;
  width: 40%;
}

.iconwrap-a1.icon-hover {
  left: 70%;
  top: 24%;
  width: 30%;
}

.iconwrap-a1.icon-hover {
  left: 61%;
  top: 52%;
  width: 20%;
}

.iconwrap-a1.icon-hover {
  left: 55%;
  top: 60%;
  width: 40%;
}

.iconwrap-a1.icon-hover {
  left: 35%;
  top: 35%;
  width: 30%;
}

.iconwrap-a1.icon-hover {
  left: 7%;
  top: 6%;
  width: 30%;
}

.iconwrap-a1.icon-hover {
  left: 3%;
  top: 45%;
  width: 35%;
}

.iconwrap-a1.icon-hover {
  left: -2%;
  top: 55%;
  z-index: 200;
  width: 40%;
}

.iconwrapa3 {
  position: absolute;
  left: 6%;
  top: 29%;
  z-index: 200;
  width: 20%;
}

.paragraph-banner-2 {
  display: block;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.paragraph-banner-2.ta {
  max-width: 80%;
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 30px;
}

.div-block-106 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 8px;
  border-color: #f2f0ee;
  border-radius: 0px;
  background-color: #e66551;
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.div-block-108 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrong-button {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-skip {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.lottie-animation-5 {
  width: 600px;
}

.block-grid-right-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-right: 5%;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.reflecion-card-block {
  width: 80%;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.block-grid-right-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-top: 0px;
  padding-right: 5%;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.block-grid-right-2-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-right: 13px;
  padding-left: 101px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.btmbloken {
  overflow: visible;
  width: 90%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  -ms-grid-columns: 1.25fr 1fr;
  grid-template-columns: 1.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pongalinthecity {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 79px 20px 81px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e89f4c;
  background-image: url('../images/background.jpg');
  background-position: 50% 50%;
  background-size: auto;
  opacity: 0.98;
}

.video_city {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 95vw;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
}

.block-illustration-6-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.crafta {
  padding: 55px 30px 55px 55px;
  border-radius: 15px;
  background-color: #fe7b67;
  background-image: url('../images/pulli.svg'), url('../images/p_pat_1.png');
  background-position: 100% 100%, 0px 0px;
  background-size: 50%, auto;
  background-repeat: no-repeat, repeat;
  opacity: 1;
  color: #e66551;
}

.div-block-110 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.button-lnav {
  padding: 20px 45px;
  border-radius: 50px;
  background-color: #e66551;
  -webkit-transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  line-height: 1.4em;
  text-align: center;
}

.button-lnav:hover {
  background-color: #4c69e3;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  color: #fff;
}

.button-lnav.home {
  background-color: #5777ff;
  -webkit-transition: color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, transform 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, transform 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  color: #f2f0ee;
}

.button-lnav.home:hover {
  background-color: #fff;
  color: #222229;
}

.button-lnav.home.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 18px;
}

.button-lnav.prevnext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #e66551;
  -webkit-transition: color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, transform 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, transform 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  color: #f2f0ee;
}

.button-lnav.prevnext:hover {
  background-color: #fff;
  color: #222229;
}

.button-lnav.prevnext.ta {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 16px;
}

.platform-5-copy-copy {
  position: relative;
  top: auto;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-dropdown-copy-copy {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
}

.text-dropdown-copy-copy:hover {
  color: #f2f0ee;
}

.div-block-111 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  margin-bottom: 12px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.image-26 {
  position: absolute;
  z-index: 999;
}

.nav {
  position: fixed;
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
}

.link-block-2 {
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 60px;
  height: 60px;
}

.link-block-2.w--current {
  position: fixed;
  margin-right: 20px;
}

.greybutton {
  position: static;
  z-index: 990;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lesson.lesson-right {
  padding-left: 24px;
}

.block-circle-copy {
  position: absolute;
  z-index: -1;
  width: 100px;
}

.superscript {
  position: relative;
  bottom: 6px;
  font-size: 10px;
}

.article_head {
  font-family: 'Merienda One', sans-serif;
  color: #22306a;
}

.article_head.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 50px;
}

.div-block-113 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-114 {
  width: 100%;
  padding-right: 15%;
  padding-left: 15%;
}

.image-28 {
  position: relative;
  z-index: 0;
  width: auto;
  border-radius: 19px;
}

.div-block-116 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.iconwrap-a1-_2 {
  position: absolute;
  left: 60%;
  top: 38%;
  width: 50%;
}

.iconwrap-a1-_2.icon-hover {
  left: 50%;
  top: 67%;
  width: 40%;
}

.iconwrap-a1-_2.icon-hover {
  left: 2%;
  top: 33%;
  width: 100%;
}

.iconwrap-a1-_2.icon-hover {
  left: 65%;
  top: 6%;
  width: 32%;
}

.iconwrap-a1-_2.icon-hover {
  left: 32%;
  top: 14%;
  width: 40%;
}

.iconwrap-a1-_2.icon-hover {
  left: 70%;
  top: 24%;
  width: 30%;
}

.iconwrap-a1-_2.icon-hover {
  left: 61%;
  top: 52%;
  width: 20%;
}

.iconwrap-a1-_2.icon-hover {
  left: 55%;
  top: 60%;
  width: 40%;
}

.iconwrap-a1-_2.icon-hover {
  left: 35%;
  top: 35%;
  width: 30%;
}

.iconwrap-a1-_2.icon-hover {
  left: 7%;
  top: 6%;
  width: 30%;
}

.iconwrap-a1-_2.icon-hover {
  left: 3%;
  top: 45%;
  width: 35%;
}

.iconwrap-a1-_2.icon-hover {
  left: 57%;
  top: 57%;
  z-index: 200;
  width: 30%;
}

.iconwrap-a1-_2.icon-hover.cow.ta {
  top: 57%;
}

.iconwrap-a1-2 {
  position: absolute;
  left: 60%;
  top: 38%;
  width: 50%;
}

.iconwrap-a1-2.icon-hover {
  left: 50%;
  top: 67%;
  width: 40%;
}

.iconwrap-a1-2.icon-hover {
  left: 2%;
  top: 33%;
  width: 100%;
}

.iconwrap-a1-2.icon-hover {
  left: 65%;
  top: 6%;
  width: 32%;
}

.iconwrap-a1-2.icon-hover {
  left: 32%;
  top: 14%;
  width: 40%;
}

.iconwrap-a1-2.icon-hover {
  left: 70%;
  top: 24%;
  width: 30%;
}

.iconwrap-a1-2.icon-hover {
  left: 61%;
  top: 52%;
  width: 20%;
}

.iconwrap-a1-2.icon-hover {
  left: 55%;
  top: 60%;
  width: 40%;
}

.iconwrap-a1-2.icon-hover {
  left: 35%;
  top: 35%;
  width: 30%;
}

.iconwrap-a1-2.icon-hover {
  left: 7%;
  top: 6%;
  width: 30%;
}

.iconwrap-a1-2.icon-hover {
  left: 3%;
  top: 45%;
  width: 35%;
}

.iconwrap-a1-2.icon-hover {
  left: 32.5%;
  top: 39%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
}

.iconwrap-a1-2.icon-hover.ta {
  left: 30%;
  top: 42%;
  width: 40%;
  max-width: none;
}

.description_speech.infobar {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 60;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-left: -28px;
  padding-left: 0px;
}

.description_speech.infobar {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 60;
  display: none;
  width: auto;
  margin-left: 0px;
  padding-right: 0%;
  padding-left: 0px;
}

.image-speech {
  position: static;
  left: auto;
  top: auto;
  z-index: 50;
  overflow: scroll;
  width: auto;
  height: auto;
  max-width: none;
  opacity: 1;
  font-size: 100px;
  text-transform: capitalize;
  cursor: pointer;
}

.image-speech.ta {
  width: auto;
  height: auto;
  max-width: 100%;
}

.platform-icon-2-copy {
  position: relative;
  right: auto;
  z-index: 5;
  margin-top: 0px;
  padding: 20%;
  opacity: 1;
}

.question-mark {
  position: absolute;
  left: 45%;
  top: 35%;
  right: auto;
  bottom: auto;
  z-index: 100;
  display: none;
  min-width: 80px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 3px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: transparent;
  font-family: 'Merienda One', sans-serif;
  color: #f2f0ee;
  font-size: 200px;
  font-weight: 400;
}

.q_-a1_2 {
  position: relative;
  top: auto;
  display: none;
  width: 100%;
  height: 100%;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quiz {
  display: none;
}

.quiz.q_-a1 {
  display: none;
}

.quiz.q_-a1_2 {
  display: none;
}

.quiz.q_-a1_2.ta {
  display: none;
}

.quiz.q_-a1_3 {
  display: none;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-23 {
  border-style: none;
  border-width: 1px;
  border-color: #e3c020;
  opacity: 0.7;
  font-family: 'Noto Sans Tamil', sans-serif;
  color: #6f6f74;
  font-size: 25px;
  font-weight: 400;
}

.text-block-24 {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.53;
}

.text-block-24.ta {
  font-size: 25px;
}

.quiz-segment-b2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2d2338;
}

.dancer2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-right: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0.2;
}

.dance3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-right: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0.2;
}

.dancer4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-right: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0.2;
}

.pongalintro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-right: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 1;
}

.div-block-120 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 6px;
}

.quiz-segment-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2d2338;
}

.lottie-animation-7 {
  min-width: 400px;
}

.block-banner-2-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -24px;
  margin-bottom: -18px;
  padding: 100px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #4c69e3;
  background-image: url('../images/Pattern_B.png');
  background-position: 0px 0px;
  background-size: auto;
}

.image-29-copy {
  max-width: 150%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  border-radius: 20px;
}

.image-29-copy {
  border-radius: 20px;
}

.image-29-copy {
  border-radius: 20px;
}

.kv_a1 {
  position: absolute;
  left: 1%;
  top: 41%;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: block;
  width: 10%;
}

.kv_a1.circle-_kv {
  left: 3%;
  width: 12%;
}

.kv_a2 {
  position: absolute;
  left: 84%;
  top: 31%;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: block;
  width: 10%;
}

.kv_a2.circle-kv {
  left: 80%;
  top: 33%;
  width: 12%;
}

.quiz-finish {
  display: none;
}

.quiz-finish.end {
  display: none;
  width: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.quiz-end {
  margin-top: 12px;
  opacity: 1;
  color: #22306a;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

.quiz-end.ta {
  margin-top: 10px;
  font-family: 'Noto Sans Tamil', sans-serif;
  color: #6f6f74;
  font-size: 20px;
}

.quiz-end.fin {
  color: #6f6f74;
}

.lottie-animation-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: auto;
}

.narrative {
  width: 80%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Rubik, sans-serif;
  color: #f2f0ee;
  text-align: center;
  text-shadow: none;
}

.narrative.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.narrative.ta.big-copy {
  font-size: 30px;
  line-height: 1.5em;
}

.tag {
  color: #e66551;
  font-size: 12px;
  line-height: 1.3em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.tag.white {
  margin-bottom: 9px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #22306a;
  text-align: left;
  text-shadow: none;
}

.tag.white.ta {
  font-family: 'Noto Serif Tamil', sans-serif;
  font-size: 17px;
}

.tag.white-copy {
  margin-bottom: 9px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #22306a;
  text-align: left;
  text-shadow: none;
}

.tag.blue.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  color: #22306a;
  font-size: 20px;
  font-weight: 700;
}

.youtube {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  opacity: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.video_dance {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 8px;
  border-color: #f2f0ee;
  border-radius: 0px;
  background-color: rgba(34, 48, 106, 0.75);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 35, 56, 0.75)), to(rgba(45, 35, 56, 0.75))), url('../images/TRAD-FOLK-DANCES.png');
  background-image: linear-gradient(180deg, rgba(45, 35, 56, 0.75), rgba(45, 35, 56, 0.75)), url('../images/TRAD-FOLK-DANCES.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.5);
  opacity: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-123 {
  width: 350px;
  height: 350px;
}

.lottie-animation-12 {
  position: relative;
  z-index: 800;
  display: block;
  width: 350px;
  height: 300px;
}

.body-text--18-copy-copy {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 400;
}

.body-text--18-copy-copy.white {
  color: #fff;
}

.body-text--18-copy-copy.white.margin-16px {
  display: block;
  text-align: left;
}

.body-text--18-copy-copy.white.margin-16px {
  display: block;
  margin-bottom: 67px;
  padding-right: 5%;
  padding-left: 5%;
  font-size: 18px;
  text-align: center;
}

.block-illustration-3-copy-copy {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  min-height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video_wip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 100px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 20px;
  background-color: #4c69e3;
  background-image: url('../images/p_pat_1.png');
  background-position: 0px 0px;
  background-size: auto;
}

.block-banner-2-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 60px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 20px;
  background-color: #4c69e3;
  background-image: url('../images/p_pat_1.png');
  background-position: 0px 0px;
  background-size: auto;
}

.video_pic1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 60px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 20px;
  background-color: #4c69e3;
  background-image: url('../images/p_pat_1.png');
  background-position: 0px 0px;
  background-size: auto;
}

.body_text {
  margin-top: 27px;
}

.body_text.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 20px;
  line-height: 2em;
}

.video-block_craft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 60px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #4c69e3;
  background-image: url('../images/p_pat_1.png');
  background-position: 0px 0px;
  background-size: auto;
}

.introduction1-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 35vh;
  max-width: 1360px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lottie-animation-13 {
  cursor: pointer;
}

.lottie-animation-14 {
  cursor: pointer;
}

.lottie-animation-15 {
  cursor: pointer;
}

.lottie-animation-16 {
  cursor: pointer;
}

.div-block-124 {
  width: 100%;
  border-style: solid;
  border-width: 8px;
  border-color: #f2f0ee;
  border-radius: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  box-shadow: 6px 6px 8px 0 rgba(0, 0, 0, 0.5);
}

.youtube-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  border-style: solid;
  border-width: 8px;
  border-color: #f2f0ee;
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.5);
}

.linkform {
  color: #5777ff;
}

.linkform:hover {
  color: #e66551;
}

.div-block-122-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-125 {
  margin-top: 20px;
  margin-bottom: 60px;
}

.heading-27a {
  width: 80%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Rubik, sans-serif;
  color: #f2f0ee;
  font-size: 40px;
  text-align: center;
  text-shadow: none;
}

.body-text--18-copy-copy {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 400;
}

.body-text--18-copy-copy.white {
  color: #fff;
}

.body-text--18-copy-copy.white.margin-16px {
  display: block;
  text-align: left;
}

.body-text--18-copy-copy.white.margin-16px {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 67px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  text-align: center;
}

.body-text--18-copy-copy.white.margin-16px.ta {
  width: 90%;
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 30px;
}

.div-block-126 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-body {
  background-color: #2d2338;
}

.title_feature {
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: center;
}

.title_feature.white {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Merienda One', sans-serif;
  color: #fff;
  font-size: 30px;
  text-align: left;
}

.title_feature.white.ta {
  font-size: 1px;
}

.title_feature.white {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: 'Merienda One', sans-serif;
  color: #fff;
  font-size: 30px;
  text-align: left;
}

.title_feature.white {
  margin-top: 0px;
  color: #fff;
  text-align: left;
}

.title_feature.white {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: 'Merienda One', sans-serif;
  color: #fff;
  font-size: 30px;
  text-align: left;
  text-shadow: 1px 1px 5px #2d2338;
}

.title_feature.white.ta {
  margin-top: 10px;
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 40px;
}

.ihc-logo {
  display: block;
  width: 300px;
  height: 100px;
  max-width: none;
  margin-bottom: 40px;
  margin-left: 0px;
}

.block-navbar-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0px;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-left: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.nav-right-copy {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-4 {
  height: 50px;
  padding-top: 2px;
}

.link-block-4.w--current {
  width: auto;
}

.site-tittle {
  height: 70px;
  cursor: pointer;
}

.site-tittle:hover {
  max-width: 100%;
}

.image-34 {
  display: none;
  height: 100px;
}

.brand-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-right: auto;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transition: color 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, color 400ms ease;
  transition: transform 400ms ease, color 400ms ease, -webkit-transform 400ms ease;
}

.brand-copy:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.brand-copy.w--current {
  position: static;
  display: none;
  margin-right: auto;
  margin-left: 0px;
  -webkit-transition-property: none;
  transition-property: none;
  cursor: pointer;
}

.brand-copy.w--current:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.link-2-copy {
  color: #e3c020;
  font-size: 24px;
}

.italic-text {
  text-decoration: underline;
}

.menu_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lang {
  position: fixed;
  top: 0px;
  right: 40px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-color: transparent;
}

.en_btn {
  width: 80px;
  height: 50px;
  background-color: transparent;
}

.ta_btn {
  width: 80px;
  height: 50px;
  background-color: transparent;
  cursor: pointer;
}

.button-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(242, 240, 238, 0.6);
  font-family: 'Noto Sans Tamil', sans-serif;
  color: #22306a;
  font-size: 18px;
  font-weight: 700;
}

.button-7:hover {
  color: #22306a;
}

.button-7.w--current {
  background-color: #22306a;
  color: #f2f0ee;
}

.button-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(242, 240, 238, 0.6);
  color: #2d2338;
  font-size: 18px;
  font-weight: 500;
}

.button-8.w--current {
  width: 80px;
  background-color: #22306a;
  color: #f2f0ee;
  cursor: pointer;
}

.bottom {
  overflow: hidden;
  height: 60px;
  background-color: #2d2338;
}

.discover_nav {
  font-family: 'Noto Sans Tamil', sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
}

.discover_nav:hover {
  color: #f2f0ee;
}

.menu-button-3 {
  padding: 13px;
  border-radius: 50px;
  background-color: #fff;
  color: #222229;
  font-size: 20px;
}

.menu-button-3.w--open {
  background-color: #e66551;
  color: #fff;
}

.navi_-ta {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  max-width: none;
  min-height: 100vh;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4c69e3;
  background-image: url('../images/p_pat_2a.png');
  background-position: 50% 50%;
  background-size: auto;
}

.dropdown-toggle-4 {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  margin-left: 40px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  opacity: 0.75;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #f2f0ee;
  font-size: 20px;
  cursor: pointer;
}

.dropdown-toggle-4:hover {
  opacity: 1;
}

.dropdown-toggle-4.w--open {
  opacity: 1;
}

.dropdown-toggle-4.dark {
  color: #6f6f74;
}

.icon-dropdown-3 {
  color: #e3c020;
  font-size: 20px;
  font-weight: 700;
}

.icon-dropdown-3:hover {
  background-color: transparent;
  color: #f2f0ee;
}

.text-dropdown-2 {
  color: #22306a;
  font-size: 24px;
  font-weight: 500;
}

.text-dropdown-2:hover {
  color: #e66551;
}

.text-dropdown-2.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  font-weight: 700;
}

.navbar-fixed-ta {
  position: fixed;
  left: 0px;
  top: 0%;
  right: 0px;
  bottom: auto;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding: 15px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.8);
  box-shadow: 0 10px 10px -5px rgba(34, 34, 41, 0.05);
  -webkit-transform: translate(0px, -376px);
  -ms-transform: translate(0px, -376px);
  transform: translate(0px, -376px);
}

.card-heading.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  color: #fff;
}

.quiz_tag-copy {
  max-width: 480px;
  margin-bottom: 30px;
  color: #d3d1d1;
  font-size: 23px;
  line-height: 1.75em;
  text-align: center;
}

.quiz_tag-copy.ta {
  display: inline;
  font-family: 'Noto Sans Tamil', sans-serif;
  color: #22306a;
  font-size: 50px;
  font-weight: 500;
}

.quiz_tag-copy {
  max-width: 480px;
  margin-bottom: 30px;
  color: #22306a;
  font-size: 23px;
  line-height: 1.75em;
  text-align: center;
}

.quiz_tag-copy.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  color: #22306a;
  font-size: 18px;
  font-weight: 700;
}

.title-2-copy {
  max-width: 700px;
  margin-top: 8px;
  margin-bottom: 30px;
  text-align: left;
}

.title-2-copy.white {
  font-family: 'Merienda One', sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 400;
}

.title-2-copy.white.ta {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 46px;
  font-weight: 700;
  text-align: center;
}

.title-2-copy.white {
  color: #fff;
  font-style: normal;
}

.title-2-copy.white.ta {
  max-width: 800px;
  margin-bottom: 10px;
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 42px;
  text-align: left;
}

.div-block-129 {
  width: 300px;
  margin-bottom: 20px;
}

.menu-button-2-copy {
  position: absolute;
  right: 0px;
  display: none;
  margin-right: 0px;
  padding: 13px;
  border-radius: 50px;
  background-color: #fff;
  color: #222229;
  font-size: 20px;
}

.menu-button-2-copy.w--open {
  background-color: #e66551;
  color: #fff;
}

.site-tittle-copy {
  height: 50px;
  max-width: none;
  cursor: pointer;
}

.site-tittle-copy:hover {
  max-width: 100%;
}

.site-tittle-copy {
  height: 50px;
  cursor: pointer;
}

.site-tittle-copy:hover {
  max-width: 100%;
}

.quiz_tag-copy-copy {
  max-width: 480px;
  margin-bottom: 30px;
  color: #d3d1d1;
  font-size: 23px;
  line-height: 1.75em;
  text-align: center;
}

.quiz_tag-copy-copy.ta {
  display: inline;
  font-family: 'Noto Sans Tamil', sans-serif;
  color: #f2f0ee;
  font-size: 25px;
  font-weight: 500;
}

.bold-text-4 {
  font-size: 20px;
}

.bold-text-5 {
  font-size: 20px;
}

.bold-text-6 {
  font-size: 20px;
}

.bold-text-7 {
  font-size: 20px;
}

.div-block-88-copy {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-88-copy {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-7 {
  color: #22306a;
}

.ann:hover {
  color: #e3c020;
}

.yay {
  position: static;
  top: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Rubik, sans-serif;
  color: #22306a;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.yay.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 30px;
}

.div-block-130 {
  text-align: center;
}

.wrap_blk {
  position: absolute;
  left: 41%;
  top: 39%;
  z-index: 9999;
  display: none;
  width: 15%;
  height: 18%;
  cursor: auto;
}

.image-23-copy {
  position: static;
  left: auto;
  top: auto;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: auto;
  opacity: 1;
  font-size: 100px;
  cursor: pointer;
}

.quiz_tag-copy {
  max-width: 480px;
  margin-bottom: 30px;
  color: #22306a;
  font-size: 23px;
  line-height: 1.75em;
  text-align: center;
}

.quiz_tag-copy.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  color: #f2f0ee;
  font-size: 18px;
  font-weight: 500;
}

.quiz_tag-copy-copy {
  max-width: 480px;
  margin-bottom: 30px;
  color: #22306a;
  font-size: 23px;
  line-height: 1.75em;
  text-align: center;
}

.quiz_tag-copy-copy.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  color: #f2f0ee;
  font-size: 18px;
  font-weight: 700;
}

.imagescis {
  position: static;
  left: auto;
  top: auto;
  z-index: 50;
  overflow: scroll;
  width: auto;
  font-size: 100px;
  cursor: pointer;
}

.dropdown-link-2-copy {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #222229;
  line-height: 1.4em;
}

.dropdown-link-2-copy:hover {
  color: #e66551;
}

.dropdown-link-2-copy.w--current {
  color: #4c69e3;
}

.dropdown-link-2-copy.w--current:hover {
  color: #e66551;
}

.dropdown-link-2-copy.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 18px;
}

.dropdown-link-2-copy {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #222229;
  line-height: 1.4em;
}

.dropdown-link-2-copy:hover {
  color: #e66551;
}

.dropdown-link-2-copy.w--current {
  color: #4c69e3;
}

.dropdown-link-2-copy.w--current:hover {
  color: #e66551;
}

.dropdown-link-2-copy.ta {
  display: none;
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 18px;
}

.dropdown-link-2-copy {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #222229;
  line-height: 1.4em;
}

.dropdown-link-2-copy:hover {
  color: #e66551;
}

.dropdown-link-2-copy.w--current {
  color: #4c69e3;
}

.dropdown-link-2-copy.w--current:hover {
  color: #e66551;
}

.dropdown-link-2-copy.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 18px;
}

.dropdown-link-2_5 {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #222229;
  line-height: 1.4em;
}

.dropdown-link-2_5:hover {
  color: #e66551;
}

.dropdown-link-2_5.w--current {
  color: #4c69e3;
}

.dropdown-link-2_5.w--current:hover {
  color: #e66551;
}

.dropdown-link-2_5.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 18px;
}

.dropdown-link-2-copy-copy {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #222229;
  line-height: 1.4em;
}

.dropdown-link-2-copy-copy:hover {
  color: #e66551;
}

.dropdown-link-2-copy-copy.w--current {
  color: #4c69e3;
}

.dropdown-link-2-copy-copy.w--current:hover {
  color: #e66551;
}

.dropdown-link-2-copy-copy.ta {
  display: none;
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 18px;
}

.kv-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 103px 20px 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e89f4c;
  background-image: url('../images/background.jpg');
  background-position: 50% 50%;
  background-size: auto;
  opacity: 0.98;
}

.food_b-2 {
  position: absolute;
  left: 69%;
  top: 35%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  height: 15%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.food_h-2 {
  position: absolute;
  left: 32%;
  top: 11%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.food_i-2 {
  position: absolute;
  left: 38%;
  top: 31%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 27%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.icon-container-4 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  max-width: 100vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.food_d-2 {
  position: absolute;
  left: 53%;
  top: 74%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  height: 15%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.food_g-2 {
  position: absolute;
  left: 16%;
  top: 31%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18%;
  height: 18%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.instruction1-4 {
  position: absolute;
  left: auto;
  top: 37%;
  right: auto;
  bottom: auto;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 80px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 3px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #4c69e3;
  font-family: 'Merienda One', sans-serif;
  color: #f2f0ee;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}

.food_a-2 {
  position: absolute;
  left: 57%;
  top: 16%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  height: 15%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.food_e-2 {
  position: absolute;
  left: 35%;
  top: 68%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  height: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  cursor: pointer;
}

.food_i-copy-2 {
  position: absolute;
  left: 30%;
  top: 39%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: auto;
  max-height: none;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 1;
  cursor: pointer;
}

.food_f-2 {
  position: absolute;
  left: 19%;
  top: 56%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  height: 15%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.platform-icon-copy-2 {
  position: relative;
  z-index: 5;
  display: block;
  width: 90%;
  margin-top: 0px;
  margin-right: 0px;
  padding: 10%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0;
}

.food_c-2 {
  position: absolute;
  left: 68%;
  top: 58%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  height: 15%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.food_inter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.food_inter.ta {
  width: 60%;
}

.dance_group {
  position: relative;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.side-text-copy {
  color: #f2f0ee;
  font-size: 20px;
}

.side-text-copy.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 24px;
}

.block-grid-right-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0%;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.side-text-copy {
  color: #f2f0ee;
  font-size: 20px;
}

.side-text-copy.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 24px;
}

.body-text--18-dance {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 400;
}

.body-text--18-dance.white {
  color: #fff;
}

.body-text--18-dance.white.margin-16px {
  display: block;
  text-align: left;
}

.body-text--18-dance.white.margin-16px {
  display: block;
  margin-bottom: 67px;
  padding-right: 5%;
  padding-left: 5%;
  font-size: 18px;
  text-align: center;
}

.body-text--18-dance.white.margin-16px.ta {
  font-size: 20px;
}

.body-text--18-dancery {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 400;
}

.body-text--18-dancery.white {
  color: #fff;
}

.body-text--18-dancery.white.margin-16px {
  display: block;
  text-align: left;
}

.body-text--18-dancery.white.margin-16px {
  display: block;
  margin-bottom: 67px;
  padding-right: 5%;
  padding-left: 5%;
  font-size: 24px;
  text-align: center;
}

.btm2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  padding-top: 0px;
  padding-right: 5%;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.btms3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  padding-right: 0%;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.block-grid-right-2-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-top: 0px;
  padding-right: 5%;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.block-grid-right-2-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  padding-top: 0px;
  padding-right: 5%;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.title-2-copy {
  max-width: 700px;
  margin-top: 8px;
  margin-bottom: 30px;
  text-align: left;
}

.title-2-copy.white {
  margin-top: 20px;
  font-family: 'Merienda One', sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 400;
}

.title-2-copy.white {
  color: #fff;
  font-style: normal;
}

.reflect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-right: 13px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.title-center-copy-copy {
  display: block;
  max-width: 1200px;
  margin-top: 8px;
  margin-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Merienda One', sans-serif;
  color: gold;
  font-size: 35px;
  text-align: center;
}

.title-center-copy-copy.ta {
  font-family: 'Merienda One', sans-serif;
  font-size: 40px;
}

.title-2-copy {
  max-width: 700px;
  margin-top: 8px;
  margin-bottom: 30px;
  text-align: left;
}

.title-2-copy.white {
  margin-right: auto;
  font-family: 'Merienda One', sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 400;
}

.title-2-copy.white.ta {
  display: block;
  max-width: none;
  margin-bottom: 10px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 46px;
  font-weight: 700;
  text-align: left;
}

.title-2-copy.white {
  color: #fff;
  font-style: normal;
}

.title-2-copy.white.ta {
  margin-bottom: 10px;
  font-family: 'Noto Sans Tamil', sans-serif;
}

.body-text--18-copy-copy {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 400;
}

.body-text--18-copy-copy.white {
  color: #fff;
}

.body-text--18-copy-copy.white.margin-16px {
  display: block;
  text-align: left;
}

.body-text--18-copy-copy.white.margin-16px {
  display: block;
  width: 80%;
  margin-bottom: 67px;
  padding-right: 5%;
  padding-left: 5%;
  font-size: 18px;
  text-align: center;
}

.body-text--18-copy-copy.white.margin-16px.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 20px;
}

.rrflx1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-right: 13px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dance-text {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 400;
}

.dance-text.white {
  color: #fff;
}

.dance-text.white.margin-16px {
  display: block;
  text-align: left;
}

.dance-text.white.margin-16px {
  display: block;
  width: 80%;
  margin-bottom: 67px;
  padding-right: 5%;
  padding-left: 5%;
  font-size: 18px;
  text-align: center;
}

.dance-text.white.margin-16px.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 20px;
}

.dance-text.white.margin-16px.ta._7 {
  margin-top: 40px;
  padding-right: 0%;
  padding-left: 0%;
  text-align: left;
}

.side-text-pongal-copy {
  color: #f2f0ee;
  font-size: 20px;
}

.body-text--18-copy-copy-copy {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 400;
}

.body-text--18-copy-copy-copy.white {
  color: #fff;
}

.body-text--18-copy-copy-copy.white.margin-16px {
  display: block;
  text-align: left;
}

.body-text--18-copy-copy-copy.white.margin-16px {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: -103px;
  margin-bottom: 67px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  text-align: center;
}

.title-2-copy {
  max-width: 700px;
  margin-top: 8px;
  margin-bottom: 30px;
  text-align: left;
}

.title-2-copy.white {
  margin-right: auto;
  margin-left: 0px;
  font-family: 'Merienda One', sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 400;
}

.title-2-copy.white.ta {
  display: block;
  max-width: none;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 42px;
  font-weight: 700;
  text-align: left;
}

.title-2-copy.white {
  color: #fff;
  font-style: normal;
}

.title-2-copy.white.ta {
  margin-bottom: 10px;
  font-family: 'Noto Sans Tamil', sans-serif;
}

.title-2cntry {
  max-width: 700px;
  margin-top: 8px;
  margin-bottom: 30px;
  text-align: left;
}

.title-2cntry.white-txt {
  margin-right: auto;
  margin-left: auto;
  font-family: 'Merienda One', sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.title-2-copy {
  max-width: 700px;
  margin-top: 8px;
  margin-bottom: 30px;
  text-align: left;
}

.title-2-copy.white {
  margin-right: auto;
  margin-left: 0px;
  font-family: 'Merienda One', sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 400;
}

.title-2-copy.white.ta {
  display: block;
  max-width: none;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 42px;
  font-weight: 700;
  text-align: left;
}

.title-2-copy.white {
  color: #fff;
  font-style: normal;
}

.title-2-copy.white.ta {
  margin-bottom: 10px;
  font-family: 'Noto Sans Tamil', sans-serif;
}

.title-2-copy-copy {
  max-width: 700px;
  margin-top: 8px;
  margin-bottom: 30px;
  text-align: left;
}

.lft {
  max-width: 700px;
  margin-top: 8px;
  margin-bottom: 30px;
  text-align: left;
}

.lft.white {
  font-family: 'Merienda One', sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 400;
}

.lft.white.ta {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 46px;
  font-weight: 700;
  text-align: center;
}

.lft.white {
  color: #fff;
  font-style: normal;
}

.lft.white.ta {
  max-width: 800px;
  margin-bottom: 10px;
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 42px;
  text-align: left;
}

.side-text-copy {
  color: #f2f0ee;
  font-size: 20px;
}

.side-text-copy.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 20px;
}

.side-text-copy {
  color: #f2f0ee;
  font-size: 20px;
}

.side-text-copy.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 20px;
}

.side-text-copy {
  color: #f2f0ee;
  font-size: 20px;
}

.side-text-copy.ta {
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 20px;
}

.title-2-ctropy-copy {
  max-width: 700px;
  margin-top: 8px;
  margin-bottom: 30px;
  text-align: left;
}

.title-2-ctropy-copy.white {
  margin-right: auto;
  margin-left: 0px;
  font-family: 'Merienda One', sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 400;
}

.title-2-ctropy-copy.white.ta {
  display: block;
  max-width: none;
  margin-bottom: 10px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 42px;
  font-weight: 700;
  text-align: left;
}

.title-2-ctropy-copy.white {
  color: #fff;
  font-style: normal;
}

.title-2-ctropy-copy.white.ta {
  margin-bottom: 10px;
  font-family: 'Noto Sans Tamil', sans-serif;
}

.dance {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  margin-top: 11px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.subtitle-4-_1 {
  color: #e66551;
  font-size: 12px;
  line-height: 1.3em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.subtitle-4-_1.wth {
  color: #e3c020;
  font-size: 15px;
}

.block-grid-right-card-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  padding-right: 13px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pongal_city {
  color: #f2f0ee;
  font-size: 45px;
  font-style: normal;
  text-align: left;
}

.title-2-copy {
  max-width: 700px;
  margin-top: 8px;
  margin-bottom: 30px;
  text-align: left;
}

.title-2-copy.white {
  margin-right: auto;
  margin-left: 0px;
  font-family: 'Merienda One', sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 400;
}

.title-2-copy.white.ta {
  display: block;
  max-width: none;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 42px;
  font-weight: 700;
  text-align: left;
}

.title-2-copy.white {
  color: #fff;
  font-style: normal;
}

.title-2-copy.white.ta {
  margin-bottom: 10px;
  font-family: 'Noto Sans Tamil', sans-serif;
}

.title-2-copy-copy {
  max-width: 700px;
  margin-top: 8px;
  margin-bottom: 30px;
  text-align: left;
}

.title-2-copy-copy.white-copy {
  margin-right: auto;
  font-family: 'Merienda One', sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 400;
}

.title-2-copy-copy.white-copy {
  margin-right: auto;
  font-family: 'Merienda One', sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 400;
}

.title-2-copy-copy.white-copy {
  margin-right: auto;
  margin-left: auto;
  font-family: 'Merienda One', sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 400;
}

.title-2-copy-copy.white-copy.ctr {
  font-size: 48px;
}

.nar_city {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  margin-top: 11px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.narcity1 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 400;
}

.narcity1.white {
  color: #fff;
}

.narcity1.white.margin-16px {
  display: block;
  text-align: left;
}

.narcity1.white.margin-16px {
  display: block;
  width: 100%;
  margin-bottom: 67px;
  padding-right: 0%;
  padding-left: 0%;
  font-size: 18px;
  text-align: left;
}

.title-2-copy {
  max-width: 700px;
  margin-top: 8px;
  margin-bottom: 30px;
  text-align: left;
}

.title-2-copy.white {
  margin-right: auto;
  margin-left: 0px;
  font-family: 'Merienda One', sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 400;
}

.title-2-copy.white.ta {
  display: block;
  max-width: none;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 42px;
  font-weight: 700;
  text-align: left;
}

.title-2-copy.white {
  color: #fff;
  font-style: normal;
}

.title-2-copy.white.ta {
  margin-bottom: 10px;
  font-family: 'Noto Sans Tamil', sans-serif;
}

.anar {
  max-width: 700px;
  margin-top: 8px;
  margin-bottom: 30px;
  text-align: left;
}

.anar.white {
  margin-right: auto;
  margin-left: 0px;
  font-family: 'Merienda One', sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 400;
}

.anar.white.ta {
  display: block;
  max-width: none;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 42px;
  font-weight: 700;
  text-align: left;
}

.anar.white {
  color: #fff;
  font-style: normal;
}

.anar.white.ta {
  margin-bottom: 10px;
  font-family: 'Noto Sans Tamil', sans-serif;
}

.sdanctr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  margin-top: 11px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.tag_1 {
  color: #e66551;
  font-size: 12px;
  line-height: 1.3em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.tag_1.ctris {
  font-family: 'Noto Sans Tamil', sans-serif;
  color: #e3c020;
  font-size: 14px;
}

.er {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  margin-top: 0px;
  margin-bottom: 81px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 27px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 17px;
  }

  .content {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .content.only-single-page {
    margin-bottom: 100px;
  }

  .navbar_ta {
    top: auto;
    width: 100vw;
    height: 100px;
    max-height: none;
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-link {
    display: block;
    padding: 12px 15px;
    opacity: 1;
    -webkit-transition: color 400ms ease, opacity 400ms ease;
    transition: color 400ms ease, opacity 400ms ease;
    color: #222229;
  }

  .nav-link:hover {
    color: #e66551;
  }

  .nav-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .logo {
    display: inline-block;
  }

  .nav-menu {
    margin-top: 22px;
    padding: 8px 15px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 10px 10px -5px rgba(34, 34, 41, 0.05);
  }

  .dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dropdown:hover {
    -webkit-transform: scale3d(1none, 1none, 1none);
    transform: scale3d(1none, 1none, 1none);
  }

  .dropdown-toggle {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
    opacity: 1;
    -webkit-transition: color 400ms ease, opacity 400ms ease;
    transition: color 400ms ease, opacity 400ms ease;
    color: #222229;
  }

  .dropdown-toggle:hover {
    color: #e66551;
  }

  .icon-dropdown:hover {
    color: #e66551;
  }

  .dropdown-list.w--open {
    padding-right: 4px;
    padding-left: 4px;
    background-color: #f2f0ee;
    box-shadow: none;
  }

  .menu-button {
    margin-left: 10px;
    -webkit-transition: background-color 400ms ease, color 400ms ease, -webkit-transform 400ms ease;
    transition: background-color 400ms ease, color 400ms ease, -webkit-transform 400ms ease;
    transition: transform 400ms ease, background-color 400ms ease, color 400ms ease;
    transition: transform 400ms ease, background-color 400ms ease, color 400ms ease, -webkit-transform 400ms ease;
  }

  .menu-button:hover {
    background-color: #222229;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    color: #fff;
  }

  .button.white.ta {
    position: relative;
    display: block;
    margin-top: 0px;
  }

  .circle-hero {
    z-index: auto;
  }

  .circle-a.type-1 {
    left: -467px;
    top: -179px;
    width: 330px;
  }

  .circle-a.type-3 {
    top: -149px;
  }

  .circle-a.type-4 {
    left: 338px;
    top: -182px;
  }

  .circle-a.type-5 {
    left: 429px;
    top: -89px;
  }

  .circle-a.type-0 {
    left: 87px;
    width: 420px;
  }

  .circle-a.type-0 {
    left: 87px;
    width: 420px;
  }

  .circle-a.type-1 {
    left: -467px;
    top: -179px;
    width: 330px;
  }

  .circle-a.type-1 {
    left: -467px;
    top: -179px;
    width: 330px;
  }

  .circle-a.type-2-copy {
    left: -488px;
    top: 134px;
  }

  .title-center {
    max-width: 700px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 32px;
  }

  .grid-4-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .link-block-feature {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .title-feature.white {
    margin-top: 0px;
  }

  .title-feature.blue {
    margin-top: 0px;
  }

  .paragraph-feature {
    max-width: 350px;
  }

  .paragraph-feature.white {
    width: 60%;
  }

  .text-feature {
    margin-top: -12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #5777ff;
  }

  .block-grid-left {
    padding-top: 0px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .block-circle {
    z-index: 0;
  }

  .block-grid-right {
    top: 5%;
    width: 70vw;
    margin-top: 19px;
    margin-bottom: 40px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .illustration-2 {
    width: 300px;
  }

  .form-block {
    position: relative;
    z-index: 4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .form._2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .circle-b1 {
    left: auto;
    width: 360px;
  }

  .circle-b1.type-2 {
    left: -2px;
    top: -123px;
    width: 250px;
  }

  .circle-b1.type-3 {
    top: -99px;
    width: 320px;
  }

  .circle-b2 {
    left: -270px;
    width: 160px;
  }

  .circle-b2.type-3 {
    left: -178px;
    top: -268px;
    width: 170px;
  }

  .circle-b3 {
    left: -210px;
    top: -123px;
    width: 70px;
  }

  .circle-b3.type-1 {
    left: 90px;
    top: -276px;
  }

  .circle-b3.type-3 {
    left: 86px;
    top: -260px;
    width: 80px;
  }

  .circle-b3.type-1 {
    left: 169px;
    top: 204px;
  }

  .text-faq.ta {
    font-size: 16px;
  }

  .section-footer {
    padding-right: 60px;
    padding-left: 60px;
  }

  .content-footer {
    margin-top: 20px;
    margin-bottom: 60px;
    padding-bottom: 20px;
  }

  .grid-footer {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .column-footer {
    min-width: 20%;
    margin-bottom: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-padding {
    position: fixed;
    top: 0px;
    z-index: 999;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
  }

  .content-single-page {
    min-height: 300px;
    padding: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .block-single-page {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .block-single-blog {
    margin-bottom: 20px;
  }

  .card-text.ta {
    font-size: 18px;
    text-align: center;
  }

  .grey-check-button.ta {
    width: 150px;
    height: 50px;
    font-size: 20px;
  }

  .lesson-content.q1 {
    height: 400px;
    margin-bottom: 0px;
  }

  .lesson-content.q1 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 39%;
    width: 80vw;
  }

  .lesson-content.q1 {
    bottom: 32%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 59%;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lesson-content.q1 {
    top: 0px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 90%;
    min-height: auto;
    margin-top: 0px;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .top-wrapper {
    margin-left: -3px;
  }

  .green-footer-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -26px;
  }

  .red-footer-contents {
    margin-left: -40px;
  }

  .white-circle {
    width: 60px;
    height: 60px;
  }

  .green-check-button.incorrect.the-click-button2.ta {
    width: 150px;
    height: 50px;
  }

  .footer-text-div {
    margin-left: 0px;
  }

  .q1-solution {
    font-size: 15px;
  }

  .footer-heading.red {
    font-size: 20px;
  }

  .cursor-wrapper {
    display: none;
  }

  .paragraph-small.no-margin {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    line-height: 2em;
    text-align: center;
  }

  .section-footer-2 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .grid-footer-2 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .paragraph-white-2.ta {
    font-size: 20px;
  }

  .button_o.blue {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 30px;
  }

  .button_o.blue {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .dropdown-faq-2 {
    position: static;
  }

  .title-faq-2.ta {
    font-size: 20px;
  }

  .icon-container {
    position: static;
    overflow: visible;
    width: 100%;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .platform-icon {
    top: auto;
  }

  .menu-button-2 {
    right: 20px;
    margin-left: 0px;
    -webkit-transition: background-color 400ms ease, color 400ms ease, -webkit-transform 400ms ease;
    transition: background-color 400ms ease, color 400ms ease, -webkit-transform 400ms ease;
    transition: transform 400ms ease, background-color 400ms ease, color 400ms ease;
    transition: transform 400ms ease, background-color 400ms ease, color 400ms ease, -webkit-transform 400ms ease;
  }

  .menu-button-2:hover {
    background-color: #e66551;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    color: #fff;
  }

  .block-navbar-centre {
    top: auto;
    bottom: auto;
    padding-right: 0px;
  }

  .dropdown-toggle-2 {
    left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    -webkit-transition: color 400ms ease, opacity 400ms ease;
    transition: color 400ms ease, opacity 400ms ease;
    color: #222229;
  }

  .dropdown-toggle-2:hover {
    color: #e66551;
  }

  .dropdown-link-2.ta {
    display: block;
  }

  .dropdown-link-2.ta.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .dropdown-list-2.w--open {
    padding-right: 4px;
    padding-left: 4px;
    background-color: #f2f0ee;
    box-shadow: none;
  }

  .title-hero-center-2 {
    font-size: 45px;
  }

  .title-hero-center-2.ta {
    width: 80%;
  }

  .hero-text-block-2 {
    margin-top: 35%;
    margin-bottom: 10px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .nav-menu-2 {
    width: 80%;
    margin-top: 24px;
    margin-left: 10%;
    padding: 8px 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 10px 10px -5px rgba(34, 34, 41, 0.05);
  }

  .map_sugar_cane {
    left: 20%;
  }

  .map_family {
    top: 64%;
  }

  .map_title {
    left: 41%;
  }

  .map_title.ta {
    left: 34%;
  }

  .map_flower {
    left: 61%;
  }

  .grid-2-columns-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .block-illustration-2 {
    padding-top: 0px;
  }

  .keyvisual {
    top: auto;
    z-index: 1;
    width: 90%;
    opacity: 1;
  }

  .platform-icon-2 {
    display: block;
  }

  .introduction1 {
    height: 20vh;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .block-feedback {
    position: static;
    width: 100%;
    min-height: 300px;
  }

  .circle-hero-overflow-3 {
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .link-block-feature-a {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 60px;
    padding-top: 10%;
    padding-bottom: 30%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .discover {
    margin-top: 0px;
  }

  .segment-menu-b {
    margin-bottom: 60px;
    padding-top: 10%;
    padding-bottom: 30%;
  }

  .segment-menu-b.segmentb.ta {
    background-image: url('../images/clip_4.jpg');
  }

  .craftathome {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .block-grid-right-2 {
    position: relative;
    width: 90%;
    margin-top: 0px;
    margin-right: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .color-bg-3 {
    min-height: auto;
  }

  .kv {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .circle-b1-2 {
    left: -190px;
    width: 360px;
  }

  .circle-b1-2.type-1 {
    left: 0%;
    top: 0%;
    width: 360px;
  }

  .circle-b1-2.type-1 {
    left: -179px;
    top: 3%;
    width: 360px;
  }

  .circle-b1-2.circle-b3 {
    left: auto;
    top: auto;
  }

  .navi {
    max-height: none;
    min-height: 100vh;
    padding-top: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .title-2.white {
    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
    line-height: 1.5em;
  }

  .title-2.white.ta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    text-align: center;
  }

  .title-2.white.left {
    margin-left: 0px;
  }

  .title-2.white {
    position: relative;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .title-2.white-copy {
    margin-right: auto;
    margin-left: auto;
    font-size: 28px;
  }

  .title-2.white-copy.ta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    font-size: 32px;
    line-height: 2em;
    text-align: center;
  }

  .title-2.white-copy {
    margin-right: auto;
    margin-left: auto;
    font-size: 28px;
  }

  .title-2.white-copy.ta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    text-align: center;
  }

  .image-8 {
    left: auto;
    top: auto;
    width: 80%;
  }

  .iconwrap-4.icon-hover {
    top: 28%;
  }

  .iconwrap-4.icon-hover {
    left: 62%;
    top: 29%;
  }

  .iconwrap-4.icon-hover {
    left: 39%;
    top: 0%;
  }

  .iconwrap-4.icon-hover {
    left: 37%;
    top: 69%;
  }

  .iconwrap-4.icon-hover {
    left: 37%;
    top: 37%;
  }

  .iconwrap-4.icon-hover {
    left: 10%;
    top: 21%;
  }

  .iconwrap-4.icon-hover {
    left: 62%;
    top: 29%;
  }

  .iconwrap-4.icon-hover {
    left: 37%;
    top: 37%;
  }

  .iconwrap-4.icon-hover {
    left: 37%;
    top: 69%;
  }

  .iconwrap-4.icon-hover {
    left: 10%;
    top: 21%;
  }

  .iconwrap-4.icon-hover {
    left: 46%;
    top: 51%;
  }

  .heading-h2 {
    font-size: 2.2em;
  }

  .heading-h2.white.margin-16px {
    width: 70vw;
    color: #f2f0ee;
  }

  .heading-h2.white.margin-16px {
    width: 70vw;
    color: #f2f0ee;
  }

  .body-text--18.white.margin-16px {
    width: 70vw;
    font-size: 18px;
  }

  .body-text--18.white.margin-16px.ta {
    text-align: center;
  }

  .body-text--18.white.margin-16px {
    width: 70vw;
  }

  .description_pulli.infobar {
    width: 80vw;
    margin-left: 0px;
  }

  .description_pulli.infobar {
    display: none;
    width: 80vw;
    margin-left: 0px;
  }

  .description_surya.infobar {
    width: 80vw;
    margin-left: 0px;
  }

  .description_pongal.infobar {
    width: 80vw;
    margin-left: 0px;
  }

  .description_thoranam.infobar {
    width: 80vw;
    margin-left: 0px;
  }

  .description_maatu.infobar {
    position: absolute;
    left: auto;
    top: auto;
    bottom: auto;
    display: none;
    width: 80vw;
    margin-left: 0px;
  }

  .description_maatu.infobar {
    position: static;
    left: auto;
    top: auto;
    bottom: auto;
    display: none;
    width: 80vw;
    margin-left: 0px;
  }

  .div-block-60 {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: 6%;
    width: 60vw;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .button-day.buttonpop {
    position: static;
  }

  .button-day-2.buttonpop {
    position: static;
  }

  .button-day-3.buttonpop {
    position: static;
    overflow: scroll;
  }

  .button-day-4.buttonpop {
    position: static;
  }

  .button-day-label {
    position: static;
    width: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-62 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .content-single-page-3 {
    padding: 50px 0px;
  }

  .content-7 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .content-7.only-single-page {
    margin-bottom: 100px;
  }

  .title-centra-light-2 {
    max-width: 700px;
  }

  .image-20 {
    left: auto;
    top: auto;
    width: 80%;
  }

  .instruction1 {
    left: auto;
    right: auto;
    bottom: 36%;
    z-index: 200;
  }

  .div-block-72 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 31px;
    padding-top: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block-feature-5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .learn-more-white-3 {
    margin-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-4-columns-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    grid-template-areas: "."
      "Area";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .text-feature-2 {
    max-width: 100%;
  }

  .q1 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .q_-a1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .lesson-section-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lesson-wrong1 {
    width: 80%;
    height: 50px;
  }

  .exit_button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: auto;
    height: 5%;
    margin-top: 28px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-6 {
    margin-top: 6px;
    margin-right: 5px;
    border-radius: 13px;
  }

  .button-6.w--current {
    margin-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .button-6.ta {
    font-size: 14px;
  }

  .exite {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .green-correct-button.correct.the-click-button.advantage {
    width: 150px;
    height: 50px;
  }

  .green-correct-button.continue.ta {
    width: auto;
    height: 0px;
    padding: 22px 20px 20px;
    font-size: 16px;
  }

  .hero-text-block-2-copy {
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .feedback {
    height: auto;
    margin-top: -100px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .grid-buttons-copy {
    position: relative;
    z-index: 999;
    grid-auto-flow: row;
  }

  .modal-element {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: auto;
    height: auto;
    max-height: none;
    max-width: 500px;
    min-height: 450px;
    min-width: 300px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .modal-slider {
    position: relative;
    height: 100%;
  }

  .paragraph-standard.ta {
    font-size: 14px;
    text-align: center;
  }

  .heading-19 {
    font-size: 28px;
  }

  .subtitle-4.white {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .subtitle-4.white.ta {
    margin-top: 0px;
  }

  .subtitle-4.ta {
    margin-top: 20px;
  }

  .side-text {
    font-size: 16px;
    text-align: left;
  }

  .side-text.ta {
    margin-top: 20px;
    font-size: 20px;
    text-align: left;
  }

  .side-text.lft {
    text-align: left;
  }

  .subtitle-4-copy.white {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .subtitle-4-copy.white-copy {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .subtitle-4-copy.white-copy {
    margin-right: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: left;
  }

  .subtitle-4-copy.white-copy-copy {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .subtitle-4-copy.white-copy-copy {
    margin-right: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 14px;
    text-align: left;
  }

  .subtitle-4-copy.white-copy-copy {
    margin-right: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: left;
  }

  .title-center-5 {
    max-width: 700px;
    margin-top: 20px;
  }

  .quiz_cover-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .green-label {
    position: absolute;
    bottom: 0%;
    display: none;
    width: 80vw;
  }

  .green-label.check {
    display: none;
  }

  .red-label {
    position: absolute;
    bottom: 0%;
    display: none;
    width: 80vw;
  }

  .red-label.check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .quiz_head {
    position: relative;
    min-height: 800px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .quiz-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70vh;
    min-height: 700px;
  }

  .lesson-footer-5 {
    position: absolute;
    top: auto;
    bottom: 0%;
    width: 80vw;
  }

  .quiz_title {
    margin-bottom: 73px;
    color: #f2f0ee;
    font-size: 56px;
  }

  .lesson-footer-flex-div-4 {
    width: 80vw;
  }

  .quiz-question {
    position: static;
    left: auto;
    top: 15%;
    right: auto;
    bottom: auto;
    display: block;
    width: 70%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 30px;
  }

  .quiz-question.ta {
    width: 80%;
    font-size: 20px;
    line-height: 1.4em;
  }

  .quiz_mq_button-2 {
    position: static;
    top: 40%;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .quiz_tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #d3d1d1;
  }

  .quiz_tag.ta {
    font-size: 20px;
  }

  .lesson-right {
    width: 80%;
    height: 50px;
  }

  .label_a {
    left: 0%;
    top: 59%;
    z-index: 900;
    width: auto;
    opacity: 0;
    font-size: 13px;
  }

  .title-label {
    padding: 5px 10px;
    font-size: 12px;
  }

  .title-label.ta {
    position: static;
    top: auto;
    padding-top: 3px;
    padding-bottom: 3px;
    opacity: 1;
    font-size: 11px;
    line-height: 1.5em;
  }

  .title-label.ta._1 {
    font-size: 12px;
  }

  .title-label.ta._1.tag {
    color: #f2f0ee;
    line-height: 1.3em;
  }

  .title-label.ta._1.tag.sml.advantage {
    font-size: 11px;
  }

  .label-b {
    top: 17%;
    width: auto;
    padding: 0px;
    opacity: 0;
    font-size: 13px;
  }

  .label-d {
    left: 67%;
    top: 61%;
    width: auto;
    opacity: 0;
  }

  .label-c {
    left: 50%;
    top: 9%;
    width: auto;
    opacity: 0;
  }

  .link-block {
    top: auto;
  }

  .label-ihc {
    left: 14%;
    top: 89%;
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
    opacity: 0;
  }

  .illustration-hero-overflow-4-copy {
    margin-bottom: -62px;
  }

  .lottie-animation {
    width: 350px;
    height: auto;
    margin-bottom: 0px;
  }

  .div-block-80 {
    margin-bottom: 0px;
  }

  .div-block-82 {
    left: 12%;
    top: 43%;
    width: 18%;
  }

  .instruction1-3 {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 200;
    font-size: 10px;
  }

  .instruction1-3.adjusted {
    left: -6%;
  }

  .instruction1-3.adjusted.l_a {
    left: auto;
  }

  .instruction1-3.adjusted.l_a.ta {
    left: -68%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 80px;
    padding-top: 3px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 10px;
  }

  .instruction1-3.l_b.ta {
    top: -5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 10px;
  }

  .instruction1-3.l_c.ta {
    top: 71%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 80px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 10px;
  }

  .instruction1-3.l_d.ta {
    top: 8%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 80px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 10px;
  }

  .instruction1-3.l_ihc.ta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 80px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 10px;
  }

  .instruction1-3.d_1.ta {
    position: absolute;
    top: auto;
    margin-bottom: 0px;
  }

  .instruction1-3.d_2 {
    top: auto;
  }

  .instruction1-3.d_2.ta {
    top: auto;
  }

  .instruction1-3.d_3 {
    top: auto;
  }

  .instruction1-3.d_3.ta {
    top: auto;
  }

  .div-block-82-copy-copy-copy {
    left: 70%;
    top: 43%;
  }

  .div-block-83 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 300px;
    margin-top: -31px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon_desc-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .div-block-85 {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 300px;
    min-width: 500px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .grid-11 {
    position: static;
    height: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .platform-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-86 {
    margin-top: 0px;
  }

  .icon-container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 80vw;
    margin-right: 5%;
    margin-left: 5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-23 {
    left: auto;
    top: auto;
    width: 100%;
  }

  .image-23.ta {
    width: auto;
  }

  .iconwrap-daopy {
    left: 32%;
    top: 30%;
    width: 40%;
  }

  .iconwrap-4-copy {
    left: 38%;
  }

  .iconwrap-dsada4-copy {
    left: 8%;
    top: 56%;
  }

  .iconwrap-4-cdasdopy {
    left: 26%;
    top: 13%;
  }

  .iconwrap-dsada4-copy-copy {
    left: 5%;
  }

  .description_sugarcane.infobar {
    position: absolute;
    left: auto;
    top: auto;
    bottom: auto;
    display: none;
    width: 80vw;
    margin-left: 0px;
  }

  .description_sugarcane.infobar {
    position: absolute;
    left: auto;
    top: auto;
    bottom: auto;
    display: none;
    width: 80vw;
    margin-left: 0px;
  }

  .div-block-87 {
    width: 100%;
    padding-top: 0%;
  }

  .description_intro.infobar {
    width: 80vw;
    margin-left: 0px;
  }

  .description_intro.infobar {
    width: 80vw;
    margin-left: 0px;
  }

  .div-block-88 {
    width: 220px;
  }

  .circle-b2-2 {
    left: -270px;
    width: 160px;
  }

  .circle-b2-2.type-1 {
    left: -179px;
    top: -259px;
    width: 120px;
  }

  .circle-b2-2.type-1.circle-b3 {
    left: -208px;
    top: 6px;
  }

  .circle-b2-2.circle-b3 {
    left: 0px;
    z-index: -1;
    opacity: 0.43;
  }

  .block-circle-copy {
    padding-bottom: 151px;
  }

  .grid-12 {
    margin-top: 43px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-block-91 {
    margin-top: -57px;
  }

  .grid-13 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-84-copy {
    position: static;
    display: block;
    width: 100%;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .discover-button {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .segment-menu-c {
    margin-bottom: 60px;
    padding-top: 10%;
    padding-bottom: 30%;
  }

  .segment-menu-_d {
    margin-bottom: 60px;
    padding-top: 10%;
    padding-bottom: 30%;
  }

  .segment-menu-_e {
    margin-bottom: 60px;
    padding-top: 10%;
    padding-bottom: 30%;
  }

  .segment-menu-_e.segmentb.ta {
    background-image: url('../images/craft.jpg');
  }

  .block-circle-4 {
    top: 0%;
  }

  .content-8 {
    height: auto;
    min-height: 600px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .block-illustration-5 {
    z-index: 0;
    min-height: 400px;
    padding-right: 39px;
    padding-left: 26px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .rflx {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-96 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .reflection-cards {
    height: auto;
  }

  .dance_1 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lottie-animation-3 {
    width: 100%;
  }

  .image-24 {
    width: auto;
    max-height: 120px;
    max-width: none;
    min-height: auto;
  }

  .food-interactive {
    top: auto;
    width: 100%;
  }

  .pre-loader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-105 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .craftb {
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 40px;
    background-color: #e66551;
    background-image: url('../images/Artcraft_4.png'), url('../images/Pattern_A.png');
    background-position: 100% 100%, 0px 0px;
    background-size: 30%, auto;
    background-repeat: no-repeat, repeat;
  }

  .folkdances {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .dancer1 {
    padding-right: 10%;
    padding-bottom: 0px;
    padding-left: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-2-columns-9 {
    margin-top: 0px;
    margin-bottom: 0px;
    -ms-grid-columns: minmax(200px, 2fr);
    grid-template-columns: minmax(200px, 2fr);
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .block-circle-5 {
    position: absolute;
    top: auto;
  }

  .block-illustration-6 {
    position: static;
    min-height: 300px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .lottie-animation-4 {
    position: static;
    top: auto;
    width: 500px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .dance_2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .dance_3 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .dance_4 {
    margin-top: 0px;
    margin-bottom: 50px;
  }

  .pot_1 {
    margin-top: 50px;
    margin-bottom: 0px;
  }

  .craft_1 {
    margin-top: 73px;
    margin-bottom: 50px;
  }

  .craft_a {
    position: static;
    display: block;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-23-copy {
    left: auto;
    top: auto;
    width: 80%;
  }

  .image-23-copy {
    left: auto;
    top: auto;
    width: 80%;
  }

  .image-23-copy {
    left: auto;
    top: auto;
    width: 80%;
  }

  .image-23-copy {
    left: auto;
    top: auto;
    width: 80%;
  }

  .image-23-copy {
    left: auto;
    top: auto;
    width: 25%;
  }

  .image-23-copy.en {
    width: 40%;
  }

  .iconwrapa2 {
    left: 37%;
    top: 53%;
    width: 25%;
  }

  .iconwarapa6 {
    left: 63%;
    top: 6%;
    width: 20%;
  }

  .iconwrap-4-copy-copy {
    left: 52%;
    top: 2%;
    width: 12%;
  }

  .iconwrapa4 {
    left: 35%;
    top: 1%;
    width: 13%;
  }

  .iconwrap-a1.icon-hover {
    top: 28%;
  }

  .iconwrap-a1.icon-hover {
    left: 62%;
    top: 29%;
  }

  .iconwrap-a1.icon-hover {
    left: 39%;
    top: 0%;
  }

  .iconwrap-a1.icon-hover {
    left: 37%;
    top: 69%;
  }

  .iconwrap-a1.icon-hover {
    left: 37%;
    top: 37%;
  }

  .iconwrap-a1.icon-hover {
    left: 10%;
    top: 21%;
  }

  .iconwrap-a1.icon-hover {
    left: 62%;
    top: 29%;
  }

  .iconwrap-a1.icon-hover {
    left: 37%;
    top: 37%;
  }

  .iconwrap-a1.icon-hover {
    left: 37%;
    top: 69%;
  }

  .iconwrap-a1.icon-hover {
    left: 10%;
    top: 21%;
  }

  .iconwrap-a1.icon-hover {
    left: 8%;
    top: 53%;
    width: 33%;
  }

  .iconwrapa3 {
    left: 19%;
    top: 14%;
    width: 15%;
  }

  .paragraph-banner-2 {
    width: 75%;
    margin-top: 0px;
    font-size: 20px;
  }

  .paragraph-banner-2.ta {
    width: auto;
    max-width: none;
    font-size: 24px;
  }

  .div-block-106 {
    margin-bottom: 0px;
  }

  .lottie-animation-5 {
    width: 400px;
  }

  .mask {
    height: auto;
  }

  .block-grid-right-2-copy {
    position: relative;
    width: 90%;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 33px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .reflecion-card-block {
    position: static;
    width: 90%;
    min-height: auto;
    padding-right: 40px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .block-grid-right-2-copy {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .block-grid-right-2-copy-copy {
    position: relative;
    width: 90%;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 33px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .btmbloken {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding-top: 59px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    align-self: auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .pongalinthecity {
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .video_city {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .block-illustration-6-copy {
    position: static;
    min-height: 300px;
    margin-top: 0px;
    padding-top: 0px;
  }

  .crafta {
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 40px;
    background-color: #e66551;
    background-size: 35%, auto;
  }

  .platform-5-copy-copy {
    top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 0vh;
    margin-top: 52px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-dropdown-copy-copy {
    color: #222229;
  }

  .text-dropdown-copy-copy:hover {
    color: #e66551;
  }

  .div-block-111 {
    position: fixed;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: #e66551;
  }

  .image-26 {
    position: absolute;
    z-index: 900;
    display: block;
    width: 30px;
    height: 30px;
    max-width: 30px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .nav {
    position: fixed;
    z-index: auto;
    display: block;
    width: 100vw;
    height: 100vh;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
  }

  .link-block-2 {
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 900;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .lesson.lesson-right {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lesson.lesson-wrong1 {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .block-circle-copy {
    width: auto;
    padding-bottom: 0px;
  }

  .div-block-114 {
    padding-right: 10%;
    padding-left: 10%;
  }

  .div-block-116 {
    width: 40%;
    margin-bottom: 60px;
  }

  .iconwrap-a1-_2.icon-hover {
    top: 28%;
  }

  .iconwrap-a1-_2.icon-hover {
    left: 62%;
    top: 29%;
  }

  .iconwrap-a1-_2.icon-hover {
    left: 39%;
    top: 0%;
  }

  .iconwrap-a1-_2.icon-hover {
    left: 37%;
    top: 69%;
  }

  .iconwrap-a1-_2.icon-hover {
    left: 37%;
    top: 37%;
  }

  .iconwrap-a1-_2.icon-hover {
    left: 10%;
    top: 21%;
  }

  .iconwrap-a1-_2.icon-hover {
    left: 62%;
    top: 29%;
  }

  .iconwrap-a1-_2.icon-hover {
    left: 37%;
    top: 37%;
  }

  .iconwrap-a1-_2.icon-hover {
    left: 37%;
    top: 69%;
  }

  .iconwrap-a1-_2.icon-hover {
    left: 10%;
    top: 21%;
  }

  .iconwrap-a1-_2.icon-hover {
    left: 62%;
    top: 47%;
    width: 26%;
  }

  .iconwrap-a1-_2.icon-hover.cow.ta {
    top: 55%;
    width: 22%;
  }

  .iconwrap-a1-2.icon-hover {
    top: 28%;
  }

  .iconwrap-a1-2.icon-hover {
    left: 62%;
    top: 29%;
  }

  .iconwrap-a1-2.icon-hover {
    left: 39%;
    top: 0%;
  }

  .iconwrap-a1-2.icon-hover {
    left: 37%;
    top: 69%;
  }

  .iconwrap-a1-2.icon-hover {
    left: 37%;
    top: 37%;
  }

  .iconwrap-a1-2.icon-hover {
    left: 10%;
    top: 21%;
  }

  .iconwrap-a1-2.icon-hover {
    left: 62%;
    top: 29%;
  }

  .iconwrap-a1-2.icon-hover {
    left: 37%;
    top: 37%;
  }

  .iconwrap-a1-2.icon-hover {
    left: 37%;
    top: 69%;
  }

  .iconwrap-a1-2.icon-hover {
    left: 10%;
    top: 21%;
  }

  .iconwrap-a1-2.icon-hover {
    left: 37.5%;
    top: 31%;
    width: 25%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .iconwrap-a1-2.icon-hover.ta {
    left: 32.5%;
    top: 34%;
    width: 35%;
  }

  .description_speech.infobar {
    position: absolute;
    left: auto;
    top: auto;
    bottom: auto;
    display: none;
    width: 80vw;
    margin-left: 0px;
  }

  .description_speech.infobar {
    position: static;
    left: auto;
    top: auto;
    bottom: auto;
    display: none;
    width: 80vw;
    margin-left: 0px;
  }

  .image-speech {
    left: auto;
    top: auto;
    width: auto;
    height: auto;
  }

  .image-speech.ta {
    height: auto;
  }

  .platform-icon-2-copy {
    position: static;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .question-mark {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 200;
    min-height: 100px;
    padding-bottom: 13px;
    font-size: 50px;
  }

  .q_-a1_2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .quiz.q_-a1 {
    display: none;
  }

  .quiz.q_-a1_2 {
    display: none;
  }

  .quiz.q_-a1_3 {
    display: none;
  }

  .text-block-23 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
  }

  .text-block-24 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .text-block-24.ta {
    font-size: 20px;
  }

  .dancer2 {
    padding-right: 10%;
    padding-bottom: 0px;
    padding-left: 60px;
    text-align: center;
  }

  .dance3 {
    padding-right: 10%;
    padding-bottom: 0px;
    padding-left: 60px;
  }

  .dancer4 {
    padding-right: 10%;
    padding-bottom: 0px;
    padding-left: 60px;
  }

  .pongalintro {
    padding-right: 10%;
    padding-bottom: 0px;
    padding-left: 60px;
  }

  .div-block-120 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .lottie-animation-7 {
    min-width: 400px;
    margin-top: 0px;
  }

  .block-banner-2-copy-copy {
    margin-top: -39px;
    margin-bottom: -29px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .kv_a2.circle-kv {
    left: 85%;
    top: 35%;
  }

  .quiz-finish.end {
    display: none;
    overflow: hidden;
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .quiz-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-top: 22px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .narrative {
    font-size: 20px;
  }

  .narrative.ta {
    width: 100%;
    line-height: 1.5em;
  }

  .narrative.ta.big-copy {
    font-size: 20px;
  }

  .tag.white {
    margin-bottom: 0px;
    color: #22306a;
  }

  .tag.white-copy {
    margin-bottom: 0px;
    color: #22306a;
  }

  .video_dance {
    margin-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 35, 56, 0.75)), to(rgba(45, 35, 56, 0.75))), url('../images/TRAD-FOLK-DANCES.png');
    background-image: linear-gradient(180deg, rgba(45, 35, 56, 0.75), rgba(45, 35, 56, 0.75)), url('../images/TRAD-FOLK-DANCES.png');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .body-text--18-copy-copy.white.margin-16px {
    width: 70vw;
  }

  .body-text--18-copy-copy.white.margin-16px {
    width: 70vw;
    margin-bottom: -115px;
  }

  .block-illustration-3-copy-copy {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .video_wip {
    width: 90vw;
    margin-top: 60px;
    margin-bottom: 0px;
    padding-top: 70px;
    padding-bottom: 70px;
    border-radius: 20px;
  }

  .block-banner-2-copy-copy {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .video_pic1 {
    width: 95%;
    margin-top: 60px;
    margin-bottom: 0px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .video-block_craft {
    width: 100%;
    margin-top: 39px;
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .introduction1-copy {
    height: 20vh;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .div-block-124 {
    width: 100%;
  }

  .youtube-3 {
    width: 100%;
  }

  .div-block-122-copy {
    margin-top: 0px;
  }

  .div-block-125 {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .div-block-125.ta {
    margin-top: 40px;
  }

  .heading-27a {
    font-size: 30px;
  }

  .body-text--18-copy-copy.white.margin-16px {
    width: 70vw;
  }

  .body-text--18-copy-copy.white.margin-16px {
    width: 70vw;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
  }

  .body-text--18-copy-copy.white.margin-16px.ta {
    width: auto;
    font-size: 24px;
  }

  .title_feature.white.ta {
    color: #f2f0ee;
    text-shadow: 1px 1px 12px #222229;
  }

  .title_feature.white {
    margin-top: 9px;
  }

  .title_feature.white {
    margin-top: 9px;
  }

  .title_feature.white.ta {
    font-size: 35px;
  }

  .ihc-logo {
    height: 70px;
  }

  .block-navbar-right {
    margin-right: 10px;
  }

  .link-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }

  .link-block-4.w--current {
    height: auto;
  }

  .site-tittle {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .image-34 {
    height: 90px;
    max-width: none;
  }

  .link-2-copy {
    font-size: 20px;
  }

  .menu_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
  }

  .lang {
    left: 0px;
    top: 0px;
    right: auto;
  }

  .en_btn {
    width: 80px;
    height: 50px;
    background-color: rgba(211, 209, 209, 0.6);
  }

  .ta_btn {
    height: 50px;
  }

  .button-7 {
    height: 50px;
    background-color: rgba(211, 209, 209, 0.6);
  }

  .button-8 {
    background-color: transparent;
  }

  .button-8.w--current {
    height: 50px;
  }

  .discover_nav {
    color: #222229;
    font-size: 20px;
  }

  .discover_nav:hover {
    color: #e66551;
  }

  .menu-button-3 {
    margin-left: 10px;
    -webkit-transition: background-color 400ms ease, color 400ms ease, -webkit-transform 400ms ease;
    transition: background-color 400ms ease, color 400ms ease, -webkit-transform 400ms ease;
    transition: transform 400ms ease, background-color 400ms ease, color 400ms ease;
    transition: transform 400ms ease, background-color 400ms ease, color 400ms ease, -webkit-transform 400ms ease;
  }

  .menu-button-3:hover {
    background-color: #e89f4c;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    color: #fff;
  }

  .navi_-ta {
    max-height: none;
    min-height: 100vh;
    padding-top: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .dropdown-toggle-4 {
    position: relative;
    left: auto;
    display: inline-block;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
    opacity: 1;
    -webkit-transition: color 400ms ease, opacity 400ms ease;
    transition: color 400ms ease, opacity 400ms ease;
    color: #222229;
  }

  .dropdown-toggle-4:hover {
    color: #e66551;
  }

  .icon-dropdown-3 {
    color: #22306a;
  }

  .icon-dropdown-3:hover {
    color: #e66551;
  }

  .card-heading.ta {
    text-align: center;
  }

  .quiz_tag-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #d3d1d1;
  }

  .quiz_tag-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #d3d1d1;
  }

  .title-2-copy.white {
    position: relative;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .menu-button-2-copy {
    margin-left: 10px;
    -webkit-transition: background-color 400ms ease, color 400ms ease, -webkit-transform 400ms ease;
    transition: background-color 400ms ease, color 400ms ease, -webkit-transform 400ms ease;
    transition: transform 400ms ease, background-color 400ms ease, color 400ms ease;
    transition: transform 400ms ease, background-color 400ms ease, color 400ms ease, -webkit-transform 400ms ease;
  }

  .menu-button-2-copy:hover {
    background-color: #e66551;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    color: #fff;
  }

  .site-tittle-copy {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .site-tittle-copy {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .quiz_tag-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #d3d1d1;
  }

  .quiz_tag-copy-copy.ta {
    font-size: 20px;
  }

  .text-span-4 {
    font-size: 40px;
  }

  .text-span-4.sd {
    font-size: 36px;
    text-align: left;
  }

  .div-block-88-copy {
    width: 240px;
  }

  .div-block-88-copy {
    width: 240px;
  }

  .yay {
    position: static;
    left: auto;
    top: 15%;
    right: auto;
    bottom: auto;
    display: block;
    width: 70%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .image-23-copy {
    left: auto;
    top: auto;
    width: 100%;
  }

  .image-23-copy.ta {
    width: auto;
  }

  .quiz_tag-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #d3d1d1;
  }

  .quiz_tag-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #d3d1d1;
  }

  .imagescis {
    left: auto;
    top: auto;
    width: 40%;
  }

  .dropdown-link-2-copy.ta.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .dropdown-link-2-copy.ta {
    display: none;
  }

  .dropdown-link-2-copy.ta.w--current {
    display: none;
  }

  .dropdown-link-2-copy.ta {
    display: none;
  }

  .dropdown-link-2-copy.ta.w--current {
    display: none;
  }

  .dropdown-link-2_5.ta.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .dropdown-link-2-copy-copy.ta {
    display: none;
  }

  .dropdown-link-2-copy-copy.ta.w--current {
    display: none;
  }

  .kv-copy {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .food_b-2 {
    left: 67%;
    width: 20%;
    height: 20%;
  }

  .food_h-2 {
    left: 32%;
    top: 11%;
    right: auto;
    bottom: auto;
    width: 20%;
    height: 20%;
  }

  .food_i-2 {
    position: absolute;
    left: 35%;
    top: 29%;
    width: 30%;
    height: 30%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-container-4 {
    max-width: 80vw;
    margin-right: 5%;
    margin-left: 5%;
  }

  .food_d-2 {
    width: 20%;
    height: 20%;
  }

  .food_g-2 {
    left: 15%;
    top: 28%;
    width: 20%;
    height: 20%;
  }

  .instruction1-4 {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 200;
    font-size: 10px;
  }

  .food_a-2 {
    top: 14%;
    width: 20%;
    height: 20%;
  }

  .food_e-2 {
    width: 15%;
    height: 25%;
  }

  .food_i-copy-2 {
    left: 35%;
    top: 34%;
    width: 30%;
    height: 30%;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .food_f-2 {
    left: 12%;
    top: 54%;
    width: 20%;
    height: 20%;
  }

  .platform-icon-copy-2 {
    top: auto;
  }

  .food_c-2 {
    width: 20%;
    height: 20%;
  }

  .food_inter {
    width: 90%;
  }

  .food_inter.ta {
    width: 90%;
  }

  .dance_group {
    top: auto;
    width: 100%;
  }

  .side-text-copy {
    text-align: center;
  }

  .side-text-copy.ta {
    text-align: left;
  }

  .block-grid-right-2-copy {
    position: relative;
    width: 90%;
    margin-top: 0px;
    padding-top: 36px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .side-text-copy {
    text-align: center;
  }

  .side-text-copy.ta {
    font-size: 18px;
    text-align: left;
  }

  .body-text--18-dance.white.margin-16px {
    width: 70vw;
  }

  .body-text--18-dance.white.margin-16px {
    width: 70vw;
    margin-bottom: -115px;
  }

  .body-text--18-dancery.white.margin-16px {
    width: 70vw;
  }

  .body-text--18-dancery.white.margin-16px {
    width: 70vw;
    margin-bottom: 0px;
    font-size: 20px;
  }

  .btm2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .btms3 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .block-grid-right-2-copy-copy {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .block-grid-right-2-copy-copy {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .title-2-copy.white {
    left: auto;
    margin-right: auto;
    font-size: 28px;
  }

  .title-2-copy.white.lft {
    left: 0px;
    margin-left: 0px;
  }

  .title-2-copy.white {
    position: relative;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .reflect {
    position: relative;
    width: 90%;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .title-center-copy-copy {
    max-width: 700px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 32px;
  }

  .title-center-copy-copy.ta {
    padding-left: 0px;
    font-size: 26px;
    text-align: left;
  }

  .title-2-copy.white {
    margin-right: auto;
    margin-left: auto;
    font-size: 28px;
  }

  .title-2-copy.white.ta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-left: auto;
    text-align: center;
  }

  .title-2-copy.white {
    position: relative;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .body-text--18-copy-copy.white.margin-16px {
    width: 70vw;
  }

  .body-text--18-copy-copy.white.margin-16px {
    width: 80vw;
    margin-bottom: 0px;
  }

  .rrflx1 {
    position: relative;
    width: 90%;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dance-text.white.margin-16px {
    width: 70vw;
  }

  .dance-text.white.margin-16px {
    width: 80vw;
    margin-bottom: 0px;
  }

  .dance-text.white.margin-16px.ta._7 {
    font-size: 16px;
  }

  .side-text-pongal-copy {
    text-align: center;
  }

  .side-text-pongal-copy.ctr {
    text-align: left;
  }

  .body-text--18-copy-copy-copy.white.margin-16px {
    width: 70vw;
  }

  .body-text--18-copy-copy-copy.white.margin-16px {
    width: 70vw;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
  }

  .title-2-copy.white {
    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
    line-height: 1.5em;
  }

  .title-2-copy.white.ta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    text-align: center;
  }

  .title-2-copy.white {
    position: relative;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .title-2cntry.white-txt {
    margin-right: auto;
    margin-left: auto;
    font-size: 36px;
    line-height: 1.5em;
  }

  .title-2-copy.white {
    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
    line-height: 1.5em;
  }

  .title-2-copy.white.ta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    text-align: center;
  }

  .title-2-copy.white {
    position: relative;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .lft.white {
    position: relative;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .lft.white.ta {
    text-align: center;
  }

  .side-text-copy {
    font-size: 16px;
    text-align: left;
  }

  .side-text-copy.ta {
    margin-top: 20px;
    font-size: 20px;
    text-align: left;
  }

  .side-text-copy.ta.ctr {
    text-align: center;
  }

  .side-text-copy {
    font-size: 16px;
    text-align: left;
  }

  .side-text-copy.ta {
    margin-top: 20px;
    font-size: 20px;
    text-align: left;
  }

  .side-text-copy {
    font-size: 16px;
    text-align: left;
  }

  .side-text-copy.ta {
    margin-top: 20px;
    font-size: 20px;
    text-align: left;
  }

  .side-text-copy.ta.ctr {
    margin-bottom: 40px;
  }

  .title-2-ctropy-copy.white {
    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
    line-height: 1.5em;
  }

  .title-2-ctropy-copy.white.ta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    text-align: center;
  }

  .title-2-ctropy-copy.white {
    position: relative;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .dance {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .subtitle-4-_1.wth {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .subtitle-4-_1.wth.ctr {
    margin-right: auto;
  }

  .block-grid-right-card-copy {
    position: relative;
    width: 90%;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .pongal_city {
    margin-bottom: 20px;
    font-size: 30px;
    text-align: left;
  }

  .title-2-copy.white {
    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
    line-height: 1.5em;
  }

  .title-2-copy.white.ta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    text-align: center;
  }

  .title-2-copy.white {
    position: relative;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .title-2-copy-copy.white-copy {
    margin-right: auto;
    margin-left: auto;
    font-size: 28px;
  }

  .title-2-copy-copy.white-copy {
    margin-right: auto;
    margin-left: auto;
    font-size: 28px;
  }

  .title-2-copy-copy.white-copy {
    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
    line-height: 1.5em;
  }

  .nar_city {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .narcity1.white.margin-16px {
    width: 70vw;
  }

  .narcity1.white.margin-16px {
    width: 80vw;
    margin-bottom: 0px;
  }

  .title-2-copy.white {
    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
    line-height: 1.5em;
  }

  .title-2-copy.white.ta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    text-align: center;
  }

  .title-2-copy.white {
    position: relative;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .anar.white {
    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
    line-height: 1.5em;
  }

  .anar.white.ta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    font-size: 35px;
    text-align: left;
  }

  .anar.white {
    position: relative;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .sdanctr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .tag_1.ctris {
    margin-right: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 14px;
    text-align: left;
  }

  .er {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 29px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  .content {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content.only-single-page {
    margin-bottom: 80px;
  }

  .dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .brand {
    padding-left: 0px;
  }

  .nav-link-block {
    display: none;
  }

  .button.white {
    margin-right: auto;
    margin-left: auto;
  }

  .button.white.ta {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .circle-a.type-1 {
    left: -369px;
    top: -134px;
    width: 240px;
  }

  .circle-a.type-3 {
    top: -129px;
  }

  .circle-a.type-4 {
    left: 272px;
    top: -120px;
    width: 70px;
  }

  .circle-a.type-5 {
    left: 331px;
    top: -46px;
    width: 30px;
  }

  .circle-a.type-0 {
    left: 70px;
    top: -63px;
    width: 290px;
  }

  .circle-a.type-0 {
    left: 70px;
    top: -63px;
    width: 290px;
  }

  .circle-a.type-1 {
    left: -369px;
    top: -134px;
    width: 240px;
  }

  .circle-a.type-1 {
    left: -369px;
    top: -134px;
    width: 240px;
  }

  .circle-a.type-2-copy {
    left: -356px;
    top: 105px;
    width: 60px;
  }

  .title-center {
    width: 80vw;
    max-width: 640px;
    margin-top: 0px;
    font-size: 25px;
  }

  .grid-4-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 0%;
    margin-top: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .link-block-feature {
    padding: 25px 15px;
  }

  .title-feature.white {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .title-feature.white {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .title-feature.blue {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #f2f0ee;
    text-shadow: 1px 0 5px #2d2338;
  }

  .paragraph-feature {
    margin-bottom: 12px;
  }

  .paragraph-feature.white {
    width: 65%;
  }

  .text-feature {
    margin-top: -23px;
  }

  .grid-2-columns {
    max-width: 600px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .block-grid-left {
    min-height: 100px;
    padding-right: 0px;
  }

  .block-illustration {
    min-height: 520px;
  }

  .block-circle {
    z-index: 0;
    opacity: 0.52;
  }

  .block-grid-right {
    width: 90vw;
    padding-right: 8%;
    padding-left: 7%;
  }

  .illustration-2 {
    position: static;
    width: 250px;
  }

  .form-block {
    width: auto;
    max-width: 500px;
  }

  .form {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
  }

  .form._2 {
    margin-top: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .circle-b1 {
    left: -151px;
    top: -122px;
  }

  .circle-b1.type-2 {
    left: 74px;
    top: -36px;
    width: 150px;
  }

  .circle-b2 {
    left: -218px;
    top: -83px;
  }

  .circle-b3 {
    left: -173px;
    top: -200px;
  }

  .circle-b3.type-1 {
    left: 71px;
    top: -271px;
  }

  .circle-b3.type-1 {
    left: 71px;
    top: 163%;
  }

  .illustration-4 {
    height: 520px;
  }

  .text-faq.ta {
    font-size: 14px;
  }

  .section-footer {
    padding-right: 30px;
    padding-left: 30px;
  }

  .content-footer {
    margin-top: 80px;
    margin-bottom: 32px;
  }

  .navbar-padding {
    top: 0px;
  }

  .brand-utility {
    padding-left: 0px;
  }

  .content-single-page {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .block-single-page {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .circle-container {
    width: 50px;
    height: 50px;
    margin-left: 0px;
  }

  .card-text.ta {
    line-height: 1.3em;
  }

  .grey-check-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .grey-check-button.ta {
    width: 150px;
    height: 40px;
    font-size: 20px;
  }

  .lesson-content.q1 {
    height: 90%;
    margin-top: 0px;
    padding-bottom: 10%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .top-wrapper {
    margin-top: -6px;
    margin-left: -55px;
  }

  .green-footer-contents {
    height: auto;
    min-width: auto;
    margin-left: 0px;
  }

  .red-footer-contents {
    height: auto;
    min-width: auto;
    margin-left: 0px;
  }

  .white-circle {
    width: 50px;
    height: 50px;
    margin-top: 0px;
  }

  .white-circle.green {
    margin-top: 0px;
    margin-left: 0px;
  }

  .green-check-button.incorrect.the-click-button2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .green-check-button.incorrect.the-click-button2.ta {
    width: 150px;
    height: 40px;
  }

  .q1-solution {
    width: 400px;
    margin-top: 0px;
    font-size: 13px;
  }

  .footer-heading.red {
    font-size: 15px;
  }

  .section-footer-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .paragraph-white-2 {
    font-size: 18px;
  }

  .paragraph-white-2.ta {
    font-size: 18px;
  }

  .title-faq-2.ta {
    font-size: 18px;
  }

  .icon-container {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .a-2-wrapper.letter-hover:hover {
    -webkit-transform: translate(0px, -10px);
    -ms-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
  }

  .dropdown-toggle-2 {
    margin-top: 20px;
  }

  .dropdown-toggle-2.w--open {
    padding-left: 0px;
  }

  .dropdown-link-2.ta {
    font-size: 14px;
  }

  .dropdown-link-2.ta.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .title-hero-center-2 {
    font-size: 46px;
  }

  .title-hero-center-2.ta {
    margin-top: 40px;
    font-size: 36px;
  }

  .hero-text-block-2 {
    margin-top: 25%;
  }

  .nav-menu-2 {
    margin-top: 20px;
  }

  .map_family {
    top: 64%;
    width: 26%;
  }

  .map_title {
    left: 41%;
  }

  .map_title.ta {
    left: 29%;
  }

  .grid-2-columns-2 {
    max-width: 600px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .block-illustration-2 {
    height: 20%;
    min-height: 200px;
    opacity: 1;
  }

  .introduction1 {
    height: 15vh;
    margin-top: 6px;
    margin-bottom: 0px;
  }

  .block-feedback {
    width: 80%;
    min-height: auto;
    margin-top: 4px;
  }

  .circle-hero-overflow-3 {
    z-index: 0;
  }

  .hero-img-block-3 {
    position: relative;
    z-index: auto;
  }

  .link-block-feature-a {
    min-height: 400px;
    margin-bottom: 37px;
    padding-top: 10%;
    padding-bottom: 30%;
    padding-left: 40px;
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .discover {
    margin-top: 5px;
    margin-bottom: 1px;
    padding: 8px 20px;
  }

  .discover.ta {
    font-size: 14px;
  }

  .segment-menu-b {
    margin-bottom: 37px;
    padding-top: 10%;
    padding-bottom: 30%;
    padding-left: 40px;
    background-position: 100% 100%;
  }

  .craftathome {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .block-grid-right-2 {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .kv {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .circle-b1-2 {
    left: -151px;
    top: -122px;
  }

  .circle-b1-2.type-1 {
    left: -193px;
    top: -128px;
  }

  .circle-b1-2.type-1 {
    left: -193px;
    top: -92%;
    z-index: -10;
  }

  .circle-b1-2.circle-b3 {
    left: auto;
    top: auto;
  }

  .navi {
    min-height: 740px;
    padding-top: 20px;
  }

  .title-2.white {
    margin-top: 19px;
    margin-right: auto;
    font-size: 30px;
    line-height: 1.5em;
  }

  .title-2.white.ta {
    margin-bottom: 0px;
    line-height: 1.3em;
    text-align: center;
  }

  .title-2.white-copy {
    margin-top: 19px;
    margin-right: auto;
    font-size: 30px;
    line-height: 1.5em;
  }

  .title-2.white-copy.ta {
    font-size: 30px;
    line-height: 2em;
    text-align: center;
  }

  .title-2.white-copy {
    margin-top: 19px;
    margin-right: auto;
    font-size: 30px;
    line-height: 1.5em;
  }

  .title-2.white-copy.ta {
    margin-top: 36px;
    margin-bottom: 41px;
    line-height: 1.5em;
    text-align: center;
  }

  .image-8 {
    width: 90%;
  }

  .iconwrap-4.icon-hover {
    left: 57%;
    top: 61%;
  }

  .iconwrap-4.icon-hover {
    left: 63%;
    top: 31%;
  }

  .iconwrap-4.icon-hover {
    top: -2%;
  }

  .iconwrap-4.icon-hover {
    left: 36%;
    top: 68%;
  }

  .iconwrap-4.icon-hover {
    left: 34%;
    top: 34%;
  }

  .iconwrap-4.icon-hover {
    left: 5%;
    top: 18%;
  }

  .iconwrap-4.icon-hover {
    left: 63%;
    top: 31%;
  }

  .iconwrap-4.icon-hover {
    left: 34%;
    top: 34%;
  }

  .iconwrap-4.icon-hover {
    left: 36%;
    top: 68%;
  }

  .iconwrap-4.icon-hover {
    left: 5%;
    top: 18%;
  }

  .iconwrap-4.icon-hover {
    left: 47%;
    top: 58%;
  }

  .heading-h2 {
    font-size: 2em;
  }

  .body-text--18.white.margin-16px {
    font-size: 18px;
  }

  .body-text--18.white.margin-16px {
    width: 100%;
  }

  .description_pulli.infobar {
    width: 80vw;
  }

  .description_pulli.infobar {
    position: static;
    display: none;
    width: 80vw;
    margin-top: auto;
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .description_surya.infobar {
    display: none;
    width: 80vw;
  }

  .description_pongal.infobar {
    display: none;
    width: 80vw;
  }

  .description_thoranam.infobar {
    display: none;
    width: 80vw;
  }

  .description_maatu.infobar {
    position: absolute;
    width: 80vw;
  }

  .description_maatu.infobar {
    position: static;
    display: none;
    width: 80vw;
  }

  .div-block-60 {
    left: auto;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 70vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .button-day.buttonpop {
    width: 40px;
    height: 40px;
  }

  .day_2-image {
    position: static;
  }

  .day_1-image {
    position: static;
  }

  .day_3-image {
    position: static;
  }

  .day_4-image {
    position: static;
  }

  .button-day-label {
    width: 60px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-62 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .content-single-page-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-7 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .content-7.only-single-page {
    margin-bottom: 80px;
  }

  .title-centra-light-2 {
    max-width: 640px;
    margin-top: 0px;
  }

  .image-20 {
    width: 90%;
  }

  .div-block-72 {
    margin-top: 0px;
  }

  .link-block-feature-5 {
    padding: 25px 15px;
  }

  .learn-more-white-3 {
    margin-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-4-columns-2 {
    margin-top: 5px;
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-feature-2 {
    width: 100%;
  }

  .q1 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .q_-a1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .lesson-section-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .exit_button {
    left: 3%;
    top: auto;
    right: auto;
    bottom: auto;
    height: auto;
    margin-top: 9px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-6.ta {
    font-size: 14px;
  }

  .exite {
    left: 0%;
    right: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .green-correct-button.correct.the-click-button.advantage {
    width: 150px;
    height: 40px;
  }

  .green-correct-button.continue.ta {
    width: auto;
    height: 40px;
    font-size: 16px;
    line-height: 1.3em;
    text-align: center;
  }

  .hero-text-block-2-copy {
    margin-top: auto;
  }

  .feedback {
    margin-top: -35px;
    margin-bottom: 0px;
  }

  .grid-buttons-copy {
    z-index: 1;
    grid-auto-flow: column;
  }

  .modal-element {
    left: auto;
    right: auto;
    width: 350px;
    max-height: 100vh;
    margin-top: 20px;
  }

  .icon-wrapper {
    width: 80px;
    height: 80px;
  }

  .paragraph-standard {
    font-size: 14px;
  }

  .heading-19 {
    font-size: 25px;
  }

  .subtitle-4 {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .subtitle-4.white {
    margin-top: 0px;
    font-size: 13px;
  }

  .subtitle-4.white.ta {
    font-size: 14px;
  }

  .subtitle-4.ta {
    margin-top: 20px;
  }

  .title-2-copy.white.ta {
    text-align: center;
  }

  .side-text {
    width: auto;
    margin-bottom: 36px;
    padding-right: 10px;
    padding-left: 0px;
    font-size: 16px;
    text-align: left;
  }

  .side-text.ta {
    margin-top: 20px;
    margin-right: auto;
    font-size: 16px;
    text-align: left;
  }

  .side-text.ta.ctr {
    text-align: center;
  }

  .subtitle-4-copy.white-copy {
    margin-left: 0px;
    font-size: 14px;
  }

  .subtitle-4-copy.white-copy.ta {
    margin-left: auto;
  }

  .subtitle-4-copy.white-copy-copy {
    margin-left: 0px;
    font-size: 14px;
  }

  .title-center-5 {
    max-width: 640px;
    margin-top: 10px;
  }

  .quiz_cover-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .green-label.check {
    display: none;
  }

  .red-label.check {
    display: none;
  }

  .quiz-wrapper {
    min-height: 700px;
    background-color: #d3d1d1;
    background-image: none;
  }

  .quiz_title {
    font-size: 46px;
  }

  .quiz-question {
    position: static;
    width: 90%;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 20px;
  }

  .quiz-question.fin {
    font-size: 30px;
  }

  .quiz_mq_button-2 {
    position: static;
    top: 45%;
    margin-top: 0px;
    margin-bottom: 20px;
    grid-auto-flow: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .quiz_tag.ta {
    font-size: 14px;
  }

  .label_a {
    left: -3%;
    top: 56%;
    opacity: 0;
    font-size: 9px;
  }

  .title-label {
    padding: 0px 10px;
    font-size: 10px;
  }

  .title-label.ta {
    font-size: 9px;
  }

  .title-label.ta._1.tag.sml {
    padding-right: 3px;
    padding-left: 3px;
    font-size: 9px;
  }

  .title-label.ta._1.tag.sml.advantage {
    font-size: 9px;
  }

  .label-b {
    left: 1%;
    top: 15%;
    opacity: 0;
    font-size: 9px;
  }

  .label-d {
    left: 75%;
    top: 34%;
    opacity: 0;
  }

  .label-c {
    left: 34%;
    top: 7%;
    opacity: 0;
  }

  .link-block {
    top: -2px;
  }

  .label-ihc {
    left: 11%;
    top: 87%;
    max-width: 80px;
    min-width: 70%;
    opacity: 0;
    font-size: 12px;
  }

  .illustration-hero-overflow-4-copy {
    margin-bottom: -63px;
  }

  .lottie-animation {
    position: relative;
    z-index: 70;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 350px;
    height: auto;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-80 {
    position: static;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .div-block-82 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .instruction1-3 {
    left: auto;
    top: auto;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 10px;
  }

  .instruction1-3.adjusted {
    left: -37%;
  }

  .instruction1-3.adjusted.l_a {
    left: auto;
  }

  .instruction1-3.adjusted.l_a.ta {
    left: -63%;
    bottom: 48%;
    min-width: 100px;
    padding-right: 3px;
    padding-left: 3px;
    font-size: 9px;
  }

  .instruction1-3.l_b.ta {
    top: -13%;
    min-width: 100px;
    padding-right: 3px;
    padding-left: 3px;
    font-size: 9px;
  }

  .instruction1-3.l_c.ta {
    top: 65%;
    min-width: 100px;
    padding-right: 3px;
    padding-left: 3px;
    font-size: 9px;
  }

  .instruction1-3.l_d.ta {
    top: 0%;
    min-width: 100px;
    padding-right: 3px;
    padding-left: 3px;
    font-size: 9px;
  }

  .instruction1-3.l_ihc.ta {
    min-width: 100px;
    padding-right: 3px;
    padding-left: 3px;
    font-size: 9px;
  }

  .instruction1-3.icon.ta {
    font-size: 11px;
  }

  .div-block-82-copy-copy-copy {
    left: 70%;
  }

  .div-block-83 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon_desc-3 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-85 {
    position: static;
    width: 90%;
    height: auto;
    min-height: auto;
    min-width: auto;
    margin-top: -110px;
    padding-top: 0px;
    padding-bottom: 61px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .grid-11 {
    height: auto;
    margin-top: 0px;
  }

  .platform-5 {
    width: 100%;
    margin-bottom: 0px;
  }

  .div-block-86 {
    margin-top: 0px;
  }

  .icon-container-3 {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .image-23 {
    width: 90%;
  }

  .image-23.ta {
    width: auto;
  }

  .iconwrap-4-cdasdopy {
    left: 23%;
  }

  .description_sugarcane.infobar {
    position: absolute;
    width: 80vw;
  }

  .description_sugarcane.infobar {
    position: static;
    display: none;
    width: 80vw;
  }

  .div-block-87 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 58px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .description_intro.infobar {
    width: 80vw;
  }

  .description_intro.infobar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80vw;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .div-block-88 {
    width: 120%;
  }

  .circle-b2-2 {
    left: -218px;
    top: -246px;
  }

  .circle-b2-2.type-1 {
    left: -179px;
    top: -254px;
  }

  .circle-b2-2.circle-b3 {
    left: 0px;
    top: 0px;
  }

  .grid-12 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .div-block-91 {
    margin-top: 25px;
  }

  .discover-button {
    margin-top: -2px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .segment-menu-c {
    margin-bottom: 37px;
    padding-top: 10%;
    padding-bottom: 30%;
    padding-left: 40px;
    background-position: 100% 100%;
  }

  .segment-menu-_d {
    margin-bottom: 37px;
    padding-top: 10%;
    padding-bottom: 30%;
    padding-left: 40px;
    background-position: 100% 100%;
  }

  .segment-menu-_e {
    margin-bottom: 37px;
    padding-top: 10%;
    padding-bottom: 30%;
    padding-left: 40px;
    background-position: 100% 100%;
  }

  .segment-menu-_e.segmentb {
    background-image: url('../images/clip_1.jpg');
    background-position: 100% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
  }

  .block-circle-4 {
    top: -1%;
    z-index: 0;
  }

  .content-8 {
    height: 70vh;
    min-height: 500px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .block-illustration-5 {
    position: relative;
    min-height: auto;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .rflx {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-96 {
    position: relative;
    width: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 13px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .reflection-cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }

  .dance_1 {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .image-24 {
    width: auto;
    max-height: 100px;
    min-height: auto;
  }

  .pre-loader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-105 {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .craftb {
    padding-right: 20px;
    padding-left: 40px;
    background-color: #e66551;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 101, 81, 0.5)), to(rgba(230, 101, 81, 0.5))), url('../images/Artcraft_4.png'), url('../images/Pattern_A.png');
    background-image: linear-gradient(180deg, rgba(230, 101, 81, 0.5), rgba(230, 101, 81, 0.5)), url('../images/Artcraft_4.png'), url('../images/Pattern_A.png');
    background-position: 0px 0px, 100% 100%, 0px 0px;
    background-size: auto, 30%, auto;
    background-repeat: repeat, no-repeat, repeat;
  }

  .folkdances {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .dancer1 {
    margin-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .grid-2-columns-9 {
    position: static;
    max-width: none;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .block-circle-5 {
    position: absolute;
    z-index: -1;
  }

  .block-illustration-6 {
    min-height: 400px;
    margin-top: 0px;
    padding-top: 0px;
  }

  .lottie-animation-4 {
    position: static;
  }

  .dance_2 {
    max-width: none;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .dance_3 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .dance_4 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .pot_1 {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .craft_1 {
    width: 70%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .image-23-copy {
    width: 90%;
  }

  .image-23-copy {
    width: 90%;
  }

  .image-23-copy {
    width: 90%;
  }

  .image-23-copy {
    width: 90%;
  }

  .image-23-copy {
    width: 90%;
  }

  .iconwrapa2 {
    top: 59%;
  }

  .iconwarapa6 {
    left: 64%;
    top: 10%;
  }

  .iconwrap-4-copy-copy {
    left: 48%;
    top: 8%;
  }

  .iconwrapa4 {
    left: 33%;
    top: 13%;
  }

  .iconwrap-a1.icon-hover {
    left: 57%;
    top: 61%;
  }

  .iconwrap-a1.icon-hover {
    left: 63%;
    top: 31%;
  }

  .iconwrap-a1.icon-hover {
    top: -2%;
  }

  .iconwrap-a1.icon-hover {
    left: 36%;
    top: 68%;
  }

  .iconwrap-a1.icon-hover {
    left: 34%;
    top: 34%;
  }

  .iconwrap-a1.icon-hover {
    left: 5%;
    top: 18%;
  }

  .iconwrap-a1.icon-hover {
    left: 63%;
    top: 31%;
  }

  .iconwrap-a1.icon-hover {
    left: 34%;
    top: 34%;
  }

  .iconwrap-a1.icon-hover {
    left: 36%;
    top: 68%;
  }

  .iconwrap-a1.icon-hover {
    left: 5%;
    top: 18%;
  }

  .iconwrap-a1.icon-hover {
    left: 4%;
    top: 51%;
    width: 28%;
  }

  .iconwrapa3 {
    left: 17%;
    top: 26%;
  }

  .paragraph-banner-2 {
    width: 75vw;
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 16px;
    text-align: center;
  }

  .paragraph-banner-2.ta {
    width: auto;
    max-width: none;
    padding-right: 10px;
    padding-left: 25px;
    font-size: 16px;
    text-align: center;
  }

  .div-block-106 {
    width: 90%;
    border-width: 6px;
  }

  .right-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .wrong-button {
    display: none;
  }

  .lottie-animation-5 {
    width: 500px;
  }

  .block-grid-right-2-copy {
    margin-top: 0px;
    padding-top: 45px;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .reflecion-card-block {
    padding-right: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .block-grid-right-2-copy {
    width: auto;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .block-grid-right-2-copy-copy {
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .btmbloken {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: none;
    min-height: 50%;
    padding-top: 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pongalinthecity {
    padding: 40px 25px;
  }

  .video_city {
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 20px;
  }

  .block-illustration-6-copy {
    min-height: 400px;
    margin-top: 0px;
    padding-top: 0px;
  }

  .crafta {
    padding-left: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 101, 81, 0.5)), to(rgba(230, 101, 81, 0.5))), url('../images/Pattern_A.png'), url('../images/pulli.svg');
    background-image: linear-gradient(180deg, rgba(230, 101, 81, 0.5), rgba(230, 101, 81, 0.5)), url('../images/Pattern_A.png'), url('../images/pulli.svg');
    background-position: 0px 0px, 0px 0px, 100% 100%;
    background-size: auto, auto, 25%;
    background-repeat: repeat, repeat, no-repeat;
  }

  .button-lnav.home.ta {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-lnav.prevnext.ta {
    padding-right: 20px;
    padding-left: 20px;
  }

  .platform-5-copy-copy {
    width: 100%;
    height: auto;
    min-height: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .div-block-111 {
    position: fixed;
    left: auto;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 20px;
    background-color: #e66551;
    color: #e66551;
  }

  .nav {
    right: auto;
    bottom: auto;
    z-index: auto;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .link-block-2 {
    width: 80px;
    height: 80px;
  }

  .greybutton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .block-circle-copy {
    z-index: -5;
    padding-bottom: 0px;
    opacity: 0.52;
  }

  .article_head.ta {
    font-size: 36px;
  }

  .div-block-114 {
    padding-right: 10%;
    padding-left: 10%;
  }

  .image-28 {
    width: 100%;
  }

  .div-block-116 {
    width: 50%;
    margin-top: 39px;
    margin-bottom: 40px;
  }

  .iconwrap-a1-_2.icon-hover {
    left: 57%;
    top: 61%;
  }

  .iconwrap-a1-_2.icon-hover {
    left: 63%;
    top: 31%;
  }

  .iconwrap-a1-_2.icon-hover {
    top: -2%;
  }

  .iconwrap-a1-_2.icon-hover {
    left: 36%;
    top: 68%;
  }

  .iconwrap-a1-_2.icon-hover {
    left: 34%;
    top: 34%;
  }

  .iconwrap-a1-_2.icon-hover {
    left: 5%;
    top: 18%;
  }

  .iconwrap-a1-_2.icon-hover {
    left: 63%;
    top: 31%;
  }

  .iconwrap-a1-_2.icon-hover {
    left: 34%;
    top: 34%;
  }

  .iconwrap-a1-_2.icon-hover {
    left: 36%;
    top: 68%;
  }

  .iconwrap-a1-_2.icon-hover {
    left: 5%;
    top: 18%;
  }

  .iconwrap-a1-_2.icon-hover {
    left: 65%;
    top: 55%;
  }

  .iconwrap-a1-_2.icon-hover.cow {
    top: 46%;
  }

  .iconwrap-a1-_2.icon-hover.cow.ta {
    top: 58%;
  }

  .iconwrap-a1-2.icon-hover {
    left: 57%;
    top: 61%;
  }

  .iconwrap-a1-2.icon-hover {
    left: 63%;
    top: 31%;
  }

  .iconwrap-a1-2.icon-hover {
    top: -2%;
  }

  .iconwrap-a1-2.icon-hover {
    left: 36%;
    top: 68%;
  }

  .iconwrap-a1-2.icon-hover {
    left: 34%;
    top: 34%;
  }

  .iconwrap-a1-2.icon-hover {
    left: 5%;
    top: 18%;
  }

  .iconwrap-a1-2.icon-hover {
    left: 63%;
    top: 31%;
  }

  .iconwrap-a1-2.icon-hover {
    left: 34%;
    top: 34%;
  }

  .iconwrap-a1-2.icon-hover {
    left: 36%;
    top: 68%;
  }

  .iconwrap-a1-2.icon-hover {
    left: 5%;
    top: 18%;
  }

  .iconwrap-a1-2.icon-hover {
    left: 35%;
    top: 35%;
    width: 30%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .iconwrap-a1-2.icon-hover.ta {
    left: 30%;
    top: 38%;
  }

  .description_speech.infobar {
    position: absolute;
    width: 80vw;
  }

  .description_speech.infobar {
    position: static;
    display: none;
    width: 80vw;
  }

  .image-speech {
    width: auto;
    height: auto;
    max-width: 100%;
  }

  .image-speech.ta {
    height: auto;
  }

  .platform-icon-2-copy {
    position: static;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .question-mark {
    left: auto;
    top: auto;
    padding-right: 5px;
    padding-bottom: 13px;
    padding-left: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 50px;
  }

  .q_-a1_2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .quiz.q_-a1 {
    display: none;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .quiz.q_-a1_2 {
    display: none;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .quiz.q_-a1_3 {
    display: none;
  }

  .text-block-23 {
    font-size: 14px;
  }

  .text-block-24 {
    font-size: 0px;
  }

  .text-block-24.ta {
    font-family: 'Noto Sans Tamil', sans-serif;
    font-size: 18px;
  }

  .dancer2 {
    margin-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .dance3 {
    margin-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .dancer4 {
    margin-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .pongalintro {
    margin-top: 0px;
    padding-right: 8%;
    padding-left: 8%;
  }

  .div-block-120 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .lottie-animation-7 {
    min-width: 300px;
  }

  .block-banner-2-copy-copy {
    margin-top: 14px;
    margin-bottom: -17px;
    padding: 50px 10px;
  }

  .quiz-finish.end {
    display: none;
  }

  .quiz-end {
    max-width: 75%;
  }

  .narrative {
    width: 90%;
    margin-top: 0px;
    font-size: 22px;
    line-height: 1.5em;
  }

  .narrative.ta {
    width: 100%;
    margin-left: 0px;
    font-size: 22px;
    line-height: 1.5em;
  }

  .narrative.ta.big-copy {
    font-size: 16px;
  }

  .tag.white {
    color: #22306a;
    font-size: 14px;
  }

  .tag.white.ta {
    margin-bottom: 0px;
  }

  .tag.white-copy {
    color: #22306a;
  }

  .video_dance {
    width: 90%;
    border-width: 6px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 35, 56, 0.75)), to(rgba(45, 35, 56, 0.75))), url('../images/TRAD-FOLK-DANCES.png');
    background-image: linear-gradient(180deg, rgba(45, 35, 56, 0.75), rgba(45, 35, 56, 0.75)), url('../images/TRAD-FOLK-DANCES.png');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .body-text--18-copy-copy.white.margin-16px {
    width: 100%;
    margin-bottom: -102px;
    padding-right: 0%;
    padding-left: 0%;
    text-align: center;
  }

  .block-illustration-3-copy-copy {
    min-height: 500px;
    margin-top: -54px;
    margin-bottom: 0px;
  }

  .video_wip {
    width: 90vw;
    margin-top: 40px;
    margin-bottom: 0px;
    padding: 50px 10px;
    border-radius: 20px;
  }

  .block-banner-2-copy-copy {
    margin-top: 58px;
    margin-bottom: 0px;
    padding: 50px 10px;
  }

  .video_pic1 {
    width: 95%;
    margin-top: 58px;
    margin-bottom: 0px;
    padding: 50px 10px;
  }

  .body_text.ta {
    font-size: 16px;
  }

  .video-block_craft {
    margin-top: 31px;
    margin-bottom: 0px;
    padding: 50px 10px;
  }

  .introduction1-copy {
    height: 15vh;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .div-block-124 {
    width: 90%;
    border-width: 6px;
  }

  .youtube-3 {
    width: 90%;
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.5);
  }

  .div-block-122-copy {
    margin-top: 0px;
  }

  .div-block-125 {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .heading-27a {
    margin-top: 0px;
    font-size: 25px;
  }

  .body-text--18-copy-copy.white.margin-16px {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-right: 0%;
    padding-left: 0%;
    font-size: 20px;
    text-align: center;
  }

  .body-text--18-copy-copy.white.margin-16px.ta {
    width: auto;
    font-size: 20px;
    text-align: left;
  }

  .body-text--18-copy-copy.white.margin-16px.ta._6 {
    padding-right: 5%;
    padding-left: 5%;
    text-align: center;
  }

  .title_feature.white {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .title_feature.white.ta {
    font-size: 30px;
  }

  .title_feature.white {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .title_feature.white {
    margin-top: 10px;
    margin-bottom: 0px;
    color: #f2f0ee;
    text-shadow: 1px 1px 5px #2d2338;
  }

  .title_feature.white.ta {
    font-size: 24px;
  }

  .ihc-logo {
    width: 250px;
    height: 60px;
  }

  .block-navbar-right {
    margin-right: 10px;
  }

  .link-block-4 {
    height: 50px;
  }

  .link-block-4.w--current {
    margin-top: 10px;
  }

  .site-tittle {
    height: 50px;
  }

  .image-34 {
    height: 80px;
  }

  .brand-copy {
    padding-left: 0px;
  }

  .lang {
    top: 0px;
    right: 160px;
  }

  .en_btn {
    width: 80px;
    height: 40px;
    background-color: rgba(211, 209, 209, 0.6);
  }

  .ta_btn {
    width: 80px;
    height: 40px;
    margin-left: 0px;
  }

  .button-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 40px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(211, 209, 209, 0.6);
    font-size: 14px;
  }

  .button-7.w--current {
    width: 80px;
  }

  .button-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 40px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
  }

  .button-8.w--current {
    height: 40px;
  }

  .navi_-ta {
    min-height: 740px;
    padding-top: 20px;
  }

  .dropdown-toggle-4 {
    left: auto;
    display: inline-block;
    margin-top: 20px;
  }

  .dropdown-toggle-4.w--open {
    margin-top: 20px;
    padding-left: 0px;
  }

  .card-heading.ta {
    margin-top: 0px;
  }

  .title-2-copy.white {
    margin-top: 19px;
  }

  .div-block-129 {
    width: 250px;
  }

  .image-35 {
    width: auto;
  }

  .text-span-4 {
    font-size: 34px;
  }

  .text-span-4.sd {
    font-size: 28px;
  }

  .div-block-88-copy {
    width: 200px;
  }

  .div-block-88-copy {
    width: 200px;
  }

  .yay {
    position: static;
    width: 90%;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 24px;
  }

  .div-block-130 {
    width: auto;
    min-width: 15%;
  }

  .image-23-copy {
    width: 90%;
  }

  .imagescis {
    width: 40%;
  }

  .dropdown-link-2-copy.ta {
    font-size: 16px;
  }

  .dropdown-link-2-copy.ta.w--current {
    display: block;
    font-size: 14px;
  }

  .dropdown-link-2-copy.ta {
    font-size: 14px;
  }

  .dropdown-link-2-copy.ta.w--current {
    display: none;
  }

  .dropdown-link-2-copy.ta {
    font-size: 14px;
  }

  .dropdown-link-2-copy.ta.w--current {
    display: none;
  }

  .dropdown-link-2_5.ta {
    font-size: 16px;
  }

  .dropdown-link-2_5.ta.w--current {
    display: block;
    font-size: 14px;
  }

  .dropdown-link-2_5.ta.long {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
  }

  .dropdown-link-2-copy-copy.ta {
    font-size: 14px;
  }

  .dropdown-link-2-copy-copy.ta.w--current {
    display: none;
  }

  .kv-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .food_i-2 {
    top: 30%;
  }

  .icon-container-4 {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .food_g-2 {
    left: 12%;
    top: 27%;
  }

  .instruction1-4 {
    left: auto;
    top: auto;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 10px;
  }

  .food_e-2 {
    left: 33%;
  }

  .food_i-copy-2 {
    top: 36%;
    height: auto;
  }

  .food_inter {
    width: 100%;
  }

  .food_inter.ta {
    width: 100%;
  }

  .side-text-copy {
    width: auto;
    margin-bottom: 0px;
  }

  .side-text-copy.ta {
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
  }

  .block-grid-right-2-copy {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .side-text-copy {
    width: auto;
    margin-bottom: 0px;
  }

  .side-text-copy.ta {
    margin-top: 0px;
    font-size: 16px;
    text-align: center;
  }

  .body-text--18-dance.white.margin-16px {
    width: 100%;
    margin-bottom: -102px;
    padding-right: 0%;
    padding-left: 0%;
    text-align: center;
  }

  .body-text--18-dancery.white.margin-16px {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 0%;
    padding-left: 0%;
    font-size: 18px;
    text-align: center;
  }

  .btm2 {
    width: auto;
    margin-top: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .btms3 {
    width: auto;
    height: 50%;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .block-grid-right-2-copy-copy {
    width: auto;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .block-grid-right-2-copy-copy {
    width: auto;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .title-2-copy.white {
    margin-top: 19px;
    font-size: 30px;
  }

  .reflect {
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .title-center-copy-copy {
    width: 80vw;
    max-width: 640px;
    margin-top: 0px;
    font-size: 28px;
  }

  .title-center-copy-copy.ta {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-right: 0px;
    font-size: 30px;
    text-align: center;
  }

  .title-2-copy.white {
    margin-top: 19px;
    margin-right: auto;
    font-size: 30px;
    line-height: 1.5em;
  }

  .title-2-copy.white.ta {
    margin-top: 20px;
    line-height: 1.3em;
    text-align: center;
  }

  .body-text--18-copy-copy.white.margin-16px {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0%;
    padding-left: 0%;
    font-size: 16px;
    text-align: left;
  }

  .rrflx1 {
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dance-text.white.margin-16px {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0%;
    padding-left: 0%;
    font-size: 16px;
    text-align: left;
  }

  .dance-text.white.margin-16px.ta._7 {
    padding-right: 0px;
    padding-left: 10px;
    font-size: 16px;
  }

  .side-text-pongal-copy {
    width: auto;
    margin-bottom: 0px;
  }

  .side-text-pongal-copy.ctr {
    font-size: 16px;
    text-align: left;
  }

  .body-text--18-copy-copy-copy.white.margin-16px {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
    text-align: center;
  }

  .title-2-copy.white {
    margin-top: 19px;
    margin-right: auto;
    font-size: 30px;
    line-height: 1.5em;
  }

  .title-2-copy.white.ta {
    margin-bottom: 0px;
    line-height: 1.3em;
    text-align: center;
  }

  .title-2cntry.white-txt {
    margin-top: 19px;
    margin-right: auto;
    font-size: 30px;
    line-height: 1.5em;
    text-align: center;
  }

  .title-2-copy.white {
    margin-top: 19px;
    margin-right: auto;
    font-size: 30px;
    line-height: 1.5em;
  }

  .title-2-copy.white.ta {
    margin-bottom: 0px;
    line-height: 1.3em;
    text-align: center;
  }

  .lft.white {
    margin-top: 19px;
  }

  .side-text-copy {
    width: auto;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 0px;
    font-size: 16px;
  }

  .side-text-copy.ta {
    margin-top: 20px;
    margin-right: auto;
    font-size: 16px;
    text-align: left;
  }

  .side-text-copy {
    width: auto;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 0px;
    font-size: 16px;
  }

  .side-text-copy.ta {
    margin-top: 20px;
    margin-right: auto;
    font-size: 16px;
    text-align: left;
  }

  .side-text-copy {
    width: auto;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 0px;
    font-size: 16px;
  }

  .side-text-copy.ta {
    margin-top: 20px;
    margin-right: auto;
    font-size: 16px;
    text-align: left;
  }

  .title-2-ctropy-copy.white {
    margin-top: 19px;
    margin-right: auto;
    font-size: 30px;
    line-height: 1.5em;
  }

  .title-2-ctropy-copy.white.ta {
    margin-bottom: 0px;
    line-height: 1.3em;
    text-align: center;
  }

  .dance {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .subtitle-4-_1.wth {
    margin-left: 0px;
    font-size: 14px;
  }

  .block-grid-right-card-copy {
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pongal_city {
    margin-right: 0px;
    font-size: 30px;
  }

  .title-2-copy.white {
    margin-top: 19px;
    margin-right: auto;
    font-size: 30px;
    line-height: 1.5em;
  }

  .title-2-copy.white.ta {
    margin-bottom: 0px;
    line-height: 1.3em;
    text-align: center;
  }

  .title-2-copy-copy.white-copy {
    margin-top: 19px;
    margin-right: auto;
    font-size: 30px;
    line-height: 1.5em;
  }

  .title-2-copy-copy.white-copy {
    margin-top: 19px;
    margin-right: auto;
    font-size: 30px;
    line-height: 1.5em;
  }

  .title-2-copy-copy.white-copy {
    margin-top: 19px;
    margin-right: auto;
    font-size: 30px;
    line-height: 1.5em;
  }

  .title-2-copy-copy.white-copy.ctr {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nar_city {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .narcity1.white.margin-16px {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    text-align: left;
  }

  .title-2-copy.white {
    margin-top: 19px;
    margin-right: auto;
    font-size: 30px;
    line-height: 1.5em;
  }

  .title-2-copy.white.ta {
    margin-bottom: 0px;
    line-height: 1.3em;
    text-align: center;
  }

  .anar.white {
    margin-top: 19px;
    margin-right: auto;
    font-size: 30px;
    line-height: 1.5em;
  }

  .anar.white.ta {
    margin-bottom: 0px;
    line-height: 1.3em;
    text-align: center;
  }

  .sdanctr {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .er {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  body {
    background-color: #f2f0ee;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 31px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 19px;
  }

  .content {
    position: static;
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content.only-single-page {
    margin-bottom: 70px;
  }

  .navbar_ta {
    position: relative;
    width: 100%;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .link.ta {
    font-size: 14px;
  }

  .dropdown {
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-dropdown:hover {
    color: #e66551;
  }

  .nav-right {
    margin-right: 0px;
    background-color: transparent;
  }

  .italic-red {
    font-size: 42px;
  }

  .button.white {
    position: static;
    margin: 15px auto 0px;
    padding: 15px 30px;
    font-size: 13px;
  }

  .button.white.ta {
    padding: 10px 30px;
    font-size: 16px;
  }

  .circle-a.type-1 {
    left: -356px;
    top: -127px;
  }

  .circle-a.type-3 {
    left: -117px;
    top: -128px;
  }

  .circle-a.type-4 {
    left: 189px;
    z-index: auto;
    width: 40px;
  }

  .circle-a.type-5 {
    left: -41px;
    top: -74px;
  }

  .circle-a.type-0 {
    left: 49px;
    top: -62px;
  }

  .circle-a.type-0 {
    left: 49px;
    top: -62px;
  }

  .circle-a.type-1 {
    left: -356px;
    top: -127px;
  }

  .circle-a.type-1 {
    left: -356px;
    top: -127px;
  }

  .circle-a.type-2-copy {
    left: -218px;
    top: -2px;
  }

  .title-center {
    width: auto;
    max-width: none;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 1.5em;
  }

  .grid-4-columns {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-top: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .title-feature.white {
    margin-top: -4px;
    margin-bottom: 6px;
    text-align: center;
  }

  .title-feature.white {
    margin-top: 5px;
    margin-bottom: 6px;
    font-size: 26px;
    text-align: center;
  }

  .title-feature.white {
    text-align: left;
  }

  .title-feature.blue {
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 1.3rem;
    text-align: center;
    text-shadow: 1px 0 2px #2d2338;
  }

  .paragraph-feature.white {
    margin-bottom: 44px;
    text-align: center;
  }

  .paragraph-feature.white {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
  }

  .paragraph-feature.white.ta {
    font-size: 14px;
    text-align: left;
  }

  .text-feature {
    height: auto;
    max-width: 100%;
    margin-top: 0px;
    padding-bottom: 11px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .grid-2-columns {
    height: 50vh;
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .block-grid-left {
    margin-top: -103px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .block-illustration {
    min-height: 460px;
    margin-top: 0px;
  }

  .block-circle {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
  }

  .block-grid-right {
    position: static;
    width: 90vw;
    max-width: 90vw;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .illustration-2 {
    position: static;
    width: 250px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-decoration: none;
  }

  .form-block {
    width: 100%;
    max-width: none;
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .form {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .form._2 {
    width: 100%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .circle-b1 {
    left: -138px;
    top: -103px;
    width: 290px;
  }

  .circle-b1.type-2 {
    left: 1px;
    top: -62px;
    width: 150px;
    opacity: 0.27;
  }

  .circle-b2 {
    left: -156px;
    top: -84px;
    width: 120px;
  }

  .circle-b3 {
    left: -143px;
    top: -200px;
    width: 50px;
  }

  .circle-b3.type-1 {
    left: 52px;
    top: -227px;
    width: 70px;
  }

  .circle-b3.type-1 {
    left: 52px;
    top: -227%;
    width: 70px;
  }

  .dropdown-list-faq.w--open {
    padding-right: 20px;
    padding-left: 20px;
  }

  .dropdown-toggle-faq {
    padding-right: 20px;
    padding-left: 15px;
  }

  .dropdown-toggle-faq.w--open {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-faq.ta {
    font-size: 12px;
  }

  .icon-faq {
    margin-right: 10px;
  }

  .title-faq {
    font-size: 14px;
  }

  .section-footer {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .content-footer {
    max-width: 850px;
    margin-top: 0px;
    margin-bottom: 100px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .grid-footer {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .column-footer {
    max-height: 850px;
    margin-top: -47px;
    padding-top: 10px;
  }

  .column-footer.bottom {
    margin-bottom: 90px;
  }

  .link-footer {
    text-align: center;
  }

  .navbar-fixed {
    padding-right: 20px;
    padding-left: 20px;
  }

  .navbar-padding {
    z-index: 9999;
    padding-right: 0px;
    padding-left: 0px;
  }

  .utility {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-single-page {
    padding-right: 10px;
    padding-left: 10px;
  }

  .content-single-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    margin-top: 0px;
    padding: 0px 20px 35px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #000;
    border-radius: 0px;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .block-single-page {
    margin-bottom: 10px;
  }

  .title-blog {
    font-size: 38px;
  }

  .block-single-blog {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .utility-page-content {
    padding: 35px 25px;
  }

  .button-small-navbar {
    display: none;
  }

  .circle-container {
    width: 60px;
    height: 60px;
  }

  .card-text {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    line-height: 1.4em;
    text-align: center;
  }

  .card-text.ta {
    height: auto;
    min-height: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'Noto Sans Tamil', sans-serif;
    font-size: 16px;
    line-height: 1.3em;
  }

  .grey-check-button {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 40px;
    margin-right: 40px;
  }

  .grey-check-button.ta {
    width: 100px;
    height: 40px;
    margin-right: 40px;
    font-size: 18px;
  }

  .lesson-content.q1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 90%;
    margin-top: 0px;
    padding-top: 20%;
    padding-bottom: 2%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .top-wrapper {
    position: static;
    left: -9px;
    display: none;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .green-footer-contents {
    height: 60px;
    min-width: auto;
  }

  .red-footer-contents {
    height: 60px;
    min-width: auto;
    margin-left: 0px;
  }

  .white-circle.green {
    margin-top: 0px;
    margin-left: 0px;
  }

  .green-check-button.incorrect {
    z-index: 5;
    width: 80px;
  }

  .green-check-button.incorrect.the-click-button2 {
    height: 40px;
  }

  .green-check-button.incorrect.the-click-button2.ta {
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 40px;
    margin-right: 40px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 14px;
  }

  .q1-solution {
    width: 300px;
    margin-top: 0px;
    font-size: 12px;
  }

  .footer-heading.red {
    width: 200px;
  }

  .paragraph-small.no-margin {
    text-align: center;
  }

  .bold-text {
    text-align: center;
  }

  .info-footer-2 {
    margin-top: 24px;
    margin-bottom: 0px;
  }

  .section-footer-2 {
    max-height: 850px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #2d2338;
  }

  .grid-footer-2 {
    margin-top: 55px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .copyright {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .paragraph-white-2 {
    margin: 38px 0px 29px;
    font-size: 14px;
  }

  .paragraph-white-2.ta {
    font-size: 14px;
  }

  .button_o.blue {
    padding: 10px 20px;
  }

  .icon-faq-2 {
    margin-right: 10px;
  }

  .dropdown-faq-2 {
    position: static;
    height: auto;
  }

  .title-faq-2 {
    font-size: 19px;
  }

  .title-faq-2.ta {
    font-size: 15px;
  }

  .icon-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .platform-icon {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .map_dancer4 {
    top: 16%;
  }

  .menu-button-2 {
    right: 10px;
    background-color: #fff;
  }

  .sub_t {
    font-size: 18px;
  }

  .block-navbar-centre {
    width: 100%;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .dropdown-toggle-2 {
    position: relative;
    left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dropdown-toggle-2.w--open {
    margin-left: auto;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dropdown-link-2 {
    padding-left: 10px;
    font-size: 16px;
    line-height: 1.6em;
  }

  .dropdown-link-2.w--current {
    font-size: 17px;
    line-height: 1.8em;
  }

  .dropdown-link-2.ta {
    padding-left: 5px;
    font-size: 11px;
  }

  .dropdown-link-2.ta.w--current {
    display: block;
    height: auto;
    font-size: 11px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .dropdown-list-2.w--open {
    width: 100%;
  }

  .title-hero-center-2 {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
    font-family: 'Merienda One', sans-serif;
    font-size: 36px;
  }

  .title-hero-center-2.ta {
    overflow: hidden;
    font-size: 28px;
  }

  .hero-text-block-2 {
    max-height: none;
    margin-top: 35%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav-menu-2 {
    width: 95%;
    margin-top: 0px;
    margin-left: 2.5%;
  }

  .map_family {
    top: 69%;
  }

  .map_title {
    left: 39%;
    top: 56%;
  }

  .map_title.ta {
    top: 60%;
  }

  .map_flower {
    left: 60%;
  }

  .grid-2-columns-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .block-illustration-2 {
    width: 100vw;
    height: auto;
    min-height: 600px;
    padding-top: 0px;
  }

  .keyvisual {
    position: relative;
    bottom: -25px;
    width: 100%;
    max-width: none;
    margin-top: 10px;
    margin-left: 0px;
  }

  .platform-icon-2 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: auto;
  }

  .introduction1 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .block-feedback {
    min-height: 460px;
    padding-top: 0px;
  }

  .circle-hero-overflow-3 {
    z-index: 0;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-img-block-3 {
    z-index: auto;
    overflow: visible;
  }

  .link-block-feature-a {
    height: 140vw;
    min-height: auto;
    margin-bottom: 23px;
    padding: 5% 20px 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/Segment_1Ca.jpg'), url('../images/p_pat_2a.png');
    background-position: 100% 100%, 50% 50%;
    background-size: contain, auto;
    background-repeat: no-repeat, repeat;
  }

  .link-block-feature-a.ta {
    height: 158vw;
  }

  .discover {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.7rem;
  }

  .discover.ta {
    position: static;
    bottom: 3%;
    margin-top: 0px;
    background-color: rgba(34, 48, 106, 0.79);
  }

  .segment-menu-b {
    height: 400px;
    margin-bottom: 23px;
    padding: 10% 20px 30%;
    background-position: 50% 100%;
    background-size: contain;
  }

  .segment-menu-b.segmentb {
    background-position: 100% 100%;
  }

  .segment-menu-b.segmentb {
    width: 100%;
    height: 140vw;
    min-height: auto;
    padding-top: 5%;
    padding-bottom: 10%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: url('../images/clip_4.jpg'), url('../images/p_pat_2a.png');
    background-position: 100% 100%, 50% 50%;
    background-size: contain, auto;
    background-repeat: no-repeat, repeat;
  }

  .segment-menu-b.segmentb.ta {
    height: 158vw;
    background-image: url('../images/clip_4.jpg'), url('../images/p_pat_2a.png');
    background-position: 100% 100%, 0px 0px;
    background-size: contain, auto;
    background-repeat: no-repeat, repeat;
  }

  .craftathome {
    padding: 35px 10px 25px;
  }

  .block-grid-right-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 15px;
  }

  .kv {
    overflow: hidden;
    padding: 60px 10px 35px;
  }

  .circle-b1-2 {
    left: -138px;
    top: -103px;
    width: 290px;
  }

  .circle-b1-2.type-1 {
    left: 0%;
    top: 9%;
    width: 320px;
  }

  .circle-b1-2.type-1 {
    left: auto;
    top: auto;
    bottom: auto;
    width: 300px;
  }

  .circle-b1-2.circle-b3 {
    left: auto;
    top: auto;
  }

  .navi {
    overflow: visible;
    min-height: 740px;
    padding-top: 10px;
  }

  .title-2.white {
    max-width: none;
    margin-top: 10px;
    margin-left: auto;
    font-size: 35px;
    text-align: center;
  }

  .title-2.white.ta {
    overflow: visible;
    width: 100%;
    max-width: none;
    margin-top: 0px;
    font-size: 24px;
    line-height: 1.7em;
  }

  .title-2.white.left {
    margin-left: auto;
  }

  .title-2.white {
    margin-top: 10px;
    font-size: 35px;
  }

  .title-2.white-copy {
    max-width: none;
    margin-top: 10px;
    margin-left: auto;
    font-size: 35px;
    text-align: center;
  }

  .title-2.white-copy.ta {
    overflow: visible;
    width: 100%;
    max-width: none;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    font-size: 18px;
    line-height: 2em;
  }

  .title-2.white-copy {
    max-width: none;
    margin-top: 10px;
    margin-left: auto;
    font-size: 35px;
    text-align: center;
  }

  .title-2.white-copy.ta {
    overflow: visible;
    width: 100%;
    height: auto;
    max-width: none;
    margin-top: 0px;
    font-size: 18px;
    line-height: 1.7em;
  }

  .iconwrap-4.icon-hover {
    left: 42%;
    top: 3%;
  }

  .iconwrap-4.icon-hover {
    left: 33%;
    top: 35%;
  }

  .iconwrap-4.icon-hover {
    left: 3%;
  }

  .iconwrap-4.icon-hover {
    left: 33%;
    top: 35%;
  }

  .iconwrap-4.icon-hover {
    left: 3%;
  }

  .iconwrap-4.icon-hover {
    left: 51%;
    top: 58%;
  }

  .heading-h2.white.margin-16px {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .body-text--18.white.margin-16px {
    font-size: 12px;
  }

  .body-text--18.white.margin-16px.ta {
    font-size: 14px;
  }

  .body-text--18.white.margin-16px {
    font-size: 16px;
  }

  .description_pulli {
    width: 80vw;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .description_surya {
    width: 80vw;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .description_pongal {
    width: 80vw;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .description_thoranam {
    width: 80vw;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .description_maatu {
    width: 80vw;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .description_maatu.infobar {
    display: none;
  }

  .div-block-60 {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: -6%;
    width: 80vw;
    margin-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 10vw;
  }

  .button-day.buttonpop {
    left: 35%;
    width: 30px;
    height: 30px;
    font-size: 10px;
  }

  .button-day-2.buttonpop {
    left: 50%;
    width: 30px;
    height: 30px;
  }

  .button-day-3.buttonpop {
    left: 65%;
    width: 30px;
    height: 30px;
  }

  .button-day-4.buttonpop {
    width: 30px;
    height: 30px;
  }

  .text-block-17 {
    position: relative;
    left: 0%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .text-block-17.ta {
    font-size: 24px;
  }

  .button-day-label {
    left: 10%;
    width: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-62 {
    position: relative;
    left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .content-single-page-3 {
    padding: 35px 0px;
  }

  .content-7 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .content-7.only-single-page {
    width: 95%;
    margin-bottom: 70px;
    padding-left: 0px;
  }

  .title-centra-light-2 {
    font-size: 28px;
    text-shadow: none;
  }

  .instruction1 {
    opacity: 0.59;
    font-size: 15px;
  }

  .div-block-72 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .learn-more-white-3 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }

  .grid-4-columns-2 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .text-feature-2 {
    height: auto;
    max-width: 100%;
    margin-bottom: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .q1 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .q_-a1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .lesson-section-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .button-6 {
    margin-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 12px;
  }

  .button-6.ta {
    padding: 3px 10px;
    font-size: 14px;
  }

  .exite {
    left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .green-correct-button.correct {
    width: 80px;
  }

  .green-correct-button.correct.the-click-button {
    height: 40px;
  }

  .green-correct-button.correct.the-click-button.advantage {
    width: 100px;
    height: 40px;
    font-size: 18px;
  }

  .green-correct-button.correct.the-click-button.ta {
    width: 150px;
    margin-right: 40px;
  }

  .green-correct-button.continue {
    width: 80px;
    font-size: 12px;
  }

  .green-correct-button.continue.ta {
    width: 150px;
    height: 40px;
    margin-right: 40px;
    font-size: 13px;
  }

  .green-correct-button.enter {
    width: auto;
  }

  .green-correct-button.enter.ta {
    font-size: 20px;
  }

  .feedback {
    margin-top: -57px;
    margin-bottom: 0px;
  }

  .grid-buttons-copy {
    grid-auto-flow: row;
  }

  .modal-slide {
    font-size: 15px;
  }

  .modal-element {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: -6%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    height: auto;
    min-width: 250px;
    margin-top: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .modal-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .icon-wrapper {
    width: 80px;
    height: 80px;
    background-color: #e89f4c;
  }

  .modal-slider {
    z-index: auto;
  }

  .modal-detail {
    min-width: 300px;
  }

  .paragraph-standard {
    font-size: 15px;
  }

  .icon-2 {
    left: 11%;
    top: auto;
    right: 0%;
    bottom: 2%;
  }

  .icon-3 {
    left: -18%;
    top: auto;
    right: 0%;
    bottom: 2%;
    margin-left: 42px;
  }

  .heading-19 {
    font-family: 'Merienda One', sans-serif;
  }

  .heading-20 {
    font-family: 'Merienda One', sans-serif;
  }

  .heading-21 {
    font-family: 'Merienda One', sans-serif;
  }

  .subtitle-4 {
    margin-top: 60px;
    font-size: 14px;
  }

  .subtitle-4.white {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 11px;
  }

  .subtitle-4.white.ta {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 11px;
  }

  .subtitle-4.ta {
    margin-top: 40px;
    font-size: 14px;
  }

  .side-text {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 15px;
    text-align: center;
  }

  .side-text.ta {
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 0px;
    font-size: 14px;
    text-align: left;
  }

  .side-text.ta.ctr {
    text-align: center;
  }

  .side-text.lft {
    text-align: center;
  }

  .subtitle-4-copy.white {
    font-size: 16px;
  }

  .subtitle-4-copy.white-copy {
    margin-left: auto;
    font-size: 14px;
  }

  .subtitle-4-copy.white-copy.ta {
    font-size: 15px;
  }

  .subtitle-4-copy.white-copy {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .subtitle-4-copy.white-copy-copy {
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
  }

  .subtitle-4-copy.white-copy-copy {
    font-size: 14px;
  }

  .subtitle-4-copy.white-copy-copy {
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 16px;
  }

  .title-center-5 {
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
  }

  .title-center-5.ta.white {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 25px;
  }

  .quiz_cover-page {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .green-label {
    display: none;
  }

  .green-label.check {
    display: none;
  }

  .red-label {
    display: none;
  }

  .red-label.check {
    display: none;
  }

  .quiz_head {
    left: auto;
    overflow: hidden;
    height: 100vh;
    min-height: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .quiz-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80vh;
    min-height: 480px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .lesson-footer-5 {
    z-index: 0;
    display: block;
  }

  .quiz_title {
    font-size: 40px;
  }

  .lesson-footer-flex-div-4 {
    z-index: 100;
    width: 100%;
    padding-left: 20px;
  }

  .quiz-question {
    position: static;
    top: 15%;
    width: 90%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.5em;
  }

  .quiz-question.ta {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 1.5em;
  }

  .quiz-question.ta.an {
    font-size: 30px;
  }

  .quiz-question.fin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }

  .quiz_mq_button-2 {
    position: static;
    top: 45%;
    margin-top: 0px;
    margin-bottom: 10px;
    grid-auto-flow: row;
  }

  .quiz_tag.ta {
    margin-bottom: 9px;
    color: #6f6f74;
    font-size: 14px;
  }

  .label_a {
    left: 1%;
    top: 42%;
    opacity: 0;
  }

  .title-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    padding: 2px 5px;
    opacity: 1;
    font-size: 10px;
    line-height: 1.3em;
  }

  .title-label.ta {
    opacity: 1;
    font-size: 9px;
  }

  .title-label.ta._1.tag {
    max-width: none;
  }

  .title-label.ta._1.tag.sml {
    font-size: 9px;
  }

  .title-label.ta._1.tag.sml.advantage {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .label-b {
    left: 5%;
    top: 11%;
    padding: 2px;
    opacity: 0;
  }

  .label-d {
    left: 58%;
    top: 38%;
    box-shadow: 1px 1px 3px 0 #000;
    opacity: 0;
    font-size: 9px;
  }

  .label-c {
    left: 35%;
    top: 7%;
    opacity: 0;
  }

  .link-block {
    top: auto;
    text-align: center;
  }

  .label-ihc {
    left: 4%;
    top: 88%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    min-width: Infinity%;
    opacity: 0;
  }

  .lottie-animation {
    width: 80%;
    margin-bottom: 0px;
  }

  .div-block-80 {
    position: static;
    z-index: 900;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .div-block-82 {
    top: 46%;
  }

  .div-block-82-copy {
    top: 15%;
  }

  .div-block-82-copy-copy {
    top: 8%;
  }

  .instruction1-3 {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 400;
    width: auto;
    padding: 1px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #4c69e3;
    opacity: 1;
    font-size: 9px;
    text-align: center;
  }

  .instruction1-3.adjusted {
    left: -56%;
  }

  .instruction1-3.adjusted.l_a {
    min-width: 60px;
  }

  .instruction1-3.adjusted.l_a.ta {
    left: -48%;
    min-width: 60px;
    font-size: 7px;
  }

  .instruction1-3.l_b {
    min-width: 60px;
  }

  .instruction1-3.l_b.ta {
    top: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 60px;
    font-size: 7px;
  }

  .instruction1-3.l_c {
    min-width: 60px;
  }

  .instruction1-3.l_c.ta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 60px;
    font-size: 7px;
  }

  .instruction1-3.l_d {
    min-width: 60px;
  }

  .instruction1-3.l_d.ta {
    top: 60%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 0px;
    font-size: 7px;
  }

  .instruction1-3.l_ihc {
    min-width: 60px;
  }

  .instruction1-3.l_ihc.ta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 60px;
    font-size: 7px;
  }

  .instruction1-3.d_1.ta {
    position: absolute;
    top: auto;
    font-size: 10px;
  }

  .instruction1-3.d_2.ta {
    top: auto;
  }

  .instruction1-3.d_3.ta {
    top: auto;
  }

  .div-block-82-copy-copy-copy {
    left: 72%;
    top: 43%;
    z-index: 10;
  }

  .div-block-sdaspy {
    top: 66%;
  }

  .div-block-83 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon_desc-3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .div-block-85 {
    width: 95%;
    height: auto;
    min-height: auto;
    min-width: auto;
    margin-top: -34px;
    margin-right: 0px;
    padding-top: 39px;
    padding-bottom: 42px;
    padding-left: 7%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-11 {
    height: auto;
    max-height: none;
    margin-top: 0px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .platform-5 {
    position: relative;
    top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-86 {
    display: block;
    margin-top: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .icon-container-3 {
    max-width: none;
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: 5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-23.ta {
    width: auto;
  }

  .iconwrap-daopy {
    left: 35%;
    top: 34%;
  }

  .iconwrap-4-copy {
    top: 31%;
  }

  .iconwrap-4-cdasdopy {
    left: 31%;
  }

  .iconwrap-dsada4-copy-copy {
    left: 6%;
  }

  .description_sugarcane {
    width: 80vw;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-87 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .description_intro {
    width: 80vw;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .description_intro.infobar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-88 {
    width: auto;
  }

  .circle-b2-2 {
    left: -156px;
    top: -219px;
    width: 120px;
  }

  .circle-b2-2.type-1 {
    top: -217px;
    width: 90px;
  }

  .circle-b2-2.type-1.circle-b3 {
    top: 6%;
  }

  .circle-b2-2.circle-b3 {
    left: 0px;
    top: 0px;
  }

  .block-circle-copy {
    position: relative;
    width: 0%;
    padding-bottom: 0px;
  }

  .div-block-91 {
    margin-top: 0px;
  }

  .div-block-84-copy {
    position: static;
    display: block;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .discover-button {
    position: relative;
    bottom: auto;
    height: auto;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .segment-menu-c {
    height: 400px;
    margin-bottom: 23px;
    padding: 10% 20px 30%;
    background-position: 50% 100%;
    background-size: contain;
  }

  .segment-menu-c.segmentb {
    background-position: 100% 100%;
  }

  .segment-menu-c.segmentb {
    width: 100%;
    height: 150vw;
    min-height: 0px;
    padding-top: 5%;
    padding-bottom: 10%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: url('../images/clip_2.jpg'), url('../images/p_pat_2a.png');
    background-position: 100% 100%, 50% 50%;
    background-size: contain, auto;
    background-repeat: no-repeat, repeat;
  }

  .segment-menu-c.segmentb.ta {
    height: 178vw;
  }

  .segment-menu-_d {
    height: 400px;
    margin-bottom: 23px;
    padding: 10% 20px 30%;
    background-position: 50% 100%;
    background-size: contain;
  }

  .segment-menu-_d.segmentb {
    background-position: 100% 100%;
  }

  .segment-menu-_d.segmentb {
    width: 100%;
    height: 140vw;
    min-height: auto;
    padding-top: 5%;
    padding-bottom: 10%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: url('../images/clip_5.jpg'), url('../images/p_pat_2a.png');
    background-position: 100% 100%, 50% 50%;
    background-size: contain, auto;
    background-repeat: no-repeat, repeat;
  }

  .segment-menu-_d.segmentb.ta {
    height: 168vw;
  }

  .segment-menu-_e {
    height: 400px;
    margin-bottom: 23px;
    padding: 10% 20px 30%;
    background-position: 50% 100%;
    background-size: contain;
  }

  .segment-menu-_e.segmentb {
    background-position: 100% 100%;
  }

  .segment-menu-_e.segmentb {
    width: 100%;
    height: 140vw;
    min-height: auto;
    padding-top: 5%;
    padding-bottom: 10%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: url('../images/clip_1.jpg'), url('../images/p_pat_2a.png');
    background-position: 100% 100%, 50% 50%;
    background-size: contain, auto;
    background-repeat: no-repeat, repeat;
  }

  .segment-menu-_e.segmentb.ta {
    height: 178vw;
    background-image: url('../images/craft.jpg'), url('../images/p_pat_2a.png');
    background-position: 100% 100%, 50% 50%;
    background-size: contain, auto;
    background-repeat: no-repeat, repeat;
  }

  .block-circle-4 {
    left: auto;
    top: 87px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .content-8 {
    overflow: hidden;
    height: auto;
    max-width: 1000px;
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .block-illustration-5 {
    position: relative;
    bottom: auto;
    min-height: auto;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .lower-nav {
    display: block;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .rflx {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-height: none;
    min-height: auto;
    min-width: auto;
    padding-top: 0px;
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .div-block-96 {
    position: static;
    width: 280px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .reflection-cards {
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dance_1 {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lottie-animation-3 {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-24 {
    width: auto;
    height: auto;
    max-height: 70px;
    max-width: none;
    min-height: auto;
  }

  .food-interactive {
    position: relative;
    padding-right: 0px;
    padding-left: 0px;
  }

  .pre-loader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }

  .text-block-21 {
    padding-left: 13px;
  }

  .div-block-105 {
    width: auto;
    margin-top: -50px;
  }

  .craftb {
    height: auto;
    padding-right: 30px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 101, 81, 0.5)), to(rgba(230, 101, 81, 0.5))), url('../images/Artcraft_4.png'), url('../images/Pattern_A.png');
    background-image: linear-gradient(180deg, rgba(230, 101, 81, 0.5), rgba(230, 101, 81, 0.5)), url('../images/Artcraft_4.png'), url('../images/Pattern_A.png');
    background-position: 0px 0px, 100% 100%, 0px 0px;
    background-size: auto, 50%, auto;
    background-repeat: repeat, no-repeat, repeat;
  }

  .folkdances {
    padding: 35px 20px 10px;
  }

  .dancer1 {
    position: relative;
    margin-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-2-columns-9 {
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .block-circle-5 {
    position: absolute;
  }

  .block-illustration-6 {
    min-height: 300px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lottie-animation-4 {
    position: static;
    top: auto;
    width: 300px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .dance_2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .dance_3 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .dance_4 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .pot_1 {
    margin-top: 35px;
    margin-bottom: 0px;
  }

  .craft_1 {
    width: auto;
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .craft_a {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .iconwrapa2 {
    left: 38%;
    top: 71%;
  }

  .iconwarapa6 {
    left: 69%;
    top: -1%;
    width: 30%;
  }

  .iconwrap-4-copy-copy {
    left: 53%;
    top: 3%;
    width: 20%;
  }

  .iconwrapa4 {
    left: 21%;
    top: 1%;
    width: 25%;
  }

  .iconwrap-a1.icon-hover {
    left: 42%;
    top: 3%;
  }

  .iconwrap-a1.icon-hover {
    left: 33%;
    top: 35%;
  }

  .iconwrap-a1.icon-hover {
    left: 3%;
  }

  .iconwrap-a1.icon-hover {
    left: 33%;
    top: 35%;
  }

  .iconwrap-a1.icon-hover {
    left: 3%;
  }

  .iconwrap-a1.icon-hover {
    left: 2%;
    top: 63%;
    width: 40%;
  }

  .iconwrapa3 {
    left: 5%;
    top: 32%;
    width: 20%;
  }

  .paragraph-banner-2 {
    width: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 1.5em;
    text-align: center;
  }

  .paragraph-banner-2.ta {
    width: auto;
    max-width: none;
    margin-top: 3px;
    padding-left: 0px;
    font-size: 14px;
  }

  .div-block-106 {
    width: 100%;
  }

  .wrong-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .lottie-animation-5 {
    width: 350px;
  }

  .block-grid-right-2-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 15px;
  }

  .reflecion-card-block {
    position: static;
    width: 100%;
    max-height: none;
    min-height: auto;
    padding-top: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .block-grid-right-2-copy {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 60px;
    padding-top: 0px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 15px;
  }

  .block-grid-right-2-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 12px;
  }

  .btmbloken {
    position: static;
    width: 100%;
    height: 100%;
    max-width: none;
    min-height: auto;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    background-image: none;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .pongalinthecity {
    padding: 35px 20px;
  }

  .video_city {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .block-illustration-6-copy {
    min-height: 300px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .crafta {
    height: auto;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 101, 81, 0.5)), to(rgba(230, 101, 81, 0.5))), url('../images/WHATIS__7.png'), url('../images/Pattern_A.png');
    background-image: linear-gradient(180deg, rgba(230, 101, 81, 0.5), rgba(230, 101, 81, 0.5)), url('../images/WHATIS__7.png'), url('../images/Pattern_A.png');
    background-position: 0px 0px, 100% 100%, 0px 0px;
    background-size: auto, 50%, auto;
    background-repeat: repeat, no-repeat, repeat;
    background-attachment: scroll, scroll, scroll;
  }

  .button-lnav.home {
    padding-right: 10px;
    padding-left: 10px;
  }

  .button-lnav.home.ta {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }

  .button-lnav.prevnext {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-lnav.prevnext.ta {
    padding: 20px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
  }

  .platform-5-copy-copy {
    position: relative;
    top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    max-width: none;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-dropdown-copy-copy {
    color: #222229;
    font-size: 18px;
  }

  .text-dropdown-copy-copy:hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #e66551;
  }

  .div-block-111 {
    position: fixed;
    left: auto;
    top: auto;
    right: 2px;
    bottom: 0px;
    z-index: 900;
    width: 40px;
    height: 40px;
    margin-right: 7px;
    border-radius: 20px;
    background-color: #e66551;
    opacity: 1;
  }

  .image-26 {
    position: static;
    background-color: transparent;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }

  .nav {
    position: fixed;
    right: auto;
    bottom: auto;
    z-index: auto;
    width: auto;
    height: auto;
  }

  .link-block-2 {
    position: static;
    z-index: 9999;
    display: block;
    height: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block-2.w--current {
    margin-right: 0px;
  }

  .greybutton {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
  }

  .lesson.lesson-right {
    width: 90%;
    height: auto;
    min-height: 30px;
    padding: 3px 10px;
  }

  .lesson.lesson-wrong1 {
    width: 90%;
    height: auto;
    padding: 3px 10px;
  }

  .block-circle-copy {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
  }

  .article_head {
    font-size: 28px;
    text-align: center;
  }

  .article_head.ta {
    font-size: 26px;
  }

  .div-block-114 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-116 {
    width: 70%;
  }

  .iconwrap-a1-_2.icon-hover {
    left: 42%;
    top: 3%;
  }

  .iconwrap-a1-_2.icon-hover {
    left: 33%;
    top: 35%;
  }

  .iconwrap-a1-_2.icon-hover {
    left: 3%;
  }

  .iconwrap-a1-_2.icon-hover {
    left: 33%;
    top: 35%;
  }

  .iconwrap-a1-_2.icon-hover {
    left: 3%;
  }

  .iconwrap-a1-_2.icon-hover {
    left: 62%;
    top: 58%;
    width: 40%;
  }

  .iconwrap-a1-_2.icon-hover.cow {
    left: 58%;
    top: 65%;
  }

  .iconwrap-a1-_2.icon-hover.cow.ta {
    left: 65%;
    top: 63%;
    width: 28%;
  }

  .iconwrap-a1-2.icon-hover {
    left: 42%;
    top: 3%;
  }

  .iconwrap-a1-2.icon-hover {
    left: 33%;
    top: 35%;
  }

  .iconwrap-a1-2.icon-hover {
    left: 3%;
  }

  .iconwrap-a1-2.icon-hover {
    left: 33%;
    top: 35%;
  }

  .iconwrap-a1-2.icon-hover {
    left: 3%;
  }

  .iconwrap-a1-2.icon-hover {
    left: 27.5%;
    top: 33%;
    width: 45%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .iconwrap-a1-2.icon-hover.ta {
    left: 22.5%;
    width: 55%;
    max-width: none;
  }

  .description_speech {
    width: 80vw;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .description_speech.infobar {
    position: static;
  }

  .image-speech {
    width: auto;
    height: auto;
    max-width: 50vw;
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-speech.ta {
    height: auto;
    max-width: none;
  }

  .platform-icon-2-copy {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: auto;
    padding: 0px 5%;
  }

  .question-mark {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 400;
    width: auto;
    padding: 1px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: transparent;
    opacity: 1;
    font-size: 50px;
    text-align: center;
  }

  .q_-a1_2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .quiz.q_-a1 {
    display: none;
  }

  .quiz.q_-a1_2 {
    display: none;
  }

  .quiz.q_-a1_3 {
    display: none;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .text-block-23 {
    font-size: 12px;
  }

  .text-block-24 {
    font-size: 12px;
    text-align: center;
  }

  .text-block-24.ta {
    font-size: 16px;
  }

  .quiz-segment-b2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .dancer2 {
    position: relative;
    margin-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dance3 {
    position: relative;
    margin-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dancer4 {
    position: relative;
    margin-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pongalintro {
    position: relative;
    margin-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-120 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .lottie-animation-7 {
    min-width: 300px;
    margin-top: 40px;
  }

  .block-banner-2-copy-copy {
    margin-top: 36px;
    margin-bottom: -12px;
    padding: 35px 20px;
  }

  .image-29-copy {
    max-width: 125%;
  }

  .quiz-finish.end {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .quiz-end {
    width: 70%;
    font-size: 22px;
  }

  .quiz-end.ta {
    width: 95%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .quiz-end.fin {
    width: auto;
  }

  .lottie-animation-8 {
    width: 200px;
  }

  .narrative {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 1.5em;
  }

  .narrative.ta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 1.5em;
  }

  .narrative.ta.big-copy {
    width: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 15px;
  }

  .tag.white {
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #22306a;
    font-size: 13px;
    letter-spacing: 0px;
  }

  .tag.white.ta {
    margin-top: 5%;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .tag.white-copy {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #22306a;
    font-size: 13px;
    letter-spacing: 0px;
  }

  .video_dance {
    width: 100%;
    border-width: 6px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 35, 56, 0.75)), to(rgba(45, 35, 56, 0.75))), url('../images/TRAD-FOLK-DANCES.png');
    background-image: linear-gradient(180deg, rgba(45, 35, 56, 0.75), rgba(45, 35, 56, 0.75)), url('../images/TRAD-FOLK-DANCES.png');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .body-text--18-copy-copy.white.margin-16px {
    font-size: 16px;
  }

  .body-text--18-copy-copy.white.margin-16px {
    margin-top: 20px;
    margin-bottom: -26px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    text-align: center;
  }

  .body-text--18-copy-copy.white.margin-16px.ta {
    text-align: center;
  }

  .block-illustration-3-copy-copy {
    position: static;
    width: 100%;
    min-height: 300px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .video_wip {
    width: 90%;
    margin-top: 40px;
    margin-bottom: 0px;
    padding: 20px;
    border-radius: 20px;
  }

  .block-banner-2-copy-copy {
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 35px 20px;
  }

  .video_pic1 {
    margin-top: 48px;
    margin-bottom: 0px;
    padding: 20px 15px 35px;
  }

  .body_text {
    font-size: 15px;
  }

  .body_text.ta {
    font-size: 12px;
  }

  .video-block_craft {
    width: 100%;
    margin-top: 10px;
    margin-bottom: -12px;
    padding: 35px 20px;
  }

  .introduction1-copy {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .div-block-124 {
    width: 100%;
    border-width: 6px;
  }

  .youtube-3 {
    width: 100%;
  }

  .div-block-122-copy {
    margin-top: 0px;
  }

  .div-block-122-copy.a {
    width: auto;
    margin-top: 0px;
  }

  .div-block-125 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 46px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-125.ta {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-27a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
  }

  .body-text--18-copy-copy.white.margin-16px {
    font-size: 16px;
  }

  .body-text--18-copy-copy.white.margin-16px {
    margin-top: 23px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 25px;
    font-size: 14px;
    text-align: left;
  }

  .body-text--18-copy-copy.white.margin-16px.ta {
    width: auto;
    padding-left: 25px;
    font-size: 14px;
    text-align: left;
  }

  .main-body {
    overflow: visible;
    min-width: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .title_feature.white {
    margin-top: -4px;
    margin-bottom: 6px;
    text-align: center;
  }

  .title_feature.white.ta {
    font-size: 25px;
  }

  .title_feature.white {
    margin-top: 5px;
    margin-bottom: 6px;
    font-size: 26px;
    text-align: center;
  }

  .title_feature.white {
    text-align: center;
  }

  .title_feature.white {
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 1.3rem;
    text-align: center;
    text-shadow: 1px 1px 2px #2d2338;
  }

  .title_feature.white.ta {
    font-size: 0em;
    font-weight: 500;
  }

  .title_feature.white.ta {
    font-size: 25px;
  }

  .ihc-logo {
    width: 200px;
    height: 60px;
  }

  .block-navbar-right {
    margin-right: 25px;
  }

  .link-block-4 {
    height: 40px;
  }

  .link-block-4.w--current {
    margin-top: 10px;
  }

  .site-tittle {
    position: relative;
    width: auto;
    height: 50px;
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .image-34 {
    height: 60px;
    margin-left: 0px;
  }

  .link-2-copy {
    font-size: 15px;
  }

  .menu_btn {
    margin-right: 0px;
    background-color: transparent;
  }

  .lang {
    top: 0px;
    right: 0px;
    overflow: hidden;
  }

  .en_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(211, 209, 209, 0.6);
  }

  .ta_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 30px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-7 {
    width: 80px;
    height: 30px;
    background-color: rgba(242, 240, 238, 0.6);
  }

  .button-8 {
    width: 80px;
    height: 30px;
  }

  .button-8.w--current {
    height: 30px;
  }

  .discover_nav {
    color: #222229;
    font-size: 15px;
  }

  .discover_nav:hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #e66551;
  }

  .menu-button-3 {
    background-color: #fff;
  }

  .navi_-ta {
    min-height: 740px;
    padding-top: 10px;
  }

  .dropdown-toggle-4 {
    position: relative;
    left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-left: auto;
  }

  .dropdown-toggle-4.w--open {
    padding-left: 20px;
  }

  .icon-dropdown-3:hover {
    color: #e66551;
  }

  .navbar-fixed-ta {
    overflow: visible;
    padding-right: 20px;
    padding-left: 20px;
  }

  .card-heading.ta {
    font-size: 26px;
  }

  .title-2-copy.white {
    margin-top: 0px;
    font-size: 26px;
    text-align: center;
  }

  .title-2-copy.white {
    margin-top: 19px;
  }

  .title-2-copy.white.ta {
    font-size: 22px;
    text-align: center;
  }

  .div-block-129 {
    width: 200px;
  }

  .menu-button-2-copy {
    background-color: #fff;
  }

  .site-tittle-copy {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .site-tittle-copy {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .bold-text-4 {
    font-size: 14px;
  }

  .text-span-4 {
    font-size: 22px;
    line-height: 1.5em;
  }

  .text-span-4.sd {
    text-align: left;
  }

  .bold-text-5 {
    font-size: 14px;
  }

  .bold-text-6 {
    font-size: 14px;
  }

  .bold-text-7 {
    font-size: 14px;
  }

  .div-block-88-copy {
    width: 150px;
  }

  .div-block-88-copy {
    width: 150px;
  }

  .ann {
    font-size: 14px;
  }

  .yay {
    position: static;
    top: 15%;
    width: 90%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 30px;
    line-height: 1.5em;
  }

  .yay.ta {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 40px;
    line-height: 1.5em;
  }

  .div-block-130 {
    max-width: none;
    min-width: auto;
  }

  .image-23-copy.ta {
    width: auto;
  }

  .quiz_tag-copy.ta {
    margin-bottom: 9px;
    color: #22306a;
    font-size: 15px;
  }

  .dropdown-link-2-copy {
    font-size: 17px;
    line-height: 1.6em;
  }

  .dropdown-link-2-copy.w--current {
    font-size: 17px;
    line-height: 1.8em;
  }

  .dropdown-link-2-copy.ta {
    padding-left: 5px;
    font-size: 11px;
  }

  .dropdown-link-2-copy.ta.w--current {
    display: none;
    height: auto;
    font-size: 12px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .dropdown-link-2-copy {
    font-size: 14px;
    line-height: 1.6em;
  }

  .dropdown-link-2-copy.w--current {
    font-size: 17px;
    line-height: 1.8em;
  }

  .dropdown-link-2-copy.ta {
    display: block;
    padding-left: 5px;
    font-size: 11px;
  }

  .dropdown-link-2-copy.ta.w--current {
    display: block;
    height: auto;
    font-size: 12px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .dropdown-link-2-copy {
    font-size: 14px;
    line-height: 1.6em;
  }

  .dropdown-link-2-copy.w--current {
    font-size: 17px;
    line-height: 1.8em;
  }

  .dropdown-link-2-copy.ta {
    padding-left: 0px;
    font-size: 11px;
  }

  .dropdown-link-2-copy.ta.w--current {
    display: block;
    height: auto;
    font-size: 12px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .dropdown-link-2-copy.ta.extend {
    padding-left: 1.5em;
    font-size: 11px;
  }

  .dropdown-link-2_5 {
    font-size: 17px;
    line-height: 1.6em;
  }

  .dropdown-link-2_5.w--current {
    font-size: 17px;
    line-height: 1.8em;
  }

  .dropdown-link-2_5.ta {
    padding-left: 5px;
    font-size: 11px;
  }

  .dropdown-link-2_5.ta.w--current {
    display: none;
    height: auto;
    font-size: 12px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .dropdown-link-2_5.ta.long {
    display: none;
    width: auto;
    font-size: 12px;
  }

  .dropdown-link-2-copy-copy {
    font-size: 14px;
    line-height: 1.6em;
  }

  .dropdown-link-2-copy-copy.w--current {
    font-size: 17px;
    line-height: 1.8em;
  }

  .dropdown-link-2-copy-copy.ta {
    display: block;
    padding-left: 5px;
    font-size: 11px;
  }

  .dropdown-link-2-copy-copy.ta.w--current {
    display: block;
    height: auto;
    font-size: 12px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .kv-copy {
    padding: 35px 10px;
  }

  .food_b-2 {
    top: 40%;
    height: 10%;
  }

  .food_h-2 {
    top: 24%;
    height: 10%;
  }

  .food_i-2 {
    top: 31%;
    z-index: 10;
  }

  .icon-container-4 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .food_d-2 {
    top: 68%;
    height: 10%;
  }

  .food_g-2 {
    top: 39%;
    z-index: 100;
    height: 10%;
  }

  .instruction1-4 {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 400;
    width: auto;
    padding: 1px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #4c69e3;
    opacity: 1;
    font-size: 9px;
    text-align: center;
  }

  .food_a-2 {
    top: 27%;
    z-index: 10;
    height: 10%;
  }

  .food_e-2 {
    top: 67%;
    height: 12%;
  }

  .food_i-copy-2 {
    left: 25%;
    top: 40%;
    z-index: 10;
    width: 50%;
    height: auto;
  }

  .food_f-2 {
    left: 14%;
    height: 10%;
  }

  .platform-icon-copy-2 {
    width: 100%;
  }

  .food_c-2 {
    height: 10%;
  }

  .dance_group {
    position: relative;
    padding-right: 0px;
    padding-left: 0px;
  }

  .side-text-copy {
    margin-bottom: 0px;
    padding-left: 0px;
    font-size: 15px;
    text-align: left;
  }

  .side-text-copy.ta {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    text-align: center;
  }

  .block-grid-right-2-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 15px;
  }

  .side-text-copy {
    margin-bottom: 0px;
    padding-left: 0px;
    font-size: 15px;
    text-align: center;
  }

  .side-text-copy.ta {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    text-align: center;
  }

  .body-text--18-dance.white.margin-16px {
    font-size: 16px;
  }

  .body-text--18-dance.white.margin-16px {
    margin-top: 20px;
    margin-bottom: -26px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    text-align: center;
  }

  .body-text--18-dance.white.margin-16px.ta {
    margin-bottom: 0px;
    text-align: center;
  }

  .body-text--18-dancery.white.margin-16px {
    font-size: 16px;
  }

  .body-text--18-dancery.white.margin-16px {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    text-align: center;
  }

  .btm2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 60px;
    padding-top: 0px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 15px;
  }

  .btms3 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60%;
    margin-top: 40px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 15px;
  }

  .block-grid-right-2-copy-copy {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 60px;
    padding-top: 0px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 15px;
  }

  .block-grid-right-2-copy-copy {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 60px;
    padding-top: 0px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 15px;
  }

  .title-2-copy.white {
    display: block;
    max-width: none;
    margin-top: 10px;
    margin-left: auto;
    font-size: 35px;
    text-align: center;
  }

  .title-2-copy.white.lft {
    margin-bottom: 10px;
    margin-left: auto;
  }

  .title-2-copy.white {
    margin-top: 10px;
    font-size: 28px;
  }

  .reflect {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 12px;
  }

  .title-center-copy-copy {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 25px;
    line-height: 1.5em;
  }

  .title-center-copy-copy.ta {
    font-size: 24px;
  }

  .title-2-copy.white {
    max-width: none;
    margin-top: 10px;
    margin-left: auto;
    font-size: 35px;
    text-align: center;
  }

  .title-2-copy.white.ta {
    overflow: visible;
    width: 100%;
    max-width: none;
    margin-top: 0px;
    font-size: 24px;
    line-height: 1.7em;
  }

  .title-2-copy.white {
    margin-top: 10px;
    font-size: 28px;
  }

  .body-text--18-copy-copy.white.margin-16px {
    font-size: 16px;
  }

  .body-text--18-copy-copy.white.margin-16px {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 15px;
    font-size: 15px;
    text-align: left;
  }

  .rrflx1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 12px;
  }

  .dance-text.white.margin-16px {
    font-size: 16px;
  }

  .dance-text.white.margin-16px {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 15px;
    font-size: 15px;
    text-align: left;
  }

  .dance-text.white.margin-16px.ta._7 {
    font-size: 14px;
  }

  .side-text-pongal-copy {
    margin-bottom: 0px;
    padding-left: 0px;
    font-size: 15px;
    text-align: left;
  }

  .body-text--18-copy-copy-copy.white.margin-16px {
    font-size: 16px;
  }

  .body-text--18-copy-copy-copy.white.margin-16px {
    margin-top: -47px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 25px;
    font-size: 14px;
    text-align: left;
  }

  .title-2-copy.white {
    max-width: none;
    margin-top: 0px;
    margin-left: auto;
    font-size: 35px;
    text-align: center;
  }

  .title-2-copy.white.ta {
    overflow: visible;
    width: 100%;
    max-width: none;
    margin-top: 0px;
    font-size: 24px;
    line-height: 1.7em;
  }

  .title-2-copy.white {
    margin-top: 10px;
    font-size: 28px;
  }

  .title-2cntry.white-txt {
    max-width: none;
    margin-top: 0px;
    margin-left: auto;
    font-size: 30px;
    line-height: 1.3em;
    text-align: center;
  }

  .title-2-copy.white {
    max-width: none;
    margin-top: 10px;
    margin-left: auto;
    font-size: 35px;
    text-align: center;
  }

  .title-2-copy.white.ta {
    overflow: visible;
    width: 100%;
    max-width: none;
    margin-top: 0px;
    font-size: 24px;
    line-height: 1.7em;
  }

  .title-2-copy.white {
    margin-top: 10px;
    font-size: 28px;
  }

  .lft.white {
    margin-top: 0px;
    font-size: 26px;
    text-align: center;
  }

  .lft.white {
    margin-top: 19px;
  }

  .lft.white.ta {
    font-size: 22px;
    text-align: center;
  }

  .side-text-copy {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 15px;
    text-align: center;
  }

  .side-text-copy.ta {
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 0px;
    font-size: 14px;
    text-align: left;
  }

  .side-text-copy.ta.ctr {
    text-align: center;
  }

  .side-text-copy {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 15px;
    text-align: center;
  }

  .side-text-copy.ta {
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 0px;
    font-size: 14px;
    text-align: left;
  }

  .side-text-copy.ta.ctr {
    text-align: center;
  }

  .side-text-copy {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 15px;
    text-align: center;
  }

  .side-text-copy.ta {
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 0px;
    font-size: 14px;
    text-align: left;
  }

  .side-text-copy.ta.ctr {
    text-align: center;
  }

  .title-2-ctropy-copy.white {
    max-width: none;
    margin-top: 10px;
    margin-left: auto;
    font-size: 35px;
    text-align: center;
  }

  .title-2-ctropy-copy.white.ta {
    overflow: visible;
    width: 100%;
    max-width: none;
    margin-top: 0px;
    font-size: 20px;
    line-height: 1.7em;
  }

  .title-2-ctropy-copy.white {
    margin-top: 10px;
    font-size: 28px;
  }

  .dance {
    width: auto;
    margin-top: 0px;
  }

  .subtitle-4-_1.wth {
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
  }

  .block-grid-right-card-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 12px;
  }

  .pongal_city {
    display: block;
    overflow: visible;
    width: auto;
    margin: 10px 0px 0px;
    font-size: 25px;
    line-height: 1.5em;
    text-align: center;
  }

  .title-2-copy.white {
    max-width: none;
    margin-top: 10px;
    margin-left: auto;
    font-size: 35px;
    text-align: center;
  }

  .title-2-copy.white.ta {
    overflow: visible;
    width: 100%;
    max-width: none;
    margin-top: 0px;
    font-size: 24px;
    line-height: 1.7em;
  }

  .title-2-copy.white {
    margin-top: 10px;
    font-size: 28px;
  }

  .title-2-copy-copy.white-copy {
    max-width: none;
    margin-top: 10px;
    margin-left: auto;
    font-size: 35px;
    text-align: center;
  }

  .title-2-copy-copy.white-copy {
    max-width: none;
    margin-top: 10px;
    margin-left: auto;
    font-size: 35px;
    text-align: center;
  }

  .title-2-copy-copy.white-copy {
    max-width: none;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: auto;
    font-size: 35px;
    text-align: center;
  }

  .nar_city {
    width: auto;
    margin-top: 0px;
  }

  .narcity1.white.margin-16px {
    font-size: 16px;
  }

  .narcity1.white.margin-16px {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 15px;
    text-align: left;
  }

  .title-2-copy.white {
    max-width: none;
    margin-top: 10px;
    margin-left: auto;
    font-size: 35px;
    text-align: center;
  }

  .title-2-copy.white.ta {
    overflow: visible;
    width: 100%;
    max-width: none;
    margin-top: 0px;
    font-size: 24px;
    line-height: 1.7em;
  }

  .title-2-copy.white {
    margin-top: 10px;
    font-size: 28px;
  }

  .anar.white {
    max-width: none;
    margin-top: 10px;
    margin-left: auto;
    font-size: 35px;
    text-align: center;
  }

  .anar.white.ta {
    overflow: visible;
    width: 100%;
    max-width: none;
    margin-top: 0px;
    font-size: 24px;
    line-height: 1.7em;
  }

  .anar.white {
    margin-top: 10px;
    font-size: 28px;
  }

  .sdanctr {
    width: auto;
    margin-top: 0px;
  }

  .tag_1.ctris {
    margin-left: auto;
    font-size: 12px;
  }

  .er {
    width: auto;
    margin-top: 0px;
  }
}

#w-node-f226376b-4644-9019-da6f-e4e6c8856c1c-0eca035e {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-a98fdaf3-118d-a89c-420d-7e7ed7dcefd4-0eca035e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_3ba1f803-d165-aed7-1a23-8496f9e3b85c-0eca035e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-d38e8134-20a1-ca4a-6bee-3ffd862ad0a9-0eca035e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_146e1902-fd60-9d4d-9b60-43ac21328851-0eca035e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_129a0d5f-0124-cf13-a858-37e2000369ee-0eca035e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_5e83efaa3e5edb419d2634d300000000000d-beca0363 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0776475a-9f1e-1c45-5eec-8bbb2960c320-c3ca0367 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_8f83c046-98dd-9de3-f4d3-902cf7adb797-c3ca0367 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-fc2d4dd0-344d-8687-bd1a-bace5b74a4c3-c3ca0367 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_97f24a47-84ac-92f8-28fc-5c9e20d77f99-25ca037c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_97f24a47-84ac-92f8-28fc-5c9e20d77f9c-25ca037c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_97f24a47-84ac-92f8-28fc-5c9e20d77f96-25ca037c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_97f24a47-84ac-92f8-28fc-5c9e20d77fdf-25ca037c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_97f24a47-84ac-92f8-28fc-5c9e20d77fe2-25ca037c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1eed1002-984c-2277-4d60-b0eb67efdc16-25ca037c {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c124d482-6063-6544-8564-3d850451cec5-25ca037c {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-dab26575-5c87-3017-fcc1-2073bc6bd6c5-72ca0384 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0776475a-9f1e-1c45-5eec-8bbb2960c320-72ca0384 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_8f83c046-98dd-9de3-f4d3-902cf7adb797-72ca0384 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_0b998f32-4e36-ac3f-70f2-35de534e0e08-72ca0384 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_9542052d-91c6-b348-0222-77ecd6108ec8-f9ca0385 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-a98fdaf3-118d-a89c-420d-7e7ed7dcefd4-f9ca0385 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_3ba1f803-d165-aed7-1a23-8496f9e3b85c-f9ca0385 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-d38e8134-20a1-ca4a-6bee-3ffd862ad0a9-f9ca0385 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_146e1902-fd60-9d4d-9b60-43ac21328851-f9ca0385 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_129a0d5f-0124-cf13-a858-37e2000369ee-f9ca0385 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_75c35dfe-09b0-3695-3e7f-adefd636e193-60ca0386 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_97f24a47-84ac-92f8-28fc-5c9e20d77f99-60ca0386 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_97f24a47-84ac-92f8-28fc-5c9e20d77f9c-60ca0386 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_97f24a47-84ac-92f8-28fc-5c9e20d77f96-60ca0386 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_97f24a47-84ac-92f8-28fc-5c9e20d77fdf-60ca0386 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_97f24a47-84ac-92f8-28fc-5c9e20d77fe2-60ca0386 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1eed1002-984c-2277-4d60-b0eb67efdc16-60ca0386 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c124d482-6063-6544-8564-3d850451cec5-60ca0386 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_0a218c8c-7308-646c-c9bc-757bda03788a-a5ca0387 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0392b6a7-d11e-04c3-2813-ed569295f8d2-a5ca0387 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_140535d7-2edc-bd78-57a3-fc7c0d69ace3-ebca0388 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_64c92e2c-6f5a-eb6c-65f3-ae8736fc8c5e-ebca0388 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b6ad9852-5f9b-2189-6692-e2196f542e8e-ebca0388 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-edf9a002-2c1d-627f-1e13-6ef63881ed10-ebca0388 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ac83ae06-4b0f-62dd-3a5b-1a661e3db1d6-ebca0388 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ac83ae06-4b0f-62dd-3a5b-1a661e3db1d0-ebca0388 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ac83ae06-4b0f-62dd-3a5b-1a661e3db1d3-ebca0388 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ac83ae06-4b0f-62dd-3a5b-1a661e3db21e-ebca0388 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ac83ae06-4b0f-62dd-3a5b-1a661e3db221-ebca0388 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ee800488-53d8-7a0e-7c15-329fc17120d4-ebca0388 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ee800488-53d8-7a0e-7c15-329fc17120d7-ebca0388 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1eed1002-984c-2277-4d60-b0eb67efdc16-ebca0388 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_5c8b34b7-9c7e-42a9-4f95-4ecac7d6c838-ebca0388 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_7da2edeb-e351-f788-0e7d-d22139a13879-93ca0389 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b569c861-d706-911d-6f8a-0abd93c17e41-93ca0389 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b569c861-d706-911d-6f8a-0abd93c17e44-93ca0389 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b569c861-d706-911d-6f8a-0abd93c17e47-93ca0389 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b569c861-d706-911d-6f8a-0abd93c17e8a-93ca0389 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b569c861-d706-911d-6f8a-0abd93c17e8d-93ca0389 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b569c861-d706-911d-6f8a-0abd93c17ed3-93ca0389 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b569c861-d706-911d-6f8a-0abd93c17ed9-93ca0389 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4fd5768a-c8ea-c362-69d4-7ed47bcb188f-93ca0389 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_7bcaa849-fea9-9c11-6555-650044c8a224-27ca038b {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_140535d7-2edc-bd78-57a3-fc7c0d69ace3-96ca03b7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_64c92e2c-6f5a-eb6c-65f3-ae8736fc8c5e-96ca03b7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b6ad9852-5f9b-2189-6692-e2196f542e8e-96ca03b7 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-edf9a002-2c1d-627f-1e13-6ef63881ed10-96ca03b7 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ac83ae06-4b0f-62dd-3a5b-1a661e3db1d6-96ca03b7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ac83ae06-4b0f-62dd-3a5b-1a661e3db1d0-96ca03b7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ac83ae06-4b0f-62dd-3a5b-1a661e3db1d3-96ca03b7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ac83ae06-4b0f-62dd-3a5b-1a661e3db21e-96ca03b7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ac83ae06-4b0f-62dd-3a5b-1a661e3db221-96ca03b7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ee800488-53d8-7a0e-7c15-329fc17120d4-96ca03b7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ee800488-53d8-7a0e-7c15-329fc17120d7-96ca03b7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1eed1002-984c-2277-4d60-b0eb67efdc16-96ca03b7 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-eb3dfc7b-bd6c-5a4c-b36c-f12d9fb10a57-96ca03b7 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-b569c861-d706-911d-6f8a-0abd93c17e41-12ca03ce {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b569c861-d706-911d-6f8a-0abd93c17e44-12ca03ce {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b569c861-d706-911d-6f8a-0abd93c17e47-12ca03ce {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b569c861-d706-911d-6f8a-0abd93c17e8a-12ca03ce {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b569c861-d706-911d-6f8a-0abd93c17e8d-12ca03ce {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b569c861-d706-911d-6f8a-0abd93c17ed3-12ca03ce {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b569c861-d706-911d-6f8a-0abd93c17ed9-12ca03ce {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e611834b-e64c-9da2-bb9d-03b984900d34-12ca03ce {
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-a98fdaf3-118d-a89c-420d-7e7ed7dcefd4-0eca035e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_3ba1f803-d165-aed7-1a23-8496f9e3b85c-0eca035e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-d38e8134-20a1-ca4a-6bee-3ffd862ad0a9-0eca035e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_146e1902-fd60-9d4d-9b60-43ac21328851-0eca035e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_129a0d5f-0124-cf13-a858-37e2000369ee-0eca035e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_0452aeda-7a43-5638-6de9-77a70e7f99dc-0eca035e {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_0776475a-9f1e-1c45-5eec-8bbb2960c320-c3ca0367 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_8f83c046-98dd-9de3-f4d3-902cf7adb797-c3ca0367 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_5e4b5009-2175-bcbd-974f-dceaa7b79919-a7b79916 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_1eed1002-984c-2277-4d60-b0eb67efdc16-25ca037c {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_96cade7d-9c11-c89f-830d-d92d5a211d9f-25ca037c {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_0776475a-9f1e-1c45-5eec-8bbb2960c320-72ca0384 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_8f83c046-98dd-9de3-f4d3-902cf7adb797-72ca0384 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-a98fdaf3-118d-a89c-420d-7e7ed7dcefd4-f9ca0385 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_3ba1f803-d165-aed7-1a23-8496f9e3b85c-f9ca0385 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-d38e8134-20a1-ca4a-6bee-3ffd862ad0a9-f9ca0385 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_146e1902-fd60-9d4d-9b60-43ac21328851-f9ca0385 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_129a0d5f-0124-cf13-a858-37e2000369ee-f9ca0385 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_0452aeda-7a43-5638-6de9-77a70e7f99dc-f9ca0385 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_1eed1002-984c-2277-4d60-b0eb67efdc16-60ca0386 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_96cade7d-9c11-c89f-830d-d92d5a211d9f-60ca0386 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_6249235a-55ff-a7a4-cdb3-9c012983ac1c-a5ca0387 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_64c92e2c-6f5a-eb6c-65f3-ae8736fc8c5e-ebca0388 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1eed1002-984c-2277-4d60-b0eb67efdc16-ebca0388 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_96cade7d-9c11-c89f-830d-d92d5a211d9f-ebca0388 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_6249235a-55ff-a7a4-cdb3-9c012983ac1c-27ca038b {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_64c92e2c-6f5a-eb6c-65f3-ae8736fc8c5e-96ca03b7 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1eed1002-984c-2277-4d60-b0eb67efdc16-96ca03b7 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_96cade7d-9c11-c89f-830d-d92d5a211d9f-96ca03b7 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a98fdaf3-118d-a89c-420d-7e7ed7dcefd4-0eca035e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3ba1f803-d165-aed7-1a23-8496f9e3b85c-0eca035e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d38e8134-20a1-ca4a-6bee-3ffd862ad0a9-0eca035e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_146e1902-fd60-9d4d-9b60-43ac21328851-0eca035e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_129a0d5f-0124-cf13-a858-37e2000369ee-0eca035e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_0776475a-9f1e-1c45-5eec-8bbb2960c320-c3ca0367 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_8f83c046-98dd-9de3-f4d3-902cf7adb797-c3ca0367 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_1eed1002-984c-2277-4d60-b0eb67efdc16-25ca037c {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_0776475a-9f1e-1c45-5eec-8bbb2960c320-72ca0384 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_8f83c046-98dd-9de3-f4d3-902cf7adb797-72ca0384 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-a98fdaf3-118d-a89c-420d-7e7ed7dcefd4-f9ca0385 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3ba1f803-d165-aed7-1a23-8496f9e3b85c-f9ca0385 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d38e8134-20a1-ca4a-6bee-3ffd862ad0a9-f9ca0385 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_146e1902-fd60-9d4d-9b60-43ac21328851-f9ca0385 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_129a0d5f-0124-cf13-a858-37e2000369ee-f9ca0385 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_1eed1002-984c-2277-4d60-b0eb67efdc16-60ca0386 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_64c92e2c-6f5a-eb6c-65f3-ae8736fc8c5e-ebca0388 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_1eed1002-984c-2277-4d60-b0eb67efdc16-ebca0388 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_64c92e2c-6f5a-eb6c-65f3-ae8736fc8c5e-96ca03b7 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_1eed1002-984c-2277-4d60-b0eb67efdc16-96ca03b7 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0776475a-9f1e-1c45-5eec-8bbb2960c320-c3ca0367 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_8f83c046-98dd-9de3-f4d3-902cf7adb797-c3ca0367 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-fc2d4dd0-344d-8687-bd1a-bace5b74a4c3-c3ca0367 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_5e4b5009-2175-bcbd-974f-dceaa7b79919-a7b79916 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_1eed1002-984c-2277-4d60-b0eb67efdc16-25ca037c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_96cade7d-9c11-c89f-830d-d92d5a211d9f-25ca037c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-c124d482-6063-6544-8564-3d850451cec5-25ca037c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_0776475a-9f1e-1c45-5eec-8bbb2960c320-72ca0384 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_8f83c046-98dd-9de3-f4d3-902cf7adb797-72ca0384 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_0b998f32-4e36-ac3f-70f2-35de534e0e08-72ca0384 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_1eed1002-984c-2277-4d60-b0eb67efdc16-60ca0386 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_96cade7d-9c11-c89f-830d-d92d5a211d9f-60ca0386 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-c124d482-6063-6544-8564-3d850451cec5-60ca0386 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_0392b6a7-d11e-04c3-2813-ed569295f8d2-a5ca0387 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_64c92e2c-6f5a-eb6c-65f3-ae8736fc8c5e-ebca0388 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-edf9a002-2c1d-627f-1e13-6ef63881ed10-ebca0388 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-edf9a002-2c1d-627f-1e13-6ef63881ed1f-ebca0388 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_1eed1002-984c-2277-4d60-b0eb67efdc16-ebca0388 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_96cade7d-9c11-c89f-830d-d92d5a211d9f-ebca0388 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_5c8b34b7-9c7e-42a9-4f95-4ecac7d6c838-ebca0388 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_4fd5768a-c8ea-c362-69d4-7ed47bcb188f-93ca0389 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_7bcaa849-fea9-9c11-6555-650044c8a224-27ca038b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_64c92e2c-6f5a-eb6c-65f3-ae8736fc8c5e-96ca03b7 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-edf9a002-2c1d-627f-1e13-6ef63881ed10-96ca03b7 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-edf9a002-2c1d-627f-1e13-6ef63881ed1f-96ca03b7 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_1eed1002-984c-2277-4d60-b0eb67efdc16-96ca03b7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_96cade7d-9c11-c89f-830d-d92d5a211d9f-96ca03b7 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-eb3dfc7b-bd6c-5a4c-b36c-f12d9fb10a57-96ca03b7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-e611834b-e64c-9da2-bb9d-03b984900d34-12ca03ce {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

