* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}
a,
button:active,
button:focus,
input:active,
input:focus {
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
}

body {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#f8fafc),
      to(#f8fafc)
    ),
    #fff;
  background: -o-linear-gradient(bottom, #f8fafc 0%, #f8fafc 100%), #fff;
  background: linear-gradient(0deg, #f8fafc 0%, #f8fafc 100%), #fff;
}

/* 02. Default */
#formbox {
  margin-top: 24px;
}
.formTitle {
  color: #1f2937;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
}
.filed_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-top: 24px;
}
.intl-tel-input {
  width: 100%;
}
.formField {
  position: relative;
  width: 100%;
}
#fname,
#lname,
#email,
#phone {
  display: block;
  color: #000;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  border-radius: 8px;
  border: 1px solid #cbd5e1;
  background: #fff;
  height: 50px;
  width: 100%;
  padding: 20px 10px 12px 10px;
  margin-bottom: 24px;
}
.labelForInput {
  display: inline-block;
  color: #64748b;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  position: absolute;
  top: 0;
  left: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  background: #fff;
  padding: 0 8px;
}
#phone {
  padding-left: 60px;
  margin: 0;
}
#checklabel,
#check {
  display: none;
}
.submit {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  border: 0;
  border-radius: 8px;
  background: #4f46e5;
  padding: 12px 16px;
  cursor: pointer;
  margin-top: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.submit:hover {
  -webkit-box-shadow: 0 0 10px #4f46e5;
  box-shadow: 0 0 10px #4f46e5;
}
p#error-msg {
  display: block;
  margin-top: 20px;
  color: red;
  font-size: 20px;
}
.loadingView {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loadingView img {
  max-width: 100%;
}

/* container */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}
.container1 {
  max-width: 896px;
  margin: 0 auto;
  padding: 0 16px;
}

/* header */
.header {
  margin-top: 24px;
}
.headerInner {
  border-radius: 8px;
  background: #f3f4f6;
  padding: 16px;
}
.headerSub {
  color: #4b5563;
  font-family: Inter;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

/* content */
.content {
  margin-top: 24px;
}
.contentTitle {
  color: #111827;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 100% */
}
.contentSub {
  color: #4b5563;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
  margin-top: 24px;
}
.james {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}
.jamesImg {
  border-radius: 24px;
  background: -o-linear-gradient(315deg, #4f46e5 0%, #8b5cf6 100%);
  background: linear-gradient(135deg, #4f46e5 0%, #8b5cf6 100%);
  -webkit-box-shadow: 0px 4px 6px 0px rgba(79, 70, 229, 0.2);
  box-shadow: 0px 4px 6px 0px rgba(79, 70, 229, 0.2);
}
.jamesImg img {
  display: block;
  height: 48px;
  width: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.jamesTitle {
  color: #374151;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}
.jamesSub {
  color: #6b7280;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}
.contentImg {
  margin-top: 32px;
  position: relative;
  border-radius: 12px;
}
.contentImg img {
  display: block;
  max-width: 100%;
  width: 100%;
  border-radius: 12px;
}
.contentImg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(17, 24, 39, 0.5)),
    to(rgba(17, 24, 39, 0))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(17, 24, 39, 0.5) 0%,
    rgba(17, 24, 39, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(17, 24, 39, 0.5) 0%,
    rgba(17, 24, 39, 0) 100%
  );
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.contentImgSub {
  position: absolute;
  left: 24px;
  bottom: 24px;
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  z-index: 1;
}
.contentSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin-top: 40px;
}
.contentSub1 {
  color: #374151;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.contentSubWithBorder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  color: #3730a3;
  font-family: Inter;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px; /* 150% */
  border-radius: 0px 8px 8px 0px;
  border-left: 4px solid #6366f1;
  background: #eef2ff;
  padding: 24px 24px 24px 28px;
}
.contentSubWithBorder span {
  color: #4338ca;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.costs {
  margin-top: 48px;
}
.costsTitle {
  color: #111827;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 120% */
}
.costsSub {
  color: #374151;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-top: 24px;
}
.costsBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 16px;
}
.costBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  width: 48%;
  border-radius: 12px;
  border: 1px solid #f3f4f6;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  padding: 24px;
}
.costBoxImg img {
  display: block;
  width: 34px;
  height: 44px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.costBoxTitle {
  color: #1f2937;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
.costBoxSub {
  color: #4b5563;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin-top: 3.5px;
}
.work {
  margin-top: 48px;
}
.workTitle {
  color: #111827;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 120% */
}
.workSub {
  color: #374151;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-top: 24px;
}
.workSub1 {
  border-top: 1px solid #e5e7eb;
  position: relative;
  margin-top: 33.5px;
}
.workSub1 span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  color: #6b7280;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  padding: 0 16px;
  background: #fff;
}
.worksBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 57.5px;
}
.workBox {
  width: 195px;
}
.workBoxImg img {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin: 0 auto;
}
.workBoxTitle {
  color: #1e293b;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  margin-top: 16px;
}
.workBoxSub {
  color: #4b5563;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin-top: 7.5px;
}
.workBottom {
  border-radius: 12px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#eef2ff),
    to(#eff6ff)
  );
  background: -o-linear-gradient(left, #eef2ff 0%, #eff6ff 100%);
  background: linear-gradient(90deg, #eef2ff 0%, #eff6ff 100%);
  padding: 24px;
  margin-top: 48.5px;
}
.workBottomTitle {
  color: #3730a3;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  margin-bottom: 12px;
}
.workBottomSub {
  color: #374151;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.workBottomList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
  margin-left: 24px;
}
.benefits {
  margin-top: 48px;
}
.benefitsTitle {
  color: #111827;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 120% */
}
.benefitsSub {
  color: #374151;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-top: 24px;
}
.benefitsBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
}
.benefitBox {
  width: 272px;
  border-radius: 12px;
  border: 1px solid #f3f4f6;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  padding: 25px;
}
.benefitBoxTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.benefitBoxImg img {
  display: block;
}
.benefitBoxTitle {
  color: #1f2937;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
.benefitBoxSub {
  color: #4b5563;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin-top: 11.5px;
}
.benefitsBottom {
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #fff;
  padding: 25px;
  margin-top: 48.5px;
}
.benefitsBottomTitle {
  color: #1f2937;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
.benefitsBottomSubsBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16.5px;
  margin-top: 16px;
}
.benefitsBottomSubsBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.5px;
}
.benefitsBottomSub1 {
  color: #374151;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.benefitsBottomSub2 {
  color: #4b5563;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.users {
  margin-top: 64px;
}
.usersTitle {
  color: #111827;
  text-align: center;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 120% */
}
.usersSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-top: 32px;
}
.usersSub {
  color: #4b5563;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.usersBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
}
.userBox {
  width: 272px;
  padding: 24px;
  border-radius: 12px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
}
.userBoxTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.userBoxShortName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #3730a3;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  border-radius: 9999px;
  background: #e0e7ff;
}
.userBox:nth-child(2) .userBoxShortName {
  color: #1e40af;
  background: #dbeafe;
}
.userBox:nth-child(3) .userBoxShortName {
  color: #6b21a8;
  background: #f3e8ff;
}
.userBoxName {
  color: #1e293b;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
.userBoxCity {
  color: #6b7280;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.userBoxSub {
  color: #374151;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin-top: 15.5px;
}
.starsImg {
  margin-top: 16.5px;
}
.starsImg img {
  display: block;
  max-width: 100%;
}
.offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 12px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1),
    0px 4px 6px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1),
    0px 4px 6px -4px rgba(0, 0, 0, 0.1);
  margin-top: 64px;
}
.offerLeft {
  width: 50%;
  padding: 32px;
  background: -o-linear-gradient(304deg, #3b82f6 0%, #6366f1 100%);
  background: linear-gradient(146deg, #3b82f6 0%, #6366f1 100%);
  border-radius: 12px 0 0 12px;
}
.offerLeftTitle {
  color: #fff;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
  margin-bottom: 16px;
}
.offerLeftSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.offerLeftSub img {
  display: block;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.offerLeftList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}
.offerLeftSub1 {
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin-top: 24px;
  opacity: 0.9;
}
.offerRight {
  width: 50%;
  padding: 32px;
}
.offerRightNumbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.offerRightNumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  border-radius: 16px;
  background: #10b981;
}
.offerRightNumber:nth-child(2) {
  background: #4f46e5;
}
.offerRightNumber:nth-child(3) {
  color: #64748b;
  background: #e2e8f0;
}
.offerRightSub {
  color: #4b5563;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  padding: 16px;
  border-radius: 8px;
  background: #f9fafb;
  margin-top: 32px;
}
/* discover */
.discover {
  border-radius: 12px;
  background: -o-linear-gradient(345deg, #3b82f6 0%, #6366f1 100%);
  background: linear-gradient(105deg, #3b82f6 0%, #6366f1 100%);
  padding: 32px;
  text-align: center;
  margin-top: 64px;
}
.discoverTitle {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
}
.discoverSub {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin: 0 70px;
  margin-top: 12px;
}
.discoverBtn {
  display: inline-block;
  color: #4f46e5;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  padding: 12px 24px;
  border-radius: 8px;
  background: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 24px;
}
.discoverBtn:hover {
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
}

/* footer */
.footer {
  margin: 48px 0;
}
.footerInner {
  border-top: 1px solid #e5e7eb;
  padding-top: 33px;
}
.footerLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.footerLink {
  color: #4b5563;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.footerTitle {
  color: #1f2937;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  margin-top: 24px;
}
.footerSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-top: 7.5px;
}
.footerSub {
  color: #6b7280;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}
.footerSubList {
  margin-left: 20px;
}
.footerSubs1 {
  margin-top: 24.5px;
}

/* popups */
.popup {
  display: none;
  background: rgba(0, 0, 0, 0.58);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.popup.show {
  display: block;
}
.popupInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
}
.popupBox {
  border-radius: 20px;
  background: #fff;
  max-width: 700px;
  height: 700px;
  overflow-y: auto;
  width: 100%;
  padding: 50px 30px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.closeBtn {
  position: absolute;
  right: 20px;
  top: 20px;
}
.closeBtn img {
  display: block;
}
.popupTitle {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.popupSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}
.popupSub {
  color: #1e293b;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.popupSub strong {
  font-weight: 700;
}
.popupSubList {
  margin-left: 20px;
}
