:root {
  --read-more: #59c774;
  --red: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* content update */

.navbar_links_div{
  display: flex;
  flex-direction: column;
}
.input_flexcolumn {
  display: flex;
  flex-direction: column !important;
  margin-bottom: 20px;
}


.input_flexcolumn label{
  font-size: 16px;
}

.grevience_btn{
  text-align: left;
  padding: 8px 10px;
  font-weight: 600;
  border-radius: 5px;
  font-size: 20px;
  /* border: 1px solid black; */
}

.grevience_btn:hover{
color: red;
}

#GrievanceFormContainer1 {
  display: block
}
.formContainer_grevience {
  display: none;
}
.greivence_heading{
  font-weight: 600;
/* text-decoration: underline; */
margin-bottom: 0px !important;
color: rgb(0, 0, 0);
font-size: 25px;
width: 100%;

}

.hr_line_grienvence{
  margin-top: 0px !important;
  height: 2px;
}

.Gym_image_css{
  width: 100%;
  height: auto;

}

.input_flexcolumn input{
  height: 55px;
  padding-left: 10px;
  border-radius: 5px;
  border: none;
  border-bottom: 1px solid red !important;
}

.input_flexcolumn textarea{
  height: 100px;
  padding-left: 10px;
  padding-top: 10px;
  border-radius: 5px;
  border: none;
  border-bottom: 1px solid red !important;
}

.input_flexcolumn input:focus-visible{
  border: none;
  outline: 0;
}

.input_flexcolumn textarea:focus-visible{
  border: none;
  outline: 0;
}

.submit_btn_forms{
  border: 1px solid red;
  background-color: red;
  color: white;
font-weight: 600;
padding: 7px 0px;
width: 100%;
border-radius: 5px;
}

.submit_btn_forms:hover{
  background-color: white;
  color: black;
}
.faculty-list {
  font-family: Arial, sans-serif;
  /* margin: 20px; */
  border-collapse: collapse;
  width: 100%;
}
.faculty-list th, .faculty-list td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}
.faculty-list th {
  background-color: #f4f4f4;
  font-weight: bold;
}
.faculty-list tr:nth-child(even) {
  background-color: #f9f9f9;
}
.faculty-list tr:hover {
  background-color: #f1f1f1;
}


.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: end !important;
}


/*  */
.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.new-page {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.navbar-logo-left {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.navbarcontainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.navbar-brand {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.logo {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 141px;
  height: 36px;
  text-decoration: none;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navbar-link {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.navbar-button {
  grid-column-gap: 8px;
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.hero-heading-left {
  grid-column-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.container {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.column {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-4 {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button {
  grid-column-gap: 8px;
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.column-2 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.team-circles {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.container-2 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.title-section {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 530px;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-6 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.columns {
  grid-column-gap: 48px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-wrapper-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 270px;
  height: 270px;
  text-decoration: none;
  display: flex;
}

.image-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 270px;
  height: 270px;
  text-decoration: none;
  display: flex;
}

.content {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.info {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-8 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.new-page-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.navbar-logo-left-2 {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.navbarcontainer-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.navbar-content-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.navbar-brand-2 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.logo-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 141px;
  height: 36px;
  text-decoration: none;
  display: flex;
}

.navbar-menu-2 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navbar-link-2 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
}

.text-9 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.navbar-link-3,
.navbar-link-4 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
}

.navbar-button-2 {
  grid-column-gap: 8px;
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.text-10 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.hero-heading-left-2 {
  grid-column-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.container-3 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.column-3 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-11 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-12 {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-2 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-2 {
  grid-column-gap: 8px;
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.column-4 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-wrapper-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.team-circles-2 {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.container-4 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.title-section-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 530px;
  text-decoration: none;
  display: flex;
}

.text-13 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-14 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.columns-2 {
  grid-column-gap: 48px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-wrapper-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 270px;
  height: 270px;
  text-decoration: none;
  display: flex;
}

.image-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 270px;
  height: 270px;
  text-decoration: none;
  display: flex;
}

.content-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.info-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-15 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-16 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.newsletter-form {
  grid-row-gap: 53px;
  background-color: #f5f7fa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 421px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 92.5811px;
  text-decoration: none;
  display: flex;
}

.container-5 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.form-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 400px;
  text-decoration: none;
  display: flex;
}

.form {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.input-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.form-text-input {
  grid-column-gap: 8px;
  color: #979797;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 42px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  display: flex;
}

.form-text-input::placeholder {
  color: #979797;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.text-17 {
  color: #979797;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.form-button {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 24px;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  display: flex;
}

.text-18 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.new-page-3 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.navbar-logo-left-3 {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.navbarcontainer-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.navbar-content-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.navbar-brand-3 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.logo-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 141px;
  height: 36px;
  text-decoration: none;
  display: flex;
}

.navbar-menu-3 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navbar-link-5 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
}

.text-19 {
  color: #ff7f00;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.navbar-link-6,
.navbar-link-7 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
}

.navbar-button-3 {
  grid-column-gap: 8px;
  background-color: #ff7f00;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.text-20 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.hero-heading-right {
  grid-column-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.container-6 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.column-5 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-wrapper-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-6 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-21 {
  color: #ff7f00;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-22 {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-3 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-3 {
  grid-column-gap: 8px;
  background-color: #ff7f00;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.new-page-4 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.navbar-logo-left-4 {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.navbarcontainer-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.navbar-content-4 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.navbar-brand-4 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.navbar-menu-4 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navbar-link-8 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
}

.text-23 {
  color: #ff7f00;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.navbar-link-9,
.navbar-link-10 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
}

.navbar-button-4 {
  grid-column-gap: 8px;
  background-color: #ff7f00;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.text-24 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.column-7 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-wrapper-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-8 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-25 {
  color: #ff7f00;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-26 {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.hero-no-image {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.small-container {
  grid-row-gap: 40px;
  background-color: #f5f7fa;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.content-3 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-27 {
  color: #ff7f00;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.error-f4d0bdfe-cf35-d9df-6c2a-967a61aabbc1 {
  color: #212121;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.new-page-5 {
  background-color: #181818;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 143.575px;
  text-decoration: none;
  display: flex;
}

.new-page-6 {
  background-color: #181818;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-3 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 108.165px;
  text-decoration: none;
  display: flex;
}

.new-page-7 {
  background-color: #181818;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1000005242 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-1000005244 {
  grid-column-gap: 449px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 142.043px;
  height: 86.7398px;
  text-decoration: none;
  display: flex;
}

.frame-1000005243 {
  grid-column-gap: 86px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.header-txt {
  grid-column-gap: 40.0592px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-28 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(103.09deg, #fb7505 0%, #d93104 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-29 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-1 {
  grid-column-gap: 11.0497px;
  border: 2.20994px undefined undefined;
  border-radius: 27.6242px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 11.0497px 22.0994px;
  text-decoration: none;
  display: flex;
}

.text-30 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f77106 0%, #802601 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.column-9 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-10 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-31 {
  color: #ff7f00;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-32 {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-33 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.new-page-8 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.navbar-logo-left-5 {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.navbarcontainer-5 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.navbar-content-5 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.navbar-brand-5 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.navbar-menu-5 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navbar-link-11 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
}

.text-34 {
  color: #ff7f00;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.navbar-link-12,
.navbar-link-13 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
}

.navbar-button-5 {
  grid-column-gap: 8px;
  background-color: #ff7f00;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.text-35 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.content-4 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.new-page-9 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.navbar-logo-left-6 {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.navbarcontainer-6 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.navbar-content-6 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.navbar-brand-6 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.navbar-menu-6 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navbar-link-14 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
}

.text-36 {
  color: #ff7f00;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.navbar-link-15,
.navbar-link-16 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
}

.navbar-button-6 {
  grid-column-gap: 8px;
  background-color: #ff7f00;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.text-37 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.content-5 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.new-page-10 {
  background-color: #181818;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1000005245 {
  grid-row-gap: 7.4885px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1073.85px;
  padding-top: 14.977px;
  padding-bottom: 14.977px;
  text-decoration: none;
  display: flex;
}

.frame-1000005246 {
  grid-column-gap: 336.233px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 106.37px;
  height: 65.0106px;
  text-decoration: none;
  display: flex;
}

.frame-1000005247 {
  grid-column-gap: 64.4011px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.header-txt-2 {
  grid-column-gap: 29.9983px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-38 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(104.04deg, #fb7505 0%, #d93104 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-39 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-1000005248 {
  grid-column-gap: 8.27456px;
  border: 1.65491px undefined undefined;
  border-radius: 20.6864px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8.27456px 16.5491px;
  text-decoration: none;
  display: flex;
}

.text-40 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f77106 0%, #802601 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.new-page-11 {
  background-color: #181818;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.frame-1000005249 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 924px;
  text-decoration: none;
  display: flex;
}

.frame-1000005250 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 915.096px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 106.37px;
  height: 65.0106px;
  text-decoration: none;
  display: flex;
}

.frame-1000005251 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-1000005252 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
}

.text-41 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(104.04deg, #fb7505 0%, #d93104 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-42 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-1000005253 {
  grid-column-gap: 8px;
  border: 1.65491px undefined undefined;
  border-radius: 20.6864px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.text-43 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f77106 0%, #802601 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.new-page-12 {
  background-color: #181818;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.frame-1000005254 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 924px;
  text-decoration: none;
  display: flex;
}

.frame-1000005255 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 915.096px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 106.37px;
  height: 65.0106px;
  text-decoration: none;
  display: flex;
}

.frame-1000005256 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-44 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(104.04deg, #fb7505 0%, #d93104 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-45 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-1000005257 {
  grid-column-gap: 8px;
  border: 1.65491px undefined undefined;
  border-radius: 20.6864px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.text-46 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f77106 0%, #802601 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.navbar-logo-left-7 {
  background-color: #181818;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.navbarcontainer-7 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.navbar-content-7 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-8 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 106.37px;
  height: 65.0106px;
  text-decoration: none;
  display: flex;
}

.navbar-menu-7 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navbar-link-17 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
}

.text-47 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(104.04deg, #fb7505 0%, #d93104 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.navbar-link-18 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
}

.text-48 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.navbar-link-19 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
}

.navbar-button-7 {
  grid-column-gap: 8px;
  background-image: linear-gradient(90deg, #f87003 0%, #d93304 100%);
  border-radius: 36px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.text-49 {
  color: #181818;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.new-page-13 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.navbar-logo-left-8 {
  background-color: #181818;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.navbarcontainer-8 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.navbar-content-8 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-9 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 106.37px;
  height: 65.0106px;
  text-decoration: none;
  display: flex;
}

.navbar-menu-8 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navbar-link-20 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
}

.text-50 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(104.04deg, #fb7505 0%, #d93104 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-51 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-52 {
  color: #181818;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.hero-heading-left-3 {
  grid-column-gap: 80px;
  background-color: #181818;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.container-7 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.column-11 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.grab-big-deals-on-yummy-meals {
  width: 512.532svh;
  padding-right: 0;
  display: block;
}

.error-755308a6-0b68-93eb-7211-b9efe1601a23 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  text-decoration: none;
}

.actions-4 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.btn {
  grid-column-gap: 8.07051px;
  background-image: linear-gradient(105.07deg, #fc7605 0%, #812701 100%);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 11.2672px 22.5344px;
  text-decoration: none;
  display: flex;
}

.text-53 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.group-1000003776-1 {
  object-fit: cover;
}

.grab-big-deals-on-yummy-meals-0 {
  color: #fff;
  letter-spacing: -0.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.grab-big-deals-on-yummy-meals-1 {
  letter-spacing: -0.03em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(94.09deg, #fb7505 0%, #7e2501 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.new-page-14 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.navbar-logo-left-9 {
  background-color: #181818;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.navbarcontainer-9 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.navbar-content-9 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-10 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 106.37px;
  height: 65.0106px;
  text-decoration: none;
  display: flex;
}

.navbar-menu-9 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-54 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(104.04deg, #fb7505 0%, #d93104 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-55 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-56 {
  color: #181818;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.container-8 {
  grid-column-gap: 80px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.column-12 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.actions-5 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.text-57 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.grab-big-deals-on-yummy-meals-2 {
  color: #fff;
  letter-spacing: -0.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.grab-big-deals-on-yummy-meals-3 {
  letter-spacing: -0.03em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(94.07deg, #fb7505 0%, #7e2501 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.new-page-15 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.navbar-logo-left-10 {
  background-color: #181818;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.navbarcontainer-10 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.navbar-content-10 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-11 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 106.37px;
  height: 65.0106px;
  text-decoration: none;
  display: flex;
}

.navbar-menu-10 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-58 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(104.04deg, #fb7505 0%, #d93104 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-59 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-60 {
  color: #181818;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.column-13 {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.actions-6 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.text-61 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.grab-big-deals-on-yummy-meals-4 {
  color: #fff;
  letter-spacing: -0.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: inline;
}

.grab-big-deals-on-yummy-meals-5 {
  letter-spacing: -0.03em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(94.07deg, #fb7505, #7e2501);
  -webkit-background-clip: text;
  background-clip: text;
  width: 50px;
  margin: 0 auto;
  padding-right: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: inline;
}

.new-page-16 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.navbar-logo-left-11 {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.navbarcontainer-11 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.navbar-content-11 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.navbar-brand-7 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.logo-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 141px;
  height: 36px;
  text-decoration: none;
  display: flex;
}

.navbar-menu-11 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navbar-link-21 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
}

.text-62 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.navbar-link-22,
.navbar-link-23 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
}

.navbar-button-8 {
  grid-column-gap: 8px;
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.text-63 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.hero-heading-left-4 {
  grid-column-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.container-9 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.column-14 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-64 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-65 {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-7 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-4 {
  grid-column-gap: 8px;
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.column-15 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-wrapper-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.hero-stack {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.small-container-2 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  text-decoration: none;
  display: flex;
}

.title-section-3 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-66 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.error-7f9fc199-c909-21ac-46b3-9aeb7071d52d {
  color: #212121;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.image-wrapper-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-8 {
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.small-container-3 {
  grid-row-gap: 40px;
  background-color: #f5f7fa;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.text-67 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.contact-form {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.container-10 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.section-title {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 530px;
  text-decoration: none;
  display: flex;
}

.text-68 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-69 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.form-wrapper-2 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  text-decoration: none;
  display: flex;
}

.form-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.input-wrapper-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.form-text-input-2 {
  grid-column-gap: 8px;
  color: #979797;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 42px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  display: flex;
}

.form-text-input-2::placeholder {
  color: #979797;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.text-70 {
  color: #979797;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.form-text-input-3 {
  grid-column-gap: 8px;
  color: #979797;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 42px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  display: flex;
}

.form-text-input-3::placeholder {
  color: #979797;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.form-textarea {
  grid-column-gap: 8px;
  color: #979797;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  display: flex;
}

.form-textarea::placeholder {
  color: #979797;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.form-button-2 {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 24px;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  display: flex;
}

.team-rectangles {
  grid-row-gap: 64px;
  background-color: #f5f7fa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.container-11 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.columns-3 {
  grid-column-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-wrapper-9 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 180px;
  display: flex;
}

.image-9 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 180px;
  text-decoration: none;
  display: flex;
}

.info-3 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.name {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.description {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.footer {
  grid-row-gap: 40px;
  background-color: #f5f7fa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 24px 8px;
  text-decoration: none;
  display: flex;
}

.columns-4 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  text-decoration: none;
  display: flex;
}

.column-16 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 320px;
  text-decoration: none;
  display: flex;
}

.logo-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.small-columns {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.content-6 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-71 {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.footer-links {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.link {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-7,
.content-8 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.copyright {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 -1px #e4ebf3;
}

.text-72 {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.new-page-17 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.navbar-logo-left-12 {
  background-image: linear-gradient(90deg,
      #c20e34 0%,
      #fd0136 53%,
      #c10e34 100%);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.navbarcontainer-12 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 98px;
  text-decoration: none;
  display: flex;
}

.navbar-content-12 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.frame-1618873135 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.group-1000003730-1 {
  object-fit: cover;
}

.frame-1618873138 {
  grid-column-gap: 60px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-3043625 {
  grid-column-gap: 44.2405px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-73 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.text-74 {
  color: #fff;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.frame-1618873098 {
  grid-column-gap: 9.87029px;
  background-color: #59c774;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding: 9.87029px 19.7406px;
  text-decoration: none;
  display: flex;
}

.text-75 {
  color: #000;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.new-page-18 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.navbar-logo-left-13 {
  background-image: linear-gradient(90deg,
      #c20e34 0%,
      #fd0136 53%,
      #c10e34 100%);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.navbarcontainer-13 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 98px;
  text-decoration: none;
  display: flex;
}

.navbar-content-13 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.frame-1618873139 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.frame-1618873140 {
  grid-column-gap: 60px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-1618873141 {
  grid-column-gap: 44.2405px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-76 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.text-77 {
  color: #fff;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.frame-1618873142 {
  grid-column-gap: 9.87029px;
  background-color: #59c774;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding: 9.87029px 19.7406px;
  text-decoration: none;
  display: flex;
}

.text-78 {
  color: #000;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.navbar-logo-left-14 {
  background-color: #c40e34;
  background-image: linear-gradient(270deg, #ca2c2b, #ee1413 58%, #ca2c2b);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.navbarcontainer-14 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.navbar-brand-8 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.logo-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 141px;
  height: 36px;
  text-decoration: none;
  display: flex;
}

.navbar-menu-12 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navbar-link-24 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
}

.navbar-link-24.w--current {
  color: #000;
}

.text-79 {
  color: #fff;
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.navbar-link-25 {
  color: #fff;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.navbar-link-25.w--current {
  color: #fff;
}

.navbar-link-26 {
  color: #fff;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.navbar-link-26.w--current {
  color: #fff;
}

.navbar-button-9 {
  box-sizing: border-box;
  grid-column-gap: 8px;
  color: #000;
  background-color: #59c774;
  border: 1px solid #59c774;
  border-radius: 5px;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 20px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.text-80 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.image-11 {
  vertical-align: middle;
}

.body {
  background-color: #f7f7f7;
}

.text-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-1618873143 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
}

.group-1597884481-1 {
  vertical-align: middle;
  object-fit: cover;
}

.frame-1597884482 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 181px;
  left: 556px;
}

.text-81 {
  color: #fff;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 900;
  line-height: 52px;
  text-decoration: none;
  display: flex;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-12 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: rgba(26, 27, 31, 0.8);
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.image-12 {
  max-width: 100rem;
}

.heading {
  text-align: center;
  border-radius: 0;
  margin-bottom: -16px;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-decoration: none;
}

.container-13 {
  max-width: 1440px;
  display: block;
}

.button-5 {
  text-align: center;
  max-width: 20px;
  display: block;
}

.button-6 {
  color: #000;
  object-fit: fill;
  background-color: #fcdb1e;
  border-radius: 0 20px 20px 0;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  padding: 12px 20px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.new-page-19 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 1086px;
  text-decoration: none;
  display: flex;
}

.frame-1618873144 {
  grid-column-gap: 22px;
  background-color: #d9d9d9;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1441px;
  padding: 99px 100px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-12 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.new-page-20 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 1086px;
  text-decoration: none;
  display: flex;
}

.frame-1618873145 {
  grid-column-gap: 22px;
  grid-row-gap: 16px;
  background-color: #f7f7f7;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1441px;
  padding: 39px 100px 99px;
  text-decoration: none;
  display: grid;
}

.vectors-wrapper-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  padding-bottom: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
}

.section-3 {
  box-sizing: border-box;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  display: block;
}

.new-page-21 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 1086px;
  text-decoration: none;
  display: flex;
}

.frame-1618873146 {
  grid-column-gap: 22px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1441px;
  padding: 99px 100px;
  text-decoration: none;
  display: flex;
}

.frame-1618873147 {
  grid-row-gap: 11px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 417px;
  padding: 7px 8px;
  text-decoration: none;
  display: flex;
}

.frame-1618873148 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.rectangle-7564 {
  object-fit: cover;
}

.frame-1618873149 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.text-82 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 160%;
  text-decoration: none;
}

.vectors-wrapper-14 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.new-page-22 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 1086px;
  text-decoration: none;
  display: flex;
}

.frame-1618873150 {
  grid-column-gap: 22px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1441px;
  padding: 99px 100px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-15 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block {
  box-sizing: border-box;
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  text-align: center;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.container-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: center;
  align-items: center;
  justify-items: start;
  width: auto;
  max-width: 1200px;
  padding-top: 0;
  display: block;
  position: static;
}

.div-block-2 {
  margin-top: 20px;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  padding-bottom: 15px;
  display: grid;
  position: static;
}

.heading-2 {
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  /* font-family: Elsie, sans-serif; */
  font-size: 40px;
  font-style: normal;
}

.image-13 {
  width: 100%;
  max-width: none;
}

.div-block-4 {
  position: relative;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.new-page-23 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 888px;
  text-decoration: none;
  display: flex;
}

.frame-1618873151 {
  grid-column-gap: 22px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1243px;
  text-decoration: none;
  display: flex;
}

.frame-1618873152 {
  grid-row-gap: 11px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 417px;
  padding: 7px 8px;
  text-decoration: none;
  display: flex;
}

.frame-1618873153 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.rectangle-7554-1-1 {
  object-fit: cover;
}

.frame-1618873154 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.text-83 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 160%;
  text-decoration: none;
}

.frame-1597884455 {
  grid-row-gap: 39px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 417px;
  padding: 16px 18px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-16 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-1597884457 {
  grid-row-gap: 24px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 18px;
  text-decoration: none;
  display: flex;
}

.frame-1618873157 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-1618873158 {
  grid-row-gap: 15px;
  background-color: #07c9bd;
  border: 0 solid #fff;
  border-right-width: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 367px;
  height: 323px;
  padding: 45px 58px;
  text-decoration: none;
  display: flex;
}

.eye-6-svgrepo-com-1 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 84px;
  padding-top: 13px;
  padding-bottom: 13px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-17 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 84.0002px;
  height: 58.8048px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-18 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 110px;
  text-decoration: none;
  display: flex;
}

.frame-1618873159 {
  grid-row-gap: 15px;
  background-color: #f9c41a;
  border: 0 solid #fff;
  border-right-width: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 367px;
  height: 323px;
  padding: 45px 58px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-19 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 84px;
  text-decoration: none;
  display: flex;
}

.frame-1597884415 {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 251px;
  text-decoration: none;
  display: flex;
}

.text-84 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 150%;
  text-decoration: none;
}

.text-85 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-1618873155 {
  grid-row-gap: 15px;
  background-color: #877eef;
  border: 0 solid #fff;
  border-right-width: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 367px;
  height: 323px;
  padding: 45px 58px;
  text-decoration: none;
  display: flex;
}

.frame-1618873156 {
  grid-row-gap: 15px;
  background-color: #48be5a;
  border: 0 solid #fff;
  border-right-width: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 367px;
  height: 323px;
  padding: 45px 58px;
  text-decoration: none;
  display: flex;
}

.course-offered-heading {
  margin-top: 5rem;
}

.section-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  margin-top: 20px;
  padding-top: 20px;
  display: grid;
}

.frame-1618873160 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-1618873161 {
  grid-row-gap: 15px;
  background-color: #07c9bd;
  border: 0 solid #fff;
  border-right-width: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 367px;
  height: 323px;
  padding: 45px 58px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-20 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 84.0002px;
  height: 58.8048px;
  text-decoration: none;
  display: flex;
}

.frame-1597884416 {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 251px;
  text-decoration: none;
  display: flex;
}

.text-86 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 150%;
  text-decoration: none;
}

.text-87 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-1618873162 {
  grid-row-gap: 15px;
  background-color: #f9c41a;
  border: 0 solid #fff;
  border-right-width: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 367px;
  height: 323px;
  padding: 45px 58px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-21 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 84px;
  text-decoration: none;
  display: flex;
}

.frame-1618873163 {
  grid-row-gap: 15px;
  background-color: #877eef;
  border: 0 solid #fff;
  border-right-width: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 367px;
  height: 323px;
  padding: 45px 58px;
  text-decoration: none;
  display: flex;
}

.frame-1618873164 {
  grid-row-gap: 15px;
  background-color: #48be5a;
  border: 0 solid #fff;
  border-right-width: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 367px;
  height: 323px;
  padding: 45px 58px;
  text-decoration: none;
  display: flex;
}

.frame-1618873196 {
  grid-row-gap: 40px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 761px;
  height: 943px;
  padding: 58px 50px;
  text-decoration: none;
  display: flex;
}

.text-88 {
  color: #1d2026;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36.94px;
  text-decoration: none;
}

.frame-1618873195 {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 660px;
  text-decoration: none;
  display: flex;
}

.frame-1618873194 {
  grid-column-gap: 24px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1618873183 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 318px;
  text-decoration: none;
  display: flex;
}

.text-89 {
  color: #1d2026;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.4px;
  text-decoration: none;
}

.input-field {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 1.15432px solid #e9eaf0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 11px 21px;
  text-decoration: none;
  display: flex;
}

.text-90 {
  color: #8c94a3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.7px;
  text-decoration: none;
}

.input-field-2 {
  grid-column-gap: 38px;
  background-color: #fff;
  border: 1.15432px solid #e9eaf0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 318px;
  padding: 11px 18px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-22 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 5px;
  text-decoration: none;
  display: flex;
}

.input-field-3 {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 1.15432px solid #e9eaf0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 139px;
  padding: 11px 21px;
  display: flex;
}

.input-field-4 {
  grid-column-gap: 38px;
  background-color: #fff;
  border: 1.15432px solid #e9eaf0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 318px;
  height: 139px;
  padding: 11px 18px;
  text-decoration: none;
  display: flex;
}

.frame-1618873191 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 660px;
  text-decoration: none;
  display: flex;
}

.input-field-5 {
  grid-column-gap: 377px;
  background-color: #fff;
  border: 1.15432px solid #e9eaf0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 11px 21px;
  text-decoration: none;
  display: flex;
}

.frame-1618873193 {
  grid-column-gap: 10px;
  background-color: #f00f32;
  border-radius: 11px;
  justify-content: flex-start;
  align-items: center;
  width: 197px;
  height: 49px;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
  display: flex;
}

.button-7 {
  color: #fff;
  letter-spacing: -0.01em;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 48.69px;
  text-decoration: none;
}

.paperplaneright {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-23 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20.8662px;
  height: 20.8662px;
  text-decoration: none;
  display: flex;
}

.section-6 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.div-block-6 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.new-page-24 {
  background-color: #d72827;
  background-image: linear-gradient(90deg, #ca2c2b, #ee1413 52%, #ca2c2b);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 39px;
  padding-bottom: 39px;
  text-decoration: none;
  display: flex;
}

.frame-1618873198 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1289px;
  text-decoration: none;
  display: block;
}

.frame-1618873175 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.image-14-1 {
  object-fit: cover;
  margin-left: 20px;
}

.frame-1618873199 {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.infant-jesus-college-of-engineering {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  text-decoration: none;
}

.infant-jesus-college-of-engineering2 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px !important;
  font-weight: 800;
  /* line-height: 20px; */
  text-decoration: none;
}

.error-cae103fa-f6b4-6736-30db-7d5c544fdc47 {
  color: #fff;
  text-align: left;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.frame-1618873200 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.frame-1618873201 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 197px;
  font-family: Lato, sans-serif;
  text-decoration: none;
  display: flex;
}

.frame-1618873202 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 107px;
  text-decoration: none;
  display: flex;
}

.text-91 {
  color: #fff;
  text-align: left;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.frame-1618873203 {
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
  position: static;
}

.aeronautical-engg-computer-science-engg-ece-engg-agriculture-engineering-mechanical-engg {
  color: #fff;
  text-align: left;
  /* text-transform: capitalize; */
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.margin_top_image{
  margin-top: 30px;
}
.about-ijce-academics-scope-at-ijce-blogs {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}

.frame-1618873197 {
  grid-column-gap: 50px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.frame-1618873177 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
}

.frame-1618873178 {
  grid-column-gap: 1px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  margin-left: 10px;
  text-decoration: none;
  display: flex;
}

.frame-1618873169 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding: 0 10px 10px;
  text-decoration: none;
  display: flex;
}

.text-92 {
  color: #fff;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 189%;
  text-decoration: none;
}

.frame-1618873212 {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 476.701px;
  text-decoration: none;
  display: flex;
}

.frame-1618873208 {
  grid-column-gap: 10px;
  background-color: #59c774;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 75px;
  padding-left: 34px;
  padding-right: 34px;
  display: flex;
}

.text-93 {
  color: #fff;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 75px;
  text-decoration: none;
}

.frame-1618873211 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 75px;
  padding: 26px 32px;
  display: flex;
  position: relative;
}

.frame-1618873209 {
  grid-column-gap: 10px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 476.701px;
  height: 75px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.vectors-wrapper-24 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 75px;
  text-decoration: none;
  display: flex;
}

.frame-1618873210 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 409.699px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-25 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 89px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-26 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 6px;
  height: 13px;
  text-decoration: none;
  display: flex;
}

.frame-1618873207 {
  background-color: #eaeaea;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 75px;
  padding: 26px 32px;
  display: flex;
}

.vectors-wrapper-27 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 146px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-28 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-29 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-30 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 101px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-31 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 155px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-32 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 93px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-33 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-34 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.about-us-0 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 75px;
  text-decoration: none;
}

.frame-1618873213 {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 476.701px;
  text-decoration: none;
  display: flex;
}

.frame-1618873214 {
  grid-column-gap: 10px;
  background-color: #59c774;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 75px;
  padding-left: 34px;
  padding-right: 34px;
  display: flex;
}

.text-94 {
  color: #fff;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 75px;
  text-decoration: none;
}

.frame-1618873215 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 75px;
  padding: 26px 32px;
  display: flex;
  position: relative;
}

.frame-1618873216 {
  grid-column-gap: 10px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 476.701px;
  height: 75px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.vectors-wrapper-35 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 75px;
  text-decoration: none;
  display: flex;
}

.frame-1618873217 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 409.699px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-36 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 89px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-37 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 6px;
  height: 13px;
  text-decoration: none;
  display: flex;
}

.frame-1618873218 {
  background-color: #eaeaea;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 75px;
  padding: 26px 32px;
  display: flex;
}

.vectors-wrapper-38 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 146px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-39 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-40 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-41 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 101px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-42 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 155px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-43 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 93px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-44 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-45 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.div-block-7 {
  width: 100%;
  display: flex;
  margin-top: 4rem;
  margin-bottom: 3rem;
}

.paragraph {
  width: auto;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.paragraph-2 {
  width: auto;
}

.div-block-8 {
  /* text-transform: capitalize; */
  width: 60%;
  margin-top: 45px;
  padding-right: 60px;
  font-family: Lato, sans-serif;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  /* text-transform: capitalize; */
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 40%;
  margin-top: 45px;
  display: flex;
}

.frame-1618873219 {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 476.701px;
  text-decoration: none;
  display: flex;
}

.frame-1618873220 {
  grid-column-gap: 10px;
  background-color: #59c774;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 75px;
  padding-left: 34px;
  padding-right: 34px;
  display: flex;
}

.text-95 {
  color: #fff;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 75px;
  text-decoration: none;
}

.frame-1618873221 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 75px;
  padding: 26px 32px;
  display: flex;
  position: relative;
}

.frame-1618873222 {
  grid-column-gap: 10px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 476.701px;
  height: 75px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.vectors-wrapper-46 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 75px;
  text-decoration: none;
  display: flex;
}

.frame-1618873223 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 409.699px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-47 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 6px;
  height: 13px;
  text-decoration: none;
  display: flex;
}

.frame-1618873224 {
  background-color: #eaeaea;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 75px;
  padding: 26px 32px;
  display: flex;
}

.vectors-wrapper-48 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 146px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-49 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-50 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-51 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 101px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-52 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 155px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-53 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 93px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-54 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-55 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.frame-1618873225 {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 476.701px;
  text-decoration: none;
  display: flex;
}

.frame-1618873226 {
  grid-column-gap: 10px;
  background-color: #59c774;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 75px;
  padding-left: 34px;
  padding-right: 34px;
  display: flex;
}

.text-96 {
  color: #fff;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 75px;
  text-decoration: none;
}

.frame-1618873227 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 476.701px;
  height: 75px;
  padding: 26px 32px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-1618873228 {
  grid-column-gap: 10px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 476.701px;
  height: 75px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.vectors-wrapper-56 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 75px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-57 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.frame-1618873229 {
  background-color: #eaeaea;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 75px;
  padding: 26px 32px;
  display: flex;
}

.vectors-wrapper-58 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 146px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-59 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 6px;
  height: 13px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-60 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-61 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-62 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 101px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-63 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 155px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-64 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 93px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-65 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-66 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.frame-1618873230 {
  background-color: #eaeaea;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 476.701px;
  height: 75px;
  padding: 26px 32px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-67 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 146px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-68 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 6px;
  height: 13px;
  text-decoration: none;
  display: flex;
}

.frame-1618873231 {
  background-color: #eaeaea;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 476.701px;
  padding: 20px 22px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-69 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 146px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.frame-1618873232 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-70 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 6px;
  height: 13px;
  text-decoration: none;
  display: flex;
}

.frame-1618873233 {
  background-color: #eaeaea;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 476.701px;
  padding: 20px 22px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-71 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 146px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.frame-1618873234 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-72 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 6px;
  height: 13px;
  text-decoration: none;
  display: flex;
}

.frame-1618873235 {
  background-color: #eaeaea;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 476.701px;
  padding: 20px 22px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-73 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 146px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.frame-1618873236 {
  grid-column-gap: 10px;
  background-color: #59c774;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 476.701px;
  height: 75px;
  padding-left: 34px;
  padding-right: 34px;
  text-decoration: none;
  display: flex;
}

.text-97 {
  color: #fff;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 75px;
  text-decoration: none;
}

.frame-1618873237 {
  grid-column-gap: 285px;
  background-color: #59c774;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 476.701px;
  height: 75px;
  padding-left: 34px;
  padding-right: 34px;
  text-decoration: none;
  display: flex;
}

.text-98 {
  color: #fff;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 75px;
  text-decoration: none;
}

.frame-1618873238 {
  grid-column-gap: 33px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-74 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 6px;
  height: 13px;
  text-decoration: none;
  display: flex;
}

.frame-1618873239 {
  grid-column-gap: 285px;
  background-color: #59c774;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 476.701px;
  height: 75px;
  padding-left: 34px;
  padding-right: 34px;
  text-decoration: none;
  display: flex;
}

.text-99 {
  color: #fff;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 75px;
  text-decoration: none;
}

.frame-1618873240 {
  grid-column-gap: 33px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-75 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 6px;
  height: 13px;
  text-decoration: none;
  display: flex;
}

.container-16 {
  max-width: 1200px;
}

.frame-1618873241 {
  background-color: #eaeaea;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 476.701px;
  padding: 20px 22px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-76 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 146px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.frame-1618873242 {
  grid-row-gap: 10px;
  background-color: #d9d9d9;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 477px;
  height: 75px;
  padding: 26px 28px;
  text-decoration: none;
  display: flex;
}

.frame-1597884393 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-100 {
  color: #000;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.board-of-directors-0 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.frame-1618873243 {
  background-color: #eaeaea;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 477px;
  padding: 26px 28px;
  text-decoration: none;
  display: flex;
}

.frame-1618873244 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-101 {
  color: #000;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.vectors-wrapper-77 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 6px;
  height: 13px;
  text-decoration: none;
  display: flex;
}

.frame-1618873245 {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 477.701px;
  text-decoration: none;
  display: flex;
}

.frame-1618873246 {
  grid-column-gap: 10px;
  background-color: #59c774;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 75px;
  padding-left: 34px;
  padding-right: 34px;
  display: flex;
}

.text-102 {
  color: #fff;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 75px;
  text-decoration: none;
}

.frame-1618873247 {
  text-transform: uppercase;
  background-color: #eaeaea;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 26px 28px;
  text-decoration: none;
  display: flex;
}

.frame-1618873248 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-103 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.vectors-wrapper-78 {
  -webkit-text-stroke-color: #000;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 6px;
  height: 13px;
  text-decoration: none;
  display: flex;
}

.text-104 {
  color: #000;
  /* text-transform: capitalize; */
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.about-us-2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 75px;
  text-decoration: none;
}

.frame-1618873249 {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 477.701px;
  text-decoration: none;
  display: flex;
}

.frame-1618873250 {
  grid-column-gap: 10px;
  background-color: #59c774;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 75px;
  padding-left: 34px;
  padding-right: 34px;
  display: flex;
}

.text-105 {
  color: #fff;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 75px;
  text-decoration: none;
}

.frame-1618873251 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 26px 28px;
  text-decoration: none;
  display: flex;
}

.frame-1618873252 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-106 {
  color: #000;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.frame-1618873253 {
  background-color: #eaeaea;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 26px 28px;
  text-decoration: none;
  display: flex;
}

.text-107 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.frame-1618873254 {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 477.701px;
  text-decoration: none;
  display: flex;
}

._1 {
  grid-column-gap: 10px;
  color: #fff;
  background-color: #59c774;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 75px;
  padding-left: 34px;
  padding-right: 34px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 700;
  display: flex;
}

.text-108 {
  color: #fff;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 75px;
  text-decoration: none;
}

._2 {
  /* text-transform: capitalize; */
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 26px 28px;
  text-decoration: none;
  display: flex;
}

.frame-1618873257 {
  grid-column-gap: 10px;
  color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.text-109 {
  color: #000;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.vectors-wrapper-79 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 6px;
  height: 13px;
  text-decoration: none;
  display: flex;
}

._9 {
  /* text-transform: capitalize; */
  background-color: #eaeaea;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 26px 28px;
  text-decoration: none;
  display: flex;
}

._9:hover {
  background-color: #fff;
}

.text-110 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.heading-3 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.image-14 {
  margin-top: 20px;
}

.body-2 {
  background-color: #f7f7f7;
}

.paragraph-3 {
  /* text-transform: capitalize; */
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: auto;
  margin-top: 20px;
  display: grid;
}

.image-15 {
  margin-top: 10px;
}

.paragraph-4 {
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.image-16 {
  margin-top: 10px;
}

.frame-1618873259 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 681px;
  text-decoration: none;
  display: grid;
}

.frame-1618873260 {
  grid-column-gap: 10px;
  background-color: #6c6c6c;
  border: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 227px;
  height: 72px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.text-111 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.frame-1618873261 {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 227px;
  height: 72px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.text-112 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.frame-1618873262 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 0.75fr 0.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-top: 20px;
  text-decoration: none;
  display: grid;
}

.frame-1618873263 {
  grid-column-gap: 10px;
  background-color: #6c6c6c;
  border: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 227px;
  height: 72px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.text-113 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.frame-1618873264 {
  grid-column-gap: 10px;
  background-color: #6c6c6c;
  border: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  width: 185px;
  height: 72px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.text-114 {
  color: #fff;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.frame-1618873265 {
  grid-column-gap: 10px;
  background-color: #6c6c6c;
  border: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  width: 127px;
  height: 72px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.frame-1618873266 {
  grid-column-gap: 10px;
  background-color: #6c6c6c;
  border: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  width: 194px;
  height: 72px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.frame-1618873267 {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 227px;
  height: 72px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.text-115 {
  color: #000;
  /* text-transform: capitalize; */
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-1618873268 {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  justify-content: flex-start;
  align-items: center;
  width: 185px;
  height: 72px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.text-116 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-1618873269 {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  justify-content: flex-start;
  align-items: center;
  width: 127px;
  height: 72px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.frame-1618873270 {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  justify-content: flex-start;
  align-items: center;
  width: 194px;
  height: 72px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.john-iruthya-auxilya-m-0 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-1618873271 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.frame-1597884493 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 179px;
  text-decoration: none;
  display: flex;
}

.image-32 {
  object-fit: cover;
  border: 1px solid #dcdcdc;
}

.text-117 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-118 {
  color: #000;
  text-align: center;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.frame-1597884422 {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 469px;
  text-decoration: none;
  display: flex;
}

.text-119 {
  color: #000;
  /* text-transform: capitalize; */
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.error-ca79a613-2042-197c-e747-2cda3b66be56 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.m-sc-m-ed-dsm-0 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.about-founder-chairman-0 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.frame-1618873272 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 700px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-80 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 50px;
  text-decoration: none;
  display: flex;
}

.paragraph-5 {
  font-size: 16px;
}

.frame-1618873273 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 651px;
  text-decoration: none;
  display: flex;
}

.frame-1618873274 {
  grid-column-gap: 10px;
  background-color: #6c6c6c;
  border: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  width: 96px;
  height: 72px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.text-120 {
  color: #fff;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.frame-1618873275 {
  grid-column-gap: 10px;
  background-color: #6c6c6c;
  border: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 423px;
  height: 72px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.frame-1618873276 {
  grid-column-gap: 10px;
  background-color: #6c6c6c;
  border: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  width: 132px;
  height: 72px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.frame-1618873277 {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  justify-content: flex-start;
  align-items: center;
  width: 96px;
  height: 72px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.text-121 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-1618873278 {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 423px;
  height: 72px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.frame-1618873279 {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  justify-content: flex-start;
  align-items: center;
  width: 132px;
  height: 72px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-81 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32.7946px;
  height: 32.7946px;
  text-decoration: none;
  display: flex;
}

.staff-leave,
.no-dues {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.si-no-0 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.div-block-13 {
  width: 100%;
  margin-top: 20px;
}

.frame-1618873280 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 0.25fr 2.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 666px;
  text-decoration: none;
  display: grid;
}

.frame-1618873281 {
  grid-column-gap: 10px;
  background-color: #6c6c6c;
  border: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  width: 96px;
  height: 72px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.text-122 {
  color: #fff;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.frame-1618873282 {
  grid-column-gap: 10px;
  background-color: #6c6c6c;
  border: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 423px;
  height: 72px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.frame-1618873283 {
  grid-column-gap: 10px;
  background-color: #6c6c6c;
  border: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  width: 147px;
  height: 72px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.frame-1618873284 {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  justify-content: flex-start;
  align-items: center;
  width: 96px;
  height: 72px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.text-123 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-1618873285 {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 423px;
  height: 72px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.frame-1618873286 {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  justify-content: flex-start;
  align-items: center;
  width: 147px;
  height: 72px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-82 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32.7946px;
  height: 32.7946px;
  text-decoration: none;
  display: flex;
}

.body-3,
.body-4,
.body-5,
.section-7,
.body-6,
.body-7 {
  background-color: #f7f7f7;
}

.submit-button {
  background-color: #d72827;
  width: 100%;
  margin-top: 10px;
  font-size: 18px;
  line-height: 40px;
}

.textarea,
.textarea-2 {
  line-height: 40px;
}

.field-label,
.field-label-2,
.field-label-3,
.field-label-4,
.field-label-5,
.field-label-6,
.field-label-7 {
  font-size: 16px;
}

.form-3 {
  height: auto;
  line-height: 25px;
}

.text-field,
.text-field-2 {
  height: 50px;
  line-height: 25px;
}

.text-field-3,
.text-field-4 {
  height: 50px;
}

.text-field-5 {
  width: 100%;
  height: 50px;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.frame-1618873287 {
  grid-column-gap: 1px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-83 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 127px;
  text-decoration: none;
  display: flex;
}

.frame-1618873288 {
  grid-column-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-84 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 127px;
  text-decoration: none;
  display: flex;
  width: 33.3%;
}

.frame-1618873289 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 596px;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.frame-1618873290 {
  grid-column-gap: 10px;
  background-color: #6c6c6c;
  border: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 347px;
  height: 72px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.text-124 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.frame-1618873291 {
  grid-column-gap: 10px;
  background-color: #6c6c6c;
  border: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 249px;
  height: 72px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.text-125 {
  color: #fff;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.frame-1618873292 {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 347px;
  height: 72px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.text-126 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-1618873293 {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 249px;
  height: 72px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.frame-1618873294 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 679px;
  margin-top: 40px;
  text-decoration: none;
  display: grid;
}

.frame-1618873295 {
  grid-column-gap: 10px;
  background-color: #6c6c6c;
  border: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 269px;
  height: 72px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.text-127 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.frame-1618873296 {
  grid-column-gap: 10px;
  background-color: #6c6c6c;
  border: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 312px;
  height: 72px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.text-128 {
  color: #fff;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.frame-1618873297 {
  grid-column-gap: 10px;
  background-color: #6c6c6c;
  border: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  width: 98px;
  height: 72px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.frame-1618873298 {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 269px;
  height: 72px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.text-129 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-1618873299 {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 312px;
  height: 72px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.frame-1618873300 {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  justify-content: flex-start;
  align-items: center;
  width: 98px;
  height: 72px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.frame-1618873301 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 643px;
  margin-top: 40px;
  text-decoration: none;
  display: flex;
}

.frame-1618873302 {
  grid-column-gap: 10px;
  background-color: #6c6c6c;
  border: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 393px;
  height: 72px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.text-130 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.frame-1618873303 {
  grid-column-gap: 10px;
  background-color: #6c6c6c;
  border: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 250px;
  height: 72px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.text-131 {
  color: #fff;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.frame-1618873304 {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 393px;
  height: 72px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.text-132 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-1618873305 {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 250px;
  height: 72px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.frame-1618873306 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 643px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.frame-1618873307 {
  grid-column-gap: 10px;
  background-color: #6c6c6c;
  border: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 277px;
  height: 72px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.text-133 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.frame-1618873308 {
  grid-column-gap: 10px;
  background-color: #6c6c6c;
  border: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 366px;
  height: 72px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.text-134 {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.frame-1618873309 {
  grid-column-gap: 10px;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 277px;
  height: 72px;
  padding: 10px 25px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.frame-1618873310 {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 366px;
  height: 72px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.text-135 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.no-of-candidates-selected-2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.jk-wind-tech-0 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.heading-4 {
  text-align: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-6 {
  margin-top: 10px;
  margin-bottom: 0;
}

.paragraph-7 {
  margin-top: 20px;
}

.paragraph-8 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.image-33 {
  text-align: left;
  margin-top: 10px;
}

.div-block-15 {
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.heading-5 {
  text-align: center;
  font-size: 20px;
}

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

.div-block-17 {
  margin-top: 20px;
}

.image-34,
.image-35,
.image-36 {
  width: 100%;
}

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.div-block-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.div-block-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.image-37,
.image-38,
.image-39,
.image-40,
.image-41,
.image-42,
.image-43,
.image-44,
.image-45,
.image-46,
.image-47,
.image-48,
.image-49,
.image-50,
.image-51,
.image-52,
.image-53,
.image-54,
.image-55,
.image-56 {
  width: 100%;
}

.div-block-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.image-57,
.image-58,
.image-59,
.image-60,
.image-61,
.image-62 {
  width: 100%;
}

.div-block-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.div-block-24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._3 {
  /* text-transform: capitalize; */
  background-color: #eaeaea;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 26px 28px;
  text-decoration: none;
  display: flex;
}

._3:hover {
  background-color: #fff;
}

.button-8 {
  text-align: left;
  overflow-wrap: normal;
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 100%;
  height: 75px;
  text-decoration: none;
}

.text-block-2 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.frame-1618873311 {
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 636px;
  height: 342px;
  padding: 35px 49px;
  text-decoration: none;
  display: flex;
}

.frame-1618873312 {
  grid-column-gap: 9px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-1618873313 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 264px;
  text-decoration: none;
  display: flex;
}

.interactive-reports {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-85 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.title-and-description {
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-136 {
  color: #111b29;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1618873314 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 231px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-86 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 22.318px;
  height: 22.318px;
  text-decoration: none;
  display: flex;
}

.text-137 {
  color: #111b29;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1618873315 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.frame-1618873316 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 256px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-87 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24.1624px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.group-analytics {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 256px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.board-of-directors-2 {
  color: #111b29;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1618873317 {
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 560px;
  height: 291px;
  padding: 52px 59px;
  text-decoration: none;
  display: flex;
}

.frame-1618873318 {
  grid-column-gap: 81px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-1618873319 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 167px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-88 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.text-138 {
  color: #111b29;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1618873320 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 231px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 34px;
  left: 0;
}

.frame-1618873321 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 231px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 98px;
  left: 0;
}

.vectors-wrapper-89 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 22.318px;
  height: 22.318px;
  text-decoration: none;
  display: flex;
}

.text-139 {
  color: #111b29;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1618873322 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 231px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 162px;
  left: 0;
}

.frame-1618873323 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 194px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-90 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24.1624px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.board-of-directors-3 {
  color: #111b29;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1618873324 {
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  max-width: none;
  height: 300px;
  padding: 52px 59px;
  text-decoration: none;
  display: flex;
}

.frame-1618873325 {
  grid-column-gap: 81px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 501px;
  text-decoration: none;
  display: flex;
}

.frame-1618873326 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 167px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-91 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.text-140 {
  color: #111b29;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1618873327 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 231px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 34px;
  left: 0;
}

.frame-1618873328 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 231px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 98px;
  left: 0;
}

.vectors-wrapper-92 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 22.318px;
  height: 22.318px;
  text-decoration: none;
  display: flex;
}

.text-141 {
  color: #111b29;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1618873329 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 231px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 162px;
  left: 0;
}

.frame-1618873330 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 253px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-93 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24.1624px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.frame-1618873331 {
  grid-column-gap: 17px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-1618873332 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 231px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-94 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.text-142 {
  color: #111b29;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1618873333 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 231px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 34px;
  left: 0;
}

.frame-1618873334 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 231px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 98px;
  left: 0;
}

.vectors-wrapper-95 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 22.318px;
  height: 22.318px;
  text-decoration: none;
  display: flex;
}

.text-143 {
  color: #111b29;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1618873335 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 231px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 162px;
  left: 0;
}

.frame-1618873336 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 253px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-96 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24.1624px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.div-block-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.div-block-27 {
  background-color: #fff;
  width: 50%;
  margin-top: 0;
  margin-left: 0;
  padding-bottom: 0;
}

.div-block-28 {
  width: 50%;
  margin-left: 40px;
}

.image-63 {
  width: 100%;
}

.div-block-29 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 0.25fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-top: 6rem;
  margin-bottom: 7rem;
  font-family: Lato, sans-serif;
  display: flex;
}

.heading-6 {
  margin-top: 10px;
  font-size: 28px;
}

.container-17 {
  max-width: none;
}

.div-block-30 {
  font-family: Lato, sans-serif;
}

.container-18 {
  max-width: 1200px;
  margin-bottom: 40px;
}

.div-block-31 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 0.25fr 1fr 0.25fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.text-block-3,
.text-block-4 {
  align-self: center;
  font-size: 16px;
}

.paragraph-9 {
  width: auto;
  margin-top: 10px;
  padding-top: 0;
  font-size: 14px;
}

.button-9 {
  background-color: var(--read-more);
  text-align: center;
  border: 0 #000;
  border-radius: 5px;
  width: 177px;
  height: 43px;
  margin-top: 20px;
}

.body-8 {
  background-color: #f7f7f7;
}

.div-block-32 {
  margin: 20px 40px;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.paragraph-10,
.checkbox-label {
  font-size: 16px;
}

.image-64,
.image-65,
.image-66 {
  margin-right: 10px;
}

.heading-8 {
  font-size: 24px;
}

/* .div-block-33 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
} */

.blog2,
.blog3,
.blog4 {
  background-color: #fff;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-bottom: 0;
}

.div-block-34 {
  margin-top: 40px;
  margin-bottom: 4rem;
}

.heading-9,
.heading-10,
.heading-11 {
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.div-block-35 {
  margin: 40px;
}

.paragraph-11 {
  margin-top: 20px;
  font-size: 14px;
}

.div-block-36 {
  width: 60%;
}

.container-19 {
  max-width: none;
}

.image-69 {
  width: 100%;
  max-width: none;
  margin-top: 10px;
}

.section-8 {
  margin-top: 20px;
}

.div-block-37 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: auto;
  display: flex;
}

.container-20 {
  max-width: 1200px;
  margin-top: 40px;
}

.div-block-38 {
  width: 50%;
}

.div-block-39 {
  width: 50%;
  margin-left: 40px;
}

.heading-12 {
  margin-top: 0;
  font-size: 28px;
}

.body-9 {
  background-color: #f7f7f7;
  font-family: Lato, sans-serif;
}

.blog-icons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 0.25fr 1fr 0.25fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: flex;
}

.paragraph-12 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
}

.heading-13 {
  font-size: 28px;
}

.related-post {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.leave-a-reply {
  width: 100%;
  margin-top: 40px;
  margin-left: 0;
}

.form-blood {
  height: auto;
  margin-top: 0;
  line-height: 25px;
}

.div-block-41 {
  width: 60%;
}

.div-block-44 {
  flex-flow: row;
  width: 40%;
  margin-left: 40px;
  display: block;
}

.container-21 {
  max-width: 1200px;
}

.academic {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  /* text-transform: capitalize; */
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 6rem;
  margin-bottom: 4rem;
  display: flex;
}

.heading-14 {
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 32px;
}

.image-70 {
  width: 100%;
  max-width: none;
  margin-top: 20px;
}

.paragraph-13 {
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.heading-15 {
  font-family: Lato, sans-serif;
  font-size: 32px;
}

.academics-mba {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  /* text-transform: capitalize; */
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 6rem;
  margin-bottom: 4rem;
  display: flex;
}

.div-block-43,
.div-block-49 {
  width: 60%;
}

.div-block-50 {
  flex-flow: row;
  width: 40%;
  margin-left: 40px;
  display: block;
}

.academic-m-e-aero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  /* text-transform: capitalize; */
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 6rem;
  margin-bottom: 4rem;
  display: flex;
}

.div-block-51 {
  width: 60%;
}

.div-block-52 {
  flex-flow: row;
  width: 40%;
  margin-left: 40px;
  display: block;
}

.academic-b-e-agri {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  /* text-transform: capitalize; */
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 6rem;
  margin-bottom: 4rem;
  display: flex;
}

.div-block-53 {
  width: 60%;
}

.div-block-54 {
  flex-flow: row;
  width: 40%;
  margin-left: 40px;
  display: block;
}

.div-block-55 {
  width: 60%;
}

.div-block-56 {
  flex-flow: row;
  width: 40%;
  margin-left: 40px;
  display: block;
}

.academic-m-e-cad-cam,
.academics-m-e-ece {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  /* text-transform: capitalize; */
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 6rem;
  margin-bottom: 4rem;
  display: flex;
}

.div-block-57 {
  width: 60%;
}

.div-block-58 {
  flex-flow: row;
  width: 40%;
  margin-left: 40px;
  display: block;
}

.academics-m-e-cse {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  /* text-transform: capitalize; */
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 6rem;
  margin-bottom: 4rem;
  display: flex;
}

.div-block-59 {
  width: 60%;
}

.div-block-60 {
  flex-flow: row;
  width: 40%;
  margin-left: 40px;
  display: block;
}

.academics-m-e-power-electronics-and-drives {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  /* text-transform: capitalize; */
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 6rem;
  margin-bottom: 4rem;
  display: flex;
}

.div-block-61 {
  width: 60%;
}

.div-block-62 {
  flex-flow: row;
  width: 40%;
  margin-left: 40px;
  display: block;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-22 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.footer-link-two {
  color: var(--red);
  text-align: left;
  margin-top: 10px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, 0.75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all 0.2s;
}

.footer-form-field:hover,
.footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url("../images/");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all 0.2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.frame-1618873178-copy {
  grid-column-gap: 5px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  margin-left: 40px;
  text-decoration: none;
  display: flex;
}

.frame-1618873177-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
}

.section-9,
.section-10,
.section-11,
.section-12 {
  margin-bottom: 20px;
}

.paragraph-14 {
  color: #fff;
  text-align: center;
  width: 550px;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  display: flex;
}

.div-block-63 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.button-10 {
  -webkit-text-fill-color: inherit;
  background-color: #e41c1b;
  background-image: linear-gradient(135deg, #d92728, #fb0436 50%, #d92728);
  background-clip: border-box;
  border-style: solid;
  border-color: #000;
  border-radius: 20px;
  width: 130px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.image-71 {
  text-align: center;
  max-width: none;
  height: 3px;
  display: block;
}

.div-block-64 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-65 {
  width: 100%;
  margin-top: 0;
  display: flex;
}

.div-block-66 {
  flex-flow: column;
  width: 40%;
  margin-top: 40px;
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 0;
  display: flex;
}

.div-block-67 {
  background-color: #fff;
  width: 60%;
  margin-left: 0;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 0;
}

.image-72 {
  width: 100%;
  max-width: none;
  display: block;
}

.heading-16 {
  color: #e41c1b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.div-block-68 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.paragraph-15 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Lato, sans-serif;
}

.div-block-69 {
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.heading-16-copy {
  color: #e41c1b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.paragraph-15-copy,
.paragraph-15-copy-copy {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Lato, sans-serif;
}

.form-4 {
  flex-flow: wrap;
  display: flex;
}

.div-block-70 {
  flex-flow: row;
  display: block;
}

.div-block-71 {
  margin-left: 40px;
}

.text-field-6,
.text-field-7 {
  width: 250px;
  height: 40px;
}

.text-field-6-copy {
  width: 540px;
}

.field-label-8,
.field-label-9,
.field-label-10,
.field-label-11,
.field-label-12,
.field-label-13,
.field-label-14,
.field-label-15,
.field-label-16 {
  font-family: Lato, sans-serif;
}

.select-field {
  width: 540px;
  height: 40px;
}

.submit-button-2 {
  background-color: #e41c1b;
}

.submit-button-3 {
  background-color: #e41c1b;
  border-radius: 0;
  width: 150px;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.body-10 {
  background-color: #f7f7f7;
}

.heading-17 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
}

.form-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

.select-field-2 {
  height: 40px;
}

.textarea-3 {
  width: 250px;
  height: auto;
}

.textarea-4 {
  height: auto;
}

.div-block-72,
.div-block-73,
.div-block-74,
.div-block-75,
.div-block-76,
.div-block-77,
.div-block-78 {
  margin-top: 20px;
}

.div-block-79 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.button-10-copy {
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  border: 1px solid #fff;
  border-radius: 20px;
  width: 130px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.image-73 {
  width: 100%;
  object-fit: cover;
  height: 1130px;
}

.container-23 {
  max-width: none;
}

.div-block-81 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.di {
  position: relative;
}

.heading-18 {
  /* text-transform: capitalize; */
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 700;
  display: flex;
}

.div-block-82 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 41%;
  margin-top: 0;
  display: flex;
}

.div-block-83 {
  margin-left: 0;
  margin-right: 0;
}

.paragraph-16 {
  margin-left: 0;
  font-size: 16px;
}

.container-24 {
  max-width: 1200px;
}

.div-block-84 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.frame-1618873337 {
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 185.431px;
  text-decoration: none;
  display: flex;
}

.students {
  grid-row-gap: 1px;
  background-color: #877eef;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 133.122px;
  padding: 37px 36px;
  display: flex;
}

.text-144 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 107.91%;
  text-decoration: none;
}

.text-145 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 107.91%;
  text-decoration: none;
}

.professors {
  background-color: #8ad4e4;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 133.122px;
  padding: 37px;
  display: flex;
}

.courses {
  grid-row-gap: 1px;
  background-color: #c2ff75;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 133.122px;
  padding: 36px 37px;
  display: flex;
  position: relative;
}

.vectors-wrapper-97 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 185.431px;
  height: 133.122px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.text-146 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 107.91%;
  text-decoration: none;
}

.awards {
  background-color: #fbd14c;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 133.122px;
  padding: 36px 37px;
  display: flex;
  position: relative;
}

.text-147 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 107.91%;
  text-decoration: none;
}

.frame-1618873338 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 185.431px;
  text-decoration: none;
  display: flex;
}

.text-148 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 107.91%;
  text-decoration: none;
}

.text-149 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 107.91%;
  text-decoration: none;
}

.vectors-wrapper-98 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 185.431px;
  height: 133.122px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.text-150 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 107.91%;
  text-decoration: none;
}

.text-151 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 107.91%;
  text-decoration: none;
}

.paragraph-17 {
  width: auto;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.div-block-85 {
  width: 40%;
}

.div-block-86 {
  width: 40%;
  font-family: Lato, sans-serif;
}

.div-block-87 {
  width: 20%;
}

.button-11 {
  text-align: center;
  background-color: #fe0236;
  background-image: linear-gradient(135deg, #d92728, #fb0436 54%, #d92728);
  border-radius: 20px;
  width: 160px;
  margin-top: 10px;
  font-family: Lato, sans-serif;
}

.div-block-88 {
  margin-top: 20px;
}

.image-74,
.image-75 {
  width: 100%;
  max-width: none;
}

.div-block-89 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 100px;
  display: flex;
}

.div-block-90 {
  width: 59%;
}

.container-25 {
  max-width: none;
  display: flex;
}

.div-block-91 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 15%;
  right: 0%;
}

.div-block-92 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-93 {
  width: auto;
  display: flex;
  position: relative;
}

.container-26 {
  max-width: 1280px;
}

.div-block-94 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 70px;
  display: flex;
}

.container-27 {
  max-width: 1280px;
}

.heading-19 {
  color: #fff;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 28px;
  display: block;
}

.div-block-95 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  display: flex;
}

.button-12 {
  box-sizing: content-box;
  color: #000;
  text-align: left;
  background-color: #fff;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 350px;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 70px;
  font-size: 24px;
  display: block;
}

.div-block-96 {
  width: auto;
  margin-bottom: 0;
  position: absolute;
  top: 10%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.button-13 {
  box-sizing: content-box;
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 1px solid #fff;
  width: 350px;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 70px;
  font-size: 24px;
  display: block;
}

.image-76 {
  color: #fff;
  border-bottom: 0 solid #000;
}

.image-77 {
  width: 100%;
  max-width: none;
}

.div-block-97 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #59c774;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 65%;
  padding: 30px 40px;
  display: grid;
}

.image-78 {
  width: auto;
  max-width: none;
  height: 70px;
}

.div-block-98 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 350px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.heading-20 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.div-block-99 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  display: flex;
}

.div-block-99:hover {
  color: #000;
  background-color: #fff;
}

.heading-21 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.heading-21:hover {
  color: #000;
}

.div-block-100 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  display: flex;
}

.heading-22 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.div-block-101 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  display: flex;
}

.heading-23 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.div-block-102 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  display: flex;
}

.heading-24 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.div-block-103 {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.div-block-104 {
  width: 35%;
}

.div-block-105 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-106 {
  box-sizing: border-box;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: block;
}

.container-28 {
  max-width: 1200px;
}

.heading-25 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 28px;
}

.paragraph-18 {
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.button-14 {
  text-align: left;
  background-color: #fe0236;
  background-image: linear-gradient(135deg, #d92728, #fb0436 53%, #fe0236);
  border-radius: 8px;
  margin-top: 20px;
  padding: 12px 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  border: 2px solid red !important;
}

.div-block-107 {
  position: relative;
}

.div-block-108 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-26 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 28px;
}

.section-13 {
  margin: 7rem 0;
  padding-bottom: 0;
}

.image-79 {
  max-width: none;
}

.slide {
  vertical-align: baseline;
  width: 300px;
}

.div-block-109 {
  width: auto;
}

.slide-2 {
  width: 300px;
}

.slider {
  background-color: #fff;
}

.slide-3 {
  width: 300px;
  margin-bottom: 0;
}

.slide-4,
.slide-5,
.slide-6,
.slide-7,
.slide-8 {
  width: 300px;
}

.heading-27 {
  color: #fff;
}

.heading-28 {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 28px;
}

.div-block-110 {
  position: relative;
}

.div-block-111 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-112 {
  text-align: center;
  flex-flow: column;
  display: block;
  position: absolute;
  top: 220px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-14 {
  margin-top: 7rem;
}

.heading-29 {
  text-align: center;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 28px;
}

.image-80 {
  text-align: center;
  margin-top: 10px;
}

.div-block-113 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-114 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  width: 100%;
  display: flex;
}

.div-block-115 {
  width: 50%;
  display: flex;
  position: relative;
}

.div-block-116 {
  width: 50%;
}

.div-block-117 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 617.5px;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-30 {
  color: #fff;
  margin-left: 40px;
  font-family: Lato, sans-serif;
  font-size: 28px;
}

.paragraph-19 {
  color: #fff;
  margin-bottom: 20px;
  margin-left: 40px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.button-15 {
  overflow-wrap: normal;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  border: 1px solid #fff;
  margin-bottom: 40px;
  margin-left: 40px;
  padding: 12px 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-118 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #8ad4e4;
  display: flex;
}

.image-81 {
  width: 100%;
  max-width: none;
}

.heading-31 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.paragraph-20 {
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.div-block-119 {
  align-self: auto;
  margin-top: 20px;
}

.button-16 {
  border: 1px solid var(--black);
  -webkit-text-fill-color: transparent;
  background-color: #000;
  -webkit-background-clip: text;
  background-clip: text;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
}

.container-29 {
  max-width: 1200px;
}

.div-block-120 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #c2ff75;
  margin-top: 20px;
  display: flex;
}

.div-block-121 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #877eef;
  margin-top: 20px;
  display: flex;
}

.image-82 {
  width: 180px;
  height: auto;
  max-width: none;
}

.div-block-122,
.div-block-123 {
  margin-top: 20px;
}

.image-83 {
  width: 100%;
  max-width: none;
}

.section-15 {
  margin-top: 40px;
  margin-bottom: 6rem;
}

.div-block-124 {
  text-align: center;
  margin-top: 20px;
}

.button-14-copy {
  text-align: left;
  background-color: #fe0236;
  background-image: linear-gradient(135deg, #d92728, #fb0436 53%, #fe0236);
  border-radius: 8px;
  margin-top: 20px;
  padding: 12px 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.container-30 {
  max-width: none;
}

.image-84 {
  width: 100%;
  max-width: none;
  height: 1230px;
}

.div-block-125 {
  position: relative;
}

.div-block-126 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 140px;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-127 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-32 {
  font-family: Lato, sans-serif;
  font-size: 28px;
}

.button-17 {
  color: #000;
  background-color: #8ad4e4;
  width: 450px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 15px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.button-18 {
  -webkit-text-fill-color: transparent;
  background-color: #000;
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 1px solid #000;
  border-left: 8px solid #f9c41a;
  width: 450px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 15px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.button-19 {
  -webkit-text-fill-color: transparent;
  background-color: #000;
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 1px solid #000;
  border-left: 8px solid #877eef;
  width: 450px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 15px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.button-20 {
  -webkit-text-fill-color: transparent;
  background-color: #000;
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 1px solid #000;
  border-left: 8px solid #bed727;
  width: 450px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 15px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.button-21 {
  -webkit-text-fill-color: transparent;
  background-color: #000;
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 1px solid #000;
  border-left: 8px solid #f39b9a;
  width: 450px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 15px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.button-22 {
  -webkit-text-fill-color: transparent;
  background-color: #000;
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 1px solid #000;
  border-left: 8px solid #27d7c2;
  width: 450px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 15px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.button-23 {
  -webkit-text-fill-color: transparent;
  background-color: #000;
  -webkit-background-clip: text;
  background-clip: text;
  border-left: 8px solid #e84b4a;
  width: 450px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 15px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.div-block-128 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-31 {
  flex-flow: row;
  justify-content: flex-start;
  /* align-items: center; */
  max-width: 1200px;
  display: flex;
  position: absolute;
  top: 3%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tabs {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tabs-menu {
  flex-flow: column;
  width: 70%;
  font-family: Lato, sans-serif;
  display: flex;
}

.tab-link-tab-1 {
  color: #000;
  -webkit-text-fill-color: transparent;
  background-color: #000;
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 1px solid #000;
  border-left: 8px solid #8ad4e4;
  padding-top: 30px;
  padding-bottom: 30px;
}

.tab-link-tab-1.w--current {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #43c7e4;
  background-clip: padding-box;
  border-left-color: #43c7e4;
  padding-top: 30px;
  padding-bottom: 30px;
}

.tab-link-tab-2 {
  -webkit-text-fill-color: transparent;
  background-color: #000;
  -webkit-background-clip: text;
  background-clip: text;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-left: 8px solid #f9c41a;
  padding-top: 30px;
  padding-bottom: 30px;
}

.tab-link-tab-2.w--current {
  -webkit-text-fill-color: inherit;
  background-color: #f9c41a;
  background-clip: border-box;
  border-bottom-width: 0;
}

.tab-link-tab-3 {
  -webkit-text-fill-color: transparent;
  background-color: #000;
  -webkit-background-clip: text;
  background-clip: text;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 8px solid #877eef;
  padding-top: 30px;
  padding-bottom: 30px;
}

.tab-link-tab-3.w--current {
  -webkit-text-fill-color: inherit;
  background-color: #877eef;
  background-clip: border-box;
  border-bottom-width: 1px;
}

.tab-link-tab-4 {
  overflow-wrap: normal;
  -webkit-text-fill-color: transparent;
  background-color: #000;
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 1px solid #000;
  border-left: 8px solid #bed727;
  padding-top: 30px;
  padding-bottom: 30px;
}

.tab-link-tab-4.w--current {
  -webkit-text-fill-color: inherit;
  background-color: #bed727;
  background-clip: border-box;
}

.tab-link-tab-5 {
  -webkit-text-fill-color: transparent;
  background-color: #000;
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 1px solid #000;
  border-left: 8px solid #f39b9a;
  padding-top: 30px;
  padding-bottom: 30px;
}

.tab-link-tab-5.w--current {
  -webkit-text-fill-color: inherit;
  background-color: #f39b9a;
  background-clip: border-box;
}

.tab-link-tab-6 {
  -webkit-text-fill-color: transparent;
  background-color: #000;
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 1px solid #000;
  border-left: 8px solid #27d7c2;
  padding-top: 30px;
  padding-bottom: 30px;
}

.tab-link-tab-6.w--current {
  -webkit-text-fill-color: inherit;
  background-color: #27d7c2;
  background-clip: border-box;
}

.tab-link-tab-7 {
  -webkit-text-fill-color: transparent;
  background-color: #000;
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 0 solid #000;
  border-left: 8px solid #e84b4a;
  padding-top: 30px;
  padding-bottom: 30px;
}

.tab-link-tab-7.w--current {
  -webkit-text-fill-color: inherit;
  background-color: #ff6261;
  background-clip: border-box;
  border-left-color: #ff6261;
}

.text-block-5 {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.text-block-6 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-7 {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-8,
.text-block-9,
.text-block-10 {
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.text-block-11 {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.tabs-content {
  width: 100%;
  margin-left: 60px;
}

.heading-33 {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.tab-pane-tab-1 {
  background-color: #43c7e4;
  /* border-radius: 20px; */
  padding: 30px 40px;
}

.paragraph-21 {
  color: #000;
  font-family: Lato, sans-serif;
}

.tab-pane-tab-2 {
  background-color: #f9c41a;
  /* border-radius: 20px; */
  width: auto;
  padding: 30px 40px;
}

.tab-pane-tab-3 {
  background-color: #877eef;
  /* border-radius: 20px; */
  padding: 30px 40px;
}

.tab-pane-tab-4 {
  background-color: #bed727;
  /* border-radius: 20px; */
  padding: 30px 40px 15px;
}

.tab-pane-tab-5 {
  background-color: #f39b9a;
  /* border-radius: 20px; */
  padding: 30px 40px;
}

.tab-pane-tab-6 {
  background-color: #27d7c2;
  /* border-radius: 20px; */
  padding: 30px 40px;
}

.tab-pane-tab-7 {
  background-color: #ff6261;
  /* border-radius: 20px; */
  padding: 30px 40px;
}

.tabs-2 {
  z-index: 1000;
  flex-flow: row;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0;
  left: 0%;
  right: auto;
}

.tabs-menu-2 {
  flex-flow: column;
  margin-top: 200px;
  margin-bottom: 0;
  display: flex;
}

.tab-link-tab-1-1 {
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  width: 320px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 20px;
}

.tab-link-tab-1-1.w--current {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  width: 320px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 20px;
}

.tab-link-tab-2-2 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 20px;
}

.tab-link-tab-2-2.w--current {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
}

.text-block-12 {
  text-transform: uppercase;
  padding-left: 40px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-block-13 {
  color: #000;
  text-transform: uppercase;
  padding-left: 40px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.tab-pane-tab-1-2 {
  width: 100%;
  margin-top: 60px;
  margin-left: 0;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  width: 100%;
}

.tabs-content-2 {
  width: 100%;
  max-width: none;
  margin-left: 243px;
}

.div-block-98-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 350px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.section-16 {
  background-color: #59c774;
}

.div-block-129 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 350px;
  padding: 30px 40px;
  text-decoration: none;
  display: flex;
}

.heading-34 {
  color: #fff;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.image-85 {
  width: auto;
  max-width: none;
  height: 70px;
}

.div-block-130 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding: 30px 40px;
  display: flex;
}

.image-86 {
  max-width: none;
  height: 70px;
}

.div-block-131 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #fff;
  width: 350px;
  padding: 30px 40px;
  text-decoration: none;
  display: flex;
}

.image-87,
.image-88 {
  max-width: none;
  height: 70px;
}

.div-block-132 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-right: 1px solid #fff;
  padding: 30px 40px;
  text-decoration: none;
  display: flex;
}

.image-89 {
  width: auto;
  max-width: none;
  height: 70px;
}

.div-block-133 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 30px 40px;
  text-decoration: none;
  display: flex;
}

.tab-pane-tab-2-2 {
  margin-top: 40px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
}

.image-90 {
  max-width: none;
  height: 70px;
}

.div-block-134 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 350px;
  padding: 30px 40px;
  text-decoration: none;
  display: flex;
}

.heading-35 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

.div-block-135 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #fff;
  /* border-right: 1px solid #fff; */
  justify-content: flex-start;
  align-items: center;
  padding: 30px 40px;
  text-decoration: none;
  display: flex;
}

.div-block-136 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-right: 1px solid #fff;
  padding: 30px 40px;
  text-decoration: none;
  display: flex;
}

.div-block-137 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #fff;
  width: 350px;
  padding: 30px 40px;
  text-decoration: none;
  display: flex;
}

.div-block-138 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #fff;
  padding: 30px 40px;
  text-decoration: none;
  display: flex;
}

.banner-para {
  padding: 0px 100px;
}

.div-block-139 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 30px 40px;
  text-decoration: none;
  display: flex;
}

.fs-3 {
  font-size: 14px !important;
}

.image-91,
.image-92,
.image-93,
.image-94,
.image-95 {
  max-width: none;
  height: 70px;
}

.image-96,
.image-97 {
  width: 100%;
  max-width: none;
}

.div-block-140 {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  mix-blend-mode: normal;
  background-color: #fff;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
  position: absolute;
  top: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.heading-36 {
  /* text-transform: capitalize; */
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.div-block-141 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 300px;
  display: flex;
}

.image-98 {
  width: auto;
  max-width: 100%;
}

.div-block-142 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.aggreee {
  margin: 90px 30px;
}

.navbar-link-24-copy {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
  font-weight: 700;
}

.navbar-link-24-copy.w--current {
  color: #000;
}

.navbar-link-25-copy {
  color: #fff;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.navbar-link-25-copy:active,
.navbar-link-25-copy.w--current {
  color: #000;
}

.nav-link {
  padding-top: 24px;
  padding-bottom: 24px;
}

.nav-link.w--current {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.nav-link-copy {
  padding-top: 24px;
  padding-bottom: 24px;
}

.nav-link-copy.w--current {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.scope {
  color: #fff;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.scope.w--current {
  color: #fff;
}

.div-block-144 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block,
.link-block-2 {
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .div-block-25 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-66 {
    width: 40%;
  }

  .div-block-67 {
    width: 60%;
    padding: 40px 0 40px 60px;
  }

  .div-block-112 {
    top: auto;
    bottom: -11%;
  }
}

@media screen and (min-width: 1440px) {
  .image-10 {
    max-width: 1920px;
  }

  .image-11 {
    vertical-align: middle;
    object-fit: fill;
    display: inline-block;
  }

  .heading {
    font-size: 36px;
  }

  .button-6 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
  }

  .frame-1618873144 {
    flex-flow: row;
    align-self: center;
  }

  .container-14 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .new-page-20 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .vectors-wrapper-13 {
    justify-content: center;
    align-items: center;
  }

  .section-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: block;
  }

  .div-block {
    box-sizing: border-box;
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    justify-items: center;
    padding-top: 30px;
    display: grid;
  }

  .container-15 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 1280px;
    display: block;
  }

  .section-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 2.75fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    display: grid;
  }

  .heading-2 {
    text-align: center;
    padding-top: 0;
    font-family: Elsie, sans-serif;
    font-size: 40px;
    font-weight: 900;
  }

  .image-13 {
    width: 100%;
  }

  .div-block-4 {
    object-fit: fill;
    position: relative;
  }

  .div-block-5 {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .frame-1618873160 {
    justify-content: center;
    align-items: center;
  }

  .infant-jesus-college-of-engineering,
  .error-cae103fa-f6b4-6736-30db-7d5c544fdc47,
  .text-91,
  .aeronautical-engg-computer-science-engg-ece-engg-agriculture-engineering-mechanical-engg,
  .about-ijce-academics-scope-at-ijce-blogs {
    text-align: left;
  }

  .paragraph-3 {
    margin-top: 20px;
    padding-top: 0;
  }

  .paragraph-4 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
  }

  .frame-1618873288 {
    justify-content: center;
    align-items: center;
  }

  .heading-4 {
    text-align: left;
  }

  .div-block-25 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-112 {
    top: 250px;
  }

  .tabs-content-2 {
    padding-left: 76px;
  }
}

@media screen and (min-width: 1920px) {
  .image-10 {
    max-width: 100%;
  }

  .flex-block {
    flex-flow: row;
  }

  .image-11 {
    text-align: center;
    display: block;
  }

  .body {
    box-sizing: content-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: cover;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading {
    flex: 0 auto;
    margin-top: 30px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 32px;
  }

  .button-6 {
    margin-left: 0;
    padding-left: 22px;
  }

  .frame-1618873145 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-3 {
    padding-top: 0;
  }

  .heading-2 {
    font-size: 55px;
  }

  .image-13 {
    width: 100%;
    display: block;
  }

  .div-block-4 {
    overflow: visible;
  }

  .section-6 {
    width: 100%;
    max-width: none;
    display: block;
  }

  .new-page-24 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .frame-1618873175 {
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

  .infant-jesus-college-of-engineering {
    font-size: 24px;
  }

  .error-cae103fa-f6b4-6736-30db-7d5c544fdc47 {
    font-size: 16px;
  }

  .div-block-8 {
    margin-top: 40px;
  }

  .heading-3 {
    /* text-transform: capitalize; */
    margin-top: 0;
  }

  .div-block-14 {
    grid-column-gap: 0px;
    grid-row-gap: 37px;
    width: 100%;
  }

  .frame-1618873288 {
    justify-content: center;
    align-items: center;
  }

  .div-block-25 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-block-two {
    font-size: 16px;
  }

  .footer-title {
    font-size: 24px;
  }

  /* .image-73 {
    height: 900px;
  } */

  .container-25 {
    grid-column-gap: 320px;
    grid-row-gap: 320px;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-112 {
    margin-top: 0;
    top: auto;
    bottom: -11%;
    left: 0%;
    right: 0%;
  }

  .image-84 {
    height: 1000px;
  }

  .div-block-126 {
    margin-top: 220px;
  }

  .div-block-128 {
    /* margin-top: -235px; */
  }

  /* .div-block-140 {
    bottom: -8%;
    left: 26%;
  } */

  .div-block-143 {
    box-sizing: border-box;
    display: block;
    overflow: visible;
  }

  .section-17,
  .section-18,
  .section-19,
  .section-20,
  .section-21,
  .section-22,
  .section-23,
  .section-24,
  .section-25,
  .section-26,
  .section-27,
  .section-28 {
    width: 100%;
  }

  .image-99 {
    margin-top: 100px;
  }
}
/* tabsss */
@media screen and (max-width: 991px) {
  .navbar-logo-left {
    padding-right: 0;
  }
  .navbar-collapse {
  align-items: start !important;
}
  .banner-img-home {
    height: 60vh !important;
  }
  .navbar-menu {
    max-width: unset;
  }

  .navbar-link,
  .navbar-button {
    justify-content: center;
  }

  .container,
  .columns {
    flex-direction: column;
    align-items: center;
  }

  .navbar-logo-left-2 {
    padding-right: 0;
  }

  .navbar-menu-2 {
    max-width: unset;
  }

  .navbar-link-2,
  .navbar-link-3,
  .navbar-link-4,
  .navbar-button-2 {
    justify-content: center;
  }

  .container-3,
  .columns-2 {
    flex-direction: column;
    align-items: center;
  }

  .navbar-logo-left-3 {
    padding-right: 0;
  }

  .navbar-menu-3 {
    max-width: unset;
  }

  .navbar-link-5,
  .navbar-link-6,
  .navbar-link-7,
  .navbar-button-3 {
    justify-content: center;
  }

  .container-6 {
    flex-direction: column;
    align-items: center;
  }

  .navbar-logo-left-4 {
    padding-right: 0;
  }

  .navbar-menu-4 {
    max-width: unset;
  }

  .navbar-link-8,
  .navbar-link-9,
  .navbar-link-10,
  .navbar-button-4 {
    justify-content: center;
  }

  .navbar-logo-left-5 {
    padding-right: 0;
  }

  .navbar-menu-5 {
    max-width: unset;
  }

  .navbar-link-11,
  .navbar-link-12,
  .navbar-link-13,
  .navbar-button-5 {
    justify-content: center;
  }

  .navbar-logo-left-6 {
    padding-right: 0;
  }

  .navbar-menu-6 {
    max-width: unset;
  }

  .navbar-link-14,
  .navbar-link-15,
  .navbar-link-16,
  .navbar-button-6 {
    justify-content: center;
  }

  .welcome-to-ijce {
    margin-bottom: 1rem !important;
  }

  .navbar-logo-left-7 {
    padding-right: 0;
  }

  .navbar-menu-7 {
    max-width: unset;
  }

  .navbar-link-17,
  .navbar-link-18,
  .navbar-link-19,
  .navbar-button-7 {
    justify-content: center;
  }

  .navbar-logo-left-8 {
    padding-right: 0;
  }

  .navbar-menu-8 {
    max-width: unset;
  }

  .navbar-link-20 {
    justify-content: center;
  }

  .container-7 {
    flex-direction: column;
    align-items: center;
  }

  .navbar-logo-left-9 {
    padding-right: 0;
  }

  .navbar-menu-9 {
    max-width: unset;
  }

  .container-8 {
    flex-direction: column;
    align-items: center;
  }

  .navbar-logo-left-10 {
    padding-right: 0;
  }

  .navbar-menu-10 {
    max-width: unset;
  }

  .navbar-logo-left-11 {
    padding-right: 0;
  }

  .navbar-menu-11 {
    max-width: unset;
  }

  .navbar-link-21,
  .navbar-link-22,
  .navbar-link-23,
  .navbar-button-8 {
    justify-content: center;
  }

  .container-9,
  .columns-3,
  .columns-4 {
    flex-direction: column;
    align-items: center;
  }

  .column-16,
  .content-6,
  .footer-links,
  .content-7,
  .content-8 {
    align-items: center;
  }

  .navbar-logo-left-12,
  .navbar-logo-left-13,
  .navbar-logo-left-14 {
    padding-right: 0;
  }

  .navbar-menu-12 {
    max-width: unset;
  }

  .navbar-link-24,
  .navbar-link-25,
  .navbar-link-26,
  .navbar-button-9 {
    justify-content: center;
  }

  .container-12 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .heading {
    margin-bottom: -35px;
    font-size: 24px;
  }

  .button-6 {
    font-size: 18px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .container-15 {
    max-width: 700px;
  }

  .div-block-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
  }

  .image-13 {
    width: 100%;
  }

  .div-block-5 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
    align-items: center;
  }

  .frame-1618873152 {
    height: auto;
  }

  .text-83 {
    font-size: 14px;
    font-weight: 700;
    display: block;
  }

  .frame-1597884455 {
    height: auto;
  }

  .section-5 {
    padding-top: 0;
    margin-bottom: 4rem;
  }

  .frame-1618873160 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .section-6 {
    flex-flow: wrap;
    display: flex;
  }

  .new-page-24 {
    flex-flow: column;
    width: auto;
  }

  .frame-1618873198 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    display: block;
    max-width: 700px;
  }

  .frame-1618873175 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    align-items: flex-start;
    width: auto;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .infant-jesus-college-of-engineering {
    font-size: 16px;
  }

  .error-cae103fa-f6b4-6736-30db-7d5c544fdc47 {
    font-size: 12px;
  }

  .frame-1618873197 {
    grid-column-gap: 200px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .frame-1618873177 {
    margin-top: 40px;
  }

  .frame-1618873178 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    margin-left: 0;
  }

  .text-92 {
    align-self: center;
    font-size: 14px;
  }

  .div-block-7 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
  }

  .paragraph {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-8 {
    flex-flow: column;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .achieve-k-fotm {
    width: 100%;
  }

  .anti-ragging-paragraph {
    flex-direction: column;
  }

  .div-block-9 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 4rem;
    display: flex;
  }

  .frame-1618873254 {
    text-align: left;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  ._1 {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 24px;
    font-weight: 700;
  }

  ._2 {
    font-family: Lato, sans-serif;
    font-size: 8px;
    font-weight: 400;
  }

  .frame-1618873257 {
    /* text-transform: capitalize; */
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .text-109 {
    font-size: 15px;
  }

  .heading-3 {
    align-self: center;
    font-size: 28px;
  }

  .image-14 {
    align-self: auto;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
  }

  .div-block-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: auto;
    align-items: center;
    padding-left: 60px;
    display: flex;
  }

  .paragraph-3 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    padding-top: 0;
  }

  .div-block-11 {
    text-align: left;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 0;
  }

  .paragraph-4 {
    margin-top: 20px;
  }

  .div-block-13 {
    text-align: left;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .frame-1618873287 {
    grid-column-gap: 0px;
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
  }

  .frame-1618873288 {
    flex-flow: row;
  }

  .vectors-wrapper-84 {
    width: 33.33%;
    max-width: none;
    height: 100px;
  }

  .frame-1618873294 {
    text-align: left;
    grid-template-columns: 1fr 1.75fr 1.5fr;
    align-self: center;
  }

  .text-129 {
    font-size: 14px;
  }

  .frame-1618873301 {
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .frame-1618873306 {
    align-self: center;
  }

  .heading-4 {
    text-align: left;
  }

  .heading-5 {
    text-align: center;
    font-size: 20px;
  }

  .div-block-26 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .video,
  .div-block-27 {
    width: 100%;
  }

  .div-block-28 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .div-block-29 {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }
/* 
  .div-block-33 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  } */

  .div-block-34 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-37 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-38 {
    width: 100%;
    margin-left: 40px;
    margin-right: 40px;
  }

  .related-post {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .leave-a-reply {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .div-block-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-41 {
    flex-flow: column;
    width: 100%;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
  }

  .div-block-44 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    margin-right: 40px;
    display: flex;
  }

  .container-21 {
    max-width: 728px;
  }

  .academic {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    display: flex;
  }

  .heading-14 {
    font-size: 28px;
  }

  .paragraph-13 {
    margin-top: 0;
  }

  .heading-13 {
    margin-top: 2rem;
  }

  .heading-15 {
    font-size: 28px;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }

  .stay-k-in-touch {
    margin-top: 3rem;
    margin-bottom: 1rem;
  }

  .academics-mba {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    display: flex;
  }

  .div-block-43,
  .div-block-49 {
    flex-flow: column;
    width: 100%;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
  }

  .div-block-50 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    margin-right: 40px;
    display: flex;
  }

  .academic-m-e-aero {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    display: flex;
  }

  .div-block-51 {
    flex-flow: column;
    width: 100%;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
  }

  .div-block-52 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    margin-right: 40px;
    display: flex;
  }

  .academic-b-e-agri {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    display: flex;
  }

  .div-block-53 {
    flex-flow: column;
    width: 100%;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
  }

  .div-block-54 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    margin-right: 40px;
    display: flex;
  }

  .div-block-55 {
    flex-flow: column;
    width: 100%;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
  }

  .div-block-56 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    margin-right: 40px;
    display: flex;
  }

  .academic-m-e-cad-cam,
  .academics-m-e-ece {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    display: flex;
  }

  .div-block-57 {
    flex-flow: column;
    width: 100%;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
  }

  .div-block-58 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    margin-right: 40px;
    display: flex;
  }

  .academics-m-e-cse {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    display: flex;
  }

  .div-block-59 {
    flex-flow: column;
    width: 100%;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
  }

  .div-block-60 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    margin-right: 40px;
    display: flex;
  }

  .academics-m-e-power-electronics-and-drives {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    display: flex;
  }

  .div-block-61 {
    flex-flow: column;
    width: 100%;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
  }

  .div-block-62 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    margin-right: 40px;
    display: flex;
  }

  .container-22 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-block-two {
    font-size: 12px;
  }

  .footer-title {
    font-size: 16px;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .frame-1618873178-copy {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-left: 0;
  }

  .frame-1618873177-copy {
    margin-top: 40px;
  }

  .paragraph-14 {
    width: 650px;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .div-block-63 {
    margin-top: 0;
  }

  .button-10 {
    width: 120px;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 15px;
  }

  .image-71 {
    height: 2px;
    margin-top: 20px;
  }

  .div-block-65 {
    flex-flow: column;
  }

  .div-block-66 {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-bottom: 60px;
    margin-left: 100px;
    margin-right: 100px;
    padding-left: 0;
  }

  .div-block-67 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
    display: flex;
  }

  .image-72 {
    width: 100%;
  }

  .heading-16 {
    font-size: 18px;
  }

  .paragraph-15 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .heading-16-copy {
    font-size: 18px;
  }

  .paragraph-15-copy,
  .paragraph-15-copy-copy {
    margin-left: 0;
  }

  .form-4 {
    justify-content: center;
    align-items: center;
  }

  .div-block-80 {
    text-align: left;
  }

  .button-10-copy {
    width: 120px;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 15px;
  }

  .image-73 {
    height: 70rem;
  }

  .heading-18 {
    font-size: 20px;
  }

  .paragraph-16 {
    font-size: 14px;
  }

  .container-24 {
    max-width: 700px;
  }

  .div-block-84 {
    justify-content: center;
    align-items: flex-start;
    font-family: Lato, sans-serif;
  }

  .frame-1618873337 {
    grid-row-gap: 10px;
  }

  .students {
    grid-row-gap: 2px;
    justify-content: center;
    align-items: center;
    width: 75%;
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-144,
  .text-145 {
    font-size: 16px;
  }

  .professors,
  .courses {
    justify-content: center;
    align-items: center;
    width: 75%;
    height: 100px;
  }

  .text-146 {
    font-size: 16px;
  }

  .awards {
    justify-content: center;
    align-items: center;
    width: 75%;
    height: 100px;
  }

  .text-147 {
    font-size: 16px;
  }

  .paragraph-17 {
    font-size: 14px;
  }

  .div-block-87 {
    display: block;
  }

  .container-25 {
    max-width: none;
  }

  .div-block-93 {
    flex-flow: row;
    width: 100%;
  }

  .heading-19 {
    font-size: 24px;
  }

  .div-block-104 {
    width: 100%;
  }

  .nav-k-res {
    flex-direction: row;
  }

  .div-block-105 {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    flex-flow: column;
  }

  .div-block-106 {
    width: 100%;
  }

  .container-28 {
    max-width: 700px;
  }

  .heading-26 {
    font-size: 24px;
    line-height: 30px;
  }

  .section-13 {
    margin-top: 40px;
    margin-bottom: 3rem;
  }

  .slider {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .heading-28 {
    margin-top: 0;
    font-size: 18px;
    line-height: 30px;
  }

  .div-block-112 {
    width: 80%;
    top: 140px;
    bottom: 0%;
    left: 11%;
    right: 0%;
  }

  .div-block-114 {
    flex-flow: column;
  }

  .div-block-115 {
    width: 100%;
  }

  .div-block-116 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .div-block-117 {
    width: 100%;
  }

  .heading-30 {
    font-size: 28px;
  }

  .paragraph-19 {
    font-size: 14px;
  }

  .button-15 {
    font-size: 14px;
    font-weight: 900;
  }

  .image-81 {
    width: auto;
  }

  .heading-31 {
    font-size: 20px;
  }

  .paragraph-20 {
    font-size: 14px;
  }

  .div-block-119 {
    margin-top: 20px;
  }

  .button-16 {
    padding-top: 8px;
    font-size: 12px;
  }

  .container-29 {
    max-width: 700px;
  }

  .image-83 {
    width: 100%;
  }

  .image-84 {
    height: 1000px;
  }

  .div-block-126 {
    margin-top: 150px;
  }

  .container-31 {
    max-width: 700px;
  }

  .tabs {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tabs-menu {
    width: 100%;
  }

  .text-block-5,
  .text-block-6,
  .text-block-7,
  .text-block-8,
  .text-block-9,
  .text-block-10,
  .text-block-11 {
    font-size: 14px;
  }

  .section-15 {
    margin-bottom: 3rem;
  }

  .tabs-content {
    margin-top: 0;
    margin-left: 0;
    height: 750px;
    overflow: scroll;
  }

  .heading-33 {
    font-size: 18px;
  }

  .paragraph-21 {
    font-size: 14px;
  }

  .tabs-2 {
    z-index: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tabs-menu-2 {
    flex-flow: row;
    align-self: center;
  }

  .tab-link-tab-1-1,
  .tab-link-tab-1-1.w--current {
    width: auto;
  }

  .text-block-12,
  .text-block-13 {
    padding-left: 0;
  }

  .tab-pane-tab-1-2 {
    z-index: 0;
    object-fit: fill;
    background-color: #59c774;
    width: auto;
    margin-top: 40px;
  }

  .grid {
    box-sizing: border-box;
  }

  .tabs-content-2 {
    z-index: 0;
    flex-flow: row;
    width: auto;
    margin-top: 20px;
    margin-left: 0;
    display: block;
  }

  .section-16 {
    margin-top: 0;
  }

  .div-block-129 {
    justify-content: center;
    align-items: center;
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-34 {
    font-size: 16px;
    line-height: 20px;
  }

  .image-85 {
    height: 50px;
  }

  .div-block-130 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .image-86 {
    height: 50px;
  }

  .div-block-131 {
    justify-content: center;
    align-items: center;
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .image-87,
  .image-88 {
    height: 50px;
  }

  .div-block-132 {
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .image-89 {
    max-width: none;
    height: 50px;
  }

  .div-block-133 {
    /* justify-content: center; */
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tab-pane-tab-2-2 {
    background-color: #59c774;
    margin-top: 40px;
  }

  .image-90 {
    height: 50px;
  }

  .div-block-134 {
    justify-content: center;
    align-items: center;
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-35 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-135,
  .div-block-136 {
    /* justify-content: center; */
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-137 {
    justify-content: center;
    align-items: center;
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-138,
  .div-block-139 {
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .image-91,
  .image-92,
  .image-93,
  .image-94,
  .image-95 {
    height: 50px;
  }

  .div-block-140 {
    width: 600px;
    /* padding-left: 10px;
    padding-right: 10px; */
    bottom: -7%;
    left: 11%;
    box-shadow: none;
  }

  .heading-36 {
    font-size: 10px;
  }

  .div-block-141 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 180px;
  }

  .navbar-link-24-copy,
  .navbar-link-25-copy,
  .scope {
    justify-content: center;
  }

  .image-99 {
    width: 100%;
    max-width: none;
  }

  .navbar-button-9 {
    display: block;
  }

  .admisssion-k-btn {
    width: fit-content;
  }

  .section-29 {
    margin-top: 0px;
  }

  .section-14 {
    margin-top: 6rem;
  }

  .image-101 {
    max-width: 100%;
  }

  .mask {
    width: 900px;
  }
}

@media screen and (max-width: 767px) {

  .gallery-scroll,
  .team-slider {
    padding: 60px 15px;
  }

  .container-15 {
    max-width: 500px;
  }

  .div-block-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
  }

  .image-13 {
    width: 100%;
    max-width: none;
  }

  .section-5 {
    padding-top: 0;
  }

  .frame-1618873160 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .frame-1618873175 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 20px;
    margin-right: 20px;
  }

  .frame-1618873199 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .frame-1618873197 {
    max-width: none;
    margin-right: 0;
  }

  .frame-1618873177 {
    margin-top: 40px;
    margin-right: 0;
  }

  .frame-1618873178 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    margin-left: 0;
  }

  .text-92 {
    font-size: 12px;
  }

  .div-block-7 {
    flex-flow: column;
  }

  .div-block-8 {
    box-sizing: border-box;
    justify-content: center;
    align-self: auto;
    align-items: stretch;
    width: 100%;
  }

  .div-block-9 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .frame-1618873254 {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  ._1 {
    font-size: 18px;
  }

  .heading-3 {
    font-size: 24px;
  }

  .div-block-10 {
    width: 100%;
    padding-left: 60px;
  }

  .paragraph-3 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-11 {
    grid-template-rows: auto;
    grid-template-columns: 0.75fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

  .paragraph-4 {
    margin-top: 0;
    padding-top: 20px;
  }

  .frame-1618873259 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .frame-1618873262 {
    align-items: start;
    justify-items: stretch;
    overflow: auto;
  }

  .image-32 {
    max-width: 100%;
  }

  .div-block-13 {
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .frame-1618873280 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 0.25fr 1fr 0.5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-self: auto;
    align-items: start;
    justify-items: start;
    display: grid;
  }

  .submit-button {
    width: 529px;
  }

  .text-field-5 {
    width: 100%;
  }

  .frame-1618873289 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 0.75fr;
    grid-auto-columns: 1fr;
    align-self: center;
    align-items: center;
    justify-items: start;
    max-width: none;
    display: grid;
  }

  .frame-1618873294 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 0.5fr;
    grid-auto-columns: 1fr;
    align-self: center;
    align-items: start;
    justify-items: stretch;
    display: grid;
  }

  .image-13 {
    width: 100%;
    max-width: none;
    /* height: 40rem !important; */
    height: 90vh !important;
    object-fit: cover;
  }

  .text-127,
  .text-128 {
    font-size: 16px;
  }

  .frame-1618873301 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 0.5fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: stretch;
    display: grid;
  }

  .frame-1618873306 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 0.75fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-4 {
    font-size: 16px;
    line-height: 30px;
  }

  .paragraph-6 {
    width: 100%;
  }

  .paragraph-7 {
    align-self: auto;
  }

  .paragraph-8 {
    text-align: center;
  }

  .heading-5 {
    font-size: 16px;
  }

  .div-block-21 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .related-post {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .div-block-41 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .div-block-44 {
    margin-right: 40px;
  }

  .image-84 {
    height: 73rem;
  }

  .container-21 {
    max-width: 540px;
  }

  .academic {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .heading-14 {
    font-size: 24px;
  }

  .paragraph-13 {
    margin-top: 0;
  }

  .heading-15 {
    font-size: 24px;
  }

  .academics-mba {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-43,
  .div-block-49 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .div-block-50 {
    margin-right: 40px;
  }

  .academic-m-e-aero {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-51 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .div-block-52 {
    margin-right: 40px;
  }

  .academic-b-e-agri {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-53 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .div-block-54 {
    margin-right: 40px;
  }

  .div-block-55 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .div-block-56 {
    margin-right: 40px;
  }

  .academic-m-e-cad-cam,
  .academics-m-e-ece {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-57 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .div-block-58 {
    margin-right: 40px;
  }

  .academics-m-e-cse {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-59 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .div-block-60 {
    margin-right: 40px;
  }

  .academics-m-e-power-electronics-and-drives {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-61 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .div-block-62 {
    margin-right: 40px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .frame-1618873178-copy {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
  }

  .frame-1618873177-copy {
    margin-top: 40px;
    margin-right: 0;
  }

  .paragraph-14 {
    width: 90%;
    font-family: Lato, sans-serif;
    font-size: 11px;
    line-height: 21px;
    margin-bottom: 1rem;
  }

  .banner-para-align {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .button-10 {
    width: 100px;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
  }

  .div-block-66 {
    width: auto;
    margin-left: 60px;
    padding-left: 0;
  }

  .div-block-67 {
    width: auto;
  }

  .image-72 {
    width: 100%;
  }

  .heading-16 {
    font-size: 16px;
  }

  .paragraph-15 {
    margin-left: 0;
  }

  .heading-16-copy {
    font-size: 16px;
  }

  .form-4 {
    justify-content: center;
    align-items: center;
  }

  .form-block {
    margin-left: 60px;
    margin-right: 60px;
  }

  .button-10-copy {
    width: 100px;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
  }

  .heading-18 {
    font-size: 24px;
  }

  .container-24 {
    max-width: 500px;
  }

  .div-block-84 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    width: 100%;
  }

  .div-block-87 {
    flex-flow: row;
    display: flex;
  }

  .container-28 {
    max-width: 500px;
  }

  .heading-25 {
    font-size: 24px;
  }

  .paragraph-18,
  .button-14 {
    font-size: 14px;
  }

  .heading-26 {
    font-size: 18px;
    line-height: 25px;
  }

  .heading-28 {
    margin-top: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-112 {
    width: 70%;
    top: 98px;
    left: 16%;
  }

  .section-14 {
    margin-top: 40px;
  }

  .heading-29 {
    font-size: 24px;
  }

  .heading-31 {
    font-size: 18px;
  }

  .paragraph-20 {
    font-size: 12px;
  }

  .container-29 {
    max-width: 500px;
  }

  .image-82 {
    width: auto;
  }

  .div-block-123 {
    margin-top: 20px;
  }

  .button-14-copy {
    font-size: 14px;
  }

  .div-block-126 {
    margin-top: 1000px;
  }

  .heading-32 {
    font-size: 24px;
  }

  .container-31 {
    max-width: 500px;
  }

  .tabs-menu {
    width: 100%;
  }

  .tabs-content {
    margin-top: 60px;
  }

  .tabs-menu-2 {
    margin-top: 120px;
  }

  .text-block-12,
  .text-block-13 {
    font-size: 16px;
  }

  .tab-pane-tab-1-2 {
    margin-top: 10px;
  }

  .tabs-content-2 {
    margin-top: 15px;
  }

  .div-block-129 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .heading-34 {
    font-size: 14px;
    line-height: 15px;
  }

  .image-85 {
    height: 30px;
  }

  .div-block-130 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-86 {
    height: 30px;
  }

  .div-block-131 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-87,
  .image-88 {
    height: 30px;
  }

  .div-block-132 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .image-89 {
    height: 30px;
  }

  .div-block-133 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tab-pane-tab-2-2 {
    margin-top: 10px;
  }

  .image-90 {
    height: 30px;
  }

  .div-block-134 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-35 {
    font-size: 14px;
    line-height: 15px;
  }

  .div-block-135,
  .div-block-136,
  .div-block-137,
  .div-block-138,
  .div-block-139 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-91,
  .image-92,
  .image-93,
  .image-94,
  .image-95 {
    height: 30px;
  }

  .div-block-140 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    width: 460px;
    bottom: -20%;
  }

  .heading-36 {
    font-size: 10px;
    line-height: 10px;
  }

  .div-block-141 {
    width: 100%;
    flex-direction: column;
  }

  .div-block-141 p {
    text-align: center;
    padding-top: 0px !important;
  }

  .image-100 {
    width: auto;
    max-width: none;
  }

  .section-29 {
    margin-top: 900px;
  }

  .image-102 {
    max-width: 100%;
  }

  .image-103 {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .small-columns {
    flex-direction: column;
    align-items: center;
  }

  .container-12 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .heading {
    margin-bottom: -55px !important;
    padding-bottom: 0;
    font-size: 18px;
  }

  .button-6 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .vectors-wrapper-13 {
    margin-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .container-15 {
    max-width: 300px;
  }

  .div-block-3 {
    margin-top: 20px;
  }

  .heading-2 {
    font-size: 1.5rem;
    /* line-height: 20px; */
  }

  .banner-para {
    padding: 0px 35px;

  }

  .welcome-to-ijce {
    font-size: 20px;
    margin-bottom: 1rem;
  }

  .div-block-5 {
    margin-top: 0;
    font-family: Lato, sans-serif;
    display: flex;
    align-items: center;
  }

  .section-5 {
    padding-top: 0;
  }

  .section-6 {
    flex-flow: wrap;
  }

  .new-page-24 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .frame-1618873175 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .frame-1618873201 {
    box-sizing: content-box;
    justify-content: center;
    align-items: flex-start;
  }

  .frame-1618873197 {
    flex-flow: column;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .frame-1618873177 {
    flex-flow: row;
    margin-top: 20px;
  }

  .frame-1618873178 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .frame-1618873169 {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .text-92 {
    font-size: 12px;
  }

  .table-k-overflow,
  .achieve-k-fotm {
    width: 100%;
  }

  .div-block-7 {
    flex-flow: column;
    margin-top: 1rem;
  }

  .paragraph {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-8 {
    word-break: normal;
    mix-blend-mode: normal;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
  }

  .div-block-9 {
    width: 100%;
  }

  ._1 {
    font-size: 20px;
  }

  .heading-3 {
    font-size: 18px;
  }

  .div-block-10 {
    padding-left: 0;
  }

  .home-k-tabs {
    flex-direction: column !important;
  }

  .paragraph-3 {
    margin-top: 0;
    padding-top: 20px;
    font-size: 16px;
  }

  .place-submit-k-btn {
    width: 100% !important;
  }

  .div-block-11 {
    width: 100%;
    margin-top: 0;
  }

  .paragraph-4 {
    margin-top: 0;
    font-size: 14px;
  }

  .frame-1618873259 {
    box-sizing: border-box;
    object-fit: none;
    justify-items: center;
    width: auto;
    max-width: 100%;
    overflow: auto;
  }

  .text-111 {
    font-size: 18px;
  }

  .frame-1618873262 {
    overflow: auto;
  }

  .frame-1618873271 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .frame-1597884422 {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .text-119 {
    font-size: 18px;
  }

  .div-block-13 {
    width: 100%;
    overflow: auto;
  }

  .frame-1618873282 {
    max-width: none;
  }

  .text-123 {
    flex: 0 auto;
    font-size: 15px;
  }

  .frame-1618873285 {
    max-width: none;
  }

  .submit-button {
    width: 300px;
  }

  .text-field-5 {
    width: 100%;
  }

  .div-block-14 {
    grid-template-columns: 1fr;
  }

  .text-124,
  .text-125 {
    font-size: 16px;
  }

  .text-126 {
    font-size: 14px;
  }

  .frame-1618873294 {
    margin-top: 20px;
    overflow: auto;
  }

  .frame-1618873301 {
    margin-top: 20px;
  }

  .text-130,
  .text-131 {
    font-size: 16px;
  }

  .text-132 {
    font-size: 14px;
  }

  .frame-1618873306 {
    margin-top: 20px;
    overflow: auto;
  }

  .text-133,
  .text-134 {
    font-size: 16px;
  }

  .heading-4 {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-8 {
    margin-top: 10px;
    font-size: 14px;
  }

  .heading-5 {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-18 {
    width: 100%;
  }

  .div-block-26 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .image-63 {
    max-width: none;
  }

  .heading-6 {
    font-size: 18px;
  }

  .div-block-31 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 0.25fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-7 {
    font-size: 20px;
  }

  .paragraph-10,
  .checkbox-label {
    font-size: 14px;
  }

  .heading-8 {
    font-size: 20px;
  }

  /* .div-block-33 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  } */

  .div-block-34 {
    width: 100%;
  }

  .heading-9,
  .heading-10,
  .heading-11 {
    font-size: 18px;
  }

  .image-67 {
    width: 100%;
    max-width: none;
  }

  .image-68 {
    max-width: none;
  }

  .heading-12 {
    font-size: 24px;
  }

  .blog-icons {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 0.25fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .paragraph-12 {
    font-size: 14px;
  }

  .related-post {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .form-blood {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-41 {
    max-width: 290px;
  }

  .div-block-44 {
    margin-right: 40px;
  }

  .academic {
    width: 100%;
  }

  .heading-14 {
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
  }

  .paragraph-13 {
    margin-top: 0;
    font-size: 14px;
  }

  .heading-15 {
    font-size: 20px;
    margin-top: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
  }

  .academics-mba {
    width: 100%;
  }

  .div-block-43,
  .div-block-49 {
    max-width: 290px;
  }

  .div-block-50 {
    margin-right: 40px;
  }

  .academic-m-e-aero {
    width: 100%;
  }

  .div-block-51 {
    max-width: 290px;
  }

  .div-block-52 {
    margin-right: 40px;
  }

  .academic-b-e-agri {
    width: 100%;
  }

  .div-block-53 {
    max-width: 290px;
  }

  .div-block-54 {
    margin-right: 40px;
  }

  .div-block-55 {
    max-width: 290px;
  }

  .div-block-56 {
    margin-right: 40px;
  }

  .academic-m-e-cad-cam,
  .academics-m-e-ece {
    width: 100%;
  }

  .div-block-57 {
    max-width: 290px;
  }

  .div-block-58 {
    margin-right: 40px;
  }

  .academics-m-e-cse {
    width: 100%;
  }

  .div-block-59 {
    max-width: 290px;
  }

  .div-block-60 {
    margin-right: 40px;
  }

  .academics-m-e-power-electronics-and-drives {
    width: 100%;
  }

  .div-block-61 {
    max-width: 290px;
  }

  .div-block-62 {
    margin-right: 40px;
  }

  .container-22 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .frame-1618873178-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .frame-1618873177-copy {
    flex-flow: row;
    margin-top: 20px;
    margin-left: 0;
  }

  /* .paragraph-14 {
    justify-content: flex-start;
    align-items: center;
    width: 270px;
    font-size: 7px;
  } */

  .button-10 {
    margin-top: 0;
    padding: 3px 5px;
    font-size: 8px;
  }

  .div-block-64 {
    margin-top: 54px;
  }

  .course-offered-heading {
    margin-top: 3rem;
  }

  .div-block-65 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-66 {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
  }

  .div-block-67 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-72 {
    width: 100%;
  }

  .heading-16 {
    font-size: 14px;
  }

  .paragraph-15 {
    margin-left: 0;
    font-size: 10px;
  }

  .heading-16-copy {
    font-size: 14px;
  }

  .paragraph-15-copy,
  .paragraph-15-copy-copy {
    margin-left: 0;
    font-size: 10px;
  }

  .form-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-71 {
    margin-left: 0;
  }

  .select-field {
    width: 250px;
  }

  .form-block {
    flex-flow: column;
    display: flex;
  }

  .div-block-78 {
    width: 300px;
    margin-left: 45px;
  }

  .button-10-copy {
    margin-top: 0;
    padding: 3px 5px;
  }

  .image-73 {
    height: 107rem;
    object-fit: cover;
  }

  .heading-18 {
    font-size: 18px;
    margin-bottom: -5px;
  }

  .paragraph-16 {
    font-size: 14px;
  }

  .container-24 {
    max-width: 300px;
  }

  .div-block-84 {
    flex-flow: column;
    margin-top: 20px;
  }

  .frame-1618873337 {
    grid-column-gap: 2px;
    flex-flow: row;
    width: 33%;
  }

  .students {
    height: 70px;
  }

  .text-144,
  .text-145 {
    font-size: 12px;
  }

  .professors,
  .courses {
    height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-146 {
    font-size: 12px;
  }

  .awards {
    height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-147 {
    font-size: 12px;
  }

  .paragraph-17 {
    font-size: 10px;
  }

  .div-block-85,
  .div-block-86 {
    width: 100%;
  }

  .div-block-87 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .div-block-89 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 70px;
    flex-direction: column;
  }

  .div-block-90 {
    margin-left: 0;
    padding-left: 0;
    width: 100%;
    margin-top: 1rem;
  }

  .heading-19 {
    font-size: 16px;
  }

  .image-77 {
    width: 100%;
    height: 378px;
  }

  .container-28 {
    max-width: 300px;
  }

  .heading-25 {
    font-size: 18px;
  }

  .paragraph-18 {
    font-size: 14px;
  }

  .button-14 {
    font-size: 12px;
  }

  .heading-26 {
    margin-bottom: 8px;
    font-size: 10px;
    line-height: 10px;
  }

  .section-13 {
    margin-top: 20px;
    margin-bottom: 2rem;
  }

  .heading-28 {
    font-size: 10px;
    line-height: 15px;
  }

  .div-block-112 {
    width: 95%;
    top: 59px;
    left: 2.5%;
  }

  .section-14 {
    margin-top: 5rem;
    margin-bottom: 2rem;
  }

  .heading-29 {
    margin-bottom: 0;
    font-size: 18px;
  }

  .div-block-117 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .heading-30 {
    margin-bottom: 0;
    margin-left: 20px;
    font-size: 18px;
  }

  .paragraph-19 {
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 10px;
  }

  .button-15 {
    margin-bottom: 20px;
    margin-left: 20px;
    font-size: 12px;
  }

  .div-block-118 {
    flex-flow: column;
  }

  .image-81 {
    width: 100%;
  }

  .heading-31 {
    margin-left: 20px;
    font-size: 16px;
  }

  .paragraph-20 {
    margin-left: 20px;
    font-size: 12px;
  }

  .div-block-119 {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .button-16 {
    margin-left: 20px;
    font-size: 10px;
  }

  .container-29 {
    max-width: 300px;
  }

  .div-block-120,
  .div-block-121 {
    flex-flow: column;
  }

  .image-82 {
    width: 100%;
  }

  .div-block-122,
  .div-block-123 {
    margin-bottom: 20px;
  }

  .section-15 {
    margin-top: 20px;
    margin-bottom: 2rem;
  }

  .tablesform {
    display: flex;
    justify-content: flex-start;
  }

  .div-block-126 {
    margin-top: 7rem;
  }

  .heading-32 {
    font-size: 20px;
  }

  .container-31 {
    max-width: 300px;
  }

  .tabs-menu {
    width: 100%;
  }

  .tabs-content {
    margin-bottom: 220px;
    height: 20rem;
    overflow: scroll;
  }

  .heading-33 {
    font-size: 14px;
  }

  .tabs-2 {
    width: 100%;
  }

  .tab-link-tab-1-1 {
    flex-flow: column;
    display: block;
  }

  .text-block-12,
  .text-block-13 {
    font-size: 10px;
  }

  .tabs-content-2 {
    width: 100%;
    margin-top: 10px;
  }

  .section-16 {
    margin-top: 0px;
  }

  .div-block-129 {
    padding: 10px 20px;
  }

  .heading-34 {
    margin-bottom: 0;
    font-size: 10px;
    line-height: 12px;
  }

  .image-85 {
    height: 20px;
  }

  .div-block-130 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-86 {
    height: 20px;
  }

  .div-block-131 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-87,
  .image-88 {
    height: 20px;
  }

  .div-block-132 {
    padding: 10px 20px;
    font-size: 10px;
  }

  .image-89 {
    max-width: none;
    height: 30px;
  }

  .div-block-133 {
    padding: 10px 20px;
  }

  .tab-pane-tab-2-2 {
    margin-top: 15px;
  }

  .image-90 {
    height: 20px;
  }

  .div-block-134 {
    padding: 10px 20px;
  }

  .heading-35 {
    font-size: 10px;
    line-height: 12px;
  }

  .div-block-135,
  .div-block-136,
  .div-block-137,
  .div-block-138,
  .div-block-139 {
    padding: 10px 20px;
  }

  .anti-ragging-paragraph {
    flex-direction: column;
  }

  .physical-edu-k-table {
    width: 100%;
  }

  .image-91,
  .image-92,
  .image-93,
  .image-94,
  .image-95 {
    height: 20px;
  }

  .div-block-140 {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    bottom: 0%;
    left: 0%;
    position: relative;
    margin-bottom: 20px;
  }

  .heading-36 {
    font-size: 20px;
    line-height: 24px;
  }

  .image-100 {
    width: 100%;
  }

  .section-29 {
    margin-top: 0rem;
  }

  .image-102 {
    max-width: 75%;
  }

  .banner-logo-imgs {
    width: 100%;
  }
}

#w-node-_7c9f8800-d5ab-6d49-a8c0-e637ae3f2525-c2125179 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-faba52d8-e55e-5532-e5b3-cc82844d601b-e2396129,
#w-node-faba52d8-e55e-5532-e5b3-cc82844d601e-e2396129 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_101e8410-b86b-9c76-4b47-b3f1b237070e-d922bf9e {
  grid-area: span 14 / span 2 / span 14 / span 2;
}

#w-node-_04e7eb65-7974-35c9-0679-8d13115c45ce-de9b444b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_6b36d1df-1907-ebc0-6d7e-6789f40fc766-ac37c032 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0d5d509d-ceb4-05e2-c2bc-02c21e575a71-c2125179 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}