@charset "UTF-8";

/*fonts*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');


/*baisic*/
html{
  -webkit-locale: "en";
  direction: ltr;
  unicode-bidi: isolate;
  min-height: 100%;
}
html, body{
  min-height: 100%;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}
body{
  font: 400 16px/1.2 'DM Sans', sans-serif;
  color: #0F3B25;
  background: #FFFBEB;
  min-width: 310px; 
  min-height: 100%;
  position: relative;
  overflow-x: hidden;
  opacity: 1;
  -moz-font-feature-settings: 'kern';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}
.no-scroll{
  height: 100%;
  overflow: hidden;
}

/*box-sizing*/
*, *:before, *:after, input[type="search"]{
  box-sizing: border-box;
}

/*buttons*/
.btn{
  display: block;
  padding: 0;
  outline: 0!important;
  outline-color: transparent!important;
  outline-width: 0!important;
  outline-style: none!important;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  border: none;
  background: none;
  box-shadow: none;
  transition: .25s ease;  
  cursor: pointer;
  border-radius: 0;
  white-space: nowrap;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: fit-content;
  font-family: 'Exo 2', sans-serif;
}
.btn::-moz-focus-inner {border: 0;}
.btn:disabled {
  cursor: default;
  opacity: 1;
  user-select: none;	
  pointer-events: none;
}
.btn-1{
  padding: 12px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #F99A05;
  border-radius: 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  min-width: 163px;
}
.btn-1:disabled{color: rgba(0, 0, 0, .4);}
.btn-1:hover{background-color: #fff;}
.btn-1:active{
  background-color: #fff;
  color: #22A561;
}

.btn-2{
  padding: 12px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
  background-color: #22A561;  
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  min-width: 163px;
}
.btn-2:disabled{color: rgba(255, 255, 255, .3);}
.btn-2:hover{
  background-color: #fff;
  color: #000;
}
.btn-2:active{
  background-color: #fff;
  color: #22A561;
}

.btn-3{
  padding: 12px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
  background-color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  min-width: 163px;
}
.btn-3:disabled{color: rgba(0, 0, 0, .4);}
.btn-3:hover{
  background-color: #F99A05;
  color: #000;
}
.btn-3:active{
  background-color: #F99A05;
  color: #0F3B25;
}
@media only screen and (max-width : 767px){
  .btn{width: 100%;}
}



/*layout*/
.wrapper{
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
  min-height: 100vh;
}
.container{
  width: 100%;
  max-width: 1440px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.sec-header{margin-bottom: 60px;}
.sec-title{
  margin: 0 0 24px;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: -1px;
  color: #0F3B25;
}
.sec-title span{color: #22A561;}
.sec-title span.mark{
  color: #0F3B25;
  line-height: 54px;
  display: inline-block;
  padding: 0 16px;
  border-radius: 27px;
  background-color: #F99A05;
}
.sec-txt{
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: .231px;
  color: rgba(50, 50, 50, 0.5);
}
.sec-txt span{color: #323232;}
.sec-header--center{text-align: center;}
@media only screen and (max-width : 1023px){
  .sec-title{
    font-size: 28px;
    line-height: 1.36;
    letter-spacing: -1px;
  }
  .sec-title span.mark{
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
  }
  .sec-txt{font-size: 18px;}
}

@media only screen and (max-width : 767px){
  .container{padding: 0 10px;}
}


/*typographyc*/
ol,ul,li,h1,h2,h3,h4,h5,h6,p,q,figure,figcaption,blockquote,cite,fieldset,hr{    
  margin:0;
  padding: 0;    
  border: none;
}
ul li, ol li{list-style: none;}
a{
  text-decoration: none;
  outline: none;
  transition: .25s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:-moz-any-link:focus ,
a:-moz-focusring,
a::-moz-focus-inner,
a::-moz-focus-outer{
  outline: 0!important;
  outline: none;
}
a:active {outline: none;}
a[href^="tel:"],
a[href^="mailto:"]{white-space: nowrap;}
img{
  display: block;
  height: auto;
  max-width: 100%;
}
svg{
  display: block;
}



@media only screen and (max-width : 767px){
  .mob-hide{display: none !important;}
}
@media only screen and (min-width : 768px){
  .desc-hide{display: none !important;}
}








