/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
/* font-family: 'Poppins', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;700&display=swap');
/* font-family: 'Quicksand', sans-serif; */

@font-face {
    font-family: 'BrandonText';
    src: url('brandontext-bold.woff2') format('woff2'),
        url('brandontext-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BrandonText';
    src: url('brandontext-regular.woff2') format('woff2'),
        url('brandontext-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('gilroy-medium.woff2') format('woff2'),
        url('gilroy-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('gilroy-regular.woff2') format('woff2'),
        url('gilroy-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('gilroy-bold.woff2') format('woff2'),
        url('gilroy-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.96;
    letter-spacing: 2.37px;
    color: #000000;
    margin: 0px;
    padding: 0px;
}
h1, h2, h3, h4, h5, h6{
  margin:0;
  margin-bottom:20px;
  font-family: 'Gilroy';
  font-weight:normal;
  color: #000000;
}
h1,
.h1{
  font-size: 49.5px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 7.43px;
}
h2{
  font-size: 103.5px;
  font-weight: bold;
  line-height: 0.44;
  letter-spacing: 10.35px;
}
h3{
  font-size: 85.5px;
  font-weight: bold;
  letter-spacing: 8.55px;
}
h4{
  font-size: 43px;
  font-weight: bold;
  line-height: 1.15;
  letter-spacing: 4px;
}
h5{
  font-family: 'BrandonText';
  font-size: 23px;
  font-weight: bold;
  line-height: 1.59;
  letter-spacing: 3.3px;
}
h6{
  font-size: 24px;
  font-weight: normal;
  line-height: 1.42;
  letter-spacing: normal;
  color: #0b1935;
}

.h2{
  font-size: 106px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 7.3px;
}
.h4{
  font-size: 41px;
  font-weight: bold;
  line-height: 1.15;
  letter-spacing: 3.1px;
  color: #ffffff;
}
.h5{
  font-family: 'BrandonText';
  font-size: 22px;
  font-weight: bold;
  line-height: 1.59;
  letter-spacing: 3.3px;
}

/*
  Media 1440
-----------------------------*/


.mobile_only{
  display:none;
}
.container--main {
  background: #ffffff !important; }

.pf4_button{
  position:relative;
  display: inline-block;
  margin: 0;
  opacity: 1;
  font-size: 16px;
  line-height: 0.89;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  font-family: 'BrandonText';
  color: #000;
  font-weight: bold;
  padding: 20px 28px 21px 27px;
}
.pf4_button:before{
  content:"";
  width: 129px;
  height: 55px;
  background-color: #f9de4d;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 0.5s ease;
}
.pf4_button span{
    position: relative;
    z-index: 1;
}
.pf4_button:hover{
  /* background-color: #f9de4d !important; */
  color: #000;
}
.pf4_button:hover:before{
  width: 100% !important;
}
@media screen and (max-width: 1440px){
  body{
    font-size: 1.25vw;
    letter-spacing: 0.165vw;
  }
  h1, h2, h3, h4, h5, h6{
    margin-bottom:1.389vw;
  }
  h1,
  .h1{
    font-size: 3.438vw;
    letter-spacing: 0.516vw;
  }
  h2{
    font-size: 7.188vw;
    letter-spacing: 0.719vw;
  }
  h3{
    font-size: 5.938vw;
    letter-spacing: 0.594vw;
  }
  h4{
    font-size: 2.986vw;
    letter-spacing: 0.278vw;
  }
  h5{
    font-size: 1.597vw;
    letter-spacing: 0.229vw;
  }
  h6{
    font-size: 1.667vw;
  }

  .h2{
    font-size: 7.361vw;
    letter-spacing: 0.507vw;
  }
  .h4{
    font-size: 2.847vw;
    letter-spacing: 0.215vw;
  }
  .h5{
    font-size: 1.528vw;
    letter-spacing: 0.229vw;
  }

  .pf4_button{
    font-size: 1.111vw;
    letter-spacing: 0.132vw;
    padding: 1.389vw 1.944vw 1.458vw 1.875vw;
  }
  .pf4_button:before{
    width: 8.958vw;
    height: 3.819vw;
  }
  .pf4_button span{ }
  .pf4_button:hover{ }
}
@media screen and (max-width: 1140px){
  body{
    font-size: 1.756vw;
    letter-spacing: 0.231vw;
  }
  h1, h2, h3, h4, h5, h6{
    margin-bottom:1.951vw;
  }
  h1,
  .h1{
    font-size: 4.829vw;
    letter-spacing: 0.725vw;
  }
  h2{
    font-size: 8.098vw;
    letter-spacing: 1.01vw;
  }
  h3{
    font-size: 8.341vw;
    letter-spacing: 0.834vw;
  }
  h4{
    font-size: 4.195vw;
    letter-spacing: 0.39vw;
  }
  h5{
    font-size: 2.244vw;
    letter-spacing: 0.322vw;
  }
  h6{
    font-size: 2.341vw;
  }

  .h2{
    font-size: 8.341vw;
    letter-spacing: 0.712vw;
  }
  .h4{
    font-size: 3vw;
    letter-spacing: 0.302vw;
  }
  .h5{
    font-size: 2.146vw;
    letter-spacing: 0.322vw;
  }
  .pf4_button{
    font-size: 1.561vw;
    letter-spacing: 0.185vw;
    padding: 1.951vw 2.732vw 2.049vw 2.634vw;
  }
  .pf4_button:before{
    width: 12.585vw;
    height: 5.366vw;
  }
}
@media screen and (max-width: 1024px){
  body{
    font-size: 1.895vw;
    letter-spacing: 0.249vw;
  }
  h1, h2, h3, h4, h5, h6{
    margin-bottom:2.105vw;
  }
  h1,
  .h1{
    font-size: 5.211vw;
    letter-spacing: 0.782vw;
  }
  h2{
    font-size: 8.895vw;
    letter-spacing: 1.089vw;
  }
  h3{
    font-size: 9vw;
    letter-spacing: 0.9vw;
  }
  h4{
    font-size: 4.526vw;
    letter-spacing: 0.421vw;
  }
  h5{
    font-size: 2.421vw;
    letter-spacing: 0.347vw;
  }
  h6{
    font-size: 2.526vw;
  }

  .h2{
    font-size: 8.158vw;
    letter-spacing: 0.768vw;
  }
  .h4{
    font-size: 3.5vw;
    letter-spacing: 0.326vw;
  }
  .h5{
    font-size: 2.316vw;
    letter-spacing: 0.347vw;
  }

  .pf4_button{
    font-size: 1.5vw;
    letter-spacing: 0.2vw;
    padding: 2.105vw 2.947vw 2.211vw 2.842vw;
  }
  .pf4_button:before{
    width: 13.579vw;
    height: 100%;
  }
}
@media screen and (max-width: 768px){
  body{
    font-size: 2.9vw;
    letter-spacing: 0.36vw;
    line-height: 1.87;
  }
  h1 {
    letter-spacing: 0.9vw;
    font-size: 6.7vw;
    line-height: 1.01;
  }
  h2 {
    font-size: 6.8vw;
    letter-spacing: 4.2vw;
    line-height: 01.05;
  }
  .nu_s2_left h3 {
    font-size: 3.3vw;
    letter-spacing: 1.2vw;
    line-height: 0.63vw;
  }
  .nu_s3_in h4 {
    font-size: 6.8vw;
    letter-spacing: 0.8vw;
  }
  .nu_s2_right h5 {
    font-size: 3.3vw;
    letter-spacing: 0.63vw;
  }
  .pf4_button {
    font-size: 2.2vw;
    letter-spacing: 0.2vw;
    padding: 3vw 3.6vw 3vw 4.3vw;
  }
  .pf4_button:before {
    width: 17.2vw;
  }
}
@media screen and (max-width: 550px){
  body{
    font-size: 4vw;
    letter-spacing: 0.36vw;
    line-height: 1.87;
  }
  h1 {
    letter-spacing: 0.9vw;
    font-size: 9.7vw;
    line-height: 1.01;
  }
  h2 {
    font-size: 8.6vw;
    letter-spacing: 4.2vw;
    line-height: 01.05;
  }
  .nu_s2_left h3 {
    font-size: 13.8vw;
    letter-spacing: 1.2vw;
    line-height: 0.98;
  }
  .nu_s3_in h4 {
    font-size: 8.4vw;
    letter-spacing: 0.8vw;
  }
  .nu_s2_right h5 {
    font-size: 4.69vw;
    letter-spacing: 0.63vw;
  }
  .pf4_button {
    font-size: 3.111vw;
    letter-spacing: 0.53vw;
    padding: 4.3vw 3.6vw 4.3vw 6.3vw;
  }
  .pf4_button:before {
    width: 27.2vw;
  }
}


/*
  Globals --> Full Left BG
-----------------------------*/
.full-bg-holder {
  position: relative; 
}
.full-bg-holder > * {
  position: relative;
  z-index: 1; 
}
.full-left-bg {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: block;
  content: "";
  background-color: #F5F5F5;
  background-repeat: no-repeat;
  opacity: 0;
  background-size: cover;
}
.full-left-bg.active {
  opacity: 1; }

/*
  Globals --> Full right BG
-----------------------------*/
.full-right-bg {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  display: block;
  content: "";
  background-color: #859CAC;
  opacity: 0; }

.full-right-bg.active {
  opacity: 1; 
  }
/*
  Globals --> Full Right & Left BG
-----------------------------*/
.full-bg-mobile {
  display: none;
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  content: "";
  opacity: 0;
  background-color: #859CAC; 
}
.full-bg-mobile.active {
  opacity: 1; 
}
@media (max-width: 980px) {
  .full-bg-mobile {
    display: block; 
  } 
}
.section_inner {
  width: 1080px;
  display: flex;
  flex-wrap: wrap;
  margin: 0px auto;
  position: relative; 
  box-sizing:border-box;
}
.section_inner img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.pf4_mobile_img,
.pf4_mobile_icon {
  width: 100% !important;
  display: none !important; 
}

/* 
=======================================
  Site Header Section
=========================================*/
html{
  padding-top:0 !important;
}

.header .user__dropdown a {
    padding: 0px;
}
/* 
=======================================
  Site Header Section
=========================================*/
.pf4_site_header {
    padding: 0;
    position: fixed;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0) !important;
    width: 100%;
    padding-left: 58px;
    padding-right: 60px;
    padding-top: 10px;
}
.pf4_site_header.active {
    background-color: #fff !important;
    padding-top: 5px;
    padding-bottom: 11px;
}
.pf4_site_header .section_inner {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: -6px;
    
}

.pf4_heade_logo {
    width: 25%;
    padding-top: 36px;
    z-index: 2;
}
.pf4_heade_logo a{
    display: inline-block;
    margin: 0px;
}
.pf4_heade_logo img {
    height: auto;
    width: auto;
    max-height: unset !important;
    top: 0px;
}

.pf4_header_right {
    width: 75%;
    text-align: right;
    padding-top: 58px;
    padding-left: 11px;
    order: 1;
}
.pf4_header_right.style_1{
    width: 44%;
    text-align: right;
}

.pf4_header_right ul {
    margin: 0px;
    padding: 0px;
    width: auto;
    display: inline-block;
}

.pf4_header_right ul li {
    list-style: none;
    margin: 0px;
    display: inline-block;
    position: relative;
    padding-left: 7px !important;
    padding-right: 4px;
}

.pf4_header_right ul li a {
}
.pf4_header_right ul li a strong{
    display:none;
}
.pf4_header_right ul li:last-child a:before{
    display: none;
}
.pf4_header_right a {
    font-family: 'BrandonText';
    text-transform: uppercase;
    padding-top: 10px;
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    padding-left: 7px;
    padding-right: 7px;
    margin: 0 !important;
    font-size: 14px;
    line-height: 1.72;
    letter-spacing: 1.3px;
    color: #000000;
    font-weight: bold;
}

.pf4_header_right a:hover {
    color: #000000;
}

.pf4_header_right a:before, .pf4_header_right a:after, .pf4_header_right a i {
    content: " ";
    position: absolute;
    height: 10px;
    bottom: 20px;
    z-index: 0;
    opacity: 0;
}

.pf4_header_right a span {
    position: relative;
    z-index: 1;
    padding-right: 1px;
}
.pf4_header_right a:hover span{
      background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, #fdbfc2 0%, #fdbfc2 100%);
    background-repeat: no-repeat;
    background-size: 100% 26%;
    background-position: 0px 56%;
}
.pf4_header_right ul li:before {
    width: 2px;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    right: -15px;
    background-color: #000;
    opacity: 1;
    height: 14px;
    bottom: 17px;
}
.pf4_header_right a:before {
    width: 2px;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    right: -9px;
    background-color: #000;
    opacity: 1;
    height: 14px;
    bottom: 15px;
}

.pf4_header_right a:after {
    width: 29px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    right: 0;
    border: 0;
}

.pf4_header_right a i {
    left: 23px;
    width: calc(100% - 52px);
    background-size: contain;
    background-position: center;
    background-repeat: repeat-x;
}

.pf4_header_right a:hover:before, .pf4_header_right a:hover:after, .pf4_header_right a:hover i {
    opacity: 1;
}

.pf4_header_right a:hover strong{
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0px;
    padding-left: 7px;
    padding-right: 7px;
}
.pf4_header_right a:hover strong:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #000;
    display: block;
}
.pf4_header_social_icon {
    width: 15%;
    text-align: right;
    padding-top: 12px;
}

.pf4_header_social_icon a {
    text-decoration: none;
    display: inline-block;
    margin-left: 3px;
    width: 17px;
    height: 17px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.pf4_header_social_icon a img {
    height: 17px;
}

.dropdown-menu li {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.pf4_header_right .dropdown-menu li a:before, .pf4_header_right .dropdown-menu li a:after, .pf4_header_right .dropdown-menu li a i {
    bottom: 10px;
}

.dropdown-menu li a {
    padding-top: 0;
    padding-bottom: 0;
}

li.dropdown:after {
    content: " ";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -8px;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}

.pf4_header_userarea span a {
    /* border: 2px solid #000; */
    /* padding: 4px 20px 6px 20px; */
    /* margin-left: 13px !important; */
}
.pf4_header_right ul li{
  position: relative;
}
.pf4_header_right ul li a:hover span {
    background-color: rgba(255, 255, 255, 0);
    /* background-image: linear-gradient(120deg, #d1fa05 0%, #d1fa05 100%); */
    /* background-repeat: no-repeat; */
    /* background-size: 100% 35%; */
    /* background-position: 0 50%; */
}
.pf4_header_right ul li:hover:before{
  /* content:""; */
  width: 103%;
  height: 7px;
  background-color: #d1fa05;
  bottom: 3px;
  left: -3px;
  display: block;
  position: absolute;
}
.pf4_header_right ul li:hover i{
  background-image: url(hover_arrow.png);
  width: 10px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: -19px;
  top: 4px;
}
.pf4_header_right ul li.pf4_user_menu_item{

}
.pf4_header_right ul li.pf4_user_menu_item a{
  transition: 0.6s;
  transition: transform 0.6s; /* Animation */
}
.pf4_header_right ul li.pf4_user_menu_item a:hover{ 
  
  transform: scale(1.1);
  border: solid 2px #f9de4d;
}
.pf4_header_right ul li.pf4_user_menu_item a:after{
    background-color: #f9de4d;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.5s ease;
    width: 0%;
    height: 100%;
    z-index: -1;
}
.pf4_header_right ul li.pf4_user_menu_item a:hover:after{
    width: 100%;

}
/*
  Header ---> Responsive Menu
-----------------------------*/
a.responsive-menu-hand {
    margin: 3px 0;
    position: absolute;
    top: 8px;
    right: -5px;
    display: none;
    width: 48px;
    height: 44px;
    cursor: pointer;
    background-image: url(open_img2.png);
    background-position: center right;
    background-repeat: no-repeat;
    /* background-color: #FFF; */
}

a.responsive-menu-hand span, a.responsive-menu-close span {
    display: none;
}

a.responsive-menu-hand span {
}

a.responsive-menu-close span {
    display: block;
}

a.responsive-menu-hand:before, a.responsive-menu-hand:after {
    display: none;
}

a.responsive-menu-close {
    clear: both;
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    top: 8px;
    right: 37px;
    background-image: url(close.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}

a.responsive-menu-close strong {

}


a.responsive-menu-close:hover {
    
}

.responsive-menu .user__avatar {
    display: none;
}

.responsive-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -110%;
    background: rgb(173 220 220 / 98%);
    z-index: 999999;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: auto;
    font-family: 'sofia_probold';
    transition: right 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.responsive-menu.active {
    right: 0;
}

.responsive-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    border-bottom: 0;
}

.responsive-menu ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    margin-bottom: 0px;
}

.responsive-menu ul li a, .responsive-menu .pf4_header_userarea span a {
    line-height: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    color: #000000;
    font-size: 22px !important;
    letter-spacing: 0.3px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.52;
    font-weight: bold;
    font-family: 'Work Sans', sans-serif;
    border: 0;
    margin: 0;
}

.responsive-menu ul li:hover {
    text-decoration: none;
}

.responsive-menu ul li a:hover {
    color: #000000;
}

.responsive-menu ul li i {
    height: 40px;
    width: 40px;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 40px;
    cursor: pointer;
    border-left: solid 1px #ffbea5;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

.responsive-menu ul li i.minus {
    background-image: url(images/ui/minus.svg);
}

.responsive-menu ul li i.plus {
    background-image: url(images/ui/plus.svg);
}

.responsive-menu ul li ul {
    margin: 0;
    padding: 0;
}

.responsive-menu ul li ul li a {
    font-size: 90%;
    padding-left: 30px;
    border-bottom: solid 1px #E9E9E9;
    background-color: #F0F0F0;
}

.responsive-menu ul li ul li ul li a {
    font-size: 80%;
    padding-left: 30px;
    border-bottom: solid 1px #E9E9E9;
    background-color: #E4E4E4 ;
}

.pf4_header_userarea span a {
    /* border: 2px solid #000; */
    /* padding: 4px 20px 6px 20px; */
    /* margin-left: 13px !important; */
    display: block;
    text-align: center;
}

span[kjb-settings-id="sections_header_settings_language_login"] {
    padding-left: 23px;
}

span[kjb-settings-id="sections_header_settings_language_login"] a {
    border: solid 2px #000;
    padding: 3px 17px 2px 17px;
    line-height: 18px !important;
}

html{
  padding: 0px !important;
}

.header .logo--image.mobile_only {
    display: none;
}

.pf4_site_header{
  /* display: none !important; */
}
.pf4_site_header.active .section_inner{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.pf4_site_header.active .pf4_heade_logo{
  padding-top: 6px;
  width: 30%;
  order: 1;
  text-align: left;
}
.pf4_site_header.active .pf4_heade_logo .logo--image{ 
  height: auto;
}
.pf4_site_header.active .pf4_heade_logo a{
    margin: 0px;
    text-align: left;
}
.pf4_site_header.active .pf4_heade_logo img{
  width: 160px;
}

.pf4_site_header.active .pf4_header_right{
  padding-top: 14px;
  width: 70%;
}
.pf4_site_header.active {
  box-shadow: 0px -4px 10px #000;
}
@media screen and (max-width: 1440px) {
    span[kjb-settings-id="sections_header_settings_language_login"] {
        padding-left: 1.597vw;
    }


}

@media screen and (max-width: 1140px){
  .pf4_heade_logo img {
    width: 100%;
    top: 0px;
  }
  .pf4_header_right {
    padding-top: 19px;
    /* display: none; */
  }
 .pf4_site_header.active .section_inner {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .pf4_header_right.style_2{
    display: block;
    padding-top: 0px;
    padding-left: 0px;
  }
  a.responsive-menu-hand{
    display:block;
    top: 3vw;
    right: 0px;
  }
  .pf4_site_header.active a.responsive-menu-hand{
    top: 1.2vw;
  }
  .pf4_header_right ul{
    display:none;
  }

  .pf4_heade_logo{
    padding-left: 0px;
    /* text-align: left; */
    padding-top: 2vw;
  }
  .pf4_heade_logo a{ margin:0px;}
}
@media (max-width: 1024px) {
  .pf4_site_header {
    padding-top: 21px;
    /* padding-bottom: 33px; */
  }
    .pf4_site_header.active {
        position: fixed;
        padding-top: 0px;
        padding-bottom: 8px;
    }
  .pf4_site_header .section_inner {
    width: 100%;
    margin-bottom: 0px;
  }

    .pf4_heade_logo {
        /* width: 45%; */
        /* padding-top: 0px; */
        padding-top: 2vw;
    }

    .pf4_header_right {
        /* width: 55%; */
        /* padding-top: 6vw; */
    }

    a.responsive-menu-hand span {
        display: block;
        top: 5vw;
    }

    .header .header-menu {
        display: none !important;
    }

    .pf4_heade_logo img {
    /* width: 172px; */
    }

    a.responsive-menu-hand {
        display: block;
    }
    a.responsive-menu-hand{
        top: 3vw;
    }
}

@media (max-width: 768px) {
  .pf4_site_header {
    /* position: relative; */
    padding-top: 21px;
    padding-bottom: 33px;
    padding-left: 30px;
    padding-right: 35px;
  }
    .header .logo--image {
        height: auto !important;
        max-height: unset !important;
        max-width: 100%;
    }


    a.responsive-menu-hand {
        top: 3vw;
    }
    .pf4_heade_logo {
        padding-top: 2vw;
    }
    .pf4_site_header.active .pf4_header_right .responsive-menu-hand{
        top: 2.2vw;
    }
    .pf4_site_header.active .pf4_heade_logo{
      width: 70%;
      padding-top: 13px;
      padding-left: 0vw;
      padding-right: 0vw;
    }
    .pf4_site_header.active .pf4_header_right{
      width: 30%;
    }
}

@media (max-width: 550px) {
  .pf4_site_header {
    padding-top: 0vw;
    padding-bottom: 0vw;
    padding-left: 6vw;
    padding-right: 7vw;
    position: absolute;
  }

  .pf4_heade_logo {
    padding-top: 5.9vw;
    width: 65%;
  }
  .pf4_heade_logo img {
    width: 100%;
  }
  a.responsive-menu-hand {
  top: 8.7vw;
  }
  .pf4_site_header.active .pf4_header_right .responsive-menu-hand{
    top: 5px;
    background-image: url(open_img2.png);
    right: -12px;
  }
  .pf4_site_header.active {
    position: absolute;
    padding-left: 7vw;
    padding-right: 7vw;
    display: none;
  }
  .pf4_header_right {
    width: 45%;
  }
  .pf4_site_header.active .pf4_header_right {
    height: auto;
    background-color: rgb(33 55 94 / 0%);
  }
}


/*
  Dropdown Menu
=========================================*/
.pf4_header_right ul.dropdown-menu {
    display: none;
    width: 220px;
    left: inherit;
    right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.dropdown {
  position: relative; }
  position: relative; }
.dropdown__trigger {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.dropdown__menu {
  position: absolute;
  z-index: 9999;
  top: 40px;
  left: -20px;
  min-width: 200px;
  padding: 10px 0;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(1, 0, 0, 1);
  transition: -webkit-transform 0.2s cubic-bezier(1, 0, 0, 1);
  -o-transition: transform 0.2s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.2s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.2s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.2s cubic-bezier(1, 0, 0, 1);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  text-align: left;
  opacity: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1); }

.dropdown__menu--text-left {
  text-align: left; }

.dropdown__menu--text-center {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  text-align: center; }

.dropdown__menu--text-right {
  right: -20px;
  left: auto;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  text-align: right; }

.dropdown__item a {
  display: block;
  margin: 0;
  padding: 10px 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.dropdown__item a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.02); }

.dropdown--open .dropdown__menu {
  display: block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.pf4_header_right ul li.dropdown a.dropdown-toggle{
    padding-right: 28px;
}
.pf4_header_right ul li.dropdown:after{
    position: absolute;
    top: 44%;
    right: 14px;
    margin-left: 0px;
}
.pf4_header_right ul.dropdown-menu li{
    width: 100%;
    display: block;
}
.pf4_header_right ul.dropdown-menu li a{
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}
.pf4_header_right ul.dropdown-menu li a:after,
.pf4_header_right ul.dropdown-menu li a:before{
    display: none;
}



/*
  Section 01
=========================================*/
.testi_s1{
    position: relative;
    padding-top: 249px;
    padding-bottom: 73px;
}
.testi_s1_art1{
    width: 431px;
    height: 342px;
    background-image: url(tes1_1.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.testi_s1 .section_inner{
    width: 1080px;
    z-index: 2;
    text-align: center;
    display: block;
}

.testi_s1_title{
    width: 100%;
    display: block;
}
.testi_s1_title h1{
    font-weight: bold;
    color: #fc8780;
    letter-spacing: 6.75px;
    font-size: 57.5px;
    display: inline-block;
    position: relative;
}
.testi_s1_title h1:before{
  content: "";
  background-image: url(tes1_2.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -53px;
  left: -89px;
  z-index: 1;
  width: 105px;
  height: 85px;
}
.testi_s1_title h1 span{
    position: relative;
    z-index: 1;
}
.testi_s1_title h1 strong{
    color: #000000;
}
@media screen and (max-width: 1440px){
  .testi_s1{
      padding-top: 17.292vw;
      padding-bottom: 5.069vw;
  }
  .testi_s1_art1{
      width: 29.931vw;
      height: 23.75vw;
  }

  .testi_s1 .section_inner{
      width: 75vw;
  }

  .testi_s1_title{ }
  .testi_s1_title h1{
      letter-spacing: 0.469vw;
      font-size: 3.993vw;
  }
  .testi_s1_title h1:before{
    top: -3.681vw;
    left: -6.181vw;
    width: 7.292vw;
    height: 5.903vw;
  }
  .testi_s1_title h1 span{ }
  .testi_s1_title h1 strong{ }
}
@media screen and (max-width: 1140px){
  .testi_s1{ }
  .testi_s1_art1{ }

  .testi_s1 .section_inner{ }

  .testi_s1_title{ }
  .testi_s1_title h1{ }
  .testi_s1_title h1:before{ }
  .testi_s1_title h1 span{ }
  .testi_s1_title h1 strong{ }
}
@media screen and (max-width: 1024px){
  .testi_s1{ }
  .testi_s1_art1{ }

  .testi_s1 .section_inner{ }

  .testi_s1_title{ }
  .testi_s1_title h1{ }
  .testi_s1_title h1:before{ }
  .testi_s1_title h1 span{ }
  .testi_s1_title h1 strong{ }
}
@media screen and (max-width: 768px){
  .testi_s1{padding-top: 27.292vw;padding-bottom: 7.111vw;padding-left: 6vw;padding-right: 6vw;}
  .testi_s1_art1{width: 41.931vw;height: 33.75vw;}

  .testi_s1 .section_inner{width: 100%;}

  .testi_s1_title{ }
  .testi_s1_title h1:before{
    display:none;
  }
  .testi_s1_title h1{font-size: 6vw;}
  .testi_s1_title h1:before{top: -3.681vw;left: -6.181vw;width: 9.292vw;height: 6.903vw;}
  .testi_s1_title h1 span{ }
  .testi_s1_title h1 strong{ }
}
@media screen and (max-width: 550px){
  .testi_s1{padding-left: 7vw;padding-right: 7vw;padding-top: 38vw;padding-bottom: 5.111vw;}
    .testi_s1_art1 {
        width: 62.931vw;
        height: 53.75vw;
    }

  .testi_s1 .section_inner{ }

  .testi_s1_title{ }
  .testi_s1_title h1{letter-spacing: 0.1vw;font-size: 9vw;margin-right: 0vw;margin-bottom: 5.8vw;line-height: 1.01;padding-left: 5vw;padding-right: 5vw;}
  .testi_s1_title h1 span:before{background-image: url(tes1_2.png);background-position: top left;background-repeat: no-repeat;background-size: contain;position: absolute;content:"";top: -5.681vw;left: -7.181vw;width: 10.292vw;height: 7.903vw;}
  .testi_s1_title h1 span{ }
  .testi_s1_title h1 strong{ }

  
}


/*
  Section 02
=========================================*/
.testi_s2{
    padding-bottom: 63px;
}
.testi_s2 .section_inner{ }

.testi_s2_upper{
    width: 100%;
    text-align: center;
}
.testi_s2_upper_in{
    display: inline-block;
}
.testi_s2_upper_in ul{
    margin: 0px;
    padding: 0px;
    border: solid 1px #d9d9d9;
}
.testi_s2_upper_in ul li{
    list-style: none;
    margin: 0px;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 3.3px;
    color: #000000;
    font-family: 'BrandonText';
    text-transform: uppercase;
    line-height: 2.3;
    padding-left: 19px;
    padding-right: 10px;
    border-left: 1px solid #d9d9d9;
    cursor: pointer;
}
.testi_s2_upper_in ul li:first-child{
    border-left: 0px solid #d9d9d9;
}
.testi_s2_upper_in ul li strong{
    padding-left: 13px;
    padding-right: 16px;
    padding-bottom: 0px;
}
.testi_s2_upper_in ul li:hover strong,
.testi_s2_upper_in ul li.active strong{
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, #f9de4d 0%, #f9de4d 100%);
    background-repeat: no-repeat;
    background-size: 100% 57%;
    background-position: 0 100%;
    color: inherit;
}
.testi_s2_upper_in ul li.active strong{}

.testi_s2_bottom{
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.testi_s2_content{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.testi_s2_col3{
    width: 50%;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 26px;
}
.testi_s2_col3_vid {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.testi_s2_col3_vid iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1440px){
  .testi_s2{
      padding-bottom: 4.375vw;
  }
  .testi_s2 .section_inner{ width: 75vw; }

  .testi_s2_upper{}
  .testi_s2_upper_in{}
  .testi_s2_upper_in ul{}
  .testi_s2_upper_in ul li{
      font-size: 1.528vw;
      letter-spacing: 0.229vw;
      padding-left: 1.319vw;
      padding-right: 0.694vw;
  }
  .testi_s2_upper_in ul li:first-child{}
  .testi_s2_upper_in ul li strong{
      padding-left: 0.903vw;
      padding-right: 1.111vw;
  }
  .testi_s2_upper_in ul li:hover strong,
  .testi_s2_upper_in ul li.active strong{}
  .testi_s2_upper_in ul li.active strong{}

  .testi_s2_bottom{
      width: 100%;
      padding-top: 0;
      padding-left: 0;
      padding-right: 0;
  }
  .testi_s2_content{}
  .testi_s2_col3{
      padding-left: 0.903vw;
      padding-right: 0.903vw;
      padding-bottom: 1.806vw;
  }
  .testi_s2_col3_img{
      height: 15.972vw;
  }
  .testi_s2_col3_img img{}
}
@media screen and (max-width: 1140px){
  .testi_s2{ }
  .testi_s2 .section_inner{ }

  .testi_s2_upper{}
  .testi_s2_upper_in{}
  .testi_s2_upper_in ul{}
  .testi_s2_upper_in ul li{ }
  .testi_s2_upper_in ul li:first-child{}
  .testi_s2_upper_in ul li strong{ }
  .testi_s2_upper_in ul li:hover strong,
  .testi_s2_upper_in ul li.active strong{}
  .testi_s2_upper_in ul li.active strong{}

  .testi_s2_bottom{ }
  .testi_s2_content{}
  .testi_s2_col3{ }
  .testi_s2_col3_img{ }
  .testi_s2_col3_img img{}
}
@media screen and (max-width: 1024px){
  .testi_s2{ }
  .testi_s2 .section_inner{ width: 94.444vw; }

  .testi_s2_upper{}
  .testi_s2_upper_in{}
  .testi_s2_upper_in ul{}
  .testi_s2_upper_in ul li{ }
  .testi_s2_upper_in ul li:first-child{}
  .testi_s2_upper_in ul li strong{ }
  .testi_s2_upper_in ul li:hover strong,
  .testi_s2_upper_in ul li.active strong{}
  .testi_s2_upper_in ul li.active strong{}

  .testi_s2_bottom{ }
  .testi_s2_content{}
  .testi_s2_col3{ }
  .testi_s2_col3_img{ height: 20.972vw; }
  .testi_s2_col3_img img{}
}
@media screen and (max-width: 768px){
  .testi_s2{padding-left: 6vw;padding-right: 6vw;}
  .testi_s2 .section_inner{width: 100%;}

  .testi_s2_upper{}
  .testi_s2_upper_in{}
  .testi_s2_upper_in ul{}
  .testi_s2_upper_in ul li{font-size: 2.4vw;letter-spacing: 0.36vw;height: 100%;padding-left: 2.319vw;padding-right: 0.694vw;}
  .testi_s2_upper_in ul li:first-child{}
  .testi_s2_upper_in ul li strong{ }
  .testi_s2_upper_in ul li:hover strong,
  .testi_s2_upper_in ul li.active strong{}
  .testi_s2_upper_in ul li.active strong{}

  .testi_s2_bottom{padding-left: 0vw;padding-right: 0vw;padding-bottom: 8vw;}
  .testi_s2_content{}
  .testi_s2_col3{width: 100%;padding-bottom: 5.806vw;}
  .testi_s2_col3_img{height: 31.972vw;}
  .testi_s2_col3_img img{}
}
@media screen and (max-width: 550px){
  .testi_s2{ }
  .testi_s2 .section_inner{ }

  .testi_s2_upper{}
  .testi_s2_upper_in{
    width: 100%;
}
  .testi_s2_upper_in ul{
    width: 100%;
    display: block;
    display: flex;
    justify-content: center;
}
  .testi_s2_upper_in ul li{font-size: 3.7vw;padding-left: 1.694vw;padding-right: 1.694vw;}
  .testi_s2_upper_in ul li:first-child{}
  .testi_s2_upper_in ul li strong{ }
  .testi_s2_upper_in ul li:hover strong,
  .testi_s2_upper_in ul li.active strong{}
  .testi_s2_upper_in ul li.active strong{
    padding: 0;
}

  .testi_s2_bottom{padding-top: 7vw;}
  .testi_s2_content{}
  .testi_s2_col3{width: 100%;padding-bottom: 5vw;}
  .testi_s2_col3_img{
    height: auto;
    background-image: none !important;
}
  .testi_s2_col3_img img{
    width: 100%;
    opacity: 1;
}
}

/*
  Section 03
=========================================*/
.testi_s3{
    position: relative;
    background-color: #addcdc;
}
.testi_s3 .testi_s3_art3{
    display: none;
}
.testi_s3 .section_inner .testi_s3_art3{
    display: block;
}
.testi_s3_art1{
    width: 417px;
    height: 304px;
    background-image: url(tes3_3.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}
.testi_s3_art2{
    width: 579px;
    height: 469px;
    background-image: url(tes3_4.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -126px;
    right: 0px;
    z-index: 1;
}

.testi_s3_art3{
    width: 954px;
    height: 248px;
    background-image: url(tes3_1.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    left: -119px;
    z-index: 1;
}


.testi_s3 .section_inner{
    width: 1080px;
    z-index: 2;
    padding-top: 114px;
}

.testi_s3_title{
    width: 100%;
    text-transform: uppercase;
    padding-left: 62px;
    z-index: 2;
    position: relative;
    padding-bottom: 7px;
}
.testi_s3_title h2{
    line-height: 1.27;
    letter-spacing: 5.9px;
    text-align: left;
    color: #000000;
    font-size: 61px;
    font-weight: bold;
    margin: 0px;
    padding-bottom: 20px;
}
.testi_s3_title h2 br{}
.testi_s3_title h2 span{
    line-height: 1;
    display: inline-block;
}
.testi_s3_title h2 span img{
    margin-top: -35px;
}
.testi_s3_title h2 span.s1{}
.testi_s3_title h2 span.s2{}
.testi_s3_title h2 span.s3{}

.testi_s3_form{
    width: 100%;
    z-index: 2;
    position: relative;
    padding-left: 49px;
    padding-right: 49px;
    padding-bottom: 144px;
}
.testi_s3_form form{}
.testi_s3_form_in{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.testi_s3_form_in input{
    width: 100%;
    border: 0px;
    background-color: transparent;
    text-align: center;
    border-bottom: 1px solid #000;
    color: #000000;
    letter-spacing: 2.25px;
    font-size: 15px;
    font-family: 'BrandonText';
    font-weight: normal;
    padding-top: 13px;
    padding-bottom: 4px;
}
.testi_s3_form_in .form-group-{
    padding-left: 13px;
    padding-right: 13px;
    width: 39.4%;
}

.testi_s3_form_in .submit-field{
    width: 21.2%;
    padding-left: 23px;
}
.testi_s3_form_in button.pf4_button{
    background-color: #f9de4d;
    border: 0px;
    /* width: 100%; */
    padding: 20px 28px 21px 33px;
}
.testi_s3_form_in button.pf4_button:before{
  display:none;
}

.testi_s3_form_in input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.testi_s3_form_in input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.testi_s3_form_in input:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.testi_s3_form_in input:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

@media screen and (max-width: 1440px){
  .testi_s3{}
  .testi_s3_art1{
      width: 28.958vw;
      height: 21.111vw;
  }
  .testi_s3_art2{
      width: 40.208vw;
      height: 32.569vw;
      top: -8.75vw;
  }

  .testi_s3_art3{
      width: 66.25vw;
      height: 17.222vw;
      left: -8.264vw;
  }


  .testi_s3 .section_inner{
      width: 75vw;
      padding-top: 7.917vw;
  }

  .testi_s3_title{
      padding-left: 4.306vw;
      padding-bottom: 0.486vw;
  }
  .testi_s3_title h2{
      letter-spacing: 0.41vw;
      font-size: 4.236vw;
      padding-bottom: 1.389vw;
  }
  .testi_s3_title h2 br{}
  .testi_s3_title h2 span{}
  .testi_s3_title h2 span img{
      margin-top: -2.431vw;
  }

  .testi_s3_form{
      padding-left: 3.403vw;
      padding-right: 3.403vw;
      padding-bottom: 10vw;
  }
  .testi_s3_form form{}
  .testi_s3_form_in{}
  .testi_s3_form_in input{
      letter-spacing: 0.156vw;
      font-size: 1.042vw;
      padding-top: 0.903vw;
      padding-bottom: 0.278vw;
  }
  .testi_s3_form_in .form-group-{
      padding-left: 0.903vw;
      padding-right: 0.903vw;
  }

  .testi_s3_form_in .submit-field{
      padding-left: 1.597vw;
  }
  .testi_s3_form_in button.pf4_button{
      padding: 1.389vw 1.944vw 1.458vw 2.292vw;
  }
}
@media screen and (max-width: 1140px){
  .testi_s3{}
  .testi_s3_art1{ }
  .testi_s3_art2{ }

  .testi_s3_art3{ }


  .testi_s3 .section_inner{ }

  .testi_s3_title{ }
  .testi_s3_title h2{ }
  .testi_s3_title h2 br{}
  .testi_s3_title h2 span{}
  .testi_s3_title h2 span img{ }

  .testi_s3_form{ }
  .testi_s3_form form{}
  .testi_s3_form_in{}
  .testi_s3_form_in input{ }
  .testi_s3_form_in .form-group-{ }

  .testi_s3_form_in .submit-field{ }
  .testi_s3_form_in button.pf4_button{ }
}
@media screen and (max-width: 1024px){
  .testi_s3{}
  .testi_s3_art1{ }
  .testi_s3_art2{ }

  .testi_s3_art3{ }


  .testi_s3 .section_inner{ }

  .testi_s3_title{ }
  .testi_s3_title h2{ }
  .testi_s3_title h2 br{}
  .testi_s3_title h2 span{ display: inline-block; }
  .testi_s3_title h2 span img {
    width: 21vw;
    max-width: unset;
  }

  .testi_s3_form{ }
  .testi_s3_form form{}
  .testi_s3_form_in{}
  .testi_s3_form_in input{ }
  .testi_s3_form_in .form-group-{ }

  .testi_s3_form_in .submit-field{ }
  .testi_s3_form_in button.pf4_button{ }
}
@media screen and (max-width: 768px){
  .testi_s3{
    padding-left: 6vw;
    padding-right: 6vw;
    padding-top: 3vw;
    padding-bottom: 2vw;
}
  .testi_s3_art1{width: 40.958vw;height: 30.111vw;}
  .testi_s3_art2{ }

  .testi_s3_art3{ }


  .testi_s3 .section_inner{width: 100%;}

  .testi_s3_title{padding-left: 0vw;padding-bottom: 0.486vw;text-align: center;}
  .testi_s3_title h2{font-size: 6.8vw;text-align: revert;padding-bottom: 7vw;}
  .testi_s3_title h2 br{}
  .testi_s3_title h2 span{}
  .testi_s3_title h2 span img{/* max-width: 77%; */width: 31vw;margin-top: -3.431vw;}

  .testi_s3_form{padding-left: 0vw;padding-right: 0vw;}
  .testi_s3_form form{}
  .testi_s3_form_in{
    display: block;
    padding-left: 15.042vw;
    padding-right: 15.042vw;
}
  .testi_s3_form_in input{font-size: 2.2vw;font-weight: normal;font-stretch: normal;font-style: normal;line-height: 2.03;letter-spacing: 0.469vw;margin-bottom: 10.208vw;}
  .testi_s3_form_in .form-group-{padding-left: 0vw;padding-right: 0vw;width: 100%;}

  .testi_s3_form_in .submit-field{width: 100%;text-align: center;}
  .testi_s3_form_in button.pf4_button{font-weight: bold;margin-top: -1.042vw;font-size: 2.2vw;letter-spacing: 0.2vw;padding: 3vw 3.6vw 3vw 4.3vw;line-height: normal;}
}
@media screen and (max-width: 550px){
  .testi_s3{
    padding-top: 23.3vw;
    padding-bottom: 6vw;
    padding-left: 10.6vw;
    padding-right: 7.6vw;
  }
  .testi_s3 .section_inner .testi_s3_art3{
    display: none;  
  }
  .testi_s3 .testi_s3_art3 {
    display: block;
  }
  .testi_s3_art1 {
    width: 21.667vw;
    height: 38.958vw;
    background-image: url(tes3_m1.png);
    top: -8vw;
    left: 0vw;
    z-index: 2;
  }
  .testi_s3_art2 {
    width: 20.208vw;
    height: 76.042vw;
    background-image: url(tes3_m2.png);
    top: 0vw;
    right: 0vw;
  }
  .testi_s3_art3 {
    width: 90.042vw;
    height: 51.667vw;
    background-image: url(tes3_m4.png);
    top: 0vw;
    left: 0vw;
  }
  .testi_s3_art4 {
    width: 100%;
    height: 52.083vw;
    background-image: url(tes3_m3.png);
    bottom: 0vw;
    left: 0vw;
    position: absolute;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .testi_s3 .section_inner{ }

  .testi_s3_title{text-align: left;}
  .testi_s3_title h2{font-size: 8.5vw;font-weight: bold;font-stretch: normal;font-style: normal;line-height: 1;letter-spacing: 1vw;text-align: left;margin-bottom: 2.5vw;}
  .testi_s3_title h2 br{}
  .testi_s3_title h2 span{
    display: block;
  }
  .testi_s3_title h2 span img{width: 74%;margin-top: 0.9vw;padding-bottom: 2vw;}

  .testi_s3_form{padding-bottom: 29vw;}
  .testi_s3_form form{}
  .testi_s3_form_in{
    padding-left: 0vw;
    padding-right: 2.842vw;
    margin-left: -0.1vw;
    padding-top: 1.5vw;
  }
  .testi_s3_form_in input{font-size: 3.125vw;font-weight: normal;font-stretch: normal;font-style: normal;line-height: 2.03;letter-spacing: 0.469vw;margin-bottom: 9.208vw;text-align: left;padding-left: 0vw;padding-bottom: 0.5vw;}
  .testi_s3_form_in .form-group-{ }

  .testi_s3_form_in .submit-field{text-align: left;}
  .testi_s3_form_in button.pf4_button{font-size: 3.125vw;font-weight: bold;font-stretch: normal;font-style: normal;line-height: 2.03;letter-spacing: 0.521vw;padding: 2.5vw 6.958vw 2.708vw 7.8vw;margin-top: 0vw;margin-left: -1.4vw;}
}
/*
  MBL Footer
=========================================*/
.mbl_footer{
    background-color: #000000;
    padding-bottom: 20px;
    padding-top: 18px;
}
.mbl_footer .section_inner{
    font-family: 'Quicksand', sans-serif;
    color: #FFF;
    letter-spacing: 1.7px;
    font-size: 15px;
    font-weight: normal;
    width: 1230px;
    text-align: center;
    display: block;
}
.mbl_footer a{
    margin: 0px;
    color: #FFF;
    text-transform: uppercase;
    display: inline-block;
}
.mbl_footer .divider{
    color: #FFF;
    display: inline-block;
    padding-left: 13px;
    padding-right: 6px;
}
.mbl_footer .text{}
.mbl_footer .text2{
    text-transform: uppercase;
}
.mbl_footer .Brandup{ color: #6bbdb9; }

.mbl_footer_menu{
    display: inline-block;
}
.mbl_footer_menu div{
    display: inline-block;
}
.mbl_footer_menu div:last-child{
    
}
.mbl_footer_menu div:last-child .divider{
    display: none;
}
/*
  Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
  .mbl_footer{
      padding-bottom: 1.597vw;
      padding-top: 1.528vw;
  }
  .mbl_footer .section_inner{
      letter-spacing: 0.118vw;
      font-size: 1.042vw;
      width: 85.417vw;
  }
  .mbl_footer a{
      margin: 0vw;
  }
  .mbl_footer .divider{
      padding-left: 0.903vw;
      padding-right: 0.417vw;
  }
  .mbl_footer .text{}
  .mbl_footer .text2{}
  .mbl_footer .Brandup{}
}

@media screen and (max-width: 1140px){
  .mbl_footer{}
  .mbl_footer .section_inner{}
  .mbl_footer a{}
  .mbl_footer .divider{}
  .mbl_footer .text{}
  .mbl_footer .text2{}
  .mbl_footer .Brandup{}
}
@media screen and (max-width: 1024px){
  .mbl_footer{
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .mbl_footer .section_inner{
    font-size: 1.6vw;
    width: 100%;
  }
  .mbl_footer a{}
  .mbl_footer .divider{}
  .mbl_footer .divider.s1{
    display: block;
    height: 1px;
    opacity: 0;
  }
  .mbl_footer .divider.s2{}
  .mbl_footer .text{}
  .mbl_footer .text2{}
  .mbl_footer .Brandup{}
}
@media screen and (max-width: 768px){
  .mbl_footer{}
  .mbl_footer .section_inner{
    font-size: 1.9vw;
  }
  .mbl_footer a{}
  .mbl_footer .divider{}
  .mbl_footer .divider.s2{
    display: block;
    height: 1px;
    opacity: 0;
  }
  .mbl_footer .text{
    font-size: 1.9vw;
}
  .mbl_footer .text2{}
  .mbl_footer .Brandup{}
}
@media screen and (max-width: 550px){
  .mbl_footer{
    padding-left: 6vw;
    padding-right: 6vw;
    padding-bottom: 3.9vw;
    padding-top: 3.9vw;
    line-height: 1.1;
  }
  .mbl_footer .section_inner{
    font-size: 3.3vw;
    letter-spacing: 0.39vw;
  }
  .mbl_footer a{
}
  .mbl_footer .divider{
    padding-left: 0.903vw;
    padding-right: 0.3vw;
  }
  .mbl_footer .divider.s1{
    height: 7px;
  }
  .mbl_footer .divider.s2{
    height: 7px;
  }
    .mbl_footer .text {
        font-size: 2.99vw;
    }
  .mbl_footer .text2{
    font-size: 2.99vw;
    letter-spacing: 0.2vw;
  }
  .mbl_footer .Brandup{
    letter-spacing: 0.2vw;
    font-size: 2.99vw;
  }
}