html {
  scroll-behavior: smooth;
}

*, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Montserrat;
  box-sizing: border-box;
  position: relative;
  font-size: 14px;
  color: #7E7E7E;
  line-height: 1.6em;
}

body {
  overflow-x: hidden;
}

.swiper-pagination-bullet-active {
  background-color: var(--primary-color) !important;
}

.demo-mode {
  height: 50px;
  color: #fff !important;
  font-weight: 600;
  text-align: center;
  background-color: rgba(255, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  opacity: 0.5;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
}

.index-9 {
  z-index: 9;
}

p {
  font-size: 14px;
}

input, textarea {
  border-bottom: 1px solid #D9D9D9;
  padding: 8px 12px;
  transition: 0.2s ease-in-out all;
  background: transparent;
}
input:focus, textarea:focus {
  outline: none;
  border-color: var(--primary-color);
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-space-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

a {
  text-decoration: none;
  display: inline-block;
}

h2 {
  font-size: 23px;
  font-weight: 600;
  color: #333333;
}

h3 {
  color: #333333;
  font-weight: 600;
  font-size: 20px;
}

.section-title {
  padding-bottom: 10px;
}
.section-title ~ a {
  font-size: 16px;
  font-weight: 600;
  transition: 0.2s ease-in-out all;
}
.section-title ~ a:hover {
  color: var(--primary-color);
}

span, b {
  color: inherit !important;
}

.grid {
  max-width: 1638px;
  margin: 0 auto;
  padding: 0 25px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .grid {
    padding: 0 15px;
    max-width: 100%;
  }
}

img {
  display: block;
  max-width: 100%;
}

.title-label {
  color: #333333;
}

.ps__rail-y {
  opacity: 0;
  z-index: 9;
}
.ps__rail-y .ps__thumb-y {
  background-color: var(--primary-color) !important;
}

.default-button {
  border-radius: 10px;
  padding: 10px 15px;
  min-width: 165px;
  text-align: center;
  border: 1px solid var(--primary-color);
  transition: 0.2s ease-in-out all;
  overflow: hidden;
}
.default-button.filled-button {
  color: #ffffff;
}
.default-button.filled-button:after {
  transition: 0.2s ease-in-out all;
  background-color: var(--primary-color);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.default-button.outlined-button {
  color: var(--primary-color);
  transition: 0.2s ease-in-out color !important;
}
.default-button.outlined-button:after {
  transition: 0.2s ease-in-out all;
  background-color: transparent;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.default-button:hover {
  color: #fff;
}
.default-button:hover:after {
  background-color: var(--primary-color);
  filter: brightness(0.6);
}

.mr-1 {
  margin-right: 10px;
}

.mr-2 {
  margin-right: 20px;
}

.storyboard-menus {
  z-index: 9;
  width: 95px;
  border-right: 1px solid #EAEAEA;
  height: 100vh;
  position: fixed;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* flex-direction: column; */
  max-height: 100vh;
}
.storyboard-menus .storyboard-menu-header {
  padding: 25px;
  padding-bottom: 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .storyboard-menus .storyboard-menu-header {
    display: block;
  }
}
.storyboard-menus .storyboard-menu-header .storyboard-menu-close {
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer;
  width: 70px;
}
.storyboard-menus .storyboard-menu-header .storyboard-menu-close img {
  width: 100%;
}
.storyboard-menus .storyboard-menu-header .mobile-branding {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  min-height: 35px;
  max-width: calc(100% - 75px);
}
.storyboard-menus .storyboard-menu-header .mobile-branding .portrait-image {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 10px;
}
.storyboard-menus .storyboard-menu-header .mobile-branding .portrait-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.storyboard-menus .storyboard-menu-header .mobile-branding .navigation-logo {
  max-height: 50px;
  max-width: calc(100% - 60px - 50px);
}
.storyboard-menus .storyboard-menu-header .border {
  margin-top: 25px;
  border-bottom: 1px solid #E8E8E8;
}
.storyboard-menus .storyboard-menus-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  overflow: auto;
  max-height: 100%;
}
.storyboard-menus .storyboard-menus-wrapper .ps__rail-y {
  left: 0;
}
.storyboard-menus .storyboard-menus-wrapper .ps__rail-y .ps__thumb-y {
  left: 2px;
}
.storyboard-menus .storyboard-menus-wrapper .storyboard-menu {
  padding: 10px 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .storyboard-menus .storyboard-menus-wrapper .storyboard-menu p {
    padding: 7px 12px;
  }
  .storyboard-menus .storyboard-menus-wrapper .storyboard-menu.current p {
    padding: 7px 12px;
    border-radius: 5px;
    overflow: hidden;
  }
  .storyboard-menus .storyboard-menus-wrapper .storyboard-menu.current p:before {
    position: absolute;
    z-index: -1;
    background-color: var(--primary-color);
    opacity: 0.16;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    left: 0;
  }
}
.storyboard-menus .storyboard-menus-wrapper .storyboard-menu p {
  padding-top: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #A8A8A8;
  transition: 0.2s ease-in-out all;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .storyboard-menus .storyboard-menus-wrapper .storyboard-menu p {
    padding-top: 0;
    font-size: 14px;
    text-align: left;
    height: auto;
  }
}
.storyboard-menus .storyboard-menus-wrapper .storyboard-menu .menu-icon {
  width: 24px;
  height: 24px;
  margin: auto;
}
.storyboard-menus .storyboard-menus-wrapper .storyboard-menu .menu-icon svg {
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s ease-in-out all;
}
.storyboard-menus .storyboard-menus-wrapper .storyboard-menu .menu-icon svg.static {
  opacity: 1;
}
.storyboard-menus .storyboard-menus-wrapper .storyboard-menu .menu-icon svg.color {
  opacity: 0;
}
.storyboard-menus .storyboard-menus-wrapper .storyboard-menu.current svg.static, .storyboard-menus .storyboard-menus-wrapper .storyboard-menu:hover svg.static {
  opacity: 0;
}
.storyboard-menus .storyboard-menus-wrapper .storyboard-menu.current svg.color, .storyboard-menus .storyboard-menus-wrapper .storyboard-menu:hover svg.color {
  opacity: 1;
}
.storyboard-menus .storyboard-menus-wrapper .storyboard-menu.current p, .storyboard-menus .storyboard-menus-wrapper .storyboard-menu:hover p {
  color: var(--primary-color);
}
@media screen and (max-width: 767px) {
  .storyboard-menus .storyboard-menus-wrapper {
    padding: 25px;
    position: relative;
    top: 0;
    transform: translateY(0);
    height: auto;
    max-height: unset;
  }
  .storyboard-menus .storyboard-menus-wrapper .menu-icon {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .storyboard-menus {
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 11;
    overflow: auto;
    transform: translateY(-100%);
    transition: 0.2s ease-in-out transform, 0.2s ease-in-out opacity;
    opacity: 0;
  }
  .storyboard-menus.open {
    opacity: 1;
    transform: translateY(0);
  }
}

.mobile-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 15px;
  display: none;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
}
.mobile-bottom-bar > img {
  max-width: calc(100% - 90px);
  max-height: 35px;
}
@media screen and (max-width: 767px) {
  .mobile-bottom-bar {
    display: flex;
  }
}
.mobile-bottom-bar .buttons-container {
  display: flex;
  width: 90px;
}
.mobile-bottom-bar .buttons-container div {
  cursor: pointer;
  display: block;
  margin-left: 10px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  overflow: hidden;
  background-color: #fff;
}
.mobile-bottom-bar .buttons-container div svg {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.mobile-bottom-bar .buttons-container div:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  opacity: 0.16;
  content: "";
}

.storyboard-container {
  padding-bottom: 80px;
}
.storyboard-container .storyboard-menu-burger {
  display: none;
  position: absolute;
  top: 35px;
  left: 25px;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .storyboard-container .storyboard-menu-burger {
    display: block;
  }
}
.storyboard-container .storyboard-body {
  overflow: hidden;
}
.storyboard-container .storyboard-body .slider-container {
  min-height: 90vh;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.storyboard-container .storyboard-body .slider-container .border {
  display: none;
}
@media screen and (max-width: 767px) {
  .storyboard-container .storyboard-body .slider-container .border {
    display: block;
  }
}
.storyboard-container .storyboard-body .slider-container .slider-image-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.storyboard-container .storyboard-body .slider-container .slider-image-container video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.storyboard-container .storyboard-body .slider-container .slider-image-container .slider-image-swiper {
  overflow: hidden;
  opacity: 0;
  transition: 0.2s ease-in-out all;
}
.storyboard-container .storyboard-body .slider-container .slider-image-container .slider-image-swiper.init {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .storyboard-container .storyboard-body .slider-container .slider-image-container .slider-image-swiper:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    box-shadow: 0 0px 64px 84px rgba(0, 0, 0, 0.5);
    content: "";
    z-index: 9;
  }
}
.storyboard-container .storyboard-body .slider-container .slider-image-container .swiper-pagination {
  bottom: 15px;
}
.storyboard-container .storyboard-body .slider-container .slider-image-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.5;
  transition: 0.2s ease-in-out all;
}
.storyboard-container .storyboard-body .slider-container .slider-image-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 65px;
  opacity: 1;
  border-radius: 10px;
}
.storyboard-container .storyboard-body .slider-container .slider-image-container div {
  height: 100%;
}
.storyboard-container .storyboard-body .slider-container .slider-image-container div .slider-image {
  transform: scale(1.05);
  transition: 100000s linear transform;
}
.storyboard-container .storyboard-body .slider-container .slider-image-container div.swiper-slide-active .slider-image {
  transition: 7s linear transform;
}
.storyboard-container .storyboard-body .slider-container .slider-image-container div.swiper-slide-active.pan-left .slider-image {
  transform: scale(1.05) translate(-2.5%, 0);
}
.storyboard-container .storyboard-body .slider-container .slider-image-container div.swiper-slide-active.pan-left-top .slider-image {
  transform: scale(1.05) translate(-2.5%, -2.5%);
}
.storyboard-container .storyboard-body .slider-container .slider-image-container div.swiper-slide-active.pan-left-bottom .slider-image {
  transform: scale(1.05) translate(-2.5%, 2.5%);
}
.storyboard-container .storyboard-body .slider-container .slider-image-container div.swiper-slide-active.pan-right-top .slider-image {
  transform: scale(1.05) translate(2.5%, -2.5%);
}
.storyboard-container .storyboard-body .slider-container .slider-image-container div.swiper-slide-active.pan-right .slider-image {
  transform: scale(1.05) translate(2.5%, 0);
}
.storyboard-container .storyboard-body .slider-container .slider-image-container div.swiper-slide-active.pan-right-bottom .slider-image {
  transform: scale(1.05) translate(2.5%, 2.5%);
}
.storyboard-container .storyboard-body .slider-container .slider-image-container .slider-image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
.storyboard-container .storyboard-body .slider-container .slider-shadow {
  height: 100%;
  min-width: 375px;
  width: 20%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #fff;
  box-shadow: 10px 0 265px 393px rgb(255, 255, 255);
}
.storyboard-container .storyboard-body .slider-container .slider-content-container {
  z-index: 9;
}
.storyboard-container .storyboard-body .slider-container .slider-content-container .slider-branding-logo {
  max-height: 70px;
  max-width: 200px;
}
.storyboard-container .storyboard-body .slider-container .slider-content-container .branding-container {
  display: flex;
  align-items: center;
}
.storyboard-container .storyboard-body .slider-container .slider-content-container .branding-container .portrait-container {
  width: 78px;
  height: 78px;
  overflow: hidden;
  border-radius: 100%;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f0f0f0;
  margin-right: 15px;
}
.storyboard-container .storyboard-body .slider-container .slider-content-container .branding-container .portrait-container img {
  width: 100%;
}
.storyboard-container .storyboard-body .slider-container .slider-content-container .title-container {
  text-transform: capitalize;
  padding-top: 25px;
  opacity: 0;
}
.storyboard-container .storyboard-body .slider-container .slider-content-container .title-container > span {
  display: block;
}
.storyboard-container .storyboard-body .slider-container .slider-content-container .title-container .letter {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.storyboard-container .storyboard-body .slider-container .slider-content-container .title-container .primary {
  font-size: 80px;
  line-height: 1.3em;
  font-weight: 700;
}
.storyboard-container .storyboard-body .slider-container .slider-content-container .title-container .secondary {
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
}
.storyboard-container .storyboard-body .slider-container .slider-content-container .title-container .city {
  font-size: 30px;
  font-weight: 400;
}
.storyboard-container .storyboard-body .slider-container .slider-content-container .mls-details {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  padding-top: 35px;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
}
.storyboard-container .storyboard-body .slider-container .slider-content-container .mls-details .letter {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  opacity: 0;
}
.storyboard-container .storyboard-body .slider-container .slider-content-container .mls-details > span {
  display: block;
}
.storyboard-container .storyboard-body .slider-container .slider-content-container .mls-details > span:last-child:after {
  display: none;
}
.storyboard-container .storyboard-body .slider-container .slider-content-container .buttons-container {
  padding-top: 25px;
  display: flex;
}
.storyboard-container .storyboard-body .slider-container .slider-content-container .buttons-container > div {
  cursor: pointer;
}
.storyboard-container .storyboard-body .services-container {
  box-shadow: 0 10px 144px 188px rgb(255, 255, 255);
  z-index: 2;
  background-color: #ffffff;
}
.storyboard-container .storyboard-body .services-container .services-wrapper {
  display: flex;
  margin: 0 -25px;
  transform: translateY(-50px);
  flex-wrap: wrap;
}
.storyboard-container .storyboard-body .services-container .services-wrapper .single-service {
  width: 25%;
  padding: 0 25px;
  cursor: pointer;
}
.storyboard-container .storyboard-body .services-container .services-wrapper .single-service.revealator-partially-below {
  transform: translate(0, 0);
  opacity: 1;
}
.storyboard-container .storyboard-body .services-container .services-wrapper .single-service.revealator-partially-below.revealator-delay1 {
  transition-delay: 100ms !important;
}
.storyboard-container .storyboard-body .services-container .services-wrapper .single-service.revealator-partially-below.revealator-delay2 {
  transition-delay: 200ms !important;
}
.storyboard-container .storyboard-body .services-container .services-wrapper .single-service.revealator-partially-below.revealator-delay3 {
  transition-delay: 300ms !important;
}
.storyboard-container .storyboard-body .services-container .services-wrapper .single-service:hover .single-service-image:before {
  opacity: 0.1;
}
.storyboard-container .storyboard-body .services-container .services-wrapper .single-service h3 {
  padding-bottom: 10px;
}
.storyboard-container .storyboard-body .services-container .services-wrapper .single-service .single-service-image {
  padding-bottom: 66.28%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
.storyboard-container .storyboard-body .services-container .services-wrapper .single-service .single-service-image:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  transition: 0.2s ease-in-out all;
}
.storyboard-container .storyboard-body .services-container .services-wrapper .single-service .single-service-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
}
@media screen and (max-width: 767px) {
  .storyboard-container .storyboard-body .services-container .services-wrapper .single-service .single-service-image img {
    display: none;
  }
}
.storyboard-container .storyboard-body .remark-container {
  z-index: 9;
}
.storyboard-container .storyboard-body .facts-container .in-fact-wrapper {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
}
.storyboard-container .storyboard-body .facts-container .in-fact-wrapper .single-in-fact {
  display: flex;
  align-items: center;
  padding: 5px 15px;
  width: 20%;
}
.storyboard-container .storyboard-body .facts-container .in-fact-wrapper .single-in-fact .icon-container {
  border-radius: 5px;
  margin-right: 10px;
  width: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33px;
  overflow: hidden;
}
.storyboard-container .storyboard-body .facts-container .in-fact-wrapper .single-in-fact .icon-container:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: var(--primary-color);
  opacity: 0.16;
  content: "";
}
@media screen and (max-width: 1200px) {
  .storyboard-container .storyboard-body .facts-container .in-fact-wrapper .single-in-fact {
    width: 25%;
  }
}
@media screen and (max-width: 1100px) {
  .storyboard-container .storyboard-body .facts-container .in-fact-wrapper .single-in-fact {
    width: 33.333333333%;
  }
}
@media screen and (max-width: 900px) {
  .storyboard-container .storyboard-body .facts-container .in-fact-wrapper .single-in-fact {
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  .storyboard-container .storyboard-body .facts-container .in-fact-wrapper .single-in-fact {
    width: 100%;
  }
}
.storyboard-container .storyboard-body .amenities-container .amenities-wrapper {
  display: flex;
  margin: 0 -5px;
  flex-wrap: wrap;
}
.storyboard-container .storyboard-body .amenities-container .amenities-wrapper .single-amenity {
  margin: 5px;
  min-width: 110px;
  padding: 6px 15px;
  color: #7E7E7E;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}
.storyboard-container .storyboard-body .gallery-container .gallery-title-wrap {
  margin-bottom: 7px;
}
.storyboard-container .storyboard-body .gallery-container .open-gallery-modal {
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.storyboard-container .storyboard-body .gallery-container .open-gallery-modal:hover {
  color: var(--primary-color);
}
.storyboard-container .storyboard-body .gallery-container .gallery-wrapper {
  transition: 0.5s ease-in-out all;
}
.storyboard-container .storyboard-body .gallery-container .gallery-wrapper .swiper-wrapper {
  display: flex;
  margin: -10px;
  flex-wrap: wrap;
  width: calc(100% + 20px);
}
@media screen and (max-width: 767px) {
  .storyboard-container .storyboard-body .gallery-container .gallery-wrapper .swiper-wrapper {
    flex-wrap: unset;
  }
}
.storyboard-container .storyboard-body .gallery-container .gallery-wrapper .swiper-wrapper .swiper-slide {
  height: unset;
}
@media screen and (max-width: 767px) {
  .storyboard-container .storyboard-body .gallery-container .gallery-wrapper {
    margin: -5px;
    height: auto !important;
    overflow: unset !important;
    overflow-anchor: unset;
    touch-action: unset;
  }
  .storyboard-container .storyboard-body .gallery-container .gallery-wrapper .ps__rail-x, .storyboard-container .storyboard-body .gallery-container .gallery-wrapper .ps__rail-y {
    display: none;
  }
}
.storyboard-container .storyboard-body .gallery-container .gallery-wrapper .single-gallery {
  padding: 10px;
  width: 25%;
}
.storyboard-container .storyboard-body .gallery-container .gallery-wrapper .single-gallery > div {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 66.28%;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
.storyboard-container .storyboard-body .gallery-container .gallery-wrapper .single-gallery > div .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.2s ease-in-out all;
  display: flex;
  justify-content: center;
  align-items: center;
}
.storyboard-container .storyboard-body .gallery-container .gallery-wrapper .single-gallery > div .gallery-overlay .gallery-btn {
  width: 50px;
  height: 50px;
  background-color: var(--primary-color);
  border-radius: 100%;
}
.storyboard-container .storyboard-body .gallery-container .gallery-wrapper .single-gallery > div .gallery-overlay .gallery-btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.storyboard-container .storyboard-body .gallery-container .gallery-wrapper .single-gallery > div:hover .gallery-overlay {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .storyboard-container .storyboard-body .gallery-container .gallery-wrapper .single-gallery {
    width: 50%;
    padding: 5px;
    padding-left: 15px;
    padding-right: 0;
  }
}
.storyboard-container .storyboard-body .video-tour-container .video-wrapper {
  padding-bottom: 56.28%;
}
.storyboard-container .storyboard-body .video-tour-container .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.storyboard-container .storyboard-body .floor-plan-container .floor-plan-wrapper {
  cursor: pointer;
}
.storyboard-container .storyboard-body .floor-plan-container .floor-plan-wrapper img {
  margin: auto;
  max-width: 100%;
}
.storyboard-container .storyboard-body .floor-plan-container .floor-plan-wrapper .single-gallery:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: 0.2s ease-in-out all;
  content: "";
  z-index: 9;
}
.storyboard-container .storyboard-body .floor-plan-container .floor-plan-wrapper .single-gallery:hover:after {
  opacity: 0.5;
}
.storyboard-container .storyboard-body .matterport-container .matterport-title-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 500;
}
.storyboard-container .storyboard-body .matterport-container .matterport-title-container .matterport-menu-btn-wrap {
  display: none;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.storyboard-container .storyboard-body .matterport-container .matterport-title-container .matterport-menu-btn-wrap .matterport-menu-btn {
  color: var(--primary-color);
  margin-right: 10px;
  font-size: 16px;
}
.storyboard-container .storyboard-body .matterport-container .matterport-title-container .matterport-menu-btn-wrap .matterport-menu-icon {
  transition: 0.2s ease-in-out all;
  filter: brightness(0.6);
}
.storyboard-container .storyboard-body .matterport-container .matterport-title-container .matterport-menu-btn-wrap .matterport-menu-icon.menu-open {
  transform: rotateZ(-180deg);
}
@media screen and (max-width: 767px) {
  .storyboard-container .storyboard-body .matterport-container .matterport-title-container .matterport-menu-btn-wrap {
    display: flex;
  }
}
.storyboard-container .storyboard-body .matterport-container .matterport-title-container .matterport-tabs {
  padding-top: 3px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  transition: 0.2s ease-in-out all;
}
@media screen and (max-width: 767px) {
  .storyboard-container .storyboard-body .matterport-container .matterport-title-container .matterport-tabs {
    opacity: 0;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: -5px;
    flex-direction: column;
    z-index: -10;
    background-color: #ffffff;
    justify-content: space-around;
    align-items: center;
    padding: 0;
    border-radius: 5px;
    box-shadow: #696969 0px 0px 3px;
  }
  .storyboard-container .storyboard-body .matterport-container .matterport-title-container .matterport-tabs.menu-open {
    opacity: 1;
    top: 80%;
    z-index: 9;
  }
  .storyboard-container .storyboard-body .matterport-container .matterport-title-container .matterport-tabs.menu-open .close-matterport-tab {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
  }
}
.storyboard-container .storyboard-body .matterport-container .matterport-title-container .matterport-tabs .close-matterport-tab {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
}
.storyboard-container .storyboard-body .matterport-container .matterport-title-container .matterport-tabs .matterport-tab {
  cursor: pointer;
  margin-left: 30px;
}
.storyboard-container .storyboard-body .matterport-container .matterport-title-container .matterport-tabs .matterport-tab:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
  opacity: 0;
  transition: 0.2s ease-in-out all;
  content: "";
  z-index: 9;
}
.storyboard-container .storyboard-body .matterport-container .matterport-title-container .matterport-tabs .matterport-tab.active {
  color: var(--primary-color);
}
.storyboard-container .storyboard-body .matterport-container .matterport-title-container .matterport-tabs .matterport-tab.active:after {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .storyboard-container .storyboard-body .matterport-container .matterport-title-container .matterport-tabs .matterport-tab {
    margin-left: 0;
    width: 100%;
    padding: 10px 20px;
  }
  .storyboard-container .storyboard-body .matterport-container .matterport-title-container .matterport-tabs .matterport-tab.active {
    color: inherit;
    font-weight: 600;
    background-color: #F4F4F4;
  }
  .storyboard-container .storyboard-body .matterport-container .matterport-title-container .matterport-tabs .matterport-tab.active:after {
    opacity: 0;
  }
}
.storyboard-container .storyboard-body .matterport-container .matterport-wrapper {
  display: none;
  padding-bottom: 56.28%;
  border-radius: 10px;
  overflow: hidden;
}
.storyboard-container .storyboard-body .matterport-container .matterport-wrapper.active {
  display: block;
}
.storyboard-container .storyboard-body .matterport-container .matterport-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.storyboard-container .storyboard-body .school-container .school-wrapper table {
  border-collapse: collapse;
  width: 100%;
}
.storyboard-container .storyboard-body .school-container .school-wrapper table th {
  color: #333;
  text-align: left;
  font-size: 16px;
}
.storyboard-container .storyboard-body .school-container .school-wrapper table th, .storyboard-container .storyboard-body .school-container .school-wrapper table td {
  padding: 15px 0;
  border-bottom: 1px solid #EAEAEA;
}
@media screen and (max-width: 767px) {
  .storyboard-container .storyboard-body .school-container .school-wrapper table {
    display: none;
  }
}
.storyboard-container .storyboard-body .school-container .mobile-schools {
  display: none;
}
.storyboard-container .storyboard-body .school-container .mobile-schools .single-school {
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  padding: 20px 30px;
  margin-bottom: 15px;
}
.storyboard-container .storyboard-body .school-container .mobile-schools .single-school h4 {
  color: #333333;
}
.storyboard-container .storyboard-body .school-container .mobile-schools .single-school h5 {
  color: #333333;
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 15px;
}
.storyboard-container .storyboard-body .school-container .mobile-schools .single-school .grade {
  width: 100px;
  border-radius: 10px;
  overflow: hidden;
  color: var(--primary-color);
  padding: 2px 8px;
}
.storyboard-container .storyboard-body .school-container .mobile-schools .single-school .grade span {
  display: block;
  text-align: center;
}
.storyboard-container .storyboard-body .school-container .mobile-schools .single-school .grade:before {
  position: absolute;
  opacity: 0.16;
  background-color: var(--primary-color);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .storyboard-container .storyboard-body .school-container .mobile-schools {
    display: block;
  }
}
.storyboard-container .storyboard-body .community-container .community-wrapper img {
  max-width: 100%;
}
.storyboard-container .storyboard-body .community-container .community-wrapper #map {
  height: 650px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .storyboard-container .storyboard-body .community-container .community-wrapper #map {
    height: 350px;
  }
}
.storyboard-container .storyboard-body .community-container .community-wrapper #map .marker {
  background-color: #aaaaaa;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  transition: 0.2s ease-in-out all;
  align-items: center;
}
.storyboard-container .storyboard-body .community-container .community-wrapper #map .marker:before {
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%) rotateZ(45deg);
  background-color: #aaaaaa;
  content: "";
  border-radius: 3px;
  transition: 0.2s ease-in-out all;
}
.storyboard-container .storyboard-body .community-container .community-wrapper #map .marker.school-marker:after {
  content: url(/assets/images/icons/school.svg);
  transform: scale(0.7) translateY(3px);
}
.storyboard-container .storyboard-body .community-container .community-wrapper #map .marker.listing-marker {
  width: 50px;
  height: 50px;
  background-color: #333333;
}
.storyboard-container .storyboard-body .community-container .community-wrapper #map .marker.listing-marker:before {
  background-color: #333;
}
.storyboard-container .storyboard-body .community-container .community-wrapper #map .marker.listing-marker:after {
  content: url(/assets/images/icons/home.svg);
  transform: scale(0.7) translateY(3px);
}
.storyboard-container .storyboard-body .community-container .community-wrapper #map .marker.selected {
  background-color: var(--primary-color);
}
.storyboard-container .storyboard-body .community-container .community-wrapper #map .marker.selected:before {
  background-color: var(--primary-color);
}
.storyboard-container .storyboard-body .community-container .community-wrapper .community-options-container {
  width: 320px;
  background-color: #DDDDDD;
  position: absolute;
  top: 20px;
  right: 20px;
  max-height: calc(100% - 40px);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.storyboard-container .storyboard-body .community-container .community-wrapper .community-options-container .community-options-header {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background-color: #fff;
  height: 42px;
}
.storyboard-container .storyboard-body .community-container .community-wrapper .community-options-container .community-options-header span {
  font-weight: 600;
  color: #333333;
  font-size: 14px;
}
.storyboard-container .storyboard-body .community-container .community-wrapper .community-options-container .community-options-body {
  padding: 8px;
  padding-bottom: 0;
  overflow: auto;
  height: calc(100% - 50px);
  margin: unset;
}
@media screen and (max-width: 767px) {
  .storyboard-container .storyboard-body .community-container .community-wrapper .community-options-container .community-options-body .swiper {
    padding: 0 25px;
  }
}
.storyboard-container .storyboard-body .community-container .community-wrapper .community-options-container .community-options-body .swiper-wrapper {
  display: block;
}
@media screen and (max-width: 767px) {
  .storyboard-container .storyboard-body .community-container .community-wrapper .community-options-container .community-options-body .swiper-wrapper {
    display: flex;
  }
}
.storyboard-container .storyboard-body .community-container .community-wrapper .community-options-container .community-options-body .single-community-option {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 8px;
  display: flex;
  cursor: pointer;
  transition: 0.2s ease-in-out all;
}
.storyboard-container .storyboard-body .community-container .community-wrapper .community-options-container .community-options-body .single-community-option:hover {
  transform: translateX(5px);
}
.storyboard-container .storyboard-body .community-container .community-wrapper .community-options-container .community-options-body .single-community-option .single-community-icon {
  width: 16px;
}
.storyboard-container .storyboard-body .community-container .community-wrapper .community-options-container .community-options-body .single-community-option .single-community-icon img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  opacity: 0;
  transform: translateY(4px);
  transition: 0.2s ease-in-out all;
}
.storyboard-container .storyboard-body .community-container .community-wrapper .community-options-container .community-options-body .single-community-option .single-community-icon img.grey {
  opacity: 1;
}
.storyboard-container .storyboard-body .community-container .community-wrapper .community-options-container .community-options-body .single-community-option .single-community-info {
  padding-left: 15px;
  width: 100%;
}
.storyboard-container .storyboard-body .community-container .community-wrapper .community-options-container .community-options-body .single-community-option .single-community-info .title {
  color: #333333;
}
.storyboard-container .storyboard-body .community-container .community-wrapper .community-options-container .community-options-body .single-community-option .single-community-info .type {
  color: #767676;
  font-size: 13px;
}
.storyboard-container .storyboard-body .community-container .community-wrapper .community-options-container .community-options-body .single-community-option .single-community-info .distance {
  display: flex;
  font-size: 13px;
  justify-content: flex-end;
}
.storyboard-container .storyboard-body .community-container .community-wrapper .community-options-container .community-options-body .single-community-option.selected {
  background-color: var(--primary-color) !important;
}
.storyboard-container .storyboard-body .community-container .community-wrapper .community-options-container .community-options-body .single-community-option.selected .single-community-icon img.white {
  opacity: 1;
}
.storyboard-container .storyboard-body .community-container .community-wrapper .community-options-container .community-options-body .single-community-option.selected .single-community-icon img.grey {
  opacity: 0;
}
.storyboard-container .storyboard-body .community-container .community-wrapper .community-options-container .community-options-body .single-community-option.selected .single-community-info * {
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .storyboard-container .storyboard-body .community-container .community-wrapper .community-options-container {
    border-radius: 0;
    width: 100%;
    left: 0;
    bottom: 15px;
    top: unset;
    background-color: transparent !important;
  }
  .storyboard-container .storyboard-body .community-container .community-wrapper .community-options-container .community-options-header {
    display: none;
  }
  .storyboard-container .storyboard-body .community-container .community-wrapper .community-options-container .community-options-body {
    padding: 0;
  }
  .storyboard-container .storyboard-body .community-container .community-wrapper .community-options-container .community-options-body .single-community-option {
    transform: none !important;
  }
}
.storyboard-container .storyboard-body .contact-container .grecaptcha-policy-main {
  position: absolute;
  bottom: -40px;
  left: 15px;
}
@media screen and (max-width: 767px) {
  .storyboard-container .storyboard-body .contact-container .grecaptcha-policy-main {
    display: none;
  }
}
.storyboard-container .storyboard-body .contact-container .contact-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.storyboard-container .storyboard-body .contact-container .contact-wrapper .contact-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 450px;
}
.storyboard-container .storyboard-body .contact-container .contact-wrapper .contact-inner button {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .storyboard-container .storyboard-body .contact-container .contact-wrapper .contact-inner {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .storyboard-container .storyboard-body .contact-container .contact-wrapper {
    display: block;
  }
}
.storyboard-container .storyboard-body .contact-container .contact-wrapper > div {
  padding: 0 15px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .storyboard-container .storyboard-body .contact-container .contact-wrapper > div:first-child {
    padding-bottom: 25px;
  }
}
.storyboard-container .storyboard-body .contact-container .contact-wrapper > div .mobile-button {
  display: none;
}
@media screen and (max-width: 767px) {
  .storyboard-container .storyboard-body .contact-container .contact-wrapper > div .mobile-button {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  .storyboard-container .storyboard-body .contact-container .contact-wrapper > div .mobile-button button {
    width: 100% !important;
    display: block !important;
  }
}
.storyboard-container .storyboard-body .contact-container .contact-wrapper > div button[type=submit] {
  border-radius: 10px;
  display: block;
  width: 130px;
  margin-top: 30px;
  font-size: 15px;
  cursor: pointer;
  font-weight: 500;
  border: none;
  overflow: hidden;
  cursor: pointer;
  padding: 8px 12px;
}
.storyboard-container .storyboard-body .contact-container .contact-wrapper > div button[type=submit] .button-background {
  transition: 0.2s ease-in-out all;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
}
.storyboard-container .storyboard-body .contact-container .contact-wrapper > div button[type=submit] .button-title {
  text-align: Center;
  color: #fff;
  padding: 5px;
}
.storyboard-container .storyboard-body .contact-container .contact-wrapper > div button[type=submit]:hover .button-background {
  filter: brightness(0.6);
}
@media screen and (max-width: 767px) {
  .storyboard-container .storyboard-body .contact-container .contact-wrapper > div button[type=submit] {
    display: none;
  }
}
.storyboard-container .storyboard-body .contact-container .contact-wrapper > div h2 {
  font-size: 35px;
  line-height: 1.6em;
  margin-bottom: 15px;
}
.storyboard-container .storyboard-body .contact-container .contact-wrapper > div p {
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .storyboard-container .storyboard-body .contact-container .contact-wrapper > div {
    width: 100%;
  }
}
.storyboard-container .storyboard-body .contact-container .contact-wrapper > div .contact-form-input-container {
  width: 50%;
  padding: 10px;
}
.storyboard-container .storyboard-body .contact-container .contact-wrapper > div .contact-form-input-container label, .storyboard-container .storyboard-body .contact-container .contact-wrapper > div .contact-form-input-container input {
  display: block;
  width: 100%;
}
.storyboard-container .storyboard-body .contact-container .contact-wrapper > div .contact-form-input-container label {
  color: #333333;
  font-weight: 500;
  font-size: 16px;
}
.storyboard-container .storyboard-body .contact-container .contact-wrapper > div .contact-form-message {
  width: 100%;
  padding: 10px;
}
.storyboard-container .storyboard-body .contact-container .contact-wrapper > div .contact-form-message label {
  color: #333333;
  font-weight: 500;
  font-size: 16px;
}
.storyboard-container .storyboard-body .contact-container .contact-wrapper > div .contact-form-message label, .storyboard-container .storyboard-body .contact-container .contact-wrapper > div .contact-form-message textarea {
  display: block;
  width: 100%;
}
.storyboard-container .storyboard-body .contact-container .contact-wrapper > div .pop-checkbox {
  width: 100%;
  padding: 10px;
  text-align: right;
}
.storyboard-container .storyboard-body .contact-container .contact-wrapper > div .pop-checkbox label {
  color: var(--primary-color) !important;
}
.storyboard-container .storyboard-body .contact-container .contact-wrapper > div .pop-checkbox input {
  margin-right: 5px;
}
.storyboard-container .storyboard-body .accounts-container .accounts-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.storyboard-container .storyboard-body .accounts-container .accounts-wrapper .account-card-container .account-card {
  border: 1px solid #D6D6D6;
  border-radius: 10px;
  padding: 50px 30px;
}
.storyboard-container .storyboard-body .accounts-container .accounts-wrapper .account-card-container .account-card .account-portrait {
  border-radius: 100%;
  background-color: #f0f0f0;
  width: 85px;
  overflow: hidden;
  height: 85px;
  border: 1px solid #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.storyboard-container .storyboard-body .accounts-container .accounts-wrapper .account-card-container .account-card .account-portrait img {
  width: 100%;
}
.storyboard-container .storyboard-body .accounts-container .accounts-wrapper .account-card-container .account-card .account-info {
  padding: 35px 0;
  border-bottom: 1px solid #D6D6D6;
  margin-bottom: 25px;
}
.storyboard-container .storyboard-body .accounts-container .accounts-wrapper .account-card-container .account-card .account-info h4 {
  color: #333333;
  font-size: 22px;
}
.storyboard-container .storyboard-body .accounts-container .accounts-wrapper .account-card-container .account-card .account-info h5 {
  color: #333333;
  font-size: 16px;
}
.storyboard-container .storyboard-body .accounts-container .accounts-wrapper .account-card-container .account-card .account-info p {
  color: #9E9E9E;
}
.storyboard-container .storyboard-body .accounts-container .accounts-wrapper .account-card-container .account-card .contact-info > div {
  display: flex;
  padding-bottom: 5px;
}
.storyboard-container .storyboard-body .accounts-container .accounts-wrapper .account-card-container .account-card .contact-info > div .label {
  color: var(--primary-color) !important;
  display: block;
  padding-right: 15px;
  font-weight: 600;
}
.storyboard-container .storyboard-body .accounts-container .accounts-wrapper .account-card-container .account-card .contact-info > div .value a {
  color: #696969;
  transition: 0.2s ease-in-out all;
}
.storyboard-container .storyboard-body .accounts-container .accounts-wrapper .account-card-container .account-card .contact-info > div .value a:hover {
  color: #8c8c8c;
}
.storyboard-container .storyboard-body .section {
  z-index: 9;
}
.storyboard-container .storyboard-body .section.section-padding {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .storyboard-container .storyboard-body .section.section-padding {
    padding: 40px 0;
  }
}

@media screen and (max-width: 1200px) {
  .storyboard-container .storyboard-body .services-container .services-wrapper {
    margin: 0 -10px;
  }
  .storyboard-container .storyboard-body .services-container .services-wrapper .single-service {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .storyboard-container .storyboard-body .services-container .services-wrapper .single-service {
    width: 50%;
    padding: 5px;
  }
  .storyboard-container .storyboard-body {
    padding-left: 0;
  }
  .storyboard-container .storyboard-body .slider-container .slider-shadow {
    display: none;
  }
  .storyboard-container .storyboard-body .services-container {
    box-shadow: none;
  }
  .storyboard-container .storyboard-body .services-container .services-wrapper {
    transform: translateY(0);
    margin: 0 -5px;
  }
  .storyboard-container .storyboard-body .slider-container .slider-image-container div {
    height: unset;
  }
  .storyboard-container .storyboard-body .slider-container {
    padding: 0;
    min-height: 0;
  }
  .storyboard-container .storyboard-body .slider-container .slider-image-container {
    position: relative;
  }
  .storyboard-container .storyboard-body .slider-container .slider-content-container .branding-container {
    display: none;
  }
  .storyboard-container .storyboard-body .slider-container .slider-content-container .title-container .primary {
    font-size: 35px;
    line-height: 1.3em;
  }
  .storyboard-container .storyboard-body .slider-container .slider-content-container .title-container .secondary {
    font-size: 30px;
    line-height: 1.3em;
  }
  .storyboard-container .storyboard-body .slider-container .slider-content-container .title-container .city {
    font-size: 25px;
    line-height: 1.3em;
  }
  .storyboard-container .storyboard-body .slider-container .slider-content-container .mls-details {
    padding-top: 25px;
    color: #B7B7B7;
  }
  .storyboard-container .storyboard-body .slider-container .border {
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .storyboard-container .storyboard-body .slider-container .slider-content-container .buttons-container {
    display: none;
  }
  .storyboard-container .storyboard-body .services-container .services-wrapper .single-service h3 {
    padding-bottom: 10px;
    position: absolute;
    -webkit-backdrop-filter: 50%;
            backdrop-filter: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 100%;
    text-align: center;
    color: #fff;
  }
  .storyboard-container .storyboard-body .services-container .services-wrapper .single-service .single-service-image:before {
    opacity: 0.5;
  }
  h3 {
    font-size: 18px;
  }
  h2 {
    font-size: 20px;
  }
}
.dark {
  color: #D7D7D7;
  background-color: #000;
}
.dark * {
  color: #D7D7D7;
}
.dark .storyboard-container .storyboard-body .amenities-container .amenities-wrapper .single-amenity, .dark .storyboard-container .storyboard-body .school-container .school-wrapper table th {
  color: #D7D7D7;
}
.dark .storyboard-menus {
  background-color: #212121;
  border-color: #212121;
}
.dark .storyboard-container .storyboard-body .slider-container .slider-shadow {
  box-shadow: 10px 0 265px 393px rgb(0, 0, 0);
  background-color: #000;
}
.dark .title-label {
  color: #fff;
}
.dark .storyboard-container .storyboard-body .services-container {
  background-color: #000;
  box-shadow: 0 10px 144px 188px rgb(0, 0, 0);
}
.dark h3, .dark h2 {
  color: #fff;
}
.dark .storyboard-container .storyboard-body .slider-container .slider-content-container .branding-container .portrait-container {
  background-color: #252525;
  border-color: #252525;
}
.dark .storyboard-container .storyboard-body .community-container .community-wrapper .community-options-container .community-options-body .single-community-option .single-community-info .title {
  color: #fff;
}
.dark .storyboard-container .storyboard-body .community-container .community-wrapper .community-options-container .community-options-header span {
  color: #fff;
}
.dark .storyboard-container .storyboard-body .community-container .community-wrapper .community-options-container {
  background-color: #000;
}
.dark .storyboard-container .storyboard-body .community-container .community-wrapper .community-options-container .community-options-header, .dark .storyboard-container .storyboard-body .community-container .community-wrapper .community-options-container .community-options-body .single-community-option {
  background-color: #252525;
}
.dark .storyboard-container .storyboard-body .community-container .community-wrapper .community-options-container .community-options-body .single-community-option .single-community-info .distance {
  color: #A0A0A0;
}
.dark .storyboard-container .storyboard-body .contact-container .contact-wrapper > div .contact-form-input-container label, .dark .storyboard-container .storyboard-body .contact-container .contact-wrapper > div .contact-form-message label {
  color: #fff;
}
.dark .storyboard-container .storyboard-body .accounts-container .accounts-wrapper .account-card-container .account-card {
  background-color: #252525;
  border-color: #252525;
}
.dark .storyboard-container .storyboard-body .accounts-container .accounts-wrapper .account-card-container .account-card .account-info h4, .dark .storyboard-container .storyboard-body .accounts-container .accounts-wrapper .account-card-container .account-card .account-info h5 {
  color: #fff;
}
.dark .storyboard-container .storyboard-body .accounts-container .accounts-wrapper .account-card-container .account-card .contact-info > div .value a {
  color: #fff;
}
.dark .storyboard-container .storyboard-body .accounts-container .accounts-wrapper .account-card-container .account-card .contact-info > div .value a:hover {
  color: var(--primary-color);
}
.dark .ps .ps__rail-x:hover, .dark .ps .ps__rail-y:hover, .dark .ps .ps__rail-x:focus, .dark .ps .ps__rail-y:focus, .dark .ps .ps__rail-x.ps--clicking, .dark .ps .ps__rail-y.ps--clicking {
  background-color: #212121;
}
.dark .storyboard-container .storyboard-body .slider-container .slider-content-container .mls-details {
  color: #ffffff;
}
.dark .storyboard-container .storyboard-body .school-container .mobile-schools .single-school {
  background-color: #1C1C1C;
  border: none;
}
.dark .storyboard-container .storyboard-body .school-container .mobile-schools .single-school h4, .dark .storyboard-container .storyboard-body .school-container .mobile-schools .single-school h5 {
  color: #fff;
}
.dark .storyboard-container .storyboard-body .school-container .mobile-schools .single-school .grade {
  background-color: #303030;
}
.dark .mobile-bottom-bar {
  background-color: #252525;
}
.dark .storyboard-container .storyboard-body .facts-container .in-fact-wrapper .single-in-fact .icon-container:before {
  background-color: #252525;
  opacity: 1;
}
.dark .mobile-bottom-bar .buttons-container div {
  background-color: transparent;
}
.dark .mobile-bottom-bar .buttons-container div:before {
  background-color: #3A3A3A;
  opacity: 1;
}
.dark .storyboard-container .storyboard-body .slider-container .border {
  border-bottom: 1px solid #9D9D9D;
}
.dark .storyboard-container .storyboard-body .school-container .school-wrapper table th, .dark .storyboard-container .storyboard-body .school-container .school-wrapper table td {
  border-bottom: 1px solid #7D7D7D;
}
.dark .storyboard-menus .storyboard-menus-wrapper .storyboard-menu.current p:before {
  background-color: #3A3A3A;
}
.dark .storyboard-menus .storyboard-menu-header .border {
  border-color: #9D9D9D;
}
.dark .default-button.outlined-button {
  color: #fff;
}

/* Minsoo Popups */
.schedule-tour-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 28, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5% 7%;
  z-index: 10;
}

.contact-now-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 28, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5% 7%;
  z-index: 10;
}

.popup-show {
  display: flex;
}

.main-modal .pop-container {
  overflow-y: scroll;
  width: 100%;
  max-width: 100%;
  height: auto;
  background-color: #ffffff;
  padding: 3% 7%;
  max-height: 100%;
}
.main-modal .pop-container .pop-inner-container {
  position: relative;
  width: 100%;
  /* height: 100%; */
}
.main-modal .pop-container .pop-inner-container .popup-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 11;
}
.main-modal .pop-container .pop-inner-container .pop-title {
  padding-bottom: 55px;
}
@media screen and (max-width: 1200px) {
  .main-modal .pop-container .pop-inner-container .pop-title {
    padding-bottom: 25px;
  }
}
.main-modal .pop-container .pop-inner-container .pop-title h2 {
  color: #333333 !important;
}
.main-modal .pop-container .pop-inner-container .pop-title p {
  color: #333333;
}
.main-modal .pop-container .pop-inner-container .pop-content {
  display: flex;
  padding-bottom: 30px;
}
.main-modal .pop-container .pop-inner-container .pop-content p, .main-modal .pop-container .pop-inner-container .pop-content h3, .main-modal .pop-container .pop-inner-container .pop-content a {
  color: #333333;
}
.main-modal .pop-container .pop-inner-container .pop-content a {
  color: #696969;
}
.main-modal .pop-container .pop-inner-container .pop-content a:hover {
  color: #9e9e9e;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-calendar-wrap,
.main-modal .pop-container .pop-inner-container .pop-content .pop-account-wrap {
  padding-right: 50px;
  width: 35%;
  border-right: #e7e7e7 1px solid;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-calendar-wrap {
  height: 100%;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-calendar-wrap .pop-calendar {
  width: 100%;
  height: 331px;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-calendar-wrap #schedule-popup-calendar {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  padding: 0;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-calendar-wrap #schedule-popup-calendar .vanilla-calendar-header {
  padding: 0;
  padding-bottom: 15px;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-calendar-wrap #schedule-popup-calendar .vanilla-calendar-header > button {
  display: none;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-calendar-wrap #schedule-popup-calendar .vanilla-calendar-header .vanilla-calendar-header__content {
  padding: 0;
  justify-content: flex-start;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-calendar-wrap #schedule-popup-calendar .vanilla-calendar-header .vanilla-calendar-header__content .vanilla-calendar-month {
  padding-left: 0;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-calendar-wrap #schedule-popup-calendar .vanilla-calendar-header .vanilla-calendar-header__content button {
  color: #333333;
  font-size: 18px;
  margin-right: 20px;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-calendar-wrap #schedule-popup-calendar .vanilla-calendar-wrapper {
  margin-left: -12px;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-calendar-wrap #schedule-popup-calendar .vanilla-calendar-wrapper .vanilla-calendar-week .vanilla-calendar-week__day {
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  color: #333333 !important;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-calendar-wrap #schedule-popup-calendar .vanilla-calendar-wrapper .vanilla-calendar-week b::first-letter {
  opacity: 1 !important;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-calendar-wrap #schedule-popup-calendar .vanilla-calendar-day > button {
  background-color: #ffffff;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-calendar-wrap #schedule-popup-calendar .vanilla-calendar-day:hover > button {
  background-color: #dedede;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-calendar-wrap .pop-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  padding: 30px 0 10px;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-calendar-wrap .pop-input h3 {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-calendar-wrap .pop-input select {
  position: relative;
  width: 60%;
  padding: 8px 20px;
  text-align: right;
  font-size: 16px;
  font-weight: 500;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-calendar-wrap .pop-input select:focus {
  outline: none;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-calendar-wrap .pop-input:focus-within {
  outline: none;
  border-color: var(--primary-color);
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-account-wrap {
  height: 100%;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-account-wrap .pop-account-namecard {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 15px;
}
@media screen and (max-width: 500px) {
  .main-modal .pop-container .pop-inner-container .pop-content .pop-account-wrap .pop-account-namecard {
    display: block;
  }
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-account-wrap .pop-account-namecard .pop-account-photo {
  border-radius: 100%;
  width: 75px;
  height: 75px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-account-wrap .pop-account-namecard .pop-account-photo img {
  width: 100%;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-account-wrap .pop-account-namecard .pop-account-info {
  padding-left: 20px;
  width: calc(100% - 75px);
}
@media screen and (max-width: 500px) {
  .main-modal .pop-container .pop-inner-container .pop-content .pop-account-wrap .pop-account-namecard .pop-account-info {
    padding: 0;
  }
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-account-wrap .pop-account-namecard h2 {
  font-weight: 700;
  color: #333333;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-account-wrap .pop-account-namecard h3 {
  font-size: 17px;
  text-transform: capitalize;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-account-wrap .pop-account-description {
  padding-top: 30px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1200px) {
  .main-modal .pop-container .pop-inner-container .pop-content .pop-account-wrap .pop-account-description {
    padding: 0;
    padding-bottom: 25px;
  }
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-account-wrap .pop-account-description > p {
  color: #606060 !important;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-account-wrap .pop-account-contact div {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 10px;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-account-wrap .pop-account-contact label {
  font-weight: 600;
  color: var(--primary-color);
  width: 80px;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-account-wrap .pop-account-contact .pop-account-email {
  padding-bottom: 0;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-account-wrap .pop-office-address {
  color: #9e9e9e !important;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-form {
  width: 65%;
  padding-left: 50px;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-form .pop-schedule {
  width: 100%;
  padding-bottom: 50px;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-form .pop-schedule h3 {
  padding-bottom: 10px;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-form .pop-schedule .pop-schedule-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-form .pop-schedule .pop-schedule-wrap .pop-schedule-item {
  position: relative;
  width: 270px;
  padding: 10px 25px;
  border: 1px solid #eeeeee;
  border-radius: 12px;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-form .pop-schedule .pop-schedule-wrap .pop-schedule-item h4 {
  font-weight: 600;
  font-size: 16px;
  color: var(--primary-color);
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-form .pop-schedule .pop-schedule-wrap .pop-schedule-item .pop .pop-schedule-close {
  position: absolute;
  top: 4px;
  right: 18px;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-form .pop-schedule .pop-schedule-wrap .pop-schedule-item .pop-schedule-close i {
  font-size: 10px;
  color: #dedede;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-form .pop-schedule .pop-schedule-wrap .yes-item {
  display: none;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-form .pop-schedule .pop-schedule-wrap .no-item {
  width: 100%;
  border-color: #ff7300;
  display: flex;
  align-items: center;
  gap: 30px;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-form .pop-schedule .pop-schedule-wrap .no-item h4,
.main-modal .pop-container .pop-inner-container .pop-content .pop-form .pop-schedule .pop-schedule-wrap .no-item p {
  color: #333333;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-form h3 {
  font-weight: 600;
  padding-bottom: 18px;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-form .pop-information {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-form .pop-information .pop-input,
.main-modal .pop-container .pop-inner-container .pop-content .pop-form .pop-information .pop-textarea {
  width: 47%;
  padding-bottom: 25px;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-form .pop-information .pop-input label,
.main-modal .pop-container .pop-inner-container .pop-content .pop-form .pop-information .pop-textarea label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-form .pop-information .pop-input input,
.main-modal .pop-container .pop-inner-container .pop-content .pop-form .pop-information .pop-input textarea,
.main-modal .pop-container .pop-inner-container .pop-content .pop-form .pop-information .pop-input input,
.main-modal .pop-container .pop-inner-container .pop-content .pop-form .pop-information .pop-input textarea {
  width: 100%;
  padding: 8px 0;
  color: #333;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-form .pop-information .pop-textarea {
  width: 100%;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-form .pop-information .pop-textarea textarea {
  width: 100%;
  padding: 8px 0;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-form .pop-information .pop-checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.main-modal .pop-container .pop-inner-container .pop-content .pop-form .pop-information .pop-checkbox label {
  color: #333333;
}
.main-modal .pop-container .pop-inner-container .pop-btn-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  padding-top: 39px;
}
.main-modal .pop-container .pop-inner-container .pop-btn-wrap .default-button.filled-button:after {
  z-index: -2;
}
.main-modal .pop-container .pop-inner-container .pop-btn-wrap .main-modal-btn-close {
  cursor: pointer;
  color: var(--primary-color);
  background-color: #FFF;
  transition: 0.2s ease-in-out all;
}
.main-modal .pop-container .pop-inner-container .pop-btn-wrap .main-modal-btn-close:after {
  background-color: #FFF;
}
.main-modal .pop-container .pop-inner-container .pop-btn-wrap .main-modal-btn-close:hover {
  color: #fff;
  z-index: 15;
}
.main-modal .pop-container .pop-inner-container .pop-btn-wrap .main-modal-btn-close:hover:after {
  background-color: var(--primary-color);
  z-index: -3 !important;
  color: #fff;
}
.main-modal .pop-container .pop-inner-container .pop-btn-wrap .main-modal-btn-submit {
  cursor: pointer;
  color: #FFF;
  background-color: var(--primary-color);
  transition: 0.2s ease-in-out all;
}
.main-modal .pop-container .pop-inner-container .pop-btn-wrap .main-modal-btn-submit:hover {
  color: #fff;
  z-index: 15;
}
.main-modal .pop-container .pop-inner-container .pop-btn-wrap .main-modal-btn-submit:hover:after {
  background-color: var(--primary-color);
  z-index: -3 !important;
  color: #fff;
}
.main-modal .pop-container::-webkit-scrollbar {
  width: 3px;
  height: 3.5px;
}
.main-modal .pop-container::-webkit-scrollbar-thumb {
  background: rgba(127, 127, 127, 0.3);
}
.main-modal .pop-container::-webkit-scrollbar-thumb:hover {
  background: rgba(127, 127, 127, 0.8);
}

#lc-select-dd {
  box-shadow: 1px 1px 3px #ddd;
  width: 150px !important;
  transform: translateY(12px);
}
#lc-select-dd ul {
  background-color: #fff;
}
#lc-select-dd li {
  height: 35px;
  cursor: pointer;
  padding-left: 10px;
  padding-top: 3px;
  transition: 0.1s ease-in-out all;
  color: #303030;
}
#lc-select-dd li:hover {
  background-color: var(--primary-color);
  color: #FFF;
}
#lc-select-dd .lcslt-selected {
  background-color: var(--primary-color);
  color: #FFF;
}

.lcslt {
  color: #333333 !important;
  font-weight: 500;
}

.lcslt-f-time > span {
  padding: 3px 0 !important;
}

.vanilla-calendar-day__btn_today {
  color: var(--primary-color) !important;
  background-color: #FFF !important;
}

.vanilla-calendar-day__btn_selected {
  color: #ffffff !important;
  background-color: var(--primary-color) !important;
}

#schedule-time-selector {
  position: relative;
  text-align: right;
  width: 80%;
  height: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}

#schedule-time-selector .pop-selected-time {
  padding-right: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.schedule-time-selector .schedule-time-selector-list {
  display: none;
}

.list-on .schedule-time-selector-list {
  display: block;
  position: absolute;
  width: 50%;
  top: calc(100% + 10px);
  right: 0;
  background-color: #fff;
  z-index: 15;
  box-shadow: 1px 1px 3px #333333;
}

.list-on .schedule-time-selector-list .schedule-time-item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 32px;
  padding-right: 25px;
  cursor: pointer;
  transition: 0.2s ease-in-out all;
  /* border-bottom: #d9d9d9 1px solid; */
}

.list-on .schedule-time-selector-list .schedule-time-item:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.list-on .schedule-time-selector-list .active-selected {
  background-color: var(--primary-color);
  color: #fff;
}

.popup-delay .pop-container {
  max-width: 500px;
  max-height: 300px;
  padding: 50px;
}

.main-modal .thanks-msg {
  display: none;
}

.pop-container {
  transition: 0.5s ease-in-out all;
}

.popup-delay .thanks-msg {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 50px;
  gap: 20px;
  z-index: 25;
}
.popup-delay .thanks-msg > h2 {
  color: #333333;
}
.popup-delay .thanks-msg .pop-close-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 158px;
  height: 50px;
  border: 1px solid;
  border-radius: 11px;
  cursor: pointer;
  transition: 0.2s ease-in-out all;
  color: #333333;
  border-color: #eeeeee;
  top: 83%;
  left: 50%;
  transform: translateX(-50%);
}
.popup-delay .thanks-msg .pop-close-btn:hover {
  color: #333333;
  background-color: rgba(0, 188, 228, 0.1);
  border-color: rgba(0, 188, 228, 0.1);
}

.popup-delay .pop-inner-container {
  display: none;
}

.grecaptcha-policy {
  font-size: 12px;
  margin-top: 10px;
  color: #dedede !important;
}
.grecaptcha-policy.text-right {
  text-align: right;
}
.grecaptcha-policy > a {
  font-size: inherit;
  color: inherit !important;
}

@media screen and (max-width: 1200px) {
  .main-modal .pop-container .pop-inner-container .pop-content .pop-calendar-wrap #schedule-popup-calendar .vanilla-calendar-day > button {
    font-size: 12px;
  }
  .main-modal .pop-container .pop-inner-container .pop-content .pop-calendar-wrap #schedule-popup-calendar .vanilla-calendar-wrapper .vanilla-calendar-week .vanilla-calendar-week__day {
    font-size: 12px;
  }
  .main-modal .pop-container {
    padding: 25px;
  }
  .main-modal .pop-container .pop-inner-container .pop-content {
    flex-direction: column;
    padding-bottom: 0px;
  }
  .main-modal .pop-container .pop-inner-container .pop-content .pop-calendar-wrap,
  .main-modal .pop-container .pop-inner-container .pop-content .pop-account-wrap {
    width: 100%;
    border-right: transparent;
    padding-right: 0;
    padding-bottom: 25px;
    padding-top: 20px;
    border-top: #e7e7e7 1px solid;
  }
  .main-modal .pop-container .pop-inner-container .pop-content .pop-account-wrap {
    border-bottom: #e7e7e7 1px solid;
  }
  .main-modal .pop-container .pop-inner-container .pop-content .pop-calendar-wrap {
    flex-direction: column;
    padding-bottom: 50px;
  }
  .main-modal .pop-container .pop-inner-container .pop-content .pop-calendar-wrap #schedule-popup-calendar .vanilla-calendar-wrapper .vanilla-calendar-week .vanilla-calendar-week__day {
    font-size: 16px;
  }
  .main-modal .pop-container .pop-inner-container .pop-content .pop-calendar-wrap #schedule-popup-calendar .vanilla-calendar-day > button {
    font-size: 16px;
  }
  .main-modal .pop-container .pop-inner-container .pop-content .pop-form {
    width: 100%;
    padding-left: 0;
    padding-top: 25px;
  }
  .main-modal .pop-container .pop-inner-container .pop-content .pop-form .pop-schedule {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 500px) {
  .main-modal .pop-container .pop-inner-container .pop-content .pop-form .pop-information .pop-input,
  .main-modal .pop-container .pop-inner-container .pop-content .pop-form .pop-information .pop-textarea {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */