@media (min-width: 1401px) {
    :root{
        font-size:14px;
    }
}
@media (max-width: 1400px) {
    :root{
        font-size:1vw;
    }
}
@media (max-width: 768px) {
    :root{
        font-size:5px;
    }
}
@media (max-width: 500px) {
    :root{
        font-size:1vw;
    }
}

@font-face {
    font-family: 'Canela';
    src: url('canela-lightitalic.eot');
    src: url('canela-lightitalic.eot?#iefix') format('embedded-opentype'),
        url('canela-lightitalic.woff2') format('woff2'),
        url('canela-lightitalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: block;
}

@font-face {
    font-family: 'ABC Prophet';
    src: url('abcprophet-light.eot');
    src: url('abcprophet-light.eot?#iefix') format('embedded-opentype'),
        url('abcprophet-light.woff2') format('woff2'),
        url('abcprophet-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Switzer';
    src: url('switzer-regular.eot');
    src: url('switzer-regular.eot?#iefix') format('embedded-opentype'),
        url('switzer-regular.woff2') format('woff2'),
        url('switzer-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Millionaire';
    src: url('millionaire-italic.eot');
    src: url('millionaire-italic.eot?#iefix') format('embedded-opentype'),
        url('millionaire-italic.woff2') format('woff2'),
        url('millionaire-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: block;
}

@font-face {
    font-family: 'Tomato Grotesk';
    src: url('tomatogrotesk-regular.eot');
    src: url('tomatogrotesk-regular.eot?#iefix') format('embedded-opentype'),
        url('tomatogrotesk-regular.woff2') format('woff2'),
        url('tomatogrotesk-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Monument Grotesk';
    src: url('monumentgrotesk-regular.eot');
    src: url('monumentgrotesk-regular.eot?#iefix') format('embedded-opentype'),
        url('monumentgrotesk-regular.woff2') format('woff2'),
        url('monumentgrotesk-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

/* Start Style */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 1.92rem;
  font-weight: normal;
  line-height: 1.13;
  letter-spacing: 0rem;
  color: #000000;
  font-family: 'Monument Grotesk';
  letter-spacing: 0.0rem;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: 'Monument Grotesk';
}
h1 {
  font-size: 28.3rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: 0.034rem;
  color: #000000;
}

h2 {
  font-size: 4.1rem;
  font-weight: 100;
  font-stretch: normal;
  letter-spacing: 0.06rem;
  color: #010000;
  line-height: 1.18;
}

h3 {
  font-size: 3.1rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: 0.02rem;
  color: #000000;
}

h4 {
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 1.16;
  letter-spacing: -0.06rem;
  /* font-family: 'Nunito Sans'; */
}

h5 {
  font-size: 1.34rem;
  line-height: 1.33;
  letter-spacing: 0.145rem;
  font-family: "Nunito Sans";
  font-weight: bold;
}

input[type="submit"] {
  display: inline-block;
  font-stretch: normal;
  font-style: normal;
  border: 0;
  cursor: pointer;
  position: relative;
  background-color: #588791;
}

input[type="submit"]::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: #ffffff;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.site_button:hover:before,
input[type="submit"]::before {
  width: 100%;
}

p {
  margin-top: 0;
  margin-bottom: 1.389rem;
}

p:last-child {
  margin-bottom: 0;
}

mark {
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(120deg, #1d1d1b 14%, #1d1d1b 98%);
  background-repeat: no-repeat;
  background-size: 113% 85%;
  background-position: 0% 88%;
  color: inherit;
}

.mobile_only {
  display: none !important;
}

.m {
  display: none !important;
}

section {
  position: relative;
}
.section_inner {
  width: 100%;
  margin: 0px auto;
  position: relative;
  box-sizing: border-box;
}

.g_button {
  display: inline-block;
  background-color: #cdfa52;
  font-family: "Nunito Sans";
  font-weight: bold;
  text-transform: uppercase;
  color: #1d1d1b;
  padding: 0.66rem 3.802rem;
  font-size: 0.833rem;
  letter-spacing: 0.063rem;
  border: 1px solid #1d1d1b;
  position: relative;
  z-index: 2;
  line-height: 1;
}

.g_button:before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #fff;
  z-index: -1;
  transition: all 0.5s ease;
}
.g_button:hover {
  -webkit-filter: unset !important;
  filter: unset !important;
}
.g_button:hover:before {
  width: 100%;
}

.mobile_only {
  display: none;
}

@media (max-width: 1440px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 1140px) {

}
@media (max-width: 768px) {
  body {
    font-size: 5.0rem;
    letter-spacing: -0.03rem;
  }
  h1 {
    font-size: 10.3rem;
    letter-spacing: 0.034rem;
    line-height: 1.2;
  }

  h2 {
    font-size: 6.5rem;
    letter-spacing: 0.034rem;
  }

  h3 {
    font-size: 7.7rem;
    letter-spacing: 0.02rem;
    line-height: 1.16;
  }

  h4 {
    font-size: 9rem;
    letter-spacing: -0.06rem;
  }

  h5 {
    font-size: 4rem;
    letter-spacing: 0.64rem;
    line-height: 1.45;
  }
  .g_button {
    font-size: 2.833rem;
    letter-spacing: 0.09rem;
    padding: 2rem 9.9rem 2.7rem 9.6rem;
  }
}






/************** Section 01*****************/
.news_s1{
    width: 100%;
    display: block;
    padding-top: 2.99rem;
    padding-left: 12rem;
    padding-right: 12rem;
    background-color: #F5F5F5;
}
.news_s1 .inner{
    max-width: 1318px;
    margin: 0 auto;
}
.news_s1 .subtitle{
    display: block;
    width: 100%;
    font-size: 1.563rem;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: 0px;
    margin: 0px;
}
.news_s1 .title{
    padding-top: 2.78rem;
    display: block;
    width: 100%;
    padding-left: 0.7rem;
    padding-bottom: 3.15rem;
}
.news_s1 .title img.desktop_only{
    width: 100%;
    max-width: unset;
}
.news_s1 .line{
    width: 100%;
    display: block;
    /* margin-top: -2.34rem; */
    padding-left: 0.5rem;
    padding-right: 0.6rem;
}
.news_s1 .line:before{
  content:"";
  height: 2px;
  background-color: #000000;
  width: 100%;
  display: block;
}
@media (max-width: 980px){
  
}
@media (max-width: 768px) {
  .news_s1 .inner{
    max-width: 500px;
  }
    .news_s1{
        padding-top: 8.7rem;
        padding-left: 5rem;
        padding-right: 5rem;
        background-color: #FFF;
    }
    .news_s1 .subtitle{
        font-size: 5rem;
        padding-left: 1rem;
        letter-spacing: 0.13rem;
        line-height: 1.34;
        position: relative;
        z-index: 1;
        margin-bottom: 8rem;
    }
    .news_s1 .title{
        padding-top: 0rem;
        display: block;
        width: 70%;
        padding-left: 0rem;
        padding-right: 0.4rem;
        padding-bottom: 8.15rem;
        margin-top: 0;
    }
    .news_s1 .title img.desktop_only{
        display: none;
    }
    .news_s1 .title img.mobile_only{
        display: block !important;
    }
    .news_s1 .line{
        padding-left: 1rem;
        padding-right: 1rem;
    }
}


/************** Section 02*****************/
.news_s2 {
    background-color: #F5F5F5;
    width: 100%;
    display: block;
    padding-top: 2.9rem;
    padding-left: 12rem;
    padding-right: 12rem;
}
.news_s2 .inner{
    max-width: 1318px;
    margin: 0 auto;
}
.news_s2 .title{
    display: block;
    width: 100%;
    padding-left: 0.3rem;
}
.news_s2 .title h2.heading{
    margin-bottom: -1.5rem;
}
.news_s2 .title h2.heading span{
    font-family: 'Canela';
    font-weight: 300;
    font-style: italic;
    font-size: 5.17rem;
    margin-right: -0.34rem;
    letter-spacing: 0.04rem;
}
.news_s2 .title h2.heading2{
    line-height: 1;
    margin-bottom: 0px;
    font-size: 4.19rem;
    letter-spacing: 0.01rem;
}
.news_s2 .title h2.heading2 br{
    display: none;
}
.news_s2 .title h2.heading2 .svg{
    position: relative;
    font-family: 'Canela';
    font-weight: 300;
    font-style: italic;
    font-size: 5.17rem;
    margin-right: -0.44rem;
    letter-spacing: 0.01rem;
    padding-left: 0rem;
}
.news_s2 .title h2.heading2 .svg svg{
    position: absolute;
    top: -0.6rem;
    left: -0.1rem;
    width: 14rem;
    height: 6rem;
    z-index: 0;
}
.news_s2 .title h2.heading2 .svg em{
  z-index: 1;
  position: relative;
}
.news_s2 .title h2.heading2 span.s1{
    letter-spacing: 0.01rem;
    font-family: 'Tomato Grotesk';
    font-weight: normal;
}

.news_s2in{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-top: 2.5rem;
    padding-bottom: 3.14rem;
    border-bottom: 2px solid #000;
}
.news_s2in .left{
    width: 44.2%;
    padding-left: 0.23rem;
    padding-top: 0.1rem;
    padding-right: 0.04rem;
}
.news_s2in .left .img{
    width: 100%;
    display: block;
    /* height: 94.6%; */
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background: none !important;
    
    !i;
    !;
}
.news_s2in .left .img img{
    width: 100%;
    /* opacity: 0; */
}
.news_s2in .right{
    width: 55.8%;
    padding-top: 15.95rem;
    padding-left: 3.5rem;
}
.news_s2in .right article p{
    margin-bottom: 0px;
    padding-bottom: 2.68rem;
}
.news_s2 .line{
    width: 100%;
    display: block;
    /* margin-top: -2.34rem; */
    padding-left: 0rem;
    padding-right: 0rem;
}
.news_s2 .line:before{
  content:"";
  height: 2px;
  background-color: #000000;
  width: 100%;
  display: block;
}
@media (max-width: 980px){
  
}
@media (max-width: 768px) {
  .news_s2 .inner{
    max-width: 500px;
  }
    .news_s2 {
        background-color: #FFFFFF;
        padding-top: 4.1rem;
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .news_s2 .title h2.heading{
        margin-bottom: -1.7rem;
    }
    .news_s2 .title h2.heading span{
        font-size: 9.17rem;
        margin-right: -0.74rem;
    }
    .news_s2 .title h2.heading2{
        font-size: 6.5rem;
        letter-spacing: 0.034rem;
        line-height: 0.82;
    }
    .news_s2 .title h2.heading2 br{
        /* display: block; */
    }
    .news_s2 .title h2.heading2 .svg{
        font-size: 9.17rem;
        padding-left: 0rem;
    }
    .news_s2 .title h2.heading2 .svg svg{
        top: -1.2rem;
        left: -1.5rem;
        width: 27rem;
        height: 11rem;
    }
    .news_s2in{
        padding-top: 6.9rem;
        padding-bottom: 2.7rem;
        border: 0;
    }
    .news_s2in .left{
        width: 100%;
        padding-left: 0.4rem;
        padding-top: 0.1rem;
        padding-right: 0.3rem;
    }
    .news_s2in .left .img{
        /* height: 122rem; */
    }
    .news_s2in .right{
        width: 100%;
        padding-top: 7.8rem;
        padding-left: 0.6rem;
        padding-right: 0rem;
    }
    .news_s2in .right article p{
        padding-bottom: 6.4rem;
    }
    .news_s2in .right article p br{
        display: none;
    }
    .news_s2in .right article p br.m{
        display: block !important;
    }
    .news_s2 .line{
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}


/************** Section 03*****************/
.news_s3{
    background-color: #F5F5F5;
    position: relative;
    padding-top: 14rem;
    padding-bottom: 7.9rem;
    border-bottom: 16px solid #191816;
    padding-left: 12rem;
    padding-right: 12rem;
}
.news_s3 .section_inner{
    max-width: 1318px;
    margin: 0 auto;
}
.news_s3_formin{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-top: 1.6rem;
    /* padding-left: 3.34rem; */
    /* padding-right: 3.34rem; */
}
.news_s3_formin .form-group{
    margin: 0px;
}
.news_s3_formin .form-group input{
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #000000;
    color: #010000;
    font-family: 'Monument Grotesk';
    font-weight: normal;
    display: block;
    width: 100%;
    font-size: 1.564rem;
    height: 3rem;
    outline: none !important;
}
.news_s3_formin .text-field{
    width: 50%;
    padding-left: 7rem;
}
.news_s3_formin .text-field:first-child{
  /* width: 37.1%; */
  padding-left: 3rem;
  padding-right: 3rem;
}
.news_s3_formin .email-field{
    width: 50%;
    padding-left: 3rem;
    padding-right: 3rem;
}
.news_s3_formin .button_middle{
    display: block;
    width: 100%;
    padding-top: 4.895rem;
    padding-left: 3rem;
    padding-right: 3rem;
}
.news_s3_formin .button_middle button{
    margin: 0px;
    background-color: #CDF1BC;
    border: 1px solid #171717;
    color: #000000;
    font-family: 'Switzer';
    font-weight: normal;
    border-radius: 30px;
    font-size: 1.3rem;
    padding: 0.5rem 1.9rem 0.5rem 1.9rem;
    letter-spacing: 0rem;
    display: inline-block;
    filter: none !important;
    box-shadow: none;
}
.news_s3_formin .button_middle button:hover{
   background-color: #000000;
    border: 1px solid #171717;
    color: #ffffff;
}
.news_s3_formin .form-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #010000;
    text-transform: uppercase;
}
.news_s3_formin .form-group input::-moz-placeholder { /* Firefox 19+ */
    color: #010000;
    text-transform: uppercase;
}
.news_s3_formin .form-group input:-ms-input-placeholder { /* IE 10+ */
    color: #010000;
    text-transform: uppercase;
}
.news_s3_formin .form-group input:-moz-placeholder { /* Firefox 18- */
    color: #010000;
    text-transform: uppercase;
}
@media (max-width: 980px){
  
}
@media (max-width: 768px) {
  .news_s3 .section_inner{
    max-width: 500px;
  }
    .news_s3{
        background-color: #FFFFFF;
        padding-top: 4rem;
        padding-bottom: 11.4rem;
        border-bottom: 7px solid #191816;
        padding-left: 5rem;
        padding-right: 5rem;
    } 
    .news_s3_formin{
        padding-top: 2.8rem;
        /* padding-left: 4.14rem; */
        /* padding-right: 4rem; */
    }
    .news_s3_formin .form-group input{
        font-size: 4rem;
        padding-left: 0rem;
        height: 11.03rem;
        letter-spacing: 0.12rem;
    }
    .news_s3_formin .text-field{
        width: 100% !important;
        padding: 0px !important;
        padding-bottom: 5.1rem !important;
    }
    .news_s3_formin .email-field{
        padding-top: 0rem;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .news_s3_formin .button_middle{
        padding-top: 7.6rem;
        padding-right: 7rem;
        padding-left: 0;
        padding-right: 0;
    }
    .news_s3_formin .button_middle button{
        width: 100%;
        padding: 0.5rem 3.9rem 0.5rem 3.9rem;
        display: block;
        font-size: 4.2rem;
        padding-top: 3.2rem;
        padding-bottom: 3.3rem;
        margin-left: -0.2rem;
    }
}