@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap");
html,
body,
html * {
  font-family: "Roboto", sans-serif;
}

html,
body {
  overflow-x: hidden;
  position: relative;
}

#page-container {
  overflow-x: hidden;
}

/*Header*/
.menu-humburger {
  outline: none;
  height: 20px;
  width: 35px;
  border: 0px;
  padding: 0px;
  background: transparent;
  transition: all 250ms ease-out;
  cursor: pointer;
  font-size: 0px;
  position: relative;
  top: 0px;
}

.menu-humburger:before,
.menu-humburger:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  background: #fff;
  transition: all 250ms ease-out;
  will-change: transform;
  left: 0px;
}
.menu-humburger-green:before,
.menu-humburger-green:after {
  background: #9abfb5;
}

.menu-humburger:before {
  transform: translateY(-8px);
}

.menu-humburger:after {
  transform: translateY(3px);
}

.active.menu-humburger:before {
  transform: translateY(0) rotate(30deg);
}

.active.menu-humburger:after {
  transform: translateY(0) rotate(-30deg);
}

.animate {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.animate5 {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.animate8 {
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}

.animate1s {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

a.member-login {
  color: #fff;
  position: relative;
  margin-right: 50px;
  text-decoration: none;
  font-family: "neue_haas_unica_probold";
}

a.member-login:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 1px;
  width: 100%;
  background: #fff;
}

#main-menu-parent {
  position: fixed;
  height: 100vh;
  background-color: #9abfb5;
  width: 100%;
  background-image: url(../images/menu-bakground.jpg);
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  pointer-events: none;
  top: 0px;
}

#main-menu-parent > .et_pb_row {
  padding: 0px;
  width: 100%;
}

#main-header {
  position: relative;
  box-shadow: none !important;
}

.header-over .menu-bg,
.header-over .menu-animation {
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  pointer-events: none;
  position: fixed;
  content: "";
}

.header-over .menu-bg {
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  transform: translate3d(0px, -100%, 0px);
  max-height: 200px;
}

.header-over .menu-animation {
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  right: -50px;
  transform: translate3d(100%, 0px, 0px);
  width: 50%;
  height: 100vh;
  top: 90px;
}

.site-loaded .header-over .menu-bg,
.site-loaded .header-over .menu-animation {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

#main-menu-parent #main-menu {
  width: 100%;
}

#main-menu-parent #main-menu .et_pb_menu_inner_container {
  align-items: flex-start !important;
}

#menu-main-menu {
  padding: 0px 0 0 !important;
  display: flex;
  flex-direction: column;
  position: relative;
  top: -75px;
}

#main-menu-parent:before {
  content: "";
  position: absolute;
  left: 220px;
  bottom: -20%;
  height: 100%;
  width: 50%;
  background-image: url(../images/menu-transition.png);
  background-size: cover;
  transform: translate3d(100%, 0px, 0px);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#main-menu-parent .et-l--header .et_pb_section--with-menu:after {
  content: "";
  position: absolute;
  width: 30%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  right: 0px;
  top: 0px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#main-menu-parent:before #main-menu-parent:after {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 0;
}

.header-menu-active div.et_pb_section.et_pb_section_0_tb_header {
  z-index: 999;
  background-image: none !important;
  width: 50%;
  left: auto;
  right: 0px;
  display: flex;
  justify-content: end;
}

.header-menu-active
  div.et_pb_section.et_pb_section_0_tb_header
  .et_pb_row.et_pb_row_0_tb_header {
  display: flex;
  justify-content: end;
}

.header-menu-active #main-header {
  display: none;
}

body.home .footer-section:before {
  display: none;
}

#main-menu > .et_pb_row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#main-menu.et_pb_fullwidth_menu.et_pb_fullwidth_menu_fullwidth .et_pb_row {
  max-width: 1560px;
}

#main-menu .et_pb_row .et_pb_menu__logo-wrap {
  width: 22%;
  left: 19px;
  top: -6px;
  position: relative;
}

#main-menu-parent .et_pb_menu__logo-wrap {
  width: 30% !important;
}

#main-menu-parent > .et_pb_menu_inner_container {
  position: relative;
  top: -27px;
}

#main-menu-parent .et_pb_menu__menu > nav > ul#menu-main-menu > li > a {
  padding: 18px 0px !important;
}

#main-menu-parent .et_pb_menu__menu > nav > ul#menu-main-menu > li {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 0;
  transform: translate3d(-10px, 60px, 0px);
}

.header-menu-active #main-menu-parent,
.header-menu-active .et-l--header #main-menu-parent.et_pb_section--with-menu,
.header-menu-active
  .et-l--header
  #main-menu-parent.et_pb_section--with-menu:after,
.header-menu-active
  #main-menu-parent
  .et_pb_menu__menu
  > nav
  > ul#menu-main-menu
  > li,
.header-menu-active #main-menu-bottom {
  transform: 0px, 0px, 0px;
  opacity: 1;
  pointer-events: all;
}

#main-menu-bottom {
  top: auto;
  bottom: 30px;
  z-index: 999;
  padding: 0px;
  opacity: 0;
  pointer-events: none;
}

#main-menu-bottom .header-bottom > div {
  margin-bottom: 0px;
  display: flex;
  align-items: end;
}

#main-menu-bottom .header-bottom #menu-menu-footer-top {
  display: flex;
  flex-direction: column;
}

#main-menu-bottom .header-bottom .et_pb_module {
  margin-bottom: 0px;
  min-width: 30%;
}

#main-header .header-right.header-color .menu-humburger:before,
#main-header .header-right.header-color .menu-humburger:after,
#main-header .header-right.header-color a.member-login:before,
#main-header.header-sticky .header-right .menu-humburger:before,
#main-header.header-sticky .header-right .menu-humburger:after,
#main-header.header-sticky .header-right a.member-login:before {
  background: #8bb2a6;
}
#main-header .header-right.header-color a.member-login,
#main-header.header-sticky .header-right a.member-login {
  color: #8bb2a6;
}

.header-menu-active #main-header.contact-menu .header-right a.member-login {
  color: #fff;
}

.header-menu-active
  #main-header.contact-menu
  .header-right
  .menu-humburger:before,
.header-menu-active
  #main-header.contact-menu
  .header-right
  .menu-humburger:after,
.header-menu-active
  #main-header.contact-menu
  .header-right
  a.member-login:before {
  background: #fff;
}

#main-header .logo_sticky,
#main-header.header-sticky .logo-normal,
.header-menu-active #main-header.header-sticky .logo_sticky,
#main-header .logo-white {
  display: none;
}
#main-header.header-sticky .logo_sticky,
.header-menu-active #main-header.header-sticky .logo-normal {
  display: block;
}

/*Slider*/
.hero-banner .et_pb_slides .et_pb_slide .et_pb_container {
  min-height: 100vh;
}

.hero-banner .et_pb_slides .et_pb_slider_container_inner {
  vertical-align: bottom;
}

.hero-banner .et_pb_slide:before {
  content: "";
  position: absolute;
  right: -11%;
  bottom: -20%;
  height: 100%;
  width: 50%;
  background-image: url(../images/animation-top-right.png);
  background-size: contain;
  background-position: bottom right;
  transform: translate3d(100%, 0px, 0px);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.btn-default {
  height: 80px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  max-width: 260px;
}

.section-small .et_pb_button_1_wrapper {
  width: 100%;
}

/* about us */
.about_us .et_pb_blurb_position_left .et_pb_blurb_container {
  padding-left: 0;
}
.our_values .et_pb_main_blurb_image {
  margin-bottom: 0;
}
.our_values .et_pb_module_header {
  margin-bottom: 20px;
}
.gray-bg:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

/*08/05 Added :not(.page-id-4930) specifically removing styling rules only for the Events Images page */
.footer-section:before {
  content: "";
  position: absolute;
  bottom: 138px;
  left: 0px;
  background-image: url(../images/bottom-img-2.png);
  width: 100%;
  height: 334.47px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.about_our_group-sec:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: -256px;
  left: 0px;
  background-image: url(../images/about-our-group.png);
  width: 100%;
  height: 334.47px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.our_values:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: -148px;
  left: 0px;
  background-image: url(../images/about_us-1.png);
  width: 100%;
  height: 334.47px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
.footer-section-2::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: -162px;
  left: 0px;
  background-image: url(../images/footer1-2.png);
  width: 100%;
  height: 334.47px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

/*Hero Banner */
.hero-banner-bottom .header-content-container {
  position: absolute;
  bottom: 9.375rem;
  left: 11rem;
}
.membership-banner .hero-banner-bottom .header-content-container {
  bottom: 15.375rem;
}
.list-icon-blocks .dsm_icon_list_icon {
  margin-right: 5px;
}
.entry-content .content-table table {
  border: none !important;
}
.entry-content .content-table tr td {
  border: none !important;
  padding: 5px 0px !important;
}
.map-container {
  height: 111vh;
  min-height: 300px;
  width: 100%;
  position: relative;
}
.map-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.contact-us-banner .header-content-container {
  position: relative;
  top: 225px;
  left: -45px;
}
.section-small .text-mini p {
  max-width: 300px;
  padding-left: 0.3125rem;
}
.download-items .et_pb_with_border {
  background-repeat: no-repeat !important;
  border-bottom-color: #9abfb5;
}
.site_logo_after_show {
  display: block;
}
.site_logo_hide {
  display: none;
}
.smooth-click.et_pb_row {
  display: flex;
  overflow-x: auto;
}
.smooth-click.et_pb_row .et_pb_column {
  min-width: 240px;
}

.entry-content .content-table tr td:first-child {
  min-width: 250px;
}
.entry-content .content-table tr td {
  min-width: 150px;
}
.membership-card
  .dsm_icon_list
  .dsm_icon_list_items
  .dsm_icon_list_child
  .dsm_icon_list_icon {
  min-width: 25px;
}

.et_pb_bg_layout_dark .et_pb_slide_description {
  text-shadow: none !important;
}

/* media query */
@media screen and (max-width: 1800px) {
  .section-small .text-mini {
    width: 60%;
  }
  .our_room_bottom_bg .our-bg-img {
    top: -300px;
  }
  .footer-section-2::before {
    top: -148px;
    background-size: auto;
  }
  .about_our_group-sec:before {
    top: -155px;
    background-size: auto;
    background-position: top center;
  }
  .footer-section:before {
    bottom: 50px;
    background-size: auto;
    background-position: top center;
  }
}

@media screen and (max-width: 1600px) {
  .hero-banner-bottom .header-content-container {
    left: 0;
  }
  .et_pb_text_1.home_grp {
    margin-right: 0px !important;
  }
  .our_values:before {
    background-size: auto;
  }
}
@media screen and (max-width: 1400px) {
  .section-small.et_pb_row {
    display: flex;
    flex-direction: column;
  }
  .section-small.et_pb_row.flex-row {
    flex-direction: row;
  }
  .et_pb_gutters3 .section-small .et_pb_column_1_2,
  .et_pb_gutters3.et_pb_row .section-small .et_pb_column_1_2 {
    width: 100%;
    max-width: 390px;
  }
  .et_pb_gutters3 .section-small p br {
    display: none;
  }

  .et_pb_gutters3 .section-small .et_pb_button_1_wrapper {
    position: relative !important;
  }
  .hero-banner-bottom .header-content-container {
    left: 0;
  }
  .contact-us-banner .header-content-container {
    top: 145px;
  }
  .et_pb_fullwidth_image_0 {
    top: 0;
  }
}

@media (min-width: 981px) and (max-width: 1601px) {
  .et_pb_row {
    width: 90% !important;
  }
  .et_pb_row.home_sec_2 {
    width: 75%;
  }
  .et_pb_image_7.our-bg-img {
    top: -173px;
    width: 123%;
    max-width: 123% !important;
  }
  .et_pb_image_4.members_bg {
    width: 115%;
    top: -3px;
    left: -80px;
  }
  .et_pb_row.et_pb_row_1.section-small {
    width: 54% !important;
  }
  .home_bg .et_pb_image_2 {
    width: 119% !important;
    max-width: 119% !important;
    left: -163px !important;
  }
  .section-small.et_pb_row.flex-row {
    margin-bottom: 80px;
  }
  .global_footer_sec.footer-section:before {
    left: -147px;
    width: 130%;
    height: 295.47px;
    top: -159px;
  }
  .home_footer {
    left: 0 !important;
  }
  .home_footer ul {
    justify-content: flex-start !important;
  }
  .et_pb_with_background .members_bg {
    max-width: none !important;
  }
}

@media (min-width: 981px) and (max-width: 1200px) {
  .et_pb_row_6.our-team-sec {
    width: 950px;
  }
}

@media (min-width: 981px) and (max-width: 1400px) {
  .et_pb_column_0.our_room_title {
    width: 50%;
  }
  .home_grp .btn-default {
    margin-left: 122px;
  }
  .h_footer_row .et_pb_column.et_pb_column_1_4,
  .gray_footer .et_pb_column.et_pb_column_1_4 {
    width: 30%;
  }
  .h_footer_row
    .et_pb_column.et_pb_column_1_2.et_pb_column_2_tb_footer.et_pb_css_mix_blend_mode_passthrough.et-last-child,
  .gray_footer
    .et_pb_column.et_pb_column_1_2.et_pb_column_2_tb_footer.et_pb_css_mix_blend_mode_passthrough.et-last-child {
    width: 29%;
  }
  .h_footer_row .et_pb_module.et_pb_text.et_pb_text_0_tb_footer,
  .gray_footer .et_pb_module.et_pb_text.et_pb_text_0_tb_footer {
    margin-left: -90px !important;
  }
  .footer-section-2::before {
    top: -167px;
    right: 0px;
    width: 125%;
    left: auto;
  }
  .home_sec_2 .home_crd_sec {
    width: 75%;
  }
}

@media screen and (max-width: 981px) {
  .about_our_group-sec:before {
    top: -148px;
  }
  .brand-logo-sec {
    overflow-x: auto !important;
  }
  .brand-logo {
    flex-wrap: nowrap;
    margin-right: -3.5%;
    display: -webkit-box !important;
  }
}

@media screen and (min-width: 981px) {
  .et_pb_gutters3 .et_pb_row .home_crd_row {
    margin-left: -16px;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .et_pb_text_4.home-bottom-sec {
    width: 95% !important;
    margin-left: -116px !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .home_footer_sec .et_pb_column_0 {
    display: none !important;
  }
  .footer-section-2::before,
  .global_footer_sec.footer-section:before {
    display: block;
    height: 120px;
    background-repeat: no-repeat;
    background-position: right 30% center;
    background-size: cover;
    bottom: 95%;
    top: auto;
  }
}

@media (min-width: 1400px) and (max-width: 1601px) {
  .et_pb_text_4.home-bottom-sec {
    margin-left: -400px !important;
  }
}
@media screen and (max-width: 1200px) {
  div .bottom-facilities.et_pb_section.et_pb_section_5 {
    padding-left: 20px !important;
  }
}

@media screen and (max-width: 992px) {
  #main-header {
    padding: 20px 0px;
  }
  .header-menu-active #main-header {
    display: block;
  }
  #main-menu-parent:before {
    display: none;
  }
  .et_pb_menu .et_pb_menu__menu {
    display: block !important;
  }
  #main-menu-parent {
    background-size: cover;
  }
  #main-menu .et_pb_menu__wrap {
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 0px 0px 0px 0px;
    left: 0px;
  }
  #main-menu-parent .et_mobile_nav_menu,
  #main-menu-bottom .et_mobile_nav_menu {
    display: none !important;
  }
  #main-menu-parent .et_pb_menu__logo-wrap {
    display: none;
  }

  #main-menu.et_pb_menu--style-left_aligned .et_pb_menu__wrap {
    justify-content: flex-start !important;
  }
  #main-menu-bottom .header-bottom .et_pb_module {
    width: 50%;
  }

  #main-menu-parent .et_pb_column_2_tb_header {
    padding: 0px !important;
  }
  .hero-banner .et_pb_slides .et_pb_slide .et_pb_container {
    min-height: 500px;
    height: 100%;
  }
  .gray-bg:before {
    bottom: 85%;
  }

  .bottom-facilities .et_pb_text_4 {
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  body.home .footer-section:before {
    display: block;
    height: 120px;
    background-repeat: no-repeat;
    background-position: right 30% center;
    background-size: cover;
    bottom: 95%;
  }

  .content-table table {
    min-width: 120%;
  }
  .et_pb_code_1_tb_header {
    display: none !important;
  }

  .map-container {
    max-height: 100vh;
    min-height: 320px;
  }
  .fooetr_cnt.et_pb_text > .et_pb_text_inner {
    display: flex;
    justify-content: center;
  }
  .et_pb_fullwidth_header.hero-banner-bottom {
    max-height: 500px !important;
    min-height: 500px !important;
  }
  .et_pb_fullwidth_header.hero-banner-bottom .et_pb_fullwidth_header_container {
    max-height: 100% !important;
    min-height: 100% !important;
  }
  .hero-banner-gray .et_pb_fullwidth_image_0 {
    width: 120%;
    bottom: -4px;
  }
  .hero-banner-gray .et_pb_fullwidth_image_1 {
    width: 75% !important;
    bottom: 0px !important;
    z-index: 1001 !important;
  }
  .header-menu-active #main-header.contact-menu #logo_before {
    display: none;
  }
  .header-menu-active #main-header.contact-menu #logo-white {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .hero-banner .et_pb_slides .et_pb_slide .et_pb_container {
    min-height: 400px;
  }
  #main-menu .et_pb_menu__wrap {
    padding-left: 15px;
  }

  a.member-login {
    display: none;
  }
  #main-header .et_pb_column_1_tb_header {
    top: 15px !important;
  }
  #main-menu-parent.et_pb_section {
    padding: 0px !important;
  }
  #main-menu-parent .et_pb_menu__menu > nav > ul#menu-main-menu > li > a {
    padding: 10px 0px !important;
  }
  #main-menu-bottom .header-bottom .et_pb_module {
    width: 100%;
  }
  .btn-default {
    max-width: 100%;
  }
  .section-small.et_pb_row.flex-row {
    flex-direction: column-reverse !important;
  }
  .gray-bg:before {
    bottom: 100%;
    height: 80px;
    min-height: 50px !important;
  }
  .footer-section:before {
    /*height: 90px;
	} */
    left: -20%;
    width: 140%;
  }

  .download-items .et_pb_with_border {
    width: 100% !important;
  }
  .our_values:before {
    background-size: cover;
    height: 115px;
    top: -113px;
  }
  .about_our_group-sec:before {
    top: -90px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    left: 36px;
  }
  .footer-section-2::before,
  .global_footer_sec.footer-section:before {
    display: block;
    height: 120px;
    background-repeat: no-repeat;
    background-position: right 30% center;
    background-size: cover;
    bottom: 95%;
    top: auto;
  }
  .contact-us-banner .header-content-container {
    position: relative;
    top: 70px;
    left: 15px;
  }
  .contact-us .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    width: 100%;
  }
  .content-table table {
    min-width: 180%;
  }
  .et_pb_image_7.our-bg-img {
    top: -207px !important;
    left: 30%;
  }
  .footer-section.et_pb_column,
  .footer-section-2.et_pb_column {
    width: 100%;
  }

  .h_footer_row .et_pb_column.et_pb_column_1_4,
  .gray_footer .et_pb_column.et_pb_column_1_4 {
    width: 100%;
  }
  .hero-banner-bottom .header-content-container {
    bottom: 5rem;
  }
  .smooth-click.et_pb_row {
    flex-wrap: inherit !important;
  }
  .smooth-click.et_pb_row .et_pb_column {
    min-width: 200px;
    max-width: 200px !important;
    padding: 0 15px !important;
    margin: 0px !important;
  }
  .mgnt-sec .et_pb_fullwidth_header_container {
    margin-left: 20px;
    margin-right: 10px;
  }

  .et_pb_gutters3 .section-small .et_pb_button_1_wrapper {
    padding-right: 30px;
  }
  .home_crd_row .et_pb_module,
  .about_team_sec .et_pb_button_0_wrapper {
    max-width: 390px;
    padding-right: 30px;
  }
}
