/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
/*
font-family: 'Quicksand', sans-serif;
*/
@font-face {
    font-family: 'GT Walsheim Pro';
    src: url('gtwalsheimpro-bold.woff2') format('woff2'),
        url('gtwalsheimpro-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Pro';
    src: url('gtwalsheimpro-regular.woff2') format('woff2'),
        url('gtwalsheimpro-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Goldenbook';
    src: url('goldenbook-light.woff2') format('woff2'),
        url('goldenbook-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Goldenbook';
    src: url('goldenbook-bold.woff2') format('woff2'),
        url('goldenbook-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Monterey Script';
    src: url('montereyscript-regular.woff2') format('woff2'),
        url('montereyscript-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
  font-family: 'GT Walsheim Pro';
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.9px;
  color: #000000;
}
h1, h2, h3, h4, h5, h6{
  margin:0;
  margin-bottom:20px;
  font-family: 'Goldenbook';
  font-weight: 300;
  color: #000000;
}
h1{
  font-family: 'Goldenbook';
  font-size: 75px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.86;
  letter-spacing: 3.75px;
}
h2{
  font-family: 'Monterey Script';
  font-size: 156px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.31;
  letter-spacing: normal;
}
h3{
  font-family: 'Goldenbook';
  font-size: 58.5px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.16;
  letter-spacing: 2.93px;
}
h4{
  font-family: 'Goldenbook';
  font-size: 52.5px;
  font-weight: 300;
  font-stretch: normal;
  line-height: 0.95;
  letter-spacing: 2.63px;
}
h5{
  font-family: 'Goldenbook';
  font-size: 37.5px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.16;
  letter-spacing: 2.2px;
}
h6{

}

/*
  Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
  body{
    font-size: 1.042vw;
    letter-spacing: 0.063vw;
  }
  h1, h2, h3, h4, h5, h6{
    margin-bottom:1.389vw;
  }
  h1{
    font-size: 5.208vw;
    letter-spacing: 0.26vw;
  }
  h2{
    font-size: 10.833vw;
  }
  h3{
    font-size: 4.063vw;
    letter-spacing: 0.203vw;
  }
  h4{
    font-size: 3.646vw;
    letter-spacing: 0.183vw;
  }
  h5{
    font-size: 2.604vw;
    letter-spacing: 0.153vw;
  }
}
@media screen and (max-width: 1140px){
  body{
    font-size: 1.27vw;
    letter-spacing: 0.065vw;
  }
  h1, h2, h3, h4, h5, h6{
    margin-bottom:1.449vw;
  }
  h1{
    font-size: 5.435vw;
    letter-spacing: 0.272vw;
  }
  h2{
    font-size: 11.304vw;
  }
  h3{
    font-size: 4.239vw;
    letter-spacing: 0.212vw;
  }
  h4{
    font-size: 3.804vw;
    letter-spacing: 0.191vw;
  }
  h5{
    font-size: 2.717vw;
    letter-spacing: 0.159vw;
  }
}
@media screen and (max-width: 1024px){
body{
  font-size: 1.951vw;
  letter-spacing: 0.117vw;
}
h1, h2, h3, h4, h5, h6{
  margin-bottom:2.601vw;
}
h1{
  font-size: 5.876vw;
  letter-spacing: 0.488vw;
}
h2{
  font-size: 20.286vw;
}
h3{
  font-size: 7.607vw;
  letter-spacing: 0.381vw;
}
h4{
  font-size: 6.827vw;
  letter-spacing: 0.342vw;
}
h5{
  font-size: 4.876vw;
  letter-spacing: 0.286vw;
}
}
@media screen and (max-width: 768px){
body{
  font-size: 2.7vw;
  letter-spacing: 0.129vw;
}
h1, h2, h3, h4, h5, h6{
  margin-bottom:2.857vw;
}
h1{
  font-size: 10.714vw;
  letter-spacing: 0.536vw;
}
h2{
  font-size: 17.286vw;
}
h3{
  font-size: 8.357vw;
  letter-spacing: 0.419vw;
}
h4{
  font-size: 7.5vw;
  letter-spacing: 0.376vw;
}
h5{
  font-size: 5.357vw;
  letter-spacing: 0.314vw;
}
}
@media screen and (max-width: 550px){

}


.mobile_only{
  display:none;
}
.container--main {
  background: #ffffff !important; }

.pf4_button{
  font-family: 'GT Walsheim Pro';
  font-size: 14px;
  font-weight: bold;
  line-height: 2.14;
  letter-spacing: 1.4px;
  position:relative;
  display: inline-block;
  margin: 0;
  background-color: #494C4F;
  color: #E2CBC1;
  opacity: 1;
  padding: 5px 15px 4px 15px;
}
.pf4_button:hover{
  background-color:#2f2e3c;
  color: #ffffff;
}

/*
  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; 
}
.section_inner img {
  max-width: 100%;
  height: auto;
  margin: 0;
}
.pf4_mobile_img,
.pf4_mobile_icon {
  width: 100% !important;
  display: none !important; 
}
@media (max-width: 1200px) {
  .section_inner {
    width: 980px; 
  } 
}
@media (max-width: 1080px) {
  .section_inner {
    width: 800px; 
  } 
}
@media (max-width: 900px) {
  .section_inner {
    width: 500px; 
  } 
}
@media (max-width: 550px) {
  .section_inner {
    width: 84%;
  } 
}
@media (max-width: 320px) {
  .section_inner {
  } 
}
/* 
=======================================
  Site Header Section
=========================================*/
html{
  padding-top:0 !important;
}
/* 
=======================================
  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: 50px;
    padding-right: 50px;
    /* padding-left: 19px; */
    /* padding-right: 21px; */
}
.pf4_site_header.active {
    background-color: #fff !important;
    padding-top: 10px;
    padding-bottom: 13px;
}
.pf4_site_header .section_inner {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: -6px;
}
.pf4_heade_logo {
    width: 27%;
    padding-top: 28px;
    z-index: 2;
}
.pf4_heade_logo img {
    height: auto;
    width: 123px;
    max-height: unset !important;
    top: 0px;
}
.pf4_header_right {
    width: 72%;
    text-align: right;
    padding-top: 19px;
}
.pf4_header_right ul {
    margin: 0px;
    padding: 0px;
    width: auto;
    margin-right: -24px;
    display: inline-block;
    padding-top: 6px;
}
.pf4_header_right ul li {
    list-style: none;
    margin: 0px;
    padding-left: 2px !important;
    display: block;
    position: relative;
}
.pf4_header_right ul li a {
    display: inline-block;
    transform: rotate(90deg);
    transform-origin: center;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
}
.pf4_header_right a {
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    padding-left: 13px;
    padding-right: 8px;
    margin: 0 !important;
    font-size: 14px;
    text-align: center;
    color: #000000;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 2px;
    font-family: 'GT Walsheim Pro';
}
.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 {
    padding-right: 1px;
    position: relative;
    z-index: 1;
}
.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 a:before {
    width: 23px;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    left: 0;
    display: none;
}
.pf4_header_right a:after {
    width: 29px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    right: 0;
    border: 0;
    display: none;
}
.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_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 {}
.pf4_header_right ul li{
  position: relative;
  margin-bottom: 5px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 0px !important;
  display: block;
  width: 100% !important;
}
.pf4_header_right ul li a:hover span {
    background-color: rgba(255, 255, 255, 0);
}
.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_site_header.active .pf4_header_right .header-menu ul{    
  margin-right: 0px;    
  padding-top: 15px;
}
.pf4_site_header.active .pf4_header_right .header-menu ul li{   
  display: inline-block;    
  width: auto !important;    
  margin-bottom: 0px !important;    
  height: auto !important;   
  line-height: normal;
}
.pf4_site_header.active .pf4_header_right .header-menu ul li a{    
  transform: rotate(0deg);  
  line-height: normal;    
  height: auto !important;    
  width: auto !important;
}
/*
  Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
  padding-left: 19px;
    padding-right: 21px;
}
/*
  Header ---> Responsive Menu
-----------------------------*/
a.responsive-menu-hand {
    margin: 3px 0;
    position: absolute;
    top: 22px;
    right: -5px;
    display: none;
    width: 48px;
    height: 44px;
    cursor: pointer;
    background-image: url(open_img2.png);
    background-position: center right;
    background-repeat: no-repeat;
}
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;
}
a.responsive-menu-close strong {
    position: relative;
    height: 0px;
    width: 40px;
    display: block;
}
a.responsive-menu-close span:nth-child(1), a.responsive-menu-close span:nth-child(2) {
    width: 40px;
    display: block;
    margin-top: 5px;
    margin-left: 5px;
    background-color: #000;
    height: 5px;
}
a.responsive-menu-close span:nth-child(1) {
    transform: rotate(-50deg);
    margin-top: 25px;
}
a.responsive-menu-close span:nth-child(2) {
    transform: rotate(50deg);
    margin-top: -5px;
}
a.responsive-menu-close:hover {
    background-color: #EFCBBF;
}
.responsive-menu .user__avatar {
    display: none;
}
.responsive-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -110%;
    background: rgba(239, 203, 191, 0.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;
    padding-left: 4vw;
    padding-right: 4vw;
}
.responsive-menu ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    margin-bottom: 0px;
    width: 100% !important;
    height: auto  !important;
}
.responsive-menu ul li a, .responsive-menu .pf4_header_userarea span a {
    line-height: 40px !important;
    height: 40px !important;
    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;
    width: auto  !important;
}
.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 {
    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;
}

.header--left .header-menu {
    text-align: right;
    /* position: absolute; */
    /* transform: rotate(90deg); */
    /* top: 122px; */
    /* right: -108px; */
}
.header .logo{
    height: auto !important;
}
.header .logo img{
    transform: translateY(0%);
    top: 0%;
}
.pf4_site_header.active .section_inner{
    margin-bottom: 0px;
    padding-bottom: 2px;
}
.pf4_site_header.active .pf4_heade_logo{
  padding-top: 8px;
}
.pf4_site_header.active .pf4_heade_logo .logo--image{ 
  height: auto;
}
.pf4_site_header.active .pf4_heade_logo img{
  width: 100px;
}
.pf4_site_header.active .pf4_header_right{
  padding-top: 7px;
}

.pf4_site_header.active .pf4_header_right .header-menu{
    transform: rotate(0deg);
    top: 0px;
    right: 0px;
    position: relative;
}

.header--left .header-menu .pf4_header_userarea{
    display: inherit;
    margin-right: -17px;
    position: relative;
}

.pf4_site_header.active  .header-menu .pf4_header_userarea{
    display: inline-block;
    margin-right: 0px;
}

.responsive-menu.active #primary_menu{
    order: 1;
}
.responsive-menu.active .pf4_header_userarea{
    order: 2;
}
@media screen and (max-width: 1440px) {
    span[kjb-settings-id="sections_header_settings_language_login"] {
        padding-left: 1.597vw;
    }
}
@media screen and (max-width: 1240px) {
    .pf4_site_header .section_inner {
    }
}
@media (max-width: 1200px) {
    .pf4_heade_logo {
        width: 40%;
        padding-top: 15px;
    }
    .pf4_header_right {
        width: 60%;
        padding-top: 28px;
    }
}
@media screen and (max-width: 1140px){
  .pf4_heade_logo img {
    width: 140px;
    transform: translateY(4%);
    top: 11%;
  }
  .pf4_header_right {
    padding-top: 19px;
  }
 .pf4_site_header.active .section_inner {
    margin-bottom: 0px;
    padding-bottom: 4px;
  }
      .pf4_site_header {
    /* padding-left: 1.855vw; */
    /* padding-right: 2.051vw; */
}
}
@media (max-width: 1024px) {
  .pf4_site_header {
    position: relative;
    padding-top: 30px;
    padding-bottom: 40px;
    /* padding-left: 73px; */
  }
    .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;
    }
    .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: 120px;
    }
    a.responsive-menu-hand {
        display: block;
    }
    a.responsive-menu-hand{
        top: 17px;
        background-size: contain;
        width: 36px;
        right: 0px;
    }

}
@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%;
      display: none;
    }

    .header .logo--image.mobile_only {
      display: block;
    }

    a.responsive-menu-hand {
        top: 22px;
    }
    .pf4_heade_logo {
        padding-top: 14px;
    }
    .pf4_site_header.active .pf4_header_right .responsive-menu-hand{
        top: 11px;
    }
}
@media (max-width: 550px) {
    .pf4_site_header {
        padding-left: 6.4vw;
        padding-right: 0vw;
        padding-top: 1vw;
    }

    .pf4_heade_logo {
        /* padding-top: 42px; */
    }
    .pf4_heade_logo img {
    width: 24.583vw;
    }
    a.responsive-menu-hand {
        top: 5.625vw;
        width: 7.5vw;
        right: 6.667vw;
    }
    .pf4_site_header.active .pf4_header_right .responsive-menu-hand{
        top: 20px;
    }
}
@media (min-width: 1600px) {
    .header .logo {
        margin-left: 2vw;
    }
}
@media (min-width: 1799px) {
    .header .logo {
        margin-left: 15%;
    }
}

/*
  Uncommongrit-Home: s1
=========================================*/
.ugh_s1{
  position: relative;
  }
.ugh_s1_art_1{
  position: absolute;
  background-image: url(s1-2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  z-index: 3;
  width: 302px;
  height: 299px;
  top: -71px;
  right: -97px;
}
.ugh_s1 .section_inner{
    width: 1210px;
}
.ugh_s1_left{
    width: 53.8%;
}
.ugh_s1_left_img{
    width: 596px;
    height: auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 48px;
}
.ugh_s1_left_img img{}
.ugh_s1_right{
    width: 46.2%;
    padding-top: 314px;
    padding-left: 42px;
    text-transform: uppercase;
}
.ugh_s1_right article{}
.ugh_s1_right article h1{
    margin-bottom: 17px;
}
.ugh_s1_right article h1 br{}
.ugh_s1_right article p{
  margin-bottom: 34px;
  letter-spacing: 0.69px;
  line-height: 1.6;
}
.ugh_s1_right article p br{}
.ugh_s1_right article .pf4_button{
}
/*
  Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
  .ugh_s1{}
  .ugh_s1_art_1{
    width: 20.972vw;
    height: 20.764vw;
    top: -4.931vw;
    right: -6.417vw;
  }
  .ugh_s1 .section_inner{
      width: 84.028vw;
  }
  .ugh_s1_left{
      width: 53.8%;
  }
  .ugh_s1_left_img{
      width: 41.389vw;
      margin-left: 3.333vw;
  }
  .ugh_s1_left_img img{}
  .ugh_s1_right{
      width: 46.2%;
      padding-top: 21.806vw;
      padding-left: 2.917vw;
  }
  .ugh_s1_right article{}
  .ugh_s1_right article h1{
      margin-bottom: 1.181vw;
  }
  .ugh_s1_right article h1 br{}
  .ugh_s1_right article p{
    margin-bottom: 2.361vw;
    letter-spacing: 0.048vw;
  }
  .ugh_s1_right article p br{}
  .ugh_s1_right article .pf4_button{}
}
@media screen and (max-width: 1140px){
  .ugh_s1{}
  .ugh_s1_art_1{
    width: 25.972vw;
    height: 25.764vw;
}
  .ugh_s1 .section_inner{}
  .ugh_s1_left{
}
  .ugh_s1_left_img{}
  .ugh_s1_left_img img{}
  .ugh_s1_right{}
  .ugh_s1_right article{}
  .ugh_s1_right article h1{}
  .ugh_s1_right article h1 br{}
  .ugh_s1_right article p{}
  .ugh_s1_right article p br{}
  .ugh_s1_right article .pf4_button{}
}
@media screen and (max-width: 1024px){
  .ugh_s1{
    padding-bottom: 7vw;
  }
  .ugh_s1_art_1{
    width: 30vw;
    height: 30vw;
    top: -30vw;
    right: -10vw;
  }
  .ugh_s1 .section_inner{
    width: 100%;
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .ugh_s1_left{
   width: 42%;
  }
  .ugh_s1_left_img{
    /*width: 100%;
    margin-left: 0vw;
    height: 114vw;*/
    width: 100%;
    margin-left: 0vw;
  }
  .ugh_s1_left_img img{
    /*width: 10%;
    opacity: 0;*/
  }
  .ugh_s1_right{
    /*width: 100%;
    padding-top: 3vw;
    padding-left: 0vw;*/
    width: 58%;
    padding-top: 11.806vw;
  }
  .ugh_s1_right article{}
  .ugh_s1_right article h1{}
  .ugh_s1_right article h1 br{}
  .ugh_s1_right article p{}
  .ugh_s1_right article p br{
    display: none;
}
  .ugh_s1_right article .pf4_button{
    font-size: 15px;
  }
}
@media screen and (max-width: 768px){
  .ugh_s1{
    padding-bottom: 10vw;
}
  .ugh_s1_art_1{}
  .ugh_s1 .section_inner{}
  .ugh_s1_left{
    width: 100%;
    margin-left: 0vw;
    height: auto;
  }
  .ugh_s1_left_img{
    height: 100%;
}
  .ugh_s1_left_img img{
    width: 100%;
    opacity: 0;
  }
  .ugh_s1_right{
    width: 100%;
    padding-top: 3vw;
    padding-left: 0vw;
  }
  .ugh_s1_right article{}
  .ugh_s1_right article h1{}
  .ugh_s1_right article h1 br{}
  .ugh_s1_right article p{}
  .ugh_s1_right article p br{}
  .ugh_s1_right article .pf4_button{
    font-size: 15px;
  }
}
@media screen and (max-width: 550px){
  .ugh_s1{
    padding-top: 1.3vw;
    padding-bottom: 19vw;
}
  .ugh_s1_art_1{
    width: 81.972vw;
    height: 79.764vw;
    top: -63.931vw;
    right: -36vw;
}
  .ugh_s1 .section_inner{
    padding-left: 5.2vw;
    padding-right: 5.2vw;
}
  .ugh_s1_left{}
  .ugh_s1_left_img{
    height: 121.6vw;
}
  .ugh_s1_left_img img{}
  .ugh_s1_right{
    padding-top: 4.3vw;
}
  .ugh_s1_right article{}
  .ugh_s1_right article h1{
    font-size: 12vw;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.85;
    letter-spacing: 0.6vw;
    margin-right: 0vw;
}
  .ugh_s1_right article h1 br{}
  .ugh_s1_right article p{
font-size: 3.75vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: 0.188vw;
    margin-top: 2.917vw;
    margin-bottom: 4.167vw;
}
  .ugh_s1_right article p br{
    display: none;
}
  .ugh_s1_right article .pf4_button{
    padding: 1.25vw 3.958vw 0.833vw 4.167vw;
    font-size: 3.958vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.11;
    letter-spacing: 0.396vw;
}
}
/*
  Uncommongrit-Home: s2
=========================================*/
.ugh_s2{
    position: relative;
    background-color: #DCE1E6;
    padding-top: 58px;
    padding-bottom: 35px;
}
.ugh_s2_art_1{
  position: absolute;
  background-image: url(s2-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  z-index: 3;
  width: 110px;
  height: 111px;
  top: -54px;
  right: 379px;
}
.ugh_s2 .section_inner{}
.ugh_s2_text_only{
    width: 100%;
}
.ugh_s2_text_only article{
    text-align: center;
}
.ugh_s2_text_only article h5{
  text-transform: uppercase;
  margin-bottom: 0px;
}
.ugh_s2_text_only article h5 br{}
.ugh_s2_text_only article h5 mark{
    color: #1e2c49;
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, #C0CEDC 0%, #C0CEDC 100%);
    background-repeat: no-repeat;
    background-size: 97% 36%;
    background-position: 3px 92%;
    padding: 0px;
    padding-left: 10px;
    margin-left: -10px;
}
.ugh_s2_text_only article p{
    margin-top: 15px;
    margin-bottom: 23px;
}
.ugh_s2_text_only article p br{}
.ugh_s2_form{
    width: 77%;
    margin: 0 auto;
    text-align: center;
}
.ugh_s2_form form{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.ugh_s2_form div{
    padding-bottom: 32px;
}
.ugh_s2_form form .text-field{
    width: 30.2%;
    display: inline-block;
    margin-right: 11px;
}
.ugh_s2_form form .email-field{
    width: 37.6%;
    display: inline-block;
    margin-right: 11px;
}
.ugh_s2_form form .submit-field{
    width: 25%;
    display: inline-block;
}
.ugh_s2_form input{
    border: 0vw;
    width: 100%;
    height: 39px;
    padding-left: 16px;
    padding-top: 4px;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.14;
    letter-spacing: 1.4px;
    text-align: left;
    color: #636669;
    font-family: 'GT Walsheim Pro';
}
.ugh_s2_form input[type="text"]{}
.ugh_s2_form input[type="email"]{}
.ugh_s2_form input[type="submit"]{
    width: auto;
    margin-top: 17px;
    padding-top: 4px;
    height: 38px;
    padding-right: 33px;
    padding-left: 38px;
    text-transform: uppercase;
    margin-left: 1px;
    font-family: 'GT Walsheim Pro';
    font-size: 14px;
    font-weight: bold;
    line-height: 2.14;
    letter-spacing: 1.4px;
    position: relative;
    display: inline-block;
    margin: 0;
    background-color: #494C4F;
    opacity: 1;
    padding: 5px 20px 4px 19px;
    color: #e2cbc1;
}

.ugh_s2_form input[type="submit"]:hover{
  color: #FFF;
  background-color: #0a151b;
}
.ugh_s2_form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #636669;
}
.ugh_s2_form input::-moz-placeholder { /* Firefox 19+ */
  color: #636669;
}
.ugh_s2_form input:-ms-input-placeholder { /* IE 10+ */
  color: #636669;
}
.ugh_s2_form input:-moz-placeholder { /* Firefox 18- */
  color: #636669;
}
input:focus {
    outline: -webkit-focus-ring-color #636669 1px;
}
input:focus {
    outline-offset: -2px;
}
/*
  Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
  .ugh_s2{
      padding-top: 4.028vw;
      padding-bottom: 2.431vw;
  }
  .ugh_s2_art_1{
    width: 7.639vw;
    height: 7.708vw;
    top: -3.75vw;
    right: 10.319vw;
  }
  .ugh_s2 .section_inner{}
  .ugh_s2_text_only{
      width: 100%;
  }
  .ugh_s2_text_only article{}
  .ugh_s2_text_only article h5{
    margin-bottom: 0vw;
  }
  .ugh_s2_text_only article h5 br{}
  .ugh_s2_text_only article h5 mark{
      background-size: 97% 36%;
      background-position: 0.208vw 92%;
      padding: 0vw;
      padding-left: 0.694vw;
      margin-left: -0.694vw;
  }
  .ugh_s2_text_only article p{
      margin-top: 1.042vw;
      margin-bottom: 0.597vw;
  }
  .ugh_s2_text_only article p br{}
  .ugh_s2_form{
      width: 77%;
  }
  .ugh_s2_form form{
      width: 100%;
  }
  .ugh_s2_form div{
      padding-bottom: 2.222vw;
  }
  .ugh_s2_form form .text-field{
      width: 30.2%;
      margin-right: 0.764vw;
  }
  .ugh_s2_form form .email-field{
      width: 37.6%;
      margin-right: 0.764vw;
  }
  .ugh_s2_form form .submit-field{
      width: 25%;
  }
  .ugh_s2_form input{
      border: 0px;
      width: 100%;
      height: 2.708vw;
      padding-left: 1.111vw;
      padding-top: 0.278vw;
      font-size: 0.972vw;
      letter-spacing: 0.097vw;
  }
  .ugh_s2_form input[type="text"]{}
  .ugh_s2_form input[type="email"]{}
  .ugh_s2_form input[type="submit"]{
      margin-top: 1.181vw;
      padding-top: 0.278vw;
      height: 2.639vw;
      padding-right: 2.292vw;
      padding-left: 2.639vw;
      margin-left: 0.069vw;
      font-size: 0.972vw;
      letter-spacing: 0.097vw;
      padding: 0.347vw 1.389vw 0.278vw 1.319vw;
  }

  .ugh_s2_form input[type="submit"]:hover{}
  .ugh_s2_form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */}
  .ugh_s2_form input::-moz-placeholder { /* Firefox 19+ */}
  .ugh_s2_form input:-ms-input-placeholder { /* IE 10+ */}
  .ugh_s2_form input:-moz-placeholder { /* Firefox 18- */}
  input:focus {
      outline: -webkit-focus-ring-color #636669 0.069vw;
  }
  input:focus {
      outline-offset: -0.139vw;
  }
}
@media screen and (max-width: 1140px){
  .ugh_s2{}
  .ugh_s2_art_1{}
  .ugh_s2 .section_inner{}
  .ugh_s2_text_only{}
  .ugh_s2_text_only article{}
  .ugh_s2_text_only article h5{}
  .ugh_s2_text_only article h5 br{}
  .ugh_s2_text_only article h5 mark{}
  .ugh_s2_text_only article p{}
  .ugh_s2_text_only article p br{}
  .ugh_s2_form{}
  .ugh_s2_form form{}
  .ugh_s2_form div{}
  .ugh_s2_form form .text-field{}
  .ugh_s2_form form .email-field{}
  .ugh_s2_form form .submit-field{}
  .ugh_s2_form input{}
  .ugh_s2_form input[type="text"]{}
  .ugh_s2_form input[type="email"]{}
  .ugh_s2_form input[type="submit"]{}
  .ugh_s2_form input[type="submit"]:hover{}
  .ugh_s2_form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */}
  .ugh_s2_form input::-moz-placeholder { /* Firefox 19+ */}
  .ugh_s2_form input:-ms-input-placeholder { /* IE 10+ */}
  .ugh_s2_form input:-moz-placeholder { /* Firefox 18- */}
  input:focus {}
  input:focus {}
}
@media screen and (max-width: 1024px){
  .ugh_s2{}
  .ugh_s2_art_1{
    width: 17.639vw;
    height: 17.708vw;
    top: -10.75vw;
    right: -4.681vw;
}
  .ugh_s2 .section_inner{
    width: 100%;
    padding-left: 8vw;
    padding-right: 8vw;
}
  .ugh_s2_text_only{
    width: 100%;
}
  .ugh_s2_text_only article{}
  .ugh_s2_text_only article h5{}
  .ugh_s2_text_only article h5 br{}
  .ugh_s2_text_only article h5 mark{}
  .ugh_s2_text_only article p{}
  .ugh_s2_text_only article p br{
    display: none;
}
  .ugh_s2_form{
    width: 100%;
    padding-top: 4vw;
    padding-bottom: 2vw;
}
  .ugh_s2_form form{}
  .ugh_s2_form div{}
  .ugh_s2_form form .text-field{
    width: 65%;
    text-align: center;
}
  .ugh_s2_form form .email-field{
    width: 65%;
    text-align: center;
}
  .ugh_s2_form form .submit-field{
    width: 65%;
    text-align: center;
}
  .ugh_s2_form input{}
  .ugh_s2_form input[type="text"]{
    text-align: center;
    font-size: 15px;
    height: 5.4vw;
}
  .ugh_s2_form input[type="email"]{
    font-size: 15px;
    height: 5.4vw;
    text-align: center;
}
  .ugh_s2_form input[type="submit"]{
    width: 100%;
    text-align: center;
    font-size: 15px;
    height: 5.4vw;
    margin-top: 0vw;
}
  .ugh_s2_form input[type="submit"]:hover{}
  .ugh_s2_form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */}
  .ugh_s2_form input::-moz-placeholder { /* Firefox 19+ */}
  .ugh_s2_form input:-ms-input-placeholder { /* IE 10+ */}
  .ugh_s2_form input:-moz-placeholder { /* Firefox 18- */}
  input:focus {}
  input:focus {}
}
@media screen and (max-width: 768px){
  .ugh_s2{
    padding-top: 9.028vw;
    padding-bottom: 5.431vw;
}
  .ugh_s2_art_1{}
  .ugh_s2 .section_inner{}
  .ugh_s2_text_only{}
  .ugh_s2_text_only article{}
  .ugh_s2_text_only article h5{}
  .ugh_s2_text_only article h5 br{}
  .ugh_s2_text_only article h5 mark{}
  .ugh_s2_text_only article p{}
  .ugh_s2_text_only article p br{}
  .ugh_s2_form{}
  .ugh_s2_form form{}
  .ugh_s2_form div{}
  .ugh_s2_form form .text-field{}
  .ugh_s2_form form .email-field{}
  .ugh_s2_form form .submit-field{}
  .ugh_s2_form input{}
  .ugh_s2_form input[type="text"]{
    height: 7.4vw;
}
  .ugh_s2_form input[type="email"]{
    height: 7.4vw;
}
  .ugh_s2_form input[type="submit"]{
    height: 7.4vw;
}
  .ugh_s2_form input[type="submit"]:hover{}
  .ugh_s2_form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */}
  .ugh_s2_form input::-moz-placeholder { /* Firefox 19+ */}
  .ugh_s2_form input:-ms-input-placeholder { /* IE 10+ */}
  .ugh_s2_form input:-moz-placeholder { /* Firefox 18- */}
  input:focus {}
  input:focus {}
}
@media screen and (max-width: 550px){
  .ugh_s2{
    padding-top: 17.028vw;
    padding-bottom: 11.8vw;
}
  .ugh_s2_art_1{
    width: 35.639vw;
    height: 30.708vw;
    top: -16.75vw;
    right: -13.681vw;
}
  .ugh_s2 .section_inner{}
  .ugh_s2_text_only{}
  .ugh_s2_text_only article{}
  .ugh_s2_text_only article h5{
    font-size: 10.417vw;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.16;
    letter-spacing: 0.521vw;
}
  .ugh_s2_text_only article h5 br{}
  .ugh_s2_text_only article h5 mark{
    display: block;
    background-size: 52% 36%;
    background-position: 20.7vw 99%;
    padding: 0vw;
    padding-left: 0.694vw;
    margin-left: -0.694vw;
}
  .ugh_s2_text_only article p{
font-size: 4.167vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.25vw;
    padding-top: 2.292vw;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    margin-bottom: 2.083vw;
}
  .ugh_s2_text_only article p br{}
  .ugh_s2_form{}
  .ugh_s2_form form{}
  .ugh_s2_form div{}
  .ugh_s2_form form .text-field{
    margin-right: 0vw;
    width: 83%;
    padding-bottom: 4.2vw;
}
  .ugh_s2_form form .email-field{
    margin-right: 0vw;
    width: 83%;
}
  .ugh_s2_form form .submit-field{
    padding-bottom: 0vw;
    padding-top: 2vw;
    width: 83%;
}
  .ugh_s2_form input{}
  .ugh_s2_form input[type="text"]{
    height: 10.4vw;
    font-size: 19px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.11;
    letter-spacing: 1.9px;
    width: 100%;
    padding: 0vw;
}
  .ugh_s2_form input[type="email"]{
    height: 10.4vw;
    font-size: 19px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.11;
    letter-spacing: 1.9px;
    width: 100%;
    padding: 0vw;
}
  .ugh_s2_form input[type="submit"]{
    height: 10.4vw;
    font-size: 4vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.11;
    letter-spacing: 1.9px;
    width: 100%;
    padding: 0vw;
}
  .ugh_s2_form input[type="submit"]:hover{}
  .ugh_s2_form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */}
  .ugh_s2_form input::-moz-placeholder { /* Firefox 19+ */}
  .ugh_s2_form input:-ms-input-placeholder { /* IE 10+ */}
  .ugh_s2_form input:-moz-placeholder { /* Firefox 18- */}
  input:focus {}
  input:focus {}
}
/*
  Uncommongrit-Home: s3
=========================================*/
.ugh_s3{
    position: relative;
    padding-top: 85px;
    padding-bottom: 164px;
}
.ugh_s3_art_1{
  position: absolute;
  background-image: url(s3-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  z-index: 3;
  width: 206px;
  height: 200px;
  top: -74px;
  left: -1px;
}
.ugh_s3 .section_inner{
    width: 1160px;
}
.ugh_s3_left{
    width: 51.9%;
    padding-right: 39px;
    padding-top: 118px;
}
.ugh_s3_left article{}
.ugh_s3_left article h5{
  text-transform: uppercase;
  padding-left: 78px;
}
.ugh_s3_left article h2{
    display: inline-block;
    margin-right: -170px;
    margin-top: -46px;
    margin-bottom: 108px;
    padding-left: 117px;
    position: relative;
    z-index: 3;
    right: -79px;
}
.ugh_s3_left article span{
    text-transform: uppercase;
    text-align: right;
    display: inherit;
    padding-bottom: 34px;
    letter-spacing: 0.7px;
}
.ugh_s3_left article span mark{
    color: #000000;
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, #EDDFD9 0%, #EDDFD9 100%);
    background-repeat: no-repeat;
    background-size: 99% 78%;
    background-position: 3px 100%;
    padding: 0px;
    padding-left: 5px;
    margin-left: -5px;
    padding-bottom: 2px;
    margin-bottom: -2px;
}
.ugh_s3_left article span.m.mobile_only{ display:none;}
.ugh_s3_left article p{
    text-align: right;
    margin-bottom: 25px;
}
.ugh_s3_left article p br{}
.ugh_s3_left article p strong{}
.ugh_s3_left_bth{
    text-align: right;
    margin-top: 29px;
    margin-right: 2px;
}
.ugh_s3_left_bth .pf4_button{
    padding: 5px 15px 3px 23px;
}
.ugh_s3_right{
    width: 48.1%;
}
.ugh_s3_right_images{
    position: relative;
}
.ugh_s3_right_image_1{
    width: 464px;
    height: auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ugh_s3_right_image_1 img{
}
.ugh_s3_right_image_2{
    position: absolute;
    bottom: -93px;
    right: 2px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ugh_s3_right_image_2 img{
    width: 356px;
    height: auto;
    border: solid 17px #ffff;
}
/*
  Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
  .ugh_s3{
      padding-top: 5.903vw;
      padding-bottom: 11.389vw;
  }
  .ugh_s3_art_1{
    width: 14.306vw;
    height: 13.889vw;
    top: -5.139vw;
    left: -0.069vw;
  }
  .ugh_s3 .section_inner{
      width: 80.556vw;
  }
  .ugh_s3_left{
      width: 51.9%;
      padding-right: 2.708vw;
      padding-top: 8.194vw;
  }
  .ugh_s3_left article{}
  .ugh_s3_left article h5{
    padding-left: 5.417vw;
  }
  .ugh_s3_left article h2{
      margin-right: -11.806vw;
      margin-top: -3.194vw;
      margin-bottom: 7.5vw;
      padding-left: 8.125vw;
      right: -5.486vw;
  }
  .ugh_s3_left article span{
      padding-bottom: 2.361vw;
  }
  .ugh_s3_left article span mark{
      background-size: 99% 78%;
      background-position: 0.208vw 100%;
      padding: 0vw;
      padding-left: 0.347vw;
      margin-left: -0.347vw;
      padding-bottom: 0.139vw;
      margin-bottom: -0.139vw;
  }
  .ugh_s3_left article p{
      margin-bottom: 1.736vw;
  }
  .ugh_s3_left article p br{}
  .ugh_s3_left article p strong{}
  .ugh_s3_left_bth{
      margin-top: 2.014vw;
      margin-right: 0.139vw;
  }
  .ugh_s3_left_bth .pf4_button{
      padding: 0.347vw 1.042vw 0.208vw 1.597vw;
  }
  .ugh_s3_right{
      width: 48.1%;
  }
  .ugh_s3_right_images{}
  .ugh_s3_right_image_1{
      width: 32.222vw;
  }
  .ugh_s3_right_image_1 img{
  }
  .ugh_s3_right_image_2{
      bottom: -6.458vw;
      right: 0.139vw;
  }
  .ugh_s3_right_image_2 img{
      width: 24.722vw;
      border: solid 1.181vw #ffff;
  }
}
@media screen and (max-width: 1140px){
  .ugh_s3{}
  .ugh_s3_art_1{}
  .ugh_s3 .section_inner{
    width: 85vw;
}
  .ugh_s3_left{
    width: 53.9%;
    padding-right: 3.708vw;
}
  .ugh_s3_left article{}
  .ugh_s3_left article h5{}
  .ugh_s3_left article h2{}
  .ugh_s3_left article span{}
  .ugh_s3_left article span mark{}
  .ugh_s3_left article p{}
  .ugh_s3_left article p br{
    display: none;
}
  .ugh_s3_left article p strong{}
  .ugh_s3_left_bth{}
  .ugh_s3_left_bth .pf4_button{}
  .ugh_s3_right{
    width: 46.1%;
}
  .ugh_s3_right_images{}
  .ugh_s3_right_image_1{}
  .ugh_s3_right_image_1 img{}
  .ugh_s3_right_image_2{
    right: 2.2vw;
    bottom: -8.458vw;
}
  .ugh_s3_right_image_2 img{}
}
@media screen and (max-width: 1024px){
  .ugh_s3{
    padding-top: 11vw;
    padding-bottom: 13vw;
}
  .ugh_s3_art_1{
    width: 23.306vw;
    height: 19.889vw;
    top: -3.5vw;
    left: -0.069vw;
    z-index: 0;
}
  .ugh_s3 .section_inner{
    width: 100%;
    padding-left: 8vw;
    padding-right: 8vw;
}
  .ugh_s3_left{
    width: 100%;
    padding-top: 0vw;
    padding-right: 0vw;
}
  .ugh_s3_left article{}
  .ugh_s3_left article h5{
    padding-left: 4.417vw;
}
  .ugh_s3_left article h2{
    margin-right: 0vw;
    text-align: right;
    padding-left: 0vw;
    right: -12vw;
}
  .ugh_s3_right_image_1.mobile_only{
    display: block;
    width: 100%;
    margin-left: 0vw;
    height: 136vw;
}
  .ugh_s3_right_image_1.mobile_only img{
    opacity: 0;
    width: 10%;
}
  .ugh_s3_left article span{
    padding-top: 3vw;
}
  .ugh_s3_left article span mark{}
  .ugh_s3_left article p{}
  .ugh_s3_left article p br{}
  .ugh_s3_left article p strong{}
  .ugh_s3_left_bth{}
  .ugh_s3_left_bth .pf4_button{
    font-size: 15px;
}
  .ugh_s3_right{
    width: 100%;
    display: none;
}
  .ugh_s3_right_images{}
  .ugh_s3_right_image_1{}
  .ugh_s3_right_image_1 img{}
  .ugh_s3_right_image_2{}
  .ugh_s3_right_image_2 img{}
}
@media screen and (max-width: 768px){
  .ugh_s3{}
  .ugh_s3_art_1{
    width: 31.306vw;
    height: 27.889vw;
    top: -3.5vw;
    left: -0.069vw;
}
  .ugh_s3 .section_inner{}
  .ugh_s3_left{}
  .ugh_s3_left article{}
  .ugh_s3_left article h5{
    padding-left: 11.417vw;
    padding-top: 5vw;
}
  .ugh_s3_left article h2{
    display: block;
    right: 0vw;
    padding-right: 0vw;
    line-height: 83px;
    margin-top: -5vw;
}
    .ugh_s3_right_image_1.mobile_only{}
  .ugh_s3_right_image_1.mobile_only img{}
  .ugh_s3_left article span{}
  .ugh_s3_left article span mark{}
  .ugh_s3_left article p{}
  .ugh_s3_left article p br{}
  .ugh_s3_left article p strong{}
  .ugh_s3_left_bth{}
  .ugh_s3_left_bth .pf4_button{
    font-size: 13px;
    padding: 1.347vw 4.042vw 1.208vw 4.597vw;
}
  .ugh_s3_right{}
  .ugh_s3_right_images{}
  .ugh_s3_right_image_1{}
  .ugh_s3_right_image_1 img{}
  .ugh_s3_right_image_2{}
  .ugh_s3_right_image_2 img{}
}
@media screen and (max-width: 550px){
  .ugh_s3{
    padding-top: 28.3vw;
    padding-bottom: 24vw;
}
  .ugh_s3_art_1{
    width: 51.306vw;
    height: 45.889vw;
    top: -6.5vw;
    left: -8.069vw;
}
  .ugh_s3 .section_inner{
    padding-left: 5.2vw;
    padding-right: 5.2vw;
}
  .ugh_s3_left{}
  .ugh_s3_left article{}
  .ugh_s3_left article h5{font-size: 10.417vw;font-weight: 300;font-stretch: normal;font-style: normal;line-height: 1.16;letter-spacing: 0.521vw;padding-left: 15vw;padding-top: 0vw;}
  .ugh_s3_left article h2{
      font-size: 40.458vw;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      letter-spacing: normal;
      padding-left: 0px;
      right: 2vw;
      line-height: 0.9;
      top: 2.9vw;
      margin-top: -17vw;
  }
  .ugh_s3_right_image_1.mobile_only{
    margin-top: -7vw;
    height: 146.4vw;
}
  .ugh_s3_right_image_1.mobile_only img{}
  .ugh_s3_left article span{
font-size: 3.75vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: 0.338vw;
    padding-top: 7.917vw;
}
  .ugh_s3_left article span mark{
    padding-right: 10px;
    margin-right: -10px;
}
  .ugh_s3_left article p{
font-size: 4.167vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.25vw;
    margin-top: 2.5vw;
    margin-bottom: 6.25vw;
}
  .ugh_s3_left article p br{}
  .ugh_s3_left article p strong{}
  .ugh_s3_left_bth{
    margin-top: -14px;
}
  .ugh_s3_left_bth .pf4_button{
    font-size: 3.958vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.11;
    letter-spacing: 0.396vw;
    padding: 0.833vw 3.958vw 1.25vw 6.042vw;
}
  .ugh_s3_right{}
  .ugh_s3_right_images{}
  .ugh_s3_right_image_1{}
  .ugh_s3_right_image_1 img{}
  .ugh_s3_right_image_2{}
  .ugh_s3_right_image_2 img{}
  
  .ugh_s3_left article span.destop_only{ display:none;}
  .ugh_s3_left article span.m.mobile_only{ display:block;}
}
/*
  Uncommongrit-Home: s4
=========================================*/
.ugh_s4{
  position: relative;
  background-color: #EDDFD9;
  padding-top: 77px;
}
.ugh_s4_art_1{
  position: absolute;
  background-image: url(s4-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  z-index: 3;
  width: 213px;
  height: 232px;
  top: -120px;
  right: 648px;
}
.ugh_s4 .section_inner{
    width: 1150px;
}
.ugh_s4_left{
    width: 49%;
    padding-left: 45px;
    padding-right: 75px;
}
.ugh_s4_left_img{
    width: 442px;
    height: auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -55px;
    z-index: 2;
    position: relative;
}
.ugh_s4_left_img img{
}
.ugh_s4_right{
    width: 51%;
    padding-top: 90px;
}
.ugh_s4_left_bg_holder{
    /* padding-left: 8vw; */
    /* padding-right: 8vw; */
    /* margin-top: -5vw; */
    /* position: relative; */
    /* z-index: 0; */
}
.ugh_s4_left_img.mobile_only{}
.ugh_s4_left_img.mobile_only img{}
.ugh_s4_right h3{
  text-transform: uppercase;
  margin-bottom: 9px;
  margin-left: -4px;
}
.ugh_s4_right h3 mark{
    color: #000000;
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, #F8F0F0 0%, #F8F0F0 100%);
    background-repeat: no-repeat;
    background-size: 95.7% 37%;
    background-position: 3px 85%;
    padding: 0px;
    padding-left: 5px;
    margin-left: -5px;
}
.ugh_s4_right p{
    margin-top: 5px;
    margin-bottom: 24px;
}
.ugh_s4_right p br{}
.ugh_s4_right p strong{}
.ugh_s4_right article{}
.ugh_s4_right_bth{
    margin-top: 40px;
}
.ugh_s4_right_bth .pf4_button{
    padding: 5px 21px 4px 20px;
}
.ugh_s4_art_2{
  position: absolute;
  background-image: url(s4-3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  z-index: 0;
  width: 145px;
  height: 136px;
  bottom: -38px;
  right: 417px;
  overflow: hidden;
}
/*
  Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
  .ugh_s4{
    padding-top: 5.347vw;
  }
  .ugh_s4_art_1{
    width: 14.792vw;
    height: 16.111vw;
    top: -8.333vw;
    right: 29vw;
  }
  .ugh_s4 .section_inner{
      width: 79.861vw;
  }
  .ugh_s4_left{
      width: 49%;
      padding-left: 3.125vw;
      padding-right: 5.208vw;
  }
  .ugh_s4_left_img{
      width: 30.694vw;
      margin-bottom: -3.819vw;
  }
  .ugh_s4_left_img img{
  }
  .ugh_s4_right{
      width: 51%;
      padding-top: 6.25vw;
  }
  .ugh_s4_right h3{
    margin-bottom: 0.625vw;
    margin-left: -0.278vw;
  }
  .ugh_s4_right h3 mark{
      background-size: 95.7% 37%;
      background-position: 0.208vw 85%;
      padding: 0vw;
      padding-left: 0.347vw;
      margin-left: -0.347vw;
  }
  .ugh_s4_right p{
      margin-top: 0.347vw;
      margin-bottom: 1.667vw;
  }
  .ugh_s4_right p br{}
  .ugh_s4_right p strong{}
  .ugh_s4_right_bth{
      margin-top: 2.778vw;
  }
  .ugh_s4_right_bth .pf4_button{
      padding: 0.347vw 1.458vw 0.278vw 1.389vw;
  }
  .ugh_s4_art_2{
    width: 10.069vw;
    height: 9.444vw;
    bottom: -2.639vw;
    right: 12.958vw;
  }
}
@media screen and (max-width: 1140px){
  .ugh_s4{}
  .ugh_s4_art_1{}
  .ugh_s4 .section_inner{
    width: 82.861vw;
}
  .ugh_s4_left{
    width: 47%;
}
  .ugh_s4_left_img{}
  .ugh_s4_left_img img{}
  .ugh_s4_right{}
  .ugh_s4_right h3{}
  .ugh_s4_right h3 mark{}
  .ugh_s4_right p{}
  .ugh_s4_right p br{}
  .ugh_s4_right p strong{}
  .ugh_s4_right_bth{}
  .ugh_s4_right_bth .pf4_button{}
  .ugh_s4_art_2{}
}
@media screen and (max-width: 1024px){
  .ugh_s4{
    padding-bottom: 7vw;
    padding-top: 7vw;
}
  .ugh_s4_art_1{
    width: 20.792vw;
    height: 22.111vw;
    top: -10.333vw;
    right: 40vw;
}
  .ugh_s4 .section_inner{
    width: 100%;
}
  .ugh_s4_left{
    width: 100%;
    display: none;
}
  .ugh_s4_left_img{}
  .ugh_s4_left_img img{}
  .ugh_s4_right{
    width: 100%;
}
  .ugh_s4_right h3{padding-left: 5vw;margin-right: 5vw;position: relative;z-index: 3;}
  .ugh_s4_right h3 mark{
}
  .ugh_s4_left_img.mobile_only{
    display: block;
    height: 120vw;
    width: 100%;
    padding-left: 8vw;
    padding-right: 8vw;
}
  .ugh_s4_left_img.mobile_only img{
    width: 10%;
    opacity: 0;
}
  .ugh_s4_right p{
}
  .ugh_s4_right p br{}
  .ugh_s4_right p strong{}
  .ugh_s4_right article{
    padding-left: 8vw;
    padding-right: 8vw;
    padding-top: 6.5vw;
}
  .ugh_s4_right_bth{
    padding-left: 8vw;
    padding-right: 8vw;
}
  .ugh_s4_right_bth .pf4_button{}
  .ugh_s4_art_2{
    width: 24.069vw;
    height: 24.444vw;
    bottom: -6.639vw;
    right: -7.042vw;
}
.ugh_s4_left_bg_holder {
    padding-left: 8vw;
    padding-right: 8vw;
    margin-top: -5vw;
    position: relative;
    z-index: 0;
}
}
@media screen and (max-width: 768px){
  .ugh_s4{
    padding-bottom: 11vw;
}
  .ugh_s4_art_1{}
  .ugh_s4 .section_inner{}
  .ugh_s4_left{}
  .ugh_s4_left_img{}
  .ugh_s4_left_img img{}
  .ugh_s4_right{}
  .ugh_s4_right h3{
    font-size: 9.357vw;
}
  .ugh_s4_right h3 mark{}
  .ugh_s4_left_bg_holder{}
  .ugh_s4_left_img.mobile_only{}
  .ugh_s4_left_img.mobile_only img{}
  .ugh_s4_right p{}
  .ugh_s4_right p br{}
  .ugh_s4_right p strong{}
  .ugh_s4_right article{}
  .ugh_s4_right_bth{}
  .ugh_s4_right_bth .pf4_button{}
  .ugh_s4_art_2{}
}
@media screen and (max-width: 550px){
  .ugh_s4{
    margin-bottom: 0vw;
}
  .ugh_s4_art_1{
    width: 25.625vw;
    height: 27.917vw;
    top: -14.333vw;
    right: 36.6vw;
}
  .ugh_s4 .section_inner{}
  .ugh_s4_left{}
  .ugh_s4_left_img{}
  .ugh_s4_left_img img{}
  .ugh_s4_right{}
  .ugh_s4_right h3{
    font-size: 11vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: 0.8vw;
    padding-left: 8vw;
    display: block;
    margin-right: 0px;
    padding-right: 8vw;
}
  .ugh_s4_right h3 mark{
    background-size: 95.7% 37%;
    background-position: 0.208vw 91%;
}
  .ugh_s4_left_bg_holder{
    padding-left: 11.5vw;
    padding-right: 12vw;
    margin-top: 0vw;
}
  .ugh_s4_left_img.mobile_only{
    margin-top: -19.5vw;
    height: 114.5vw;
}
  .ugh_s4_left_img.mobile_only img{}
  .ugh_s4_right p{
    font-size: 4.167vw;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.25vw;
    margin-bottom: 6.25vw;
}
  .ugh_s4_right p br{
    display: none;
}
  .ugh_s4_right p strong{}
  .ugh_s4_right article{
    padding-left: 11.5vw;
    padding-right: 8.5vw;
    padding-top: 10vw;
}
  .ugh_s4_right_bth{
    padding-left: 11.5vw;
    padding-right: 12vw;
    margin-top: -1vw;
    padding-bottom: 6.7vw;
}
  .ugh_s4_right_bth .pf4_button{
    font-size: 3.958vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.11;
    letter-spacing: 0.396vw;
    padding: 0.833vw 5vw 1.25vw 5.625vw;
}
  .ugh_s4_art_2{
    width: 54.069vw;
    height: 36.444vw;
    bottom: -10.639vw;
    right: -24.042vw;
}
}
/*
  Uncommongrit-Home: s5
=========================================*/
.ugh_s5{
    padding-top: 139px;
    padding-bottom: 99px;
    background-color: #FFFFFF;
    position: relative;
}
.ugh_s5 .section_inner{}
.ugh_s5_left{
    width: 25.7%;
    text-align: right;
    padding-top: 12px;
}
.ugh_s5_left h5{}
.ugh_s5_left h5 mark{
    color: #000000;
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, #EDDFD9 0%, #EDDFD9 100%);
    background-repeat: no-repeat;
    background-size: 97.7% 37%;
    background-position: 7px 97%;
    padding: 0px;
}
.ugh_s5_left h5 br{}
.ugh_s5_right{
    width: 74.3%;
    padding-top: 21px;
    padding-left: 19px;
}
.ugh_s5_right_slider{
    background-color: #F2F2F2;
    padding: 30px 0px 40px 30px;
    margin-right: 117px;
    position:relative;
}
.ugh_s5_right_slider:before{
  z-index: 1;
  width: 75px;
  height: 64px;
  bottom: -18px;
  right: 47px;
  background-image: url(s5-4.png);
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
}
.ugh_s5_right_slider_item{
    display: flex;
    flex-wrap: wrap;
}
.ugh_s5_right_slider_item:before{
  content: ""
  background-image: url(s5-4.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 200px;
  height: 200px;
}
.ugh_s5_slider_only_img{
    width: 28%;
}
.ugh_s5_slider_img{
    display: block;
    background-color: #000;
    width: 171px;
    height: 171px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: solid 7.7px #e2cbc1;
}
.ugh_s5_slider_img img{
    height: 171px;
    width: 10%;
    opacity: 0;
}
.ugh_s5_slider_only_text{
    width: 70%;
    padding-top: 37px;
    padding-left: 24px;
}
.ugh_s5_slider_only_text article{}
.ugh_s5_slider_only_text article p{
    margin-bottom: 27px;
}
.ugh_s5_slider_only_text article p br{}
.ugh_s5_slider_only_text article span{ font-weight: 600; }
.ugh_s5_right_slider ul.slick-dots {
  display: none !important;
}
.ugh_s5_right_slider .slick-prev,
.ugh_s5_right_slider .slick-next {
  background-color: transparent;
  border: 0px;
  background-repeat: no-repeat;
  font-size: 0px;
  width: 85px;
  height: 14px;
  padding: 0px;
  margin: 0px;
  background-size: contain;
  position: absolute;
  top: 53.4%;
  z-index: 2;
}
.ugh_s5_right_slider .slick-prev {
  background-image: url(s5-3.png);
  left: -107px;
}
.ugh_s5_right_slider .slick-next {
  background-image: url(s5-2.png);
  right: -115px;
}
.ugh_s5_right_slider .slick-list .slick-track .slick-slide {}

/*
  Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
  .ugh_s5{
      padding-top: 9.653vw;
      padding-bottom: 6.875vw;
  }
  .ugh_s5 .section_inner{}
  .ugh_s5_left{
      width: 25.7%;
      padding-top: 0.833vw;
  }
  .ugh_s5_left h5{}
  .ugh_s5_left h5 mark{
    background-size: 97.7% 37%;
    background-position: 0.486vw 97%;
    padding: 0vw;
  }
  .ugh_s5_left h5 br{}
  .ugh_s5_right{
      width: 74.3%;
      padding-top: 1.458vw;
      padding-left: 1.319vw;
  }
  .ugh_s5_right_slider{
      padding: 2.083vw 0vw 2.778vw 2.083vw;
      margin-right: 8.125vw;
  }
  .ugh_s5_right_slider:before{
    width: 5.208vw;
    height: 4.444vw;
    bottom: -1.25vw;
    right: 3.264vw;
  }
  .ugh_s5_right_slider_item{}
  .ugh_s5_right_slider_item:before{
    width: 13.889vw;
    height: 13.889vw;
  }
  .ugh_s5_slider_only_img{
      width: 28%;
  }
  .ugh_s5_slider_img{
      width: 11.875vw;
      height: 11.875vw;
      border-radius: 50%;
      border: solid 7.7px #e2cbc1;
  }
  .ugh_s5_slider_img img{
      height: 11.875vw;
      width: 10%;
  }
  .ugh_s5_slider_only_text{
      width: 70%;
      padding-top: 2.569vw;
      padding-left: 1.667vw;
  }
  .ugh_s5_slider_only_text article{}
  .ugh_s5_slider_only_text article p{
      margin-bottom: 1.875vw;
  }
  .ugh_s5_slider_only_text article p br{}
  .ugh_s5_slider_only_text article span{}
  .ugh_s5_right_slider ul.slick-dots {}
  .ugh_s5_right_slider .slick-prev,
  .ugh_s5_right_slider .slick-next {
    border: 0vw;
    font-size: 0vw;
    width: 5.903vw;
    height: 0.972vw;
    padding: 0vw;
    margin: 0vw;
    top: 53.4%;
  }
  .ugh_s5_right_slider .slick-prev {
    left: -7.431vw;
  }
  .ugh_s5_right_slider .slick-next {
    right: -7.986vw;
  }
  .ugh_s5_right_slider .slick-list .slick-track .slick-slide {}
}
@media screen and (max-width: 1140px){
  .ugh_s5{}
  .ugh_s5 .section_inner{
    width: 85.854vw;
}
  .ugh_s5_left{}
  .ugh_s5_left h5{}
  .ugh_s5_left h5 mark{}
  .ugh_s5_left h5 br{}
  .ugh_s5_right{}
  .ugh_s5_right_slider{}
  .ugh_s5_right_slider:before{}
  .ugh_s5_right_slider_item{}
  .ugh_s5_right_slider_item:before{}
  .ugh_s5_slider_only_img{}
  .ugh_s5_slider_img{
    width: 13.875vw;
    height: 13.875vw;
}
  .ugh_s5_slider_img img{}
  .ugh_s5_slider_only_text{
    padding-right: 2.3vw;
}
  .ugh_s5_slider_only_text article{}
  .ugh_s5_slider_only_text article p{}
  .ugh_s5_slider_only_text article p br{
    display: none;
}
  .ugh_s5_slider_only_text article span{}
  .ugh_s5_right_slider ul.slick-dots {}
  .ugh_s5_right_slider .slick-prev,
  .ugh_s5_right_slider .slick-next {
    top: 93.2%;
}
  .ugh_s5_right_slider .slick-prev {}
  .ugh_s5_right_slider .slick-next {}
  .ugh_s5_right_slider .slick-list .slick-track .slick-slide {}
  .ugh_s5_right_slider ul.slick-dots {
}
}

@media screen and (max-width: 1024px){
  .ugh_s5{position: relative;z-index: 0;padding-top: 5vw;padding-bottom: 3vw;}
  .ugh_s5:after{
    content: "";
    background-color: #F2F2F2;
    width: 100%;
    height: 61%;
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: block;
    z-index: -1;
}
  .ugh_s5 .section_inner{
    width: 100%;
}
  .ugh_s5_left{
    width: 100%;
    padding-left: 8vw;
    padding-right: 8vw;
}
  .ugh_s5_left h5{
    margin-bottom: -1vw;
}
  .ugh_s5_left h5 mark{}
  .ugh_s5_left h5 br{}
  .ugh_s5_right{
    width: 100%;
    padding: 0vw;
}
  .ugh_s5_right_slider{
    margin-right: 0vw;
    padding: 2.083vw 2.778vw 2.778vw 2.083vw;
    background-color: #f2f2f200;
    padding: 0vw;
}
  .ugh_s5_right_slider:before{
    display: none;
}

.ugh_s5_right_slider_bg_art.mobile_only{
    background-color: #ECD5CF;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
}
  .ugh_s5_right_slider_item{
    padding-left: 8vw;
    padding-right: 8vw;
}
  .ugh_s5_right_slider_item:before{}
  .ugh_s5_slider_only_img{
    width: 100%;
}
  .ugh_s5_slider_img{
    position: relative;
    margin:  0 auto;
    width: 19.875vw;
    height: 19.875vw;
}
  .ugh_s5_slider_img:before{
    z-index: -1;
    width: 9.458vw;
    height: 7.75vw;
    top: 1.25vw;
    left: -8.333vw;
    background-image: url(m-s5-4.png);
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    }
  .ugh_s5_slider_img img{}
  .ugh_s5_slider_only_text{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 0vw;
}
  .ugh_s5_slider_only_text article{
    text-align: center;
}
  .ugh_s5_slider_only_text article p{}
  .ugh_s5_slider_only_text article p br{}
  .ugh_s5_slider_only_text article span{}
  .ugh_s5_right_slider ul.slick-dots {
    display: block !important;
    text-align: center;
    padding-left: 0vw;
  }
  .ugh_s5_right_slider .slick-prev,
  .ugh_s5_right_slider .slick-next {
    width: 14.564vw;
    height: 2.341vw;
    top: 95.2%;
  }
  .ugh_s5_right_slider .slick-prev {
    left: 24.129vw;
  }
  .ugh_s5_right_slider .slick-next {
    right: 24.129vw;
  }
  .ugh_s5_right_slider .slick-list .slick-track .slick-slide {}
  .ugh_s5_right_slider .slick-dots{}
  .ugh_s5_right_slider .slick-dots li{
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
    margin: 0px;
    line-height: 11px;
    width: 11px;
    height: 11px;
    background-color: #c0cedc;
    border: none;
    border-radius: 50%;
    font-size: 0px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .ugh_s5_right_slider .slick-dots li button{
        width: 11px;
        height: 11px;
        background-color: #c0cedc;
        border: none;
        border-radius: 50%;
        font-size: 0px;
        display: none;
    }
}
@media screen and (max-width: 768px){
  .ugh_s5{
    padding-top: 7vw;
    padding-bottom: 4vw;
}
  .ugh_s5 .section_inner{}
  .ugh_s5_left{}
  .ugh_s5_left h5{}
  .ugh_s5_left h5 mark{}
  .ugh_s5_left h5 br{}
  .ugh_s5_right{}
  .ugh_s5_right_slider{}
  .ugh_s5_right_slider:before{}
  .ugh_s5_right_slider_item{}
  .ugh_s5_right_slider_item:before{}
  .ugh_s5_slider_only_img{}
  .ugh_s5_slider_img{
}
  .ugh_s5_slider_img img{}
  .ugh_s5_slider_only_text{
}
  .ugh_s5_slider_only_text article{}
  .ugh_s5_slider_only_text article p{}
  .ugh_s5_slider_only_text article p br{}
  .ugh_s5_slider_only_text article span{}
  .ugh_s5_right_slider ul.slick-dots {}
  .ugh_s5_right_slider .slick-prev,
  .ugh_s5_right_slider .slick-next {}
  .ugh_s5_right_slider .slick-prev {}
  .ugh_s5_right_slider .slick-next {}
  .ugh_s5_right_slider .slick-list .slick-track .slick-slide {}
    .ugh_s5:after{
    content: "";
    background-color: #F2F2F2;
    width: 100%;
    height: 71%;
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: block;
    z-index: -1;
}
.ugh_s5_slider_img:before {
    top: 1.25vw;
    left: -9.333vw;
}
}
@media screen and (max-width: 550px){
  .ugh_s5{
    padding-top: 12vw;
    padding-bottom: 4.6vw;
}
  .ugh_s5:after{
    content: "";
    background-color: #F2F2F2;
    width: 100%;
    height: 69%;
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: block;
    z-index: -1;
}
  .ugh_s5 .section_inner{}
  .ugh_s5_left{
    padding-left: 8vw;
    padding-right: 7vw;
}
  .ugh_s5_left h5{
    font-size: 10.417vw;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.16;
    letter-spacing: 0.521vw;
}
  .ugh_s5_left h5 mark{}
  .ugh_s5_left h5 br{}
  .ugh_s5_right{}
  .ugh_s5_right_slider{
    padding-top: 5vw;
}
  .ugh_s5_right_slider:before{}
  .ugh_s5_right_slider_item{
    padding-left: 9vw;
    padding-right: 9vw;
    text-align: center;
    padding-top: 0vw;
}
  .ugh_s5_right_slider_item:before{}
  .ugh_s5_slider_only_img{}
  .ugh_s5_slider_img{
    width: 38.583vw;
    height: 38.583vw;
}
  .ugh_s5_slider_img img{}
  .ugh_s5_slider_only_text{}
  .ugh_s5_slider_only_text article{}
  .ugh_s5_slider_only_text article p{
    font-size: 4.167vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.25vw;
    margin-top: 6.25vw;
}
  .ugh_s5_slider_only_text article p br{}
  .ugh_s5_slider_only_text article span{
  font-size: 4.167vw;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.25vw;
  font-weight: bold;
}
  .ugh_s5_right_slider ul.slick-dots {
    padding: 0vw;
    margin-top: 6.5vw;
}
  .ugh_s5_right_slider .slick-prev,
  .ugh_s5_right_slider .slick-next {
    top: 97.5%;
}
  .ugh_s5_right_slider .slick-prev {
    width: 23.333vw;
    height: 3.75vw;
    left: 11.25vw;
}
  .ugh_s5_right_slider .slick-next {
    width: 23.333vw;
    height: 3.75vw;
    right: 11.25vw;
}
.ugh_s5_slider_img:before {
    z-index: -1;
    width: 16.458vw;
    height: 13.75vw;
    top: 1.25vw;
    left: -14.333vw;
    background-image: url(m-s5-4.png);
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
}
  .ugh_s5_right_slider .slick-list .slick-track .slick-slide {}
}
/*
  Uncommongrit-Home: s6
=========================================*/
.ugh_s6{
  position: relative;
  background-color: #DCE1E6;
  padding-top: 87px;
  padding-bottom: 94px;
}
.ugh_s6_art_1{
  position: absolute;
  background-image: url(s6-2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  z-index: 3;
  width: 138px;
  height: 200px;
  top: 133px;
  right: 0px;
}
.ugh_s6 .section_inner{
    width: 915px;
}
.ugh_s6_left{
    width: 51.6%;
    padding-left: 17px;
    padding-right: 46px;
}
.ugh_s6_left_img{
    border: solid 16px #ffffff;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 407px;
    height: 572px;
}
.ugh_s6_left_img img{
    width: 10%;
    opacity: 0;
}
.ugh_s6_right{
    width: 48.4%;
    padding-top: 97px;
}
.ugh_s6_right_text_only{}
.ugh_s6_right_text_only h4{
    text-transform: uppercase;
    margin-bottom: 26px;
}
.ugh_s6_right_text_only h4 br{}
.ugh_s6_right_text_only p{
    text-transform: uppercase;
    letter-spacing: 0.70px;
    margin-bottom: 23px;
}
.ugh_s6_right_text_only p br{}
.ugh_s6_right_text_only p mark{
    color: #000000;
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, #C0CEDC 0%, #C0CEDC 100%);
    background-repeat: no-repeat;
    background-size: 100% 78%;
    background-position: 3px 100%;
    padding: 0px;
    padding-left: 5px;
    margin-left: -5px;
    padding-right: 7px;
    margin-right: -10px;
    padding-bottom: 2px;
    margin-bottom: -2px;
}
.ugh_s6_right_text_only p mark.m{
  background-image: linear-gradient(120deg, rgba(192, 206, 220, 0) 0%, rgba(192, 206, 220, 0) 100%);
}
.ugh_s6_right_form{}
.ugh_s6_right_form form{
    width: 100%;
    text-align: left;
}
.ugh_s6_right_form div{
    padding-bottom: 17px;
}
.ugh_s6_right_form form .text-field{
    width: 71%;
    display: inline-block;
}
.ugh_s6_right_form form .email-field{
    width: 71%;
    display: inline-block;
}
.ugh_s6_right_form form .submit-field{
    width: 100%;
    display: inline-block;
    margin-top: 5px;
}
.ugh_s6_right_form input{
    border: 0vw;
    width: 100%;
    height: 39px;
    padding-left: 16px;
    padding-top: 4px;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.14;
    letter-spacing: 1.4px;
    text-align: left;
    color: #636669;
    font-family: 'GT Walsheim Pro';
}
.ugh_s6_right_form input[type="text"]{}
.ugh_s6_right_form input[type="email"]{}
.ugh_s6_right_form input[type="submit"]{
    width: auto;
    margin-top: 17px;
    padding-top: 4px;
    height: 38px;
    padding-right: 33px;
    padding-left: 38px;
    text-transform: uppercase;
    margin-left: 1px;
    font-family: 'GT Walsheim Pro';
    font-size: 14px;
    font-weight: bold;
    line-height: 2.14;
    letter-spacing: 1.4px;
    position: relative;
    display: inline-block;
    margin: 0;
    background-color: #494C4F;
    opacity: 1;
    padding: 5px 20px 4px 19px;
    color: #e2cbc1;
}

.ugh_s6_right_form input[type="submit"]:hover{
  color: #FFF;
  background-color: #0a151b;
}
.ugh_s6_right_form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #636669;
}
.ugh_s6_right_form input::-moz-placeholder { /* Firefox 19+ */
  color: #636669;
}
.ugh_s6_right_form input:-ms-input-placeholder { /* IE 10+ */
  color: #636669;
}
.ugh_s6_right_form input:-moz-placeholder { /* Firefox 18- */
  color: #636669;
}
input:focus {
    outline: -webkit-focus-ring-color #636669 1px;
}
input:focus {
    outline-offset: -2px;
}
.ugh_s6_art_2{
  position: absolute;
  background-image: url(s6-3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  z-index: 0;
  width: 191px;
  height: 359px;
  left: 0;
  bottom: -144px;
}

/*
  Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
  .ugh_s6{
    padding-top: 6.042vw;
    padding-bottom: 6.528vw;
  }
  .ugh_s6_art_1{
    width: 9.583vw;
    height: 13.889vw;
    top: 9.236vw;
    right: 0vw;
  }
  .ugh_s6 .section_inner{
      width: 63.542vw;
  }
  .ugh_s6_left{
      width: 51.6%;
      padding-left: 1.181vw;
      padding-right: 3.194vw;
  }
  .ugh_s6_left_img{
      border: solid 1.111vw #ffffff;
      width: 28.264vw;
      height: 39.722vw;
  }
  .ugh_s6_left_img img{
      width: 10%;
      opacity: 0;
  }
  .ugh_s6_right{
      width: 48.4%;
      padding-top: 6.736vw;
  }
  .ugh_s6_right_text_only{}
  .ugh_s6_right_text_only h4{
      margin-bottom: 1.806vw;
  }
  .ugh_s6_right_text_only h4 br{}
  .ugh_s6_right_text_only p{
      letter-spacing: 0.049vw;
      margin-bottom: 1.597vw;
  }
  .ugh_s6_right_text_only p br{}
  .ugh_s6_right_text_only p mark{
      background-size: 100% 78%;
      background-position: 0.208vw 100%;
      padding: 0vw;
      padding-left: 0.347vw;
      margin-left: -0.347vw;
      padding-right: 0.486vw;
      margin-right: -0.694vw;
      padding-bottom: 0.139vw;
      margin-bottom: -0.139vw;
  }
  .ugh_s6_right_form{}
  .ugh_s6_right_form form{
      width: 100%;
  }
  .ugh_s6_right_form div{
      padding-bottom: 1.181vw;
  }
  .ugh_s6_right_form form .text-field{
      width: 71%;
  }
  .ugh_s6_right_form form .email-field{
      width: 71%;
  }
  .ugh_s6_right_form form .submit-field{
      width: 100%;
      margin-top: 0.347vw;
  }
  .ugh_s6_right_form input{
      border: 0vw;
      width: 100%;
      height: 2.708vw;
      padding-left: 1.111vw;
      padding-top: 0.278vw;
      font-size: 0.972vw;
      letter-spacing: 0.097vw;
  }
  .ugh_s6_right_form input[type="text"]{}
  .ugh_s6_right_form input[type="email"]{}
  .ugh_s6_right_form input[type="submit"]{
      margin-top: -0.1vw;
      padding-top: 0.278vw;
      height: 2.639vw;
      padding-right: 2.292vw;
      padding-left: 2.639vw;
      margin-left: 0.069vw;
      font-size: 0.972vw;
      letter-spacing: 0.097vw;
      padding: 0.347vw 1.389vw 0.278vw 1.319vw;
  }
  .ugh_s6_right_form input[type="submit"]:hover{}
  .ugh_s6_right_form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */}
  .ugh_s6_right_form input::-moz-placeholder { /* Firefox 19+ */}
  .ugh_s6_right_form input:-ms-input-placeholder { /* IE 10+ */}
  .ugh_s6_right_form input:-moz-placeholder { /* Firefox 18- */}
  input:focus {
      outline: -webkit-focus-ring-color #636669 0.069vw;
  }
  input:focus {
      outline-offset: -0.139vw;
  }
  .ugh_s6_art_2{
    width: 13.264vw;
    height: 24.931vw;
    bottom: -10vw;
  }
}
@media screen and (max-width: 1140px){
  .ugh_s6{}
  .ugh_s6_art_1{}
  .ugh_s6 .section_inner{}
  .ugh_s6_left{}
  .ugh_s6_left_img{}
  .ugh_s6_left_img img{}
  .ugh_s6_right{}
  .ugh_s6_right_text_only{}
  .ugh_s6_right_text_only h4{}
  .ugh_s6_right_text_only h4 br{}
  .ugh_s6_right_text_only p{}
  .ugh_s6_right_text_only p br{
    display: none;
}
  .ugh_s6_right_text_only p mark{}
  .ugh_s6_right_form{}
  .ugh_s6_right_form form{}
  .ugh_s6_right_form div{}
  .ugh_s6_right_form form .text-field{}
  .ugh_s6_right_form form .email-field{}
  .ugh_s6_right_form form .submit-field{}
  .ugh_s6_right_form input{}
  .ugh_s6_right_form input[type="text"]{}
  .ugh_s6_right_form input[type="email"]{}
  .ugh_s6_right_form input[type="submit"]{}
  .ugh_s6_right_form input[type="submit"]:hover{}
  .ugh_s6_right_form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */}
  .ugh_s6_right_form input::-moz-placeholder { /* Firefox 19+ */}
  .ugh_s6_right_form input:-ms-input-placeholder { /* IE 10+ */}
  .ugh_s6_right_form input:-moz-placeholder { /* Firefox 18- */}
  input:focus {}
  input:focus {}
  .ugh_s6_art_2{}
}
@media screen and (max-width: 1024px){
  .ugh_s6{
    z-index: 5;
    position: relative;
}
  .ugh_s6_art_1{
    display: none;
}
  .ugh_s6 .section_inner{
    width: 100%;
    padding-left: 8vw;
    padding-right: 8vw;
}
  .ugh_s6_left{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
}
  .ugh_s6_left_img{
    width: 100%;
    height: 116.722vw;
}
  .ugh_s6_left_img img{}
  .ugh_s6_right{
    width: 100%;
}
  .ugh_s6_right_text_only{
    padding-bottom: 2vw;
}
  .ugh_s6_right_text_only h4{}
  .ugh_s6_right_text_only h4 br{}
  .ugh_s6_right_text_only p{}
  .ugh_s6_right_text_only p br{}
  .ugh_s6_right_text_only p mark{}
  .ugh_s6_right_form{}
  .ugh_s6_right_form form{}
  .ugh_s6_right_form div{}
  .ugh_s6_right_form form .text-field{
    width: 100%;
    padding-bottom: 2.222vw;
}
  .ugh_s6_right_form form .email-field{
    width: 100%;
    padding-bottom: 2.222vw;
}
  .ugh_s6_right_form form .submit-field{
    width: 100%;
    margin-top: 0vw;
}
  .ugh_s6_right_form input{}
  .ugh_s6_right_form input[type="text"]{
    text-align: center;
    font-size: 15px;
    height: 5.4vw;
}
  .ugh_s6_right_form input[type="email"]{
    text-align: center;
    font-size: 15px;
    height: 5.4vw;
}
  .ugh_s6_right_form input[type="submit"]{
    text-align: center;
    font-size: 15px;
    height: 5.4vw;
    width: 60%;
    margin-top: 0vw;
}
  .ugh_s6_right_form input[type="submit"]:hover{}
  .ugh_s6_right_form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */}
  .ugh_s6_right_form input::-moz-placeholder { /* Firefox 19+ */}
  .ugh_s6_right_form input:-ms-input-placeholder { /* IE 10+ */}
  .ugh_s6_right_form input:-moz-placeholder { /* Firefox 18- */}
  input:focus {}
  input:focus {}
  .ugh_s6_art_2{
    display: none;
}
}
@media screen and (max-width: 768px){
  .ugh_s6{
    padding-top: 10.042vw;
    padding-bottom: 17.528vw;
}
  .ugh_s6_art_1{}
  .ugh_s6 .section_inner{}
  .ugh_s6_left{}
  .ugh_s6_left_img{}
  .ugh_s6_left_img img{}
  .ugh_s6_right{}
  .ugh_s6_right_text_only{}
  .ugh_s6_right_text_only h4{}
  .ugh_s6_right_text_only h4 br{}
  .ugh_s6_right_text_only p{}
  .ugh_s6_right_text_only p br{}
  .ugh_s6_right_text_only p mark{}
  .ugh_s6_right_form{}
  .ugh_s6_right_form form{}
  .ugh_s6_right_form div{}
  .ugh_s6_right_form form .text-field{}
  .ugh_s6_right_form form .email-field{}
  .ugh_s6_right_form form .submit-field{}
  .ugh_s6_right_form input{}
  .ugh_s6_right_form input[type="text"]{
    height: 7.4vw;
}
  .ugh_s6_right_form input[type="email"]{
    height: 7.4vw;
}
  .ugh_s6_right_form input[type="submit"]{
    height: 7.4vw;
}
  .ugh_s6_right_form input[type="submit"]:hover{}
  .ugh_s6_right_form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */}
  .ugh_s6_right_form input::-moz-placeholder { /* Firefox 19+ */}
  .ugh_s6_right_form input:-ms-input-placeholder { /* IE 10+ */}
  .ugh_s6_right_form input:-moz-placeholder { /* Firefox 18- */}
  input:focus {}
  input:focus {}
  .ugh_s6_art_2{}
}
@media screen and (max-width: 550px){
  .ugh_s6{
    padding-bottom: 18.7vw;
    background-color: transparent;
    position:relative;
    padding-top: 6.7vw;
}
.ugh_s6:before{
  content:"";
  background-color: #DCE1E6;
  position:absolute;
  bottom:0px;
  left:0px;
  width:100%;
  height: 81.1%;
}
  .ugh_s6_art_1{}
  .ugh_s6 .section_inner{
    padding-left: 6vw;
    padding-right: 6vw;
}
  .ugh_s6_left{}
  .ugh_s6_left_img{
    border: solid 9px #ffffff;
    height: 123.5vw;
}
  .ugh_s6_left_img img{}
  .ugh_s6_right{
    padding-top: 5vw;
}
  .ugh_s6_right_text_only{}
  .ugh_s6_right_text_only h4{
    font-size: 13.4vw;
    font-weight: 300;
    line-height: 1.03;
    letter-spacing: 0.7vw;
}
  .ugh_s6_right_text_only h4 br{}
  .ugh_s6_right_text_only p{
    font-size: 3.75vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: 0.188vw;
    padding-top: 3.125vw;
}
  .ugh_s6_right_text_only p br{}
  .ugh_s6_right_text_only p mark{
    /* background-image: linear-gradient(120deg, rgba(192, 206, 220, 0) 0%, rgba(192, 206, 220, 0) 100%); */
}
  .ugh_s6_right_text_only p mark.m{
    
background-image: linear-gradient(120deg, #C0CEDC 0%, #C0CEDC 100%);
    
background-repeat: no-repeat;
    
background-size: 65% 85%;
    
background-position: 69px 100%;
    
padding-bottom: 7px;
  }
  .ugh_s6_right_form{
    padding-top: 3.5vw;
}
  .ugh_s6_right_form form{}
  .ugh_s6_right_form div{}
  .ugh_s6_right_form form .text-field{
    padding-bottom: 5.2vw;
}
  .ugh_s6_right_form form .email-field{}
  .ugh_s6_right_form form .submit-field{
    margin-top: 4.167vw;
}
  .ugh_s6_right_form input{}
  .ugh_s6_right_form input[type="text"]{
height: 49.92px;
    font-size: 3.958vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.11;
    letter-spacing: 0.396vw;
    width: 100%;
    padding: 0px;
    text-align: left;
    padding-left: 4.375vw;
}
  .ugh_s6_right_form input[type="email"]{
height: 49.92px;
    font-size: 3.958vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.11;
    letter-spacing: 0.396vw;
    width: 100%;
    padding: 0px;
    text-align: left;
    padding-left: 4.375vw;
}
  .ugh_s6_right_form input[type="submit"]{
    font-size: 3.958vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.11;
    letter-spacing: 0.396vw;
    padding: 0.833vw 5vw 9.6vw 5.625vw;
}
  .ugh_s6_right_form input[type="submit"]:hover{}
  .ugh_s6_right_form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */}
  .ugh_s6_right_form input::-moz-placeholder { /* Firefox 19+ */}
  .ugh_s6_right_form input:-ms-input-placeholder { /* IE 10+ */}
  .ugh_s6_right_form input:-moz-placeholder { /* Firefox 18- */}
  input:focus {}
  input:focus {}
  .ugh_s6_art_2{}
}
/*
  Uncommongrit-Home: Footer Top
=========================================*/
.footer{}
.ugh_footer_top_art_1{
  position: absolute;
  background-image: url(ft-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  z-index: 1;
  width: 132px;
  height: 121px;
  top: 30px;
  right: 0px;
}
.ugh_footer_top_art_2{
  position: absolute;
  background-image: url(ft-3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  z-index: 0;
  width: 357px;
  height: 333px;
  bottom: -187px;
  right: -77px;
}
.ugh_footer_top {
    background-color: #494C4F;
    padding-bottom: 73px;
    text-transform: uppercase;
    padding-top: 101px;
    position: relative;
}
.ugh_footer_top:before{
  content: "";
  position: absolute;
  top: -267px;
  right: 79px;
  width: 5px;
  height: 337px;
  background-color: #2c2c2c;
  z-index: 9;
  border-radius: 50px;
}
.ugh_footer_top .section_inner {
    width: 1352px;
    width: 1117px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    font-size: 14.95px;
    font-family: 'Quicksand', sans-serif;
}
.ugh_footer_top_left {
    width: 68%;
    color: #FFF;
    padding-top: 3px;
    font-size: 15px;
}
.ugh_footer_top_right {
    width: 27.2%;
    text-align: right;
    padding-bottom: 0px;
    padding-top: 36px;
    padding-left: 25px;
}
.instagram_feed{
}
.instagram_gallery{
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.instagram_gallery ul{
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.instagram_gallery ul li{
  list-style: none;
  margin: 0px;
  display: inline-block;
  padding-left: 3px;
  padding-right: 3px;
  width: 25%;
  padding-bottom: 6px;
}
.instagram_gallery a{
  list-style: none;
  margin: 0px;
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  width: 25%;
  padding-bottom: 6px;
}
.instagram_gallery a img {
  max-width: 100%;
  margin: 0 !important;
  width: 180px !important;
  height: auto;
}
.ugh_footer_top_right article{}
.ugh_footer_top_right article h5{
    text-align: left;
    color: #ffffff;
    margin-bottom: 5px;
}
.ugh_footer_top_right article h5 br{}
.ugh_footer_top_right article p{
    text-align: left;
    color: #eddfd9;
    text-transform: lowercase;
    margin-top: 8px;
}
.ugh_footer_top_right article p a{
    color: #eddfd9;
}
/*
  Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
  .footer{}
  .ugh_footer_top_art_1{
    width: 9.167vw;
    height: 8.403vw;
    top: 2.083vw;
    right: 0vw;
  }
  .ugh_footer_top_art_2{
    width: 24.792vw;
    height: 23.125vw;
    bottom: -12.986vw;
    right: -5.347vw;
  }
  .ugh_footer_top {
      padding-bottom: 5.069vw;
      padding-top: 7.014vw;
  }
  .ugh_footer_top:before{
    top: -18.542vw;
    right: 5.486vw;
    width: 0.347vw;
    height: 23.403vw;
    border-radius: 3.472vw;
  }
  .ugh_footer_top .section_inner {
      width: 93.889vw;
      width: 77.569vw;
      font-size: 1.038vw;
  }
  .ugh_footer_top_left {
      width: 68%;
      padding-top: 0.208vw;
      font-size: 1.042vw;
  }
  .ugh_footer_top_right {
      width: 27.2%;
      padding-bottom: 0vw;
      padding-top: 2.5vw;
      padding-left: 1.736vw;
  }
  .instagram_feed{}
  .instagram_gallery{}
  .instagram_gallery ul{
    margin: 0vw;
    padding: 0vw;
    width: 100%;
  }
  .instagram_gallery ul li{
    margin: 0vw;
    padding-left: 0.208vw;
    padding-right: 0.208vw;
    width: 25%;
    padding-bottom: 0.417vw;
  }
  .instagram_gallery a{
    margin: 0vw;
    padding-left: 0.417vw;
    padding-right: 0.417vw;
    width: 25%;
    padding-bottom: 0.417vw;
  }
  .instagram_gallery a img {
    max-width: 100%;
    width: 12.5vw !important;
  }
  .ugh_footer_top_right article{}
  .ugh_footer_top_right article h5{
      margin-bottom: 0.347vw;
  }
  .ugh_footer_top_right article h5 br{}
  .ugh_footer_top_right article p{
      margin-top: 0.556vw;
  }
}
@media screen and (max-width: 1140px){
  .footer{}
  .ugh_footer_top_art_1{}
  .ugh_footer_top_art_2{}
  .ugh_footer_top {}
  .ugh_footer_top:before{}
  .ugh_footer_top .section_inner {}
  .ugh_footer_top_left {}
  .ugh_footer_top_right {}
  .instagram_feed{}
  .instagram_gallery{}
  .instagram_gallery ul{}
  .instagram_gallery ul li{}
  .instagram_gallery a{}
  .instagram_gallery a img {}
  .ugh_footer_top_right article{}
  .ugh_footer_top_right article h5{}
  .ugh_footer_top_right article h5 br{}
  .ugh_footer_top_right article p{}
}
@media screen and (max-width: 1024px){
  .footer{}
  .ugh_footer_top_art_1{
    width: 18.167vw;
    height: 14.403vw;
    top: 3.083vw;
    right: 0vw;
}
  .ugh_footer_top_art_2{
    width: 34.792vw;
    height: 35.125vw;
    bottom: inherit;
    right: inherit;
    left: -13vw;
    top: -6vw;
    z-index: 0;
  }
  .ugh_footer_top {
    padding-top: 6.014vw;
    padding-bottom: 2.069vw;
  }
  .ugh_footer_top:before{
  }
  .ugh_footer_top .section_inner {
    width: 100%;
    padding-left: 8vw;
    padding-right: 8vw;
}
  .ugh_footer_top_left {
      width: 100%;
      z-index: 1;
  }
  .ugh_footer_top_left h5.mobile_only{
    display:block;
    color: #ffffff;
    margin-bottom: 1.347vw;
}
  .ugh_footer_top_left.mobile_only{display: block;width: 100%;}
  .ugh_footer_top_left.mobile_only .instagram_feed{}
  .ugh_footer_top_left.mobile_only .instagram_gallery{}
  .ugh_footer_top_left.mobile_only .instagram_gallery a{}
  .ugh_footer_top_left.mobile_only .instagram_gallery a img{}
  .ugh_footer_top_right {width: 100%;padding: 0vw;}
  .instagram_feed{
    /* display: none; */
  }
  .instagram_gallery{}
  .instagram_gallery ul{}
  .instagram_gallery ul li{}
  .instagram_gallery a{
  }
  .instagram_gallery a img {
    width: 100% !important;
  }
  .ugh_footer_top_right article{}
  .ugh_footer_top_right article h5{display: none;}
  .ugh_footer_top_right article h5 br{}
  .ugh_footer_top_right article p{
    font-size: 1.951vw;
    text-align: right;
  }
}
@media screen and (max-width: 768px){
  .footer{}
  .ugh_footer_top_art_1{}
  .ugh_footer_top_art_2{}
  .ugh_footer_top {}
  .ugh_footer_top:before{
    top: -11.542vw;
    right: 10.486vw;
}
  .ugh_footer_top .section_inner {}
  .ugh_footer_top_left {}
  .ugh_footer_top_right {}
  .instagram_feed{}
  .instagram_gallery{}
  .instagram_gallery ul{}
  .instagram_gallery ul li{}
  .instagram_gallery a{}
  .instagram_gallery a img {}
  .ugh_footer_top_right article{}
  .ugh_footer_top_right article h5{}
  .ugh_footer_top_right article h5 br{}
  .ugh_footer_top_right article p{}
}
@media screen and (max-width: 550px){
  .footer{}
  .ugh_footer_top_art_1{
    width: 37.292vw;
    height: 31.875vw;
    top: 9.792vw;
    right: 0vw;
}
  .ugh_footer_top_art_2{
    width: 466px;
    height: 466px;
    bottom: inherit;
    right: inherit;
    left: -235px;
    top: -98px;
}
  .ugh_footer_top {
    padding-top: 26.4vw;
    padding-bottom: 2.8vw;
}
  .ugh_footer_top:before{
    top: -67px;
    right: 109px;
    width: 6px;
    height: 163px;
    border-radius: 0vw;
}
  .ugh_footer_top .section_inner {}
  .ugh_footer_top_left {}
  .ugh_footer_top_right {}
  .instagram_feed{
    margin-right: 5px;
}
  .instagram_gallery{}
  .instagram_gallery ul{}
  .instagram_gallery ul li{}
  .instagram_gallery a{
    width: 50%;
    padding: 0vw;
}
  .instagram_gallery a img {}
  .ugh_footer_top_right article{}
  .ugh_footer_top_right article h5{}
  .ugh_footer_top_right article h5 br{}
  .ugh_footer_top_right article p{
    font-size: 4.167vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.8px;
    margin-top: 8px;
    margin-right: 7px;
}
  .ugh_footer_top_left h5.mobile_only{
    margin-bottom: 4.375vw;
    font-size: 10.417vw;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.16;
    letter-spacing: 0.521vw;
    margin-left: -0.625vw;
}
}
/*
  Uncommongrit-Home: Footer Bottom
=========================================*/
.ugh_footer_bottom {
    background: #000000;
    position: relative;
    z-index: 2;
}
.ugh_footer_bottom .section_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1170px;
}
.ugh_footer_bottom .si_left { 
    width: 80%;
}
.ugh_footer_bottom .si_left .si_copyright {
    padding-left: 16px;
    padding-top: 24px;
    font-size: 15px;
    font-family: 'Quicksand', sans-serif;
    color: #ffffff;
    line-height: 1.5;
    letter-spacing: 1.96px;
    font-weight: normal;
}
.ugh_footer_bottom .si_left .si_copyright strong{ 
    font-style:normal;
}
.ugh_footer_bottom .si_left .si_copyright span{}
.ugh_footer_bottom .si_left .si_copyright a {
   color: #6bbdb9;
}
.ugh_footer_bottom .si_left .si_copyright a:hover {
    color: #ffffff;
}
.ugh_footer_bottom .si_right {
    width: 20%;
    text-align: right;
}
.ugh_footer_bottom .si_right .si_social {
    margin-top: 23px;
    padding-bottom: 26px;
    margin-right: -10px;
}
.ugh_footer_bottom .si_right .si_social img {
    max-height: 19px;
    margin-left: -3px;
    margin-right: 20px;
}
.ugh_footer_bottom .si_left .si_copyright em{
    font-style: normal;
}
/*
  Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
  .ugh_footer_bottom {}
  .ugh_footer_bottom .section_inner {
      width: 81.25vw;
  }
  .ugh_footer_bottom .si_left { 
      width: 80%;
  }
  .ugh_footer_bottom .si_left .si_copyright {
      padding-left: 1.111vw;
      padding-top: 1.667vw;
      font-size: 1.042vw;
      letter-spacing: 0.136vw;
  }
  .ugh_footer_bottom .si_left .si_copyright strong{ }
  .ugh_footer_bottom .si_left .si_copyright span{}
  .ugh_footer_bottom .si_left .si_copyright a {}
  .ugh_footer_bottom .si_left .si_copyright a:hover {}
  .ugh_footer_bottom .si_right {
      width: 20%;
  }
  .ugh_footer_bottom .si_right .si_social {
      margin-top: 1.597vw;
      padding-bottom: 1.806vw;
      margin-right: -0.694vw;
  }
  .ugh_footer_bottom .si_right .si_social img {
      max-height: 1.319vw;
      margin-left: -0.208vw;
      margin-right: 1.389vw;
  }
  .ugh_footer_bottom .si_left .si_copyright em{}
}
@media (max-width: 1140px){

}
@media (max-width: 1024px){
  .ugh_footer_bottom .section_inner{
      width: 93vw;
  }
  .ugh_footer_bottom .si_left{
      width: 78%;
  }
  .ugh_footer_bottom .si_left .si_copyright{
      font-size: 1.33vw;
      padding-top: 1.9vw;
      padding-left: 0;
  }
  .ugh_footer_bottom .si_right{
      width: 22%;
  }
      .ugh_footer_bottom .si_right .si_social img {
      max-height: 1.8vw;
  }
}
@media (max-width: 768px){
  .ugh_footer_bottom .section_inner{
      width: 94vw;
  }
  .ugh_footer_bottom .si_left{
      width: 100%;
  }
  .ugh_footer_bottom .si_left .si_copyright{
      font-size: 3vw;
      text-align: center;
      padding-top: 3vw;
      line-height: 2.1;
      padding-bottom: 3vw;
  }
  .ugh_footer_bottom .si_left .si_copyright span{
      display: block;
  }
  .ugh_footer_bottom .si_left .si_copyright em{
      display: none;
  }
  .ugh_footer_bottom .si_right{
      width: 22%;
      display: none;
  }
}
@media (max-width: 550px){
  .ugh_footer_bottom .section_inner{
      width: 94vw;
  }
  .ugh_footer_bottom .si_left{ 
      width: 100%; 
  }
  .ugh_footer_bottom .si_left .si_copyright{
text-align: center;
    padding-top: 4.167vw;
    padding-bottom: 4.375vw;
    font-size: 3.333vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.72;
    letter-spacing: 0.271vw;
}
  .ugh_footer_bottom .si_left .si_copyright span{
      display: block;
  }
  .ugh_footer_bottom .si_left .si_copyright em{ 
      display: none; 
  }

}
@media (max-width: 480px){

} 