.regular-wrap {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  background-color: var(--layer-2-color, #f2f2f2);
}

.regular-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1306px;
  padding: 0 0 20px;
  background-color: var(--layer-2-color, #f2f2f2);
}


/* stylelint-disable -- color-named */

.regular-head--wrap {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 730px;
  padding: 66px 15px 0;
  background-image: url(/nimg/regular-head-bg.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 48em) {
  .regular-head--wrap {
    padding: 66px 30px 0;
  }
}

@media screen and (min-width: 64em) {
  .regular-head--wrap {
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 10px, black 20px, black calc(100% - 20px), rgba(0, 0, 0, 0) calc(100% - 10px));
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 10px, black 20px, black calc(100% - 20px), rgba(0, 0, 0, 0) calc(100% - 10px));
  }
}


/* stylelint-enable */

.regular-head--slogan {
  position: relative;
  padding: 30px 30px 32px;
  background-color: rgba(255, 255, 255, .5);
  color: #0d2134;
  font-family: "PT Serif", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  clip-path: url(#bgClipping);
}

@media screen and (min-width: 48em) {
  .regular-head--slogan {
    padding: 38px 74px 42px;
    font-size: 54px;
    line-height: 59px;
  }
}

.regular-head--slogan svg {
  position: absolute;
  width: 0;
  height: 0;
}

.regular-head--pad {
  z-index: 1;
  width: 100%;
  margin: -190px 0 0;
}

@media screen and (min-width: 64em) {
  .regular-head--pad {
    padding: 0 30px;
  }
}

.regular-head--inner {
  gap: 44px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 44px 15px;
  border-radius: 2px;
  background-color: var(--layer-2a-color, #f7f7f8);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
}

@media screen and (min-width: 64em) {
  .regular-head--inner {
    padding: 44px;
  }
}

.regular-head--grid {
  gap: 16px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .regular-head--grid {
    flex-direction: row;
  }
}

.regular-head--card {
  --card-bg: var(--layer-3-color, #fff);
  gap: 8px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 15px;
  border-radius: 2px;
  background-color: var(--card-bg);
}

@media screen and (min-width: 48em) {
  .regular-head--card {
    gap: 20px 0;
    max-width: 376px;
    padding: 32px 24px;
  }
}

.regular-head--icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
}

[theme='dark'] .regular-head--icon {
  --i-color1: #ccc;
  --i-color2: var(--card-bg);
}

.regular-head--subheading {
  margin: 0 0 8px;
  color: var(--text-2-color, #0d2134);
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
}

.regular-head--list {
  margin: 0;
  padding: 0 0 0 18px;
}

.regular-head--list li {
  position: relative;
  margin: 0;
  color: var(--text-5-color, #0d2134);
  font-size: 18px;
  line-height: 25px;
}

.regular-head--list li:not(:last-child) {
  margin: 0 0 12px;
}

.regular-head--list li::before {
  display: block;
  position: absolute;
  top: 8px;
  left: -16px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--text-5-color, #0d2134);
  content: '';
}

.keycap-button {
  position: relative;
  height: 58px;
  border-width: 4px 8px 10px;
  border-style: solid;
  border-radius: 4px;
  border-color: #48dd72 #097d0e #04361b;
  background-color: #097d0e;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
}

.keycap-button::before {
  position: absolute;
  top: -4px;
  left: 50%;
  width: 67px;
  height: 4px;
  transform: translateX(-50%);
  background-image: linear-gradient(90deg, rgba(67, 208, 106, .7) 0%, rgba(255, 255, 255, .7) 47.5%, #44ce6b 100%);
  content: '';
}

.keycap-button span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 40px;
  border: 1px solid rgba(106, 255, 139, .2);
  border-radius: 2px;
  background-image: radial-gradient(85.23% 85.23% at 50% 90.91%, #10b63e 38.64%, #07701e 100%);
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  white-space: nowrap;
}

.regular-pros {
  gap: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1306px;
  padding: 40px 15px;
  background-color: var(--layer-2-color, #f2f2f2);
}

@media screen and (min-width: 48em) {
  .regular-pros {
    gap: 36px 0;
    padding: 60px 15px;
  }
}

@media screen and (min-width: 64em) {
  .regular-pros {
    padding: 60px 30px;
  }
}

.regular-pros--heading {
  color: var(--text-2-color, #0d2134);
  font-family: "PT Serif", serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .regular-pros--heading {
    margin: 0 0 8px;
    font-size: 46px;
    line-height: 1;
  }
}

.regular-pros--grid {
  gap: 16px;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 1246px;
}

@media screen and (min-width: 40em) {
  .regular-pros--grid {
    grid-template-columns: repeat(2, minmax(270px, 1fr));
  }
}

@media screen and (min-width: 64em) {
  .regular-pros--grid {
    grid-template-columns: repeat(3, minmax(270px, 1fr));
  }
}

.regular-pros--card {
  --card-bg: var(--layer-2a-color, #fff);
  gap: 16px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 15px 15px 24px;
  border-radius: 2px;
  background-color: var(--card-bg);
}

@media screen and (min-width: 48em) {
  .regular-pros--card {
    padding: 24px 24px 32px;
  }
}

.regular-pros--icon {
  width: 16px;
  height: 16px;
  transform: rotate(45deg) skew(5deg, 5deg);
  background-color: #e51e25;
}

.regular-pros--icon_ref {
  transform: none;
  background-color: initial;
  background-image: url(/nimg/pro-link-red.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.regular-pros--subtitle {
  color: var(--text-5-color, #0d2134);
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .regular-pros--subtitle {
    font-size: 20px;
    line-height: 23px;
  }
}

.regular-pros--subgrid {
  gap: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .regular-pros--subgrid {
    flex-direction: row;
    align-items: initial;
    justify-content: center;
  }
}

@media screen and (min-width: 64em) {
  .regular-pros--subgrid {
    gap: 0 32px;
  }
}

.regular-pros--subcard {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .regular-pros--subcard {
    max-width: 420px;
  }
}

.regular-pros--subcard_silver {
  background-color: #ccd6e0;
  box-shadow: 2px 8px 20px 0 rgba(0, 0, 0, .1);
}

.regular-pros--subcard_gold {
  background-color: #e7ddaa;
  box-shadow: 2px 8px 20px 0 rgba(0, 0, 0, .1);
}

.regular-pros--subcard_single {
  background-color: #e7ddaa;
  box-shadow: 2px 8px 20px 0 rgba(0, 0, 0, .1);
}

@media screen and (min-width: 48em) {
  .regular-pros--subcard_single {
    max-width: 840px;
  }
}

.regular-pros--top {
  display: flex;
  z-index: 2;
  justify-content: center;
  width: 100%;
  padding: 16px 16px 19px;
}

.regular-pros--subcard_silver .regular-pros--top {
  background-color: #57636e;
}

.regular-pros--subcard_gold .regular-pros--top {
  background-color: #454235;
}

.regular-pros--subcard_single .regular-pros--top {
  background-color: #454235;
}

.regular-pros--subhead {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
}

.regular-pros--subhead::after,
.regular-pros--subhead::before {
  flex-grow: 1;
  height: 1px;
  background-color: #000;
  content: '';
}

.regular-pros--subcard_silver .regular-pros--subhead span {
  color: #a5aeb8;
}

.regular-pros--subcard_silver .regular-pros--subhead::after,
.regular-pros--subcard_silver .regular-pros--subhead::before {
  background-color: #a5aeb8;
}

.regular-pros--subcard_gold .regular-pros--subhead span {
  color: #c4ba88;
}

.regular-pros--subcard_gold .regular-pros--subhead::after,
.regular-pros--subcard_gold .regular-pros--subhead::before {
  background-color: #c4ba88;
}

.regular-pros--subcard_single .regular-pros--subhead {
  max-width: 460px;
}

.regular-pros--subcard_single .regular-pros--subhead span {
  color: #c4ba88;
}

.regular-pros--subcard_single .regular-pros--subhead::after,
.regular-pros--subcard_single .regular-pros--subhead::before {
  background-color: #c4ba88;
}

.regular-pros--subtext {
  padding: 0 16px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .regular-pros--subtext {
    font-size: 28px;
  }
}

.regular-pros--main {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  padding: 40px;
}

.regular-pros--main::before {
  position: absolute;
  top: -50px;
  left: 50%;
  width: 272px;
  height: 236px;
  transform: translateX(-50%);
  background-image: radial-gradient(50% 50% at 50% 50%, #fff 0%, rgba(255, 255, 255, 0) 100%);
  content: '';
}

.regular-pros--main img {
  z-index: 3;
  flex-shrink: 0;
  align-self: center;
}

.regular-pros--subcard_single .regular-pros--main {
  align-items: center;
}

.regular-pros--subcard_single .regular-pros--main::before {
  display: none;
}

.regular-pros--list {
  align-self: center;
  width: 100%;
  max-width: 340px;
  margin: 0;
  padding: 28px 0 0 18px;
}

@media screen and (min-width: 48em) {
  .regular-pros--list {
    align-self: initial;
  }
}

.regular-pros--subcard_single .regular-pros--list {
  max-width: 460px;
  padding: 0 0 0 18px;
}

.regular-pros--list li {
  position: relative;
  margin: 0;
  color: #0d2134;
  font-size: 18px;
  line-height: 26px;
}

.regular-pros--list li:not(:last-child) {
  margin: 0 0 8px;
}

.regular-pros--subcard_single .regular-pros--list li:not(:last-child) {
  margin: 0 0 12px;
}

.regular-pros--list li::before {
  display: block;
  position: absolute;
  top: 8px;
  left: -18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e51e25;
  content: '';
}

.regular-pros--subcard_single .regular-pros--list li {
  font-size: 20px;
}

.regular-user {
  gap: 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 40px 15px 30px;
  background-color: var(--layer-2a-color, #fff);
}

@media screen and (min-width: 64em) {
  .regular-user {
    padding: 50px 30px 40px;
  }
}

.regular-user--heading {
  color: var(--text-2-color, #0d2134);
  font-family: "PT Serif", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .regular-user--heading {
    font-size: 40px;
    line-height: 52px;
  }
}

.regular-user--grid {
  gap: 24px;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 1246px;
  margin: 0 0 8px;
}

@media screen and (min-width: 48em) {
  .regular-user--grid {
    grid-template-columns: repeat(2, minmax(270px, 1fr));
  }
}

@media screen and (min-width: 64em) {
  .regular-user--grid {
    gap: 32px;
    grid-template-columns: repeat(3, minmax(270px, 1fr));
  }
}

.regular-user--subgrid {
  gap: 24px;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 1246px;
}

@media screen and (min-width: 48em) {
  .regular-user--subgrid {
    grid-template-columns: repeat(2, minmax(270px, 1fr));
  }
}

@media screen and (min-width: 64em) {
  .regular-user--subgrid {
    grid-template-columns: repeat(4, minmax(200px, 1fr));
  }
}

.regular-user--card {
  width: 100%;
  border-radius: 2px;
  background-color: var(--layer-3-color, #fff);
  box-shadow: inset 0 0 0 1px #f0d9b5;
}

.regular-user--head {
  gap: 0 16px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px 24px;
  background-color: #f0d9b5;
}

@media screen and (min-width: 48em) {
  .regular-user--head {
    padding: 24px 40px;
  }
}

.regular-user--image {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 48em) {
  .regular-user--image {
    width: 85px;
    height: 85px;
  }
}

.regular-user--data {
  gap: 4px 0;
  display: flex;
  flex-direction: column;
}

.regular-user--name {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

@media screen and (min-width: 48em) {
  .regular-user--name {
    font-size: 22px;
  }
}

.regular-user--info {
  color: #605748;
  font-size: 16px;
  line-height: 18px;
}

@media screen and (min-width: 48em) {
  .regular-user--info {
    font-size: 18px;
    line-height: 20px;
  }
}

.regular-user--inner {
  width: 100%;
  padding: 16px 24px 24px;
}

@media screen and (min-width: 48em) {
  .regular-user--inner {
    padding: 32px 40px 40px;
  }
}

.regular-user--feedback {
  color: var(--text-2-color, #000);
  font-size: 16px;
  line-height: 22px;
}

@media screen and (min-width: 48em) {
  .regular-user--feedback {
    font-size: 18px;
    line-height: 26px;
  }
}

.regular-user--review {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  margin: 24px 0 0;
  padding: 0 24px 24px;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px var(--line-2-color, #d9d9d9);
}

@media screen and (min-width: 48em) {
  .regular-user--review {
    padding: 0 28px 28px;
  }
}

.regular-user--content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.regular-user--top {
  gap: 0 16px;
  display: flex;
  align-items: center;
  margin: -24px 0 16px -6px;
  padding: 0 6px;
  background-color: var(--layer-2a-color, #fff);
}

.regular-user--avatar {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.regular-user--nick {
  color: var(--text-2-color, #000);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.regular-user--date {
  margin: 0 0 4px;
  color: var(--text-6-color, #86909a);
  font-size: 16px;
  line-height: 24px;
}

.regular-user--text {
  color: var(--text-4-color, #000);
  font-size: 16px;
  line-height: 24px;
}

.regular-user--bottom {
  gap: 16px 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.regular-user--link {
  padding: 7px 23px;
  border: 1px solid var(--line-2-color, #0d2134);
  border-radius: 10px;
  background-color: #0d2134;
  color: var(--text-1-color, #fff);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
}

.regular-user--add {
  gap: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 18px;
  border: 1px solid var(--line-2-color, #000);
  border-radius: 10px;
  color: var(--text-1-color, #0d2134);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
}

.regular-user--add span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.regular-user--add span::before {
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 14 14'%3E%3Cpath fill='%230D2134' d='M0 6h14v2H0Z' /%3E%3Cpath fill='%230D2134' d='M8 0v14H6V0Z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px;
  content: '';
}

[theme='dark'] .regular-user--add span::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 14 14'%3E%3Cpath fill='%23fff' d='M0 6h14v2H0Z' /%3E%3Cpath fill='%23fff' d='M8 0v14H6V0Z' /%3E%3C/svg%3E");
}

.regular-feedback {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 616px;
  padding: 16px;
  border-radius: 6px;
  background-color: var(--layer-4-color, #f4f4f4);
}

@media screen and (min-width: 48em) {
  .regular-feedback {
    padding: 32px;
  }
}

.regular-feedback--content {
  display: flex;
  flex-direction: column;
}

.regular-feedback--note {
  margin: 0 0 8px;
  color: var(--text-2-color, #000);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}

.regular-feedback--field {
  width: 100%;
  height: 106px;
  margin: 0 0 24px;
  padding: 5px;
  border: 1px solid var(--line-2-color, #e4e5e7);
  border-radius: 6px;
  background-color: var(--layer-1-color, #fff);
  color: var(--text-2-color, #000);
  font-family: "PT Serif", serif;
  font-size: 16px;
  line-height: 24px;
  resize: vertical;
}

@media screen and (min-width: 48em) {
  .regular-feedback--field {
    padding: 12px 10px;
  }
}

.regular-feedback--send {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  width: 100%;
  max-width: 334px;
  padding: 14px 24px;
  border-radius: 5px;
  background-color: #e51e25;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

.regular-profit {
  gap: 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 30px 15px 40px;
  background-color: var(--layer-2a-color, #fff);
}

@media screen and (min-width: 64em) {
  .regular-profit {
    gap: 40px 0;
    padding: 30px 30px 40px;
  }
}

.regular-profit--heading {
  color: var(--text-2-color, #0d2134);
  font-family: "PT Serif", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .regular-profit--heading {
    font-size: 40px;
    line-height: 52px;
  }
}

.regular-profit--subheading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 964px;
}

.regular-profit--subheading::after,
.regular-profit--subheading::before {
  flex-grow: 1;
  height: 1px;
  background-color: var(--line-2-color, #000);
  content: '';
}

.regular-profit--subtext {
  padding: 0 12px;
  color: var(--text-2-color, #0d2134);
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

@media screen and (min-width: 48em) {
  .regular-profit--subtext {
    padding: 0 30px;
    font-size: 32px;
    line-height: 38px;
  }
}

.regular-profit--grid {
  gap: 24px;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 1246px;
}

@media screen and (min-width: 48em) {
  .regular-profit--grid {
    grid-template-columns: repeat(2, minmax(270px, 1fr));
  }
}

@media screen and (min-width: 64em) {
  .regular-profit--grid {
    grid-template-columns: repeat(4, minmax(200px, 1fr));
  }
}

.regular-profit--card {
  --card-bg: var(--layer-2a-color, #fff);
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  border-radius: 2px;
  background-color: var(--card-bg);
  box-shadow: inset 0 0 0 1px var(--line-2-color, #f3f4f5);
}

.regular-profit--link {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px;
}

@media screen and (min-width: 48em) {
  .regular-profit--link {
    min-height: 180px;
  }
}

.regular-profit--button {
  position: relative;
  padding: 12px 24px;
  border-radius: 5px;
  background-color: #097d0e;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.regular-profit--head {
  gap: 0 8px;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 60px;
  padding: 12px 20px;
  background-color: var(--line-2-color, #f3f4f5);
}

.regular-profit--head img {
  flex-shrink: 0;
}

.regular-profit--title {
  color: var(--text-1-color, #0d2134);
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
}

.regular-profit--title::after {
  inset: 0;
  position: absolute;
  content: '';
}

.regular-profit--inner {
  display: flex;
  width: 100%;
  padding: 12px 20px 20px;
}

.regular-profit--list {
  margin: 0;
  padding: 0 0 0 18px;
}

.regular-profit--list li {
  position: relative;
  margin: 0;
  color: var(--text-4-color, #0d2134);
  font-size: 14px;
  line-height: 21px;
}

.regular-profit--list li:not(:last-child) {
  margin: 0 0 10px;
}

.regular-profit--list li::before {
  position: absolute;
  top: 7px;
  left: -18px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  background-color: #e51e25;
  content: '';
}

.regular-contact {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 40px 15px 32px;
  background-color: var(--layer-2a-color, #fff);
}

@media screen and (min-width: 48em) {
  .regular-contact {
    padding: 62px 15px 32px;
  }
}

@media screen and (min-width: 64em) {
  .regular-contact {
    padding: 62px 30px 32px;
  }
}

.regular-contact--anchor {
  position: absolute;
  top: -72px;
  left: 0;
}

@media screen and (min-width: 64em) {
  .regular-contact--anchor {
    top: -10px;
  }
}

.regular-contact--head {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1246px;
  min-height: 390px;
  padding: 0 15px;
  background-image: url(/nimg/regular-contact-bg.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 48em) {
  .regular-contact--head {
    padding: 0 30px;
  }
}

.regular-contact--head::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .6) 56.73%, rgba(0, 0, 0, 0) 117.94%);
  content: '';
}

.regular-contact--logo {
  z-index: 1;
  width: 80px;
  height: 76px;
  margin: -38px 0 142px;
}

@media screen and (min-width: 48em) {
  .regular-contact--logo {
    width: 134px;
    height: 127px;
    margin: -62px 0 142px;
  }
}

.regular-contact--top {
  gap: 24px 0;
  display: flex;
  z-index: 1;
  flex-direction: column;
  align-items: center;
}

.regular-contact--heading {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .regular-contact--heading {
    font-size: 36px;
    line-height: 42px;
  }
}

.regular-contact--subgrid {
  gap: 16px 20px;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 48em) {
  .regular-contact--subgrid {
    flex-direction: row;
  }
}

.regular-contact--tg {
  gap: 0 24px;
  display: flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 5px;
  background-color: #2598d0;
}

.regular-contact--icon {
  gap: 0 8px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.regular-contact--icon svg {
  --i-color1: #fff;
  flex-shrink: 0;
  width: 25px;
  height: 24px;
}

.regular-contact--time {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.regular-contact--time::before {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin: 0 4px 0 0;
  border-radius: 50%;
  background-color: #00dd17;
  box-shadow: inset 0 0 0 1px #fff;
  content: '';
}

.regular-contact--over {
  padding: 10px 30px;
  border-radius: 5px;
  background-color: #f2f2f2;
  color: #0d2134;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
  white-space: nowrap;
}

.regular-contact--main {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1246px;
  min-height: 494px;
  padding: 44px 15px;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px var(--line-1-color, #e7e9eb);
}

@media screen and (min-width: 48em) {
  .regular-contact--main {
    padding: 44px;
  }
}

.regular-contact--bottom {
  gap: 32px 0;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.regular-contact--grid {
  gap: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 246px;
}

@media screen and (min-width: 48em) {
  .regular-contact--grid {
    flex-direction: row;
    width: auto;
    max-width: initial;
  }
}

.regular-contact--link {
  gap: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 9px 39px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  background-color: #f2f2f2;
  color: #0d2134;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .regular-contact--link {
    width: auto;
  }
}

.regular-contact--link svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.regular-contact--remark {
  color: var(--text-4-color, #0d2134);
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .regular-contact--remark {
    font-size: 22px;
    line-height: 29px;
  }
}

.regular-form-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 32px 15px;
  border-radius: 6px;
  background-color: var(--layer-3-color, #f2f2f2);
}

@media screen and (min-width: 48em) {
  .regular-form-wrap {
    padding: 32px;
  }
}

.regular-form {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.regular-form--grid {
  gap: 16px 12px;
  display: grid;
  grid-template-columns: 1fr;
  align-self: center;
  width: 100%;
  max-width: 390px;
  margin: 0 0 12px;
}

@media screen and (min-width: 64em) {
  .regular-form--grid {
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    align-self: initial;
    max-width: initial;
  }
}

.regular-form--group {
  display: flex;
  flex-direction: column;
}

.regular-form--label {
  margin: 0 0 8px;
  color: var(--text-4-color, #000);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.regular-form--note {
  color: var(--text-4-color, #8a8a8a);
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .regular-form--note {
    text-align: left;
  }
}

.regular-form--note strong {
  margin: 0 4px 0 0;
  color: #e51e25;
}

.regular-form--select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 16px 24px;
  border: 1px solid var(--line-2-color, #e4e5e7);
  border-radius: 6px;
  background-color: var(--layer-1-color, #fff);
  background-image: url(/nimg/select-arrow-24.svg);
  background-origin: content-box;
  background-position: right -8px center;
  background-repeat: no-repeat;
  background-size: 24px;
  color: var(--text-2-color, #666);
  font-family: inherit;
  font-size: 16px;
  line-height: 24px;
}

.regular-form--field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 16px 24px;
  border: 1px solid var(--line-2-color, #e4e5e7);
  border-radius: 6px;
  background-color: var(--layer-1-color, #fff);
  color: var(--text-2-color, #000);
  font-family: inherit;
  font-size: 16px;
  line-height: 24px;
}

.regular-form--submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  align-self: center;
  width: 100%;
  max-width: 334px;
  margin: 24px 0 0;
  padding: 14px 48px;
  border: 0;
  border-radius: 5px;
  background-color: #e51e25;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.regular-product {
  gap: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1306px;
  padding: 40px 15px 60px;
  background-color: var(--layer-2-color, #f2f2f2);
}

@media screen and (min-width: 64em) {
  .regular-product {
    gap: 40px 0;
    padding: 40px 30px 60px;
  }
}

.regular-product--head {
  gap: 8px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.regular-product--heading {
  color: var(--text-2-color, #0d2134);
  font-family: "PT Serif", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .regular-product--heading {
    font-size: 40px;
    line-height: 52px;
  }
}

.regular-product--subheading {
  color: var(--text-4-color, #0d2134);
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .regular-product--subheading {
    font-size: 22px;
    line-height: 29px;
  }
}

.regular-product--grid {
  gap: 16px;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 1246px;
}

@media screen and (min-width: 48em) {
  .regular-product--grid {
    gap: 24px;
    grid-template-columns: repeat(2, minmax(270px, 1fr));
  }
}

@media screen and (min-width: 64em) {
  .regular-product--grid {
    gap: 30px 32px;
    grid-template-columns: repeat(3, minmax(200px, 1fr));
  }
}

.regular-product--card {
  gap: 0 16px;
  display: flex;
  position: relative;
  align-items: flex-start;
  width: 100%;
  padding: 15px;
  border-radius: 2px;
  background-color: var(--layer-4-color, #fff);
  box-shadow: inset 0 0 0 1px var(--line-2-color, #e7e9eb);
}

@media screen and (min-width: 48em) {
  .regular-product--card {
    gap: 24px 0;
    flex-direction: column;
    padding: 40px;
  }
}

.regular-product--icon {
  display: flex;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

@media screen and (min-width: 48em) {
  .regular-product--icon {
    width: 160px;
    height: 160px;
  }
}

.regular-product--inner {
  gap: 8px 0;
  display: flex;
  flex-direction: column;
}

.regular-product--title {
  color: var(--text-2-color, #0d2134);
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

@media screen and (min-width: 48em) {
  .regular-product--title {
    font-size: 22px;
    line-height: 29px;
  }
}

.regular-product--title::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.regular-product--info {
  color: var(--text-4-color, #0d2134);
  font-size: 14px;
  line-height: 18px;
}

@media screen and (min-width: 48em) {
  .regular-product--info {
    font-size: 16px;
    line-height: 22px;
  }
}
