@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Spectral 1";
  src: url('../fonts/Spectral-SemiBold1.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter Variablefont Opsz Wght 1";
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-blue: #61aec3;
  --hover-blue: #4e9cb2;
  --disabled: #b0d9e4;
  --white: #fff;
  --pressed: #3d8ea6;
  --outlive-hover: #eef7fa;
}

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

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

@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;
}

ul {
  color: #646464;
  margin-top: 24px;
  margin-bottom: 10px;
  padding-left: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  list-style-type: none;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1810px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
}

.navbar {
  background-color: #fff;
}

.navbar-strip {
  background-color: var(--primary-blue);
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.btn-yellow {
  background-color: var(--primary-blue);
  color: #111;
  cursor: pointer;
  padding: 16px 60px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.btn-yellow:hover {
  background-color: var(--hover-blue);
  color: #fff;
}

.btn-yellow.btn-border-rad4 {
  border-radius: 4px;
}

.nav-strip-section {
  justify-content: space-between;
  align-items: center;
  max-width: 1810px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  display: flex;
}

.strip-icon-text-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: "Inter Variablefont Opsz Wght 1", Arial, sans-serif;
  font-size: 18px;
  line-height: 23.4px;
  text-decoration: none;
  display: flex;
}

.strip-icon-text-link:hover {
  color: var(--disabled);
}

.nav-strip-icon {
  width: 36px;
  height: 36px;
}

.hero-section {
  background-image: linear-gradient(#61aec366, #61aec366), url('../images/da6e2f4b105ac3438bc68355a7b9dfeeee7ace18-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-container {
  max-width: 1680px;
  padding: 67px 20px 168px;
}

.flex-row-center-div {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-row-center-div.row-rev.mb-30 {
  margin-bottom: 30px;
}

.hero-left-part {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.hero-right-part {
  width: 45%;
  font-family: Roboto, Arial, sans-serif;
}

.primary-button-wrapper {
  width: 100%;
  margin-top: 40px;
}

.success-message {
  background-color: #31695a;
  border-radius: 8px;
  margin-top: 10px;
}

.form-block {
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
}

.field-label {
  color: #646464;
  letter-spacing: 0;
  margin-bottom: 12px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}

.submit-button {
  background-color: var(--primary-blue);
  color: #fff;
  letter-spacing: 0;
  cursor: pointer;
  border-radius: 8px;
  width: 100%;
  padding: 13px 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  transition: all .4s;
}

.submit-button:hover {
  background-color: var(--hover-blue);
  color: var(--white);
}

.submit-button._w-auto {
  width: auto;
  padding-left: 65px;
  padding-right: 65px;
}

.homepage-textarea {
  color: #000;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 25px;
  padding-left: 20px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
}

.homepage-textarea::placeholder {
  color: #c2c2c2;
  line-height: 140%;
}

.contact-from-row-wrap {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  width: 100%;
  margin-bottom: 24px;
  display: flex;
}

.error-message {
  background-color: #7a687e;
  border-radius: 10px;
}

.error-message-text {
  color: #fff;
}

.text-area-wrapper {
  width: 100%;
}

.success-message-text {
  color: #fff;
}

.form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  font-family: Roboto, Arial, sans-serif;
  display: flex;
}

.homepage-text-field {
  color: #000;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  height: 60px;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
}

.homepage-text-field::placeholder {
  color: #c2c2c2;
  font-weight: 400;
  line-height: 140%;
}

.form-wrapper {
  background-color: #fafafa;
  border-radius: 16px;
  padding: 48px 40px;
  font-family: Roboto, Arial, sans-serif;
}

.footer-container {
  background-color: #fff;
  max-width: 100%;
  padding: 0 20px;
}

.footer-content-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  font-size: 13px;
  display: flex;
}

.footer-navigation {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 40px;
  display: flex;
}

.footer-links {
  justify-content: space-between;
  align-items: center;
  width: 70%;
  display: flex;
}

.footer-wrapper {
  background-color: var(--pressed);
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 30px 60px;
}

.general-container {
  max-width: 1680px;
  padding-left: 20px;
  padding-right: 20px;
}

.general-container.mt-80 {
  margin-top: 80px;
}

.general-container.pos-rel-z2 {
  z-index: 2;
  position: relative;
}

.general-container.content-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.floater-div {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fafafa;
  border: 1px solid #c7c7c7;
  border-radius: 16px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: -82px;
  padding-right: 60px;
  display: flex;
}

.floater-div.bg-white {
  background-color: #fff;
  padding-right: 80px;
}

.f-img-part {
  width: 45%;
}

.f-content-part {
  width: 55%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.flex-row-card-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.flex-row-card-section.mt-50 {
  margin-top: 30px;
}

.flex-col-card {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.flex-col {
  flex-flow: column;
  display: flex;
}

.flex-col.border-bg--fafafa {
  background-color: #fafafa;
  border: 1px solid #c7c7c7;
}

.flex-col.flex-y-center {
  justify-content: center;
  align-items: center;
}

.flex-col.flex-y-center.g-58 {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
}

.flex-row-g24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.flex-col-icon-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 33%;
  padding: 48px 35px 48px 48px;
  display: flex;
}

.flex-col-icon-box.border-bg-fafafa {
  background-color: var(--outlive-hover);
  border: 1px solid #c7c7c7;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
}

.h-w-40 {
  text-align: center;
  max-width: 40%;
}

.home-page-card-sec {
  max-width: 1680px;
  padding: 60px 20px 80px;
}

.home-page-card-sec.mt-80 {
  margin-top: 80px;
}

.card-section-2 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 100px;
  display: flex;
}

.card-row-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.card-row-block-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bg-img-section4 {
  background-image: linear-gradient(#3d8ea699, #3d8ea699), url('../images/26b8f2ee75999b57de8b1caa3deba2734d24fe86-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.cards-grid-w-60 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  width: 70%;
  display: flex;
}

.card-grid-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  align-items: flex-start;
  width: 48%;
  padding: 47px 34px;
  display: flex;
  box-shadow: 0 4px 24px #0000000f;
}

.img-part-w-30 {
  width: 30%;
}

.flex-row-card-grid-sec {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.flex-row-card-grid-sec.mt-50 {
  margin-top: 50px;
}

.hp-img {
  object-fit: cover;
  height: 102%;
}

.hp-img.r-16 {
  border-radius: 16px;
}

.cta-card-item {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  background-color: var(--primary-blue);
  border-radius: 16px;
  flex-flow: column;
  align-items: flex-start;
  width: 48%;
  padding: 47px 34px;
  display: flex;
  box-shadow: 0 4px 24px #0000000f;
}

.bg-light-gray {
  background-color: #fafafa;
}

.sec-6-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: 80px;
  padding: 40px;
  display: flex;
  box-shadow: 0 4px 24px #0000000f;
}

.flex-col-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.flex-col-center.gap-35 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.flex-col-center.gap-35.mb-100 {
  margin-bottom: 100px;
}

.nav-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-img-flex-row-center {
  grid-column-gap: 133px;
  grid-row-gap: 133px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._w-50 {
  width: 50%;
}

._w-50.flex-col.gap-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.custom-list-number {
  background-color: var(--primary-blue);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 84px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: inline-flex;
}

.cta-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.btn-green {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #10523c;
  border-radius: 4px;
  padding: 16px 32px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.btn-green:hover {
  color: #000;
  background-color: #feb71b;
}

.btn-green.btn-border-rad4 {
  border-radius: 4px;
}

.btn-green.btn-border-rad4.mt-32 {
  margin-top: 32px;
}

.btn-green.mt-32 {
  background-color: var(--primary-blue);
}

.btn-green.mt-32:hover {
  background-color: var(--hover-blue);
  color: var(--white);
}

.mt-32 {
  margin-top: 32px;
}

.cus-tick-list {
  color: #646464;
  margin-top: 24px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  list-style-type: none;
}

.list-item-mb-24 {
  margin-bottom: 24px;
}

.paragraph, .rich-inner-para-text {
  font-family: Roboto, Arial, sans-serif;
}

.rich-text-general-white {
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  line-height: 27px;
}

.rich-text-gen-dark {
  color: #646464;
  margin-top: 20px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  line-height: 23px;
}

.rich-text-gen-dark.text-white {
  color: #fff;
}

.rich-text-gen-dark.text-white.txt-align-center, .rich-text-gen-dark.text-align-center {
  text-align: center;
}

.rich-text-gen-dark.line-height-28 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
}

.rich-text-gen-dark.extra-margin {
  margin-bottom: 20px;
}

.h4-general {
  color: #000;
  font-family: Roboto, Arial, sans-serif;
  font-size: 24px;
}

.h4-general.text-white {
  color: #fff;
}

.h4-general.text-white.align-center {
  text-align: center;
}

.h4-general.lh-30 {
  line-height: 30px;
}

.anchor-link-general {
  color: var(--primary-blue);
  cursor: pointer;
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.anchor-link-general:hover {
  color: var(--pressed);
}

.h2-general {
  color: #000;
  width: 100%;
  font-family: Roboto, Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
}

.h2-general.h2-white {
  color: #fff;
}

.h2-general.h2-white.h2-align-center {
  width: auto;
  font-family: Roboto, Arial, sans-serif;
}

.h2-general.h2-align-center {
  text-align: center;
  width: 60%;
}

.h2-general._w-full {
  width: 100%;
  margin-top: auto;
  font-family: Roboto, Arial, sans-serif;
}

.h2-l-height-58 {
  font-family: "Spectral 1", Arial, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
}

.h2-l-height-58.h2-white {
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
}

.h1-general {
  font-family: "Spectral 1", Arial, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 64px;
}

.h1-general.text-white {
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  line-height: 100%;
}

.h1-general.text-white.align-center {
  text-align: center;
}

.link-robo-36-600 {
  font-family: Roboto, Arial, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  text-decoration: none;
}

.link-robo-36-600.text-white {
  color: #fff;
}

.link-robo-18-500 {
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.link-robo-18-500:hover {
  color: #10523c;
}

.link-robo-18-500.w--current {
  color: var(--primary-blue);
}

.general-text {
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
}

.general-text.text-align-center {
  text-align: center;
  font-size: 12px;
}

.footer-contact-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Roboto, Arial, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  text-decoration: none;
  display: flex;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.floater-sec-container {
  max-width: 1396px;
  padding-left: 20px;
  padding-right: 20px;
}

.floater-sec-container.mt-80 {
  margin-top: 80px;
}

.custom-list-w-50 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.custom-list-w-50.flex-col.gap-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.nav-cta-btn {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #111;
  white-space: nowrap;
  cursor: pointer;
  background-color: #61aec3;
  border-radius: 4px;
  justify-content: center;
  align-items: flex-start;
  padding: 16px 15px 10px;
  font-family: "Inter Variablefont Opsz Wght 1", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.nav-cta-btn:hover {
  color: #fff;
  background-color: #4e8c9c;
}

.nav-cta-btn.btn-border-rad4 {
  border-radius: 4px;
}

.navbar-d-menu-item-toggle {
  color: #000;
  padding-left: 5px;
  padding-right: 30px;
}

.navbar-d-menu-item-toggle:hover {
  color: #10523c;
}

.navbar-normal-menu-item {
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Inter Variablefont Opsz Wght 1", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navbar-normal-menu-item:hover, .navbar-normal-menu-item.w--current {
  color: #10523c;
}

.navbar-normal-menu-item.sm-menu-item {
  padding-left: 30px;
  padding-right: 30px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
}

.navbar-normal-menu-item.sm-menu-item.w--current {
  color: #61aec3;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 600;
}

.navbar-toggle-icon {
  margin-right: 10px;
}

.cta-btn {
  background-color: var(--outlive-hover);
  color: #000;
  cursor: pointer;
  border-radius: 8px;
  padding: 16px 60px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.cta-btn:hover {
  background-color: var(--pressed);
  color: #fff;
}

.cta-btn.btn-border-rad4 {
  border-radius: 4px;
}

.cta-img {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.border-rad-10 {
  object-fit: cover;
  object-position: 50% 55%;
  border-radius: 10px;
  height: 305px;
}

.border-rad-10.img-pos-bottom {
  object-position: 50% 65%;
}

.floater-img {
  object-fit: cover;
  object-position: 60% 50%;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  width: 100%;
  height: 100%;
}

.toggle-dropdown {
  color: #fff;
  background-color: #10523c;
  font-family: "Inter Variablefont Opsz Wght 1", Arial, sans-serif;
}

.dropdown-link {
  color: #fff;
  cursor: pointer;
}

.dropdown-link:hover {
  color: #111;
  background-color: #feb71b;
}

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

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

.menu-dropdown {
  color: #fff;
  font-family: "Inter Variablefont Opsz Wght 1", Arial, sans-serif;
}

.global-banner {
  background-image: url('../images/our-services.webp');
  background-position: 50% 40%;
  background-size: cover;
  height: 420px;
}

.global-banner.pos-rel {
  background-image: url('../images/services.webp');
  position: relative;
}

.banner-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 0 110px;
  display: block;
}

.banner-wrapper.service-page-banner {
  padding-bottom: 60px;
}

.banner-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.services-wrapper {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

.collection-list-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-collection-wrapper {
  width: 100%;
}

.div-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.service-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--primary-blue);
  background-image: none;
  border-radius: 16px;
  flex-flow: column;
  align-items: flex-start;
  min-height: 400px;
  padding: 32px;
  display: flex;
  position: relative;
}

.service-listing-img {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: static;
}

.service-featured-img-wrapper {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.service-card-content {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .3fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  display: grid;
  position: relative;
}

.h3-general {
  color: #000;
  font-family: Roboto, Arial, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

.h3-general.text-white {
  color: #fff;
}

.h3-general.mb-24 {
  margin-bottom: 24px;
  font-family: Roboto, Arial, sans-serif;
}

.circle-yellow-big {
  background-color: #feb71b;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: inline-flex;
}

.collection-item {
  justify-content: flex-start;
  align-items: center;
}

.service-collection-list {
  flex-flow: wrap;
  justify-content: flex-start;
  display: flex;
}

.service-collection-item {
  width: 33.3333%;
  padding: 12px;
}

.service-main-content {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.heading-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-card-link-wrapper {
  width: 100%;
  text-decoration: none;
}

.rich-inner-para-mb-25 {
  margin-bottom: 25px;
}

.service-banner-sub-text {
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.content-section-left-align {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.about-us-wrapper {
  padding-top: 64px;
  padding-bottom: 0;
}

.flex-row-center2-g80 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

._w-50-2nd {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

._w-50-2nd.flex-col.gap-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

._w-50-2nd.g-70 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.flex-row-top-g80 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.flex-row-top-g80.row-reverse {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.contact-us-form-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 120px;
  padding-bottom: 70px;
  display: flex;
}

._w-40-div {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-items: flex-start;
  width: 40%;
  margin-top: -20px;
  display: flex;
}

._w-60-div {
  width: 60%;
}

.rich-text-gen-dark-large {
  color: #646464;
  font-family: Roboto, Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.rich-text-gen-dark-large.text-white {
  color: #fff;
}

.rich-text-gen-dark-large.text-white.txt-align-center, .rich-text-gen-dark-large.text-align-center {
  text-align: center;
}

.rich-text-gen-dark-large.line-height-28 {
  line-height: 28px;
}

._w-70-partition-left {
  width: 100%;
}

.blogs-wrapper {
  padding-top: 54px;
  padding-bottom: 30px;
}

.blog-featured-img {
  object-fit: cover;
  border-radius: 10px;
  height: 220px;
}

.blog-title {
  color: #000;
  font-family: Roboto, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.blog-excerpt {
  color: #646464;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.para-general {
  color: #646464;
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.blogs-collection-list {
  flex-flow: wrap;
  display: flex;
}

.blog-collection-item {
  width: 25%;
  padding-bottom: 40px;
  padding-right: 24px;
  box-sizing: border-box;
}

.blog-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.blog-body-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.toc-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #f6f7ff;
  border-radius: 16px;
  flex-flow: column;
  align-items: flex-start;
  width: 30%;
  padding: 40px;
  display: flex;
}

.blog-content-wrapper {
  width: 40%;
}

.blog-side-form {
  width: 30%;
}

.sidebar-form-wrapper {
  background-color: #fafafa;
  border: 1px solid #c7c7c7;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 4px 24px 24px;
  display: flex;
  box-shadow: 0 2px 14px #00000026;
}

.contact-from-row-wrap-type-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 24px;
  display: flex;
}

.blog-banner-wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 120px 0;
  display: flex;
  position: relative;
}

.author-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-date {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.author-img {
  width: 30px;
  height: 30px;
}

.para-general-2 {
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.ciricle-gray-small {
  background-color: #d9d9d9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  display: inline-flex;
}

.blog-banner-subcontent {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.blog-banner {
  z-index: 0;
  position: relative;
}

.blog-banner-img {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.field-label-type-2 {
  color: #646464;
  letter-spacing: 0;
  margin-bottom: 12px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.tabs-menu {
  flex-flow: column;
  align-items: stretch;
  width: 45%;
  display: flex;
}

.tabs-menu.margin-r-150 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: row;
  width: 100%;
  margin-right: 150px;
  overflow: auto;
}

.tabs-menu .w-tab-link {
  background-color: #f0f0f0;
  color: #454343;
  font-weight: 600;
  font-size: 21px;
  padding: 18px 30px;
}

.tabs-menu .w-tab-link.w--current {
  background-color: var(--primary-blue);
  color: #fff;
}

.tab-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.tabs-content-wrapper {
  width: 100%;
  margin-top: 10px;
}

.tab-menu-item {
  color: #646464;
  background-color: #f6f6f6;
  flex: none;
  margin-bottom: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.tab-menu-item.w--current {
  background-color: var(--primary-blue);
  color: #fff;
  flex: none;
}

.tab-section-wrapper {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.tab-section-wrapper.conferral {
  padding-bottom: 0;
}

.h3-general-small {
  color: #000;
  font-family: Roboto, Arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
}

.h3-general-small.text-white {
  color: #fff;
}

.h3-general-small.mb-24 {
  margin-bottom: 24px;
}

.h3-general-small.l-height-normal {
  line-height: 34px;
}

.h3-general-small.l-height-normal.text-white {
  font-family: Roboto, Arial, sans-serif;
}

.h3-general-small.h3-mt0 {
  margin-top: 0;
}

.h3-general-small.h3-mt0.mt-heading {
  margin-top: 20px;
}

.gradient-wrap {
  z-index: 1;
  background-image: linear-gradient(244deg, #61aec366 60%, #080619cc);
  max-width: none;
  position: absolute;
  inset: 0;
  overflow: visible;
}

.global-banner-img2 {
  background-image: url('../images/image-2.webp');
  background-position: 50% 0;
  background-size: cover;
  height: 420px;
}

.global-banner-img2.pos-rel {
  background-image: url('../images/newsupdates.webp');
  background-position: 50% 30%;
  position: relative;
}

.blog-content {
  color: #646464;
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.footer-logo {
  width: 200px;
}

.img-w100-cover {
  object-fit: cover;
}

.h3-rich-text-inner {
  margin-bottom: 25px;
  font-family: Roboto, Arial, sans-serif;
  line-height: 33.6px;
}

.service-banner, .service-banner.pos-rel {
  position: relative;
}

.service-banner-img {
  object-fit: cover;
  object-position: 50% 40%;
  width: 100%;
  height: 100%;
  position: relative;
}

.service-img-wrapper {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.header-logo {
  width: 160px;
}

.service-img {
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 480px;
  height: auto;
  flex-shrink: 0;
  object-fit: cover;
}

._w-50-service {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._w-50-service.flex-col.gap-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

._w-50-service.g-70 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.blogs-img-wrapper {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.blog-banner-gradient-wrap {
  z-index: 1;
  background-image: radial-gradient(circle, #080619e6, #08061900 95%);
  max-width: none;
  position: absolute;
  inset: 0;
  overflow: visible;
}

.flex-col-top-g80 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.flex-col-top-g80.row-reverse {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
}

.flex-col-top-g80.row-reverse.application-process {
  background-color: #fafafa;
  border: 1px solid #c7c7c7;
  border-radius: 16px;
  margin-bottom: 40px;
  padding: 20px;
}

.flex-row-top-g80-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.flex-row-top-g80-1.row-reverse {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.button {
  background-color: var(--primary-blue);
  border-radius: 10px;
  margin-top: 40px;
  padding: 20px 40px;
}

.section.partner {
  margin-top: 40px;
}

.div-block-2 {
  background-color: #fafafa;
  border-radius: 16px;
  flex: 1;
  margin-bottom: 0;
  padding: 20px;
}

.text-block {
  color: var(--pressed);
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.div-block-3 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  display: flex;
}

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

.div-block-5 {
  background-color: var(--primary-blue);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 82px;
  height: 82px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-5 img {
  width: 36px;
  height: 36px;
  filter: brightness(0) invert(1);
}

.div-block-6 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.subclass {
  background-color: #fafafa;
  border: 1px solid #e3e3e3;
  border-radius: 16px;
  margin-bottom: 0;
  padding: 32px;
}

.subclass.extra-margin {
  flex: 1;
}

.subclass-row {
  display: flex;
  align-items: stretch;
  gap: 24px;
  flex-wrap: wrap;
}

.subclass-title {
  color: var(--pressed);
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 12px;
}

.subclass-description {
  color: #646464;
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.subclass-description p {
  margin: 0 0 14px;
}

.subclass-description ul {
  list-style: none;
  margin: 0 0 14px;
  padding-left: 0;
}

.subclass-description ul li {
  margin-bottom: 10px;
}

.section-2, .application-process {
  margin-top: 20px;
}

.paragraph-2 {
  font-size: 24px;
  line-height: 100%;
}

.description-text {
  color: #646464;
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  line-height: 37px;
}

.description-text.subheading {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}

.eligibility-description {
  color: #646464;
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
}

.eligibility-description h3 {
  color: #1a1a1a;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  margin: 32px 0 16px;
}

.eligibility-description p {
  margin: 0 0 24px;
}

.eligibility-description ul {
  list-style: none;
  margin: 0 0 24px;
  padding-left: 0;
}

.description-text ul {
  list-style: none;
  margin: 0 0 10px;
  padding-left: 0;
}

.eligibility-description ul li,
.description-text ul li,
.subclass-description ul li {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M13.5 4.5l-7 7L3 8' fill='none' stroke='%232f7a52' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

.eligibility-description ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 24px;
  background-position: 0px 6px;
}

.description-text ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
}

/* .description-text's taller line-height (37px vs eligibility-description's
   29px) needs the shared tick-mark icon nudged down to stay centered on the
   first line of text instead of sitting above it. */
.description-text ul li {
  background-position: 0px 8px;
}

.subclass-description ul li {
  position: relative;
  padding-left: 24px;
  background-position: 0px 4px;
}

.eligibility-intro {
  margin-bottom: 12px;
}

.tab-content-box {
  background-color: #fafafa;
  border: 1px solid #e3e3e3;
  border-radius: 16px;
  padding: 32px;
}

.tab-content-box + .tab-content-box {
  margin-top: 24px;
}

.tab-icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: var(--pressed);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.tab-icon-circle img {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1);
}

.tab-label {
  color: var(--pressed);
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 12px;
}

.tab-content-heading {
  color: #1a1a1a;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
}

.tab-content-heading--muted {
  color: #646464;
}

.new-heading {
  font-family: Roboto, Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 100%;
}

.new-heading.mt-heading {
  margin-top: 30px;
}

.div-block-7 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.text-block-2 {
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
}

.code-embed, .bold-text {
  color: #fff;
}

.text-block-3 {
  font-size: 14px;
}

.text-block-3:hover {
  color: var(--disabled);
}

.body {
  font-family: Roboto, Arial, sans-serif;
}

.bold-text-2 {
  color: var(--white);
}

.div-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.custom-list-number-2 {
  color: #fff;
  background-color: #61aec3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 84px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: inline-flex;
}

.text-block-5 {
  font-family: Roboto, Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.text-block-6 {
  font-size: 28px;
}

.contact-section-services {
  margin-top: 40px;
}

.service-main-content-2 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
}

.h2-general-2 {
  color: #000;
  width: 100%;
  font-family: Roboto, Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
}

.h2-general-2._w-full {
  color: #1a1a1a;
  width: 100%;
  margin-top: auto;
  font-family: Roboto, Arial, sans-serif;
  font-size: 46px;
}

.image-3, .image-4, .image-5, .image-6, .image-7 {
  width: 56px;
  height: 56px;
}

.nav-strip-icon-2 {
  width: 20px;
  height: 20px;
}

.paragraph-3 {
  line-height: 27px;
}

.body-2 {
  font-family: Roboto, Arial, sans-serif;
}

.global-banner-img-contact {
  background-image: url('../images/image-2.webp');
  background-position: 50% 0;
  background-size: cover;
  height: 420px;
}

.global-banner-img-contact.pos-rel {
  background-image: url('../images/contact-us.webp');
  background-position: 50% 30%;
  position: relative;
}

.global-banner-about-img {
  background-image: url('../images/our-services.webp');
  background-position: 50% 40%;
  background-size: cover;
  height: 420px;
}

.global-banner-about-img.pos-rel {
  position: relative;
}

.image-8 {
  width: 62px;
  height: 62px;
}

.heading {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.checkbox {
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  width: 18px;
  height: 18px;
}

.checkbox-field {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding-left: 15px;
  display: flex;
}

.checkbox-label {
  color: #646464;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}

.primary-button-wrapper-h, .primary-button-wrapper-c {
  width: 100%;
  margin-top: 30px;
}

@media screen and (min-width: 1280px) {
  .footer-links {
    justify-content: space-around;
    width: 60%;
  }

  .flex-row-card-section.mt-50 {
    margin-top: 40px;
  }

  .flex-row-card-grid-sec {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .h2-l-height-58 {
    font-size: 48px;
    line-height: 55px;
  }

  .nav-cta-btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-d-menu-item-toggle {
    padding-left: 15px;
  }

  .flex-row-top-g80 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
  }

  .blog-banner-wrapper {
    width: 80%;
  }

  .tab-section-wrapper {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .footer-logo {
    width: 200px;
  }

  .header-logo {
    width: 170px;
  }

  ._w-50-service {
    width: 100%;
  }

  .flex-col-top-g80 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
  }

  .flex-col-top-g80.row-reverse.application-process {
    margin-bottom: 0;
  }

  .flex-row-top-g80-1 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
  }

  .div-block-2, .subclass.extra-margin {
    flex: 1;
  }
}

@media screen and (min-width: 1440px) {
  .footer-wrapper {
    padding-left: 100px;
    padding-right: 100px;
  }

  .general-container.pos-rel-z2 {
    height: 100%;
  }

  .flex-row-card-section.mt-50 {
    margin-top: 50px;
  }

  .nav-cta-btn {
    padding-left: 20px;
    padding-right: 25px;
  }

  .navbar-d-menu-item-toggle {
    padding-left: 20px;
    padding-right: 45px;
    font-size: 16px;
  }

  .navbar-normal-menu-item {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .navbar-normal-menu-item.sm-menu-item {
    font-size: 18px;
  }

  .navbar-toggle-icon {
    margin-right: 20px;
    font-size: 18px;
  }

  .cta-btn {
    padding-left: 86px;
    padding-right: 86px;
  }

  .border-rad-10 {
    object-position: 50% 50%;
  }

  .border-rad-10.img-pos-bottom {
    object-position: 50% 70%;
  }

  .global-banner {
    height: 480px;
  }

  .banner-wrapper {
    height: 100%;
    display: flex;
  }

  .banner-content {
    width: 55%;
  }

  ._w-50-2nd.g-70 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  ._w-70-partition-left {
    width: 90%;
  }

  .blog-body-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .blog-banner-wrapper {
    width: 80%;
  }

  .tab-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .global-banner-img2, .service-banner {
    height: 480px;
  }

  .header-logo {
    width: 160px;
  }

  ._w-50-service.g-70 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .flex-col-top-g80.row-reverse.application-process {
    margin-bottom: 0;
  }

  .div-block-2.extra-margin {
    margin-bottom: 40px;
  }

  .subclass.extra-margin {
    margin-bottom: 0;
  }

  .global-banner-img-contact, .global-banner-about-img {
    height: 480px;
  }
}

@media screen and (min-width: 1920px) {
  ul {
    list-style-type: none;
  }

  .nav-strip-section {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .footer-wrapper {
    padding-left: 150px;
    padding-right: 150px;
  }

  .general-container {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-wrapper {
    display: flex;
  }

  .nav-cta-btn {
    padding-top: 20px;
    padding-bottom: 14px;
    padding-left: 25px;
    font-size: 20px;
  }

  .navbar-d-menu-item-toggle, .navbar-normal-menu-item {
    font-size: 18px;
  }

  .navbar-toggle-icon {
    font-size: 20px;
  }

  .global-banner {
    position: relative;
  }

  .banner-content {
    width: 55%;
  }

  .service-main-content {
    justify-content: center;
    align-items: flex-start;
  }

  .tab-wrapper {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tab-section-wrapper.conferral {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    justify-content: space-between;
  }

  .global-banner-img2 {
    position: relative;
  }

  .img-w100-cover.cust-height {
    width: 100%;
    height: 850px;
  }

  .service-banner {
    position: relative;
  }

  .button {
    margin-top: 20px;
  }

  .div-block-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: stretch;
  }

  .subclass.extra-margin {
    margin-bottom: 0;
  }

  .global-banner-img-contact, .global-banner-about-img {
    position: relative;
  }

  .checkbox {
    width: 20px;
    height: 20px;
  }

  .checkbox-field {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    color: #646464;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
  }

  .checkbox-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
  }
}

@media screen and (max-width: 991px) {
  .flex-row-center-div {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .flex-row-center-div.row-rev {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
  }

  .flex-row-center-div.row-rev.mb-30 {
    margin-bottom: 0;
  }

  .hero-left-part, .hero-right-part {
    width: 100%;
  }

  .subclass.extra-margin {
    width: 100%;
  }

  .footer-navigation {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .footer-links {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    width: 100%;
  }

  .floater-div {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    padding: 20px 15px 30px;
  }

  .f-img-part {
    text-align: center;
    width: 100%;
  }

  .f-content-part {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .flex-row-card-section.mt-50 {
    margin-top: 20px;
  }

  .flex-col.flex-y-center.g-58 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .flex-row-g24 {
    flex-flow: column;
  }

  .flex-col-icon-box {
    width: 100%;
    padding: 30px;
  }

  .home-page-card-sec {
    padding-top: 40px;
  }

  .card-section-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .card-row-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
  }

  .cards-grid-w-60 {
    flex-flow: column;
    width: 100%;
  }

  .card-grid-item {
    width: 100%;
    padding: 30px 25px;
  }

  .img-part-w-30 {
    width: 70%;
  }

  .flex-row-card-grid-sec {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 60px;
  }

  .hp-img {
    height: 100%;
  }

  .cta-card-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .sec-6-content-wrapper {
    margin-bottom: 40px;
    padding: 30px;
  }

  .flex-col-center {
    margin-top: 40px;
  }

  .flex-col-center.gap-35 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .text-img-flex-row-center {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .cta-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .rich-text-general-white {
    font-size: 22px;
    line-height: 25px;
  }

  .h2-general {
    width: 80%;
    font-size: 38px;
    line-height: 38px;
  }

  .h2-l-height-58 {
    font-size: 38px;
    line-height: 38px;
  }

  .h1-general {
    font-size: 54px;
    line-height: 54px;
  }

  .h1-general.res-text-sm {
    font-size: 48px;
    line-height: 48px;
  }

  .custom-list-w-50 {
    width: 100%;
  }

  .nav-cta-btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-d-menu-item-toggle {
    padding-left: 20px;
  }

  .navbar-normal-menu-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-normal-menu-item.sm-menu-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-toggle-icon {
    margin-right: 20px;
  }

  .cta-btn {
    font-size: 22px;
  }

  .border-rad-10 {
    object-position: 50% 45%;
  }

  .global-banner {
    height: 320px;
  }

  .banner-wrapper {
    padding: 40px 40px 40px 0;
  }

  .banner-content {
    width: 100%;
  }

  .services-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .service-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-card-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .circle-yellow-big {
    width: 45px;
    height: 45px;
  }

  .service-collection-item {
    width: 50%;
  }

  .service-main-content {
    padding-bottom: 0;
  }

  .rich-inner-para-mb-25 {
    margin-bottom: 30px;
  }

  .service-banner-sub-text {
    font-size: 22px;
    line-height: 24px;
  }

  .content-section-left-align {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .about-us-wrapper {
    padding-bottom: 10px;
  }

  .flex-row-center2-g80 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 40px;
  }

  ._w-50-2nd {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
  }

  ._w-50-2nd.g-70 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .flex-row-top-g80 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column-reverse;
    padding-bottom: 0;
  }

  .flex-row-top-g80.row-reverse {
    flex-flow: column;
  }

  .contact-us-form-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  ._w-40-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .rich-text-gen-dark-large {
    font-size: 20px;
  }

  .blogs-wrapper {
    padding-bottom: 0;
  }

  .blog-collection-item {
    width: 50%;
  }

  .blog-body-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .toc-wrapper {
    width: 100%;
    padding: 30px;
  }

  .blog-content-wrapper, .blog-side-form {
    width: 100%;
  }

  .blog-banner-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .author-img {
    width: 25px;
    height: 25px;
  }

  .para-general-2 {
    font-size: 20px;
  }

  .tabs-menu.margin-r-150 {
    width: 100%;
    margin-right: 30px;
  }

  .tab-menu-item {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 22px;
    display: block;
  }

  .tab-section-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .h3-general-small {
    line-height: 34px;
  }

  .gradient-wrap {
    background-image: linear-gradient(244deg, #00843d45, #080619cc);
  }

  .global-banner-img2 {
    height: 320px;
  }

  .img-w100-cover {
    margin-left: auto;
    margin-right: auto;
  }

  .h3-rich-text-inner {
    margin-bottom: 30px;
  }

  .header-logo {
    width: 160px;
  }

  ._w-50-service {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
  }

  ._w-50-service.g-70 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .blog-banner-gradient-wrap {
    background-image: radial-gradient(circle, #080619e6, #08061900);
  }

  .flex-col-top-g80 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column-reverse;
    padding-bottom: 0;
  }

  .flex-col-top-g80.row-reverse {
    flex-flow: column;
  }

  .flex-col-top-g80.row-reverse.application-process {
    margin-bottom: 0;
  }

  .flex-row-top-g80-1 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column-reverse;
    padding-bottom: 0;
  }

  .flex-row-top-g80-1.row-reverse {
    flex-flow: column;
  }

  .section.partner {
    margin-top: 40px;
  }

  .div-block-3 {
    flex-flow: column;
  }

  .sm-nav-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .new-heading {
    font-size: 36px;
  }

  .service-main-content-2 {
    padding-bottom: 0;
  }

  .h2-general-2 {
    width: 80%;
    font-size: 38px;
    line-height: 38px;
  }

  .global-banner-img-contact, .global-banner-about-img {
    height: 320px;
  }
}

@media screen and (max-width: 767px) {
  .flex-row-center-div.row-rev {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .primary-button-wrapper {
    margin-top: 30px;
  }

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

  .homepage-textarea {
    padding-bottom: 30px;
  }

  .contact-from-row-wrap {
    flex-flow: column;
  }

  .form-wrapper {
    padding: 30px;
  }

  .footer-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .floater-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .flex-row-card-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .flex-col-card {
    width: 100%;
  }

  .home-page-card-sec {
    padding-top: 30px;
  }

  .card-row-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .card-grid-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .img-part-w-30 {
    width: 100%;
  }

  .cta-card-item {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .sec-6-content-wrapper {
    margin-bottom: 30px;
    padding: 20px;
  }

  .flex-col-center {
    margin-top: 30px;
  }

  ._w-50 {
    width: 100%;
  }

  .cta-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .rich-text-general-white {
    font-size: 18px;
    line-height: 23px;
  }

  .rich-text-gen-dark {
    font-size: 18px;
  }

  .rich-text-gen-dark.line-height-28 {
    line-height: 24px;
  }

  .h2-general {
    width: 100%;
    line-height: 38px;
  }

  .h2-general.h2-align-center {
    width: 100%;
  }

  .h1-general {
    font-size: 44px;
    line-height: 44px;
  }

  .h1-general.res-text-sm {
    font-size: 38px;
    line-height: 40px;
  }

  .footer-contact-link {
    font-size: 24px;
  }

  .nav-cta-btn {
    display: none;
  }

  .brand-logo {
    width: 180px;
    padding-left: 0;
  }

  .cta-btn {
    font-size: 18px;
  }

  .banner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .services-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .service-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    min-height: auto;
    padding: 20px 30px 30px;
  }

  .h3-general {
    margin-top: 10px;
    font-size: 30px;
  }

  .circle-yellow-big {
    width: 35px;
    height: 35px;
  }

  .service-collection-item {
    width: 100%;
  }

  .service-main-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 0;
  }

  .rich-inner-para-mb-25 {
    margin-bottom: 20px;
  }

  .service-banner-sub-text {
    font-size: 18px;
    line-height: 24px;
  }

  ._w-50-2nd {
    width: 100%;
  }

  ._w-50-2nd.g-70 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .contact-us-form-wrapper {
    flex-flow: column;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  ._w-40-div, ._w-60-div {
    width: 100%;
  }

  .rich-text-gen-dark-large {
    font-size: 18px;
  }

  .rich-text-gen-dark-large.line-height-28 {
    line-height: 24px;
  }

  .blogs-wrapper {
    padding-top: 40px;
  }

  .blog-collection-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-card {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .toc-wrapper {
    padding: 20px;
  }

  .contact-from-row-wrap-type-2 {
    flex-flow: column;
  }

  .blog-banner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .author-img {
    width: 20px;
    height: 20px;
  }

  .para-general-2, .field-label-type-2 {
    font-size: 16px;
  }

  .tab-section {
    width: 100%;
  }

  .tabs-menu.margin-r-150 {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
    overflow: auto;
  }

  .tab-wrapper {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    align-items: stretch;
  }

  .tabs-content-wrapper {
    width: 100%;
  }

  .tab-menu-item {
    font-size: 16px;
    line-height: 20px;
  }

  .tab-section-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .h3-general-small {
    margin-top: 10px;
    font-size: 26px;
    line-height: 32px;
  }

  .h3-general-small.l-height-normal {
    line-height: 28px;
  }

  .h3-rich-text-inner {
    margin-bottom: 20px;
  }

  .list {
    font-size: 18px;
  }

  ._w-50-service {
    width: 100%;
  }

  ._w-50-service.g-70 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section.partner {
    margin-top: 40px;
  }

  .div-block-3, .div-block-6, .subclass.extra-margin {
    width: 100%;
  }

  .subclass {
    padding: 24px;
  }

  .div-block-5 {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
  }

  .div-block-5 img {
    width: 28px;
    height: 28px;
  }

  .subclass-title {
    font-size: 22px;
    line-height: 28px;
  }

  .service-main-content-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 0;
  }

  .h2-general-2 {
    width: 100%;
    line-height: 38px;
  }

  .primary-button-wrapper-h, .primary-button-wrapper-c {
    margin-top: 30px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-strip {
    display: none;
  }

  .primary-button-wrapper {
    text-align: left;
    margin-top: 20px;
  }

  .field-label {
    margin-bottom: 10px;
  }

  .homepage-textarea {
    padding-bottom: 30px;
  }

  .form {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    margin-top: 20px;
  }

  .form-wrapper {
    padding: 15px;
  }

  .footer-content-wrapper {
    justify-content: center;
  }

  .footer-navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-wrapper {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .flex-row-card-section {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .flex-col.flex-y-center.g-58 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .flex-col-icon-box {
    padding: 20px 15px;
  }

  .home-page-card-sec {
    padding-top: 20px;
  }

  .card-section-2, .card-row-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .card-grid-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .img-part-w-30 {
    width: 100%;
  }

  .cta-card-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec-6-content-wrapper {
    margin-bottom: 40px;
  }

  .text-img-flex-row-center {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .rich-text-gen-dark {
    font-size: 16px;
  }

  .rich-text-gen-dark.line-height-28 {
    line-height: 20px;
  }

  .h2-general, .h2-l-height-58 {
    font-size: 32px;
    line-height: 32px;
  }

  .h1-general.res-text-sm {
    font-size: 32px;
    line-height: 34px;
  }

  .general-text {
    font-size: 16px;
  }

  .footer-contact-link {
    font-size: 18px;
  }

  .brand-logo {
    width: 150px;
  }

  .border-rad-10 {
    height: 250px;
  }

  .global-banner {
    height: auto;
  }

  .banner-wrapper {
    padding: 30px 0;
  }

  .services-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .service-card {
    min-height: 260px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h3-general {
    font-size: 25px;
  }

  .h3-general.mb-24 {
    margin-bottom: 0;
  }

  .circle-yellow-big {
    width: 25px;
    height: 25px;
  }

  .service-collection-item {
    padding-left: 0;
    padding-right: 0;
  }

  .service-main-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .service-banner-sub-text {
    font-size: 18px;
  }

  .about-us-wrapper {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .flex-row-center2-g80 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-us-form-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .rich-text-gen-dark-large {
    font-size: 16px;
  }

  .rich-text-gen-dark-large.line-height-28 {
    line-height: 20px;
  }

  .blog-body-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .blog-banner-wrapper {
    padding: 30px 0;
  }

  .field-label-type-2 {
    margin-bottom: 10px;
  }

  .tabs-menu.margin-r-150 {
    overflow: auto;
  }

  .tab-menu-item {
    margin-bottom: 3px;
  }

  .h3-general-small {
    font-size: 24px;
    line-height: 28px;
  }

  .h3-general-small.mb-24 {
    margin-bottom: 0;
  }

  .h3-general-small.l-height-normal {
    line-height: 26px;
  }

  .gradient-wrap {
    background-image: linear-gradient(244deg, #00843d45, #080619cc);
  }

  .global-banner-img2, .service-banner {
    height: auto;
  }

  .list {
    font-size: 16px;
  }

  .blog-banner-gradient-wrap {
    background-image: radial-gradient(circle, #080619, #08061900);
  }

  .service-main-content-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .h2-general-2 {
    font-size: 32px;
    line-height: 32px;
  }

  .h2-general-2._w-full {
    line-height: 48px;
  }

  .global-banner-img-contact, .global-banner-about-img {
    height: auto;
  }

  .primary-button-wrapper-h, .primary-button-wrapper-c {
    text-align: left;
    margin-top: 20px;
  }
}


@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral 1';
  src: url('../fonts/Spectral-SemiBold1.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Variablefont Opsz Wght 1';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}