@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Montserrat&family=Playpen+Sans:wght@400;800&family=Plus+Jakarta+Sans:wght@300;400;500&family=Poppins:wght@500&display=swap");
* {
  margin: 0;
  padding: 0;
}

body {
  padding: 0;
  margin: 0;
  font-family: " Montserrat", sans-serif;
}

.div,
.img {
  padding: 0;
  margin: 0;
  border: 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

.top {
  background-image: url("../../../assets/img/backImg.svg");
  padding: 20px 70px;
}

@media (max-width: 1024px) {
  .top {
    padding: 20px 50px;
  }
}
@media (max-width: 575px) {
  .top {
    padding: 20px 35px;
  }
}
.bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bar__name {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  flex-basis: 33%;
}
.bar__right {
  display: flex;
  flex-basis: 90%;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.bar__nav {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  gap: 30px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.bar__nav__1 {
  color: #fff;
}
.bar__button {
  color: #17c2ec;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 20px 26px;
  gap: 10px;
  border-radius: 20px;
  white-space: nowrap;
  background: rgba(196, 196, 196, 0.1);
  border: none;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.bar__menu {
  display: none;
}

@media (max-width: 1024px) {
  .bar {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .bar__right {
    display: none;
  }
  .bar__menu {
    display: flex;
  }
}
@media (max-width: 768px) {
  .bar__name {
    color: #fff;
    font-size: 25.498px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  .bar__name {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.vaccine {
  display: flex;
  padding-top: 122px;
  justify-content: space-between;
  gap: 15px;
}
.vaccine__left {
  flex-basis: 45%;
}
.vaccine__left__l1 {
  color: #17c2ec;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.vaccine__left__l2 {
  padding-top: 40px;
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.vaccine__left__l2__b {
  color: #17c2ec;
}
.vaccine__left__l3 {
  padding-top: 50px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.vaccine__left__buttons {
  display: flex;
  padding-top: 50px;
  gap: 20px;
}
.vaccine__left__buttons__1 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 5%;
  padding-right: 5%;
  align-items: flex-start;
  gap: 10px;
  border-radius: 20px;
  background: #17c2ec;
  border: none;
  white-space: nowrap;
  flex-shrink: 1;
  min-width: 100px;
}
.vaccine__left__buttons__2 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 5%;
  padding-right: 5%;
  align-items: flex-start;
  gap: 10px;
  border-radius: 20px;
  border: 2px solid #17c2ec;
  background: rgba(196, 196, 196, 0.1);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  flex-shrink: 1;
  min-width: 100px;
}
.vaccine__right__pic {
  max-width: 100%;
}
.vaccine__bottom {
  padding-top: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 10px;
}
.vaccine__bottom__clock {
  width: 49.962px;
  height: 50px;
  flex-shrink: 0;
}
.vaccine__bottom__sentence {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.vaccine__end {
  max-width: 100%;
  display: flex;
  height: 160px;
  border-radius: 20px 20px 0px 0px;
  background: rgba(196, 196, 196, 0.05);
  justify-content: space-around;
  align-items: center;
}
.vaccine__end__1 {
  display: flex;
  gap: 20px;
}
.vaccine__end__1__up {
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
}
.vaccine__end__1__down {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
.vaccine__end__2 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  border-radius: 20px;
  background: #17c2ec;
  border: none;
}

@media (max-width: 1024px) {
  .vaccine {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 55px;
  }
  .vaccine__left__l1 {
    font-size: 18px;
  }
  .vaccine__left__l2 {
    padding-top: 40px;
    font-size: 36px;
  }
  .vaccine__left__l3 {
    padding-top: 40px;
    font-size: 20px;
  }
  .vaccine__left__buttons {
    padding-top: 40px;
  }
  .vaccine__left__buttons__1 {
    font-size: 20px;
  }
  .vaccine__left__buttons__2 {
    font-size: 20px;
  }
  .vaccine__end {
    height: 250px;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 12px;
  }
  .vaccine__end__1 {
    display: flex;
    flex-basis: 50%;
    gap: 20px;
  }
  .vaccine__end__1__up {
    font-size: 20px;
  }
  .vaccine__end__1__down {
    font-size: 20px;
  }
  .vaccine__end__2 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .vaccine {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .vaccine__left__l1 {
    font-size: 12px;
  }
  .vaccine__left__l2 {
    padding-top: 20px;
    font-size: 24px;
  }
  .vaccine__left__l3 {
    padding-top: 20px;
    font-size: 14px;
  }
  .vaccine__left__buttons {
    padding-top: 20px;
  }
  .vaccine__left__buttons__1 {
    font-size: 14px;
  }
  .vaccine__left__buttons__2 {
    font-size: 14px;
  }
  .vaccine__bottom__clock {
    width: 29.977px;
    height: 30px;
  }
  .vaccine__bottom__sentence {
    font-size: 14px;
  }
  .vaccine__end {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 100px 20px 15px;
    gap: 14px;
  }
  .vaccine__end__1 {
    display: flex;
  }
  .vaccine__end__1__up {
    font-size: 14px;
  }
  .vaccine__end__1__down {
    font-size: 14px;
  }
  .vaccine__end__2 {
    font-size: 14px;
  }
}
.stripe {
  padding: 20px 70px;
  display: flex;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.5);
  height: auto;
  max-width: 100%;
  position: relative;
}
.stripe__img {
  height: auto;
  flex-shrink: 1;
  min-width: 50px;
}

@media (max-width: 1024px) {
  .stripe {
    padding: 20px 50px;
  }
}
@media (max-width: 375px) {
  .stripe {
    padding: 20px 35px;
  }
}
.result {
  padding-right: 70px;
  padding-left: 70px;
  padding-top: 62px;
  background-image: url(../../../assets/img/background2.svg);
}
.result__box {
  display: flex;
  flex-direction: column;
}
.result__box__1 {
  display: flex;
  padding-left: 90px;
  border-radius: 20px;
  height: 101px;
  flex-shrink: 0;
  border-radius: 20px 20px 0px 0px;
  background: rgba(196, 196, 196, 0.05);
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  align-items: center;
}
.result__box__2 {
  display: flex;
  flex-direction: column;
  background: rgba(196, 196, 196, 0.1);
  height: 230px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 90px;
  padding-right: 90px;
  justify-content: space-around;
  border-radius: 0 0 20px 20px;
}
.result__box__2__top {
  display: flex;
  justify-content: space-between;
  padding-right: 10px;
}
.result__box__2__top__ip1 {
  width: 430px;
  max-width: 100%;
  height: 69px;
  flex-shrink: 1;
  border-radius: 20px;
  border: 3px solid #17c2ec;
  background-color: transparent;
}
.result__box__2__top__ip1::placeholder {
  color: var(--Pure, #fff);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 10px;
}
.result__box__2__top__ip2 {
  width: 430px;
  max-width: 100%;
  height: 69px;
  flex-shrink: 1;
  border-radius: 20px;
  border: 3px solid rgba(196, 196, 196, 0.15);
  color: var(--Pure, #fff);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-color: transparent;
}
.result__box__2__top__ip2::placeholder {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 10px;
}
.result__box__2__top__button {
  color: #17c2ec;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-flex;
  padding: 20px 25px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  border: 3px solid #17c2ec;
  background: rgba(196, 196, 196, 0.1);
}
.result__box__2__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: cover;
  height: 70px;
  flex-shrink: 0;
  border-radius: 20px;
  background: rgba(196, 196, 196, 0.05);
  color: #17c2ec;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.result__box__2__bottom__here {
  color: #17c2ec;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
}

@media (max-width: 1024px) {
  .result {
    padding: 20px 50px;
  }
  .result__box {
    display: flex;
    flex-direction: column;
  }
  .result__box__1 {
    display: flex;
    padding-left: 90px;
    border-radius: 20px;
    height: 101px;
    flex-shrink: 0;
    border-radius: 20px 20px 0px 0px;
    background: rgba(196, 196, 196, 0.05);
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    align-items: center;
  }
  .result__box__2 {
    display: flex;
    flex-direction: column;
    background: rgba(196, 196, 196, 0.1);
    height: 400px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 90px;
    padding-right: 90px;
    justify-content: space-around;
  }
  .result__box__2__top {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 20px;
  }
  .result__box__2__top__ip1 {
    width: 430px;
    height: 69px;
    max-width: 100%;
    border-radius: 20px;
    border: 3px solid #17c2ec;
    background-color: transparent;
  }
  .result__box__2__top__ip1::placeholder {
    color: var(--Pure, #fff);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 10px;
  }
  .result__box__2__top__ip2 {
    width: 430px;
    max-width: 100%;
    height: 69px;
    flex-shrink: 1;
    border-radius: 20px;
    border: 3px solid rgba(196, 196, 196, 0.15);
    color: var(--Pure, #fff);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: transparent;
  }
  .result__box__2__top__ip2::placeholder {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 10px;
  }
  .result__box__2__top__button {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-flex;
    width: 172px;
    max-width: 100%;
    padding: 20px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    border: 3px solid #17c2ec;
    background: rgba(196, 196, 196, 0.1);
  }
  .result__box__2__bottom {
    flex-shrink: 1;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .result__box__2__bottom__here {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .result {
    padding: 20px 35px;
  }
  .result__box {
    display: flex;
    flex-direction: column;
  }
  .result__box__1 {
    display: flex;
    padding-left: 30px;
    border-radius: 20px;
    height: 101px;
    flex-shrink: 0;
    border-radius: 20px 20px 0px 0px;
    background: rgba(196, 196, 196, 0.05);
    color: #fff;
    font-size: 20 px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    align-items: center;
  }
  .result__box__2 {
    display: flex;
    flex-direction: column;
    background: rgba(196, 196, 196, 0.1);
    height: 382px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    justify-content: space-around;
  }
  .result__box__2__top {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 20px;
  }
  .result__box__2__top__ip1 {
    width: 430px;
    height: 69px;
    max-width: 100%;
    border-radius: 20px;
    border: 3px solid #17c2ec;
    background-color: transparent;
  }
  .result__box__2__top__ip1::placeholder {
    color: var(--Pure, #fff);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 10px;
  }
  .result__box__2__top__ip2 {
    width: 430px;
    max-width: 100%;
    height: 69px;
    flex-shrink: 1;
    border-radius: 20px;
    border: 3px solid rgba(196, 196, 196, 0.15);
    color: var(--Pure, #fff);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: transparent;
  }
  .result__box__2__top__ip2::placeholder {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 10px;
  }
  .result__box__2__top__button {
    color: #17c2ec;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    width: 150px;
    max-width: 100%;
    line-height: normal;
    display: inline-flex;
    padding: 20px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    border: 3px solid #17c2ec;
    background: rgba(196, 196, 196, 0.1);
  }
  .result__box__2__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: cover;
    height: 70px;
    flex-shrink: 0;
    border-radius: 20px;
    background: rgba(196, 196, 196, 0.05);
    color: #17c2ec;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-left: 10px;
  }
  .result__box__2__bottom__here {
    color: #17c2ec;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
  }
}
.why {
  background-image: url(../../../assets/img/background3.svg);
  padding: 20px 70px;
  display: flex;
  flex-direction: column;
}
.why__head {
  display: flex;
  justify-content: space-between;
  padding-top: 57px;
}
.why__head__left {
  color: var(--Pure, #fff);
  font-size: 47.9px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.why__head__right {
  color: rgba(255, 255, 255, 0.5);
  font-size: 19.958px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 536.881px;
}
.why__body {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  padding-top: 40px;
}
.why__body__left__inside {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  width: 300.064px;
  height: 350.961px;
  flex-shrink: 0;
  padding: 39px;
  border-radius: 49.896px 149.688px 49.896px 49.896px;
  background: rgba(196, 196, 196, 0.2);
}
.why__body__left__inside__img {
  width: 99.792px;
  height: 99.792px;
  flex-shrink: 0;
}
.why__body__left__inside__l1 {
  width: 288.399px;
  height: 57.879px;
  flex-shrink: 0;
  color: #17c2ec;
  font-size: 23.95px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.why__body__left__inside__l2 {
  width: 352.266px;
  height: 87.817px;
  flex-shrink: 0;
  color: var(--Pure, #fff);
  font-size: 17.963px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.why__body__left__inside__read {
  color: #17c2ec;
  font-size: 17.963px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 150.788px;
  height: 21.954px;
  flex-shrink: 0;
}
.why__body__mid__inside {
  display: flex;
  flex-direction: column;
  padding: 39px;
  gap: 20px;
  width: 200.272px;
  height: 200.272px;
  flex-shrink: 0;
  border-radius: 49.896px;
  border: 2.994px solid rgba(255, 255, 255, 0.5);
}
.why__body__mid__inside__img {
  width: 69.854px;
  height: 69.854px;
  flex-shrink: 0;
}
.why__body__mid__inside__l1 {
  color: var(--Pure, #fff);
  font-size: 23.95px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 256.466px;
  height: 57.879px;
  flex-shrink: 0;
  padding-bottom: 7px;
}
.why__body__mid__inside__read {
  color: rgba(255, 255, 255, 0.5);
  font-size: 17.963px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 150.788px;
  height: 21.954px;
  flex-shrink: 0;
}
.why__body__right__inside {
  display: flex;
  flex-direction: column;
  padding: 39px;
  gap: 20px;
  width: 200.272px;
  height: 200.272px;
  flex-shrink: 0;
  border-radius: 49.896px;
  border: 2.994px solid rgba(255, 255, 255, 0.5);
}
.why__body__right__inside__img {
  width: 69.854px;
  height: 69.854px;
  flex-shrink: 0;
}
.why__body__right__inside__l1 {
  color: var(--Pure, #fff);
  font-size: 23.95px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 256.466px;
  height: 57.879px;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .why {
    padding: 20px 50px;
  }
  .why__head {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 57px;
  }
  .why__head__left {
    color: var(--Pure, #fff);
    font-size: 36.9px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .why__head__right {
    color: rgba(255, 255, 255, 0.5);
    font-size: 19.958px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 536.881px;
  }
  .why__body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px;
    padding-top: 40px;
  }
  .why__body__left {
    flex-basis: 100%;
    padding-bottom: 40px;
  }
  .why__body__left__inside {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    width: 300.064px;
    height: 350.961px;
    flex-shrink: 0;
    padding: 39px;
    border-radius: 49.896px 149.688px 49.896px 49.896px;
    background: rgba(196, 196, 196, 0.2);
  }
  .why__body__left__inside__img {
    width: 99.792px;
    height: 99.792px;
    flex-shrink: 0;
  }
  .why__body__left__inside__l1 {
    width: 288.399px;
    height: 57.879px;
    flex-shrink: 0;
    color: #17c2ec;
    font-size: 23.95px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .why__body__left__inside__l2 {
    width: 352.266px;
    height: 87.817px;
    flex-shrink: 0;
    color: var(--Pure, #fff);
    font-size: 17.963px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .why__body__left__inside__read {
    color: #17c2ec;
    font-size: 17.963px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 150.788px;
    height: 21.954px;
    flex-shrink: 0;
  }
  .why__body__mid {
    padding-bottom: 40px;
  }
  .why__body__mid__inside {
    display: flex;
    flex-direction: column;
    padding: 39px;
    gap: 20px;
    width: 200.272px;
    height: 200.272px;
    flex-shrink: 0;
    border-radius: 49.896px;
    border: 2.994px solid rgba(255, 255, 255, 0.5);
  }
  .why__body__mid__inside__img {
    width: 69.854px;
    height: 69.854px;
    flex-shrink: 0;
  }
  .why__body__mid__inside__l1 {
    color: var(--Pure, #fff);
    font-size: 23.95px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 256.466px;
    height: 57.879px;
    flex-shrink: 0;
    padding-bottom: 7px;
  }
  .why__body__mid__inside__read {
    color: rgba(255, 255, 255, 0.5);
    font-size: 17.963px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 150.788px;
    height: 21.954px;
    flex-shrink: 0;
  }
  .why__body__right {
    padding-bottom: 40px;
  }
  .why__body__right__inside {
    display: flex;
    flex-direction: column;
    padding: 39px;
    gap: 20px;
    width: 200.272px;
    height: 200.272px;
    flex-shrink: 0;
    border-radius: 49.896px;
    border: 2.994px solid rgba(255, 255, 255, 0.5);
  }
  .why__body__right__inside__img {
    width: 69.854px;
    height: 69.854px;
    flex-shrink: 0;
  }
  .why__body__right__inside__l1 {
    color: var(--Pure, #fff);
    font-size: 23.95px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 256.466px;
    height: 57.879px;
    flex-shrink: 0;
  }
}
@media (max-width: 575px) {
  .why {
    padding: 20px 35px;
  }
  .why__head {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 57px;
    gap: 17px;
  }
  .why__head__left {
    color: var(--Pure, #fff);
    font-size: 24.9px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .why__head__right {
    color: rgba(255, 255, 255, 0.5);
    font-size: 19.958px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 300.881px;
  }
  .why__body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px;
    padding-top: 30px;
  }
  .why__body__left {
    flex-basis: 100%;
    padding-bottom: 40px;
  }
  .why__body__left__inside {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: space-between;
    width: 276px;
    height: 320px;
    flex-shrink: 0;
    padding: 39px;
    border-radius: 49.896px 149.688px 49.896px 49.896px;
    background: rgba(196, 196, 196, 0.2);
  }
  .why__body__left__inside__img {
    width: 99.792px;
    height: 99.792px;
    flex-shrink: 0;
  }
  .why__body__left__inside__l1 {
    width: 288.399px;
    height: 57.879px;
    flex-shrink: 0;
    color: #17c2ec;
    font-size: 14.95px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .why__body__left__inside__l2 {
    width: 252.266px;
    height: 87.817px;
    flex-shrink: 0;
    color: var(--Pure, #fff);
    font-size: 12.963px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .why__body__left__inside__read {
    color: #17c2ec;
    font-size: 12.963px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 150.788px;
    height: 21.954px;
    flex-shrink: 0;
  }
  .why__body__mid {
    padding-bottom: 30px;
  }
  .why__body__mid__inside {
    display: flex;
    flex-direction: column;
    padding: 39px;
    gap: 20px;
    width: 200.272px;
    height: 200.272px;
    flex-shrink: 0;
    border-radius: 49.896px;
    border: 2.994px solid rgba(255, 255, 255, 0.5);
  }
  .why__body__mid__inside__img {
    width: 69.854px;
    height: 69.854px;
    flex-shrink: 0;
  }
  .why__body__mid__inside__l1 {
    color: var(--Pure, #fff);
    font-size: 14.95px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 256.466px;
    height: 57.879px;
    flex-shrink: 0;
    padding-bottom: 7px;
  }
  .why__body__mid__inside__read {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12.963px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 150.788px;
    height: 21.954px;
    flex-shrink: 0;
  }
  .why__body__right {
    padding-bottom: 30px;
  }
  .why__body__right__inside {
    display: flex;
    flex-direction: column;
    padding: 39px;
    gap: 20px;
    width: 200.272px;
    height: 200.272px;
    flex-shrink: 0;
    border-radius: 49.896px;
    border: 2.994px solid rgba(255, 255, 255, 0.5);
  }
  .why__body__right__inside__img {
    width: 69.854px;
    height: 69.854px;
    flex-shrink: 0;
  }
  .why__body__right__inside__l1 {
    color: var(--Pure, #fff);
    font-size: 14.95px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 256.466px;
    height: 57.879px;
    flex-shrink: 0;
  }
}
.get {
  background-image: url(../../../assets/img/bg4.svg);
  padding: 40px 70px;
  display: flex;
  justify-content: space-between;
}
.get__left {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex-basis: 30%;
}
.get__left__l1 {
  color: #000;
  width: 452px;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.get__left__l2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.get__left__l2__name {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.get__left__l2__nameInput {
  width: 650px;
  height: 70px;
  border-radius: 20px;
  background: rgba(11, 21, 60, 0.15);
  max-width: 100%;
}
.get__left__l2__nameInput::placeholder {
  padding-left: 30px;
  color: rgba(0, 0, 0, 0.25);
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.get__left__l3 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.get__left__l3__mob1 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.get__left__l3__mob2 {
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.get__left__l3__mob3__num__Input::placeholder {
  color: rgba(0, 0, 0, 0.25);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.get__left__l3__mob3 {
  display: flex;
  gap: 36px;
  justify-content: center;
  align-items: center;
}
.get__left__l3__mob3__num {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 30px;
  gap: 20px;
  border-radius: 20px;
  background: rgba(11, 21, 60, 0.15);
  width: 400px;
  height: 70px;
}
.get__left__l3__mob3__num__Input {
  background: transparent;
  border: none;
  line-height: 30px;
  width: 200px;
  max-width: 100%;
}
.get__left__l3__mob3__Verify {
  color: var(--Pure, #fff);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-flex;
  padding: 20px 70px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 20px;
  background: #17c2ec;
  max-width: 100%;
}
.get__left__l4 {
  color: var(--Pure, #fff);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-flex;
  padding: 20px 279px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 20px;
  background: #17c2ec;
  max-width: 100%;
  min-width: 100px;
}
.get__left__l5 {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
.get__left__l5__1 {
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.get__left__l5__2 {
  color: #17c2ec;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.get__right__pic {
  max-width: 100%;
}
.get__right__pic__hidden {
  display: none;
}

@media (max-width: 1024px) {
  .get {
    padding: 20px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 40px;
    gap: 40px;
  }
  .get__left {
    order: 2;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex-basis: 30%;
  }
  .get__left__l1 {
    color: #000;
    width: 452px;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .get__left__l2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .get__left__l2__name {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .get__left__l2__nameInput {
    width: 650px;
    height: 70px;
    border-radius: 20px;
    background: rgba(11, 21, 60, 0.15);
    max-width: 100%;
  }
  .get__left__l2__nameInput::placeholder {
    padding-left: 30px;
    color: rgba(0, 0, 0, 0.25);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .get__left__l3 {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .get__left__l3__mob1 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .get__left__l3__mob2 {
    color: rgba(0, 0, 0, 0.5);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .get__left__l3__mob3__num__Input::placeholder {
    color: rgba(0, 0, 0, 0.25);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .get__left__l3__mob3 {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
  }
  .get__left__l3__mob3__num {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 30px;
    gap: 20px;
    border-radius: 20px;
    background: rgba(11, 21, 60, 0.15);
    width: 350px;
    height: 70px;
  }
  .get__left__l3__mob3__num__Input {
    background: transparent;
    border: none;
    line-height: 30px;
    width: 200px;
    max-width: 100%;
  }
  .get__left__l3__mob3__Verify {
    color: var(--Pure, #fff);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-flex;
    padding: 20px 70px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 20px;
    background: #17c2ec;
    min-width: 100px;
    max-width: 100%;
  }
  .get__left__l4 {
    color: var(--Pure, #fff);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-flex;
    padding: 20px 200px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 20px;
    background: #17c2ec;
    width: 790px;
    max-width: 100%;
  }
  .get__left__l5 {
    display: flex;
    justify-content: center;
  }
  .get__left__l5__1 {
    color: rgba(0, 0, 0, 0.5);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .get__left__l5__2 {
    color: #17c2ec;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .get__right__pic {
    max-width: 100%;
    display: none;
  }
  .get__right__pic__hidden {
    display: flex;
  }
}
@media (max-width: 575px) {
  .get {
    padding: 20px 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 40px;
    gap: 10px;
  }
  .get__left {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex-basis: 30%;
  }
  .get__left__l1 {
    display: flex;
    order: -2;
    color: #000;
    width: 452px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    justify-content: center;
    max-width: 100%;
  }
  .get__left__l2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .get__left__l2__name {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .get__left__l2__nameInput {
    width: 650px;
    height: 70px;
    border-radius: 20px;
    background: rgba(11, 21, 60, 0.15);
    max-width: 100%;
  }
  .get__left__l2__nameInput::placeholder {
    padding-left: 30px;
    color: rgba(0, 0, 0, 0.25);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .get__left__l3 {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .get__left__l3__mob1 {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .get__left__l3__mob2 {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .get__left__l3__mob3__num__Input::placeholder {
    color: rgba(0, 0, 0, 0.25);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .get__left__l3__mob3 {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
  }
  .get__left__l3__mob3__num {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 30px;
    gap: 20px;
    border-radius: 20px;
    background: rgba(11, 21, 60, 0.15);
    width: 350px;
    height: 70px;
  }
  .get__left__l3__mob3__num__Input {
    background: transparent;
    border: none;
    line-height: 30px;
    width: 200px;
    max-width: 100%;
  }
  .get__left__l3__mob3__Verify {
    color: var(--Pure, #fff);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-flex;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 15%;
    padding-left: 15%;
    align-items: flex-start;
    gap: 10px;
    border-radius: 20px;
    background: #17c2ec;
    min-width: 100px;
    max-width: 100%;
  }
  .get__left__l4 {
    color: var(--Pure, #fff);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-flex;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50%;
    padding-right: 50%;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 20px;
    background: #17c2ec;
    width: 100px;
    max-width: 100%;
  }
  .get__left__l5 {
    display: flex;
    justify-content: center;
  }
  .get__left__l5__1 {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .get__left__l5__2 {
    color: #17c2ec;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .get__right__pic {
    max-width: 100%;
    display: none;
  }
  .get__right__pic__hidden {
    display: flex;
  }
}
.symptoms {
  background-image: url(../../../assets/img/bg5.svg);
}
.symptoms__top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.symptoms__top__l1 {
  padding-top: 67px;
  color: var(--Pure, #fff);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.symptoms__top__l2 {
  padding-top: 20px;
  color: #17c2ec;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.symptoms__top__l2__span {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.symptoms__top__l3 {
  width: 950px;
  max-width: 100%;
  padding-top: 40px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.symptoms__bottom__pic {
  padding-top: 180px;
  display: flex;
  justify-content: center;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 1024px) {
  .symptoms__top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .symptoms__top__l1 {
    padding-top: 67px;
    color: var(--Pure, #fff);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .symptoms__top__l2 {
    padding-top: 20px;
    color: #17c2ec;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }
  .symptoms__top__l2__span {
    color: #fff;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }
  .symptoms__top__l3 {
    width: 550px;
    max-width: 100%;
    padding-top: 40px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .symptoms__bottom__pic {
    padding-top: 180px;
    display: flex;
    justify-content: center;
    object-fit: cover;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .symptoms__top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .symptoms__top__l1 {
    padding-top: 67px;
    color: var(--Pure, #fff);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .symptoms__top__l2 {
    padding-top: 20px;
    color: #17c2ec;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }
  .symptoms__top__l2__span {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }
  .symptoms__top__l3 {
    max-width: 100%;
    padding-top: 40px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 296px;
  }
  .symptoms__bottom__pic {
    padding-top: 180px;
    display: flex;
    justify-content: center;
    object-fit: cover;
    width: 100%;
  }
}
.patients {
  padding-top: 57px;
  padding-right: 70px;
  padding-left: 70px;
  padding-bottom: 300px;
  background-image: url(../../../assets/img/bg6.svg);
}
.patients__top__l1 {
  color: #17c2ec;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 20px;
}
.patients__top__l2 {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding-bottom: 40px;
}
.patients__top__l3 {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.patients__bottom {
  display: flex;
  justify-content: space-between;
  gap: 2%;
}
.patients__bottom__bg {
  background-image: url(../../../assets/img/vaccine.svg);
  width: 300px;
  height: 478.557px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -70px;
}
.patients__bottom__1 {
  padding: 4% 2%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 400px;
  height: 180px;
  border-radius: 20px;
  background: rgba(196, 196, 196, 0.5);
}
.patients__bottom__1__top {
  display: flex;
  gap: 20px;
}
.patients__bottom__1__top__detail {
  display: flex;
  flex-direction: column;
}
.patients__bottom__1__top__detail__name {
  color: #000;
  text-align: left;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.patients__bottom__1__top__detail__location {
  color: rgba(0, 0, 0, 0.5);
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.patients__bottom__1__bot {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.patients__bottom__1__bot__link {
  color: #17c2ec;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.patients__bottom__2 {
  padding: 4% 2%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 400px;
  height: 180px;
  border-radius: 20px;
  background: #17c2ec;
}
.patients__bottom__2__top {
  display: flex;
  gap: 20px;
}
.patients__bottom__2__top__detail {
  display: flex;
  flex-direction: column;
}
.patients__bottom__2__top__detail__name {
  color: #000;
  text-align: left;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.patients__bottom__2__top__detail__location {
  color: rgba(0, 0, 0, 0.5);
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.patients__bottom__2__bot {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.patients__bottom__3 {
  padding: 4% 2%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 400px;
  height: 180px;
  border-radius: 20px;
  background: rgba(196, 196, 196, 0.5);
}
.patients__bottom__3__top {
  display: flex;
  gap: 20px;
}
.patients__bottom__3__top__detail {
  display: flex;
  flex-direction: column;
}
.patients__bottom__3__top__detail__name {
  color: #000;
  text-align: left;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.patients__bottom__3__top__detail__location {
  color: rgba(0, 0, 0, 0.5);
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.patients__bottom__3__bot {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.patients__bottom__3__bot__link {
  color: #17c2ec;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 1024px) {
  .patients {
    padding: 20px 50px;
  }
  .patients__top__l1 {
    color: #17c2ec;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 20px;
  }
  .patients__top__l2 {
    color: #000;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding-bottom: 40px;
  }
  .patients__top__l3 {
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .patients__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2%;
    flex-direction: column;
  }
  .patients__bottom__bg {
    background-image: url(../../../assets/img/vaccine.svg);
    width: 300px;
    height: 400.557px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px;
  }
  .patients__bottom__1 {
    padding: 4% 2%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 600px;
    height: 180px;
    border-radius: 20px;
    background: rgba(196, 196, 196, 0.5);
  }
  .patients__bottom__1__top {
    display: flex;
    gap: 20px;
  }
  .patients__bottom__1__top__detail {
    display: flex;
    flex-direction: column;
  }
  .patients__bottom__1__top__detail__name {
    color: #000;
    text-align: left;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .patients__bottom__1__top__detail__location {
    color: rgba(0, 0, 0, 0.5);
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .patients__bottom__1__bot {
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .patients__bottom__1__bot__link {
    color: #17c2ec;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .patients__bottom__2 {
    padding: 4% 2%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 400px;
    height: 180px;
    border-radius: 20px;
    background: #17c2ec;
  }
  .patients__bottom__2__top {
    display: flex;
    gap: 20px;
  }
  .patients__bottom__2__top__detail {
    display: flex;
    flex-direction: column;
  }
  .patients__bottom__2__top__detail__name {
    color: #000;
    text-align: left;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .patients__bottom__2__top__detail__location {
    color: rgba(0, 0, 0, 0.5);
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .patients__bottom__2__bot {
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .patients__bottom__3 {
    padding: 4% 2%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 400px;
    height: 180px;
    border-radius: 20px;
    background: rgba(196, 196, 196, 0.5);
  }
  .patients__bottom__3__top {
    display: flex;
    gap: 20px;
  }
  .patients__bottom__3__top__detail {
    display: flex;
    flex-direction: column;
  }
  .patients__bottom__3__top__detail__name {
    color: #000;
    text-align: left;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .patients__bottom__3__top__detail__location {
    color: rgba(0, 0, 0, 0.5);
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .patients__bottom__3__bot {
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .patients__bottom__3__bot__link {
    color: #17c2ec;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  .patients {
    padding: 20px 35px;
  }
  .patients__top__l1 {
    color: #17c2ec;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 20px;
  }
  .patients__top__l2 {
    color: #000;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding-bottom: 40px;
  }
  .patients__top__l3 {
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .patients__bottom {
    display: flex;
    justify-content: space-between;
    gap: 2%;
  }
  .patients__bottom__bg {
    background-image: url(../../../assets/img/vaccine.svg);
    width: 300px;
    height: 478.557px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .patients__bottom__1 {
    padding: 4% 2%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 400px;
    height: 180px;
    border-radius: 20px;
    background: rgba(196, 196, 196, 0.5);
  }
  .patients__bottom__1__top {
    display: flex;
    gap: 20px;
  }
  .patients__bottom__1__top__detail {
    display: flex;
    flex-direction: column;
  }
  .patients__bottom__1__top__detail__name {
    color: #000;
    text-align: left;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .patients__bottom__1__top__detail__location {
    color: rgba(0, 0, 0, 0.5);
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .patients__bottom__1__bot {
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .patients__bottom__1__bot__link {
    color: #17c2ec;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .patients__bottom__2 {
    padding: 4% 2%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 400px;
    height: 180px;
    border-radius: 20px;
    background: #17c2ec;
  }
  .patients__bottom__2__top {
    display: flex;
    gap: 20px;
  }
  .patients__bottom__2__top__detail {
    display: flex;
    flex-direction: column;
  }
  .patients__bottom__2__top__detail__name {
    color: #000;
    text-align: left;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .patients__bottom__2__top__detail__location {
    color: rgba(0, 0, 0, 0.5);
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .patients__bottom__2__bot {
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .patients__bottom__3 {
    padding: 4% 2%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 400px;
    height: 180px;
    border-radius: 20px;
    background: rgba(196, 196, 196, 0.5);
  }
  .patients__bottom__3__top {
    display: flex;
    gap: 20px;
  }
  .patients__bottom__3__top__detail {
    display: flex;
    flex-direction: column;
  }
  .patients__bottom__3__top__detail__name {
    color: #000;
    text-align: left;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .patients__bottom__3__top__detail__location {
    color: rgba(0, 0, 0, 0.5);
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .patients__bottom__3__bot {
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .patients__bottom__3__bot__link {
    color: #17c2ec;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
.quote {
  background-image: url(../../../assets/img/bglast.svg);
  padding-right: 70px;
  padding-left: 70px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}
.quote__box {
  width: 731px;
  height: 300px;
  border-radius: 50px;
  background: #17c2ec;
  padding: 6%;
  margin-top: -90px;
  max-width: 100%;
}
.quote__l1 {
  color: var(--Pure, #fff);
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 20px;
}
.quote__l2 {
  color: var(--Pure, #fff);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 40px;
}
.quote__l3 {
  display: flex;
  justify-content: center;
}
.quote__l3__input {
  width: 450px;
  height: 71.201px;
  border-radius: 30px 0px 0px 30px;
  background: var(--Pure, #fff);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.quote__l3__input::placeholder {
  padding-left: 3%;
  width: 217px;
  height: 18px;
  flex-shrink: 0;
  color: rgba(0, 0, 0, 0.25);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  padding: 0;
}
.quote__l3__img {
  margin-left: -5px;
}

@media (max-width: 1024px) {
  .quote {
    padding: 20px 50px;
    display: flex;
    justify-content: center;
  }
  .quote__box {
    width: 651px;
    height: 250px;
    border-radius: 50px;
    background: #17c2ec;
    padding: 6%;
    margin-top: -90px;
  }
  .quote__l1 {
    color: var(--Pure, #fff);
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 20px;
  }
  .quote__l2 {
    color: var(--Pure, #fff);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 40px;
  }
  .quote__l3 {
    display: flex;
    justify-content: center;
  }
  .quote__l3__input {
    width: 450px;
    height: 61.201px;
    border-radius: 30px 0px 0px 30px;
    background: var(--Pure, #fff);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .quote__l3__input::placeholder {
    padding-left: 3%;
    width: 217px;
    height: 18px;
    flex-shrink: 0;
    color: rgba(0, 0, 0, 0.25);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    padding: 0;
  }
  .quote__l3__img {
    margin-left: -5px;
    max-width: 100%;
    height: 71.201px;
  }
}
@media (max-width: 1024px) and (max-width: 575px) {
  .quote {
    padding: 20px 35px;
    display: flex;
    justify-content: center;
  }
  .quote__box {
    width: 291px;
    height: 150px;
    border-radius: 50px;
    background: #17c2ec;
    padding: 6%;
    margin-top: -90px;
  }
  .quote__l1 {
    color: var(--Pure, #fff);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 20px;
  }
  .quote__l2 {
    color: var(--Pure, #fff);
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 40px;
  }
  .quote__l3 {
    display: flex;
    justify-content: center;
  }
  .quote__l3__input {
    width: 170px;
    height: 41.201px;
    border-radius: 30px 0px 0px 30px;
    background: var(--Pure, #fff);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .quote__l3__input::placeholder {
    padding-left: 3%;
    width: 117px;
    height: 18px;
    flex-shrink: 0;
    color: rgba(0, 0, 0, 0.25);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    padding: 0;
  }
  .quote__l3__img {
    margin-left: -5px;
    max-width: 100%;
    height: 50.201px;
  }
}
.end {
  width: 1000px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
}
.end__l1 {
  color: var(--Pure, #fff);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.end__l2__list {
  display: flex;
  list-style-type: none;
  gap: 20px;
}
.end__l2__list__1 {
  color: var(--Pure, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.end__l2__list__other {
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.end__l3 {
  height: 30px;
}

@media (max-width: 1024px) {
  .end {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px;
  }
  .end__l1 {
    color: var(--Pure, #fff);
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .end__l2__list {
    display: flex;
    list-style-type: none;
    gap: 20px;
  }
  .end__l2__list__1 {
    color: var(--Pure, #fff);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .end__l2__list__other {
    color: rgba(255, 255, 255, 0.5);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .end__l3 {
    height: 30px;
  }
}
@media (max-width: 575px) {
  .end {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .end__l1 {
    color: var(--Pure, #fff);
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .end__l2__list {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    gap: 20px;
  }
  .end__l2__list__1 {
    color: var(--Pure, #fff);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .end__l2__list__other {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .end__l3__img {
    height: 17px;
  }
}

/*# sourceMappingURL=style.css.map */
