/*
RULES:
- font-family: 'name-name' with spaces the font face won't work
- src: url('') format('') -> firefox won't pick up this font without
- assets: filename without spaces -
- variable font, format('truetype supports variations')
*/
@font-face {
  font-family: "ExtraLight";
  src: url("../public/assets/Sarabun-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "Bold";
  src: url("../../public/assets/Sarabun-Bold.woff2") format("woff2");
}
/*! 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;
}

header {
  background-color: #fdfdfd;
  position: fixed;
  width: 100%;
  margin-top: -90px;
  z-index: 999;
}
header nav .nav-desktop {
  display: flex;
  justify-content: space-between;
}
header nav .nav-desktop .logo {
  display: flex;
  align-items: center;
}
header nav .nav-desktop .nav-items-container {
  display: flex;
  gap: 40px;
}
header nav .nav-desktop .nav-items-container .nav-items {
  display: none;
  gap: 40px;
  align-items: center;
}
@media (min-width: 824px) {
  header nav .nav-desktop .nav-items-container .nav-items {
    display: flex;
  }
}
header nav .nav-desktop .nav-items-container .nav-button {
  border: 2px solid #0072ff;
  border-radius: 5px;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 12px 48px;
  transition: all 0.3s ease;
}
header nav .nav-desktop .nav-items-container .nav-button a {
  color: #0072ff;
}
header nav .nav-desktop .nav-items-container .nav-button:hover {
  background-color: #0072ff;
}
header nav .nav-desktop .nav-items-container .nav-button:hover a {
  color: #fdfdfd;
}
@media (min-width: 824px) {
  header nav .nav-desktop .nav-items-container .nav-button {
    display: flex;
  }
}
header nav .nav-desktop .nav-items-container .nav-hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 824px) {
  header nav .nav-desktop .nav-items-container .nav-hamburger {
    display: none;
  }
}
header nav .nav-desktop .nav-items-container .nav-hamburger img {
  transition: transform 0.3s ease;
}
header nav .nav-desktop .nav-items-container .nav-hamburger.active img {
  transform: rotate(90deg);
}
header nav .nav-mobile-dropdown {
  display: none;
  transition: height 0.3s ease;
}
header nav .nav-mobile-dropdown.active {
  display: block;
  height: auto;
}
header nav .nav-mobile-dropdown div {
  padding: 16px 0;
}
header nav .nav-mobile-dropdown div:first-child {
  margin-top: 12px;
}
header nav .nav-mobile-dropdown div:nth-child(2) {
  margin-bottom: 12px;
}
header nav .nav-mobile-dropdown div:hover {
  background-color: #9ebdff;
}
header nav .nav-mobile-dropdown div:last-child:hover {
  background-color: #fdfdfd;
}
header nav .nav-mobile-dropdown div a {
  margin-left: 24px;
  margin-right: 24px;
}
@media (min-width: 768px) {
  header nav .nav-mobile-dropdown div a {
    margin-left: 48px;
    margin-right: 48px;
  }
}
@media (min-width: 1024px) {
  header nav .nav-mobile-dropdown div a {
    margin-left: 80px;
    margin-right: 80px;
  }
}
header nav .nav-mobile-dropdown .nav-button {
  border: 2px solid #0072ff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 48px;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-left: 24px;
  margin-right: 24px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  header nav .nav-mobile-dropdown .nav-button {
    margin-left: 48px;
    margin-right: 48px;
  }
}
@media (min-width: 1024px) {
  header nav .nav-mobile-dropdown .nav-button {
    margin-left: 80px;
    margin-right: 80px;
  }
}
header nav .nav-mobile-dropdown .nav-button a {
  color: #0072ff;
}

footer {
  background-color: #fdfdfd;
}
footer .footer-inner {
  padding: 20px 20px;
  display: flex;
  gap: 12px;
  flex-direction: column;
}
@media (min-width: 474px) {
  footer .footer-inner {
    justify-content: space-between;
    flex-direction: row;
  }
}
footer .footer-inner .copyright p {
  font-size: 0.8em;
  font-family: "ExtraLight";
}
footer .footer-inner .links {
  display: flex;
  align-items: center;
  gap: 40px;
}
footer .footer-inner .links a {
  font-size: 0.8em;
  font-family: "ExtraLight";
}

html {
  font-size: 14px;
  background-color: #fdfdfd;
}
@media (min-width: 768px) {
  html {
    font-size: 20px;
  }
}

h1 {
  font-size: 1.7142857143em;
}
@media (min-width: 640px) {
  h1 {
    font-size: 2.5em;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.1em;
  }
}

h2 {
  font-size: 1.6em;
  margin: 0;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.8em;
  }
}
@media (min-width: 1024px) {
  h2 {
    margin-bottom: 60px;
  }
}

h3 {
  font-size: 1.2em;
  margin: 0;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.4em;
  }
}

h1,
h2,
h3,
a {
  font-family: "Bold";
}

a {
  font-size: 1.2em;
  text-decoration: none;
  color: #000000;
}
@media (min-width: 768px) {
  a {
    font-size: 1em;
  }
}

p,
span {
  font-size: 1em;
  font-family: "ExtraLight";
}

.s-inner {
  max-width: 1420px;
  margin: 0 auto;
  padding: 40px 24px;
}
@media (min-width: 768px) {
  .s-inner {
    padding: 40px 48px;
  }
}
@media (min-width: 1024px) {
  .s-inner {
    padding: 60px 80px;
  }
}

.nav-desktop {
  max-width: 1420px;
  margin: 0 auto;
  padding: 20px 24px;
}
@media (min-width: 768px) {
  .nav-desktop {
    padding: 20px 48px;
  }
}
@media (min-width: 1024px) {
  .nav-desktop {
    padding: 20px 80px;
  }
}

.footer-inner {
  max-width: 1420px;
  margin: 0 auto;
  padding: 40px 24px;
}
@media (min-width: 768px) {
  .footer-inner {
    padding: 40px 48px;
  }
}
@media (min-width: 1024px) {
  .footer-inner {
    padding: 40px 80px;
  }
}

/* Hide horizontal scrollbar for WebKit-based browsers */
::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
  width: 0;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}

/* Hide scrollbar for Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}

/* Optional: Customize scrollbar track */
*::-webkit-scrollbar-track {
  background-color: transparent;
}

/* Optional: Customize scrollbar thumb */
*::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}

/* Optional: Hover effect for scrollbar thumb */
*::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}

.card-for-who {
  background-color: #fdfdfd;
  padding: 42px;
  border-radius: 5px;
}
.card-for-who .image-container {
  border-radius: 9999px;
  text-align: center;
  width: 100%;
}
.card-for-who .image-container img {
  width: 75%;
  max-width: 200px;
}
@media (min-width: 474px) {
  .card-for-who .image-container img {
    width: 35%;
  }
}
@media (min-width: 768px) {
  .card-for-who .image-container img {
    width: 75%;
  }
}
.card-for-who .content {
  margin-top: 24px;
  text-align: center;
}
.card-for-who .content p {
  text-align: left;
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .card-for-who .content p {
    margin-bottom: 1.2em !important;
  }
}
@media (min-width: 768px) {
  .card-for-who .content p {
    margin-bottom: 0.8em !important;
  }
}

.card-rate {
  border-radius: 5px;
  border: 2px solid #9ebdff;
}
.card-rate.active {
  border: 2px solid #4d84ff;
}
.card-rate.active a .header {
  background-color: #4d84ff;
}
.card-rate.active a .footer {
  background-color: #4d84ff;
}
.card-rate:last-child {
  grid-column: span 1;
}
@media (min-width: 768px) {
  .card-rate:last-child {
    grid-column: span 2;
  }
}
@media (min-width: 1024px) {
  .card-rate:last-child {
    grid-column: span 1;
  }
}
.card-rate .popular {
  position: relative;
  width: 100%;
}
.card-rate .popular div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background-color: #33cc00;
}
.card-rate .popular div p {
  color: #ffffff;
  margin: 0;
  padding: 16px 32px;
  font-family: "Bold";
  font-size: 0.8em;
}
.card-rate a .header {
  background-color: #9ebdff;
  text-align: center;
}
.card-rate a .header p {
  margin: 0;
  padding: 32px 0;
  font-family: "Bold";
  color: #ffffff;
}
.card-rate a .main {
  background-color: #fdfdfd;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 42px;
}
.card-rate a .main:hover {
  background-color: #edf0f5;
}
.card-rate a .main div {
  display: flex;
  gap: 24px;
  align-items: center;
}
.card-rate a .main div div img {
  width: 25px;
  height: 25px;
}
.card-rate a .main div p {
  margin: 0;
}
.card-rate a .footer {
  background-color: #9ebdff;
  text-align: center;
}
.card-rate a .footer p {
  margin: 0;
  padding: 16px 0;
  font-family: "Bold";
  color: #ffffff;
}

.s-hero {
  position: relative;
  min-height: 90vh;
  margin-top: 90px;
}
.s-hero::before {
  content: "";
  position: absolute;
  top: 84%;
  left: 0;
  width: 100%;
  height: 16%;
  background-color: #f1f4f9;
  z-index: -1;
}
@media (min-width: 640px) {
  .s-hero::before {
    top: 75%;
    height: 25%;
  }
}
@media (min-width: 1024px) {
  .s-hero::before {
    top: 53%;
    height: 47%;
  }
}
.s-hero .s-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .s-hero .s-inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1280px) {
  .s-hero .s-inner {
    grid-template-columns: 2fr 3fr;
  }
}
.s-hero .s-inner .content-container .content {
  margin-bottom: 32px;
  width: 100%;
}
@media (min-width: 474px) {
  .s-hero .s-inner .content-container .content {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .s-hero .s-inner .content-container .content {
    text-align: left;
    display: block;
  }
}
.s-hero .s-inner .content-container .content h1 {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .s-hero .s-inner .content-container .content h1 {
    margin-bottom: 12px;
  }
}
@media (min-width: 640px) {
  .s-hero .s-inner .content-container .content p {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .s-hero .s-inner .content-container .content p {
    width: 100%;
  }
}
.s-hero .s-inner .content-container .btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .s-hero .s-inner .content-container .btn-container {
    width: 100%;
    max-width: 100%;
    display: block;
  }
}
.s-hero .s-inner .content-container .btn-container a {
  width: 98%;
  background-color: #0072ff;
  height: 42px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fdfdfd;
  border-radius: 5px;
  border: 3px solid #0072ff;
  position: relative;
  bottom: 2px;
  max-width: 400px;
}
.s-hero .s-inner .content-container .btn-container a:hover {
  background-color: #3390ff;
}
.s-hero .s-inner .content-container .btn-container a:active {
  background-color: #0056cc;
}
@media (min-width: 1024px) {
  .s-hero .s-inner .content-container .btn-container a {
    height: 48px;
  }
}
.s-hero .s-inner .content-container .btn-container a:last-child {
  background-color: #fdfdfd;
  color: #0072ff;
}
.s-hero .s-inner .content-container .btn-container a:last-child:hover {
  background-color: #e0e0e0;
}
.s-hero .s-inner .content-container .btn-container a:last-child:active {
  background-color: #cccccc;
}
.s-hero .s-inner .content-container .btn-container .or-container {
  display: flex;
  align-items: center;
  margin: 24px 0;
  width: 98%;
}
@media (min-width: 474px) {
  .s-hero .s-inner .content-container .btn-container .or-container {
    width: 400px;
  }
}
.s-hero .s-inner .content-container .btn-container .line {
  flex-grow: 1;
  height: 1px;
  background-color: black;
  margin: 0 2px;
}
.s-hero .s-inner .content-container .btn-container .line:first-child {
  margin-right: 12px;
}
.s-hero .s-inner .content-container .btn-container .line:last-child {
  margin-left: 12px;
}
.s-hero .s-inner .content-container .btn-container .separator {
  margin: 0 2px;
  font-size: 0.875rem;
  font-weight: bold;
}
.s-hero .s-inner .content-container .app-store-container {
  display: none;
}
.s-hero .s-inner .content-container .app-store-container div img {
  width: 136px;
  height: auto;
  min-height: 40px;
}
.s-hero .s-inner .image-container {
  display: flex;
}
.s-hero .s-inner .image-container img {
  width: 100%;
  height: auto;
}
.s-hero .arrow-down {
  text-align: right;
  margin-right: 24px;
}
@media (min-width: 768px) {
  .s-hero .arrow-down {
    margin-right: 48px;
  }
}
@media (min-width: 1024px) {
  .s-hero .arrow-down {
    margin-right: 120px;
  }
}
.s-hero .arrow-down a {
  display: inline-block;
  width: 50px;
  height: 50px;
}
.s-hero .arrow-down a img {
  width: 50px;
  height: 50px;
}

.s-for-who {
  background-color: #e9f0fd;
}
.s-for-who .s-inner .introduction {
  text-align: center;
}
.s-for-who .s-inner .cards-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 46px;
}
@media (min-width: 768px) {
  .s-for-who .s-inner .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

.s-how-it-works .s-inner .introduction {
  text-align: center;
}
.s-how-it-works .s-inner .introduction .switch {
  background-color: #e9f0fd;
  height: 48px;
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
}
@media (min-width: 474px) {
  .s-how-it-works .s-inner .introduction .switch {
    height: 60px;
  }
}
.s-how-it-works .s-inner .introduction .switch .switch-item {
  padding: 0 24px;
  max-width: 150px;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-how-it-works .s-inner .introduction .switch .switch-item p {
  font-size: 0.8em;
}
@media (min-width: 474px) {
  .s-how-it-works .s-inner .introduction .switch .switch-item p {
    font-size: 1em;
  }
}
.s-how-it-works .s-inner .introduction .switch .switch-item.active {
  height: 100%;
  background-color: #9ebdff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-how-it-works .s-inner .introduction .switch .switch-item.active p {
  font-family: "Bold";
}

.how-it-works-company {
  display: none;
}
.how-it-works-company.active {
  display: block;
}

.how-it-works-owner {
  display: block;
}
.how-it-works-owner.active {
  display: block;
}

.s-image-text.blue {
  background-color: #e9f0fd;
}
.s-image-text .s-inner {
  display: flex;
  gap: 6%;
  flex-direction: column-reverse;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 824px) {
  .s-image-text .s-inner {
    padding-top: auto;
    padding-bottom: auto;
    flex-direction: row;
  }
  .s-image-text .s-inner.right {
    flex-direction: row-reverse;
  }
}
.s-image-text .s-inner .image-container {
  width: 100%;
  display: flex;
  margin-top: 12px;
  max-height: 300px;
}
@media (min-width: 824px) {
  .s-image-text .s-inner .image-container {
    margin-top: 0;
    width: 47%;
  }
}
@media (min-width: 1024px) {
  .s-image-text .s-inner .image-container {
    max-height: 400px;
  }
}
.s-image-text .s-inner .image-container img {
  width: 100%;
  height: 100%;
}
.s-image-text .s-inner .content-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  bottom: 24px;
}
@media (min-width: 824px) {
  .s-image-text .s-inner .content-container {
    width: 47%;
  }
}
.s-image-text .s-inner .content-container p {
  font-size: 0.95em;
}
@media (min-width: 1024px) {
  .s-image-text .s-inner .content-container p {
    font-size: 1em;
  }
}
.s-image-text .s-inner .content-container .btn {
  background-color: #0072ff;
  padding: 12px 24px;
  border-radius: 5px;
  margin-top: 12px;
  text-align: center;
}
.s-image-text .s-inner .content-container .btn a {
  color: #ffffff;
}
.s-image-text .s-inner .content-container .mail {
  font-family: "Bold";
}
.s-image-text .s-inner .content-container .mail a {
  color: #0072ff;
  text-decoration: underline;
}

.s-rates {
  background-color: #e9f0fd;
}
.s-rates .s-inner .introduction h2 {
  text-align: center;
}
.s-rates .s-inner .rates-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 42px;
}
@media (min-width: 768px) {
  .s-rates .s-inner .rates-container {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (min-width: 1024px) {
  .s-rates .s-inner .rates-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.s-sponsors {
  background-color: #e9f0fd;
}
.s-sponsors .s-inner .introduction h2 {
  text-align: center;
}
.s-sponsors .s-inner .sponsors-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 86px;
}
@media (min-width: 1024px) {
  .s-sponsors .s-inner .sponsors-container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 124px;
  }
}
.s-sponsors .s-inner .sponsors-container .sponsor {
  max-height: 150px;
}
.s-sponsors .s-inner .sponsors-container .sponsor img {
  width: 100%;
  height: auto;
  max-height: 150px;
}

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