.main-container > div[data-type='text'] {
  padding: 0 16px;
}

.main-container > h1[data-type='headline'] {
  padding: 0 16px;
}

.main-container > h2[data-type='headline'] {
  padding: 0 16px;
}

.main-container > a[data-type='button'] {
  margin: 0 16px;
}

@media (min-width: 768px) {
  .main-container > div[data-type='text'] {
      padding: 0 127px;
  }

  .main-container > h1[data-type='headline'] {
      padding: 0 127px;
  }
  
  .main-container > h2[data-type='headline'] {
      padding: 0 127px;
  }
  
  .main-container > a[data-type='button'] {
      margin: 0 127px;
  }
}
@media (max-width: 568px) {
  .button-width {
    max-width: 90% !important;
  }
}

[data-type="social-group"] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

[data-type="social-icon"] {
  width: 40px;
  margin: 0 7px;
}

.taketour-row {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
}

.taketour-row > .taketour-p {
  font-family: "saintecolombe-light";
  margin: 0 0 65px;
  font-size: 53px;
}

.taketour-row > .taketour-p > span {
  font-family: "EuclidCircularA-Semibold";
}

.taketour-row > .tours-out {
  /* background-color: #100b28; */
}

.taketour-row > .tours-out > .tours {
  display: flex;
  justify-content: center;
  align-items: center;
}

.taketour-row > .tours-out > div > .tour1 {
  position: relative;
  top: -40px;
}

.taketour-row > .tours-out > div > .tour1 > .video-iframe {
  width: 100%;
  height: 500px;
  background-color: lightgray;
}

.taketour-row > .tours-out > div > .tour2 {
  position: relative;
  top: -40px;
}

.taketour-row > .tours-out > div > .tour2 > .materport-iframe {
  width: 100%;
  height: 500px;
  background-color: lightgray;
}

.plan-row {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 80px 0 0;
}

.plan-row > div > .plan-p {
  font-family: "FuturaPTBook", sans-serif;
  font-size: 53px;
  margin-bottom: 25px;
}

.plan-row > div > .plan-p > span {
  font-family: "FuturaPTBook", sans-serif;
}

.plan-row > div > .plan-img {
  position: relative;
}

.plan-row > div > .plan-img > .planimg-img {
  position: relative;
  height: 550px;
  object-fit: contain;
  width: 100%;
}

.plan-row > div > .plan-img > .zoom-icon {
  top: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  position: absolute;
  z-index: 1;
}

.plan-row > div > .plan-img > #planzoomIco {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.plan-row > div > .plan-img > #planzoomIco:hover {
  opacity: 0.7;
}

.article-right div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.article-right div .article-right-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.article-right div .article-right-button {
  margin: 10px 0;
}

.article-left div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.article-left .article-desc, .article-right .article-desc {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-left div .article-left-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.article-left div .article-left-button {
  margin: 10px 0;
  padding: 7px 15px;
  color: #fff;
  background-color: rgb(244, 117, 36);
}

.article-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.article-top div {
  margin: 0 auto;
}

.article-top div .article-top-button {
  margin: 10px 0;
}

.article-desc {
  line-height: 1.5;
  margin-bottom: 15px;
}

:root {
  --splide-pagination-height: 60px;
}

.splide {
  margin-bottom: var(--splide-pagination-height);
}

.splide--draggable > .splide__track > .splide__list > .is-active {
  margin-right: 10px;
}

.splide__list {
  height: auto;
}

.splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.splide__arrow--prev {
  left: 2em;
  background-color: transparent;
  fill: #fff;
  width: 60px;
  height: 60px;
}

.splide__arrow--prev svg {
  width: 60px;
  height: 60px;
}

.splide__arrow--next {
  right: 1em;
  background-color: transparent;
  fill: #fff;
  width: 60px;
  height: 60px;
}

.splide__arrow--next svg {
  width: 60px;
  height: 60px;
}

.splide__arrow--prev svg,
.splide__pagination__prev svg {
  transform: scaleX(-1);
}

.splide__pagination {
  counter-reset: pslide-counter 0;
  display: inline-flex;
  align-items: center;
  width: 95%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  bottom: calc(-1 * var(--splide-pagination-height));
  height: var(--splide-pagination-height);
}

.splide__pagination .splide__pagination__page {
  counter-increment: pslide-counter;
  height: 1px;
  display: flex;
  justify-content: center;
}

.splide__pagination li:first-child:after {
  content: "01";
  font-size: 20px;
  font-family: "EuclidCircularA-Semibold";
  justify-content: center;
  display: flex;
  margin-right: 5px;
}

.splide__pagination li:last-child:before {
  content: counter(pslide-counter, decimal-leading-zero);
  font-family: "EuclidCircularA-Semibold";
  font-size: 20px;
  margin-left: 5px;
}

.splide__pagination__arrow {
  margin: 0 10px;
  border: 0;
  background: transparent;
  outline: none;
  cursor: pointer;
}

.splide__pagination__arrow svg {
  width: 1em;
  height: 1em;
  font-size: 20px;
  fill: #100b28;
}

.splide__pagination li.splide__pagination__control {
  display: flex;
  align-items: center;
}

.splide__pagination__page {
  width: auto;
  height: 6px;
  background: #dcdfee;
  border: 0;
  margin: 0 2px;
  outline: none;
  cursor: pointer;
}



.splide__pagination__page.is-active {
  background: #009cbc;
  height: 1px;
  justify-content: center;
  display: flex;
}

.splide__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.splide__lightbox {
  position: absolute;
  top: 1rem;
  right: 7rem;
  z-index: 1;
  cursor: pointer;
  background-color: transparent;
  border: none;
  fill: #fff;
  border-radius: 50%;
  background-color: #100b28;
  width: 40px;
  height: 40px;
}

.splide__lightbox svg {
  width: 1em;
  height: 1em;
  font-size: 24px;
}

.splide__lightbox svg path:nth-child(odd) {
  display: none;
}

.sl-wrapper {
  background-color: rgba(0, 0, 0, 0.8);
}

.sl-wrapper .sl-close {
  color: #fff !important;
}

.sl-wrapper .sl-navigation button.sl-prev {
  color: #fff;
}

.sl-wrapper .sl-navigation button.sl-next {
  color: #fff;
}

.splide__arrow:focus {
  outline: none;
}

.splide__arrow:visited {
  outline: none;
}

/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

/*Queries*/

@media only screen and (min-device-width: 480px) and (max-device-width: 768px) {
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .footer1-row > .footer1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer1-row > div > .footer1 > .footer1-left {
    display: flex;
    justify-content: center;
  }
  .footer1-row > div > .footer1 > .footer1-right {
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer1-row > div > .footer1 > .footer1-right > p {
    display: flex;
    justify-content: center;
  }
  .map-row > .map-p {
    font-size: 25px;
    letter-spacing: 1px;
  }
  .plan-row > div > .plan-p {
    font-size: 25px;
  }
  .plan-row > div > .plan-img {
    height: 285px;
  }
  .plan-row > div > .plan-img > .planimg-img {
    position: relative;
    height: 300px;
    object-fit: cover;
    width: 100%;
  }
  .plan-row > div > .plan-img > .zoom-icon {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
  }
  .taketour-row > .tours-out > div > .tour1 > .video-iframe {
    width: 100%;
  }
  .taketour-row > .tours-out > div > .tour2 > .materport-iframe {
    width: 100%;
  }
  .taketour-row > .taketour-p {
    font-size: 25px;
  }
  .agentbox-row > .agentbox-r {
    margin: 30px 0;
  }
  .agent1-txt > [data-type="text"] {
    font-size: 10px;
  }
  .agentbox-row > .agentbox-r > .agents > div > .agent2 > .agentbox-txt {
    text-align: center;
  }
  .agentbox-row > .agentbox-r > .agents > div > .agent2 > .agentbox-txt > p {
    font-size: 12px;
  }
  .menu-row > div > .menu-col {
    display: flex;
    flex-direction: column;
  }
  .menu-row > div > .menu-col > .add-l-col {
    justify-content: center;
    font-size: 15px;
  }
  .menu-row > div > .menu-col > .add-l-col > span {
    font-size: 13px;
  }
  .menu-row > div > .menu-col > .menu-r-col > ul {
    padding-left: 0;
    font-size: 10px;
    margin: 10px 0;
  }
  .logo-row > .logo-col {
    margin-bottom: 20px;
  }
  .agentbox-row > .agentbox-l {
    display: none !important;
  }
  .agent1-avatar__image {
    width: 100px;
    height: 100px;
  }
  .menu-row > div > .menu-col > .menu-r-col > ul > li > a {
    font-size: 9px;
  }
  .menu-row > div > .menu-col > .add-l-col > p {
    font-size: 13px;
  }
  .heropic-row > .heropic-col > .heropic-div > .hpl-div > p {
    font-size: 22px;
  }
  .heropic-row > .heropic-col > .heropic-div > .hpl-div > p > span {
    font-size: 10px;
  }
  .heropic-row > .heropic-col > .heropic-div > .hpr-div > .hpr-div-p1 {
    font-size: 12px;
    margin-top: 50%;
  }
  .heropic-row > .heropic-col > .heropic-div > .hpr-div > .hpr-div-p2 {
    font-size: 11px;
    max-height: 70px;
  }
  .heropic-row > .heropic-col > .heropic-div > .hpr-div > .hpr-div-p3 {
    font-size: 13px;
  }
  .heropic-row > .heropic-col > .heropic-div > .hpr-div > .hpr-div-p4 {
    font-size: 12px;
  }
  .agentbox-row > .agentbox-center > .agentbox-center-div > div > .agentbox-p1 {
    font-size: 20px;
  }
  .agentbox-row > .agentbox-center > .agentbox-center-div > div > .agentbox-p2 {
    font-size: 16px;
  }
  .agentbox-row > .agentbox-center > .agentbox-center-div > div > .agentbox-p3 {
    font-size: 16px;
  }
  .agentbox-row > .agentbox-center > .agentbox-center-div > div > .agentbox-p4 {
    font-size: 14px;
  }
  .agent1-txt__realtor {
    font-size: 9px;
  }
  .agent1-txt__realtor > span {
    font-size: 9px !important;
  }
  .agent1-txt__realtor > span > sup {
    font-size: 6px !important;
  }
  .taketour-row > .tours-out > div > .tour1 > .video-iframe {
    height: 200px;
  }
  .taketour-row > .tours-out > div > .tour2 > .materport-iframe {
    height: 200px;
  }
  .plan-row > div > .plan-img > .planimg-img {
    height: 250px;
  }
  [data-type="embed-map"] {
    height: 250px !important;
  }
  .splide__arrow--next svg {
    width: 30px;
    height: 30px;
  }
  .splide__arrow--prev svg {
    width: 30px;
    height: 30px;
  }
  .splide__lightbox {
    width: 33px;
    height: 33px;
  }
  .splide__lightbox svg {
    width: 0.7em;
    height: 0.7em;
  }
  .splide__arrow--prev {
    left: 0.5em;
  }
  .splide__arrow--next {
    right: 0.5em;
  }
}

/* Smartphones (portrait) ----------- */

@media only screen and (max-width: 320px) {
  .footer1-row > div > .footer1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer1-row > div > .footer1 > .footer1-left {
    display: flex;
    justify-content: center;
  }
  .footer1-row > div > .footer1 > div > .footer1-right {
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  .footer1-row > div > .footer1 > .footer1-right > p {
    display: flex;
    justify-content: center;
    font-size: 15px;
  }
  .map-row > .map-p {
    font-size: 17px;
    letter-spacing: 1px;
  }
  .plan-row > div > .plan-p {
    font-size: 25px;
  }
  .plan-row > div > .plan-img > .planimg-img {
    height: 285px;
  }
  .plan-row > div > .plan-img > .zoom-icon {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
  }
  .taketour-row > .tours-out > div > .tour1 > .video-iframe {
    width: 100%;
  }
  .taketour-row > .tours-out > div > .tour2 > .materport-iframe {
    width: 100%;
  }
  .taketour-row > .taketour-p {
    font-size: 25px;
  }
  .agentbox-row > .agentbox-r {
    margin: 30px 0;
  }
  .agent1-txt__realtor {
    font-size: 10px;
  }
  .agentbox-row > .agentbox-r > .agents > div > .agent2 > .agentbox-txt {
    text-align: center;
  }
  .agentbox-row
    > .agentbox-r
    > .agents
    > div
    > .agent2
    > .agentbox-txt
    > p:first-child {
    font-size: 13px;
  }
  .menu-row > div > .menu-col {
    display: flex;
    flex-direction: column;
  }
  .menu-row > div > .menu-col > .add-l-col {
    justify-content: center;
    font-size: 17px;
  }
  .menu-row > div > .menu-col > .menu-r-col > ul {
    padding-left: 0;
    font-size: 10px;
    margin: 10px 0;
  }
  .logo-row > .logo-col {
    margin-bottom: 20px;
  }
  .agentbox-row > .agentbox-l {
    display: none !important;
  }
  .agentbox-row > .agentbox-l {
    display: none !important;
  }
  .agent1-avatar__image {
    width: 100px;
    height: 100px;
  }
  .menu-row > div > .menu-col > .menu-r-col > ul > li > a {
    font-size: 9px;
  }
  .menu-row > div > .menu-col > .add-l-col > p {
    font-size: 13px;
  }
  .heropic-row > .heropic-col > .heropic-div > .hpl-div > p {
    font-size: 22px;
  }
  .heropic-row > .heropic-col > .heropic-div > .hpl-div > p > span {
    font-size: 10px;
  }
  .heropic-row > .heropic-col > .heropic-div > .hpr-div > .hpr-div-p1 {
    font-size: 12px;
    margin-top: 20%;
  }
  .heropic-row > .heropic-col > .heropic-div > .hpr-div > .hpr-div-p2 {
    font-size: 11px;
    max-height: 70px;
  }
  .heropic-row > .heropic-col > .heropic-div > .hpr-div > .hpr-div-p3 {
    font-size: 13px;
  }
  .heropic-row > .heropic-col > .heropic-div > .hpr-div > .hpr-div-p4 {
    font-size: 12px;
  }
  .agentbox-row > .agentbox-center > .agentbox-center-div > div > .agentbox-p1 {
    font-size: 20px;
  }
  .agentbox-row > .agentbox-center > .agentbox-center-div > div > .agentbox-p2 {
    font-size: 16px;
  }
  .agentbox-row > .agentbox-center > .agentbox-center-div > div > .agentbox-p3 {
    font-size: 16px;
  }
  .agentbox-row > .agentbox-center > .agentbox-center-div > div > .agentbox-p4 {
    font-size: 14px;
  }
  .agent1-txt__realtor {
    font-size: 9px;
  }
  .agent1-txt__realtor > span {
    font-size: 9px !important;
  }
  .agent1-txt__realtor > span > sup {
    font-size: 6px !important;
  }
  .taketour-row > .tours-out > div > .tour1 > .video-iframe {
    height: 200px;
  }
  .taketour-row > .tours-out > div > .tour2 > .materport-iframe {
    height: 200px;
  }
  .plan-row > div > .plan-img > .planimg-img {
    height: 250px;
  }
  [data-type="embed-map"] {
    height: 250px !important;
  }

  .splide__arrow--next svg {
    width: 30px;
    height: 30px;
  }

  .splide__arrow--prev svg {
    width: 30px;
    height: 30px;
  }
  .splide__lightbox {
    width: 33px;
    height: 33px;
  }
  .splide__lightbox svg {
    width: 0.7em;
    height: 0.7em;
  }

  .splide__arrow--prev {
    left: 0.5em;
  }

  .splide__arrow--next {
    right: 0.5em;
  }
}

.taketour-row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
}

.taketour-row > .taketour-p {
  font-family: "FuturaPTBook", sans-serif;
  margin: 0 0 65px;
  font-size: 53px;
}

.taketour-row > .taketour-p > span {
  font-family: "FuturaPTBook", sans-serif;
}

.taketour-row > .tours-out > .tours {
  display: flex;
  justify-content: center;
  align-items: center;
}

.taketour-row > .tours-out > div > .tour1 {
  position: relative;
  top: -40px;
}

.taketour-row > .tours-out > div > .tour1 > .video-iframe {
  width: 100%;
  height: 500px;
  background-color: lightgray;
}

/* CMA block-agent-box */

.block-agent-box {
  padding-top: 40px;
  padding-bottom: 40px;
}

[data-gjs-type="button"] {
  display: inline-block;
}