@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2"), url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa v4compatibility;
  src: url('../fonts/fa-v4compatibility.woff2') format("woff2"), url('../fonts/fa-v4compatibility.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2"), url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2"), url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: "Mosk extra 200";
  src: url('../fonts/Mosk-Extra-Light-200.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

:root {
  --blue-black-text: #010042;
  --paragraph-grey: #413f5f;
  --blue-1: #40b5e3;
  --white: white;
  --dark-blue: #30579f;
  --grey: #e9eaf2;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-500: #6b7094;
  --blue-2: #0d84d1;
  --flowui-component-library--gray-100: #f7f9fd;
  --flowui-component-library--grey-600: #393b6a;
  --combine-library--grey-800: #1f2c3d;
  --combine-library--primary-600: #6157f8;
  --combine-library--grey-600: #5f6570;
  --combine-library--white: white;
  --combine-library--warning-400: #f8b34b;
  --combine-library--secondary-600: #00a1c1;
  --black: black;
  --text-black: #18191b;
  --combine-library--grey-050: #f2f3f7;
  --flowui-component-library--success-darker: #006638;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--primary-dark: #2d0896;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--gray-800: #1b114a;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero {
  object-fit: fill;
  background-image: url('../images/pattern02-02.png'), linear-gradient(#5b78b2, #5b78b2);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  background-attachment: fixed, scroll;
  height: 100vh;
  margin-top: 0;
  padding: 25px 65px;
}

.hero-section {
  background-image: url('../images/BG-Medhealth.png');
  background-position: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  margin-top: -61px;
}

.navbar {
  height: 80px;
}

.container {
  align-items: center;
  height: 80px;
  display: flex;
}

.brand {
  height: 80px;
}

.navbar-2 {
  background-color: #0000;
  background-image: linear-gradient(to top, #e0e0e09c, #fff 43%);
  display: block;
}

.tagline-card-wrapper {
  background-color: #0000;
  background-image: linear-gradient(to top, #f1f1f1, #fff);
  width: 550px;
  height: 350px;
  margin-top: 150px;
}

.body {
  -webkit-text-fill-color: inherit;
  background-color: #fafafa;
  background-clip: border-box;
  font-family: "Mosk 700", sans-serif;
}

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

.grid-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100vw;
  height: 100vh;
}

.div-block {
  background-image: url('../images/Hnet.com-image-1.jpg');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-div {
  z-index: 3;
  width: 550px;
  height: 400px;
  margin-top: 110px;
  margin-left: 20px;
  position: relative;
}

.grid-hero-background {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100vw;
  height: 100vh;
}

.background-wrapper-left._2 {
  background-color: #5b79b1;
}

.background-wrapper-right {
  object-fit: none;
  background-image: linear-gradient(0deg, #a4dada 27%, #8dbabf00 44%, #0000 73%), url('../images/Hnet.com-image-1.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  height: 90%;
}

.background-wrapper-right._2 {
  background-color: #5b79b1;
  background-image: none;
}

.wrapper-tagline {
  z-index: 2;
  object-fit: fill;
  width: 100%;
  height: 100%;
  padding-left: 10%;
  position: absolute;
  inset: 0%;
}

.card-wrapper {
  background-color: #0000;
  background-image: linear-gradient(360deg, #cfcfcf, #fff 54%);
  border-radius: 20px;
  width: 650px;
  height: auto;
  margin-top: 8rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: static;
  inset: 33% -18% -22% 19%;
  box-shadow: 0 4px 20px -7px #00000082;
}

.heading-wrapper {
  justify-content: flex-start;
  padding: 0 3rem;
  display: flex;
}

.h1 {
  color: #424242;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Mosk ultra 900", sans-serif;
  font-size: 85px;
  font-weight: 700;
  line-height: 95px;
}

.h1.poli {
  color: #424242;
  text-align: center;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.h1.poli.covid {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 76px;
}

.button-wrapper {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.button-wrapper.top {
  justify-content: flex-start;
  padding-left: 3rem;
}

.button-wrapper.custom {
  justify-content: flex-end;
}

.button-wrapper.custom._2 {
  justify-content: flex-start;
}

.button-wrapper.front {
  justify-content: flex-end;
}

.sub-head-wrapper {
  margin-bottom: 20px;
  padding-left: 3rem;
  padding-right: 110px;
}

.h3 {
  color: #424242;
  font-family: "Mosk semi 600", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
}

.h3.text {
  font-family: "Mosk 300", sans-serif;
  display: flex;
}

.h3.text.new {
  justify-content: center;
  margin-bottom: 50px;
}

.h3.text.main {
  justify-content: center;
}

.button {
  -webkit-text-fill-color: inherit;
  background-color: #86ccd2;
  background-clip: border-box;
  border-radius: 400px;
  justify-content: flex-end;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 20px;
  line-height: 28px;
  display: flex;
}

.button.cust {
  background-color: #86ccd2;
  border: 2px #0000;
  justify-content: center;
  width: 250px;
  font-family: "Mosk 700", sans-serif;
}

.button.cust:hover {
  color: #fff;
  background-color: #86ccd2;
}

.button.konsul {
  justify-content: center;
  align-items: center;
  width: 300px;
}

.text-span {
  font-family: "Fa solid 900", sans-serif;
}

.cta-section {
  background-color: #fdfdfd;
  height: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.grid-2 {
  grid-template-rows: auto;
}

.grid-cta-background {
  grid-template-rows: auto;
  width: 100vw;
  height: 100vh;
}

.div-block-2 {
  background-color: #5b79b1;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100vw;
  height: 100vh;
}

.div-block-3 {
  background-image: url('../images/phone-03.png');
  background-position: 0 0;
  background-size: auto;
}

.phone-image-wrapper {
  margin-left: 8rem;
}

.image {
  object-fit: cover;
  height: 50vh;
}

.cta-section-wrapper {
  height: 50vh;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.cta-text-wrapper {
  margin-top: 0;
  margin-right: 8rem;
  padding: 60px 30px;
}

.h2 {
  color: #424242;
  text-align: center;
  justify-content: flex-end;
  width: auto;
  font-family: "Mosk ultra 900", sans-serif;
  display: flex;
}

.h2.alt {
  color: #fff;
  width: auto;
  font-family: "Mosk 300", sans-serif;
  font-weight: 300;
}

.h2.alt._2 {
  color: #424242;
  font-family: "Mosk 500", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.h2._2 {
  text-align: right;
}

.h2._2.alt-col {
  color: #424242;
}

.h2._2.alt-col.mob {
  width: auto;
}

.h2.custom {
  text-align: right;
  width: 800px;
  font-size: 46px;
  line-height: 54px;
}

.h2.custom.poli {
  text-align: left;
}

.h2.custom.wht {
  color: #424242;
}

.h2.custom.wht.ele {
  margin-bottom: 20px;
}

.h2.custom.wht.form {
  text-align: center;
  width: 90%;
  margin-bottom: 5%;
}

.h2.custom-2 {
  text-align: center;
  width: 800px;
  margin-top: 20px;
  font-size: 46px;
  line-height: 54px;
}

.h2.custom-2.wht {
  color: #424242;
  margin-bottom: 2rem;
  font-size: 54px;
  line-height: 62px;
}

.h2.custom-3 {
  color: #424242;
  text-align: left;
  justify-content: flex-start;
  width: 800px;
  margin-top: 20px;
  font-size: 46px;
  line-height: 54px;
}

.h2.custom-3._1 {
  text-align: right;
  justify-content: center;
  align-items: flex-start;
  width: auto;
}

.h2.custom4 {
  color: #424242;
  text-align: left;
  justify-content: flex-start;
  font-size: 46px;
  line-height: 54px;
}

.h2.title {
  justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

.h2.title.atlanta {
  color: #18394c;
  font-family: Open Sans, sans-serif;
}

.h2.title.new {
  color: var(--blue-black-text);
  font-family: Inter, sans-serif;
  font-size: 2.3rem;
  line-height: 4rem;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 40% 60%;
}

.tabs-images-slider {
  width: 100%;
  display: flex;
}

.img-gradient {
  z-index: 1;
  opacity: 1;
  background-image: linear-gradient(270deg, #121e2b, #fff0 41%);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.tab-img-mobile {
  display: none;
}

.container-2 {
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8em;
  padding-right: 8em;
}

.container-2.is--max_width {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.container-2.is--max_width.top-gradient {
  background-color: #0000;
  padding-left: 10%;
  padding-right: 10%;
}

.stat-title {
  height: 4em;
  margin-bottom: 3.5em;
  overflow: hidden;
}

.stat-wrapper {
  padding-top: 10px;
  padding-left: 26px;
  padding-right: 26px;
}

.img-shape {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.progress-line {
  background-color: #2bded3;
  width: 25%;
  height: .6em;
  margin-top: -.5em;
  position: absolute;
}

.section {
  height: 100vh;
  margin-top: 30px;
}

.paragraph-large {
  color: #fff;
  text-align: justify;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Mosk 500", sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.statistics-hover-tabs {
  width: 100%;
  height: 45em;
  display: flex;
  overflow: hidden;
}

.img-section {
  opacity: .8;
  height: 45em;
  display: none;
  position: relative;
  overflow: hidden;
}

.tab-img {
  flex: none;
  width: 100%;
  height: 100%;
}

.stat-heading {
  font-family: "Mosk 700", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.tab {
  background-color: #121e2b;
  height: .5em;
  position: absolute;
}

.stats-progress {
  position: relative;
}

.statistics-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stat-item {
  cursor: pointer;
  background-image: linear-gradient(#86ccd3, #86ccd3);
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  padding: 11px 4px;
  transition: all .2s;
  display: flex;
}

.stat-item:hover {
  background-color: #2bded333;
}

.stat-item.is--filp {
  background-image: linear-gradient(to top, #00b8ac63, #0000 66%);
}

.img-stat-scroll {
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 100%;
  display: block;
}

.image-2 {
  width: 50px;
}

.div-block-4 {
  justify-content: flex-start;
  margin-bottom: 5px;
  display: flex;
}

.fitur-section {
  z-index: 1;
  height: 100vh;
  margin-bottom: 0;
  position: static;
}

.image-div-wrapper {
  z-index: 4;
  height: 50%;
  position: static;
}

.image-3 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  object-fit: cover;
  object-position: 50% 5%;
  width: 100vw;
  height: 60vh;
  box-shadow: 2px 2px 20px silver;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-card-wrapper {
  justify-content: center;
  display: flex;
}

.card {
  background-color: #0000;
  background-image: linear-gradient(to top, #ddd, #fff);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 275px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 18px 15px;
  display: flex;
  box-shadow: 1px 1px 10px #bbbbbb61;
}

.card._1 {
  margin-left: 20px;
}

.card.content-about-us {
  width: 95%;
  height: 550px;
}

.card-grid {
  grid-template: "." 300px
  / 300px 300px 300px 300px;
  margin-top: 40px;
}

.h4 {
  color: #424242;
  margin-top: 40px;
  margin-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 24px;
  line-height: 28px;
}

.paragraph {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Mosk 300", sans-serif;
  font-size: 16px;
}

.header-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5em;
  padding-bottom: 5em;
  display: block;
}

.link-footer-text {
  color: #4d4d4d;
  white-space: nowrap;
  font-size: 32px;
}

.footer-nav-items {
  display: flex;
  overflow: hidden;
}

.f-nav-item {
  color: #fff;
  background-image: linear-gradient(#2bded317, #0000);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 30em;
  padding: 25px 4px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.f-nav-item:hover {
  color: #121e2b;
  background-image: linear-gradient(#fff, #ffffffa8);
}

.f-nav-item.is--empty {
  background-image: linear-gradient(#2bded31a, #0000);
}

.f-nav-item.is--filp {
  background-image: linear-gradient(to top, #2bded33b, #0000);
}

.f-nav-item.is--filp:hover {
  background-image: linear-gradient(to top, #ffffffb0, #fff);
}

.f-nav-item.is--filp.gradient {
  background-image: linear-gradient(to top, #2bded31a, #0000);
}

.section-title {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  width: 700px;
  padding-bottom: 1em;
  display: flex;
}

.footer-nav {
  overflow: hidden;
}

.image-4 {
  width: 100px;
}

.cta-2-section {
  background-image: linear-gradient(287deg, #fff 14%, #0000), url('../images/105294-1.jpg');
  background-position: 0 0, 90%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  height: 70vh;
}

.cta-2-section.custom {
  background-image: linear-gradient(34deg, #fff 39%, #0000), url('../images/105294-1.jpg');
  background-position: 0 0, 90%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.text-content-wrapper {
  padding-left: 130px;
}

.text-content-wrapper.poli {
  text-align: left;
  padding-left: 0;
}

.text-content-wrapper.form {
  justify-content: center;
  padding-left: 0;
  display: flex;
}

.button-wrapper-cta2 {
  justify-content: flex-end;
  width: 800px;
  display: flex;
}

.button-wrapper-cta2.poli {
  justify-content: flex-start;
}

.container-3 {
  padding-top: 80px;
  padding-bottom: 130px;
}

.footer {
  background-image: url('../images/BG-Medhealth.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-block-8 {
  color: #424242;
  text-align: justify;
  padding-top: 10px;
  padding-bottom: 8px;
  padding-left: 8px;
  font-family: "Mosk 500", sans-serif;
  font-size: 12px;
}

.submit-button {
  background-color: #305bff;
  border-radius: 50px;
}

.link-block {
  text-decoration: none;
}

.footer-follow-us {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.text-block-17 {
  color: #8798ad;
}

.div-footer-2-right {
  width: 285px;
  margin-right: 0;
}

.text-footer-2-left {
  color: #5b78b2;
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 600;
}

.image-5 {
  width: 250px;
  margin-left: 4px;
}

.footer-logo {
  flex-direction: column;
  align-items: flex-start;
  width: 400px;
  margin-top: 45px;
  display: flex;
}

.text-field {
  color: #323d4a;
  border-radius: 12px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.footer-ragam {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.grid-7 {
  grid-template-rows: auto;
  display: flex;
}

.footer-explor {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.footer-link-block {
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
}

.div-block-30 {
  background-color: #a5a5a59e;
  height: 1px;
  margin-top: 18px;
  margin-bottom: 18px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0;
  line-height: 1px;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.paragraph-6 {
  color: #323d4a;
  margin-bottom: 0;
  font-size: 12px;
}

.text-sub-head {
  color: #305bff;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.text-block-9 {
  color: #424242;
  font-family: "Mosk 700", sans-serif;
  font-size: 14px;
}

.link-block-2 {
  color: #323d4a;
  text-decoration: none;
}

.div-footer-2-left {
  width: 290px;
  padding-left: 8px;
  padding-right: 0;
}

.text-block-10 {
  color: #8798ad;
  font-size: 9px;
}

.icon-text {
  color: #5b78b2;
  width: auto;
  font-family: "Fa solid 900", sans-serif;
  font-size: 12px;
}

.icon-text.wa-icon {
  font-family: "Fa brands 400", sans-serif;
  font-size: 14px;
}

.icon-text.fabrands {
  font-family: "Fa brands 400", sans-serif;
}

.footer-container {
  flex-direction: column;
  max-width: none;
  padding: 60px 80px;
  display: flex;
}

.image-25 {
  width: 150px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-link {
  color: #727272;
  font-family: "Mosk 700", sans-serif;
}

.nav-link-2 {
  color: #727272;
}

.nav-link-3, .nav-link-4, .text-block-18 {
  color: #727272;
  font-family: "Mosk 700", sans-serif;
}

.dropdown-list {
  background-color: #8d7e7e;
  width: auto;
  transition: opacity .2s;
}

.dropdown-list.w--open {
  background-color: #fffffff7;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.dropdown-link, .dropdown-link-2, .dropdown-link-3 {
  color: #727272;
}

.dropdown-toggle {
  width: auto;
}

.grid-hero-tentang-kami {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  height: 100vh;
}

.image-wrapper {
  align-items: center;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.image-wrapper.tentang-kami-hero {
  float: left;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.about-us-wrapper-content {
  max-width: 1100px;
  padding-left: 0;
  padding-right: 0;
}

.h5 {
  color: #fff;
  height: auto;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Mosk extra 800", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 66px;
}

.h5._2 {
  color: #424242;
  justify-content: center;
  display: flex;
}

.h5.custom {
  color: #424242;
  margin-bottom: 10%;
}

.h5.custom3 {
  color: #424242;
  text-align: center;
  margin-bottom: 0;
}

.h5.custom3.ct {
  margin-bottom: 0;
}

.body-2 {
  background-color: #0000;
  font-family: "Mosk 700", sans-serif;
}

.image-26 {
  object-fit: cover;
  border-radius: 30px;
  max-width: 500px;
  height: 60vh;
  padding: 0;
  box-shadow: 1px 1px 20px 2px #00000059;
}

.container-tentang-kami {
  flex-direction: row;
  justify-content: center;
  max-width: 100%;
  padding-top: 4.5rem;
  display: block;
}

.container-tentang-kami.staff {
  flex-direction: column;
}

.paragraph-7 {
  text-align: justify;
  width: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: "Mosk 700", sans-serif;
  font-size: 16px;
}

.bold-text, .bold-text-2, .bold-text-3 {
  color: #424242;
}

.bold-text-4 {
  color: #424242;
  text-align: justify;
}

.bold-text-5 {
  color: #fff;
  max-height: none;
}

.staff-card-wrapper {
  width: 180px;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0;
}

.image-27 {
  border-radius: 8%;
  margin-bottom: 15px;
}

.name {
  color: #424242;
  text-align: center;
  font-family: "Mosk 700", sans-serif;
  font-size: 18px;
}

.title {
  color: #424242;
  text-align: center;
  font-weight: 700;
}

.text-block-20 {
  color: #424242;
  text-align: center;
}

.titel {
  color: #424242;
  text-align: center;
  font-family: "Mosk 400", sans-serif;
}

.card-wrapper-tentang-kami {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 50px;
  display: flex;
}

.card-wrapper-tentang-kami.flex {
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.cta {
  background-image: linear-gradient(326deg, #fff 19%, #fff0), url('../images/Hnet.com-image-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 70vh;
}

.image-28 {
  object-fit: none;
}

.container-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
}

.content-wrapper {
  flex-direction: column;
  display: flex;
}

.link-block-artikel.link-blok-kenapa-koperasi-harus {
  width: 50%;
  display: block;
}

.link-block-artikel.link-blok-kenapa-koperasi-harus.tonjolan-berbahaya {
  display: none;
}

.link-block-artikel.link-blok-selamat-datang {
  width: 50%;
}

.link-block-artikel.artikel-1 {
  width: 50%;
  display: block;
}

.link-block-artikel.artikel-1.tonjolan-berbahaya {
  display: none;
}

.link-block-artikel.link-blok-kenapa-koperasi-harus-copy {
  width: 50%;
  display: block;
}

.link-block-artikel.link-blok-kenapa-koperasi-harus-copy.tonjolan-berbahaya {
  display: none;
}

.link-block-artikel.link-blok-kenapa-koperasi-harus {
  width: 100%;
}

.container-14 {
  z-index: 10;
  flex-direction: column;
  display: flex;
  position: relative;
}

.d-105-image-wrapper {
  transform-origin: 50% 0;
  background-image: url('../images/helen-barth-i2WExMB2kII-unsplash-1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.d-105-image-wrapper.artikel2 {
  background-image: url('../images/2021-12-31-pria-wajib-tahu-begini-cara-benar-pakai-tisu-magic-biar-tahan-lama.jpg');
}

.d-105-image-wrapper.article3 {
  background-image: url('../images/pexels-pixabay-46795-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.d-105-image-wrapper.article-4 {
  background-image: url('../images/man-wearing-brown-pants-close-up-2.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.d-105-image-wrapper.article5 {
  background-image: url('../images/sasun-bughdaryan-dLfwYP33vi4-unsplash-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.d-105-image-wrapper.article-6 {
  background-image: url('../images/JnTktkqTURBXy8wYzAwYzY1OThjY2FmNDU0MGUyYjU1YjRkYjI3ZjkwMS5qcGVnkpUDABbNAXfM0pMFzQSwzQJ2.jpg');
  background-position: 50% 70%;
  background-size: cover;
}

.d-105-image-wrapper.article-7 {
  background-image: url('../images/pexels-akhi-art-2238808-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.d-105-image-wrapper.article-8 {
  background-image: url('../images/633be9653960a60f27868276_pexels-magda-ehlers-985268-1-1.jpg');
  background-position: 50% 70%;
  background-size: cover;
}

.d-105-image-wrapper.article-9 {
  background-image: url('../images/images.png');
  background-position: 50%;
  background-size: cover;
}

.d-105-image-wrapper.article-10 {
  background-image: url('../images/benign-prostatic-hyperplasia-bph.jpg');
  background-position: 50% 40%;
  background-size: cover;
}

.d-105-image-wrapper.article-11 {
  background-image: url('../images/subvertivo-_lab-r2Xboe-qczs-unsplash-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.d-105-image-wrapper.article-12 {
  background-image: url('../images/pexels-pixabay-40568-1.jpg');
  background-position: 50% 40%;
  background-size: cover;
}

.d-105-image-wrapper.article-13 {
  background-image: url('../images/images-4.jpg');
  background-position: 50%;
  background-size: cover;
}

.d-105-image-wrapper.article-14 {
  background-image: url('../images/phimosis-1573043849-1.jpg');
  background-position: 50% 40%;
  background-size: cover;
}

.d-105-image-wrapper.article-15 {
  background-image: url('../images/157_87_gonore-kencing-nanah-gejala-penyebab-dan-pengobatan.jpg');
  background-position: 50%;
  background-size: cover;
}

.d-105-image-wrapper.article-16 {
  background-image: url('../images/pexels-timur-weber-8560647-1.jpg');
  background-position: 50% 40%;
  background-size: cover;
}

.d-105-image-wrapper.article-17 {
  background-image: url('../images/tipe-dan-penyebab-keceplosan-saat-berbicara-apa-saja-210512x.jpg');
  background-position: 50%;
  background-size: cover;
}

.d-105-card-title {
  color: #fff;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
}

.div-gradation-effect {
  z-index: 1;
  background-image: linear-gradient(#0000 41%, #315eb8);
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.carddivwarper {
  transform-origin: 50% 0;
  background-color: #fff;
  border-radius: 16px;
  width: auto;
  height: 360px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 8px 20px -7px #85858599;
}

.carddivwarper.artikel1 {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.carddivwarper.artikel-1 {
  margin-left: 20px;
  position: relative;
}

.carddivwarper.artikel1 {
  margin-left: 0;
  margin-right: 0;
}

.wrapper-artikel {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.wrapper-artikel.kenapa-koperasi-go-digital {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.d-105-text-wrapper-2 {
  z-index: 2;
  height: 30%;
  padding: 0 20px 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-artikel-header {
  color: #323d4a;
  padding-top: 100px;
  padding-bottom: 30px;
  font-family: "Mosk 700", sans-serif;
  font-size: 45px;
}

.container-navbar {
  display: block;
}

.hero-section-poli {
  background-image: linear-gradient(10deg, #fff, #fff0), url('../images/mufid-majnun-oI20ehIGNd4-unsplash-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 50vh;
}

.penyakit {
  padding-top: 35px;
  padding-bottom: 35px;
}

.container-penyakit {
  max-width: 80%;
}

.card-line-wrapper {
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.image-29 {
  width: 150px;
}

.dis-txt {
  color: #424242;
  text-align: center;
  font-family: "Mosk 700", sans-serif;
  font-size: 24px;
  line-height: 26px;
}

.swab {
  padding-top: 65px;
  padding-bottom: 65px;
}

.container-swab {
  max-width: 80%;
  display: flex;
}

.swab-content-wrapper {
  width: 60%;
  font-family: "Mosk 300", sans-serif;
}

.swab-content-wrapper._1 {
  padding-right: 30px;
}

.paragraph-8 {
  color: #424242;
  text-align: left;
  font-family: "Mosk 400", sans-serif;
  font-size: 16px;
}

.paragraph-8._1 {
  text-align: right;
}

.image-30 {
  object-fit: cover;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  padding-top: 0;
  padding-bottom: 0;
}

.harga {
  color: #5b78b2;
  margin-bottom: 0;
  font-family: "Mosk 700", sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.harga._1 {
  text-align: right;
}

.harga.custom {
  text-align: center;
  font-size: 50px;
}

.harga.custom._1 {
  font-size: 50px;
}

.text-block-21 {
  color: #424242;
  margin-bottom: 25px;
  font-family: "Mosk 700", sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.text-block-21._1 {
  text-align: right;
}

.antigen {
  padding-top: 65px;
  padding-bottom: 65px;
}

.container-rapid {
  max-width: 80%;
  display: flex;
}

.heading {
  color: #424242;
  text-align: right;
  font-family: "Mosk ultra 900", sans-serif;
  font-size: 46px;
  line-height: 54px;
}

.vaccine {
  padding-top: 65px;
  padding-bottom: 65px;
}

.layanan-lain {
  margin-bottom: 100px;
  display: flex;
}

.layanan-lain-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  display: flex;
}

.wrapper-layanan {
  margin-right: 0;
  display: flex;
}

.card-layanan {
  background-image: linear-gradient(to top, #d6d6d6 9%, #fcfcfc);
  border-radius: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 250px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  box-shadow: 1px 1px 20px #bebebede;
}

.heading-2 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: "Mosk ultra 900", sans-serif;
  font-size: 36px;
}

.heading-2.customs, .heading-2.custom {
  font-size: 34px;
}

.text-block-22 {
  text-align: center;
  font-family: "Mosk 400", sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.div-block-40 {
  flex-direction: column;
  display: flex;
}

.nav-menu {
  display: none;
}

.right-nav {
  z-index: 9999999;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-top: 475px;
  margin-bottom: auto;
  margin-right: 60px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  box-shadow: 1px 1px 10px 1px #d1d1d1;
}

.right-nav-link {
  margin-top: 13px;
  margin-bottom: 13px;
}

.right-nav-img {
  opacity: .5;
  width: 50px;
  height: 50px;
  margin-top: 10px;
}

.right-nav-img:hover {
  opacity: 1;
}

.list-item {
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  list-style-type: none;
  display: flex;
}

.italic-text-2 {
  font-style: normal;
}

.heading-18 {
  color: #323d4a;
  padding: 40px 10px 10px;
  font-family: "Mosk 700", sans-serif;
  font-weight: 600;
}

.text-block-29 {
  color: #323d4a;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Mosk 400", sans-serif;
  font-size: 12px;
}

.text-block-31 {
  color: #323d4a;
}

.link-share {
  background-color: #305bff;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.link-share.facebook {
  margin-right: 10px;
}

.grid-konten {
  margin-bottom: 30px;
}

.text-block-30 {
  color: #fff;
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.image-18 {
  object-fit: cover;
  object-position: 50% 30%;
  height: 294.6px;
  padding-left: 10px;
  padding-right: 10px;
}

.image-18.sifilis {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.text-span-70 {
  font-family: "Fa solid 900", sans-serif;
}

.container-konten-artikel {
  padding-left: 10px;
  padding-right: 10px;
}

.div-konten-artikel.bawah-judul {
  margin-bottom: 0;
}

.text-block-32 {
  color: #323d4a;
  text-align: justify;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Mosk 400", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-button-artikel.mengapa-koperasi {
  justify-content: center;
  margin-top: 40px;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.div-share-buttons {
  margin-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-bagikan {
  border: 1px solid #305bff5c;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  margin-right: 10px;
  display: flex;
}

.button-back-to-article {
  background-color: #86ccd2;
  border-radius: 90px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Mosk 700", sans-serif;
}

.nav-menu-2 {
  display: flex;
}

.text-span-71 {
  font-family: "Mosk 400", sans-serif;
}

.text-span-72, .text-span-73 {
  font-family: "Mosk 700", sans-serif;
}

.text-block-33 {
  color: #747474;
  font-family: "Mosk 700", sans-serif;
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.text-block-34 {
  color: #424242;
}

.div-article-row {
  flex-direction: row;
  margin-bottom: 30px;
  display: flex;
}

.categories-holder {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.individual-category {
  width: 12%;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.link-block-jenis {
  border: 5px solid #86ccd2;
  border-radius: 50%;
  transition: all 75ms;
  display: block;
}

.link-block-jenis:hover {
  transform: scale(1.1);
  box-shadow: 0 57px 140px 20px #1d8c9687;
}

.icon-image-penyakit {
  width: 100%;
  height: 100%;
}

.category-name {
  color: #293b46;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 2px;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4rem;
}

.link-block-jenis-2 {
  border: 5px solid #86ccd2;
  border-radius: 50%;
  transition: all 75ms;
  display: block;
}

.link-block-jenis-2:hover {
  transform: scale(1.1);
  box-shadow: 0 57px 140px 20px #1d8c9687;
}

.section-penyakit {
  flex-direction: row;
  width: 100%;
  display: flex;
}

.cta-element {
  background-image: linear-gradient(287deg, #fff 14%, #0000), url('../images/105294-1.jpg');
  background-position: 0 0, 90%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  height: 70vh;
}

.cta-element.custom {
  background-image: linear-gradient(34deg, #fff 39%, #0000), url('../images/105294-1.jpg');
  background-position: 0 0, 90%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.container-element {
  padding-top: 135px;
  padding-bottom: 130px;
}

.text-content-wrapper-element {
  padding-left: 130px;
}

.text-content-wrapper-element.poli {
  text-align: left;
  padding-left: 0;
}

.button-wrapper-cta-element {
  justify-content: flex-end;
  width: 800px;
  display: flex;
}

.button-wrapper-cta-element.poli {
  justify-content: flex-start;
}

.body-article {
  color: #18394c;
  text-align: justify;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Mosk 400", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.body-article.top {
  margin-bottom: 0;
  font-family: "Mosk 400", sans-serif;
}

.text-span-74 {
  font-size: 22px;
  font-weight: 800;
  line-height: 28px;
}

.grid-konten-2 {
  margin-bottom: 40px;
}

.text-span-77 {
  font-weight: 500;
}

.text-block-35 {
  color: #747474;
  text-decoration: none;
}

.date-text-article {
  color: #18394c;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}

.text-span-76 {
  font-size: 18px;
  font-weight: 500;
}

.image-31 {
  object-fit: cover;
  object-position: 50% 30%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.image-31.kutil {
  height: 100%;
}

.image-31.herpes {
  object-fit: cover;
  object-position: 50% 60%;
  width: 100%;
  height: 200px;
}

.image-31.kulup {
  object-fit: scale-down;
  object-position: 50% 50%;
  width: 500vw;
  height: 25vh;
}

.image-31.prostat {
  width: 100%;
  height: 520px;
}

.image-31.pms {
  width: 100%;
  height: 230px;
}

.image-31.radang-testis {
  object-position: 50% 80%;
  width: 100%;
  height: 25vh;
}

.image-31.phimosis {
  width: 100%;
  height: 300px;
}

.image-31.gonore {
  object-fit: cover;
  width: 100%;
  height: 40vh;
}

.image-31.gonore-copy {
  object-fit: cover;
  width: 100%;
  height: 90%;
}

.text-span-81 {
  font-size: 18px;
  font-weight: 800;
}

.container-konten-artikel-2 {
  padding-left: 10px;
  padding-right: 10px;
}

.title-article {
  color: #18394c;
  margin-top: 80px;
  padding: 0 10px 10px;
  font-family: "Mosk 700", sans-serif;
  font-weight: 600;
}

.title-article-2 {
  color: #18394c;
  margin-top: 136px;
  padding: 0 10px 10px;
  font-family: "Mosk 700", sans-serif;
  font-weight: 600;
}

.body-article-2 {
  color: #18394c;
  text-align: justify;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Mosk 400", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.body-article-2.top {
  margin-bottom: 0;
  font-family: "Mosk 400", sans-serif;
}

.title-article-3 {
  color: #18394c;
  margin-top: 136px;
  padding: 0 10px 10px;
  font-family: "Mosk 700", sans-serif;
  font-weight: 600;
}

.body-article-3 {
  color: #18394c;
  text-align: justify;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Mosk 400", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.body-article-3.top {
  margin-bottom: 0;
  font-family: "Mosk 400", sans-serif;
}

.title-article-4 {
  color: #18394c;
  margin-top: 136px;
  padding: 0 10px 10px;
  font-family: "Mosk 700", sans-serif;
  font-weight: 600;
}

.body-article-4 {
  color: #18394c;
  text-align: justify;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Mosk 400", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.body-article-4.left {
  text-align: left;
}

.body-article-4.top {
  margin-bottom: 0;
  font-family: "Mosk 400", sans-serif;
}

.title-article-5 {
  color: #18394c;
  margin-top: 60px;
  padding: 0 10px 10px;
  font-weight: 600;
}

.title-article-6 {
  color: #18394c;
  margin-top: 40px;
  padding: 0 10px 10px;
  font-family: "Mosk 700", sans-serif;
  font-weight: 600;
}

.body-article-5 {
  color: #18394c;
  text-align: justify;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Mosk 400", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.body-article-5.top {
  margin-bottom: 0;
  font-family: "Mosk 400", sans-serif;
}

.title-article-7 {
  color: #18394c;
  margin-top: 40px;
  padding: 0 10px 10px;
  font-family: "Mosk 700", sans-serif;
  font-weight: 600;
}

.body-article-6 {
  color: #18394c;
  text-align: justify;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Mosk 400", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.body-article-6.top {
  margin-bottom: 0;
  font-family: "Mosk 400", sans-serif;
}

.title-article-8 {
  color: #18394c;
  margin-top: 40px;
  padding: 0 10px 10px;
  font-family: "Mosk 700", sans-serif;
  font-weight: 600;
}

.body-article-7 {
  color: #18394c;
  text-align: justify;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Mosk 400", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.body-article-7.top {
  margin-bottom: 0;
  font-family: "Mosk 400", sans-serif;
}

.text-span-82 {
  font-weight: 800;
}

.title-article-9 {
  color: #18394c;
  margin-top: 40px;
  padding: 0 10px 10px;
  font-family: "Mosk 700", sans-serif;
  font-weight: 600;
}

.body-article-8 {
  color: #18394c;
  text-align: justify;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Mosk 400", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.body-article-8.top {
  margin-bottom: 0;
  font-family: "Mosk 400", sans-serif;
}

.title-article-10 {
  color: #18394c;
  margin-top: 40px;
  padding: 0 10px 10px;
  font-family: "Mosk 700", sans-serif;
  font-weight: 600;
}

.div-articles {
  margin-bottom: 5%;
  display: flex;
}

.d-105-image-wrapper-2 {
  transform-origin: 50% 0;
  background-image: url('../images/charlesdeluvio-ILYDgtHZ9PE-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.d-105-image-wrapper-2._8 {
  background-image: url('../images/subvertivo-_lab-r2Xboe-qczs-unsplash-1.jpg');
}

.d-105-image-wrapper-2._12 {
  background-image: url('../images/pexels-pixabay-46795-1.jpg');
}

.d-105-image-wrapper-2._9 {
  background-image: url('../images/pexels-pixabay-40568-1.jpg');
}

.d-105-image-wrapper-2._13 {
  background-image: url('../images/tipe-dan-penyebab-keceplosan-saat-berbicara-apa-saja-210512x.jpg');
  background-position: 0%;
}

.d-105-image-wrapper-2._4 {
  background-image: url('../images/pexels-akhi-art-2238808-2.jpg');
}

.d-105-image-wrapper-2._7 {
  background-image: url('../images/benign-prostatic-hyperplasia-bph.jpg');
}

.d-105-image-wrapper-2._1 {
  background-image: url('../images/pexels-timur-weber-8560647-1.jpg');
}

.d-105-image-wrapper-2._11 {
  background-image: url('../images/pexels-any-lane-5945848-1.jpg');
  background-position: 0%;
}

.d-105-image-wrapper-2._3 {
  background-image: url('../images/JnTktkqTURBXy8wYzAwYzY1OThjY2FmNDU0MGUyYjU1YjRkYjI3ZjkwMS5qcGVnkpUDABbNAXfM0pMFzQSwzQJ2.jpg');
}

.d-105-image-wrapper-2._10 {
  background-image: url('../images/images-4.jpg');
}

.d-105-image-wrapper-2._5 {
  background-image: url('../images/pexels-pixabay-33790-1.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.d-105-image-wrapper-2._6 {
  background-image: url('../images/images.png');
  background-position: 50% 70%;
  background-size: cover;
}

.d-105-image-wrapper-2._2 {
  background-image: url('../images/157_87_gonore-kencing-nanah-gejala-penyebab-dan-pengobatan.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-hero-news {
  padding-top: 166px;
  padding-bottom: 166px;
}

.card-article {
  width: 45%;
}

.card-article.hide {
  display: none;
}

.d-105-text-wrapper-3 {
  z-index: 2;
  height: 30%;
  padding: 0 0 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-gradation-effect-2 {
  z-index: 1;
  background-image: linear-gradient(#0000 41%, #05a6ee);
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.div-content {
  justify-content: space-between;
  margin-bottom: 10%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.d-105-card-title-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
}

.individual-category-copy {
  width: 12%;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.container-articles {
  padding-top: 5%;
  padding-left: 0%;
  padding-right: 0%;
}

.section-article {
  margin-top: 0%;
  margin-bottom: 10%;
}

.wrapper {
  flex-direction: column;
  display: flex;
}

.div-block-41 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.map {
  height: 200px;
}

.html-embed {
  object-fit: contain;
  width: 100%;
}

.gmap-wrapper {
  margin-top: 10px;
}

.cta-3 {
  background-image: linear-gradient(#ffffff87, #ffffff87), linear-gradient(287deg, #fff 14%, #0000), url('../images/Customer-services.jpg');
  background-position: 0 0, 0 0, 90%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  height: auto;
}

.cta-3.custom {
  background-image: linear-gradient(34deg, #fff 39%, #0000), url('../images/105294-1.jpg');
  background-position: 0 0, 90%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.div-block-42 {
  justify-content: center;
  display: flex;
}

.div-block-42:active {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
}

.form-block {
  width: 50%;
}

.text-field-form {
  background-color: #ecececcc;
  border: 1px #000;
  border-radius: 6px;
  margin-bottom: 5%;
}

.text-field-form:focus {
  color: #383838;
  background-color: #d6d6d6cc;
  border-style: solid;
  border-color: #adadad;
  font-family: "Mosk 400", sans-serif;
}

.text-field-form::placeholder {
  font-family: "Mosk 300", sans-serif;
}

.text-field-3 {
  border-radius: 6px;
}

.textarea {
  background-color: #ecececcc;
  border: 1px #000;
  border-radius: 6px;
  font-family: "Mosk 300", sans-serif;
}

.textarea:focus {
  -webkit-text-fill-color: inherit;
  background-color: #d6d6d6cc;
  background-clip: border-box;
  border-style: solid;
  border-color: #adadad;
}

.form-2 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.send-button {
  background-color: #86ccd2;
  border-radius: 200px;
  margin-top: 5%;
  font-family: "Mosk 700", sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.field-label-form {
  color: #696969;
}

.success-message {
  background-color: #eee;
  border-radius: 20px;
}

.text-block-36 {
  color: #4b4b4b;
  font-family: "Mosk 700", sans-serif;
}

.text-block-36.error {
  text-align: center;
}

.error-message {
  background-color: #ffc4c4;
  border-radius: 20px;
}

.cta-wrapper-right {
  display: block;
}

.cta-2 {
  background-color: #0baa82;
  border-radius: 4px;
  margin-top: 30px;
  padding: 18px 25px;
  font-size: 18px;
  font-weight: 600;
}

.cta-2:hover {
  background-color: #03926e;
}

.cta-2.colour5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #03926e;
  border-radius: 200px;
  font-size: 12px;
}

.cta-2.colour5.bigger._2 {
  margin-top: 10px;
}

.cta-2.colour5.bigger.gratis {
  background-image: linear-gradient(119deg, #0075aa, #05a6ee);
  width: 250px;
}

.cta-2.colour5.bigger.gratis.atlanta {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.cta-2.colour5.bigger.ads-page {
  margin-top: 0;
}

.cta-2.colour5.bigger.atlanta {
  font-family: Open Sans, sans-serif;
}

.cta-2.colour5.bigger {
  color: #fff;
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(119deg, #0075aa, #05a6ee);
  border-radius: 200px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
}

.cta-2.colour5.bigger {
  color: #fff;
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(119deg, #0075aa, #05a6ee);
  border-radius: 200px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 13px;
}

.cta-2.colour5.bigger:hover {
  background-color: #028362;
}

.cta-2.colour5.gradient {
  background-image: linear-gradient(123deg, #0075aa, #05a6ee);
}

.cta-2.smaller {
  background-color: #0baa82;
  border-radius: 4px;
  margin-top: 0;
  margin-left: 40px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 17px;
  font-weight: 600;
}

.cta-2.smaller:hover {
  background-color: #03926e;
}

.cta-2.smaller.colour5 {
  color: #03926e;
  background-color: #0000;
  border: 2px solid #03926e;
  border-radius: 2px;
  padding: 9px 22px;
}

.cta-2.smaller.colour5:hover {
  color: #fff;
  background-color: #03926e;
}

.cta-2.smaller.colour5.round {
  color: #05a6ee;
  border: 1px solid #05a6ee;
  border-radius: 200px;
  font-family: Open Sans, sans-serif;
  display: block;
}

.cta-2.smaller.colour5.round:hover {
  color: #fff;
  background-color: #05a6ee;
  border-color: #05a6ee;
}

.heading-4 {
  color: #18394c;
  text-align: right;
  width: 70%;
  margin-bottom: 0;
  display: flex;
}

.heading-4.ads {
  width: 90%;
  margin-bottom: 10px;
  font-family: "Mosk ultra 900", sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 58px;
}

.heading-4.ads._2 {
  text-align: left;
  width: 70%;
}

.heading-4.ads.left {
  text-align: left;
}

.heading-4.ads.left.atlanta {
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
}

.heading-4.ads {
  width: 80%;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 900;
  line-height: 58px;
}

.heading-4.ads.isk {
  width: 90%;
}

.heading-4.headers {
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  margin-top: 0;
  font-family: "Mosk ultra 900", sans-serif;
  font-size: 50px;
  line-height: 58px;
}

.sub-text {
  color: #18394c;
  text-align: right;
  width: 80%;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.sub-text.cont {
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
}

.sub-text._2 {
  text-align: left;
}

.div-content-cta {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #ffffffb0;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 90%;
  padding: 2rem;
  display: flex;
}

.div-content-cta._2 {
  background-color: #ffffffc4;
  align-items: flex-start;
  width: 70%;
  box-shadow: 8px 8px 16px #4141410f;
}

.subheading-ad-landing-page {
  color: #18394c;
  font-family: "Mosk ultra 900", sans-serif;
}

.paragraph-4 {
  color: #18394c;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.paragraph-4.mid {
  text-align: justify;
  padding-top: 20px;
  font-family: Open Sans, sans-serif;
}

.paragraph-4.mid.art1 {
  margin-bottom: 40px;
  padding-top: 0;
}

.cont-ad-landing-page {
  color: #18394c;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.grid-konten-3 {
  grid-template-rows: auto;
  margin-bottom: 40px;
}

.container-landing-ads-page {
  padding-left: 10px;
  padding-right: 10px;
}

.link-5 {
  font-weight: 500;
  text-decoration: underline;
}

.link-5:hover {
  color: #05a6ee;
}

.body-article-9 {
  color: #18394c;
  text-align: justify;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 400;
}

.body-article-9.landing-page-ads {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.title-article-11 {
  color: #18394c;
  margin-top: 136px;
  padding: 0 10px 10px;
  font-weight: 600;
}

.title-article-11.landing-ad {
  margin-top: 20px;
  font-family: "Mosk ultra 900", sans-serif;
}

.title-article-11.landing-ad._2 {
  text-align: center;
}

.section-cont-landing-ad-page {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section-hero-landing-ad-page {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.card-wrapper-landing-page-ads {
  width: 22%;
}

.card-section-wrapper-landing-page-ads {
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.image-landing-page-ads-card {
  width: 100%;
}

.image-landing-page-ads-card._1 {
  object-fit: cover;
  border-radius: 10px;
  height: 180px;
  box-shadow: 1px 1px 7px #5050502e;
}

.text-inside-card-landing-page-ads {
  color: #18394c;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.cta-section-2 {
  background-image: linear-gradient(360deg, #fff, #0000 24%), linear-gradient(#fff, #0000 25%), linear-gradient(280deg, #fff 22%, #0000), url('../images/Customer-services.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, fixed;
  padding: 100px 10%;
}

.cta-section-2.ads {
  background-image: linear-gradient(360deg, #fff, #0000 24%), linear-gradient(#fff, #0000 25%), linear-gradient(85deg, #fff 35%, #0000 50%), url('../images/66047-1.jpg');
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, auto;
  background-attachment: scroll, scroll, scroll, scroll;
  margin-top: 98px;
}

.section-services-slide {
  margin-bottom: 100px;
}

.slider {
  height: 390px;
}

.mask {
  height: auto;
}

.image-6 {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}

.link-6 {
  color: #18394c;
  font-weight: 500;
  text-decoration: none;
}

.opening-hour-card-wrapper {
  background-color: #fdfdfdf2;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
  box-shadow: 3px 3px 20px #ddd;
}

.opening-hour-card-wrapper.alt {
  width: 32%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.opening-hour-card-wrapper.alt.top {
  justify-content: flex-start;
  align-items: center;
}

.text-span-84 {
  font-family: "Fa brands 400", sans-serif;
}

.text-span-83 {
  font-family: "Fa 400", sans-serif;
}

.link-6-copy {
  color: #18394c;
  font-weight: 500;
  text-decoration: none;
}

.section-opening-hour {
  background-image: linear-gradient(#ffffffb0, #ffffffb0), url('../images/petr-magera-HuWm7malJ18-unsplash-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: stretch;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-opening-hour.space-around {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: linear-gradient(#ffffffe3, #ffffffe3), url('../images/petr-magera-HuWm7malJ18-unsplash-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: stretch;
}

.clock-text {
  color: #18394c;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 800;
  line-height: 30px;
}

.clock-text.alt {
  text-align: center;
  font-family: "Mosk ultra 900", sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.clock-text.atlanta {
  font-family: Open Sans, sans-serif;
}

.open-image {
  width: 10%;
}

.open-image.atlanta {
  width: 20%;
}

.text-span-84-copy {
  font-family: "Fa solid 900", sans-serif;
}

.time-text {
  color: #18394c;
  text-align: center;
  font-size: 18px;
}

.time-text.atlanta {
  font-family: Open Sans, sans-serif;
}

.box-wrapper-email {
  background-color: #0000;
  background-image: linear-gradient(#1cb19a4d, #1cb19a4d);
  border-radius: 7px;
  justify-content: center;
  width: 200px;
  padding: 6px 8px;
  display: flex;
}

.box-wrapper-wa {
  background-color: #0000;
  background-image: linear-gradient(#1cb19a4d, #1cb19a4d);
  border-radius: 7px;
  justify-content: center;
  width: 200px;
  margin-bottom: 10px;
  padding: 6px 8px;
  display: flex;
}

.cta-section-new {
  background-image: url('../images/sasun-bughdaryan-dLfwYP33vi4-unsplash-1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 10%;
}

.cta-section-new.kutil {
  background-image: url('../images/smiling-asian-male-doctor-pointing-updwards.jpg');
  background-position: 50%;
}

.cta-section-new.kutil.ads {
  justify-content: center;
  align-items: center;
  display: flex;
}

.floating-button-wrapper {
  z-index: 41;
  background-color: #fff0;
  border-radius: 6px;
  padding: 1rem;
  display: block;
  position: fixed;
  inset: auto 2.5% 10% auto;
}

.floating-button-wrapper.alt {
  display: block;
}

.icon-wrapper {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  box-shadow: 6px 0 12px -3px #6969693b;
}

.image-19 {
  opacity: .6;
  background-image: url('../images/whatsapp-1.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.image-19:hover {
  opacity: 1;
}

.image-19.alt {
  object-fit: contain;
  border-radius: 0%;
  width: 100px;
  height: auto;
}

.sub-text-2 {
  color: #18394c;
  text-align: right;
  width: 80%;
  font-size: 16px;
  font-weight: 500;
}

.div-content-cta-2 {
  background-color: #ffffff7d;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 20px;
  display: flex;
}

.bold-text-6 {
  font-family: Open Sans, sans-serif;
}

.link-block-penyakit {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-span-85 {
  font-family: "Mosk 700", sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.div-content-hero {
  width: 65%;
}

.div-content-hero._60 {
  width: 72%;
}

.subhead-3 {
  color: #fffffff7;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.subhead-3.home {
  text-align: left;
  width: 78%;
  margin-left: 0;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.headline-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 77px;
  line-height: 82px;
}

.headline-2.non-responsive {
  font-family: Open Sans, sans-serif;
  font-size: 65px;
  line-height: 70px;
}

.headline-2.responsive {
  font-size: 65px;
  line-height: 70px;
  display: none;
}

.hero-section-2 {
  background-image: linear-gradient(to right, #050c14ad, #fff0), url('../images/partnerimg.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding: 290px 10% 250px;
}

.hero-section-2.spaced {
  background-image: linear-gradient(108deg, #050c14a6 18%, #fff0), url('../images/petr-magera-HuWm7malJ18-unsplash-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-left: 0;
  margin-right: 0;
  padding-top: 230px;
  padding-bottom: 220px;
}

.text-span-86 {
  font-family: "Fa solid 900", sans-serif;
}

.div-content-facility {
  flex-flow: wrap;
  justify-content: space-between;
  height: auto;
  display: flex;
  position: static;
  overflow: visible;
}

.card-wrapper-top {
  width: 210px;
  height: 335px;
  margin-left: 0%;
}

.card-wrapper-top.left {
  height: 335px;
  margin-left: 5%;
  position: static;
}

.card-wrapper-top.right {
  margin-right: 5%;
}

.section-subhead {
  color: #556f80;
  text-align: center;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
}

.section-subhead.narrower {
  width: 70%;
}

.card-wrapper-2 {
  border-radius: 0%;
  flex-direction: column;
  align-items: center;
  width: 210px;
  height: 210px;
  display: flex;
}

.card-wrapper-2.right {
  width: 210px;
  height: 210px;
  margin-right: 5%;
}

.card-wrapper-2.left {
  width: 210px;
  height: 210px;
  margin-left: 0%;
}

.title-holder {
  margin-left: 10%;
  margin-right: 10%;
}

.collage-section {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 120px;
  display: none;
}

.image-card-fasilitas {
  object-fit: cover;
  border-radius: 50%;
  width: 210px;
  height: 210px;
}

.text-block {
  color: #18394c;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.text-block-card {
  font-size: 13px;
  line-height: 18px;
}

.right-wrapper {
  justify-content: space-around;
  width: 50%;
  display: flex;
}

.image-wrapper-2 {
  width: 210px;
  height: 210px;
  margin-bottom: 15px;
}

.section-header {
  margin-bottom: 60px;
}

.section-title-2 {
  color: #18394c;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
}

.section-title-2.smaller {
  margin-bottom: 5px;
  font-size: 28px;
  line-height: 38px;
}

.section-title-2.less-space {
  margin-top: 0;
}

.left-wrapper {
  justify-content: space-around;
  width: 50%;
  display: flex;
}

.cta-section-3 {
  background-image: linear-gradient(360deg, #fff, #0000 24%), linear-gradient(#fff, #0000 25%), linear-gradient(280deg, #fff 22%, #0000), url('../images/Customer-services.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, fixed;
  padding: 170px 10% 100px;
}

.cta-section-3.ads {
  margin-top: 0;
}

.div-content-cta-3 {
  background-color: #ffffff7d;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 20px;
  display: flex;
}

.div-content-cta-3._2 {
  background-color: #ffffffc4;
  align-items: flex-start;
  width: 70%;
  box-shadow: 8px 8px 16px #4141410f;
}

.heading-19 {
  color: #18394c;
  text-align: right;
  width: 70%;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.text-span-87 {
  font-family: "Fa solid 900", sans-serif;
}

.slider-2 {
  height: auto;
}

.brand-div {
  color: #102c38;
  align-items: center;
  margin-top: 2px;
  font-size: 36px;
  font-weight: 800;
  line-height: 38px;
  display: flex;
}

.brand-div.w--current {
  margin-top: 0;
}

.nav-link-5 {
  color: #242f3b;
  letter-spacing: .2px;
  text-transform: none;
  margin-top: 1px;
  margin-left: 40px;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.nav-link-5:hover {
  color: #101822;
}

.nav-link-5.w--current, .nav-link-5.beranda.w--current {
  color: #05a6ee;
}

.nav-bar {
  background-color: #fff;
  padding: 20px 25px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-right-2 {
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.navbar-3 {
  display: block;
}

.scrolling-nav {
  background-color: #fff;
  padding: 20px 25px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 3px #272e3524;
}

.navbar-4 {
  display: block;
}

.link-block-jenis-3 {
  border: 5px solid #05a6ee;
  border-radius: 50%;
  display: block;
}

.category-section {
  background-color: #fff;
  padding: 110px 10% 150px;
}

.centred-cta {
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.categories-holder-2 {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.text-span-88 {
  font-family: "Fa solid 900", sans-serif;
}

.section-3 {
  background-image: linear-gradient(#fff0 22%, #06140c33 58%), url('../images/petr-magera-HuWm7malJ18-unsplash-1.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 197px;
  padding-bottom: 0;
  overflow: hidden;
}

.plan-checkbox {
  color: #313b53;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 15px;
  display: flex;
}

.plan-checkbox.left {
  width: 40%;
}

.checkboxes-div {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 35px 12% 15px 20%;
  display: flex;
}

.circular-shape {
  background-color: #d4c1aa;
  border-radius: 80%;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 800px;
  display: flex;
  position: relative;
  bottom: -157px;
  left: 56px;
}

.circular-shape.green-pastel {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 164px;
  padding-left: 60px;
  padding-right: 60px;
  bottom: -180px;
}

.plan-text {
  color: #435f72;
  text-align: left;
  margin-left: 9px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.text-span-89 {
  font-family: "Fa solid 900", sans-serif;
}

.div-kontak-kami {
  flex-direction: row;
  display: flex;
}

.div-kontak-kami.bot {
  margin-bottom: 10px;
}

.lower-footer-links.wide {
  border-top: 1px solid #0d4b6f1f;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 25px;
  display: flex;
}

.lower-footer-links.right-links {
  align-items: center;
  display: flex;
}

.social-icons {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  margin-right: 10px;
  display: flex;
}

.icon-text-2 {
  color: #05a6ee;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.icon-text-2._2 {
  font-family: "Fa brands 400", sans-serif;
}

.div-content-jelajahi-copy {
  flex-direction: column;
  display: flex;
}

.social-icon-link-2 {
  opacity: .9;
  cursor: pointer;
  margin-left: 0;
  margin-right: 20px;
}

.social-icon-link-2:hover {
  opacity: 1;
}

.social-icon-link-2.last {
  margin-right: 0;
  display: none;
}

.social-icon-link-2.tiktok {
  display: none;
}

.footer-text---lighter-2 {
  color: #0b3646a3;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  display: inline-block;
}

.div-content-jelajahi {
  flex-direction: column;
  display: flex;
}

.sub-head-footer {
  color: #18394c;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.web-links-2 {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.web-links-2.right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
}

.web-links-2.footer-logo {
  width: 250px;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.image-33 {
  width: 300px;
}

.footer-2 {
  background-color: #fff;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 0;
  padding: 40px 12% 30px;
  display: flex;
  box-shadow: 0 -1px 3px #272e350f;
}

.link-footer {
  color: #465a70;
  margin-bottom: 5px;
  text-decoration: none;
}

.link-footer.mid {
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.subhead-3-about-us {
  color: #fffffff7;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.subhead-3-about-us.home {
  color: #18394c;
  text-align: left;
  width: 78%;
  margin-left: 0;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.hero-section-about-us {
  background-image: linear-gradient(to right, #050c14ad, #fff0), url('../images/partnerimg.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding: 290px 10% 250px;
}

.hero-section-about-us.spaced {
  background-image: linear-gradient(108deg, #fffffffa 18%, #ffffff73), url('../images/atllnt.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-top: 180px;
  padding-bottom: 100px;
  display: flex;
}

.headline-2-about-us {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 77px;
  line-height: 82px;
}

.headline-2-about-us.responsive {
  font-size: 65px;
  line-height: 70px;
  display: none;
}

.headline-2-about-us.non-responsive {
  color: #18394c;
  text-align: right;
  font-family: Open Sans, sans-serif;
  font-size: 65px;
  line-height: 70px;
  display: flex;
}

.text-span-6 {
  font-weight: 800;
}

.div-content-hero-about-us {
  width: 65%;
}

.div-content-hero-about-us._60 {
  flex-direction: column;
  align-items: flex-start;
  width: 72%;
  display: flex;
}

.hero-section-covid {
  padding: 170px 5%;
  display: flex;
}

.div-image-wrapper {
  background-image: linear-gradient(278deg, #fff 9%, #fff0 66%), url('../images/mufid-majnun-cN20SvH9uk8-unsplash-1.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 15px;
  width: 50%;
  height: 400px;
}

.div-wrapper-content-hero {
  width: 50%;
}

.headline-2-covid19 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 77px;
  line-height: 82px;
}

.headline-2-covid19.non-responsive {
  color: #18394c;
  text-align: right;
  margin-bottom: 30px;
  padding-left: 5%;
  font-size: 65px;
  line-height: 70px;
  display: flex;
}

.headline-2-covid19.non-responsive.middle {
  text-align: center;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.subhead-3-covid19 {
  color: #fffffff7;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.subhead-3-covid19.home {
  color: #18394c;
  text-align: left;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 20px;
  line-height: 26px;
}

.card-wrapper-covid {
  background-color: #ffffffd9;
  border-radius: 20px;
  padding: 30px 0 40px;
  box-shadow: 1px 1px 20px -17px #3f3f3f;
}

.cta-section-covid19 {
  background-image: linear-gradient(#ffffffb0, #ffffffb0), url('../images/pexels-karolina-grabowska-4226925-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 100px 10%;
}

.div-wrapper-cov1 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.heading-5 {
  color: #18394c;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.heading-7 {
  text-align: center;
  font-weight: 900;
}

.heading-4-covid19 {
  color: #18394c;
  text-align: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.div-wrapper-cov2 {
  width: 40%;
}

.div-wrapper-cov2.right {
  margin-left: 20px;
  padding-right: 5%;
}

.div-wrapper-cov2.left {
  margin-right: 20px;
  padding-left: 5%;
}

.div-content-cta-covid19 {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-90 {
  font-family: "Fa solid 900", sans-serif;
}

.title-berita-artikel {
  padding-top: 182px;
}

.div-block-43 {
  padding-left: 10%;
  padding-right: 10%;
}

.div-content-2 {
  justify-content: space-between;
  margin-bottom: 10%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.div-content-2.hide {
  display: none;
}

.sub-text-3 {
  color: #18394c;
  text-align: right;
  width: 80%;
  font-size: 16px;
  font-weight: 500;
}

.sub-text-3.cont {
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
}

.sub-text-3._2 {
  text-align: left;
}

.heading-20 {
  color: #18394c;
  text-align: right;
  width: 70%;
  margin-bottom: 0;
  display: flex;
}

.heading-20.ads {
  width: 80%;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 900;
  line-height: 58px;
}

.text-span-91 {
  font-family: "Fa solid 900", sans-serif;
}

.heading-21 {
  color: #18394c;
  text-align: right;
  width: 70%;
  margin-bottom: 0;
  display: flex;
}

.heading-21.ads {
  width: 80%;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 900;
  line-height: 58px;
}

.text-span-92 {
  font-family: "Fa solid 900", sans-serif;
}

.subheading-ad-landing-page-2 {
  color: #18394c;
}

.paragraph-9 {
  color: #18394c;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

.paragraph-9.mid {
  text-align: justify;
  padding-top: 20px;
}

.cont-ad-landing-page-2 {
  color: #18394c;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

.grid-konten-4 {
  grid-template-rows: auto;
  margin-bottom: 40px;
}

.link-7 {
  font-weight: 500;
  text-decoration: underline;
}

.link-7:hover {
  color: #05a6ee;
}

.body-article-10 {
  color: #18394c;
  text-align: justify;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 400;
}

.body-article-10.landing-page-ads, .body-article-10.top {
  margin-bottom: 0;
}

.text-span-93 {
  font-family: "Fa solid 900", sans-serif;
}

.image-34 {
  object-fit: cover;
  object-position: 50% 30%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.image-34.gonore {
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
}

.title-article-12 {
  color: #18394c;
  margin-top: 60px;
  padding: 0 10px 10px;
  font-weight: 600;
}

.title-article-12.landing-ad {
  margin-top: 20px;
}

.text-inside-card-landing-page-ads-2 {
  color: #18394c;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
}

.title-article-13 {
  color: #18394c;
  margin-top: 60px;
  padding: 0 10px 10px;
  font-weight: 600;
}

.title-article-13.landing-ad {
  margin-top: 20px;
}

.title-article-13.landing-ad._2 {
  text-align: center;
}

.cta-section-4 {
  background-image: linear-gradient(360deg, #fff, #0000 24%), linear-gradient(#fff, #0000 25%), linear-gradient(280deg, #fff 22%, #0000), url('../images/Customer-services.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, fixed;
  padding: 100px 10%;
}

.cta-section-4.ads {
  background-image: linear-gradient(360deg, #fff, #0000 24%), linear-gradient(#fff, #0000 25%), linear-gradient(85deg, #fff 35%, #0000 50%), url('../images/66047-1.jpg');
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, auto;
  background-attachment: scroll, scroll, scroll, scroll;
  margin-top: 30px;
}

.heading-22 {
  color: #18394c;
  text-align: right;
  width: 70%;
  margin-bottom: 0;
  display: flex;
}

.heading-22.ads {
  width: 80%;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 900;
  line-height: 58px;
}

.heading-22.ads._2 {
  text-align: left;
  width: 70%;
}

.text-span-94 {
  font-family: "Fa brands 400", sans-serif;
}

.text-span-95 {
  font-family: "Fa 400", sans-serif;
}

.box-wrapper-email-2 {
  background-color: #0000;
  background-image: linear-gradient(#05a6ee4d, #05a6ee4d);
  border-radius: 7px;
  justify-content: center;
  width: 200px;
  padding: 6px 8px;
  display: flex;
}

.box-wrapper-wa-2 {
  background-color: #0000;
  background-image: linear-gradient(#05a6ee4d, #05a6ee4d);
  border-radius: 7px;
  justify-content: center;
  width: 200px;
  margin-bottom: 10px;
  padding: 6px 8px;
  display: flex;
}

.heading-23 {
  color: #18394c;
  text-align: right;
  width: 70%;
  margin-bottom: 0;
  display: flex;
}

.heading-23.ads {
  width: 80%;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 900;
  line-height: 58px;
}

.subheading-ad-landing-page-3 {
  color: #18394c;
}

.paragraph-10 {
  color: #18394c;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

.paragraph-10.mid {
  text-align: justify;
  padding-top: 20px;
}

.cont-ad-landing-page-3 {
  color: #18394c;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

.div-block-44 {
  height: auto;
}

.grid-konten-5 {
  grid-template-rows: auto;
  margin-bottom: 40px;
}

.link-8 {
  font-weight: 500;
  text-decoration: underline;
}

.link-8:hover {
  color: #05a6ee;
}

.image-35 {
  object-fit: cover;
  object-position: 50% 30%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.image-35.gonore {
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
}

.title-article-14 {
  color: #18394c;
  margin-top: 60px;
  padding: 0 10px 10px;
  font-weight: 600;
}

.title-article-14.landing-ad {
  margin-top: 20px;
}

.title-article-14.landing-ad._2 {
  text-align: center;
}

.text-inside-card-landing-page-ads-3 {
  color: #18394c;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
}

.heading-24 {
  color: #18394c;
  text-align: right;
  width: 70%;
  margin-bottom: 0;
  display: flex;
}

.heading-24.ads {
  width: 80%;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 900;
  line-height: 58px;
}

.subheading-ad-landing-page-4 {
  color: #18394c;
}

.paragraph-11 {
  color: #18394c;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

.paragraph-11.mid {
  text-align: justify;
  padding-top: 20px;
}

.cont-ad-landing-page-4 {
  color: #18394c;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

.grid-konten-6 {
  grid-template-rows: auto;
  margin-bottom: 40px;
}

.image-36 {
  object-fit: cover;
  object-position: 50% 30%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.image-36.gonore {
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
}

.text-inside-card-landing-page-ads-4 {
  color: #18394c;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
}

.heading-25 {
  color: #18394c;
  text-align: right;
  width: 70%;
  margin-bottom: 0;
  display: flex;
}

.heading-25.ads {
  width: 80%;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 900;
  line-height: 58px;
}

.heading-25.ads.isk {
  justify-content: flex-end;
  width: 90%;
}

.paragraph-12 {
  color: #18394c;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

.paragraph-12.mid {
  text-align: justify;
  padding-top: 20px;
}

.div-block-45 {
  height: auto;
}

.grid-konten-7 {
  grid-template-rows: auto;
  margin-bottom: 40px;
}

.image-37 {
  object-fit: cover;
  object-position: 50% 30%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.image-37.gonore {
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
}

.text-inside-card-landing-page-ads-5 {
  color: #18394c;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
}

.heading-26 {
  color: #18394c;
  text-align: right;
  width: 70%;
  margin-bottom: 0;
  display: flex;
}

.heading-26.ads {
  width: 80%;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 900;
  line-height: 58px;
}

.heading-26.ads.isk {
  justify-content: flex-end;
  width: 90%;
}

.paragraph-13 {
  color: #18394c;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

.paragraph-13.mid {
  text-align: justify;
  padding-top: 20px;
}

.div-block-46 {
  height: auto;
}

.grid-konten-8 {
  grid-template-rows: auto;
  margin-bottom: 40px;
}

.image-38 {
  object-fit: cover;
  object-position: 50% 30%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.image-38.gonore {
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
}

.text-inside-card-landing-page-ads-6 {
  color: #18394c;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
}

.heading-27 {
  color: #18394c;
  text-align: right;
  width: 70%;
  margin-bottom: 0;
  display: flex;
}

.section-hero-articles {
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-14 {
  color: #18394c;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

.text-span-96 {
  font-size: 22px;
  font-weight: 800;
  line-height: 28px;
}

.grid-konten-9 {
  grid-template-rows: auto;
  margin-bottom: 40px;
}

.image-39 {
  object-fit: cover;
  object-position: 50% 30%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.button-back-to-article-2 {
  background-color: #05a6ee;
  border-radius: 90px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  font-weight: 600;
}

.div-logo {
  justify-content: center;
  align-items: center;
  width: auto;
  display: none;
  position: absolute;
  inset: 2rem 0% auto;
}

.image-40 {
  z-index: 200;
  width: 80px;
  height: 80px;
  position: relative;
}

.navbar-8 {
  display: block;
}

.nav-link-6 {
  color: #202020;
  letter-spacing: .2px;
  text-transform: none;
  margin-top: 1px;
  margin-left: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.nav-link-6:hover {
  color: #101822;
}

.nav-link-6.w--current {
  color: #05a6ee;
}

.scrolling-nav-2 {
  background-color: #fff;
  padding: 20px 25px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 3px #272e3524;
}

.button-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ffa722;
  border: 1px solid #ffa722;
  border-radius: 60px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 180px;
  padding: 12px 24px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.button-3.sidebar {
  width: 200px;
  margin-top: 7.5%;
  font-size: 18px;
  font-weight: 600;
}

.button-3.sidebar.unhover {
  background-color: #0000;
  background-image: url('../images/oranges-01.png');
  background-position: 50% 140%;
  background-repeat: no-repeat;
  background-size: 120% 350%;
  border-width: 2px;
  margin-left: 1px;
  transition: background-position .5s cubic-bezier(.25, .1, .287, 1.135);
}

.button-3.sidebar.unhover:hover {
  background-position: 50%;
}

.image-7 {
  width: 90px;
}

.dropdown-list-2 {
  border-radius: 0;
}

.dropdown-list-2.w--open {
  background-color: #ffffffe6;
  border-radius: 6px;
  transition: opacity .2s;
  box-shadow: 0 2px 5px #0003;
}

.icon-4 {
  margin-right: 0;
}

.dropdown-navar {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.dropdown-link-4 {
  font-weight: 500;
}

.nav-right-3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.dropdown-navbar-2 {
  padding-left: 0;
  padding-right: 40px;
}

.navbar-9 {
  padding: 15px 64px 15px 54px;
  display: block;
}

.brand-div-2 {
  color: #102c38;
  align-items: center;
  margin-top: 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 38px;
  display: flex;
  bottom: 0;
}

.brand-div-2.w--current {
  margin-top: 0;
}

._141-open-button-inner {
  background-color: #ffa722;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-4 {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

._141-open-button-wrapper-2 {
  z-index: 300;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
}

.demo-wrapper {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  inset: 0%;
}

._141-open-button-line {
  background-color: #fff;
  border-radius: 20px;
  width: 20px;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 1px;
  position: relative;
}

._141-line-wrapper {
  flex-direction: column;
  display: flex;
  position: absolute;
}

._141-page-wrapper-2 {
  display: none;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}

._141-open-button-outer {
  opacity: .5;
  background-color: #ffa722;
  border: 1px solid #ffa722;
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

._141-page-overlay-2 {
  z-index: 199;
  background-color: #ffffffb3;
  background-image: none;
  display: block;
  position: fixed;
  inset: 0%;
}

._141-close-button-inner {
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

._141-close-button-x {
  background-color: #171717;
  border-radius: 100px;
  width: 2px;
  height: 20px;
  position: absolute;
  transform: rotate(-45deg);
}

._141-close-button-x._2 {
  transform: rotate(45deg);
}

._141-nav-item {
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
}

._141-nav-text {
  color: #fff;
  letter-spacing: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

._141-nav-decoration {
  transform-origin: 0%;
  background-color: #ffa722;
  width: 100%;
  height: 15px;
  margin-top: 10px;
}

._141-menu-wrapper-3 {
  z-index: 299;
  background-color: #171717;
  background-image: linear-gradient(#68b1df, #196695);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 22.5%;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

._141-close-button-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

._141-close-button-outer {
  opacity: .5;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

._141-nav-wrapper {
  flex-direction: column;
  padding-left: 30px;
  padding-right: 30px;
  transition: background-position .2s;
  display: flex;
}

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

.text-regular-normal-4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.text-regular-normal-4.orange {
  color: #ffa722;
}

.header {
  background-color: #00000080;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 900px;
  min-height: 900px;
  display: flex;
}

.header._30 {
  background-color: #20202082;
  max-width: none;
  height: 100vh;
  min-height: 0;
  padding-left: 64px;
  padding-right: 64px;
}

.background-video {
  height: 100vh;
  position: relative;
}

.text-regular-semi-bold-5 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.text-regular-semi-bold-5.top {
  letter-spacing: 4px;
}

.content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem 15rem;
  display: flex;
}

.heading-h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
}

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

.button-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #ffa722;
  border-radius: 60px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 180px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-medium-normal {
  color: #fff;
  text-align: center;
  max-width: 720px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.text-medium-normal-5 {
  color: #515151;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.button-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ffa722;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.heading-h3-2 {
  color: #196695;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.text-span-2 {
  font-weight: 600;
}

.placeholder-2 {
  object-fit: cover;
}

.placeholder-2.image.fit {
  object-fit: contain;
}

.placeholder-2.image {
  object-fit: cover;
  object-position: 55% 50%;
  object-fit: cover;
  background-image: url('../images/bg1-06.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 16px;
  width: 100%;
  height: 500px;
  padding-top: 0;
  padding-bottom: 0;
}

.placeholder-2.image.alt {
  object-fit: contain;
  background-size: contain;
}

.placeholder-2.image {
  object-fit: cover;
  background-image: url('../images/bg1-06.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 16px;
  height: 500px;
}

.content-15 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.layout-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  display: flex;
}

.layout-2._18 {
  background-image: linear-gradient(#ffffffd1, #ffffffd1), url('../images/orn01-04.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 180px;
  max-width: none;
  height: auto;
  padding-top: 64px;
  padding-bottom: 64px;
}

.layout-2._18.smaller-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.layout-2._18.smaller-gap.smaller {
  padding-top: 32px;
  padding-bottom: 32px;
}

.layout-2._18.larger-bottom-padding {
  padding-bottom: 112px;
}

.layout-2._121 {
  max-width: none;
}

.layout-2._121.shorter-top-padding {
  background-image: linear-gradient(#fff0 45%, #fff), url('../images/orn02_-.png');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  padding-top: 62px;
}

.container-15 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

.text-medium-normal-6 {
  color: #515151;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.text-medium-normal-6.justify-right {
  text-align: right;
}

.vectors-wrapper-23 {
  border: 1px solid #196695;
  justify-content: center;
  align-items: center;
  width: .00000437114px;
  height: 75px;
  display: flex;
}

.content-25 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-26 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.timeline-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-regular-normal-25 {
  color: #515151;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.content-23 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-h3 {
  color: #196695;
  text-align: center;
  min-width: 0%;
  max-width: 100%;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.vectors-wrapper-22 {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.text-regular-semi-bold-6 {
  color: #515151;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

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

.heading-h6-2 {
  color: #515151;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

.heading-h3-3 {
  color: #196695;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.heading-h3-3.align-center {
  text-align: center;
}

.vectors-wrapper-32 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
}

.row-7 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.heading-h5-5 {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.heading-h5-5.curricullum {
  color: #515151;
  font-weight: 600;
}

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

.layout-6 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  display: flex;
}

.layout-6._238 {
  max-width: none;
}

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

.text-regular-normal-10 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.content-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80%;
  display: flex;
  position: static;
}

.content-3.relative {
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  padding-bottom: 3rem;
  padding-left: 3rem;
  padding-right: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.slide-nav-2 {
  margin-top: 0;
  position: relative;
}

.gallery {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 112px 64px;
  display: flex;
}

.gallery._9 {
  background-image: linear-gradient(#fff0 88%, #fff), url('../images/30percentgeo.png'), linear-gradient(#68b1df, #196695);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  background-attachment: scroll, fixed, scroll;
  max-width: none;
}

.slide2 {
  position: relative;
}

.div-flex {
  width: 50%;
}

.div-flex.fasilitasmenu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-flex.fasilitasmenu.full {
  width: 70%;
}

.div-flex.fasilitas {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 40%;
  padding-left: 2%;
  padding-right: 1%;
  display: flex;
  position: static;
}

.div-flex.horizontal {
  flex-direction: row;
  width: 100%;
  display: flex;
}

.div-flex.horizontal.align-bottom {
  margin-bottom: 1rem;
}

.div-flex.horizontal.align-top {
  align-items: flex-start;
}

.div-flex.exkul {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  display: flex;
}

.div-flex.exkul.full {
  width: 100%;
}

.div-flex.ekstrakulikuler {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  margin-top: 3rem;
  display: block;
}

.div-flex.program-ekskul-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  width: 30%;
  display: flex;
}

.div-flex.align-center {
  justify-content: flex-start;
  align-self: center;
  display: flex;
}

.div-flex.full {
  width: 100%;
}

.div-flex.image {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-flex.image.verti {
  flex-direction: column;
}

.div-flex._100 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-flex._30 {
  flex-direction: column;
  align-items: center;
  width: 30%;
  display: flex;
}

.div-flex._30.align-left {
  align-items: flex-start;
}

.div-flex.vertical {
  width: 100%;
}

.div-flex.flex-horizontal {
  display: flex;
}

.div-flex.flex-horizontal._100.promo {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/joel-filipe-jU9VAZDGMzs-unsplash-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-flow: row;
}

.div-flex.flex-horizontal._100.promo.atlanta {
  margin-top: 6rem;
}

.slider-3 {
  background-color: #ddd0;
  height: auto;
}

.slider-3.justify-center {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.slider-3.testimoni {
  width: 100%;
}

.heading-h3-4 {
  color: #196695;
  text-align: center;
  min-width: 0%;
  max-width: 100%;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.heading-h3-4.white {
  color: #fff;
}

.testimonial {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  display: flex;
}

.testimonial._1 {
  max-width: none;
}

.testimonial._1.slide {
  background-color: #0000;
  background-image: url('../images/ruangkelas.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  min-height: 600px;
  margin-right: 0;
  padding: 0;
}

.testimonial._1.slide.smaller {
  background-position: 50%;
  background-size: cover;
  min-height: 500px;
  transition: border .2s;
}

.testimonial._1.slide.smaller.align-right {
  background-image: url('../images/Ruang-makan.png');
  align-items: flex-end;
}

.testimonial._1.slide.smaller.align-right._4 {
  background-image: url('../images/Kamar-mandi.jpg');
}

.testimonial._1.slide.smaller.align-right._1 {
  background-image: url('../images/ruangkelas.png');
  min-height: 650px;
}

.testimonial._1.slide.smaller.align-right._7 {
  background-image: url('../images/lapangankahf.jpg');
}

.testimonial._1.slide.smaller.align-right._6 {
  background-image: url('../images/WhatsApp-Image-2023-11-27-at-5.03.24-PM.jpeg');
}

.testimonial._1.slide.smaller.align-right._3 {
  background-image: url('../images/Ruang-makan.png');
}

.testimonial._1.slide.smaller.align-right._2 {
  background-image: url('../images/Mushola.jpg');
}

.testimonial._1.slide.smaller.align-right._5 {
  background-image: url('../images/Mini-Gym-Copy.jpg');
}

.testimonial._1.slide.testimoni {
  background-image: none;
  min-height: 400px;
  padding-left: 32px;
  padding-right: 32px;
}

.left-arrow-3.boxed {
  background-color: #ffa722;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.heading-slider {
  color: #fff;
  background-color: #ffa722;
  border-top-left-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 20px;
  font-size: 28px;
  line-height: 40px;
}

.icon-fasilitas {
  width: 60px;
}

.icon {
  color: #fff;
  -webkit-text-stroke-color: #b7b1a9;
  background-color: #0000;
  border-radius: 0%;
}

.mask-2 {
  width: 85%;
  height: auto;
}

.mask-2.testimoni {
  width: 100%;
}

.imageicon {
  width: 60px;
}

.text-medium-normal-8 {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.text-medium-normal-8.white {
  color: #fff;
  margin-bottom: 2rem;
}

.text-medium-normal-8.white.bold {
  font-weight: 500;
}

.right-arrow-4.boxed {
  background-color: #ffa722;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.section-title-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  display: flex;
}

.icon-2 {
  color: #fff;
}

.icon-2.orange {
  color: #ffa722;
}

.slider-container {
  width: 60%;
}

.avatar-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.slider-4 {
  background-color: #ddd0;
  width: 100%;
  height: 600px;
  padding: 0 64px;
}

.slider-4.testimoni {
  background-image: url('../images/orn03_--copy-2.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  padding-top: 100px;
  padding-bottom: 30px;
}

.heading-h6 {
  color: #196695;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

.heading-h6.alt {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.heading-h6.alt.black {
  color: #202020;
  height: auto;
  font-size: 16px;
}

.heading-h6.alt.black.testi {
  color: #6d6d6d;
}

.heading-h2-3 {
  color: #196695;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

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

.text-regular-normal-7 {
  color: #202020;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.text-regular-normal-7.thin {
  font-weight: 300;
}

.slide-1 {
  position: static;
}

.avatar-image {
  object-fit: cover;
  width: 150px;
  max-width: none;
  height: 150px;
}

.section-title-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-title-5.bottom-margin {
  align-items: center;
  margin-bottom: 2rem;
}

.text-regular-semi-bold {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.text-regular-semi-bold.blue {
  color: #196695;
}

.icon-5 {
  color: #fff;
  -webkit-text-stroke-color: #b7b1a9;
  background-color: #0000;
  border-radius: 0%;
}

.icon-5.orange {
  color: #ffa722;
}

.div-video-wrapper {
  width: 100%;
}

.testimonial-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  display: flex;
}

.testimonial-2._22 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  max-width: none;
  height: 100vh;
}

.testimonial-2._22.alt {
  background-image: url('../images/orn03_--copy.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: auto;
  padding-top: 64px;
}

.content-29 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.avatar-content-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-28 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.avatar-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-20 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  display: flex;
}

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

.avatar-image-2 {
  object-fit: cover;
}

.video-2 {
  height: auto;
  min-height: 160px;
}

.text-medium-normal-9 {
  color: #515151;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.text-regular-semi-bold-7 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.text-regular-semi-bold-7.name {
  font-size: 16px;
}

.heading-h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.column-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 760px;
  display: flex;
}

.button-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #ffa722;
  border-radius: 60px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 180px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-medium-normal-2 {
  color: #202020;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.text-medium-normal-2.white {
  color: #fff;
}

.button-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ffa722;
  border: 1px solid #ffa722;
  border-radius: 60px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 180px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

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

.content-2.gap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.cta-4 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #00000080;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  min-height: 448px;
  padding: 112px 64px;
  display: flex;
}

.cta-4._3 {
  background-color: #19669500;
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/IMG_8468.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  max-width: none;
}

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

.text-medium-normal-3 {
  color: #515151;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.content-5 {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-5.horizontal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-self: auto;
}

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

.text-medium-normal-4 {
  color: #515151;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.text-medium-normal-4.semi-bold {
  color: #196695;
  font-weight: 600;
}

.quick-stack {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
}

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

.team {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  display: flex;
}

.team._10 {
  background-image: linear-gradient(#fff0 60%, #fff), url('../images/transparentgeoeffect25pc-02.png'), linear-gradient(#3897c200 22%, #3897c3);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  max-width: none;
  overflow: hidden;
}

.team._10.alt {
  background-image: url('../images/2310140-03.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.team._10.alt.center {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
}

.image9 {
  border-radius: 16px;
}

.heading-h2-2 {
  color: #196695;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.heading-h2-2.align-center {
  text-align: center;
}

.link-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.link-2.align-top {
  align-items: flex-start;
}

.text-regular-normal-26 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.text-small-normal {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.text-link {
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
}

.row-4 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-links {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-input {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
  display: flex;
}

.credits {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 80px 64px;
  display: flex;
}

.footer-3._1 {
  background-color: #19669500;
  background-image: linear-gradient(#68b1df, #196695);
  max-width: none;
}

.text {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.actions-4.wide {
  width: 140%;
}

.vectors-wrapper-10 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 63px;
  height: 60px;
  display: flex;
}

.text-regular-semi-bold-4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.image-icon {
  mix-blend-mode: normal;
  width: 40px;
}

.links {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-14 {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.html-embed-2 {
  margin-top: 1rem;
}

.newsletter {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.button-11 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ffa722;
  border: 1px solid #ffa722;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

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

.link-block-4 {
  text-decoration: none;
}

.social-media-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  display: flex;
}

.text-regular-normal-11 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.vectors-wrapper-9 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.text-regular-normal-12 {
  color: #50505066;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.content-33 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.column-23 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: auto;
  padding: 48px;
  display: flex;
}

.heading-h3-5 {
  color: #196695;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.header-4 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  display: flex;
}

.header-4._92 {
  background-image: url('../images/geometrifkahf7_--copy-4.png'), linear-gradient(#68b1df, #ffffff7d 18%);
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 850px, auto;
  max-width: none;
}

.header-4._92.about-us {
  background-image: url('../images/geometrifkahf7_--copy-4.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 830px;
}

.header-4._92.about-us.small-lower-padding {
  padding-bottom: 64px;
}

.card-3 {
  border: 1px #000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.card-3.vertical {
  flex-direction: column;
}

.image-holder {
  border-radius: 16px;
  width: 40%;
  padding-top: 48px;
  padding-bottom: 48px;
}

.image-holder.small {
  align-items: flex-start;
  display: flex;
}

.image-holder.small.no-bottom {
  width: 50%;
  padding-bottom: 0;
}

.image-holder.large {
  width: 40%;
}

.image-holder.large.bottom {
  padding-bottom: 0;
  display: flex;
}

.text-medium-normal-10 {
  color: #515151;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.heading-h3-6 {
  color: #196695;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.content-34 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-34.align-right {
  align-items: flex-end;
}

.container-16 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.heading-h3-7 {
  color: #196695;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.heading-h3-7.align-center {
  text-align: center;
}

.vectors-wrapper-33 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
}

.vectors-wrapper-33._150 {
  width: 150px;
  height: 150px;
}

.row-8 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

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

.layout-7 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  display: flex;
}

.layout-7._238 {
  max-width: none;
}

.layout-7._238.about-us {
  width: 100%;
}

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

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

.text-regular-semi-bold-8 {
  color: #515151;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.content-36 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.small-image {
  object-fit: contain;
  border-radius: 12px;
  align-self: auto;
}

.small-image.smallpx {
  width: 100%;
  min-width: 0;
}

.small-image.smaller-heigh {
  height: auto;
}

.column-25 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: auto;
  padding: 48px;
  display: flex;
}

.column-25.no-padding-left {
  padding-left: 0;
}

.column-25.no-padding-left.padding {
  padding-left: 48px;
}

.heading-h3-8 {
  color: #196695;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.header-5 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  display: flex;
}

.header-5._92 {
  background-image: url('../images/geometrifkahf7_--copy-4.png'), linear-gradient(#68b1df, #ffffff7d 18%);
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 850px, auto;
  max-width: none;
}

.header-5._92.smaller-padding {
  background-image: url('../images/bg1-06.png'), linear-gradient(#68b1df, #ffffff54 44%);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  padding-bottom: 64px;
}

.card-4 {
  border: 1px #000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.list-item-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #202020;
  text-transform: capitalize;
  flex-direction: column;
  list-style-type: none;
  display: flex;
}

.list-item-content.alt {
  width: 50%;
}

.text-span-3 {
  color: #ffa722;
}

.div-flex-2 {
  background-image: linear-gradient(#ffffffe0, #ffffffe0), url('../images/geometrifkahf6_--copy-3.png');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
}

.text-regular-semi-bold-9 {
  color: #515151;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.text-icon {
  color: #ffa722;
  margin-right: .7rem;
  padding-top: .2rem;
  font-size: 16px;
}

.content-37 {
  padding: 112px 64px;
}

.content-37.no-top-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.content-37.no-top-padding.bottom-padding {
  flex-direction: column;
  padding-bottom: 64px;
  display: flex;
}

.text-regular-semi-bold-10 {
  color: #515151;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.div-heading {
  margin-bottom: 1.5rem;
}

.heading-h5-2 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.heading-h5-2.blue {
  color: #196695;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 0;
}

.text-regular-semi-bold-11 {
  color: #515151;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.content-38 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.content-38.no-padding {
  padding-left: 1rem;
}

.content-38.no-padding.small-px {
  max-width: 400px;
}

.column-26 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: auto;
  padding: 48px;
  display: flex;
}

.column-26.small-padding {
  width: 30%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-h3-9 {
  color: #196695;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.header-6 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  display: flex;
}

.header-6._92 {
  background-image: url('../images/geometrifkahf7_--copy-4.png'), linear-gradient(#68b1df, #ffffff7d 18%);
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 850px, auto;
  max-width: none;
}

.card-5 {
  border: 1px #000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.card-5.align-left {
  align-self: flex-start;
  align-items: flex-end;
}

.card-5.align-left._90 {
  width: 90%;
  max-width: none;
  padding-left: 4rem;
}

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

.content-39 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.column-27 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: auto;
  padding: 48px;
  display: flex;
}

.heading-h3-10 {
  color: #196695;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.header-7 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  display: flex;
}

.header-7._92 {
  background-image: url('../images/geometrifkahf7_--copy-4.png'), linear-gradient(#68b1df, #ffffff7d 18%);
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 850px, auto;
  max-width: none;
}

.card-6 {
  border: 1px #000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.content-40 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.column-28 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: auto;
  padding: 48px;
  display: flex;
}

.heading-h3-11 {
  color: #196695;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.header-8 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  display: flex;
}

.header-8._92 {
  background-image: url('../images/geometrifkahf7_--copy-4.png'), linear-gradient(#68b1df, #ffffff7d 18%);
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 850px, auto;
  max-width: none;
}

.header-8._92.smaller-padding {
  background-image: url('../images/bg1-06.png'), linear-gradient(#68b1df, #ffffff54 44%);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  padding-bottom: 64px;
}

.header-8._92.smaller-padding.informasi {
  background-image: url('../images/bg1-06.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.card-7 {
  border: 1px #000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.content-41 {
  padding: 112px 64px;
}

.content-41.no-top-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.content-41.no-top-padding.bottom-padding {
  flex-direction: column;
  padding-bottom: 64px;
  display: flex;
}

.heading-h5-6 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.heading-h5-6.blue {
  color: #196695;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 0;
}

.text-regular-normal-23 {
  color: #515151;
  padding-top: .2rem;
  padding-left: 0;
  padding-right: .5rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.icon-alur {
  border-radius: 0%;
  width: 40px;
}

.wrapper-alur.flex-horizontal, .wrapper-icon-and-number {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.icon-text-3 {
  color: #515151;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
}

.number {
  color: #ffa722;
  text-align: left;
  width: 60px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
}

.content-42 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.column-29 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: auto;
  padding: 48px;
  display: flex;
}

.column-29.no-padding-left {
  padding-left: 0;
}

.column-29.no-padding-left.no-padding-right {
  padding-right: 0;
}

.icon-background {
  background-image: linear-gradient(#68b1df, #196695);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.heading-h3-12 {
  color: #196695;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.container-17 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-wrapper-2 {
  flex-direction: column;
  align-items: center;
  width: 70px;
  display: flex;
}

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

.content-43 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.column-30 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: auto;
  padding: 48px;
  display: flex;
}

.heading-h3-13 {
  color: #196695;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.heading-h3-13.white {
  color: #fff;
}

.heading-h3-13.white.bottom-margin.center {
  text-align: center;
}

.header-9 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  display: flex;
}

.header-9._92 {
  background-image: url('../images/geometrifkahf7_--copy-4.png'), linear-gradient(#68b1df, #ffffff7d 18%);
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 850px, auto;
  max-width: none;
}

.header-9._92.smaller-padding {
  background-image: url('../images/bg1-06.png'), linear-gradient(#68b1df, #ffffff54 44%);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  padding-bottom: 64px;
}

.header-9._92.smaller-padding.life-skill {
  background-image: url('../images/geometrifkahf6_--copy-3.png'), linear-gradient(#68b1df, #fff);
  background-repeat: repeat, repeat;
  padding-top: 64px;
}

.header-9._92.smaller-padding.life-skill.no-padding {
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  padding-bottom: 0;
}

.header-9._92.smaller-padding.life-skill.no-padding.cust {
  background-image: url('../images/geometrifkahf6_--copy-3.png'), linear-gradient(#68b1df, #ffffff4d 45%);
  background-position: 0 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.header-9._92.smaller-padding.artikel {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  object-fit: fill;
  background-size: auto, auto;
  height: auto;
  max-height: none;
  padding-top: 112px;
}

.header-9._92.smaller-padding.pendaftaran-online {
  background-image: url('../images/geometrifkahf7_--copy-4.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 550px;
  padding-top: 64px;
}

.content-44 {
  width: 100%;
  padding-bottom: 64px;
  padding-left: 5%;
  padding-right: 5%;
}

.content-45 {
  padding: 112px 64px;
}

.content-45.no-top-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.content-45.no-top-padding._90 {
  width: 90%;
}

.text-blog.heading-blog {
  color: #196695;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.div-card-text {
  background-color: #ffffffbd;
  border-radius: 10px;
  width: 100%;
  padding: 2% 1%;
}

.button-12 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ffa722;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button-12.artikel {
  border-radius: 10px;
  width: 200px;
}

.paragraph-blog {
  color: #515151;
}

.date-blog {
  color: #515151;
  padding-top: .5%;
  padding-bottom: .5%;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.date-blog.konten {
  margin-bottom: 2%;
}

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

.content-46 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.column-31 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: auto;
  padding: 48px;
  display: flex;
}

.heading-h5-3 {
  color: #202020;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.button-13 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ffa722;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button-13.artikel {
  border-radius: 10px;
  width: 200px;
}

.heading-h3-14 {
  color: #196695;
  text-align: center;
  min-width: 0%;
  max-width: 100%;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.heading-h3-14.white {
  color: #fff;
}

.heading-h3-14.white.margin-bottom {
  margin-bottom: 2rem;
}

.icon-6 {
  color: #fff;
  -webkit-text-stroke-color: #b7b1a9;
  background-color: #0000;
  border-radius: 0%;
}

.section-title-10 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  display: flex;
}

.gallery-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  display: flex;
}

.gallery-2._2.smaller-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  max-width: none;
}

.placeholder-14 {
  object-fit: cover;
  border-radius: 16px;
}

.placeholder-14.image {
  order: 1;
  width: 400px;
  height: 300px;
  display: block;
}

.placeholder-14.image.margin-bottom {
  height: 300px;
  margin-bottom: 1rem;
}

.content-47 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.heading-h6-3 {
  color: #515151;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

.heading-h6-3.medium {
  font-weight: 500;
  display: flex;
}

.heading-h6-3.medium.align-center {
  text-align: center;
}

.gallery-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  display: flex;
}

.gallery-3._2._38-gap {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  background-image: linear-gradient(#196695 7%, #ffffff1f 41%), linear-gradient(#fff0 84%, #fff), url('../images/geometrifkahf6_--copy-3.png');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, contain;
  max-width: none;
}

.placeholder-15 {
  object-fit: cover;
  border-radius: 16px;
}

.placeholder-15.image {
  order: 1;
  width: 400px;
  height: 300px;
  display: block;
}

.content-48 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.content-49 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.column-32 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: auto;
  padding: 48px;
  display: flex;
}

.column-32.full {
  width: 100%;
}

.column-32.full.no-left-right-padding {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-medium-normal-11 {
  color: #515151;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.text-medium-normal-11.field-label {
  font-size: 16px;
  font-weight: 500;
}

.text-medium-normal-12 {
  color: #515151;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.input {
  border: 1px solid #0003;
  border-radius: 8px;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
}

.textarea-2 {
  border-radius: 8px;
  min-height: 120px;
}

.div-heading-pendaftaran {
  margin-bottom: .5rem;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.button-14 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ffa722;
  border: 1px solid #ffa722;
  border-radius: 60px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 180px;
  padding: 12px 24px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.div-wrapper {
  width: 100%;
  display: flex;
}

.div-wrapper.vertical {
  flex-direction: column;
}

.div-wrapper.vertical.top {
  margin-bottom: 2rem;
}

.div-wrapper.vertical.top.no-margin {
  margin-bottom: 10px;
}

.text-field-form-2 {
  border-radius: 8px;
  width: 100%;
  height: auto;
}

.text-field-4 {
  border-radius: 8px;
}

.content-50 {
  padding: 112px 64px;
}

.content-50.no-top-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.content-50.no-top-padding.bottom-padding {
  flex-direction: column;
  padding-bottom: 64px;
  display: flex;
}

.content-50.no-top-padding.bottom-padding.background {
  background-image: linear-gradient(#ffffffe0, #ffffffe0), url('../images/geometrifkahf6_--copy-3.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, contain;
}

.checkbox-form {
  margin-bottom: 0;
}

.quick-stack-2 {
  grid-column-gap: 30px;
  grid-row-gap: 5px;
}

.quick-stack-2.no-top-padding {
  padding-top: 0;
}

.quick-stack-2.no-top-padding.no-bottom-padding {
  padding-bottom: 0;
}

.checkbox-wrapper.vertical {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.checkbox-wrapper.horizontal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.heading-h6-4 {
  color: #515151;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

.heading-h6-4.medium {
  font-weight: 500;
  display: flex;
}

.heading-h6-4.medium.no-margin {
  color: #196695;
  margin-bottom: 0;
  font-weight: 700;
}

.input-file {
  border: 1px #000;
  border-radius: 0;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 0;
}

.div-block-47 {
  width: 100%;
}

.content-51 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.column-33 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: auto;
  padding: 48px;
  display: flex;
}

.html-embed-3 {
  margin-top: 1rem;
}

.html-embed-3.larger {
  width: 100%;
}

.text-span-7 {
  text-decoration: underline;
}

.paragraph-15 {
  color: #18394c;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.flex-wrapper {
  display: flex;
}

.div-left {
  width: 50%;
}

.div-right {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.div-right.flex {
  color: #18394c;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 2rem;
  padding-right: 1rem;
  display: flex;
}

.image-41 {
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
}

.subheads {
  margin-bottom: 1rem;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.subheads.mosk {
  font-family: "Mosk extra 800", sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.subheads.mosk.atlanta {
  font-family: Open Sans, sans-serif;
}

.paragraph-16 {
  color: #18394c;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.paragraph-ads-page {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.paragraph-ads-page.mosk {
  font-family: "Mosk 400", sans-serif;
  font-size: 18px;
}

.paragraph-ads-page.mosk.atlanta {
  font-family: Open Sans, sans-serif;
  line-height: 22px;
}

.tab-link-tab-3 {
  background-color: #eee;
}

.tab-link-tab-3.w--current {
  color: #4e4e4e;
  background-color: #fff;
  border-radius: 20px;
}

.tab-link-tab-2 {
  background-color: #eee;
}

.tab-link-tab-2.w--current {
  color: #4e4e4e;
  background-color: #fff;
  border-radius: 20px;
}

.type-text {
  color: #4e4e4e;
  text-align: left;
  width: 15%;
  padding-left: 5px;
  padding-right: 5px;
}

.type-text.auto {
  width: auto;
}

.card-wrapper-3 {
  background-color: #fafafa;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  width: 300px;
  height: 300px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.tabs-menu {
  background-color: #eee;
  border-radius: 40px;
  justify-content: center;
  width: auto;
  margin-bottom: 3.5%;
  padding: .5%;
  display: flex;
  position: relative;
}

.div-wrapper-card-text {
  background-color: #fff;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 15px;
}

.right-arrow {
  color: #ff6d6d;
  background-color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  right: 20px;
  box-shadow: 0 2px 5px #00000017;
}

.tab-link-tab-5 {
  background-color: #eee;
}

.tab-link-tab-5.w--current {
  color: #4e4e4e;
  background-color: #fff;
  border-radius: 20px;
}

.tab-pane-tab-8 {
  height: 350px;
}

.tab-link-tab-8 {
  background-color: #eee;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.tab-link-tab-8.w--current {
  color: #4e4e4e;
  background-color: #fff;
  border-radius: 20px;
}

.tab-link-tab-8.hide {
  display: none;
}

.tab-link-tab-4 {
  background-color: #eee;
}

.tab-link-tab-4.w--current {
  color: #4e4e4e;
  background-color: #fff;
  border-radius: 20px;
}

.slide-nav-3 {
  display: none;
}

.tab-link-tab-1 {
  background-color: #eee;
  border-radius: 40px 0 0 40px;
}

.tab-link-tab-1.w--current {
  background-color: #fff;
  border-radius: 20px;
}

.rate {
  color: #d81530;
  letter-spacing: 5px;
  padding-top: 1%;
  padding-bottom: 1%;
  font-size: 10px;
  line-height: 16px;
}

.tab-pane-tab-3 {
  height: 350px;
}

.tabs {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-pane-tab-4 {
  height: 350px;
}

.mask-3 {
  width: 90%;
  height: auto;
}

.div-slider {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.tab-pane-tab-2 {
  height: 350px;
}

.tab-link-tab-6 {
  background-color: #eee;
}

.tab-link-tab-6.w--current {
  color: #4e4e4e;
  background-color: #fff;
  border-radius: 20px;
}

.price-2 {
  color: #4e4e4e;
  display: none;
}

.tab-pane-tab-7, .tab-pane-tab-1, .tab-pane-tab-6 {
  height: 350px;
}

.car-type {
  color: #acacac;
}

.slider-5 {
  background-color: #0000;
}

.tab-pane-tab-5 {
  height: 350px;
}

.slide-poster-atlantic {
  background-color: #0000;
  width: auto;
  margin-left: 1.5%;
  margin-right: 1.5%;
  padding: 15px;
  position: static;
}

.tab-link-tab-7 {
  background-color: #eee;
}

.tab-link-tab-7.w--current {
  color: #4e4e4e;
  background-color: #fff;
  border-radius: 20px;
}

.tabs-content {
  width: 80vw;
  padding: 5%;
}

.tabs-content.main {
  padding-top: 0%;
}

.left-arrow {
  color: #ff6d6d;
  background-color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  left: 20px;
  box-shadow: 0 2px 4px #00000017;
}

.text-block-11 {
  color: #4e4e4e;
}

.car-img {
  margin-bottom: 5%;
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
}

.price-1 {
  color: #4e4e4e;
  margin-top: 2.5%;
  font-size: 12px;
  line-height: 16px;
  display: none;
}

.price-3 {
  color: #4e4e4e;
  display: none;
}

.slider-atlantic {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 340px;
  display: flex;
}

.slider-atlantic.atlanta {
  width: 70%;
}

.left-arrow-4 {
  color: #ff6d6d;
  background-color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  left: 20px;
  box-shadow: 0 2px 4px #00000017;
}

.text-block-39 {
  color: #4e4e4e;
}

.price-4 {
  color: #4e4e4e;
  margin-top: 2.5%;
  font-size: 12px;
  line-height: 16px;
  display: none;
}

.poster-image {
  border-radius: 8px;
}

.section-5 {
  height: auto;
}

.section-slider {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section-slider.atlanta {
  margin-top: 4rem;
}

.title-wrapper {
  padding-bottom: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.paragraph-17 {
  color: #424242;
  width: 80%;
  font-family: "Mosk 500", sans-serif;
  font-size: 18px;
}

.heading-28 {
  text-align: center;
  width: 80%;
  margin-bottom: 0;
  font-family: "Mosk ultra 900", sans-serif;
}

.heading-28.atlanta {
  font-family: Open Sans, sans-serif;
}

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

.wrapper-contents.padding.main {
  width: 80%;
}

.wrapper-contents.padding.main.atlanta {
  width: 100%;
}

.text-span-98 {
  color: #e30000;
}

.div-left-img {
  width: 50%;
}

.div-left-img.justify-center {
  justify-content: flex-end;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.div-right-content {
  width: 50%;
}

.promo-image {
  border-radius: 12px;
  width: 50%;
}

.text-span-99 {
  font-family: "Fa brands 400", sans-serif;
}

.box-wrapper-email-3 {
  background-color: #0000;
  background-image: linear-gradient(#1cb19a4d, #1cb19a4d);
  border-radius: 7px;
  justify-content: center;
  width: 200px;
  padding: 6px 8px;
  display: flex;
}

.text-span-100, .text-span-100.alt {
  font-family: "Fa solid 900", sans-serif;
}

.text-span-101 {
  font-family: "Fa brands 400", sans-serif;
}

.box-wrapper-wa-3 {
  background-color: #0000;
  background-image: linear-gradient(#1cb19a4d, #1cb19a4d);
  border-radius: 7px;
  justify-content: center;
  width: 200px;
  margin-bottom: 10px;
  padding: 6px 8px;
  display: flex;
}

.box-wrapper-wa-3.atlanta {
  background-image: linear-gradient(165deg, #0075aa, #05a6ee), linear-gradient(#1cb19a4d, #1cb19a4d);
  font-family: Open Sans, sans-serif;
}

.link-9 {
  color: #18394c;
  font-weight: 500;
  text-decoration: none;
}

.link-9.atlanta {
  color: #fff;
}

.title-article-15 {
  color: #18394c;
  margin-top: 136px;
  padding: 0 10px 10px;
  font-weight: 600;
}

.title-article-15.landing-ad {
  margin-top: 20px;
  font-family: "Mosk ultra 900", sans-serif;
}

.title-article-15.landing-ad._2 {
  text-align: center;
}

.title-article-15.landing-ad._2.atlanta {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.cta-5 {
  background-color: #0baa82;
  border-radius: 4px;
  margin-top: 30px;
  padding: 18px 25px;
  font-size: 18px;
  font-weight: 600;
}

.cta-5:hover {
  background-color: #03926e;
}

.cta-5.colour5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #03926e;
  border-radius: 200px;
  font-size: 12px;
}

.cta-5.colour5.bigger {
  color: #fff;
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(119deg, #46f1e9, #00cfb7);
  border-radius: 200px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 13px;
}

.cta-5.colour5.bigger:hover {
  background-color: #028362;
}

.cta-5.colour5.bigger.gratis {
  width: 250px;
}

.image-42 {
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
}

.cta-6 {
  background-color: #0baa82;
  border-radius: 4px;
  margin-top: 30px;
  padding: 18px 25px;
  font-size: 18px;
  font-weight: 600;
}

.cta-6:hover {
  background-color: #03926e;
}

.cta-6.colour5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #03926e;
  border-radius: 200px;
  font-size: 12px;
}

.cta-6.colour5.bigger {
  color: #fff;
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(119deg, #46f1e9, #00cfb7);
  border-radius: 200px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 13px;
}

.cta-6.colour5.bigger:hover {
  background-color: #028362;
}

.cta-6.colour5.bigger.gratis {
  width: 250px;
}

.image-43 {
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
}

.cta-7 {
  background-color: #0baa82;
  border-radius: 4px;
  margin-top: 30px;
  padding: 18px 25px;
  font-size: 18px;
  font-weight: 600;
}

.cta-7:hover {
  background-color: #03926e;
}

.cta-7.colour5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #03926e;
  border-radius: 200px;
  font-size: 12px;
}

.cta-7.colour5.bigger {
  color: #fff;
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(119deg, #46f1e9, #00cfb7);
  border-radius: 200px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 13px;
}

.cta-7.colour5.bigger:hover {
  background-color: #028362;
}

.cta-7.colour5.bigger.gratis {
  width: 250px;
}

.image-44 {
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
}

.cta-8 {
  background-color: #0baa82;
  border-radius: 4px;
  margin-top: 30px;
  padding: 18px 25px;
  font-size: 18px;
  font-weight: 600;
}

.cta-8:hover {
  background-color: #03926e;
}

.cta-8.colour5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #03926e;
  border-radius: 200px;
  font-size: 12px;
}

.cta-8.colour5.bigger {
  color: #fff;
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(119deg, #46f1e9, #00cfb7);
  border-radius: 200px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 13px;
}

.cta-8.colour5.bigger:hover {
  background-color: #028362;
}

.cta-8.colour5.bigger.gratis {
  width: 250px;
}

.image-45 {
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
}

.cta-9 {
  background-color: #0baa82;
  border-radius: 4px;
  margin-top: 30px;
  padding: 18px 25px;
  font-size: 18px;
  font-weight: 600;
}

.cta-9:hover {
  background-color: #03926e;
}

.cta-9.colour5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #03926e;
  border-radius: 200px;
  font-size: 12px;
}

.cta-9.colour5.bigger {
  color: #fff;
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(119deg, #46f1e9, #00cfb7);
  border-radius: 200px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 13px;
}

.cta-9.colour5.bigger:hover {
  background-color: #028362;
}

.cta-9.colour5.bigger.gratis {
  width: 250px;
}

.image-46 {
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
}

.cta-10 {
  background-color: #0baa82;
  border-radius: 4px;
  margin-top: 30px;
  padding: 18px 25px;
  font-size: 18px;
  font-weight: 600;
}

.cta-10:hover {
  background-color: #03926e;
}

.cta-10.colour5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #03926e;
  border-radius: 200px;
  font-size: 12px;
}

.cta-10.colour5.bigger {
  color: #fff;
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(119deg, #46f1e9, #00cfb7);
  border-radius: 200px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 13px;
}

.cta-10.colour5.bigger:hover {
  background-color: #028362;
}

.cta-10.colour5.bigger.gratis {
  width: 250px;
}

.image-47 {
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
}

.icon-7.atlanta, .icon-8.atlanta {
  color: #00d2ee;
}

.link-text, .link-10 {
  color: #424242;
  text-decoration: none;
}

.wrapper-bottom {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.fa-brand {
  font-family: "Fa brands 400", sans-serif;
}

.fa-brand.atlanta {
  color: #fff;
}

.text-clock.alt {
  color: #18394c;
  text-align: center;
  letter-spacing: 4px;
  font-family: "Mosk ultra 900", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 32px;
}

.cta-11 {
  background-color: #0baa82;
  border-radius: 4px;
  margin-top: 30px;
  padding: 18px 25px;
  font-size: 18px;
  font-weight: 600;
}

.cta-11:hover {
  background-color: #03926e;
}

.cta-11.colour5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #03926e;
  border-radius: 200px;
  font-size: 12px;
}

.cta-11.colour5.bigger {
  color: #fff;
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(119deg, #46f1e9, #00cfb7);
  border-radius: 200px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 13px;
}

.cta-11.colour5.bigger:hover {
  background-color: #028362;
}

.heading-29 {
  color: #18394c;
  text-align: right;
  width: 70%;
  margin-bottom: 0;
  display: flex;
}

.heading-29.ads {
  width: 90%;
  margin-bottom: 10px;
  font-family: "Mosk ultra 900", sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 58px;
}

.heading-29.ads.left {
  text-align: left;
}

.heading-29.ads.left.atlanta {
  font-family: Open Sans, sans-serif;
}

.ads-hero-wrapper {
  background-image: linear-gradient(90deg, #40b5e333, #fffc), url('../images/blur-hospital-clinic-interior-s.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.ads-hero-wrapper.laser-kutil {
  background-image: linear-gradient(90deg, #5be34033, #fffc), url('../images/abstract-blur-hospital-clinic-interior.jpg');
}

.ads-hero-wrapper.kewanitaan {
  background-image: linear-gradient(90deg, #f76a6d33, #fffc), url('../images/blurred-abstract-background.jpg');
}

.ads-hero-wrapper.check-up {
  background-image: linear-gradient(90deg, #40b5e32e, #fffc), url('../images/abstract-blur-shopping-mall.jpg');
}

.ads-hero-wrapper.sunat-dewasa {
  background-image: linear-gradient(90deg, #5173c657, #fffc), url('../images/abstract-blur-hospital-corridor-interior-background.jpg');
}

.ads-hero-wrapper.cek-urine {
  background-image: linear-gradient(90deg, #51c66c57, #fffc), url('../images/blur-short-white-hospital-walkway-background.jpg');
}

.ads-hero-wrapper.herpes {
  background-image: linear-gradient(90deg, #f76a6d33, #fffc), url('../images/abstract-blur-hospital-corridor-interior-background.jpg');
}

.slider-6 {
  height: 70vh;
}

.wrapper-1200px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-48 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.h1-slider {
  color: var(--blue-black-text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2.9rem;
  font-weight: 800;
  line-height: 3.6rem;
}

.paragraph-18 {
  color: var(--paragraph-grey);
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.button-15 {
  background-color: var(--blue-1);
  color: var(--white);
  border-radius: 99px;
  padding: 12px 27px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.link-block-5 {
  background-color: var(--blue-1);
  vertical-align: baseline;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 260px;
  text-decoration: none;
  transition: all 50ms cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.link-block-5:hover {
  background-color: var(--dark-blue);
  transform: scale(1.05);
}

.text-block-40 {
  color: var(--white);
  text-transform: uppercase;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 10px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.headline-wrapper {
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 45px;
  display: flex;
}

.container-1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 100px;
}

.container-1200.p {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-1200.si {
  padding-bottom: 40px;
}

.f-paragraph-large {
  color: var(--paragraph-grey);
  text-align: center;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.f-h5-heading {
  z-index: 1;
  color: var(--white);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.4;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-feature-icon-wrapper-white {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #40b5e3;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding: 20px 30px;
  display: flex;
  position: relative;
}

.f-feature-icon-wrapper-white.konsultasi {
  background-color: #0d84d1;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}

.f-feature-icon-wrapper-white.privasi {
  background-color: var(--dark-blue);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
}

.f-feature-icon-wrapper-white.team-doc {
  background-color: #1d3c75;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
}

.f-feature-card-filled {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--grey);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
}

.f-grid-three-column {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--blue-black-text);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: stretch stretch;
  margin-top: 50px;
  font-family: Inter, sans-serif;
}

.f-button-secondary {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-button-neutral {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-h3-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-max-width-large {
  max-width: 610px;
}

.f-header-grid-asymmetrical {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.f-margin-bottom-64 {
  margin-bottom: 64px;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.div-block-49 {
  background-color: #40b5e3;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -15px;
  transform: rotate(45deg);
}

.div-block-49-copy {
  background-color: #40b5e3;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: -15px;
  transform: rotate(45deg);
}

.div-block-50 {
  background-color: var(--blue-2);
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -15px;
  transform: rotate(45deg);
}

.div-block-51 {
  object-fit: cover;
}

.image-48 {
  width: 80%;
}

.image-49 {
  width: 100%;
}

.div-block-52 {
  background-color: var(--dark-blue);
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -15px;
  transform: rotate(45deg);
}

.f-paragraph-large-2 {
  color: var(--white);
  text-align: left;
  margin-bottom: 40px;
  font-size: 1rem;
  line-height: 1.4rem;
}

.f-paragraph-large-2.jam {
  font-size: 1.2rem;
  font-weight: 700;
}

.f-heading-detail-small-2 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-h5-heading-2 {
  color: var(--white);
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.4;
}

.f-margin-bottom-04 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  margin-bottom: 4px;
  display: flex;
}

.f-margin-bottom-65 {
  margin-bottom: 16px;
}

.f-feature-icon-round {
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 16px;
  display: flex;
  box-shadow: 23px 23px 48px -8px #1600420a;
}

.f-margin-bottom-40 {
  margin-bottom: 40px;
}

.f-feature-card-large {
  background-color: var(--blue-1);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 30px 60px;
  display: flex;
}

.f-feature-card-large.jam {
  background-color: var(--blue-2);
  justify-content: space-around;
  align-items: center;
}

.f-grid-two-column {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: stretch stretch;
  margin: 35px 100px 45px;
  font-family: Inter, sans-serif;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-2 {
  padding: 92px 5%;
  position: relative;
}

.link-map {
  border: 1px solid var(--white);
  vertical-align: baseline;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 230px;
  text-decoration: none;
  transition: all 50ms cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.link-map:hover {
  background-color: var(--blue-2);
}

.separator {
  background-color: #fff;
  width: 70%;
  height: 3px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.container-jenis-penyakit {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container-jenis-penyakit.is--max_width {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.container-jenis-penyakit.is--max_width.top-gradient {
  background-color: #0000;
  padding-left: 10%;
  padding-right: 10%;
}

.div-block-54 {
  background-image: linear-gradient(90deg, var(--blue-1), var(--dark-blue));
}

.heading-31 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 2.4rem;
  line-height: 4rem;
}

.text-block-41 {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 2rem;
}

.cta-phone {
  vertical-align: baseline;
  background-color: #2cb540;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 5px 30px;
  text-decoration: none;
  transition: all 50ms cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.cta-phone:hover {
  background-color: var(--dark-blue);
  transform: scale(1.05);
}

.cell-2 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: center;
  align-items: flex-start;
}

.quick-stack-3 {
  padding-left: 0;
  padding-right: 0;
}

.text-phone {
  color: var(--white);
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 10px;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium {
  letter-spacing: 0;
  font-size: 1.3rem;
  font-weight: 700;
}

.f-text-weight-medium {
  color: var(--blue-black-text);
  letter-spacing: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.f-avatar-image {
  color: var(--blue-black-text);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-testimonial-avatar-small {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-h6-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

.f-margin-bottom-67 {
  margin-bottom: 16px;
}

.f-testimonial-outline {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  color: var(--blue-black-text);
  background-color: #fff;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  margin-left: 40px;
  padding: 50px;
  font-family: Inter, sans-serif;
  transition: box-shadow .2s, border-color .2s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #120d2533;
}

.f-testimonial-outline:hover {
  border-color: #0000;
  box-shadow: 20px 57px 140px -48px #393b6a1f;
}

.f-grid-three-column-2 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.f-h3-heading-2 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  line-height: 2;
}

.f-heading-detail-small-3 {
  color: var(--blue-1);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
}

.f-title-wrapper-center {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-container-regular-3 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-testimonial-background {
  background-color: var(--flowui-component-library--gray-100);
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.f-section-regular {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.text-block-42 {
  font-family: "Mosk 700", sans-serif;
  font-size: 12rem;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  inset: 0% auto 0% -7%;
}

.image-50 {
  position: absolute;
  inset: 5% auto 0% -8%;
}

.f-button-secondary-2 {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-2:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-button-neutral-2 {
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: .2em;
  background-color: #2cb540;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-2:hover {
  background-color: var(--dark-blue);
}

.f-button-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-paragraph-large-3 {
  color: var(--white);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 32px;
}

.f-margin-bottom-68 {
  margin-bottom: 32px;
}

.f-h3-heading-3 {
  color: var(--white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2.3rem;
  line-height: 1.2;
}

.f-margin-bottom-69 {
  margin-bottom: 16px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-content-image-wrapper {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 430px;
  overflow: hidden;
}

.f-grid-two-column-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-container-regular-4 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-layanan-utama {
  display: none;
}

.f-paragraph-large-4 {
  color: var(--paragraph-grey);
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.2rem;
}

.f-h5-heading-3 {
  color: var(--blue-black-text);
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.4;
}

.f-feature-icon-wrapper-white-2 {
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 20px;
}

.f-feature-card-filled-2 {
  background-color: var(--flowui-component-library--gray-100);
  color: var(--blue-black-text);
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
}

.f-grid-three-column-3 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.f-section-large-3 {
  padding: 92px 5%;
  position: relative;
}

.heading-32 {
  color: var(--blue-black-text);
  text-align: center;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 2.3rem;
}

.container-layanan-utama {
  background-color: #e9eaf2;
  padding: 92px 5%;
}

.f-container-regular-4-copy {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.blok-separator {
  background-color: var(--dark-blue);
  height: 14px;
}

.div-block-56 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 70px;
  transition: box-shadow .2s, border-color .2s;
  display: flex;
}

.div-block-56:hover {
  box-shadow: 10px 57px 140px -48px #393b6a52;
}

.card-layanan-utama {
  background-color: var(--flowui-component-library--gray-100);
  color: var(--blue-black-text);
  flex-flow: column;
  justify-content: space-between;
  font-family: Inter, sans-serif;
  display: flex;
}

.card-layanan-utama.laser, .card-layanan-utama.kewanitaan {
  position: relative;
  top: 40px;
}

.link-block-layanan-utama {
  text-decoration: none;
}

.wa-button {
  vertical-align: baseline;
  background-color: #2cb540;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 260px;
  text-decoration: none;
  transition: all 50ms cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.wa-button:hover {
  background-color: var(--dark-blue);
  transform: scale(1.05);
}

.wrapper-about-us {
  background-image: linear-gradient(90deg, var(--blue-1), var(--dark-blue));
  padding: 72px 5%;
  position: relative;
}

.div-block-52-copy {
  background-color: var(--dark-blue);
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -15px;
  transform: rotate(45deg);
}

.blok-54 {
  background-color: #1c3c75;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -15px;
  transform: rotate(45deg);
}

.f-testimonial-background-2 {
  background-color: var(--flowui-component-library--gray-100);
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.f-slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-testimonial-right-a {
  border: 1px solid var(--flowui-component-library--grey-300);
  background-color: var(--flowui-component-library--gray-900);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -90px 0% auto auto;
}

.f-testimonial-right-a:hover {
  border-color: var(--flowui-component-library--gray-900);
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
}

.f-testimonial-left-a {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--grey-600);
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -90px 60px auto auto;
}

.f-testimonial-left-a:hover {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
}

.f-paragraph-small-2 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  line-height: 1.8;
}

.f-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular-2.f-text-weight-medium-2, .f-text-weight-medium-2 {
  font-weight: 500;
}

.f-avatar-image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-testimonial-avatar-small-2 {
  background-color: var(--flowui-component-library--gray-200);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-author-2 {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author-2:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-margin-bottom-70 {
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
}

.f-testimonial-star-wrapper {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.f-testimonial-card {
  color: var(--flowui-component-library--gray-900);
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px #393b6a4d;
}

.f-testimonial-slide {
  margin-right: 40px;
}

.f-testimonial-slider-mask {
  width: 350px;
  overflow: visible;
}

.f-testimonial-slider-large {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 48px;
}

.f-h3-heading-4 {
  color: var(--blue-black-text);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2.2rem;
  line-height: 1.2;
}

.f-margin-bottom-71 {
  margin-bottom: 16px;
}

.f-heading-detail-small-4 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-72 {
  margin-bottom: 12px;
}

.f-text-weight-bold {
  font-weight: 700;
}

.f-container-regular-5 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-testimonial-section {
  background-color: var(--flowui-component-library--white);
  padding: 100px 5%;
  position: relative;
  overflow: hidden;
}

.combine-chevron-right_icon {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.combine-button-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-button-icon {
  color: var(--combine-library--grey-800);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-icon:hover {
  color: var(--combine-library--primary-600);
}

.combine-blog4_paragraph {
  color: var(--paragraph-grey);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-heading-style-h6 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-blog4_date {
  color: var(--combine-library--grey-600);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-blog4_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: 1rem;
  display: flex;
}

.combine-blog4_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-blog4_label {
  z-index: 2;
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  border-radius: 4rem;
  margin-top: .75rem;
  margin-left: .75rem;
  padding: .25rem .75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  inset: 0% auto auto 0%;
}

.combine-blog4_image-wrapper {
  border-radius: 1.25rem;
  width: 100%;
  max-width: 12rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.combine-blog4_item {
  color: var(--combine-library--grey-800);
  flex-direction: row;
  text-decoration: none;
  display: flex;
}

.combine-blog4_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.combine-text-size-regular {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-heading-style-h5 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-blog4_content-featured {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem;
  display: flex;
}

.combine-blog4_image-featured {
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 12rem;
  height: 24rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.combine-blog4_featured {
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  border-radius: 1.25rem;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.combine-blog4_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.combine-container-large {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-large {
  height: 4rem;
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-align-center {
  text-align: center;
}

.combine-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium {
  padding-bottom: 4rem;
}

.combine-padding-global {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.combine-section_blog4 {
  background-color: var(--combine-library--white);
}

.section-blog-artikel {
  background-color: var(--combine-library--white);
  font-family: Inter, sans-serif;
}

.text-block-43, .text-block-44, .text-block-45, .text-block-46 {
  color: var(--blue-black-text);
  font-family: Inter, sans-serif;
}

.cta-artikel {
  background-color: var(--blue-1);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: .2em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.cta-artikel:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.div-block-57 {
  max-width: 300px;
}

.text-block-47 {
  letter-spacing: normal;
  font-size: 1rem;
}

.text-block-48 {
  letter-spacing: normal;
}

.image-54, .image-56, .image-58, .image-60, .image-62, .image-64 {
  display: none;
}

.image-65 {
  width: 100%;
}

.div-block-58 {
  background-color: #30579f;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -15px;
  transform: rotate(45deg);
}

.f-paragraph-large-5 {
  color: #413f5f;
  text-align: center;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.f-feature-card-large-2 {
  text-align: center;
  background-color: #40b5e3;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 30px 60px;
  display: flex;
}

.f-feature-card-large-2.jam {
  background-color: #0d84d1;
  justify-content: space-around;
  align-items: center;
}

.text-block-49 {
  color: #fff;
  text-transform: uppercase;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 10px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.div-block-59 {
  background-color: #0d84d1;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -15px;
  transform: rotate(45deg);
}

.f-h5-heading-4 {
  z-index: 1;
  color: #fff;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.4;
}

.f-grid-two-column-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: stretch stretch;
  margin: 35px 100px 45px;
  font-family: Inter, sans-serif;
}

.f-paragraph-large-6 {
  color: #fff;
  text-align: left;
  margin-bottom: 40px;
  font-size: 1rem;
  line-height: 1.4rem;
}

.f-paragraph-large-6.jam {
  font-size: 1.2rem;
  font-weight: 700;
}

.f-margin-bottom-73 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  margin-bottom: 4px;
  display: flex;
}

.image-66 {
  width: 80%;
}

.f-grid-three-column-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #010042;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: stretch stretch;
  margin-top: 50px;
  font-family: Inter, sans-serif;
}

.div-block-60 {
  object-fit: cover;
}

.f-feature-icon-wrapper-white-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #40b5e3;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding: 20px 30px;
  display: flex;
  position: relative;
}

.f-feature-icon-wrapper-white-3.konsultasi {
  background-color: #0d84d1;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}

.f-feature-icon-wrapper-white-3.privasi {
  background-color: #30579f;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
}

.f-feature-icon-wrapper-white-3.team-doc {
  background-color: #1d3c75;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
}

.link-map-2 {
  vertical-align: baseline;
  border: 1px solid #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 230px;
  text-decoration: none;
  transition: all 50ms cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.link-map-2:hover {
  background-color: #0d84d1;
}

.wa-button-2 {
  vertical-align: baseline;
  background-color: #2cb540;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 260px;
  text-decoration: none;
  transition: all 50ms cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.wa-button-2:hover {
  background-color: #30579f;
  transform: scale(1.05);
}

.f-feature-card-filled-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #e9eaf2;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
}

.heading-33 {
  color: #010042;
  text-align: center;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 2.3rem;
}

.f-h5-heading-5 {
  color: #fff;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.4;
}

.combine-feature2_image {
  object-fit: cover;
}

.combine-feature2_image-wrapper {
  background-color: var(--blue-2);
  border-radius: 20px;
  margin-left: 0;
  margin-right: 0;
  position: static;
  top: 25px;
  overflow: hidden;
}

.combine-text-size-regular-2 {
  color: var(--paragraph-grey);
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-icon_medium {
  width: 2.25rem;
  height: 2.25rem;
}

.combine-icon_color3 {
  color: var(--combine-library--warning-400);
}

.combine-feature2_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.combine-icon_color2 {
  color: var(--combine-library--secondary-600);
}

.combine-icon_color1 {
  color: var(--combine-library--primary-600);
}

.combine-feature2_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.combine-heading-style-h2-2 {
  color: var(--blue-black-text);
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-feature2_content {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  font-family: Inter, sans-serif;
  display: flex;
}

.combine-feature2_component {
  grid-column-gap: 3.5rem;
  grid-row-gap: 0rem;
  text-align: justify;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.combine-padding-section-medium-2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-container-large-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-global-2 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_feature2 {
  background-color: var(--grey);
}

.section-article {
  margin-bottom: 0%;
  font-family: Inter, sans-serif;
  position: relative;
}

.heading-34 {
  color: var(--blue-black-text);
  text-align: left;
  margin-bottom: 1rem;
  font-size: 2.3rem;
}

.bold-text-7 {
  font-size: 2.2rem;
  line-height: 1.35px;
}

.heading-35 {
  color: #fff;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 2.4rem;
  line-height: 4rem;
}

.div-block-62 {
  background-image: linear-gradient(90deg, #40b5e3, #30579f);
}

.text-phone-2 {
  color: #fff;
  text-transform: none;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 10px;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
}

.quick-stack-4 {
  padding-left: 0;
  padding-right: 0;
}

.text-block-50 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 2rem;
}

.cta-phone-2 {
  vertical-align: baseline;
  background-color: #2cb540;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 5px 30px;
  text-decoration: none;
  transition: all 50ms cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.cta-phone-2:hover {
  background-color: #30579f;
  transform: scale(1.05);
}

.heading-35-copy {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2.4rem;
  line-height: 3.5rem;
}

.text-block-50-copy {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.bold-text-8, .bold-text-9 {
  color: var(--combine-library--warning-400);
}

.bold-text-10 {
  color: var(--dark-blue);
  font-family: Inter, sans-serif;
  font-size: 2rem;
  line-height: 1.4;
}

.text-block-51 {
  padding-right: 130px;
}

.text-block-51-copy {
  line-height: 19px;
}

.f-text-weight-medium-3 {
  color: #010042;
  letter-spacing: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.f-testimonial-section-2 {
  background-color: #fff;
  padding: 100px 5%;
  position: relative;
  overflow: hidden;
}

.f-testimonial-right-a-2 {
  color: #fff;
  background-color: #160042;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -90px 0% auto auto;
}

.f-testimonial-right-a-2:hover {
  color: #fff;
  background-color: #160042;
  border-color: #160042;
}

.f-testimonial-author-3 {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author-3:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-testimonial-left-a-2 {
  color: #393b6a;
  background-color: #0000;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -90px 60px auto auto;
}

.f-testimonial-left-a-2:hover {
  color: #fff;
  background-color: #160042;
}

.f-testimonial-card-2 {
  color: #160042;
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px #393b6a4d;
}

.f-h3-heading-5 {
  color: #010042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2.2rem;
  line-height: 1.2;
}

.f-margin-bottom-74 {
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
}

.div-block-64 {
  background-color: #ffffffe6;
  border-radius: 20px;
  margin-top: 30px;
  padding: 36px;
}

.div-block-65 {
  max-width: 300px;
  margin-top: 40px;
}

.bold-text-11 {
  color: var(--dark-blue);
  font-size: 1.5rem;
}

.bold-text-12 {
  color: var(--dark-blue);
  font-size: 1.4rem;
}

.div-block-66 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: flex-start stretch;
  display: flex;
}

.div-block-68 {
  width: 23px;
}

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

.div-block-70 {
  flex: 1;
}

.heading-36 {
  color: var(--white);
  text-align: left;
  font-size: 2.2rem;
}

.text-cta {
  color: var(--blue-2);
  text-align: center;
  align-self: flex-end;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

.button-cta {
  background-color: var(--blue-1);
  vertical-align: baseline;
  border-radius: 99px;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 330px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  transition: all 50ms cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.button-cta:hover {
  background-color: var(--dark-blue);
  transform: scale(1.05);
}

.div-block-71 {
  padding: 30px 30px 45px;
}

.ttx {
  color: var(--white);
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.faktor-resiko {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: stretch;
  display: flex;
}

.div-block-72 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.text-block-52 {
  color: #fff;
  text-transform: uppercase;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 10px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.h1-slider-2 {
  color: #010042;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2.9rem;
  font-weight: 800;
  line-height: 3.6rem;
}

.image-67 {
  display: none;
}

.link-block-6 {
  vertical-align: baseline;
  background-color: #40b5e3;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 260px;
  text-decoration: none;
  transition: all 50ms cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.link-block-6:hover {
  background-color: #30579f;
  transform: scale(1.05);
}

.paragraph-19 {
  color: #413f5f;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.div-block-74 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.text-block-53 {
  color: #fff;
  text-transform: uppercase;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 10px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.h1-slider-3 {
  color: #0e9a49;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2.9rem;
  font-weight: 800;
  line-height: 3.6rem;
}

.link-block-7 {
  vertical-align: baseline;
  background-color: #40b5e3;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 260px;
  text-decoration: none;
  transition: all 50ms cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.link-block-7:hover {
  background-color: #30579f;
  transform: scale(1.05);
}

.image-69 {
  display: none;
}

.paragraph-20 {
  color: #413f5f;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.image-76 {
  display: none;
}

.paragraph-24 {
  color: #413f5f;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.text-block-61 {
  color: red;
  font-size: 2rem;
  font-weight: 500;
  line-height: 40px;
  text-decoration: line-through;
}

.h1-slider-4 {
  color: #010042;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.9rem;
  font-weight: 800;
  line-height: 3.6rem;
}

.text-block-59 {
  color: #fff;
  text-transform: uppercase;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 10px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.div-block-115 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

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

.text-block-62 {
  color: red;
  font-size: 2rem;
  font-weight: 500;
  line-height: 40px;
  text-decoration: line-through;
}

.link-block-7-copy {
  vertical-align: baseline;
  background-color: #40b5e3;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding-left: 28px;
  padding-right: 28px;
  text-decoration: none;
  transition: all 50ms cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.link-block-7-copy:hover {
  background-color: #30579f;
  transform: scale(1.05);
}

.text-block-63 {
  margin-bottom: 19px;
  font-size: 1rem;
  line-height: 1.5;
}

.button-ct-hpv {
  background-color: var(--blue-1);
  vertical-align: baseline;
  border-radius: 99px;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 330px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  transition: all 50ms cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.button-ct-hpv:hover {
  background-color: var(--dark-blue);
  transform: scale(1.05);
}

.cta-phone-2-hpv {
  vertical-align: baseline;
  background-color: #2cb540;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 5px 30px;
  text-decoration: none;
  transition: all 50ms cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.cta-phone-2-hpv:hover {
  background-color: #30579f;
  transform: scale(1.05);
}

.wa-button--hpv {
  vertical-align: baseline;
  background-color: #2cb540;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 260px;
  text-decoration: none;
  transition: all 50ms cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.wa-button--hpv:hover {
  background-color: #30579f;
  transform: scale(1.05);
}

@media screen and (max-width: 991px) {
  .card-wrapper {
    background-image: linear-gradient(360deg, #cfcfcf6e, #fff 54%);
    width: 500px;
    height: 370px;
  }

  .h1 {
    font-size: 60px;
    line-height: 68px;
  }

  .image {
    object-fit: cover;
    object-position: 45% 50%;
  }

  .cta-text-wrapper {
    padding-right: 0;
  }

  .h2.alt {
    color: #424242;
    text-align: right;
    padding-left: 265px;
    font-size: 12px;
    line-height: 18px;
  }

  .h2._2.alt-col.mob {
    width: auto;
    padding-left: 210px;
  }

  .h2.custom.wht {
    width: auto;
    padding-left: 13px;
    font-size: 38px;
    line-height: 46px;
  }

  .h2.custom-3 {
    font-size: 32px;
    line-height: 42px;
  }

  .h2.custom4 {
    margin-bottom: 40px;
  }

  .container-2 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container-2.is--max_width.top-gradient {
    margin-left: 0;
    margin-right: 0;
  }

  .stat-title {
    height: 2.3em;
  }

  .stat-heading {
    font-size: 2.5em;
  }

  .stat-item {
    height: auto;
    padding: 2em;
  }

  .fitur-section {
    margin-bottom: 1100px;
  }

  .card {
    margin-bottom: 40px;
  }

  .card-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: 300px;
    grid-template-columns: 300px 300px 300px 300px;
    grid-auto-columns: 1fr;
    align-content: space-between;
    display: flex;
  }

  .h4 {
    text-align: center;
  }

  .header-section {
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .link-footer-text {
    font-size: 2.3em;
  }

  .footer-nav-items {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .f-nav-item {
    min-width: auto;
  }

  .f-nav-item.is--empty {
    display: none;
  }

  .section-title {
    width: auto;
    padding-bottom: 0;
  }

  .cta-2-section, .cta-2-section.custom {
    margin-top: 0;
  }

  .text-content-wrapper {
    padding-left: 0;
  }

  .button-wrapper-cta2 {
    width: auto;
  }

  .container-3 {
    padding-top: 120px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .footer {
    background-image: url('../images/BG-Medhealth.png');
  }

  .div-footer-2-right {
    width: 350px;
    padding-left: 40px;
  }

  .footer-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .dropdown-toggle {
    margin-left: 20px;
    margin-right: 0;
    display: flex;
  }

  .dropdown-navbar {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .dropdown-navbar.full-screen {
    display: none;
  }

  .image-wrapper.tentang-kami-hero {
    width: 50%;
  }

  .about-us-wrapper-content {
    padding-left: 0;
  }

  .h5.custom {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 50px;
  }

  .container-tentang-kami {
    max-width: 90%;
    padding-bottom: 40px;
  }

  .link-block-artikel.link-blok-kenapa-koperasi-harus {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }

  .link-block-artikel.link-blok-selamat-datang {
    width: 100%;
  }

  .link-block-artikel.artikel-1 {
    width: 100%;
    height: auto;
    margin-bottom: 10%;
  }

  .link-block-artikel.link-blok-kenapa-koperasi-harus-copy {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }

  .link-block-artikel.link-blok-kenapa-koperasi-harus {
    margin-bottom: 15px;
  }

  .container-14 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .d-105-image-wrapper {
    height: auto;
  }

  .carddivwarper {
    height: 450px;
    max-height: none;
  }

  .wrapper-artikel.kenapa-koperasi-go-digital {
    flex-direction: column;
    display: flex;
  }

  .d-105-text-wrapper-2 {
    align-items: center;
    display: flex;
  }

  .container-poli {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-penyakit {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .card-line-wrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }

  .paragraph-8 {
    font-size: 14px;
  }

  .image-30 {
    width: 250px;
    max-width: none;
    height: 250px;
  }

  .harga {
    font-size: 36px;
    line-height: 44px;
  }

  .heading {
    font-size: 32px;
    line-height: 42px;
  }

  .wrapper-layanan {
    flex-direction: column;
  }

  .card-layanan {
    margin-bottom: 40px;
  }

  .nav-menu {
    color: #fff;
    background-color: #fffffffa;
  }

  .dropdown-wrapper {
    justify-content: flex-start;
    display: flex;
  }

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

  .right-nav {
    width: 75px;
    height: 75px;
  }

  .image-18 {
    height: 65vh;
  }

  .image-18.sifilis {
    height: 75vh;
  }

  .container-konten-artikel {
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-article-row {
    flex-direction: column;
  }

  .individual-category {
    width: 15%;
    margin-bottom: 20px;
  }

  .category-name {
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .section-penyakit {
    justify-content: center;
    display: flex;
  }

  .cta-element, .cta-element.custom {
    margin-top: 0;
  }

  .container-element {
    padding-top: 120px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .text-content-wrapper-element {
    padding-left: 0;
  }

  .button-wrapper-cta-element {
    width: auto;
  }

  .image-31.radang-testis {
    height: 37vh;
  }

  .image-31.phimosis {
    height: 70vh;
  }

  .image-31.gonore {
    height: 57vh;
  }

  .container-konten-artikel-2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-articles {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0%;
  }

  .d-105-text-wrapper-3 {
    align-items: center;
    display: flex;
  }

  .individual-category-copy {
    width: 80%;
    margin-bottom: 20px;
  }

  .div-block-41 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch center;
    display: grid;
  }

  .cta-3, .cta-3.custom {
    margin-top: 0;
  }

  .cta-2.smaller.colour5.round {
    flex-direction: row;
    justify-content: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 20px;
    line-height: 24px;
    display: flex;
  }

  .container-landing-ads-page {
    padding-left: 50px;
    padding-right: 50px;
  }

  .slider {
    height: auto;
  }

  .div-content-hero, .div-content-hero._60 {
    width: 100%;
  }

  .subhead-3.home {
    width: 90%;
  }

  .headline-2.responsive {
    display: none;
  }

  .hero-section-2.spaced {
    margin-left: 0;
    margin-right: 0;
    padding: 200px 5% 150px;
  }

  .div-content-facility {
    flex-direction: column;
    align-items: center;
  }

  .card-wrapper-top {
    margin-bottom: 20px;
    display: flex;
  }

  .card-wrapper-top.left {
    margin-bottom: 0;
    margin-left: 0%;
  }

  .card-wrapper-top.right, .card-wrapper-2.right {
    margin-right: 0%;
  }

  .collage-section {
    padding-top: 100px;
    position: static;
  }

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

  .slider-2 {
    height: auto;
  }

  .brand-div {
    margin-top: 11px;
  }

  .nav-link-5 {
    text-align: center;
    margin-bottom: 32px;
    margin-right: 40px;
    font-size: 22px;
    line-height: 28px;
  }

  .nav-bar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button-2 {
    color: #1d3857;
    padding: 6px 0;
    font-size: 48px;
  }

  .menu-button-2.w--open {
    color: #1d3857;
    background-color: #fff;
    transform: rotate(90deg);
  }

  .nav-right-2 {
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-top: 35px;
    padding-bottom: 60px;
    box-shadow: 0 3px 3px #0000000f;
  }

  .scrolling-nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .category-section {
    padding: 100px 5%;
  }

  .centred-cta {
    margin-top: 20px;
  }

  .section-3 {
    padding-top: 7px;
  }

  .circular-shape.green-pastel {
    left: 37px;
  }

  .web-links-2.right {
    width: auto;
    padding-bottom: 30px;
    padding-left: 5%;
  }

  .web-links-2.footer-logo {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-bottom: 2px;
    margin-left: 0%;
    padding-bottom: 35px;
    padding-left: 5%;
  }

  .footer-2 {
    flex-direction: column;
    padding-left: 4%;
    padding-right: 4%;
  }

  .subhead-3-about-us.home {
    width: 90%;
  }

  .hero-section-about-us.spaced {
    margin-left: 0;
    margin-right: 0;
    padding: 200px 5% 150px;
  }

  .headline-2-about-us.responsive {
    display: none;
  }

  .div-content-hero-about-us {
    width: 100%;
  }

  .div-content-hero-about-us._60 {
    align-items: center;
    width: 100%;
  }

  .div-image-wrapper {
    background-position: 0 0, 50%;
  }

  .headline-2-covid19.non-responsive {
    text-align: left;
    font-size: 50px;
  }

  .subhead-3-covid19.home {
    width: 90%;
    font-size: 19px;
    line-height: 27px;
  }

  .div-wrapper-cov2.right {
    padding-right: 0%;
  }

  .div-wrapper-cov2.left {
    padding-left: 0%;
  }

  .nav-link-6 {
    text-align: center;
    margin-bottom: 32px;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 22px;
    line-height: 28px;
  }

  .dropdown-nav-wrapper {
    justify-content: center;
    margin-bottom: 32px;
    display: flex;
  }

  .scrolling-nav-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .button-wrapper-2 {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .dropdown-navar {
    letter-spacing: .2px;
    font-size: 22px;
    line-height: 28px;
  }

  .nav-right-3 {
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-top: 35px;
    padding-bottom: 60px;
    box-shadow: 0 3px 3px #0000000f;
  }

  .dropdown-navbar-2 {
    margin-top: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
  }

  .brand-div-2 {
    margin-top: 11px;
  }

  .section-4 {
    clear: both;
    overflow: visible;
  }

  .demo-wrapper {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    margin-top: 140px;
    margin-bottom: 140px;
    margin-right: 0%;
  }

  ._141-page-wrapper-2 {
    display: block;
    top: -6.5rem;
  }

  ._141-menu-wrapper-3 {
    display: block;
  }

  ._141-close-button-wrapper {
    top: 1rem;
  }

  .layout-2._18 {
    background-size: 150px;
  }

  .content-23 {
    flex-direction: column;
  }

  .vectors-wrapper-32 {
    width: 200px;
    height: 200px;
  }

  .row-7 {
    width: 100%;
  }

  .heading-h5-5 {
    color: #202020;
  }

  .heading-h5-5.curricullum {
    font-size: 18px;
    line-height: 125%;
  }

  .layout-6._238 {
    background-image: url('../images/orn01-04.png');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 200px;
  }

  .div-flex.horizontal.align-bottom {
    flex-direction: column;
  }

  .div-flex.align-center {
    width: 80%;
  }

  .text-medium-normal-8.white.bold {
    font-weight: 600;
  }

  .slider-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-4.testimoni {
    padding-left: 64px;
    padding-right: 64px;
  }

  .content-28 {
    flex-direction: column;
  }

  .row-4 {
    position: relative;
    top: -3rem;
  }

  .footer-3._1 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .content-14 {
    flex-direction: column;
  }

  .column-23.smaller-padding {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .image-holder {
    width: 100%;
  }

  .vectors-wrapper-33 {
    width: 200px;
    height: 200px;
  }

  .row-8 {
    width: 100%;
  }

  .layout-7._238 {
    background-image: url('../images/orn01-04.png');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 200px;
  }

  .heading-h5-3 {
    color: #202020;
  }

  .right-arrow {
    margin-bottom: 155px;
    margin-right: -35px;
  }

  .left-arrow, .left-arrow-4 {
    margin-bottom: 155px;
    margin-left: -35px;
  }

  .div-block-48 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .h1-slider {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }

  .container-1200 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-header-grid-asymmetrical, .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .container-jenis-penyakit {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container-jenis-penyakit.is--max_width.top-gradient {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-31 {
    line-height: 2.8rem;
  }

  .f-grid-three-column-2 {
    grid-template-columns: 1fr 1fr;
  }

  .f-testimonial-background {
    height: 20%;
  }

  .f-paragraph-large-3 {
    letter-spacing: normal;
  }

  .f-grid-two-column-2 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch center;
    padding-left: 40px;
    padding-right: 40px;
    display: grid;
  }

  .f-container-regular-4 {
    padding-left: 41px;
    padding-right: 41px;
  }

  .f-grid-three-column-3 {
    grid-template-columns: 1fr 1fr;
  }

  .wrapper-about-us {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .f-testimonial-background-2 {
    height: 20%;
  }

  .f-testimonial-slider-mask {
    width: 420px;
  }

  .combine-button-icon {
    white-space: nowrap;
  }

  .combine-blog4_image-wrapper {
    object-fit: cover;
  }

  .combine-blog4_image-featured {
    height: auto;
  }

  .combine-blog4_component {
    grid-template-columns: 1fr;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .image-51 {
    object-fit: cover;
    height: 100%;
  }

  .image-52 {
    object-fit: cover;
  }

  .f-grid-two-column-3 {
    grid-template-columns: 1fr;
  }

  .f-grid-three-column-4 {
    grid-template-columns: 1fr 1fr;
  }

  .combine-feature2_image-wrapper {
    margin-top: 40px;
  }

  .combine-heading-style-h2-2 {
    font-size: 2.5rem;
  }

  .combine-feature2_component {
    grid-template-columns: 1fr;
  }

  .combine-container-large-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .combine-padding-global-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .heading-35, .heading-35-copy {
    line-height: 2.8rem;
  }

  .body-3 {
    overflow: hidden;
  }

  .div-block-72 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .h1-slider-2 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }

  .div-block-74 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .h1-slider-3, .h1-slider-4 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }

  .div-block-115 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}

@media screen and (max-width: 767px) {
  .wrapper-tagline {
    width: auto;
    display: flex;
  }

  .card-wrapper {
    margin-left: 0;
  }

  .h1.poli.covid {
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 60px;
    line-height: 68px;
  }

  .button {
    font-size: 14px;
    line-height: 24px;
  }

  .image {
    object-fit: cover;
    object-position: 44% 50%;
  }

  .cta-text-wrapper {
    padding-top: 23px;
  }

  .h2.alt {
    padding-left: 279px;
  }

  .h2.custom.poli {
    width: auto;
    font-size: 36px;
    line-height: 42px;
  }

  .h2.custom-2.wht {
    width: auto;
    font-size: 32px;
    line-height: 42px;
  }

  .grid-4 {
    grid-template-columns: 53% 50%;
  }

  .img-gradient {
    display: none;
  }

  .img-gradient.is--divider {
    background-image: linear-gradient(#121e2b, #fff0 41%);
    display: block;
  }

  .tab-img-mobile {
    display: block;
  }

  .statistics {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .container-2 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .stat-title {
    margin-bottom: 1em;
  }

  .progress-line, .statistics-hover-tabs {
    display: none;
  }

  .img-section {
    height: 24em;
  }

  .statistics-wrapper {
    grid-template-columns: 1fr;
  }

  .stat-item {
    padding-left: 3em;
    padding-right: 3em;
  }

  .stat-item.is--filp {
    background-image: linear-gradient(#2bded34f, #0000 66%);
  }

  .link-footer-text {
    width: auto;
    font-size: 20px;
    line-height: 26px;
  }

  .footer-nav-items {
    grid-template-columns: 50% 50%;
  }

  .section-title {
    width: auto;
  }

  .text-content-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-3 {
    padding-top: 90px;
    padding-bottom: 120px;
  }

  .text-block-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-39 {
    display: none;
  }

  .footer-follow-us {
    margin-bottom: 20px;
  }

  .div-footer-2-right {
    padding-left: 0;
  }

  .image-5 {
    margin-left: 0;
  }

  .footer-logo, .footer-ragam {
    margin-bottom: 20px;
  }

  .grid-6 {
    flex-direction: column;
  }

  .footer-explor {
    margin-bottom: 20px;
  }

  .grid-8 {
    flex-direction: column;
    margin-bottom: 10px;
    display: flex;
  }

  .image-24 {
    margin-left: -8px;
    margin-right: -7px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-footer-2-left {
    padding-left: 0;
  }

  .footer-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .dropdown-toggle {
    margin-left: 0;
  }

  .dropdown-navbar {
    width: 100%;
  }

  .dropdown-navbar.full-screen {
    display: none;
  }

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

  .image-wrapper.tentang-kami-hero {
    width: 100%;
    margin-right: 0;
  }

  .about-us-wrapper-content {
    width: auto;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h5 {
    justify-content: center;
    display: flex;
  }

  .container-tentang-kami {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
  }

  .staff-card-wrapper {
    margin-bottom: 30px;
  }

  .card-wrapper-tentang-kami {
    flex-direction: column;
    margin-bottom: 0;
  }

  .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .carddivwarper {
    margin-bottom: 30px;
  }

  .heading-artikel-header {
    text-align: center;
  }

  .hero-section-poli {
    height: 40vh;
  }

  .container-poli {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-swab {
    flex-direction: column;
  }

  .swab-content-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .swab-content-wrapper._1 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .paragraph-8, .paragraph-8._1 {
    text-align: center;
  }

  .container-rapid {
    flex-direction: column;
    align-items: center;
  }

  .right-nav {
    display: flex;
  }

  .grid-konten {
    flex-direction: column;
    display: flex;
  }

  .link-block-jenis, .link-block-jenis-2 {
    border-width: 4px;
  }

  .container-element {
    padding-top: 90px;
    padding-bottom: 120px;
  }

  .text-content-wrapper-element {
    padding-left: 25px;
    padding-right: 25px;
  }

  .grid-konten-2 {
    flex-direction: column;
    display: flex;
  }

  .image-31.prostat, .image-31.gonore {
    height: 50vh;
  }

  .cta-2.colour5.bigger {
    font-size: 21px;
    line-height: 22px;
  }

  .heading-4.ads._2 {
    width: 100%;
  }

  .sub-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }

  .div-content-cta._2 {
    width: 100%;
  }

  .cont-ad-landing-page {
    font-size: 20px;
    line-height: 24px;
  }

  .grid-konten-3 {
    flex-direction: column;
    display: flex;
  }

  .body-article-9.landing-page-ads {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }

  .opening-hour-card-wrapper {
    width: 70%;
  }

  .sub-text-2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }

  .div-content-hero {
    text-align: center;
  }

  .div-content-hero._60 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subhead-3 {
    width: 85%;
  }

  .subhead-3.home {
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
  }

  .headline-2 {
    text-align: center;
    font-size: 52px;
    line-height: 64px;
  }

  .headline-2.non-responsive {
    display: none;
  }

  .headline-2.responsive {
    font-size: 58px;
    display: block;
  }

  .hero-section-2.spaced {
    padding: 180px 2% 120px;
  }

  .section-title-2 {
    font-size: 32px;
  }

  .div-content-cta-3._2 {
    width: 100%;
  }

  .heading-19 {
    width: 100%;
    font-size: 32px;
    line-height: 38px;
  }

  .nav-bar, .scrolling-nav {
    padding-left: 15px;
    padding-right: 15px;
  }

  .link-block-jenis-3 {
    border-width: 4px;
  }

  .section-3 {
    background-position: 0 0, 100%;
    padding-top: 0;
  }

  .circular-shape.green-pastel {
    width: 800px;
    height: 800px;
    padding-top: 119px;
    bottom: -213px;
    left: -118px;
  }

  .web-links-2.right {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
  }

  .web-links-2.footer-logo {
    padding-bottom: 45px;
  }

  .subhead-3-about-us {
    width: 85%;
  }

  .subhead-3-about-us.home {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-section-about-us.spaced {
    padding: 180px 2% 120px;
  }

  .headline-2-about-us {
    text-align: center;
    font-size: 52px;
    line-height: 64px;
  }

  .headline-2-about-us.responsive {
    color: #18394c;
    font-size: 58px;
    display: block;
  }

  .headline-2-about-us.non-responsive {
    display: none;
  }

  .div-content-hero-about-us {
    text-align: center;
  }

  .headline-2-covid19 {
    text-align: center;
    font-size: 52px;
    line-height: 64px;
  }

  .headline-2-covid19.non-responsive {
    padding-left: 10%;
    line-height: 50px;
    display: block;
  }

  .subhead-3-covid19 {
    width: 85%;
  }

  .subhead-3-covid19.home {
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 20px;
  }

  .div-wrapper-cov1 {
    justify-content: space-between;
  }

  .div-content-2 {
    flex-direction: row;
  }

  .sub-text-3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }

  .heading-20, .heading-21 {
    width: 100%;
    font-size: 32px;
    line-height: 38px;
  }

  .cont-ad-landing-page-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .grid-konten-4 {
    flex-direction: column;
    display: flex;
  }

  .body-article-10.landing-page-ads {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }

  .heading-22 {
    width: 100%;
    font-size: 32px;
    line-height: 38px;
  }

  .heading-22.ads._2 {
    width: 100%;
  }

  .heading-23 {
    width: 100%;
    font-size: 32px;
    line-height: 38px;
  }

  .cont-ad-landing-page-3 {
    font-size: 20px;
    line-height: 24px;
  }

  .grid-konten-5 {
    flex-direction: column;
    display: flex;
  }

  .heading-24 {
    width: 100%;
    font-size: 32px;
    line-height: 38px;
  }

  .cont-ad-landing-page-4 {
    font-size: 20px;
    line-height: 24px;
  }

  .grid-konten-6 {
    flex-direction: column;
    display: flex;
  }

  .heading-25 {
    width: 100%;
    font-size: 32px;
    line-height: 38px;
  }

  .grid-konten-7 {
    flex-direction: column;
    display: flex;
  }

  .heading-26 {
    width: 100%;
    font-size: 32px;
    line-height: 38px;
  }

  .grid-konten-8 {
    flex-direction: column;
    display: flex;
  }

  .heading-27 {
    width: 100%;
    font-size: 32px;
    line-height: 38px;
  }

  .grid-konten-9 {
    flex-direction: column;
    display: flex;
  }

  .scrolling-nav-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  ._141-open-button-wrapper-2 {
    width: 60px;
    height: 60px;
  }

  .demo-wrapper {
    margin-top: 180px;
    margin-bottom: 180px;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-h3-2 {
    text-align: center;
  }

  .container-15, .row-7 {
    flex-direction: column;
  }

  .section-title-7 {
    align-items: center;
  }

  .slide2._1 {
    height: 250px;
  }

  .div-flex.fasilitas {
    flex-direction: column;
    width: 100%;
  }

  .div-flex.horizontal {
    flex-direction: column;
  }

  .div-flex.horizontal.align-top {
    flex-direction: row;
  }

  .div-flex.exkul.full {
    flex-direction: column;
  }

  .div-flex.program-ekskul-content {
    width: 100%;
  }

  .div-flex.align-center {
    width: 90%;
  }

  .div-flex.image, .div-flex.image.verti {
    width: 100%;
  }

  .slider-3.justify-center {
    height: auto;
  }

  .testimonial._1.slide.smaller.align-right._1 {
    background-size: 600px;
    height: 250px;
    min-height: 0;
  }

  .testimonial._1.slide.testimoni {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .left-arrow-3.boxed {
    margin-bottom: 118px;
  }

  .heading-slider {
    font-size: 26px;
    line-height: 28px;
  }

  .mask-2 {
    object-fit: fill;
    height: 250px;
  }

  .mask-2.testimoni.orang-tua {
    height: 550px;
  }

  .right-arrow-4.boxed {
    margin-bottom: 118px;
  }

  .slider-container {
    width: 100%;
  }

  .slider-4.testimoni {
    height: auto;
    padding-bottom: 30px;
  }

  .heading-h2-3 {
    text-align: center;
  }

  .testimonial-2._22.alt {
    height: auto;
  }

  .content-28 {
    flex-direction: column;
  }

  .text-medium-normal-4 {
    font-size: 11px;
  }

  .text-medium-normal-4.semi-bold {
    font-size: 12px;
  }

  .links {
    margin-top: -90px;
  }

  .content-14 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .column-23 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .column-23.smaller-padding {
    width: 100%;
  }

  .heading-h3-5 {
    text-align: center;
  }

  .header-4._92.about-us {
    background-size: 600px;
  }

  .card-3 {
    flex-direction: column;
  }

  .image-holder {
    width: 100%;
  }

  .image-holder.small {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-h3-6 {
    text-align: center;
  }

  .container-16, .row-8 {
    flex-direction: column;
  }

  .section-title-9 {
    align-items: center;
  }

  .small-image {
    object-fit: cover;
    width: 100%;
    height: 250px;
  }

  .column-25 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .column-25.no-padding-left.padding {
    width: 100%;
    padding: 0;
  }

  .heading-h3-8 {
    text-align: center;
  }

  .header-5._92.smaller-padding {
    background-position: 0 0, 0 0;
    background-size: 240px, auto;
    padding-bottom: 0;
  }

  .card-4 {
    flex-direction: column;
  }

  .list-item-content.alt {
    width: 100%;
  }

  .column-26 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-h3-9 {
    text-align: center;
  }

  .card-5 {
    flex-direction: column;
  }

  .column-27 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-h3-10 {
    text-align: center;
  }

  .card-6 {
    flex-direction: column;
  }

  .column-28 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-h3-11 {
    text-align: center;
  }

  .header-8._92.smaller-padding {
    background-position: 0 0, 0 0;
    background-size: 240px, auto;
    padding-bottom: 0;
  }

  .header-8._92.smaller-padding.informasi {
    background-size: 200px;
  }

  .card-7 {
    flex-direction: column;
  }

  .column-29 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-h3-12 {
    text-align: center;
  }

  .container-17 {
    flex-direction: column;
  }

  .column-30 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-h3-13, .heading-h3-13.align-center {
    text-align: center;
  }

  .header-9._92.smaller-padding {
    background-position: 0 0, 0 0;
    background-size: 240px, auto;
    padding-bottom: 0;
  }

  .column-31 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .content-47, .content-48 {
    flex-direction: column;
    width: 100%;
  }

  .column-32 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .content-50.no-top-padding.bottom-padding.background {
    position: static;
  }

  .quick-stack-2.no-top-padding {
    grid-column-gap: 20px;
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .input-file {
    width: 200px;
  }

  .column-33 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-slider {
    display: none;
  }

  .cta-5.colour5.bigger, .cta-6.colour5.bigger, .cta-7.colour5.bigger, .cta-8.colour5.bigger, .cta-9.colour5.bigger, .cta-10.colour5.bigger, .cta-11.colour5.bigger {
    font-size: 21px;
    line-height: 22px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large, .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .container-jenis-penyakit {
    padding-left: 3em;
    padding-right: 3em;
  }

  .f-grid-three-column-2 {
    grid-template-columns: 1fr;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h3-heading-3 {
    font-size: 40px;
  }

  .f-grid-three-column-3 {
    grid-template-columns: 1fr;
  }

  .f-section-large-3, .container-layanan-utama, .wrapper-about-us {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-testimonial-right-a, .f-testimonial-left-a {
    display: none;
  }

  .f-testimonial-slider-mask {
    width: 400px;
  }

  .f-h3-heading-4 {
    font-size: 40px;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .f-grid-three-column-4 {
    grid-template-columns: 1fr;
  }

  .combine-feature2_component {
    flex-direction: column;
  }

  .combine-padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .f-testimonial-right-a-2, .f-testimonial-left-a-2 {
    display: none;
  }

  .f-h3-heading-5 {
    font-size: 40px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-section {
    flex-flow: column;
    display: block;
  }

  .grid-hero-background {
    grid-template-columns: .25fr 1fr;
  }

  .background-wrapper-left {
    display: none;
  }

  .wrapper-tagline {
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 475px;
    margin-top: 2rem;
    margin-left: 0;
    padding: 1rem 20px;
    display: flex;
    position: static;
  }

  .heading-wrapper {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .h1 {
    margin-top: 0;
    font-size: 36px;
    line-height: 42px;
  }

  .h1.poli {
    color: #424242;
  }

  .h1.poli.covid {
    margin-top: 48px;
    margin-bottom: 48px;
    padding-left: 28px;
    padding-right: 28px;
    font-size: 36px;
    line-height: 50px;
  }

  .button-wrapper.top {
    width: 100%;
    padding-left: 0;
  }

  .button-wrapper.custom._1, .button-wrapper.front {
    justify-content: center;
  }

  .sub-head-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .h3.text.new {
    text-align: center;
  }

  .button {
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 15px;
    line-height: 22px;
  }

  .button.cust {
    width: 100%;
  }

  .button.konsul {
    width: 250px;
  }

  .cta-section {
    margin-bottom: 233px;
    padding-left: 0;
    padding-right: 0;
  }

  .phone-image-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .image {
    object-fit: cover;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-text-wrapper {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 30px;
  }

  .h2.alt {
    text-align: center;
    padding-left: 0;
  }

  .h2._2.alt-col.mob {
    text-align: center;
    padding-left: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .h2.custom.poli {
    text-align: center;
    width: auto;
    font-size: 24px;
    line-height: 30px;
  }

  .h2.custom.wht {
    text-align: center;
    padding-left: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .h2.custom-2.wht {
    padding-left: 2px;
    padding-right: 2px;
  }

  .h2.custom-3 {
    text-align: center;
  }

  .h2.custom4 {
    text-align: center;
    justify-content: flex-start;
  }

  .h2.title {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 24px;
    line-height: 30px;
  }

  .h2.title.new {
    color: var(--blue-black-text);
    font-family: Inter, sans-serif;
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .grid-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .fitur-section {
    height: auto;
    margin-bottom: 0;
    padding-top: 20px;
  }

  .card {
    justify-content: center;
    align-items: flex-start;
    margin-left: 5px;
    margin-right: 5px;
  }

  .card.center {
    justify-content: center;
    align-items: center;
  }

  .h4 {
    text-align: left;
  }

  .paragraph {
    text-align: left;
    font-family: "Mosk 300", sans-serif;
    font-weight: 300;
  }

  .header-section {
    padding-top: 0%;
    padding-bottom: 1rem;
  }

  .footer-nav-items {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .f-nav-item.is--filp.gradient {
    background-image: linear-gradient(#2bded33b, #0000);
  }

  .cta-2-section {
    height: auto;
    margin-top: 0;
  }

  .text-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .container-3 {
    padding: 60px 30px;
  }

  .div-footer-2-right {
    flex-direction: column;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .footer-logo {
    width: 280px;
  }

  .div-footer-2-left {
    width: auto;
    padding-left: 0;
  }

  .footer-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .dropdown-toggle {
    margin-right: auto;
  }

  .dropdown-navbar {
    width: 320px;
  }

  .image-wrapper {
    width: 250px;
    height: 250px;
    margin-left: 38px;
    margin-right: 38px;
  }

  .image-wrapper.tentang-kami-hero {
    align-self: auto;
    width: 100%;
    margin: 0 0 20px;
  }

  .about-us-wrapper-content {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .h5 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .h5._2 {
    color: #424242;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }

  .h5.custom {
    text-align: center;
    font-size: 45px;
    line-height: 56px;
  }

  .h5.custom3 {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 34px;
    line-height: 46px;
  }

  .h5.custom3.ct {
    font-size: 34px;
    line-height: 46px;
  }

  .image-26 {
    border-radius: 16px;
    width: 100%;
    max-width: none;
    height: auto;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-tentang-kami {
    flex-direction: column;
    max-width: none;
  }

  .container-tentang-kami.staff {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 28px;
    padding-top: 3rem;
  }

  .container-tentang-kami.tentang-kami {
    padding-top: 1rem;
    padding-bottom: 0;
    display: flex;
  }

  .paragraph-7 {
    margin-bottom: 40px;
    font-family: "Mosk 100", sans-serif;
  }

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

  .staff-card-wrapper {
    margin-left: 0;
  }

  .staff-card-wrapper.staff {
    margin-left: 0;
    margin-right: 0;
  }

  .card-wrapper-tentang-kami {
    justify-content: center;
    align-items: stretch;
  }

  .card-wrapper-tentang-kami.flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .link-block-artikel.link-blok-kenapa-koperasi-harus, .link-block-artikel.link-blok-kenapa-koperasi-harus-copy, .link-block-artikel.artikel-1, .link-block-artikel.link-blok-kenapa-koperasi-harus-copy, .link-block-artikel.link-blok-kenapa-koperasi-harus {
    margin-bottom: 0;
  }

  .container-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .d-105-image-wrapper {
    object-fit: fill;
    object-position: 50% 50%;
  }

  .d-105-card-title {
    font-size: 16px;
    line-height: 20px;
  }

  .div-gradation-effect {
    background-image: linear-gradient(#0000 7%, #305bff);
  }

  .carddivwarper {
    height: 250px;
    margin-bottom: 50px;
  }

  .carddivwarper.artikel1, .carddivwarper.artikel-1, .carddivwarper.artikel1 {
    height: 250px;
  }

  .d-105-text-wrapper-2 {
    height: 50%;
    padding-bottom: 10px;
  }

  .heading-artikel-header {
    text-align: center;
    display: block;
  }

  .hero-section-poli {
    background-image: linear-gradient(10deg, #fff, #fff0), url('../images/mufid-majnun-oI20ehIGNd4-unsplash-1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    height: 30vh;
  }

  .container-swab {
    align-items: center;
    max-width: 80%;
  }

  .swab-content-wrapper._1 {
    padding-right: 0;
  }

  .harga, .harga._1 {
    font-size: 24px;
    line-height: 30px;
  }

  .heading {
    text-align: center;
  }

  .dropdown-wrapper.mobile {
    display: block;
  }

  .menu-button {
    background-color: #0000;
  }

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

  .right-nav {
    display: flex;
  }

  .heading-18 {
    padding-top: 15px;
    font-size: 27px;
    line-height: 30px;
  }

  .link-share.twitter, .link-share.facebook, .link-share.linkedin {
    width: 30px;
    height: 30px;
  }

  .grid-konten {
    flex-direction: column;
    display: flex;
  }

  .text-block-30 {
    font-size: 16px;
  }

  .image-18 {
    height: 30vh;
  }

  .image-18.sifilis {
    height: auto;
  }

  .container-konten-artikel {
    padding-left: 26px;
    padding-right: 26px;
  }

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

  .div-button-artikel.mengapa-koperasi {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-share-buttons {
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
  }

  .div-bagikan {
    height: 30px;
  }

  .button-back-to-article {
    text-align: center;
    width: 100%;
  }

  .categories-holder {
    padding-left: 6px;
    padding-right: 6px;
  }

  .individual-category {
    width: 13%;
  }

  .link-block-jenis {
    border-width: 2px;
  }

  .category-name {
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.4;
  }

  .link-block-jenis-2 {
    border-width: 2px;
  }

  .section-penyakit {
    position: relative;
    top: 0;
  }

  .cta-element {
    height: auto;
    margin-top: 0;
  }

  .container-element {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .text-content-wrapper-element {
    padding-left: 0;
    padding-right: 0;
  }

  .body-article {
    text-align: left;
    font-size: 14px;
  }

  .body-article.top {
    text-align: left;
  }

  .grid-konten-2 {
    flex-direction: column;
    display: flex;
  }

  .image-31.prostat, .image-31.gonore {
    height: 30vh;
  }

  .container-konten-artikel-2 {
    padding-left: 26px;
    padding-right: 26px;
  }

  .title-article {
    padding-top: 15px;
  }

  .title-article-2 {
    text-align: left;
    padding-top: 15px;
  }

  .body-article-2 {
    text-align: left;
    font-size: 14px;
  }

  .body-article-2.top {
    text-align: left;
  }

  .title-article-3 {
    padding-top: 15px;
  }

  .body-article-3 {
    text-align: left;
    font-size: 14px;
  }

  .body-article-3.top {
    text-align: left;
  }

  .title-article-4 {
    padding-top: 15px;
  }

  .body-article-4 {
    text-align: left;
    font-size: 14px;
  }

  .title-article-5, .title-article-6 {
    padding-top: 15px;
  }

  .body-article-5 {
    text-align: left;
    font-size: 14px;
  }

  .body-article-5.top {
    text-align: left;
  }

  .title-article-7 {
    padding-top: 15px;
  }

  .body-article-6 {
    text-align: left;
    font-size: 14px;
  }

  .title-article-8 {
    padding-top: 15px;
  }

  .body-article-7 {
    text-align: left;
    font-size: 14px;
  }

  .title-article-9 {
    padding-top: 15px;
  }

  .body-article-8 {
    text-align: left;
    font-size: 14px;
  }

  .title-article-10 {
    padding-top: 15px;
  }

  .d-105-image-wrapper-2 {
    object-fit: fill;
    object-position: 50% 50%;
  }

  .card-article {
    width: 100%;
  }

  .d-105-text-wrapper-3 {
    height: 50%;
  }

  .div-gradation-effect-2 {
    background-image: linear-gradient(#0000 7%, #305bff);
  }

  .div-content {
    flex-direction: column;
  }

  .d-105-card-title-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .individual-category-copy {
    width: auto;
  }

  .div-block-41 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start stretch;
    display: grid;
  }

  .cta-3 {
    margin-top: 0;
    display: none;
  }

  .form-block {
    width: 100%;
  }

  .cta-wrapper-right {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
  }

  .cta-2.colour5.bigger {
    background-image: linear-gradient(119deg, #0075aa, #05a6ee);
    border-radius: 80px;
    margin-top: 20px;
    padding: 10px 43px;
    font-size: 12px;
    display: block;
  }

  .cta-2.colour5.bigger._2 {
    width: 100%;
    margin-top: 0;
    font-size: 14px;
  }

  .cta-2.colour5.bigger.gratis {
    width: 100%;
    font-size: 16px;
  }

  .cta-2.colour5.bigger.ads-page {
    font-size: 16px;
  }

  .cta-2.colour5.bigger.atlanta {
    font-size: 15px;
  }

  .cta-2.colour5.bigger {
    padding: 10px 0;
    font-size: 21px;
    line-height: 22px;
  }

  .cta-2.colour5.gradient {
    text-align: center;
    width: 100%;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cta-2.smaller.colour5.round {
    width: 90%;
  }

  .cta-2.smaller.colour5.round.atlanta {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
  }

  .heading-4 {
    text-align: center;
    width: 100%;
    font-size: 26px;
    line-height: 32px;
  }

  .heading-4.ads {
    width: 100%;
    margin-top: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .heading-4.ads._2 {
    text-align: center;
    margin-bottom: 0;
  }

  .heading-4.ads.left {
    text-align: center;
  }

  .heading-4.ads {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-4.headers {
    width: 100%;
    font-size: 24px;
    line-height: 30px;
  }

  .sub-text {
    text-align: center;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
  }

  .sub-text._2 {
    text-align: center;
    width: 100%;
    font-size: 14px;
  }

  .div-content-cta {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1.5rem 1rem;
  }

  .div-content-cta._2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1rem 15px;
  }

  .paragraph-4 {
    text-align: justify;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }

  .paragraph-4.mid {
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }

  .cont-ad-landing-page {
    font-size: 18px;
    line-height: 22px;
  }

  .grid-konten-3 {
    flex-direction: column;
    display: flex;
  }

  .container-landing-ads-page {
    flex-flow: column;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .body-article-9 {
    font-size: 14px;
  }

  .body-article-9.landing-page-ads {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }

  .title-article-11 {
    padding-top: 15px;
  }

  .title-article-11.landing-ad {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }

  .title-article-11.landing-ad._2 {
    font-size: 30px;
    line-height: 36px;
  }

  .section-cont-landing-ad-page {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .section-hero-landing-ad-page {
    flex-flow: column;
    width: 100%;
    padding-top: 0;
    padding-bottom: 3rem;
    display: flex;
  }

  .card-wrapper-landing-page-ads {
    width: 100%;
  }

  .image-wrapper-landing-page-ads {
    margin-bottom: 20px;
  }

  .card-section-wrapper-landing-page-ads {
    flex-direction: column;
  }

  .cta-section-2.ads {
    background-image: linear-gradient(360deg, #fff, #0000 24%), linear-gradient(#fff, #0000 25%), linear-gradient(278deg, #fff 55%, #0000), url('../images/Customer-services.jpg');
    background-position: 0 0, 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, cover;
    background-attachment: scroll, scroll, scroll, fixed;
    margin-top: 0;
    padding-top: 75px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .slider {
    height: 118px;
  }

  .opening-hour-card-wrapper {
    width: 100%;
  }

  .opening-hour-card-wrapper.alt {
    width: 100%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .section-opening-hour {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-opening-hour.space-around {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .clock-text.atlanta {
    font-size: 20px;
    line-height: 26px;
  }

  .open-image {
    width: 30%;
  }

  .time-text {
    text-align: center;
  }

  .time-text.atlanta {
    font-size: 16px;
  }

  .cta-section-new {
    padding-left: 5%;
    padding-right: 5%;
  }

  .cta-section-new.kutil {
    padding: 12% 5%;
  }

  .sub-text-2 {
    text-align: center;
    font-size: 20px;
    line-height: 22px;
  }

  .div-content-cta-2 {
    align-items: center;
  }

  .div-content-hero._60 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .subhead-3 {
    width: 95%;
  }

  .subhead-3.home {
    font-size: 16px;
    line-height: 22px;
  }

  .headline-2, .headline-2.responsive {
    font-size: 40px;
    line-height: 50px;
  }

  .hero-section-2.spaced {
    background-image: linear-gradient(103deg, #050c14b3 24%, #050c1457), url('../images/petr-magera-HuWm7malJ18-unsplash-1.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .section-subhead {
    font-size: 16px;
    line-height: 22px;
  }

  .section-subhead.narrower {
    width: 90%;
  }

  .title-holder {
    margin-left: 5%;
    margin-right: 5%;
  }

  .right-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .section-title-2 {
    font-size: 28px;
    line-height: 38px;
  }

  .left-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .cta-section-3 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .cta-section-3.ads {
    background-image: linear-gradient(360deg, #fff, #0000 24%), linear-gradient(#fff, #0000 25%), linear-gradient(278deg, #fff 55%, #0000), url('../images/Customer-services.jpg');
    background-position: 0 0, 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, cover;
    background-attachment: scroll, scroll, scroll, fixed;
  }

  .div-content-cta-3 {
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-19 {
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }

  .slider-2 {
    height: 118px;
  }

  .nav-link-5 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .nav-bar {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-right-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .link-block-jenis-3 {
    border-width: 2px;
  }

  .category-section {
    padding-top: 0;
    padding-left: 7%;
    padding-right: 7%;
  }

  .categories-holder-2 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .plan-checkbox, .plan-checkbox.left {
    justify-content: center;
    width: 100%;
  }

  .checkboxes-div {
    margin-left: 5%;
    margin-right: 5%;
  }

  .circular-shape.green-pastel {
    border-radius: 0%;
    width: 100%;
    height: auto;
    padding: 90px 20px;
    bottom: 0;
    left: 0;
  }

  .lower-footer-links.wide {
    flex-wrap: wrap;
    justify-content: center;
  }

  .lower-footer-links.right-links {
    margin-top: 17px;
  }

  .web-links-2.right {
    justify-content: center;
    padding-bottom: 20px;
  }

  .web-links-2.footer-logo {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .subhead-3-about-us {
    width: 95%;
  }

  .subhead-3-about-us.home {
    font-size: 16px;
    line-height: 22px;
  }

  .hero-section-about-us.spaced {
    background-image: linear-gradient(103deg, #ffffffd6 24%, #ffffffbd), url('../images/atllnt.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .headline-2-about-us, .headline-2-about-us.responsive {
    font-size: 40px;
    line-height: 50px;
  }

  .div-content-hero-about-us._60 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .hero-section-covid {
    flex-direction: column;
    padding-bottom: 100px;
  }

  .div-image-wrapper {
    background-image: linear-gradient(to top, #fff, #fff0), url('../images/mufid-majnun-cN20SvH9uk8-unsplash-1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 100%;
  }

  .div-wrapper-content-hero {
    width: 100%;
  }

  .headline-2-covid19 {
    font-size: 40px;
    line-height: 50px;
  }

  .headline-2-covid19.non-responsive {
    text-align: center;
    padding-left: 0%;
    font-size: 40px;
  }

  .subhead-3-covid19 {
    width: 95%;
  }

  .subhead-3-covid19.home {
    font-size: 16px;
    line-height: 22px;
  }

  .card-wrapper-covid {
    padding-top: 6px;
    padding-bottom: 11px;
  }

  .cta-section-covid19 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-5 {
    margin-bottom: 0;
    font-size: 12px;
  }

  .heading-7 {
    margin-top: 0;
    font-size: 26px;
    line-height: 32px;
  }

  .heading-4-covid19 {
    text-align: center;
    width: 100%;
    font-size: 26px;
    line-height: 32px;
  }

  .div-wrapper-cov2.right {
    width: 45%;
    margin-left: 10px;
  }

  .div-wrapper-cov2.left {
    width: 45%;
    margin-right: 10px;
  }

  .div-content-2 {
    flex-direction: column;
  }

  .sub-text-3 {
    text-align: center;
    font-size: 20px;
    line-height: 22px;
  }

  .heading-20 {
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }

  .heading-20.ads {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-21 {
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }

  .heading-21.ads {
    font-size: 30px;
    line-height: 36px;
  }

  .paragraph-9, .paragraph-9.mid {
    text-align: justify;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }

  .cont-ad-landing-page-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .grid-konten-4 {
    flex-direction: column;
    display: flex;
  }

  .body-article-10 {
    font-size: 14px;
  }

  .body-article-10.landing-page-ads {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }

  .title-article-12 {
    padding-top: 15px;
  }

  .title-article-12.landing-ad {
    text-align: center;
  }

  .title-article-13 {
    padding-top: 15px;
  }

  .title-article-13.landing-ad {
    text-align: center;
  }

  .title-article-13.landing-ad._2 {
    font-size: 30px;
    line-height: 36px;
  }

  .cta-section-4.ads {
    background-image: linear-gradient(360deg, #fff, #0000 24%), linear-gradient(#fff, #0000 25%), url('../images/66047-1.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, fixed;
    margin-top: 0;
  }

  .heading-22 {
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }

  .heading-22.ads {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-23 {
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }

  .heading-23.ads {
    font-size: 30px;
    line-height: 36px;
  }

  .paragraph-10, .paragraph-10.mid {
    text-align: justify;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }

  .cont-ad-landing-page-3 {
    font-size: 18px;
    line-height: 22px;
  }

  .grid-konten-5 {
    flex-direction: column;
    display: flex;
  }

  .title-article-14 {
    padding-top: 15px;
  }

  .title-article-14.landing-ad {
    text-align: center;
  }

  .title-article-14.landing-ad._2 {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-24 {
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }

  .heading-24.ads {
    font-size: 30px;
    line-height: 36px;
  }

  .paragraph-11, .paragraph-11.mid {
    text-align: justify;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }

  .cont-ad-landing-page-4 {
    font-size: 18px;
    line-height: 22px;
  }

  .grid-konten-6 {
    flex-direction: column;
    display: flex;
  }

  .heading-25 {
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }

  .heading-25.ads {
    font-size: 30px;
    line-height: 36px;
  }

  .paragraph-12, .paragraph-12.mid {
    text-align: justify;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }

  .grid-konten-7 {
    flex-direction: column;
    display: flex;
  }

  .heading-26 {
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }

  .heading-26.ads {
    font-size: 30px;
    line-height: 36px;
  }

  .paragraph-13, .paragraph-13.mid {
    text-align: justify;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }

  .grid-konten-8 {
    flex-direction: column;
    display: flex;
  }

  .heading-27 {
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }

  .paragraph-14 {
    text-align: justify;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }

  .grid-konten-9 {
    flex-direction: column;
    display: flex;
  }

  .div-logo {
    top: 2.4rem;
  }

  .image-40 {
    width: 50px;
    height: 50px;
  }

  .navbar-8 {
    display: block;
  }

  .dropdown {
    flex: none;
  }

  .button-3 {
    width: 100%;
  }

  .button-3.menu-navbar {
    width: 80%;
  }

  .button-3.sidebar.unhover {
    text-align: center;
    width: 150px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .image-7 {
    width: 65px;
    padding-left: 2px;
  }

  .icon-4, .dropdown-navar {
    flex: none;
  }

  .nav-right-3 {
    background-color: #fffffff5;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }

  .dropdown-navbar-2 {
    display: flex;
  }

  .brand-div-2.w--current {
    padding-left: 0;
  }

  .demo-wrapper {
    align-items: center;
    margin-top: 140px;
    margin-right: 0;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  ._141-page-wrapper-2 {
    display: block;
  }

  ._141-page-overlay-2 {
    display: none;
  }

  ._141-nav-item {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  ._141-nav-text {
    font-size: 14px;
  }

  ._141-nav-decoration {
    height: 10px;
  }

  ._141-menu-wrapper-3 {
    width: 200px;
    display: block;
  }

  ._141-close-button-wrapper {
    width: 50px;
    height: 50px;
    margin-top: 40px;
    margin-right: 20px;
    top: .5rem;
  }

  ._141-nav-wrapper {
    margin-top: 30px;
  }

  .column-5 {
    justify-content: flex-start;
    margin-top: -1.5rem;
  }

  .header._30 {
    align-items: center;
    height: 100vh;
    padding: 30px 25px;
  }

  .background-video {
    height: 100vh;
    min-height: 0;
  }

  .text-regular-semi-bold-5.top {
    text-align: center;
    letter-spacing: 1px;
    font-size: 12px;
  }

  .content {
    padding-top: 0;
    padding-left: .3rem;
    padding-right: .3rem;
  }

  .heading-h1 {
    font-size: 24px;
  }

  .actions {
    flex-direction: column;
    width: 100%;
  }

  .button-4 {
    width: 100%;
  }

  .text-medium-normal {
    font-size: 14px;
  }

  .text-medium-normal-5 {
    text-align: left;
    font-size: 14px;
  }

  .button-5 {
    width: 100%;
  }

  .heading-h3-2 {
    text-align: center;
    font-size: 28px;
  }

  .layout-2._18 {
    height: auto;
    padding-top: 86px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .layout-2._18.larger-bottom-padding {
    padding-top: 40px;
  }

  .layout-2._121.shorter-top-padding {
    padding: 31px 25px 64px;
  }

  .container-15 {
    flex-direction: column;
  }

  .text-medium-normal-6 {
    text-align: left;
    font-size: 14px;
  }

  .timeline-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-regular-normal-25 {
    font-size: 14px;
  }

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

  .heading-h3 {
    font-size: 28px;
  }

  .text-regular-semi-bold-6 {
    text-align: center;
    font-size: 14px;
  }

  .heading-h6-2 {
    font-size: 19px;
  }

  .heading-h3-3.align-center {
    font-size: 28px;
  }

  .heading-h5-5.curricullum {
    font-size: 20px;
  }

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

  .layout-6._238 {
    padding-top: 61px;
    padding-bottom: 61px;
  }

  .text-regular-normal-10 {
    font-size: 14px;
  }

  .content-3 {
    justify-content: flex-start;
    max-width: 100%;
    height: 90vh;
  }

  .slide-nav-2 {
    margin-top: 0;
  }

  .gallery._9 {
    padding-top: 94px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-flex.image.verti {
    width: 100%;
  }

  .div-flex.flex-horizontal._100.promo {
    flex-flow: column;
    height: 100%;
  }

  .heading-h3-4 {
    font-size: 28px;
  }

  .testimonial._1.slide {
    height: 90vh;
  }

  .testimonial._1.slide.smaller.align-right._7, .testimonial._1.slide.smaller.align-right._6 {
    background-size: cover;
  }

  .left-arrow-3 {
    width: 50px;
    height: 50px;
    margin-top: 480px;
    display: none;
  }

  .mask-2.testimoni.orang-tua {
    height: 600px;
  }

  .text-medium-normal-8.white {
    font-size: 14px;
  }

  .right-arrow-4 {
    width: 50px;
    height: 50px;
    margin-top: 480px;
    display: none;
  }

  .slider-4.testimoni {
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-h6.alt.black {
    font-size: 14px;
  }

  .heading-h2-3 {
    font-size: 28px;
  }

  .avatar {
    justify-content: flex-start;
  }

  .slide-1 {
    height: 90vh;
  }

  .testimonial-2._22.alt {
    padding-left: 25px;
    padding-right: 25px;
  }

  .column-20 {
    padding: 0;
  }

  .text-medium-normal-9 {
    text-align: center;
  }

  .heading-h2 {
    font-size: 28px;
  }

  .column-7 {
    max-width: 100%;
  }

  .button-7 {
    width: 100%;
  }

  .text-medium-normal-2.white {
    font-size: 14px;
  }

  .button-6 {
    width: 100%;
  }

  .cta-4._3 {
    background-image: linear-gradient(#00000070, #00000070), url('../images/IMG_8468.jpg');
    background-position: 0 0, 25%;
    background-size: auto, cover;
    padding: 80px 25px 56px;
  }

  .actions-2 {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .text-medium-normal-3 {
    font-size: 12px;
  }

  .content-5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .content-5.horizontal {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .content-4 {
    align-items: flex-start;
  }

  .quick-stack {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .team._10.alt {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 56px 25px 0;
  }

  .heading-h2-2 {
    font-size: 28px;
  }

  .text-regular-normal-26 {
    font-size: 14px;
  }

  .footer-3._1 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .actions-4.wide {
    width: 100%;
  }

  .links {
    flex-direction: column;
  }

  .button-11 {
    width: 100%;
  }

  .form {
    flex-direction: column;
  }

  .column-23.smaller-padding {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .header-4._92.about-us.small-lower-padding {
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .image-holder {
    padding-bottom: 0;
  }

  .text-medium-normal-10 {
    font-size: 14px;
  }

  .heading-h3-6 {
    text-align: center;
    font-size: 28px;
  }

  .container-16 {
    flex-direction: column;
  }

  .heading-h3-7.align-center {
    font-size: 28px;
  }

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

  .layout-7._238 {
    padding-top: 61px;
    padding-bottom: 61px;
  }

  .layout-7._238.about-us {
    background-size: 120px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-regular-semi-bold-8 {
    font-size: 14px;
  }

  .heading-h3-8 {
    text-align: center;
    font-size: 28px;
  }

  .header-5._92.smaller-padding {
    background-position: 0 2%, 0 0;
    background-size: 200px, auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-regular-semi-bold-9 {
    font-size: 14px;
  }

  .content-37.no-top-padding {
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-regular-semi-bold-10 {
    text-align: center;
    font-size: 14px;
  }

  .heading-h5-2.blue {
    text-align: center;
  }

  .text-regular-semi-bold-11 {
    font-size: 14px;
  }

  .heading-h3-9, .heading-h3-10, .heading-h3-11 {
    text-align: center;
    font-size: 28px;
  }

  .header-8._92.smaller-padding {
    background-position: 0 2%, 0 0;
    background-size: 200px, auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .content-41.no-top-padding {
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-h5-6.blue {
    text-align: center;
  }

  .cell {
    flex-direction: row;
  }

  .text-regular-normal-23 {
    position: static;
  }

  .text-regular-normal-23.align-mid {
    text-align: center;
  }

  .wrapper-alur.flex-horizontal {
    flex-direction: column;
    align-items: center;
  }

  .number {
    font-size: 80px;
    line-height: 60px;
  }

  .heading-h3-12 {
    text-align: center;
    font-size: 28px;
  }

  .container-17 {
    flex-direction: column;
  }

  .heading-h3-13 {
    text-align: center;
    font-size: 28px;
  }

  .header-9._92.smaller-padding {
    background-position: 0 2%, 0 0;
    background-size: 200px, auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .header-9._92.smaller-padding.pendaftaran-online {
    background-size: 450px;
    margin-bottom: 24px;
  }

  .content-45.no-top-padding {
    padding-left: 25px;
    padding-right: 25px;
  }

  .button-12, .button-12.artikel {
    width: 100%;
  }

  .date-blog {
    margin-bottom: 2%;
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .button-13, .button-13.artikel {
    width: 100%;
  }

  .heading-h3-14 {
    font-size: 28px;
  }

  .gallery-2._2.smaller-gap {
    padding-left: 25px;
    padding-right: 25px;
  }

  .content-47 {
    flex-direction: column;
  }

  .heading-h6-3 {
    font-size: 19px;
  }

  .gallery-3._2._38-gap {
    padding-left: 25px;
    padding-right: 25px;
  }

  .content-48 {
    flex-direction: column;
  }

  .text-medium-normal-11 {
    font-size: 12px;
  }

  .text-medium-normal-12 {
    text-align: left;
    font-size: 14px;
  }

  .button-14 {
    width: 100%;
  }

  .content-50.no-top-padding {
    padding-left: 25px;
    padding-right: 25px;
  }

  .checkbox-wrapper.vertical {
    flex-direction: column;
  }

  .heading-h6-4 {
    font-size: 19px;
  }

  .paragraph-15 {
    font-size: 12px;
    line-height: 16px;
  }

  .flex-wrapper {
    flex-flow: column;
  }

  .div-left {
    width: 100%;
  }

  .div-right.flex {
    width: 100%;
    padding-top: 2rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .subheads {
    font-size: 20px;
    line-height: 24px;
  }

  .subheads.mosk {
    font-family: "Mosk extra 800", sans-serif;
    font-size: 22px;
    line-height: 28px;
  }

  .paragraph-ads-page.mosk {
    font-family: "Mosk 500", sans-serif;
    font-size: 18px;
  }

  .card-wrapper-3 {
    width: 100%;
    height: auto;
  }

  .right-arrow {
    width: 45px;
    height: 45px;
    margin-bottom: 150px;
    margin-right: 0;
    right: 15px;
  }

  .mask-3 {
    width: 100%;
  }

  .div-slider {
    display: block;
  }

  .left-arrow {
    width: 45px;
    height: 45px;
    margin-bottom: 150px;
    margin-left: 0;
    left: -15px;
  }

  .slider-atlantic, .slider-atlantic.atlanta {
    width: 100%;
  }

  .left-arrow-4 {
    width: 45px;
    height: 45px;
    margin-bottom: 150px;
    margin-left: 0;
    left: 15px;
  }

  .section-slider {
    padding-top: 1rem;
  }

  .section-slider.atlanta {
    padding-bottom: 1rem;
  }

  .title-wrapper {
    justify-content: center;
    align-items: center;
    padding-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .paragraph-17 {
    width: 100%;
    margin-bottom: 0;
  }

  .heading-28 {
    color: #424242;
    text-align: center;
    width: 100%;
    font-size: 24px;
    line-height: 30px;
  }

  .wrapper-contents.padding {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper-contents.padding.main {
    width: 100%;
  }

  .text-span-98 {
    color: #e30000;
    font-weight: 700;
  }

  .div-left-img.justify-center {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-right-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
  }

  .section-promo {
    padding-bottom: 3rem;
  }

  .promo-image {
    width: 100%;
  }

  .title-article-15 {
    padding-top: 15px;
  }

  .title-article-15.landing-ad {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }

  .title-article-15.landing-ad._2 {
    margin-top: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .cta-5.colour5.bigger {
    background-image: linear-gradient(119deg, #0075aa, #05a6ee);
    border-radius: 80px;
    margin-top: 20px;
    padding: 10px 43px;
    font-size: 12px;
    display: block;
  }

  .cta-5.colour5.bigger.gratis {
    width: 100%;
    font-size: 16px;
  }

  .cta-6.colour5.bigger {
    background-image: linear-gradient(119deg, #0075aa, #05a6ee);
    border-radius: 80px;
    margin-top: 20px;
    padding: 10px 43px;
    font-size: 12px;
    display: block;
  }

  .cta-6.colour5.bigger.gratis {
    width: 100%;
    font-size: 16px;
  }

  .cta-7.colour5.bigger {
    background-image: linear-gradient(119deg, #0075aa, #05a6ee);
    border-radius: 80px;
    margin-top: 20px;
    padding: 10px 43px;
    font-size: 12px;
    display: block;
  }

  .cta-7.colour5.bigger.gratis {
    width: 100%;
    font-size: 16px;
  }

  .cta-8.colour5.bigger {
    background-image: linear-gradient(119deg, #0075aa, #05a6ee);
    border-radius: 80px;
    margin-top: 20px;
    padding: 10px 43px;
    font-size: 12px;
    display: block;
  }

  .cta-8.colour5.bigger.gratis {
    width: 100%;
    font-size: 16px;
  }

  .cta-9.colour5.bigger {
    background-image: linear-gradient(119deg, #0075aa, #05a6ee);
    border-radius: 80px;
    margin-top: 20px;
    padding: 10px 43px;
    font-size: 12px;
    display: block;
  }

  .cta-9.colour5.bigger.gratis {
    width: 100%;
    font-size: 16px;
  }

  .cta-10.colour5.bigger {
    background-image: linear-gradient(119deg, #0075aa, #05a6ee);
    border-radius: 80px;
    margin-top: 20px;
    padding: 10px 43px;
    font-size: 12px;
    display: block;
  }

  .cta-10.colour5.bigger.gratis {
    width: 100%;
    font-size: 16px;
  }

  .icon-7, .icon-8 {
    color: #2c3998;
  }

  .wrapper-bottom {
    flex-flow: column;
  }

  .cta-11.colour5.bigger {
    background-image: linear-gradient(119deg, #0075aa, #05a6ee);
    border-radius: 80px;
    margin-top: 20px;
    padding: 10px 43px;
    font-size: 12px;
    display: block;
  }

  .cta-11.colour5.bigger._2 {
    width: 100%;
    margin-top: 0;
    font-size: 14px;
  }

  .heading-29 {
    text-align: center;
    width: 100%;
    font-size: 26px;
    line-height: 32px;
  }

  .heading-29.ads {
    width: 100%;
    margin-top: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .heading-29.ads.left {
    text-align: center;
  }

  .ads-hero-wrapper.sifilis, .ads-hero-wrapper.laser-kutil, .ads-hero-wrapper.kewanitaan, .ads-hero-wrapper.check-up, .ads-hero-wrapper.sunat-dewasa, .ads-hero-wrapper.cek-urine, .ads-hero-wrapper.herpes {
    align-items: stretch;
    min-height: 100vh;
  }

  .slider-6 {
    height: auto;
    min-height: 100vh;
  }

  .div-block-48 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1-slider {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }

  .paragraph-18 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .text-block-40 {
    text-align: center;
    flex: 0 auto;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 0;
    font-size: 1.1rem;
    line-height: 22px;
  }

  .headline-wrapper {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-1200 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-1200.p {
    padding-left: 0;
    padding-right: 0;
  }

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

  .f-paragraph-large-2.jam {
    font-size: 1.4rem;
  }

  .f-h5-heading-2 {
    text-align: left;
  }

  .f-feature-card-large {
    text-align: center;
    justify-content: space-around;
    align-items: center;
    padding: 33px 24px;
  }

  .f-grid-two-column {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .container-jenis-penyakit {
    padding: 40px 2em;
  }

  .heading-31 {
    margin-bottom: 21px;
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .text-block-41 {
    font-size: 1.7rem;
  }

  .cta-phone {
    margin-top: 22px;
  }

  .cell-2 {
    text-align: center;
    justify-content: space-between;
    align-items: stretch;
  }

  .text-phone {
    font-size: 1rem;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-h3-heading-2 {
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.4;
  }

  .f-heading-detail-small-3 {
    text-align: center;
  }

  .f-section-regular {
    padding-top: 0;
    padding-bottom: 0;
  }

  .f-button-wrapper-2 {
    justify-content: center;
    align-items: center;
  }

  .f-paragraph-large-3 {
    line-height: 24px;
  }

  .f-h3-heading-3 {
    text-align: center;
  }

  .f-content-image-wrapper {
    height: auto;
  }

  .f-container-regular-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-32 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .card-layanan-utama.laser, .card-layanan-utama.kewanitaan {
    top: auto;
  }

  .f-testimonial-avatar-small-2 {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-author-2 {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-testimonial-slider-mask {
    width: 100%;
  }

  .f-h3-heading-4 {
    text-align: center;
    font-size: 2rem;
    line-height: 1.4;
  }

  .f-testimonial-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .combine-blog4_content {
    margin-left: 0;
  }

  .combine-blog4_image-wrapper {
    max-width: none;
  }

  .combine-blog4_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .combine-heading-style-h2 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-53 {
    display: none;
  }

  .image-54 {
    display: block;
  }

  .image-55 {
    display: none;
  }

  .image-56 {
    display: block;
  }

  .image-57 {
    display: none;
  }

  .image-58 {
    display: block;
  }

  .image-59 {
    display: none;
  }

  .image-60 {
    display: block;
  }

  .image-61 {
    display: none;
  }

  .image-62 {
    display: block;
  }

  .image-63 {
    display: none;
  }

  .image-64 {
    display: block;
  }

  .f-feature-card-large-2 {
    text-align: center;
    justify-content: space-around;
    align-items: center;
    padding: 33px 24px;
  }

  .f-grid-two-column-3 {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .f-paragraph-large-6.jam {
    font-size: 1.4rem;
  }

  .heading-33 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .f-h5-heading-5 {
    text-align: left;
  }

  .combine-feature2_image-wrapper {
    margin-bottom: 25px;
  }

  .combine-text-size-regular-2 {
    text-align: justify;
  }

  .combine-heading-style-h2-2 {
    text-align: center;
    font-size: 2rem;
  }

  .combine-feature2_content {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .combine-feature2_component {
    grid-template-columns: 1fr;
  }

  .combine-padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-34 {
    text-align: center;
    font-size: 2rem;
  }

  .bold-text-7 {
    font-size: 2rem;
  }

  .heading-35 {
    margin-bottom: 21px;
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .text-phone-2 {
    font-size: 1.2rem;
  }

  .text-block-50 {
    font-size: 1.7rem;
  }

  .cta-phone-2 {
    margin-top: 22px;
  }

  .heading-35-copy {
    margin-bottom: 21px;
    font-size: 1.6rem;
    line-height: 2.1rem;
  }

  .text-block-50-copy {
    text-align: center;
    font-size: 1rem;
    line-height: 1.4;
  }

  .bold-text-10 {
    color: var(--blue-2);
    font-size: 1.3rem;
    line-height: 1.3;
  }

  .text-block-51-copy {
    text-align: center;
    padding-right: 0;
  }

  .f-testimonial-section-2 {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .f-testimonial-author-3 {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-h3-heading-5 {
    text-align: center;
    font-size: 2rem;
    line-height: 1.4;
  }

  .div-block-63 {
    border-radius: 20px;
  }

  .div-block-64 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .div-block-65 {
    max-width: none;
  }

  .heading-36 {
    text-align: center;
    font-size: 2rem;
    line-height: 37px;
  }

  .text-cta {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .button-cta {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 35px;
    padding-right: 35px;
    display: flex;
  }

  .div-block-71 {
    padding-left: 10px;
    padding-right: 20px;
  }

  .ttx {
    text-align: left;
  }

  .div-block-72 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-52 {
    text-align: center;
    flex: 0 auto;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 0;
    font-size: 1.1rem;
    line-height: 22px;
  }

  .h1-slider-2 {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }

  .image-67 {
    display: block;
  }

  .image-68 {
    display: none;
  }

  .paragraph-19 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

  .div-block-74 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-53 {
    text-align: center;
    flex: 0 auto;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 0;
    font-size: 1.1rem;
    line-height: 22px;
  }

  .h1-slider-3 {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }

  .image-69 {
    display: block;
  }

  .paragraph-20 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

  .image-76 {
    display: block;
  }

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

  .paragraph-24 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .h1-slider-4 {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }

  .text-block-59 {
    text-align: center;
    flex: 0 auto;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 0;
    font-size: 1.1rem;
    line-height: 22px;
  }

  .div-block-115 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-ct-hpv {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 35px;
    padding-right: 35px;
    display: flex;
  }

  .cta-phone-2-hpv {
    margin-top: 22px;
  }
}

#w-node-_5b420218-30fa-60f3-f33a-7dd91632bb83-7be9ffcd, #w-node-_5b420218-30fa-60f3-f33a-7dd91632bb84-7be9ffcd, #w-node-_5b420218-30fa-60f3-f33a-7dd91632bb8b-7be9ffcd, #w-node-_5b420218-30fa-60f3-f33a-7dd91632bb8c-7be9ffcd, #w-node-_5b420218-30fa-60f3-f33a-7dd91632bb92-7be9ffcd, #w-node-_5b420218-30fa-60f3-f33a-7dd91632bb93-7be9ffcd, #w-node-_5b420218-30fa-60f3-f33a-7dd91632bb9d-7be9ffcd, #w-node-_5b420218-30fa-60f3-f33a-7dd91632bb9e-7be9ffcd, #w-node-fd85a3df-1ab7-21c0-1a1c-23b57be9ffd8-7be9ffcd, #w-node-fd85a3df-1ab7-21c0-1a1c-23b57be9ffd9-7be9ffcd, #w-node-fd85a3df-1ab7-21c0-1a1c-23b57be9ffe0-7be9ffcd, #w-node-fd85a3df-1ab7-21c0-1a1c-23b57be9ffe1-7be9ffcd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65b6ecf8-653f-c970-c6e6-a2bc23dec48b-a96526c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_65b6ecf8-653f-c970-c6e6-a2bc23dec48f-a96526c2 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_65b6ecf8-653f-c970-c6e6-a2bc23dec490-a96526c2 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: auto;
}

#w-node-_65b6ecf8-653f-c970-c6e6-a2bc23dec496-a96526c2 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_65b6ecf8-653f-c970-c6e6-a2bc23dec497-a96526c2 {
  grid-area: 1 / 3 / 2 / 5;
  justify-self: auto;
}

#w-node-_65b6ecf8-653f-c970-c6e6-a2bc23dec49e-a96526c2 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_65b6ecf8-653f-c970-c6e6-a2bc23dec49f-a96526c2, #w-node-_65b6ecf8-653f-c970-c6e6-a2bc23dec4a6-a96526c2 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: auto;
}

#w-node-_65b6ecf8-653f-c970-c6e6-a2bc23dec4ad-a96526c2 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_65b6ecf8-653f-c970-c6e6-a2bc23dec4ae-a96526c2, #w-node-_65b6ecf8-653f-c970-c6e6-a2bc23dec4b5-a96526c2 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: auto;
}

#w-node-_65b6ecf8-653f-c970-c6e6-a2bc23dec4bc-a96526c2 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_65b6ecf8-653f-c970-c6e6-a2bc23dec4bd-a96526c2, #w-node-_65b6ecf8-653f-c970-c6e6-a2bc23dec4c4-a96526c2 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: auto;
}

#w-node-_65b6ecf8-653f-c970-c6e6-a2bc23dec4cb-a96526c2 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_65b6ecf8-653f-c970-c6e6-a2bc23dec4cc-a96526c2, #w-node-_65b6ecf8-653f-c970-c6e6-a2bc23dec4d3-a96526c2 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: auto;
}

#w-node-_65b6ecf8-653f-c970-c6e6-a2bc23dec4da-a96526c2 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_65b6ecf8-653f-c970-c6e6-a2bc23dec4db-a96526c2, #w-node-_65b6ecf8-653f-c970-c6e6-a2bc23dec4e2-a96526c2 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: auto;
}

#w-node-_65b6ecf8-653f-c970-c6e6-a2bc23dec4e9-a96526c2 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_65b6ecf8-653f-c970-c6e6-a2bc23dec4ea-a96526c2, #w-node-_65b6ecf8-653f-c970-c6e6-a2bc23dec4f1-a96526c2 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: auto;
}

#w-node-_9e364e54-a332-4f2f-e896-0441a4fac656-a96526c2 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_9e364e54-a332-4f2f-e896-0441a4fac657-a96526c2, #w-node-_9e364e54-a332-4f2f-e896-0441a4fac65e-a96526c2 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: auto;
}

#w-node-b27485c3-bf09-f687-0281-4f28d6e297a0-a96526c2 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-b27485c3-bf09-f687-0281-4f28d6e297a1-a96526c2 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: auto;
}

#w-node-a469952d-4a56-750b-7586-0749eed02412-de6526c7, #w-node-a469952d-4a56-750b-7586-0749eed02413-de6526c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a469952d-4a56-750b-7586-0749eed0241c-de6526c7 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-c5dbc245-e30d-ed94-42a0-1527ee326fb5-616526c8, #w-node-a469952d-4a56-750b-7586-0749eed02412-f16526ca, #w-node-a469952d-4a56-750b-7586-0749eed02413-f16526ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a469952d-4a56-750b-7586-0749eed0241c-f16526ca {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a469952d-4a56-750b-7586-0749eed02412-d3cc8e71, #w-node-a469952d-4a56-750b-7586-0749eed02413-d3cc8e71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a469952d-4a56-750b-7586-0749eed0241c-d3cc8e71 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_9b72257f-0455-4f00-1a6b-168131458019-d3cc8e71 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a469952d-4a56-750b-7586-0749eed02412-57552092 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a469952d-4a56-750b-7586-0749eed02413-57552092 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a469952d-4a56-750b-7586-0749eed0241c-57552092 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_18834bd1-05b5-8aff-8fd1-297dd96affeb-6c7b1cff, #w-node-_18834bd1-05b5-8aff-8fd1-297dd96affec-6c7b1cff, #w-node-_18834bd1-05b5-8aff-8fd1-297dd96affed-6c7b1cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18834bd1-05b5-8aff-8fd1-297dd96afffd-6c7b1cff {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_2500fb8f-666e-b327-a90c-160d3d7b3daa-beb44198, #w-node-_2500fb8f-666e-b327-a90c-160d3d7b3dab-beb44198, #w-node-_2500fb8f-666e-b327-a90c-160d3d7b3dac-beb44198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2500fb8f-666e-b327-a90c-160d3d7b3db2-beb44198 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-b4f9cc00-44ef-c7a6-9eeb-a3acd5620f1c-8e4f5a06, #w-node-b4f9cc00-44ef-c7a6-9eeb-a3acd5620f1d-8e4f5a06, #w-node-b4f9cc00-44ef-c7a6-9eeb-a3acd5620f1e-8e4f5a06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4f9cc00-44ef-c7a6-9eeb-a3acd5620f2c-8e4f5a06 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_10576427-3014-e05f-344b-4fc0a9a8c2d1-87e5a5e0, #w-node-_10576427-3014-e05f-344b-4fc0a9a8c2d2-87e5a5e0, #w-node-_10576427-3014-e05f-344b-4fc0a9a8c2d3-87e5a5e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10576427-3014-e05f-344b-4fc0a9a8c2df-87e5a5e0 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_3934f763-def3-6144-586c-ec4dcd3ede87-9e7a1148 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3934f763-def3-6144-586c-ec4dcd3ede88-9e7a1148, #w-node-_3934f763-def3-6144-586c-ec4dcd3ede89-9e7a1148 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78c59a28-73ea-eb88-5ec2-608aa8ea5a10-9e7a1148 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_07a096c2-7c64-b0d7-f6c5-7eae0b79c56c-9e7a1148 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8ee28980-4d51-eab5-961a-208c724e94c9-859965f3, #w-node-_8ee28980-4d51-eab5-961a-208c724e94ca-859965f3, #w-node-_8ee28980-4d51-eab5-961a-208c724e94cb-859965f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ee28980-4d51-eab5-961a-208c724e94d9-859965f3 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_4afe62d4-e24b-53db-eb5b-25db82efa6bd-bc0f6149, #w-node-_4afe62d4-e24b-53db-eb5b-25db82efa6be-bc0f6149, #w-node-_4afe62d4-e24b-53db-eb5b-25db82efa6bf-bc0f6149 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4afe62d4-e24b-53db-eb5b-25db82efa6c7-bc0f6149 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-c4296eee-78f7-113f-da07-cb29f40930fe-fa8d974c, #w-node-c4296eee-78f7-113f-da07-cb29f40930ff-fa8d974c, #w-node-c4296eee-78f7-113f-da07-cb29f4093100-fa8d974c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4296eee-78f7-113f-da07-cb29f4093109-fa8d974c {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_255cdd55-33ab-0f6e-3597-d0846fcb8de0-9e61cb14, #w-node-_255cdd55-33ab-0f6e-3597-d0846fcb8de1-9e61cb14, #w-node-_255cdd55-33ab-0f6e-3597-d0846fcb8de2-9e61cb14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_255cdd55-33ab-0f6e-3597-d0846fcb8de8-9e61cb14 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_4ea797bc-669b-2005-359f-26fca811e98d-bfe68b36, #w-node-_4ea797bc-669b-2005-359f-26fca811e98e-bfe68b36, #w-node-_4ea797bc-669b-2005-359f-26fca811e98f-bfe68b36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ea797bc-669b-2005-359f-26fca811e99a-bfe68b36 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a4b79e62-a767-30b6-02f2-13cbb12d964b-a780d668, #w-node-a4b79e62-a767-30b6-02f2-13cbb12d964c-a780d668, #w-node-a4b79e62-a767-30b6-02f2-13cbb12d964d-a780d668, #w-node-_1f5daa2d-b0e6-5ed5-445f-4cfb359d06f2-359d06e7, #w-node-_1f5daa2d-b0e6-5ed5-445f-4cfb359d06f3-359d06e7, #w-node-_1f5daa2d-b0e6-5ed5-445f-4cfb359d06f8-359d06e7, #w-node-_1f5daa2d-b0e6-5ed5-445f-4cfb359d06f9-359d06e7, #w-node-_1f5daa2d-b0e6-5ed5-445f-4cfb359d06ff-359d06e7, #w-node-_1f5daa2d-b0e6-5ed5-445f-4cfb359d0700-359d06e7, #w-node-_1f5daa2d-b0e6-5ed5-445f-4cfb359d0706-359d06e7, #w-node-_1f5daa2d-b0e6-5ed5-445f-4cfb359d0707-359d06e7, #w-node-_1f5daa2d-b0e6-5ed5-445f-4cfb359d070d-359d06e7, #w-node-_1f5daa2d-b0e6-5ed5-445f-4cfb359d070e-359d06e7, #w-node-a4b79e62-a767-30b6-02f2-13cbb12d964b-cb4328c8, #w-node-a4b79e62-a767-30b6-02f2-13cbb12d964c-cb4328c8, #w-node-a4b79e62-a767-30b6-02f2-13cbb12d964d-cb4328c8, #w-node-a4b79e62-a767-30b6-02f2-13cbb12d964b-d884760d, #w-node-a4b79e62-a767-30b6-02f2-13cbb12d964c-d884760d, #w-node-a4b79e62-a767-30b6-02f2-13cbb12d964d-d884760d, #w-node-_8ee28980-4d51-eab5-961a-208c724e94c9-7d6ec4a1, #w-node-_8ee28980-4d51-eab5-961a-208c724e94ca-7d6ec4a1, #w-node-_8ee28980-4d51-eab5-961a-208c724e94cb-7d6ec4a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ee28980-4d51-eab5-961a-208c724e94d9-7d6ec4a1 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_2500fb8f-666e-b327-a90c-160d3d7b3daa-854c4502, #w-node-_2500fb8f-666e-b327-a90c-160d3d7b3dab-854c4502, #w-node-_2500fb8f-666e-b327-a90c-160d3d7b3dac-854c4502 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2500fb8f-666e-b327-a90c-160d3d7b3db2-854c4502 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_18834bd1-05b5-8aff-8fd1-297dd96affeb-fc707a8f, #w-node-_18834bd1-05b5-8aff-8fd1-297dd96affec-fc707a8f, #w-node-_18834bd1-05b5-8aff-8fd1-297dd96affed-fc707a8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18834bd1-05b5-8aff-8fd1-297dd96afffd-fc707a8f {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-f3f8d833-86ee-4ffc-0311-01bb19449f37-2083777c, #w-node-c29cd1d6-3a7a-f1bc-41fe-117e6d8af4a6-2083777c, #w-node-_5b85f071-fe0b-f99e-7054-ecbe80d15c6f-2083777c, #w-node-ef911a9f-0429-ffa4-71eb-2f54e6d2dab0-2083777c, #w-node-_22a3f863-52be-d509-c879-b4a97f393c4f-2083777c, #w-node-e0f6c7f3-a3b8-439d-dfa5-d564b5cb4b0c-2083777c, #w-node-_578dc6c8-ac86-8fb0-5f6b-3d712e982f2a-2083777c {
  justify-self: center;
}

#w-node-_87ffcd4e-8df7-f1da-5743-2fabe67de302-2083777c {
  align-self: auto;
}

#w-node-e65a9990-79c3-7c97-6a71-0d32577e0f30-2083777c {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_1d3812b1-1268-2feb-e687-15f18b347d15-2083777c {
  justify-self: start;
}

#w-node-_60e71596-2852-c5cf-5b68-710655b468b5-2083777c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_974064bd-f1ae-bb7e-be6d-be9d8bd2a317-2083777c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_9335dea8-1ad9-92df-b3e5-a244ee2a3b1e-8bbdcad8 {
  justify-self: center;
}

#w-node-df8b702b-4d6b-1981-c3ad-c1d012881a77-8bbdcad8, #w-node-_189fd927-9bf4-a132-5fd4-a5e19f945fd2-8bbdcad8, #w-node-bd4b65c8-123f-39c5-9b8d-ea643e9d71c8-8bbdcad8, #w-node-_3df287e1-c3fc-ad51-cc3d-e9f062741c13-8bbdcad8, #w-node-_7260841c-6c9c-2811-5a67-98a780cf1e14-8bbdcad8 {
  align-self: start;
}

#w-node-a69371e0-f19e-30a2-f117-15f4eec76634-8bbdcad8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-b1d55dc9-d622-404d-deae-fd0e2f5e48f7-8bbdcad8 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_5af3b4e3-c8ed-339f-f112-ae3d47fb49d2-8bbdcad8 {
  align-self: auto;
}

#w-node-_13fe4abc-e72f-a945-c38a-5be69f593062-6321fc48 {
  justify-self: center;
}

#w-node-df8b702b-4d6b-1981-c3ad-c1d012881a77-6321fc48, #w-node-_189fd927-9bf4-a132-5fd4-a5e19f945fd2-6321fc48, #w-node-bd4b65c8-123f-39c5-9b8d-ea643e9d71c8-6321fc48, #w-node-_3df287e1-c3fc-ad51-cc3d-e9f062741c13-6321fc48 {
  align-self: start;
}

#w-node-a69371e0-f19e-30a2-f117-15f4eec76634-6321fc48 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-b1d55dc9-d622-404d-deae-fd0e2f5e48f7-6321fc48 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_5af3b4e3-c8ed-339f-f112-ae3d47fb49d2-6321fc48 {
  align-self: auto;
}

#w-node-eb06864d-2c89-e52d-3614-ba9cca1a8e6e-4968ad0d {
  justify-self: center;
}

#w-node-df8b702b-4d6b-1981-c3ad-c1d012881a77-4968ad0d, #w-node-_189fd927-9bf4-a132-5fd4-a5e19f945fd2-4968ad0d {
  align-self: start;
}

#w-node-a69371e0-f19e-30a2-f117-15f4eec76634-4968ad0d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-b1d55dc9-d622-404d-deae-fd0e2f5e48f7-4968ad0d {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_5af3b4e3-c8ed-339f-f112-ae3d47fb49d2-4968ad0d {
  align-self: auto;
}

#w-node-_9335dea8-1ad9-92df-b3e5-a244ee2a3b1e-f4375307 {
  justify-self: center;
}

#w-node-df8b702b-4d6b-1981-c3ad-c1d012881a77-f4375307, #w-node-_189fd927-9bf4-a132-5fd4-a5e19f945fd2-f4375307, #w-node-bd4b65c8-123f-39c5-9b8d-ea643e9d71c8-f4375307, #w-node-_3df287e1-c3fc-ad51-cc3d-e9f062741c13-f4375307, #w-node-_7260841c-6c9c-2811-5a67-98a780cf1e14-f4375307 {
  align-self: start;
}

#w-node-a69371e0-f19e-30a2-f117-15f4eec76634-f4375307 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-b1d55dc9-d622-404d-deae-fd0e2f5e48f7-f4375307 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_5af3b4e3-c8ed-339f-f112-ae3d47fb49d2-f4375307 {
  align-self: auto;
}

#w-node-_13fe4abc-e72f-a945-c38a-5be69f593062-38587d4c {
  justify-self: center;
}

#w-node-df8b702b-4d6b-1981-c3ad-c1d012881a77-38587d4c, #w-node-_1779fe61-a9d2-4100-50ae-9e759048a22a-38587d4c, #w-node-_189fd927-9bf4-a132-5fd4-a5e19f945fd2-38587d4c, #w-node-bd4b65c8-123f-39c5-9b8d-ea643e9d71c8-38587d4c, #w-node-_3df287e1-c3fc-ad51-cc3d-e9f062741c13-38587d4c {
  align-self: start;
}

#w-node-a69371e0-f19e-30a2-f117-15f4eec76634-38587d4c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-b1d55dc9-d622-404d-deae-fd0e2f5e48f7-38587d4c {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_5af3b4e3-c8ed-339f-f112-ae3d47fb49d2-38587d4c {
  align-self: auto;
}

#w-node-eb06864d-2c89-e52d-3614-ba9cca1a8e6e-972d1398 {
  justify-self: center;
}

#w-node-df8b702b-4d6b-1981-c3ad-c1d012881a77-972d1398, #w-node-_189fd927-9bf4-a132-5fd4-a5e19f945fd2-972d1398 {
  align-self: start;
}

#w-node-a69371e0-f19e-30a2-f117-15f4eec76634-972d1398 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-b1d55dc9-d622-404d-deae-fd0e2f5e48f7-972d1398 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_5af3b4e3-c8ed-339f-f112-ae3d47fb49d2-972d1398 {
  align-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_1d3812b1-1268-2feb-e687-15f18b347d15-2083777c {
    justify-self: auto;
  }

  #w-node-_1d3812b1-1268-2feb-e687-15f18b347d17-2083777c {
    order: -9999;
  }

  #w-node-eb32da46-71d6-6083-8608-277a42b70807-8bbdcad8, #w-node-eb32da46-71d6-6083-8608-277a42b7081c-8bbdcad8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b1d55dc9-d622-404d-deae-fd0e2f5e48f7-8bbdcad8 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-eb32da46-71d6-6083-8608-277a42b70807-6321fc48, #w-node-eb32da46-71d6-6083-8608-277a42b7081c-6321fc48 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b1d55dc9-d622-404d-deae-fd0e2f5e48f7-6321fc48 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-eb32da46-71d6-6083-8608-277a42b70807-4968ad0d, #w-node-eb32da46-71d6-6083-8608-277a42b7081c-4968ad0d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b1d55dc9-d622-404d-deae-fd0e2f5e48f7-4968ad0d {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-eb32da46-71d6-6083-8608-277a42b70807-f4375307, #w-node-eb32da46-71d6-6083-8608-277a42b7081c-f4375307 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b1d55dc9-d622-404d-deae-fd0e2f5e48f7-f4375307 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-eb32da46-71d6-6083-8608-277a42b70807-38587d4c, #w-node-eb32da46-71d6-6083-8608-277a42b7081c-38587d4c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b1d55dc9-d622-404d-deae-fd0e2f5e48f7-38587d4c {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-eb32da46-71d6-6083-8608-277a42b70807-972d1398, #w-node-eb32da46-71d6-6083-8608-277a42b7081c-972d1398 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b1d55dc9-d622-404d-deae-fd0e2f5e48f7-972d1398 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f3f8d833-86ee-4ffc-0311-01bb19449f37-2083777c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-e65a9990-79c3-7c97-6a71-0d32577e0f30-2083777c {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_60e71596-2852-c5cf-5b68-710655b468a3-2083777c, #w-node-_60e71596-2852-c5cf-5b68-710655b468b5-2083777c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9335dea8-1ad9-92df-b3e5-a244ee2a3b1e-8bbdcad8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-b1d55dc9-d622-404d-deae-fd0e2f5e48f7-8bbdcad8, #w-node-b1d55dc9-d622-404d-deae-fd0e2f5e48f7-6321fc48, #w-node-b1d55dc9-d622-404d-deae-fd0e2f5e48f7-4968ad0d {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_9335dea8-1ad9-92df-b3e5-a244ee2a3b1e-f4375307 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-b1d55dc9-d622-404d-deae-fd0e2f5e48f7-f4375307, #w-node-b1d55dc9-d622-404d-deae-fd0e2f5e48f7-38587d4c, #w-node-b1d55dc9-d622-404d-deae-fd0e2f5e48f7-972d1398 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa v4compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2'), url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mosk 300';
  src: url('../fonts/Mosk-Light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mosk extra 800';
  src: url('../fonts/Mosk-Extra-Bold-800.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mosk extra 200';
  src: url('../fonts/Mosk-Extra-Light-200.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mosk 500';
  src: url('../fonts/Mosk-Medium-500.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mosk 400';
  src: url('../fonts/Mosk-Normal-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mosk 100';
  src: url('../fonts/Mosk-Thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mosk ultra 900';
  src: url('../fonts/Mosk-Ultra-Bold-900.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mosk 700';
  src: url('../fonts/Mosk-Bold-700.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mosk semi 600';
  src: url('../fonts/Mosk-Semi-Bold-600.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}