.hosting-1 {
  overflow: hidden;
}
.hosting-1 .center-layout-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 5.625rem;
  position: relative;
}
.hosting-1__left {
  max-width: 390px;
}
.hosting-1__right {
  width: 71%;
}
.hosting-1__title {
  font-size: 2.25rem;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}
.hosting-1__desc {
  font-size: 0.875rem;
  margin-bottom: 1.875rem;
}
.hosting-1__blur {
  position: absolute;
  z-index: -1;
}
.hosting-1__blur span {
  display: block;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #70efd1),
    to(#1bc1c1)
  );
  background: linear-gradient(180deg, #70efd1 0, #1bc1c1 100%);
  -webkit-transform: rotate(125deg);
  transform: rotate(125deg);
  border-radius: 2.813rem;
  -webkit-filter: blur(2.563rem);
  filter: blur(2.563rem);
}
.hosting-1__blur-1 {
  left: 400px;
  top: 30%;
}
.hosting-1__blur-1 span {
  width: 15.625rem;
  height: 13.75rem;
}
.hosting-1__blur-2 {
  right: 4.7rem;
  top: 4.5rem;
}
.hosting-1__blur-2 span {
  width: 8.75rem;
  height: 10.625rem;
}
.hosting-1__ball {
  position: absolute;
  z-index: -1;
}
.hosting-1__ball-1 {
  left: 60%;
  top: 5rem;
}
.hosting-1__ball-2 {
  left: 240px;
  top: 80%;
}

.hosting-2 {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #efe9e3),
    color-stop(70%, #f8f3ee),
    to(#ffffff)
  );
  background: linear-gradient(180deg, #efe9e3 0, #f8f3ee 70%, #ffffff 100%);
  padding: 3.125rem 0;
  position: relative;
  overflow: hidden;
}
.hosting-2__blur {
  position: absolute;
}
.hosting-2__blur span {
  display: block;
  width: 13.75rem;
  height: 13.75rem;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #70efd1),
    to(#1bc1c1)
  );
  background: linear-gradient(180deg, #70efd1 0, #1bc1c1 100%);
  -webkit-transform: rotate(125deg);
  transform: rotate(125deg);
  border-radius: 2.813rem;
  -webkit-filter: blur(2.563rem);
  filter: blur(2.563rem);
  opacity: 0.5;
}
.hosting-2__blur-1 {
  left: 0;
  top: 50%;
  -webkit-transform: translateX(-70%);
  transform: translateX(-70%);
}
.hosting-2__blur-2 {
  right: 0;
  top: 60%;
  -webkit-transform: translateX(80%);
  transform: translateX(80%);
}
.hosting-2__layout {
  max-width: 835px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}
.hosting-2__title {
  font-size: 2.25rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2.625rem;
}
.hosting-2__desc {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.hosting-2__content {
  font-size: 0.875rem;
  margin-bottom: 3.75rem;
}
.hosting-2__image {
  position: relative;
}
.hosting-2__dome {
  max-width: 530px;
  margin: 0 auto;
  position: relative;
  background: linear-gradient(
    165deg,
    #1fc1c1 0,
    #70efd1 45%,
    rgba(255, 255, 255, 0) 85%
  );
  border-radius: 50rem 50rem 0 0;
}
.hosting-2__dome:after {
  display: block;
  content: "";
  padding-bottom: 126%;
}
.hosting-2__image-1 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
}
.hosting-2__image-2 {
  width: 100%;
  position: absolute;
  right: 0;
  top: 4.688rem;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.hosting-2__image-1 img,
.hosting-2__image-2 img {
  display: block;
}
.hosting-2__ball {
  background: linear-gradient(220deg, #70efd1 0, #1bc1c1 100%);
  border-radius: 50%;
  position: absolute;
}
.hosting-2__ball-1 {
  width: 2.5rem;
  height: 2.5rem;
  right: 100%;
  top: 40%;
}
.hosting-2__ball-2 {
  width: 1.313rem;
  height: 1.313rem;
  left: 15%;
  top: 10%;
}
.hosting-2__ball-3 {
  width: 1.313rem;
  height: 1.313rem;
  right: 20%;
  bottom: 10%;
}
.hosting-2__ball-4 {
  width: 2.5rem;
  height: 2.5rem;
  left: 100%;
  bottom: 25%;
}

.hosting-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 3.563rem;
  position: relative;
}
.hosting-3__crystal-1 {
  position: absolute;
  left: 14.375rem;
  top: 50%;
}
.hosting-3__crystal-1 span {
  display: block;
  width: 15px;
  height: 15px;
  background: linear-gradient(220deg, #70efd1 0, #1bc1c1 100%);
  -webkit-transform: rotate(-236deg);
  transform: rotate(-236deg);
  border-radius: 0.375rem;
}
.hosting-3__crystal-2 {
  position: absolute;
  left: 5.375rem;
  top: 65%;
}
.hosting-3__crystal-2 span {
  display: block;
  width: 30px;
  height: 30px;
  background: linear-gradient(220deg, #70efd1 0, #1bc1c1 100%);
  -webkit-transform: rotate(-236deg);
  transform: rotate(-236deg);
  border-radius: 0.375rem;
  opacity: 0.59;
}
.hosting-3__crystal-3 {
  position: absolute;
  left: 6.75rem;
  top: 85%;
}
.hosting-3__crystal-3 span {
  display: block;
  width: 40px;
  height: 40px;
  background: linear-gradient(220deg, #70efd1 0, #1bc1c1 100%);
  -webkit-transform: rotate(-186deg);
  transform: rotate(-186deg);
  border-radius: 0.375rem;
  opacity: 0.52;
}
.hosting-3__left {
  width: 330px;
}
.hosting-3__right {
  width: calc(100% - 330px);
  padding-left: 7.5rem;
}
.hosting-3__title {
  font-size: 2.25rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.hosting-3__tab {
  display: grid;
  grid-template-columns: repeat(2, auto);
  padding: 0;
  margin: 0;
  list-style-type: none;
  border: 1px solid #707070;
  border-radius: 2rem;
  padding: 5px;
  position: relative;
}
.hosting-3__tab li {
  font-weight: bold;
  font-size: 0.875rem;
  text-align: center;
  white-space: nowrap;
  line-height: 2.688rem;
  cursor: pointer;
}
.hosting-3__tab li.is-active {
  color: #fff;
}
.hosting-3__tab-active {
  position: absolute;
  width: 136px;
  height: 2.688rem;
  background: linear-gradient(300deg, #70efd1 0, #1bc1c1 100%);
  border-radius: 2rem;
  left: 5px;
  top: 5px;
  z-index: -1;
}
.hosting-3 .swiper-slide {
  max-width: 320px;
  padding: 1rem 0;
}
.hosting-3-items {
  font-family: "Montserrat";
  background: linear-gradient(220deg, #efe9e3 0, #faf5f0 100%);
  border-radius: 1rem;
  padding: 1.5rem 2rem;
  cursor: pointer;
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hosting-3-items::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #70efd1),
    to(#1bc1c1)
  );
  background: linear-gradient(0deg, #70efd1 0, #1bc1c1 100%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  border-radius: 1rem;
}
.hosting-3-items__name {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.5rem;
}
.hosting-3-items__desc {
  font-size: 0.875rem;
  font-weight: 500;
  color: #5f5f5f;
  line-height: 22px;
  min-height: calc(44px + 1rem);
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hosting-3-items__content {
  padding-top: 1.25rem;
}
.hosting-3-items__price-old {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875rem;
}
.hosting-3-items__price-old span {
  font-weight: 500;
  text-decoration: line-through;
  margin-right: 0.5rem;
}
.hosting-3-items__price-old b {
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.5rem 0.75rem;
  border: 1px solid #000;
  border-radius: 2rem;
}
.hosting-3-items__price-old {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875rem;
}
.hosting-3-items__price-old span {
  font-weight: 500;
  text-decoration: line-through;
  margin-right: 0.5rem;
}
.hosting-3-items__price-old b {
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.5rem 0.75rem;
  border: 1px solid #000;
  border-radius: 2rem;
}
.hosting-3-items__price-sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.hosting-3-items__price-sale span {
  font-size: 1.875rem;
  margin-right: 0.3rem;
}
.hosting-3-items__extend {
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 0.5rem;
}
.hosting-3-items__detail {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.hosting-3-items__detail li {
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
  color: #5f5f5f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hosting-3-items__detail li b {
  font-weight: bold;
  text-decoration: underline;
}
.hosting-3-items:hover {
  color: #fff;
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
}
.hosting-3-items:hover::before {
  opacity: 1;
}
.hosting-3-items:hover .hosting-3-items__desc {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.hosting-3-items:hover .hosting-3-items__desc,
.hosting-3-items:hover .hosting-3-items__detail li {
  color: #fff;
}
.hosting-3-items:hover .hosting-3-items__price-old b {
  border-color: #fff;
}

.hosting-4 {
  padding: 6.25rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hosting-4__circle {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0, #70efd1),
    to(#fff)
  );
  background: linear-gradient(270deg, #70efd1 0, #fff 100%);
  border-radius: 50%;
}
.hosting-4__circle::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.hosting-4__left {
  width: 46%;
  padding-left: 10.625rem;
}
.hosting-4__right {
  width: 54%;
  padding-left: 7.188rem;
  position: relative;
}
.hosting-4__right img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hosting-4__title {
  font-size: 2.25rem;
  text-transform: uppercase;
  margin-bottom: 2.375rem;
}
.hosting-4__content {
  font-size: 0.875rem;
  padding-right: 4.375rem;
}

.hosting-5 {
  padding-right: 10.625rem;
  padding-bottom: 6.25rem;
  position: relative;
}
.hosting-5:before {
  position: absolute;
  left: 0;
  top: 80px;
  content: "";
  width: calc(100% - 10.625rem);
  height: 1px;
  background: #8b8b8b;
  opacity: 0.3;
}
.hosting-5:after {
  position: absolute;
  left: calc(100% - 10.625rem - 13px);
  top: 70px;
  content: "";
  width: 13px;
  height: 21px;
  background: url("../images/hosting/Path 278.png");
}
.hosting-5__swiper {
  padding-left: 3.75rem;
}
.hosting-5-items {
  padding-left: 0.625rem;
}
.hosting-5-items__image {
  font-family: "Montserrat";
  height: 80px;
  position: relative;
}
.hosting-5-items__image:after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  background: #34d5d1;
  border-radius: 50%;
  left: 0;
  bottom: -4px;
}
.hosting-5-items__name {
  font-weight: 700;
  font-size: 1.125rem;
  color: #1fc1c1;
  margin: 1.5rem 0;
}
.hosting-5-items__desc {
  font-size: 0.875rem;
  color: #5f5f5f;
}

.hosting-6 {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgba(255, 255, 255, 0)),
    color-stop(50%, #70efd1),
    to(#1bc1c1)
  );
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0,
    #70efd1 50%,
    #1bc1c1 100%
  );
  padding: 6.25rem 0 0;
}
.hosting-6__sub-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  color: #fff;
  opacity: 0.5;
}
.hosting-6__title {
  font-size: 2.25rem;
  text-transform: uppercase;
  text-align: center;
  max-width: 610px;
  margin: 0 auto 1.5rem;
  color: #fff;
}
.hosting-6__desc {
  max-width: 610px;
  margin: 0 auto 1.5rem;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
}
.hosting-6__image {
  position: relative;
  margin-top: 2rem;
}
.hosting-6__image img {
  display: block;
  position: absolute;
  left: 53%;
  top: 2.05078125%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1000;
}
.hosting-6__circle-1 {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgba(255, 255, 255, 0)),
    color-stop(20%, rgba(112, 239, 209, 0.14)),
    to(#1fc1c1)
  );
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0,
    rgba(112, 239, 209, 0.14) 20%,
    #1fc1c1 100%
  );
  border-radius: 50%;
  width: 59.5703125%;
}
.hosting-6__circle-1::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.hosting-6__circle-2 {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgba(255, 255, 255, 0)),
    color-stop(20%, rgba(112, 239, 209, 0.14)),
    to(#1fc1c1)
  );
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0,
    rgba(112, 239, 209, 0.14) 20%,
    #1fc1c1 100%
  );
  border-radius: 50%;
  width: 33.203125%;
  position: absolute;
  left: 53.7109375%;
  top: 10%;
}
.hosting-6__circle-2::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.hosting-7 {
  padding: 3.125rem 0;
}
.hosting-7 .center-layout-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hosting-7-items {
  width: 300px;
  padding: 0 4.875rem 3.438rem 4.875rem;
  border-right: 1px solid rgba(112, 112, 112, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hosting-7-items:last-child {
  border-right: 0;
}
.hosting-7-items__image {
  height: 80px;
}
.hosting-7-items__name {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 3.188rem;
  color: #1fc1c1;
}
.hosting-7-items__desc {
  font-size: 0.875rem;
  color: #5f5f5f;
  text-align: center;
}

.hosting-8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3.125rem 0 3.125rem 3.75rem;
}
.hosting-8__left {
  width: 45.7540263543%;
}
.hosting-8__right {
  width: 47.5841874085%;
  padding: 1.375rem 0;
  position: relative;
}
.hosting-8__right:after {
  content: "";
  width: 33%;
  height: 100%;
  background: #faf5f0;
  border-radius: 1rem 0 0 1rem;
  position: absolute;
  right: 0;
  top: 0;
}
.hosting-8__right img {
  width: 100%;
  border-radius: 1rem 0 0 1rem;
}
.hosting-8__title {
  font-size: 2.25rem;
  text-transform: uppercase;
  margin-bottom: 2.813rem;
}
.hosting-8__desc {
  font-size: 0.875rem;
  margin-bottom: 2.875rem;
}
.hosting-8__grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-gap: 1.625rem;
  margin-bottom: 4.438rem;
}
.hosting-8-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hosting-8-items__image {
  width: 60px;
  height: 60px;
  background: #fff;
  -webkit-box-shadow: 0 30 60 rgba(0, 0, 0, 0.1);
  box-shadow: 0 30 60 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hosting-8-items__name {
  width: calc(100% - 60px);
  font-family: "Montserrat";
  font-weight: 700;
}

.hosting-9 {
  background: #f7f2ed;
  padding: 3.125rem;
}
.hosting-9__title {
  font-size: 2.25rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.hosting-9 .swiper-slide {
  padding: 1.5rem 0.625rem;
}
.hosting-9-items {
  background: #fff;
  border-radius: 1rem;
  padding: 1.25rem 2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: move;
  position: relative;
}
.hosting-9-items::after {
  content: "";
  position: absolute;
  left: -0.625rem;
  top: -0.625rem;
  width: 46px;
  height: 33px;
  background: url("../hosting/bracket.png");
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hosting-9-items__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.75rem;
}
.hosting-9-items__image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.hosting-9-items__name {
  width: calc(100% - 70px);
  padding-left: 1.688rem;
  font-family: "Montserrat";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hosting-9-items__name b {
  display: block;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.7rem;
  margin-bottom: 0.5rem;
}
.hosting-9-items__name span {
  display: block;
  font-weight: 400;
  font-size: 0.75rem;
}
.hosting-9-items__desc {
  font-size: 0.875rem;
  margin-bottom: 1.625rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hosting-9-items__date {
  font-size: 0.75rem;
  font-family: "Montserrat";
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
  text-align: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hosting-9 .swiper-slide-active .hosting-9-items {
  background: #2bcac4;
  -webkit-transform: translateY(-0.875rem);
  transform: translateY(-0.875rem);
}
.hosting-9 .swiper-slide-active .hosting-9-items:after {
  opacity: 1;
}
.hosting-9 .swiper-slide-active .hosting-9-items .hosting-9-items__name,
.hosting-9 .swiper-slide-active .hosting-9-items .hosting-9-items__desc {
  color: #fff;
}
.hosting-9 .swiper-slide-active .hosting-9-items .hosting-9-items__date {
  color: rgba(255, 255, 255, 0.5);
}

.hosting-10 {
  padding: 3.125rem 0;
}
.hosting-10__title {
  font-size: 2.25rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.hosting-10__desc {
  font-size: 0.875rem;
  text-align: center;
  margin: 0 auto 2rem;
  max-width: 500px;
}
.hosting-10 .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hosting-10 .img img {
  margin: 0 auto;
}
