@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
    overflow-y: auto;
    overflow-x: hidden;
}

header {
    padding: 30px 20px;
}

header .logo {
  display: flex;
  align-items: center;
}

header .logo .icon {
  width: 37px;
  height: 37px;
}

header .logo .text {
    width: 96px;
    height: 22px;
}


main {
    padding: 0 20px;
    padding-top: 20px;
    overflow: hidden;
}

.main-content {
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
}

.main-content > div:first-child {
    animation: fadeIn 2s ease-out forwards;
}

.main-content_inner {
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 20px;
}

.main-content_inner_decor_circle {
    position: absolute;
    top: -70px;
    left: -10px;
    width: 500px;
    animation: scaleIn 1s ease-out forwards;
    display: none;
}

.main-content_inner_decor_circle2 {
    position: absolute;
    display: none;
    animation: scaleIn 1.5s ease-out forwards;
    display: none;
}

.main-content_inner_decor_circle_mobile {
    position: absolute;
    top: -130px;
    z-index: -20;
    animation: scaleIn 1s ease-out forwards;
}

.main-content_inner_decor_circle_mobile_1 {
    position: absolute;
    right: -170px;
    top: -150px;
    rotate: 180deg;
    z-index: -20;
    animation: scaleIn 2s ease-out forwards;
}

.main-content_inner_decor_circle_mobile_2 {
    position: absolute;
    left: -170px;
    bottom: -170px;
    z-index: -20;
    animation: scaleIn 2.5s ease-out forwards;
}

.main-content_inner h1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-content_char {
    width: 140px;
    height: auto;
}

.main-content_hello {
    font-weight: 400;
    font-size: 20px;
    color: #535353;
    font-family: 'Albert Sans', sans-serif;
    margin-bottom: 8px;
}

.main-content_title {
    font-weight: 900;
    font-size: 48px;
    color: #353C3E;
    font-family: 'Montserrat', sans-serif;
}

.main-content_title > img {
  display: inline-block;
}

.main-content_title_appname {
    color: #45B4ED;
}

.main-content_subtitle {
    font-weight: 400;
    font-family: "Albert Sans", sans-serif;
    font-size: 14px;
    color:#535353;
}

.main-content_subtitle_inner {
    display: none;
}

.main-content_subtitle_outer {
    margin-top: 20px !important;
    display: flex;
    align-items:center;
}

.main-content_second {
    margin: 20px 0;
}

.main-content_second h2 {
    font-weight: 900;
    font-size: 32px;
    color: #535353;
    font-family: 'Montserrat', sans-serif;
    line-height: 140%;
}

.main-content_second h2 > span:first-child {

}

.main-content_second_highlight {
    background-color: #45B4ED29;
    padding: 0 8px;
}

.main-content_subscribe {
    width: 100%;
}

.main-content_subscribe_input-box {
    position: relative;
    width: 100%;
    padding: 8px 8px 8px 12px;
    border: 1px solid #D1D1D6;
    display: flex;
    align-items: center;
    gap: 12px;
    height: 52px;
    margin-bottom: 10px;
}

.main-content_subscribe_input-box input {
    border: none;
    font-weight: 400;
    font-family: 'Albert Sans', sans-serif !important;
    font-size: 16px;
    line-height: 160%;
    color: #535353;
    width: 100%;
    outline: none;
}

.main-content_subscribe_button {
    background-color: #00EDBB;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    gap: 8px;
    width: 100%;
    border: none;
    height: 52px;
    color: #353C3E;
    font-weight: 800;
    font-size: 16px;
    line-height: 160%;
    font-family: 'Montserrat', sans-serif !important;
}

.main-content_subtitle_arrow {
  width: 25px;
  height: 25px;
}

.main-content_subscribe_button:hover {
    cursor: pointer;
}

.main-content_subscribe_button.mobile-ver {
  display: block;
}

.main-content .phone {
    width: auto;
    animation: fadeIn 1s ease-out forwards;
    position: relative;
    padding-top: 40px;
    z-index: -10;
}

.main-content_final-text {
    font-weight: 400;
    font-size: 12px;
    font-family: "Albert Sans", sans-serif;
    line-height: 100%;
    color: #535353;
    text-align: center;
    margin-top: 20px;
}

footer  {
    background-color: #020B0E;
    height: 69px;
    align-content: center;
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
}

footer p {
    font-weight: 400;
    font-size: 14px;
    font-family: 'Albert Sans', sans-serif;
    line-height: 21px;
    color: #B8B8B8;
    text-align: center;
}

.highlight {
  font-size: 14px;
}

@media (max-width: 373px) {
  .main-content_second h2 {
    font-size: 32px !important;
  }
}

/* sm: max 400px */
@media (max-width: 400px) {
    .main-content_hello {
        font-size: 16px;
    }

    .main-content_title {
        font-size: 30px;
    }

    .main-content_second h2 {
        font-size: 30px;
        line-height: 140%;
        width: 100%;
    }
}

@media (min-width: 400px) and (max-width: 420px) {
   .main-content_subtitle_outer { 
    font-size: 16px;
   }
}

@media (min-width: 430px) {
    .main-content_second h2 {
        font-size: 32px;
    }

    .main-content_second h2 > span:first-child {
      display: block;
    }
    
    .main-content_subtitle {
      font-size: 18px;
    }

    .highlight {
      font-size: 19px;
    }


  .main-content_subtitle_inner {
    display: flex;
    width: 500px;
    align-items: center;
  }

  .main-content_subtitle_outer {
    display: none;
    align-items: center;
    font-size: 18px;
  }
}

@media (min-width: 520px) {
  .main-content_second h2 {
   font-size: 32px;
  }

  .highlight {
      font-size: 22px;
    }
}

@media (max-width: 575px) {
  .main-content_subtitle_inner {
    display: none;
    width: 500px;
    align-items: center;
  }

  .main-content_subtitle_outer {
    display: flex;
    align-items: center;
  }
}

/* sm: 640px */
@media (min-width: 640px) {
  /* Small breakpoint styles */
  .main-content_inner h1 {
    justify-content: space-between;
  }

  .main-content_subtitle_inner {
    font-size: 22px;
  }
}

/* md: 768px */
@media (min-width: 768px) {
  /* Medium breakpoint styles */
  main {
    max-width: 800px;
    margin: 0 auto;
  }


  .main-content_inner_decor_circle_mobile_1, .main-content_inner_decor_circle_mobile_2 {
    display: none;
  }

  .main-content_subtitle_arrow {
  width: 32px;
  height: 32px;
}
}

/* lg: 1024px */
@media (min-width: 1024px) {
  /* Large breakpoint styles */
}

/* xl: 1280px */
@media (min-width: 1280px) {
  /* Extra large breakpoint styles */
  body {
    overflow-y: hidden;
    overflow-x: hidden;
    }

  main {
    padding: 0;
    max-width: 1300px;
    margin: 0 auto 100px auto;
    height: calc(100vh - 300px);
    align-content: center;
    overflow: unset;
  }

  header .logo {
    max-width: 1300px;
    margin: 0 auto;
  }

  header .logo .icon {
    width: 40px;
    height: 40px;
  }

  header .logo .text {
    width: 112px;
    height: 26px;
  }

  .main-content {
    flex-direction: row;
    position: relative;
    margin-bottom: 0px;
  }

  .main-content > div:first-child {
    width: 656px;
  }

  .main-content_inner h1 {
    height: 160px;
  }

  .main-content_char {
    width: 160px;
    height: auto;
  }

  .main-content_title {
    font-size: 64px;
    white-space: nowrap;
  }

  .main-content_subtitle {
    font-size: 24px;
  }

  .main-content_second h2 {
    font-size: 43px;
    line-height: 140%;
    width: 100%;
  }

  .main-content_second h2 > span:first-child {
    display: block;
    font-size: 48px;    
  }

  .main-content .phone {
    height: 525px;
    width: 644px;
    position: absolute;
    right: 0;
    animation: fromRightToLeft 1s ease-out forwards;
    padding: 0;
  }

  .main-content_second {
    padding: 40px 0;
    margin: 0;
  }

  .main-content_subscribe {
    position: relative
  }

  .main-content_subscribe_input-box  {
    height: 74px;
    margin-bottom: 0;
  }

  .main-content_subscribe_button {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 165px;
    display: flex;
  }

  .main-content_subscribe_button.mobile-ver {
    display: none;  
  }

  .main-content_inner_decor_circle {
    top: -350px;
    left: -430px;
    z-index: -20;
    width: 800px;
    height: auto;
    display: block;
  }

  .main-content_inner_decor_circle2 {
    bottom: -450px;
    right: -400px;
    z-index: -20;
    width: 800px;
    height: auto;
    rotate: 180deg;
    display: block;
  }

  .main-content_inner_decor_circle_mobile {
    display: none;
  }
}

/* 2xl: 1536px */
@media (min-width: 1536px) {
  /* 2x extra large breakpoint styles */
}

@keyframes fromRightToLeft {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fromBottomToTop {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes scaleIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}