@font-face {
  font-family: "Sequel 100 Wide 85";
  src: url("sequel100wide-85.woff2") format("woff2"),
    url("sequel100wide-85.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Nunito Sans";
  src: url("nunitosans-bold.woff2") format("woff2"),
    url("nunitosans-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Arimo";
  src: url("arimo-regular.woff2") format("woff2"),
    url("arimo-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

body {
  font-size: 1.02vw;
  font-weight: normal;
  line-height: 1.54;
  letter-spacing: 0vw;
  color: #000000;
  font-family: "Arimo";
  letter-spacing: 0.036vw;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
  font-family: "Sequel 100 Wide 85";
}
h1 {
  font-size: 4.5vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: 0.034vw;
  color: #000000;
}

h2 {
  font-size: 4.5vw;
  font-weight: 100;
  font-stretch: normal;
  letter-spacing: 0.034vw;
  color: #1d1d1b;
  line-height: 1.18;
}

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

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

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

a:hover {
}

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

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

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

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

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

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

.mobile_only {
  display: none !important;
}

.m {
  display: none !important;
}

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

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

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

.mobile_only {
  display: none;
}

@media (max-width: 1440px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 1140px) {
  body {
    font-size: 1.3vw;
    letter-spacing: 0.036vw;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  }
  h1 {
    font-size: 4.5vw;
    letter-spacing: 0.034vw;
  }

  h2 {
    font-size: 4.5vw;
    letter-spacing: 0.034vw;
  }

  h3 {
    font-size: 3.1vw;
    letter-spacing: 0.02vw;
  }

  h4 {
    font-size: 3.2vw;
    letter-spacing: -0.06vw;
  }

  h5 {
    font-size: 1.34vw;
    letter-spacing: 0.145vw;
  }
  .g_button {
    padding: 1vw 3.802vw;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 3.75vw;
    letter-spacing: 0.15vw;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  }
  h1 {
    font-size: 10.3vw;
    letter-spacing: 0.034vw;
    line-height: 1.2;
  }

  h2 {
    font-size: 4.5vw;
    letter-spacing: 0.034vw;
  }

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

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

  h5 {
    font-size: 4vw;
    letter-spacing: 0.64vw;
    line-height: 1.45;
  }
  .g_button {
    font-size: 2.833vw;
    letter-spacing: 0.09vw;
    padding: 2vw 9.9vw 2.7vw 9.6vw;
  }
  .g_button:hover {
  }
}
/*
    Header
------------------------------*/
.lp_header .section_inner {
  display: flex;
  width: 100%;
  padding-top: 1.771vw;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-bottom: 1.302vw;
  padding-left: 3.438vw;
  padding-right: 3.438vw;
  background-color: #1d1d1b;
  border-bottom: 2px solid #f7f5f1;
}

.lp_header_left {
  width: 25%;
  padding-top: 0vw;
}

.lp_logo_image {
  width: 12.292vw;
}

.lp_header_right {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  text-align: right;
  padding-top: 0vw;
  margin-top: -0.417vw;
}

.lp_header_right ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  /* margin-top: -0.417vw; */
}

.lp_header_right li {
  display: inline-block;
  margin: 0;
  padding-right: 0.469vw;
  padding-left: 2.188vw;
}

.lp_header_right li a {
  display: block;
  margin: 0 0vw;
  padding: 0 0vw;
  position: relative;
  font-size: 0.682vw;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.182vw;
  text-align: left;
  color: #f7f5f1;
  font-family: "Nunito Sans";
  text-transform: uppercase;
}

.responsive-menu ul li a:after,
.lp_header_right li a:after {
  content: " ";
  width: 98%;
  height: 2px;
  opacity: 0;
  position: absolute;
  bottom: 1px;
  left: 0px;
  z-index: -1;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  background-color: #cdfa52;
}

.responsive-menu ul li a:after {
  bottom: -1px;
}

.responsive-menu ul li a:hover:after,
.lp_header_right li a:hover:after {
  opacity: 1;
}

.responsive-menu ul li a {
  display: inline-block;
  padding: 0 0px;
}

.responsive-menu ul li.pf4_user_menu_item {
  margin-bottom: 0vw;
}

.responsive-menu ul li.pf4_user_menu_item .user img.user__avatar {
  display: none;
}

.responsive-menu ul li.pf4_user_menu_item .user .user__dropdown a {
  display: block;
  margin-bottom: 25px;
}

.lp_header_icon {
  width: 8%;
  text-align: right;
  padding-right: 0.99vw;
  margin-top: -0.052vw;
}
.lp_header_icon span {
  width: 1.302vw;
  height: 1.458vw;
  display: inline-block;
  margin-left: 0.521vw;
}
.lp_header_icon span a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.lp_header_icon span.instagram {
}
.lp_header_icon span.instagram a {
  background-image: url(instagram.svg);
}

.lp_header_icon span.facebook {
}
.lp_header_icon span.facebook a {
  background-image: url(facebook.svg);
}

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

@media (max-width: 1140px) {
  .lp_header_right li a {
    font-size: 1vw;
  }
}

@media (max-width: 1024px) {
  .lp_header_left {
    padding-left: 0vw;
    /* width: 80%; */
  }
  .lp_header_right {
    padding-left: 0;
    padding-top: 0vw;
  }

  .lp_header_right li a {
    /* font-size: 1.5vw; */
  }
}

@media (max-width: 768px) {
  .lp_header_left {
    padding-left: 0vw;
    width: 80%;
  }
  .lp_header .section_inner {
    position: relative;
    padding-bottom: 6.5vw;
    padding-left: 7.8vw;
    padding-right: 7.438vw;
    padding-top: 6.5vw;
  }

  .lp_logo_image {
    width: 51vw;
  }

  .lp_header_right {
    text-align: right;
    width: 20%;
  }

  .lp_header_icon {
    width: 8%;
    text-align: right;
    padding-right: 0.99vw;
    margin-top: -0.052vw;
    display: none;
  }
  .lp_header_icon span {
    width: 9.3vw;
    height: 9.458vw;
    display: inline-block;
    margin-left: 0.521vw;
    margin-right: 3.7vw;
  }
  .lp_header_icon span a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .lp_header_icon span.instagram {
  }
  .lp_header_icon span.instagram a {
    background-image: url(instagram.svg);
  }

  .lp_header_icon span.facebook {
  }
  .lp_header_icon span.facebook a {
    background-image: url(facebook.svg);
  }
}

/*
    Responsive Header
------------------------------*/

.responsive-menu-hand {
  display: none;
}

.responsive-menu-hand svg {
  width: 100%;
  height: 100%;
}

.responsive-menu-close {
  clear: both;
  height: 7vw;
  width: 7vw;
  display: block;
  position: absolute;
  top: 5.5vw;
  right: 7.2vw;
}
.responsive-menu-close svg {
  width: 100%;

  height: 100%;
}

.responsive-menu-close strong {
  position: relative;
  height: 0px;
  width: 40px;
  display: block;
}

.responsive-menu-close span:nth-child(1),
a.responsive-menu-close span:nth-child(2) {
  width: 60px;
  display: block;
  background-color: #706e6c;
  height: 2px;
}

a.responsive-menu-haÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­nd {
  width: 60px;
}

.responsive-menu-close span:nth-child(1) {
  transform: rotate(-45deg);
  margin-top: 40px;
}

.responsive-menu-close span:nth-child(2) {
  transform: rotate(45deg);
  margin-top: -2px;
}

.responsive-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: -110%;
  right: 0vw;
  background: #1d1d1b;
  z-index: 999999;
  overflow: scroll;
  overflow-y: auto;
  overflow-x: auto;
  transition: top 0.5s ease;
  padding-top: 0vw;
}

.responsive-menu.active {
  top: 0;
  /* right: 0vw; */
}

.responsive-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  border-bottom: 0;
}

.responsive-menu ul li {
  margin: 0;
  padding: 0 18px;
  list-style-type: none;
  position: relative;
  margin-bottom: 58.6px;
  text-align: left;
}

.responsive-menu ul li a,
.responsive-menu .pf4_header_userarea span a {
  line-height: 40px;
  height: auto;
  display: inline-block;
  text-decoration: none;
  font-size: 20px !important;
  letter-spacing: 3.9px;
  position: relative;
  text-align: center;
  line-height: 1.52;
  border: 0;
  margin: 0;
  color: #f7f5f1;
  font-family: "Nunito Sans";
  text-transform: uppercase;
}

.responsive-menu ul li:hover {
  text-decoration: none;
}

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

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

@media (max-width: 1024px) {
}

@media (max-width: 768px) {
  .lp_header_right ul {
    display: none;
  }

  a.responsive-menu-hand {
    width: 9vw;
    height: 100%;
    margin-top: 0px;
    background-image: url(mobile_menu.svg);
    background-position: center;
    background-size: 9vw;
    background-repeat: no-repeat;
    right: 7.5vw;
    position: absolute;
  }

  .responsive-menu-hand {
    display: block;
  }

  .responsive-menu .lp_header {
    order: 1;
  }
  .responsive-menu .responsive-menu-waper {
    order: 2;
    padding-top: 23.8vw;
    padding-left: 23vw;
    padding-right: 10vw;
  }
  .responsive-menu .lp_header_icon {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 23vw;
    padding-top: 10.7vw;
    padding-bottom: 9vw;
  }
}

.lp_header .user {
  /*============================================================================
      #User Avatar
    ==============================================================================*/
  /*============================================================================
      #User Dropdown
    ==============================================================================*/
  position: relative;
  display: block;
  margin-top: -10px;
  margin-bottom: -13px;
}

.lp_header .user .dropdown > :before {
  content: " ";
  position: absolute;
  z-index: 0;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #f2d0c4;
  opacity: 1;
  height: 14px;
  width: 2px;
  top: 17px;
  left: -10px;
}

.lp_header .user__avatar {
  height: 40px;
  max-height: 40px;
  margin: 0 0 0 1rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.lp_header .user__dropdown {
  position: absolute;
  z-index: 2000;
  top: 50px;
  right: 0;
  display: none;
  padding: 20px 30px;
  text-align: left;
  white-space: nowrap;
  border-top: 1px solid #f9f9f9;
  background: #f9f9f9;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05);
}

.lp_header .user__dropdown--light a {
  color: #0a2338;
}

.lp_header .user__dropdown--dark a {
  color: #fff;
}

.lp_header .user__dropdown span {
  display: block;
}

.lp_header .user__dropdown a {
  line-height: 40px !important;
  display: block;
  color: #000;
  padding-right: 7px;
  padding-left: 7px;
}

.lp_header--center .user {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

.lp_header--center .user__dropdown {
  top: 50px;
}

.lp_header--center .user__dropdown a {
  line-height: 40px;
  margin: 0 0 0 0;
}

@media (max-width: 767px) {
  .lp_header .user {
    position: static;
    display: block;
    width: 100%;
  }

  .lp_header .user__avatar {
    display: none;
  }

  .lp_header .user__dropdown {
    position: static;
    display: block !important;
    padding: 0 0 0 0;
    text-align: left;
    border-top: 0;
    background: transparent !important;
    box-shadow: none;
  }

  .lp_header--light .user__dropdown a {
    color: #0a2338;
  }

  .lp_header--dark .user__dropdown a {
    color: #fff;
  }
}

@media (max-width: 768px) {
}

.m {
  display: none;
}
@media (max-width: 1440px) {
  .m {
  }
}
@media (max-width: 1140px) {
  .m {
  }
}
@media (max-width: 1024px) {
  .m {
  }
}
@media (max-width: 768px) {
  .m {
    display: block !important;
  }
}
@media (max-width: 550px) {
}

/*
    Section 01
------------------------------*/
.slc1 {
  background-color: #1d1d1b;
}
.slc1 .section_inner {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.slc1_left {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 45.3%;
}
.slc1_left img {
  width: 20%;
  opacity: 0;
}
.slc1_left img.mobile_only {
}

.slc1_right {
  width: 54.7%;
  padding-left: 9.531vw;
  padding-top: 6.198vw;
  padding-right: 5.208vw;
  position: relative;
  padding-bottom: 10vw;
}
.slc1_right h1 {
  margin-left: -29.323vw;
  text-transform: uppercase;
  margin-bottom: -0.104vw;
  color: #f7f5f1;
}
.slc1_right h1 br {
  /* display: none; */
}
.slc1_right h1 br.m {
}

.slc1_right h1 span {
  display: inline-block;
  padding-left: 10.4vw;
  position: relative;
  top: -0.1vw;
}
.slc1_right h1 mark {
  padding-right: 0.417vw;
  padding-left: 0.833vw;
  margin-left: -0.729vw;
  background-image: linear-gradient(120deg, #f7f5f1 0%, #f7f5f1 100%);
  background-repeat: no-repeat;
  background-size: 100% 87%;
  background-position: 0 84%;
  color: #1d1d1b;
}

.slc1_right article {
  width: 100%;
  display: block;
  padding-top: 5.765vw;
  padding-left: 0.052vw;
  padding-right: 10.417vw;
  color: #f7f5f1;
  font-family: "Arimo";
  font-weight: normal;
  letter-spacing: 0.041vw;
  padding-bottom: 2.917vw;
}
.slc1_right article h5 {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0vw;
  padding-bottom: 1.146vw;
}
.slc1_right article h5 br {
}
.slc1_right article h5 br.m {
}

.slc1_right article p {
  letter-spacing: 0.036vw;
}
.slc1_right article p br {
}
.slc1_right article p br.m {
}

.slc1_right .link {
  padding-left: 0.208vw;
}
.slc1_right .link a.g_button {
}

.slc1_art1 {
  width: 6.823vw;
  display: block;
  position: absolute;
  bottom: 5.208vw;
  right: 5.625vw;
}
.slc1_art1 span {
  transition: all 0.3s;
  -webkit-animation: anime_button 0.4s infinite alternate;
  -moz-animation: anime_button 0.4s infinite alternate;
  animation: anime_button 0.4s infinite alternate;
  position: relative;
}
.slc1_art1 span svg {
  width: 100%;
  height: auto;
}

@media (max-width: 1140px) {
  .slc1 {
  }
  .slc1 .section_inner {
  }

  .slc1_left {
  }
  .slc1_left .img {
  }
  .slc1_left .img.mobile_only {
  }

  .slc1_right {
  }
  .slc1_right h1 {
  }
  .slc1_right h1 br {
  }
  .slc1_right h1 br.m {
  }

  .slc1_right h2 {
  }
  .slc1_right h2 mark {
  }

  .slc1_right article {
  }
  .slc1_right article h5 {
  }
  .slc1_right article h5 br {
  }
  .slc1_right article h5 br.m {
  }

  .slc1_right article p {
  }
  .slc1_right article p br {
  }
  .slc1_right article p br.m {
  }

  .slc1_right .link {
  }
  .slc1_right .link a.g_button {
    padding: 1vw 3.802vw 0.7vw 3.802vw;
  }

  .slc1_art1 {
  }
  .slc1_art1 span {
  }
  .slc1_art1 span svg {
  }
}

@media (max-width: 768px) {
  .slc1 {
  }
  .slc1 .section_inner {
  }

  .slc1_left {
    width: 100% !important;
    background-image: none !important;
  }
  .slc1_left img {
    display: none;
  }
  .slc1_left img.mobile_only {
    display: block !important;
    width: 100%;
    opacity: 1;
  }

  .slc1_right {
    width: 100%;
    padding-left: 6.531vw;
    padding-top: 0vw;
    padding-right: 4.208vw;
    padding-bottom: 21.5vw;
    margin-top: -30.98vw;
  }
  .slc1_right h1 {
    margin-left: 0vw;
    padding-left: 0.5vw;
  }
  .slc1_right h1 br {
    display: none;
  }
  .slc1_right h1 br.m {
  }

  .slc1_right h1 span {
    padding-left: 8vw;
    top: 1vw;
  }
  .slc1_right h1 mark {
    padding-right: 2.417vw;
    padding-left: 2.3vw;
    margin-left: -0.729vw;
    position: relative;
    top: 1.2vw;
    padding-bottom: 0.2vw;
    background-size: 100% 100%;
    background-position: 0 100%;
  }

  .slc1_right article {
    padding-top: 14.5vw;
    padding-left: 7.7vw;
    padding-right: 2.417vw;
    color: #f7f5f1;
    font-family: "Arimo";
    font-weight: normal;
    letter-spacing: 0.041vw;
    padding-bottom: 6.8vw;
  }
  .slc1_right article h5 {
    padding-bottom: 2.66vw;
  }
  .slc1_right article h5 br {
    display: none;
  }
  .slc1_right article h5 br.m {
  }

  .slc1_right article p {
    letter-spacing: 0.14vw;
    padding-right: 14vw;
  }
  .slc1_right article p br {
  }
  .slc1_right article p br.m {
  }

  .slc1_right .link {
    padding-left: 7.8vw;
  }
  .slc1_right .link a.g_button {
    padding: 2.3vw 14.9vw 2.2vw 13.6vw;
  }

  .slc1_art1 {
    width: 13.2vw;
    display: block;
    position: absolute;
    bottom: 9.9vw;
    right: 11.5vw;
  }
  .slc1_art1 span {
  }
  .slc1_art1 span svg {
  }
}

/*
    Section 02
------------------------------*/
.slc2 {
  background-color: #f7f5f1;
}
.slc2 .section_inner {
  padding-left: 10.625vw;
  padding-right: 9.115vw;
  padding-top: 6.875vw;
  padding-bottom: 7.5vw;
}

.slc2_in1 {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
}
.slc2_in1_left {
  width: 62%;
  padding-left: 7.76vw;
  padding-top: 5.417vw;
  padding-right: 13.021vw;
  padding-bottom: 15.781vw;
}
.slc2_in1_left h5 {
  text-transform: uppercase;
}
.slc2_in1_left h5 br {
}
.slc2_in1_left h5 br.m {
}

.slc2_in1_right {
  width: 38%;
  padding-left: 3.385vw;
}
.slc2_in1img {
  width: 100%;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 36.458vw;
}
.slc2_in1img img {
  width: 10%;
  opacity: 0;
}

.slc2_in2 {
  text-align: center;
  width: 100%;
  display: block;
  padding-left: 5.417vw;
  padding-right: 8.958vw;
  margin-top: -20.417vw;
  position: relative;
  z-index: 2;
}
.slc2_in2_title {
}
.slc2_in2_title h2 {
  text-transform: uppercase;
  font-size: 5.938vw;
  line-height: 1.17;
  letter-spacing: -0.036vw;
}
.slc2_in2_title h2 br {
}
.slc2_in2_title h2 mark {
  padding-right: 1.302vw;
  padding-left: 1.302vw;
  background-image: linear-gradient(120deg, #1d1d1b 0%, #1d1d1b 100%);
  background-repeat: no-repeat;
  background-size: 100% 85%;
  background-position: 0 63%;
  color: #f7f5f1;
  margin-left: 2.448vw;
  letter-spacing: 0vw;
}

.slc2_in3 {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  margin-top: -3.385vw;
}
.slc2_in3_left {
  width: 52.5%;
  padding-right: 10.052vw;
}
.slc2_in3img {
  width: 100%;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30.99vw;
}
.slc2_in3img img {
  width: 10%;
  opacity: 0;
}

.slc2_in3_right {
  padding-top: 13.802vw;
  width: 47.5%;
  padding-right: 5.99vw;
  padding-bottom: 4.323vw;
}
.slc2_in3_right article {
  padding-bottom: 2.448vw;
}
.slc2_in3_right article p {
}
.slc2_in3_right article p br {
}
.slc2_in3_right article p br.m {
}

.slc2_in3_right .link {
}
.slc2_in3_right .link a.g_button {
  padding: 0.66vw 3.281vw 0.6vw 3.281vw;
}

@media (max-width: 1140px) {
  .slc2 {
  }
  .slc2 .section_inner {
  }

  .slc2_in1 {
  }
  .slc2_in1_left {
  }
  .slc2_in1_left h5 {
  }
  .slc2_in1_left h5 br {
  }
  .slc2_in1_left h5 br.m {
  }

  .slc2_in1_right {
  }
  .slc2_in1img {
  }
  .slc2_in1img img {
  }

  .slc2_in2 {
  }
  .slc2_in2_title {
  }
  .slc2_in2_title h2 {
  }
  .slc2_in2_title h2 br {
  }
  .slc2_in2_title h2 mark {
  }

  .slc2_in3 {
  }
  .slc2_in3_left {
  }
  .slc2_in3img {
  }
  .slc2_in3img img {
  }

  .slc2_in3_right {
  }
  .slc2_in3_right article {
  }
  .slc2_in3_right article p {
  }
  .slc2_in3_right article p br {
    display: none;
  }
  .slc2_in3_right article p br.m {
  }

  .slc2_in3_right .link {
  }
  .slc2_in3_right .link a.g_button {
    padding: 1vw 3.281vw 0.7vw 3.281vw;
  }
}
@media (max-width: 768px) {
  .slc2 {
  }
  .slc2 .section_inner {
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 13.1vw;
    padding-bottom: 21vw;
  }

  .slc2_in1 {
  }
  .slc2_in1_left {
    width: 100%;
    padding-left: 14.4vw;
    padding-top: 5.3vw;
    padding-right: 5.021vw;
    padding-bottom: 9.1vw;
  }
  .slc2_in1_left h5 {
  }
  .slc2_in1_left h5 br {
    display: none;
  }
  .slc2_in1_left h5 br.m {
  }

  .slc2_in1_right {
    width: 100%;
    padding-left: 41.8vw;
  }
  .slc2_in1img {
    height: 78.3vw;
  }
  .slc2_in1img img {
  }

  .slc2_in2 {
    padding-left: 2vw;
    padding-right: 2vw;
    margin-top: -5.5vw;
  }
  .slc2_in2_title {
  }
  .slc2_in2_title h2 {
    font-size: 9.5vw;
    line-height: 1.17;
    letter-spacing: -0.05vw;
  }
  .slc2_in2_title h2 br {
  }
  .slc2_in2_title h2 mark {
    margin-left: 0.3vw;
    background-size: 100% 94%;
    background-position: 0 71%;
  }

  .slc2_in3 {
  }
  .slc2_in3_left {
    width: 100%;
    padding-right: 31.1vw;
    margin-top: -4vw;
  }
  .slc2_in3img {
    height: 66.2vw;
  }
  .slc2_in3img img {
  }

  .slc2_in3_right {
    width: 100%;
    padding-left: 14.3vw;
    padding-top: 14.7vw;
    padding-right: 10.99vw;
  }
  .slc2_in3_right article {
    padding-bottom: 9.6vw;
  }
  .slc2_in3_right article p {
  }
  .slc2_in3_right article p br {
    display: none;
  }
  .slc2_in3_right article p br.m {
  }

  .slc2_in3_right .link {
  }
  .slc2_in3_right .link a.g_button {
    padding: 2.5vw 13.23vw 2.2vw 11.9vw;
  }
}

@keyframes anime_button {
  from {
    top: 0px;
  }
  to {
    top: 10px;
  }
}
/*
    Section 03
------------------------------*/
.slc3 {
  background-color: #d3bfda;
  padding-left: 10.104vw;
  padding-right: 10.417vw;
  padding-top: 5.208vw;
  padding-bottom: 4.792vw;
}
.slc3 .section_inner {
  padding-right: 12.24vw;
}

.slc3 h4 {
  text-transform: uppercase;
  color: #1d1d1b;
}
.slc3 h4 br {
}
.slc3 h4 br.m {
}
.slc3 h4 mark {
  padding-right: 0.417vw;
  padding-left: 0.885vw;
  margin-left: -0.052vw;
  background-image: linear-gradient(120deg, #1d1d1b 0%, #1d1d1b 100%);
  background-repeat: no-repeat;
  background-size: 100% 97%;
  background-position: 0 100%;
  color: #f7f5f1;
  padding-bottom: 0.208vw;
}

.slc3_art1 {
  width: 6.771vw;
  display: block;
  position: absolute;
  right: -1.042vw;
  top: 2.083vw;
}
.slc3_art1 span {
  display: block;
  position: relative;
  transition: all 0.3s;
  -webkit-animation: anime_button 0.4s infinite alternate;
  -moz-animation: anime_button 0.4s infinite alternate;
  animation: anime_button 0.4s infinite alternate;
}
.slc3_art1 span svg {
  width: 100%;
  height: auto;
}
.slc3_art1 span svg path {
  stroke: #000000;
}

@media (max-width: 768px) {
  .slc3 {
    padding-left: 10.4vw;
    padding-right: 10.417vw;
    padding-top: 11.7vw;
    padding-bottom: 14vw;
  }
  .slc3 .section_inner {
    padding-right: 0vw;
  }

  .slc3 h4 {
    margin-bottom: 0px;
  }
  .slc3 h4 br {
  }
  .slc3 h4 br.m {
  }
  .slc3 h4 mark {
  }

  .slc3_art1 {
    width: 13.771vw;
    display: block;
    position: absolute;
    right: -4.3vw;
    top: 1.783vw;
  }
  .slc3_art1 span {
  }
  .slc3_art1 span svg {
  }
}

/*
    Section 04
------------------------------*/
.slc4 {
  background-color: #1d1d1b;
}
.slc4 .section_inner {
  padding-top: 7.24vw;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-left: 6.354vw;
  padding-right: 6.458vw;
  padding-bottom: 3.438vw;
}

.slc4_top_img {
  position: absolute;
  top: 0vw;
  right: 0vw;
  width: 35.313vw;
  height: 20.729vw;
  overflow: hidden;
  display: block;
}
.slc4_top_img img {
  width: 100%;
}

.slc4_left {
  width: 46%;
  position: relative;
  z-index: 2;
}
.slc4_leftin {
  padding-left: 7.604vw;
  position: relative;
}
.slc4_leftin h3 {
  color: #f7f5f1;
  writing-mode: vertical-rl;
  position: absolute !important;
  white-space: nowrap;
  bottom: -34.56px;
  left: -21.12px;
  transform: rotate(180deg);
  font-size: 5vw;
  line-height: 1.14;
  letter-spacing: 0.089vw;
}
.slc4_leftin h3 br {
}

.slc4_img {
  width: 100%;
  display: block;
  height: 44.635vw;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.slc4_img img {
  width: 20%;
  opacity: 0;
}

.slc4_right {
  width: 54%;
  padding-left: 11.979vw;
  padding-top: 19.01vw;
  padding-bottom: 3.646vw;
}
.slc4_right h5 {
  color: #f7f5f1;
  margin-left: -2.76vw;
  text-transform: uppercase;
  margin-bottom: 0vw;
  padding-bottom: 2.344vw;
  position: relative;
}
.slc4_right h5:before {
  content: "";
  height: 2px;
  width: 11.198vw;
  display: block;
  position: absolute;
  top: 0.677vw;
  right: 104.4%;
  background-color: #f7f5f1;
  transition: all 5s ease;
}
.not_in_viewport .slc4_right h5:before {
  width: 0px;
}
.slc4_right h5 br {
}
.slc4_right h5 br.m {
}
.slc4_right h5 mark {
}

.slc4_right article {
  color: #f7f5f1;
  padding-bottom: 2.552vw;
}
.slc4_right article p {
}
.slc4_right article p br {
}
.slc4_right article p br.m {
}

.slc4_right .link {
}
.slc4_right .link a.g_button {
  padding: 0.66vw 2.76vw 0.6vw 2.76vw;
}

@media (max-width: 1140px) {
  .slc4 {
  }
  .slc4 .section_inner {
  }

  .slc4_top_img {
  }
  .slc4_top_img span {
  }
  .slc4_top_img span img {
  }

  .slc4_left {
  }
  .slc4_leftin {
  }
  .slc4_leftin h3 {
  }
  .slc4_leftin h3 br {
  }

  .slc4_img {
  }
  .slc4_img img {
  }

  .slc4_right {
  }
  .slc4_right h5 {
  }
  .slc4_right h5 br {
  }
  .slc4_right h5 mark {
  }

  .slc4_right article {
  }
  .slc4_right article p {
  }
  .slc4_right article p br {
    display: none;
  }
  .slc4_right article p br.m {
  }

  .slc4_right .link {
  }
  .slc4_right .link a.g_button {
    padding: 1vw 2.76vw 0.7vw 2.76vw;
  }
}
@media (max-width: 768px) {
  .slc4 {
  }
  .slc4 .section_inner {
    padding-left: 0vw;
    padding-right: 0vw;
  }

  .slc4_top_img {
    position: relative;
    order: 3;
    width: 100%;
    height: auto;
  }
  .slc4_top_img span {
  }
  .slc4_top_img span img {
  }

  .slc4_left {
    order: 1;
    width: 100%;
    padding-right: 8.1vw;
    padding-top: 3.5vw;
    padding-left: 11.2vw;
  }
  .slc4_leftin {
    padding-left: 11.7vw;
  }
  .slc4_leftin h3 {
    bottom: -19.5px;
    left: -27.4px;
    font-size: 10.3vw;
    line-height: 1.14;
    letter-spacing: 0.25vw;
  }
  .slc4_leftin h3 br {
  }

  .slc4_img {
    height: 94.635vw;
  }
  .slc4_img img {
  }

  .slc4_right {
    order: 2;
    width: 100%;
    padding-left: 16.7vw;
    padding-top: 16.2vw;
    padding-bottom: 22.2vw;
    padding-right: 6vw;
  }
  .slc4_right h5 {
  }
  .slc4_right h5:before {
    top: 2vw;
    right: 103%;
    width: 14.198vw;
  }
  .slc4_right h5 br {
    display: none;
  }
  .slc4_right h5 mark {
  }

  .slc4_right article {
    padding-left: 9.7vw;
    padding-top: 5.5vw;
    padding-right: 4vw;
    padding-bottom: 9.2vw;
  }
  .slc4_right article p {
  }
  .slc4_right article p br {
  }
  .slc4_right article p br.m {
  }

  .slc4_right .link {
    padding-left: 9.7vw;
  }
  .slc4_right .link a.g_button {
    padding: 2.5vw 11.4vw 2.3vw 10.5vw;
  }
}

/*
    Section 05
------------------------------*/
.slc5 {
  background-color: #1d1d1b;
  margin-top: -0.521vw;
  padding-top: 0.521vw;
  padding-bottom: 3.385vw;
}
.slc5 .section_inner {
  padding-top: 3.698vw;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-left: 6.354vw;
  padding-right: 6.458vw;
  padding-bottom: 3.438vw;
}

.slc5_left {
  width: 57.8%;
  padding-left: 10.625vw;
  padding-top: 11.146vw;
  padding-bottom: 3.646vw;
}
.slc5_left h5 {
  color: #f7f5f1;
  margin-left: -3.021vw;
  text-transform: uppercase;
  margin-bottom: 0vw;
  padding-bottom: 2.292vw;
  position: relative;
}
.slc5_left h5:before {
  content: "";
  height: 2px;
  width: 13.802vw;
  display: block;
  position: absolute;
  top: 0.5vw;
  right: 103.1%;
  background-color: #f7f5f1;
  transition: all 5s ease;
}
.not_in_viewport .slc5_left h5:before {
  width: 0px;
}
.slc5_left h5 br {
}
.slc5_left h5 br.m {
}
.slc5_left h5 mark {
}

.slc5_left article {
  color: #f7f5f1;
  padding-bottom: 2.5vw;
}
.slc5_left article p {
}
.slc5_left article p br {
}
.slc5_left article p br.m {
}

.slc5_left .link {
}
.slc5_left .link a.g_button {
  padding: 0.66vw 2.396vw 0.6vw 2.448vw;
}

.slc5_right {
  width: 42.2%;
  position: relative;
  z-index: 2;
}
.slc5_rightin {
  padding-right: 7.552vw;
  position: relative;
}
.slc5_rightin h3 {
  color: #f7f5f1;
  writing-mode: vertical-rl;
  position: absolute !important;
  white-space: nowrap;
  bottom: -1.87vw;
  right: -0.7vw;
  transform: rotate(180deg);
  font-size: 5vw;
  line-height: 1.14;
  letter-spacing: 0.099vw;
}
.slc5_rightin h3 br {
}
.slc5_rightin h3 br.m {
}

.slc5_img {
  width: 100%;
  display: block;
  height: 42.865vw;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.slc5_img img {
  width: 20%;
  opacity: 0;
}

@media (max-width: 1140px) {
  .slc5 {
  }
  .slc5 .section_inner {
  }

  .slc5_left {
  }
  .slc5_left h5 {
  }
  .slc5_left h5 br {
  }
  .slc5_left h5 br.m {
  }
  .slc5_left h5 mark {
  }

  .slc5_left article {
  }
  .slc5_left article p {
  }
  .slc5_left article p br {
  }
  .slc5_left article p br.m {
  }

  .slc5_left .link {
  }
  .slc5_left .link a.g_button {
    padding: 1vw 2.396vw 0.8vw 2.448vw;
  }

  .slc5_right {
  }
  .slc5_rightin {
  }
  .slc5_rightin h3 {
  }
  .slc5_rightin h3 br {
  }
  .slc5_rightin h3 br.m {
  }

  .slc5_img {
  }
  .slc5_img img {
  }
}

@media (max-width: 768px) {
  .slc5 {
    margin-top: -0.521vw;
    padding-top: 5.2vw;
    padding-bottom: 9.385vw;
  }
  .slc5 .section_inner {
  }

  .slc5_left {
    order: 2;
    width: 100%;
    padding-left: 10.5vw;
    padding-top: 18.7vw;
    padding-bottom: 3.646vw;
  }
  .slc5_left h5 {
    padding-right: 3vw;
    padding-bottom: 8vw;
  }
  .slc5_left h5:before {
    top: 1.9vw;
  }
  .slc5_left h5 br {
    display: none;
  }
  .slc5_left h5 br.m {
  }
  .slc5_left h5 mark {
  }

  .slc5_left article {
    padding-left: 9.4vw;
    padding-bottom: 9.3vw;
  }
  .slc5_left article p {
  }
  .slc5_left article p br {
    display: none;
  }
  .slc5_left article p br.m {
  }

  .slc5_left .link {
    padding-left: 9.5vw;
  }
  .slc5_left .link a.g_button {
    padding: 2.5vw 10.4vw 2.1vw 9.5vw;
  }

  .slc5_right {
    order: 1;
    width: 100%;
    padding-left: 1.4vw;
  }
  .slc5_rightin {
    padding-right: 16.98vw;
  }
  .slc5_rightin h3 {
    bottom: -27.5px;
    right: -1.4px;
    font-size: 10.3vw;
    line-height: 1.14;
    letter-spacing: 0.25vw;
  }
  .slc5_rightin h3 br {
  }
  .slc5_rightin h3 br.m {
  }

  .slc5_img {
    height: 94.7vw;
  }
  .slc5_img img {
  }
}

/*
    Section 06
------------------------------*/
.slc6 {
  background-color: #e0d6ca;
}
.slc6 .section_inner {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.slc6_left {
  width: 52.5%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.slc6_left img {
  width: 20%;
  opacity: 0;
}

.slc6_right {
  width: 47.5%;
  padding-top: 5.729vw;
  padding-right: 4.688vw;
  padding-bottom: 8.125vw;
}
.slc6_right h2 {
  font-size: 5.052vw;
  margin-left: -7.604vw;
  margin-bottom: -0.26vw;
}
.slc6_right h2.s2 {
  margin-left: 0vw;
  padding-left: 6.354vw;
}
.slc6_right h2.s2 mark {
  padding-right: 0.625vw;
  padding-left: 0.417vw;
  margin-left: -0.052vw;
  background-image: linear-gradient(120deg, #1d1d1b 0%, #1d1d1b 100%);
  background-repeat: no-repeat;
  background-size: 100% 86%;
  background-position: 0 81%;
  color: #f7f5f1;
  padding-bottom: 0vw;
}

.slc6_right article h5 {
  color: #1d1d1b;
  text-transform: uppercase;
  margin-bottom: 0vw;
  padding-bottom: 1.094vw;
  position: relative;
}
.slc6_right article h5 br {
}
.slc6_right article h5 br.m {
}

.slc6_right article {
  padding-left: 9.688vw;
  padding-top: 4.74vw;
}
.slc6_right article p {
}
.slc6_right article p br {
}
.slc6_right article p br.m {
}

.slc6_right .link {
  padding-left: 9.74vw;
  padding-top: 1.719vw;
}
.slc6_right .link a.g_button {
  padding: 0.7vw 2.188vw 0.6vw 2.188vw;
}
@media (max-width: 1140px) {
  .slc6 {
  }
  .slc6 .section_inner {
  }

  .slc6_left {
  }
  .slc6_left img {
  }

  .slc6_right {
  }
  .slc6_right h2 {
  }
  .slc6_right h2.s2 {
  }
  .slc6_right h2.s2 mark {
  }

  .slc6_right article h5 {
  }
  .slc6_right article h5 br {
  }
  .slc6_right article h5 br.m {
  }

  .slc6_right article {
  }
  .slc6_right article p {
  }
  .slc6_right article p br {
    display: none;
  }
  .slc6_right article p br.m {
  }

  .slc6_right .link {
  }
  .slc6_right .link a.g_button {
    padding: 1vw 2.188vw 0.7vw 2.188vw;
  }
}

@media (max-width: 768px) {
  .slc6 {
  }
  .slc6 .section_inner {
  }

  .slc6_left {
    width: 100%;
    height: 94.8vw;
  }
  .slc6_left img {
  }

  .slc6_right {
    width: 100%;
    padding-top: 5.729vw;
    padding-right: 4.688vw;
    padding-bottom: 21.9vw;
    padding-left: 4.5vw;
  }
  .slc6_right h2 {
    font-size: 10.8vw;
    margin-left: 0vw;
    margin-bottom: -0.9vw;
    margin-top: -12.4vw;
    padding-left: 3.2vw;
    letter-spacing: -0.12vw;
  }
  .slc6_right h2.s2 {
    margin-top: 0vw;
    padding-left: 18.7vw;
  }
  .slc6_right h2.s2 mark {
    background-size: 100% 93%;
    background-position: 0 97%;
    padding-right: 1.8vw;
    padding-left: 0.8vw;
    margin-left: -0.052vw;
  }

  .slc6_right article h5 {
    padding-bottom: 5.9vw;
  }
  .slc6_right article h5 br {
    display: none;
  }
  .slc6_right article h5 br.m {
  }

  .slc6_right article {
    padding-top: 12.7vw;
    padding-right: 2vw;
  }
  .slc6_right article p {
  }
  .slc6_right article p br {
  }
  .slc6_right article p br.m {
  }

  .slc6_right .link {
    padding-top: 7.7vw;
  }
  .slc6_right .link a.g_button {
    padding: 2.4vw 10vw 2.1vw 8.5vw;
  }
}

/*
    Section 07
------------------------------*/
.slc7 {
  background-color: #51046c;
  padding-top: 5.052vw;
  padding-bottom: 4.792vw;
}
.slc7 .section_inner {
  padding-left: 19.01vw;
  padding-right: 19.01vw;
}

.slc7_title {
  padding-bottom: 3.49vw;
}
.slc7_title h2 {
  color: #f7f5f1;
  text-align: center;
  font-size: 5.052vw;
  margin-bottom: 0vw;
}

.slc7_sliders {
  height: 13vw;
  overflow: hidden;
}
.slc7_sliders.slick-initialized {
  height: auto;
  overflow: unset;
}
.slc7_col {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-left: 9.375vw;
  padding-right: 9.375vw;
}
.slc7_left {
  width: 23%;
  padding-right: 3.281vw;
  padding-left: 0.052vw;
  padding-top: 0.052vw;
}
.slc7_left span {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 100%;
  display: block;
}
.slc7_left span img {
}

.slc7_right {
  width: 77%;
  color: #f7f5f1;
  padding-left: 0.573vw;
}
.slc7_right article {
  font-size: 0.99vw;
  letter-spacing: 0.049vw;
  padding-bottom: 1.042vw;
}
.slc7_right article p {
}
.slc7_right article p br {
}
.slc7_right article p br.m {
}

.slc7_right .name {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.063vw;
  padding-bottom: 0.833vw;
}
.slc7_right .program {
  font-size: 0.781vw;
  text-transform: uppercase;
  letter-spacing: 0.076vw;
  border-bottom: 0.052vw solid #f7f5f1;
  font-family: "Nunito Sans";
}

.slc7_sliders .slick-arrow {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0vw;
  border: 0vw;
  border-radius: 0vw;
  background-color: transparent !important;
  width: 4.896vw;
  display: block;
  height: 4.531vw;
  position: absolute;
  top: 1.198vw;
  cursor: pointer;
  z-index: 3;
}
.slc7_sliders .slick-arrow:hover {
  opacity: 0.7;
}
.slc7_sliders .slick-prev {
  left: 0vw;
  background-image: url(left-arrow.svg);
}
.slc7_sliders .slick-next {
  right: -0.313vw;
  background-image: url(left-arrow.svg);
  transform: rotate(180deg);
}

.slc7_sliders .slick-dots {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
  padding-top: 1.667vw;
}
.slc7_sliders .slick-dots li {
  display: inline-block;
  margin: 0vw;
  padding-left: 0.521vw;
  padding-right: 0.521vw;
}
.slc7_sliders .slick-dots li button {
  font-size: 0vw;
  border: 0vw;
  border-radius: 50%;
  height: 1.042vw;
  width: 1.042vw;
  display: block;
  border: 0.052vw solid #f7f5f1;
  background-color: transparent;
}
.slc7_sliders .slick-dots li.slick-active button {
  border: 0.052vw solid #f7f5f1;
  background-color: #f7f5f1;
}

@media (max-width: 1140px) {
  .slc7 {
  }
  .slc7 .section_inner {
    padding-left: 12.01vw;
    padding-right: 12.01vw;
  }

  .slc7_title {
  }
  .slc7_title h2 {
  }

  .slc7_sliders {
  }
  .slc7_col {
  }
  .slc7_left {
  }
  .slc7_left span {
  }
  .slc7_left span img {
  }

  .slc7_right {
  }
  .slc7_right article {
    font-size: 1.3vw;
  }
  .slc7_right article p {
  }
  .slc7_right article p br {
  }
  .slc7_right article p br.m {
  }

  .slc7_right .name {
  }
  .slc7_right .program {
    font-size: 1vw;
  }

  .slc7_sliders .slick-arrow {
  }
  .slc7_sliders .slick-prev {
  }
  .slc7_sliders .slick-next {
  }

  .slc7_sliders .slick-dots {
  }
  .slc7_sliders .slick-dots li {
  }
  .slc7_sliders .slick-dots li button {
  }
  .slc7_sliders .slick-dots li.slick-active button {
  }
}

@media (max-width: 768px) {
  .slc7 {
    padding-top: 13.5vw;
    padding-bottom: 18.6vw;
  }
  .slc7 .section_inner {
    padding-left: 8.01vw;
    padding-right: 8.01vw;
  }

  .slc7_title {
    padding-bottom: 9.49vw;
  }
  .slc7_title h2 {
    font-size: 7.7vw;
    line-height: normal;
  }

  .slc7_sliders {
  }
  .slc7_col {
    padding-left: 0.375vw;
    padding-right: 0.375vw;
  }
  .slc7_left {
    width: 100%;
    display: block;
    padding-right: 26.3vw;
    padding-left: 26.052vw;
    padding-top: 0.052vw;
  }
  .slc7_left span {
    width: 100%;
    height: 30.7vw;
  }
  .slc7_left span img {
    width: 10%;
    opacity: 0;
  }

  .slc7_right {
    width: 100%;
    padding-left: 8vw;
    padding-top: 9.2vw;
    padding-right: 3vw;
    padding-bottom: 10vw;
  }
  .slc7_right article {
    font-size: 3.8vw;
    padding-bottom: 3.9vw;
  }
  .slc7_right article p {
    letter-spacing: 0.12vw;
  }
  .slc7_right article p br {
  }
  .slc7_right article p br.m {
  }

  .slc7_right .name {
    letter-spacing: 0.26vw;
    padding-bottom: 3.4vw;
  }
  .slc7_right .program_m {
    display: block;

    padding-right: 5vw;

    line-height: 1.3;

    padding-top: 0.5vw;
  }
  .slc7_right .program {
    font-size: 3.1vw;
    /* display: block; */
    letter-spacing: 0.346vw;
  }

  .slc7_sliders .slick-arrow {
    width: 14vw;
    display: block;
    height: 13.2vw;
    top: 8.3vw;
  }
  .slc7_sliders .slick-prev {
    left: 6vw;
  }
  .slc7_sliders .slick-next {
    right: 3vw;
  }

  .slc7_sliders .slick-dots {
    padding-top: 0vw;
    margin-top: -0.2vw;
  }
  .slc7_sliders .slick-dots li {
    padding-left: 2.3vw;
    padding-right: 2.3vw;
  }
  .slc7_sliders .slick-dots li button {
    height: 3.5vw;
    width: 3.5vw;
  }
  .slc7_sliders .slick-dots li.slick-active button {
  }
}

/*Section 6 Start From Here*/
.slh_s6 {
  background-color: #f7f5f1;
}
.slh_s6 .section_inner {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.slh_s6_left {
  width: 55.2%;
  z-index: 5;
  padding-bottom: 7.2vw;
}
.slh_s6_left h2 {
  padding-left: 9.5vw;
  padding-top: 5.7vw;
  text-transform: uppercase;
  letter-spacing: -0.07vw;
  z-index: 5;
  width: 120%;
  line-height: 1.16;
  font-size: 4.4vw;
}
.slh_s6_left h2 br {
}
.slh_s6_left h2 mark {
  margin-left: 9.6vw;
  color: #f7f5f1;
  padding-left: 0.8vw;
  padding-right: 1.2vw;
  background-size: 113% 85%;
  background-position: 0% 88%;
}
.slh_s6_left article {
  padding-left: 19.98vw;
  padding-top: 2.54vw;
  padding-right: 5vw;
}
.slh_s6_left article p {
  font-family: "Arimo";
  line-height: 1.54;
  letter-spacing: 0.035vw;
  margin-bottom: 0;
}
.slh_s6_left article p br {
}
.slh_s6_btn {
  padding-top: 1.34vw;
}
.slh_s6_btn .btn {
  font-family: "Nunito Sans";
  padding-left: 4.7vw;
  padding-right: 4.7vw;
  padding-top: 0.7vw;
  padding-bottom: 0.6vw;
  background-color: #cdfa52;
  border: 1px solid #30302d;
  color: #323721;
  border-radius: 0px;
  font-size: 0.8vw;
  letter-spacing: 0.09vw;
  position: relative;
  z-index: 2;
  line-height: 1;
}

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

.slh_s6_right {
  width: 44.8%;
}
.slh_s6_img {
  display: block;
  height: 100%;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.slh_s6_img img {
  width: 20%;
  opacity: 0;
}

/*Section 6 Responsive Start From Here*/
@media (max-width: 1440px) {
  .slh_s6 {
  }
  .slh_s6 .section_inner {
  }
  .slh_s6_left {
  }
  .slh_s6_left h2 {
  }
  .slh_s6_left h2 br {
  }
  .slh_s6_left h2 mark {
  }
  .slh_s6_left article {
  }
  .slh_s6_left article p {
  }
  .slh_s6_left article p br {
  }
  .slh_s6_btn {
  }
  .slh_s6_btn .btn {
  }
  .slh_s6_right {
  }
  .slh_s6_img {
  }
  .slh_s6_img img {
  }
}
@media (max-width: 1140px) {
  .slh_s6 {
  }
  .slh_s6 .section_inner {
  }
  .slh_s6_left {
  }
  .slh_s6_left h2 {
  }
  .slh_s6_left h2 br {
  }
  .slh_s6_left h2 mark {
  }
  .slh_s6_left article {
  }
  .slh_s6_left article p {
  }
  .slh_s6_left article p br {
    display: none;
  }
  .slh_s6_btn {
  }
  .slh_s6_btn .btn {
    padding-top: 0.7vw;
    line-height: normal;
  }
  .slh_s6_right {
  }
  .slh_s6_img {
  }
  .slh_s6_img img {
  }
}
@media (max-width: 1024px) {
  .slh_s6 {
  }
  .slh_s6 .section_inner {
  }
  .slh_s6_left {
  }
  .slh_s6_left h2 {
  }
  .slh_s6_left h2 br {
  }
  .slh_s6_left h2 mark {
  }
  .slh_s6_left article {
  }
  .slh_s6_left article p {
  }
  .slh_s6_left article p br {
  }
  .slh_s6_btn {
  }
  .slh_s6_btn .btn {
  }
  .slh_s6_right {
  }
  .slh_s6_img {
  }
  .slh_s6_img img {
  }
}
@media (max-width: 768px) {
  .slh_s6 {
  }
  .slh_s6 .section_inner {
  }
  .slh_s6_left {
    width: 100%;
    order: 2;
    padding-bottom: 0.4vw;
  }
  .slh_s6_left h2 {
    padding-top: 13.3vw;
    padding-left: 7.3vw;
    font-size: 7.7vw;
  }
  .slh_s6_left h2 br {
  }
  .slh_s6_left h2 mark {
    margin-left: 13.6vw;
    padding-left: 2.4vw;
    font-size: 7.4vw;
    letter-spacing: 0vw;
    padding-right: 4.1vw;
    padding-bottom: 1vw;
  }
  .slh_s6_left article {
    padding-left: 12.4vw;
    padding-top: 11.4vw;
  }
  .slh_s6_left article p {
    font-size: 3.98vw;
    line-height: 1.46;
  }
  .slh_s6_left article p br {
    display: none;
  }
  .slh_s6_btn {
    padding-top: 9vw;
    padding-bottom: 17vw;
  }
  .slh_s6_btn .btn {
    padding-top: 2vw;
    font-size: 2.9vw;
    padding-left: 16.5vw;
    padding-right: 17.8vw;
    padding-bottom: 2.4vw;
  }
  .slh_s6_right {
    width: 100%;
    order: 1;
  }
  .slh_s6_img {
    height: 96.5vw;
  }
  .slh_s6_img img {
  }
}
@media (max-width: 550px) {
  .slh_s6 {
  }
  .slh_s6 .section_inner {
  }
  .slh_s6_left {
    width: 100%;
    order: 2;
  }
  .slh_s6_left h2 {
    padding-top: 13.3vw;
    padding-left: 7.3vw;
    font-size: 7.7vw;
    width: 100%;
    padding-right: 6vw;
  }
  .slh_s6_left h2 br {
  }
  .slh_s6_left h2 mark {
    margin-left: 13.6vw;
    padding-left: 2.4vw;
    font-size: 7.4vw;
    letter-spacing: 0vw;
    padding-right: 4.1vw;
    padding-bottom: 1vw;
  }
  .slh_s6_left article {
    padding-left: 12.4vw;
    padding-top: 11.4vw;
    padding-right: 12vw;
  }
  .slh_s6_left article p {
    font-size: 3.98vw;
    line-height: 1.46;
  }
  .slh_s6_left article p br {
    display: none;
  }
  .slh_s6_btn {
    padding-top: 9vw;
    padding-bottom: 17vw;
  }
  .slh_s6_btn .btn {
    padding-top: 2.5vw;
    font-size: 2.9vw;
    padding-left: 16.5vw;
    padding-right: 17.8vw;
    padding-bottom: 2.4vw;
  }
  .slh_s6_right {
    width: 100%;
    order: 1;
  }
  .slh_s6_img {
    height: 96.5vw;
  }
  .slh_s6_img img {
  }
}

/*Section 7 Start From Here*/
.slh_s7 {
  background-color: #a1c4ba;
}
.slh_s7 .section_inner {
}
.slh_s7 h2 {
  text-align: center;
  padding-top: 5.55vw;
  text-transform: uppercase;
  line-height: 1.06;
  padding-left: 17vw;
  padding-right: 18.5vw;
  font-size: 4.4vw;
  letter-spacing: -0.06vw;
}
.slh_s7 h2 br {
}
.slh_s7 h2 mark {
  color: #f7f5f1;
  padding-left: 0.6vw;
  margin-left: 1.4vw;
  padding-right: 0.5vw;
  background-size: 113% 85%;
  background-position: 0% 75%;
}
.slh_s7 article {
  padding-top: 3vw;
}
.slh_s7 article h4 {
  text-align: center;
  font-size: 1.34vw;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.145vw;
  padding-left: 24vw;
  padding-right: 24vw;
  font-family: "Nunito Sans";
  font-weight: bold;
}
.slh_s7 article h4 br {
}
.slh_s7 article p {
  text-align: center;
  font-family: "Arimo";
  padding-top: 1.1vw;
  letter-spacing: 0.04vw;
  line-height: 1.55;
  margin-bottom: 0;
  padding-left: 28vw;
  padding-right: 28vw;
}
.slh_s7 article p br {
}
.slh_s7_btn {
  text-align: center;
  padding-top: 1.9vw;
  padding-bottom: 5.5vw;
}
.slh_s7_btn .btn {
  font-family: "Nunito Sans";
  padding-top: 0.9vw;
  padding-bottom: 0.8vw;
  padding-left: 2.9vw;
  padding-right: 2.9vw;
  background-color: #cdfa52;
  border: 1px solid #30302d;
  color: #323721;
  border-radius: 0px;
  font-size: 0.8vw;
  letter-spacing: 0.09vw;
  position: relative;
  z-index: 2;
  line-height: 1;
}

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

/*Section 7 Responsive Start From Here*/
@media (max-width: 1440px) {
  .slh_s7 {
  }
  .slh_s7 .section_inner {
  }
  .slh_s7 h2 {
  }
  .slh_s7 h2 br {
  }
  .slh_s7 h2 mark {
  }
  .slh_s7 article {
  }
  .slh_s7 article h4 {
  }
  .slh_s7 article h4 br {
  }
  .slh_s7 article p {
  }
  .slh_s7 article p br {
  }
  .slh_s7_btn {
  }
  .slh_s7_btn .btn {
  }
}
@media (max-width: 1140px) {
  .slh_s7 {
  }
  .slh_s7 .section_inner {
  }
  .slh_s7 h2 {
  }
  .slh_s7 h2 br {
  }
  .slh_s7 h2 mark {
  }
  .slh_s7 article {
  }
  .slh_s7 article h4 {
  }
  .slh_s7 article h4 br {
  }
  .slh_s7 article p {
  }
  .slh_s7 article p br {
    display: none;
  }
  .slh_s7_btn {
  }
  .slh_s7_btn .btn {
    padding-top: 1vw;
    line-height: normal;
  }
}
@media (max-width: 1024px) {
  .slh_s7 {
  }
  .slh_s7 .section_inner {
  }
  .slh_s7 h2 {
  }
  .slh_s7 h2 br {
  }
  .slh_s7 h2 mark {
  }
  .slh_s7 article {
  }
  .slh_s7 article h4 {
  }
  .slh_s7 article h4 br {
  }
  .slh_s7 article p {
  }
  .slh_s7 article p br {
  }
  .slh_s7_btn {
  }
  .slh_s7_btn .btn {
  }
}
@media (max-width: 768px) {
  .slh_s7 {
  }
  .slh_s7 .section_inner {
  }
  .slh_s7 h2 {
    padding-top: 16.2vw;
    font-size: 8.3vw;
    padding-right: 0;
    letter-spacing: -0.1vw;
    padding-left: 1.2vw;
    line-height: 1.13;
  }
  .slh_s7 h2 br {
    display: none;
  }
  .slh_s7 h2 mark {
    padding-left: 1.5vw;
    padding-right: 2vw;
    margin-left: 0.5vw;
    margin-right: 1vw;
    background-size: 113% 85%;
    background-position: 0% 100%;
  }
  .slh_s7 article {
    padding-top: 3.4vw;
  }
  .slh_s7 article h4 {
    font-size: 4.8vw;
    padding-top: 5.3vw;
    letter-spacing: 0.18vw;
    line-height: 1.25;
    padding-left: 7vw;
    padding-right: 7vw;
  }
  .slh_s7 article h4 br {
    display: none;
  }
  .slh_s7 article p {
    font-size: 4vw;
    padding-top: 3.3vw;
    line-height: 1.46;
    padding-left: 9vw;
    padding-right: 9vw;
  }
  .slh_s7 article p br {
    display: none;
  }
  .slh_s7_btn {
    padding-top: 7.4vw;
    padding-bottom: 20vw;
  }
  .slh_s7_btn .btn {
    font-size: 2.6vw;
    letter-spacing: 0.2vw;
    padding-left: 11vw;
    padding-right: 12vw;
    padding-top: 2.4vw;
    padding-bottom: 2.1vw;
  }
}
@media (max-width: 550px) {
  .slh_s7 {
  }
  .slh_s7 .section_inner {
  }
  .slh_s7 h2 {
    padding-top: 16.2vw;
    font-size: 8.3vw;
    padding-right: 0;
    letter-spacing: -0.1vw;
    padding-left: 1.2vw;
    line-height: 1.13;
  }
  .slh_s7 h2 br {
    display: none;
  }
  .slh_s7 h2 mark {
    padding-left: 1.5vw;
    padding-right: 2vw;
    margin-left: 0.5vw;
    margin-right: 1vw;
  }
  .slh_s7 article {
  }
  .slh_s7 article h4 {
    font-size: 4.8vw;
    padding-top: 5.6vw;
    letter-spacing: 0.18vw;
    line-height: 1.25;
    padding-left: 7vw;
    padding-right: 7vw;
  }
  .slh_s7 article h4 br {
    display: none;
  }
  .slh_s7 article p {
    font-size: 4vw;
    padding-top: 3.3vw;
    line-height: 1.46;
    padding-left: 9vw;
    padding-right: 9vw;
  }
  .slh_s7 article p br {
    display: none;
  }
  .slh_s7_btn {
    padding-top: 7.4vw;
    padding-bottom: 20.6vw;
  }
  .slh_s7_btn .btn {
    font-size: 2.6vw;
    letter-spacing: 0.2vw;
    padding-left: 11vw;
    padding-right: 12vw;
    padding-top: 2.9vw;
    padding-bottom: 2.5vw;
  }
}

/*
    Site Footer /((((((((((((Start))))))))))))
------------------------------*/
footer.footer {
  background-color: #1d1d1b;
}

.footer_s1 {
}
.footer_s1 .section_inner {
  padding-top: 4.323vw;
}

.footer_s1_title {
  padding-bottom: 3.542vw;
  padding-left: 15.625vw;
  padding-right: 15.625vw;
}
.footer_s1_title h3 {
  color: #f7f5f1;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 0.625vw;
}
.footer_s1_title h5 {
  color: #f7f5f1;
  text-align: center;
  text-transform: uppercase;
}

.footer_insta {
  width: 100%;
  display: block;
}
.footer_insta img {
}
.footer_insta img.mobile_only {
  display: none;
}

.footer_s2 {
  border-bottom: 2px solid #f7f5f1;
  padding-top: 3.854vw;
  padding-left: 7.344vw;
  padding-right: 6.667vw;
  padding-bottom: 1.198vw;
}
.footer_s2 .section_inner {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
}

.footer_s2_col1 {
  width: 30%;
}
.footer_s2_col1 img {
  width: 18.3vw;
}

.footer_s2_col2 {
  width: 62%;
  padding-top: 0.156vw;
}
.footer_s2_col2 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
}
.footer_s2_col2 ul li {
  display: inline-block;
  margin: 0;
  padding-right: 0.208vw;
  padding-left: 2.474vw;
}
.footer_s2_col2 ul li a {
  display: block;
  margin: 0 0vw;
  padding: 0 0vw;
  position: relative;
  font-size: 0.693vw;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.172vw;
  text-align: left;
  color: #f7f5f1;
  font-family: "Nunito Sans";
  text-transform: uppercase;
}

.footer_s2_col3 {
  width: 8%;
  padding-top: 0.26vw;
  padding-right: 0.104vw;
}
.footer_s2_icon {
  text-align: right;
}
.footer_s2_icon span {
  width: 1.302vw;
  height: 1.458vw;
  display: inline-block;
  margin-left: 0.521vw;
}
.footer_s2_icon span a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer_s2_icon span.instagram {
}
.footer_s2_icon span.instagram a {
  background-image: url(instagram.svg);
}
.footer_s2_icon span.facebook {
}
.footer_s2_icon span.facebook a {
  background-image: url(facebook.svg);
}

.footer_s3 {
  padding-top: 3.177vw;
  padding-left: 20.313vw;
  padding-right: 20.313vw;
  padding-bottom: 5.26vw;
}
.footer_s3 .section_inner {
}

.footer_s3 h5 {
  color: #f7f5f1;
  text-align: center;
  text-transform: uppercase;
}
.footer_s3 h5 br {
  display: none;
}
.footer_s3_form {
}
.footer_s3_form form {
}
.footer_formin {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-top: 1.094vw;
}
.footer_formin .form-group {
  margin-bottom: 0vw !important;
}
.footer_formin .form-group input {
  border: 1px solid #f7f5f1;
  background-color: transparent;
  border-radius: 0vw;
  font-family: "Nunito Sans";
  color: #f7f5f1;
  font-weight: bold;
  text-align: center;
  padding: 0.365vw;
  height: 2.24vw;
  width: 100%;
  display: block;
  font-size: 0.729vw;
  letter-spacing: 0.156vw;
}

.footer_formin .text-field {
  width: 35.8%;
}
.footer_formin .text-field input {
  border-right: 0vw;
}
.footer_formin .email-field {
  width: 41.7%;
}
.footer_formin .email-field input {
  border-right: 0vw;
}

.footer_formin .button_middle {
  width: 22.5%;
}
.footer_formin .button_middle button.g_button {
  margin: 0vw;
  border-radius: 0vw;
  width: 100%;
  display: block;
  border: 0vw;
  height: 2.24vw;
}
.footer_formin .button_middle button.g_button:before {
  background-color: #ffffff;
}
.footer_formin .button_middle button.g_button:hover {
  color: #000;
}

.footer_s4 {
  background-color: #e0d6ca;
  padding-left: 17.188vw;
  padding-right: 17.188vw;
}
.footer_s4 .section_inner {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  font-family: "Nunito Sans";
  font-weight: bold;
  font-size: 0.781vw;
  padding-top: 1.25vw;
  text-transform: uppercase;
  padding-bottom: 0.885vw;
}

.footer_s4_left {
  width: 50%;
  text-align: right;
  padding-right: 1.667vw;
  letter-spacing: 0.112vw;
}
.footer_s4_right {
  width: 50%;
  text-align: left;
  letter-spacing: 0.112vw;
  padding-left: 1.406vw;
}
.footer_s4_right a {
  display: inline-block;
  background-color: #cdfa52;
  font-family: "Nunito Sans";
  font-weight: bold;
  text-transform: uppercase;
  color: #1d1d1b;
  padding: 0.26vw 0.573vw 0.156vw 0.573vw;
  font-size: 0.729vw;
  letter-spacing: 0.156vw;
  border: 1px solid #1d1d1b;
  margin-left: 0.625vw;
  margin-top: -0.26vw;
  position: relative;
  top: -0.104vw;
  z-index: 2;
}
.footer_s4_right a:before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #fff;
  z-index: -1;
  transition: all 0.5s ease;
}
.footer_s4_right a:hover {
  -webkit-filter: unset !important;
  filter: unset !important;
}
.footer_s4_right a:hover:before {
  width: 100%;
}
.footer_formin .form-group input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #f7f5f1;
}
.footer_formin .form-group input::-moz-placeholder {
  /* Firefox 19+ */
  color: #f7f5f1;
}
.footer_formin .form-group input:-ms-input-placeholder {
  /* IE 10+ */
  color: #f7f5f1;
}
.footer_formin .form-group input:-moz-placeholder {
  /* Firefox 18- */
  color: #f7f5f1;
}

@media (max-width: 1140px) {
  footer.footer {
  }

  .footer_s1 {
  }
  .footer_s1 .section_inner {
  }

  .footer_s1_title {
  }
  .footer_s1_title h3 {
  }
  .footer_s1_title h5 {
  }

  .footer_insta {
  }
  .footer_insta img {
  }
  .footer_insta img.mobile_only {
  }

  .footer_s2 {
  }
  .footer_s2 .section_inner {
  }

  .footer_s2_col1 {
  }
  .footer_s2_col1 img {
  }

  .footer_s2_col2 {
    padding-top: 0.3vw;
  }
  .footer_s2_col2 ul {
  }
  .footer_s2_col2 ul li {
  }
  .footer_s2_col2 ul li a {
    font-size: 0.9vw;
  }

  .footer_s2_col3 {
  }
  .footer_s2_icon {
  }
  .footer_s2_icon span {
    width: 2.302vw;
    height: 1.458vw;
    margin-left: 0.2vw;
  }
  .footer_s2_icon span a {
  }
  .footer_s2_icon span.instagram {
  }
  .footer_s2_icon span.instagram a {
  }
  .footer_s2_icon span.facebook {
  }
  .footer_s2_icon span.facebook a {
  }

  .footer_s3 {
  }
  .footer_s3 .section_inner {
  }

  .footer_s3 h5 {
  }

  .footer_s3_form {
  }
  .footer_s3_form form {
  }
  .footer_formin {
  }
  .footer_formin .form-group {
  }
  .footer_formin .form-group input {
    height: 3.24vw;
    font-size: 1vw;
  }

  .footer_formin .text-field {
  }
  .footer_formin .text-field input {
  }
  .footer_formin .email-field {
  }
  .footer_formin .email-field input {
  }

  .footer_formin .button_middle {
  }
  .footer_formin .button_middle button.g_button {
    height: 3.24vw;
    font-size: 1vw;
    padding: 0.6vw 3.802vw 0.469vw 3.802vw;
  }

  .footer_s4 {
  }
  .footer_s4 .section_inner {
  }

  .footer_s4_left {
  }
  .footer_s4_right {
  }
  .footer_s4_right a {
    top: -0.1vw;
    padding: 0.4vw 0.573vw 0.156vw 0.573vw;
    margin-top: -0.5vw;
  }
}

@media (max-width: 1024px) {
  footer.footer {
  }

  .footer_s1 {
  }
  .footer_s1 .section_inner {
  }

  .footer_s1_title {
  }
  .footer_s1_title h3 {
  }
  .footer_s1_title h5 {
  }

  .footer_insta {
  }
  .footer_insta img {
  }
  .footer_insta img.mobile_only {
  }

  .footer_s2 {
  }
  .footer_s2 .section_inner {
  }

  .footer_s2_col1 {
  }
  .footer_s2_col1 img {
  }

  .footer_s2_col2 {
    padding-top: 0vw;
  }
  .footer_s2_col2 ul {
  }
  .footer_s2_col2 ul li {
  }
  .footer_s2_col2 ul li a {
    font-size: 0.9vw;
  }

  .footer_s2_col3 {
    /* width: 34%; */
  }
  .footer_s2_icon {
  }
  .footer_s2_icon span {
    width: 2.302vw;
    height: 1.458vw;
    margin-left: 0.2vw;
  }
  .footer_s2_icon span a {
  }
  .footer_s2_icon span.instagram {
  }
  .footer_s2_icon span.instagram a {
  }
  .footer_s2_icon span.facebook {
  }
  .footer_s2_icon span.facebook a {
  }

  .footer_s3 {
  }
  .footer_s3 .section_inner {
  }

  .footer_s3 h5 {
  }

  .footer_s3_form {
  }
  .footer_s3_form form {
  }
  .footer_formin {
  }
  .footer_formin .form-group {
  }
  .footer_formin .form-group input {
    height: 3.24vw;
    font-size: 1vw;
  }

  .footer_formin .text-field {
  }
  .footer_formin .text-field input {
  }
  .footer_formin .email-field {
  }
  .footer_formin .email-field input {
  }

  .footer_formin .button_middle {
  }
  .footer_formin .button_middle button.g_button {
    height: 3.24vw;
    font-size: 1vw;
    padding: 0.6vw 3.802vw 0.469vw 3.802vw;
  }

  .footer_s4 {
    padding-left: 9.188vw;
    padding-right: 9.188vw;
  }
  .footer_s4 .section_inner {
    font-size: 1vw;
  }

  .footer_s4_left {
  }
  .footer_s4_right {
  }
  .footer_s4_right a {
    top: -0.1vw;
    padding: 0.4vw 0.573vw 0.156vw 0.573vw;
    margin-top: -0.5vw;
    font-size: 0.9vw;
  }
}

@media (max-width: 768px) {
  footer.footer {
  }

  .footer_s1 {
  }
  .footer_s1 .section_inner {
    padding-top: 13.8vw;
  }

  .footer_s1_title {
    padding-bottom: 10.4vw;
    padding-left: 4.625vw;
    padding-right: 4.625vw;
  }
  .footer_s1_title h3 {
    margin-bottom: 0vw;
    padding-bottom: 6.9vw;
  }
  .footer_s1_title h5 {
  }

  .footer_insta {
  }
  .footer_insta img {
    display: none;
  }
  .footer_insta img.mobile_only {
    display: block !important;
  }

  .footer_s2 {
    border-bottom: 0px solid #f7f5f1;
    padding-top: 11.5vw;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-bottom: 0vw;
  }
  .footer_s2 .section_inner {
  }

  .footer_s2_col1 {
    order: 1;
    width: 66%;
    padding-left: 14.2vw;
    padding-bottom: 6vw;
  }
  .footer_s2_col1 img {
    width: 46.3vw;
  }

  .footer_s2_col2 {
    border-top: 2px solid #f7f5f1;
    order: 3;
    width: 100%;
    padding-top: 6.7vw;
    padding-left: 11.5vw;
    padding-right: 1vw;
  }
  .footer_s2_col2 ul {
    text-align: left;
  }
  .footer_s2_col2 ul li {
    padding-bottom: 2.3vw;
    padding-right: 10.9vw;
  }
  .footer_s2_col2 ul li a {
    font-size: 2.1vw;
    letter-spacing: 0.5vw;
  }

  .footer_s2_col3 {
    order: 2;
    padding-right: 14.3vw;
    padding-bottom: 4vw;
    width: 34%;
  }
  .footer_s2_icon {
    margin-top: -0.2vw;
  }
  .footer_s2_icon span {
    width: 4.99vw;
    height: 5.458vw;
    margin-left: 2.2vw;
  }
  .footer_s2_icon span a {
  }
  .footer_s2_icon span.instagram {
  }
  .footer_s2_icon span.instagram a {
  }
  .footer_s2_icon span.facebook {
  }
  .footer_s2_icon span.facebook a {
  }

  .footer_s3 {
    padding-top: 13.8vw;
    padding-left: 8.313vw;
    padding-right: 8.313vw;
    padding-bottom: 23.26vw;
  }
  .footer_s3 .section_inner {
  }

  .footer_s3 h5 {
    padding-bottom: 4vw;
  }

  .footer_s3_form {
  }
  .footer_s3_form form {
  }
  .footer_formin {
  }
  .footer_formin .form-group {
  }
  .footer_formin .form-group input {
    height: 9vw;
    border: 1px solid #f7f5f1;
    font-size: 3.4vw;
    letter-spacing: 0.3vw;
  }

  .footer_formin .text-field {
    width: 100%;
    padding-bottom: 4vw;
  }
  .footer_formin .text-field input {
    /* height: 9vw; */
  }
  .footer_formin .email-field {
    width: 100%;
  }
  .footer_formin .email-field input {
  }

  .footer_formin .button_middle {
    width: 100%;
    padding-top: 4.1vw;
  }
  .footer_formin .button_middle button.g_button {
    font-size: 3vw;
    height: 9.24vw;
  }

  .footer_s4 {
    padding-left: 1vw;
    padding-right: 1vw;
  }
  .footer_s4 .section_inner {
    padding-bottom: 4.885vw;
    padding-top: 4.5vw;
  }

  .footer_s4_left {
    width: 100%;
    padding-right: 0vw;
    text-align: center;
    font-size: 3vw;
    letter-spacing: 0.23vw;
    padding-bottom: 1.8vw;
  }
  .footer_s4_right {
    width: 100%;
    padding-right: 0vw;
    text-align: center;
    font-size: 3vw;
    letter-spacing: 0.23vw;
  }
  .footer_s4_right a {
    top: 0vw;
    padding: 0.4vw 1.573vw 0.156vw 1.573vw;
    margin-top: -0.5vw;
    font-size: 2.9vw;
    letter-spacing: 0.3vw;
  }
}

.footer_insta {
  overflow: hidden;
}
.footer_insta ul {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-left: -1vw;
  margin-right: -1vw;
}
.footer_insta ul li {
  width: 20%;
  padding: 0vw 1vw 0vw 1vw;
  margin: 0px;
  list-style: none;
}
.footer_insta ul li:last-child {
}
.footer_insta ul li:first-child {
  /* padding-left: 0vw; */
}
.footer_insta ul li a {
  display: block;
}
.footer_insta ul li a img {
  display: block;
}

@media (max-width: 768px) {
  .footer_insta ul {
    margin-left: -2vw;
    margin-right: -2vw;
    margin-top: -2vw;
    margin-bottom: -2vw;
  }
  .footer_insta ul li {
    width: 50%;
    padding: 2vw 2vw 1vw 2vw;
  }
  .footer_insta ul li:last-child {
    display: none;
  }
  .footer_insta ul li:first-child {
  }
  .footer_insta ul li a {
    display: block;
  }
  .footer_insta ul li a img {
    display: block;
    width: 100%;
  }
}

/*
    Site Footer /((((((((((((End))))))))))))
------------------------------*/