.body-template.blank_01 {
  padding-top: 0;
}

.columns_2_01 {
  position: relative;
  z-index: 0;
}
.columns_2_01:after {
  position: absolute;
  content: "";
  height: 1000px;
  width: 800px;
  top: 0;
  background: url("/site/assets/img/lines/3d-diagonal-right-yellow.svg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  z-index: -1;
  right: 0;
  background-position: right center;
}
.columns_2_01 h3 {
  padding: 0 0 40px 0;
  text-align: center;
}
.columns_2_01 .item {
  margin-bottom: 25px;
  display: -ms-flexbox;
  display: flex;
}
.columns_2_01 .item .number {
  -ms-flex: 0 0 60px;
      flex: 0 0 60px;
  font-size: 61px;
  line-height: 61px;
  font-family: "Corona", sans-serif;
  font-weight: 700;
}
.columns_2_01 .item .content {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding-right: 100px;
}
.columns_2_01 .item .content p {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.columns_3_01 .item {
  overflow: hidden;
  margin-bottom: 15px;
  background-size: cover;
  background-position: center center;
  padding: 20px 0;
}
@media (min-width: 992px) {
  .columns_3_01 .item {
    padding: 20px 40px;
    height: 345px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 25px;
  }
}
@media (max-width: 991.98px) {
  .columns_3_01 .item.has-visual {
    height: 265px;
  }
}
.columns_3_01 .item h2 {
  background-color: #000;
  color: #FFFF00;
  padding: 3px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .columns_3_01 .item-xl {
    padding: 20px;
  }
}

.columns_3_02 h2 {
  padding-bottom: 25px;
  text-align: center;
}
@media (min-width: 992px) {
  .columns_3_02 h2 {
    padding-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .columns_3_02 .item-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.columns_3_02 .item-wrapper .item {
  margin-bottom: 30px;
  width: 25%;
  text-align: center;
}
@media (max-width: 991.98px) {
  .columns_3_02 .item-wrapper .item {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
    padding-left: 10px;
    -ms-flex-align: center;
        align-items: center;
  }
}
.columns_3_02 .item-wrapper .item img {
  width: 90px;
  margin-right: 25px;
}
@media (min-width: 992px) {
  .columns_3_02 .item-wrapper .item img {
    margin-right: 0;
    width: 100px;
    margin-bottom: 10px;
  }
}
.columns_3_02 .item-wrapper .item h3 {
  margin-bottom: 0;
}
.columns_3_03 .intro-content h2, .columns_3_03 .intro-content p {
  text-align: center;
}
.columns_3_03 .intro-content p {
  padding-bottom: 25px;
}
.columns_3_03 .panel {
  position: relative;
  z-index: 0;
  height: 280px;
  padding-bottom: 20px;
  background: #EEEDF1;
  margin-bottom: 25px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
.columns_3_03 .panel:before {
  position: absolute;
  content: "";
  height: 145px;
  width: 25%;
  top: 50%;
  background: url("/site/assets/img/lines/lines-horizontal-left-yellow.svg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  z-index: -1;
  -ms-transform: translateY(-72.5px);
      transform: translateY(-72.5px);
  left: 0;
  background-position: left center;
  background-size: 100% 100%;
}
.columns_3_03 .panel img {
  width: 100px;
  -ms-flex-positive: 0;
      flex-grow: 0;
  z-index: 2;
  margin-left: 35px;
}
@media (min-width: 992px) {
  .columns_3_03 .panel img {
    margin-left: 15px;
  }
}
@media (min-width: 1260px) {
  .columns_3_03 .panel img {
    margin-left: 50px;
  }
}
.columns_3_03 .panel .product-text {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 0 10px;
  z-index: 2;
}
@media (min-width: 992px) {
  .columns_3_03 .panel .product-text p {
    font-size: 15px;
  }
}
@media (min-width: 1260px) {
  .columns_3_03 .panel .product-text p {
    font-size: inherit;
  }
}
.columns_3_03 .panel-yellow {
  background-color: #FFFF00;
  position: relative;
  z-index: 0;
}
.columns_3_03 .panel-yellow:before {
  position: absolute;
  content: "";
  height: 145px;
  width: 25%;
  top: 50%;
  background: url("/site/assets/img/lines/lines-horizontal-left-white.svg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  z-index: -1;
  -ms-transform: translateY(-72.5px);
      transform: translateY(-72.5px);
  left: 0;
  background-position: left center;
  background-size: 100% 100%;
}
.columns_3_03 .panel-yellow:before {
  background-color: #FFFF00;
}
.columns_3_03 .panel-black {
  background-color: #000;
}
.columns_3_03 .panel-black:before {
  background-color: #000;
}
.columns_3_03 .panel-black .product-text {
  color: #FFF;
}

.contact {
  position: relative;
  z-index: 0;
}
.contact:before {
  position: absolute;
  content: "";
  height: 350px;
  width: 70vw;
  top: 140px;
  background: url("/site/assets/img/lines/3d-horizontal-left-yellow.svg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  z-index: -1;
  -ms-transform: translateY(-175px);
      transform: translateY(-175px);
  left: 0;
  background-position: left center;
}
@media (min-width: 992px) {
  .contact {
    position: relative;
    z-index: 0;
  }
  .contact:before {
    position: absolute;
    content: "";
    height: 450px;
    width: 30vw;
    top: 225px;
    background: url("/site/assets/img/lines/3d-horizontal-left-yellow.svg");
    background-size: auto 100%;
    background-repeat: no-repeat;
    z-index: -1;
    -ms-transform: translateY(-225px);
        transform: translateY(-225px);
    left: 0;
    background-position: left center;
  }
}
@media (max-width: 991.98px) {
  .contact .img-wrapper {
    height: 270px;
    text-align: center;
  }
}
.contact .img-wrapper img {
  padding-top: 40px;
}
@media (max-width: 991.98px) {
  .contact .img-wrapper img {
    padding-top: 0;
    margin: 0 auto;
    height: 100%;
  }
}
.contact h2 {
  padding-top: 0;
  padding-bottom: 25px;
}
@media (max-width: 991.98px) {
  .contact h2 {
    padding: 20px 0 0 0;
  }
}
.contact h5 {
  font-size: 15px;
  font-weight: 400;
}
.contact .form-control {
  border: 1px solid #BCBCBC;
  border-radius: 5px !important;
}

.content_02 {
  /*
     .w300 {
         width: 100%;
         max-width: 300px;
     }
     */
}
.content_02.lines-left {
  position: relative;
  z-index: 0;
}
.content_02.lines-left:before {
  position: absolute;
  content: "";
  height: 120px;
  width: 50vw;
  top: 50%;
  background: url("/site/assets/img/lines/lines-horizontal-left-yellow.svg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  z-index: -1;
  left: 0;
  background-position: left center;
  background-size: 100% 100%;
}
@media (min-width: 992px) {
  .content_02.lines-left {
    position: relative;
    z-index: 0;
  }
  .content_02.lines-left:before {
    position: absolute;
    content: "";
    height: 145px;
    width: 40vw;
    top: 135px;
    background: url("/site/assets/img/lines/lines-horizontal-left-yellow.svg");
    background-size: auto 100%;
    background-repeat: no-repeat;
    z-index: -1;
    -ms-transform: translateY(-72.5px);
        transform: translateY(-72.5px);
    left: 0;
    background-position: left center;
    background-size: 100% 100%;
  }
}
.content_02.lines-right {
  position: relative;
  z-index: 0;
}
.content_02.lines-right:after {
  position: absolute;
  content: "";
  height: 120px;
  width: 50vw;
  top: 50%;
  background: url("/site/assets/img/lines/lines-horizontal-right-yellow.svg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  z-index: -1;
  right: 0;
  background-position: right center;
  background-size: 100% 100%;
}
@media (min-width: 992px) {
  .content_02.lines-right {
    position: relative;
    z-index: 0;
  }
  .content_02.lines-right:after {
    position: absolute;
    content: "";
    height: 145px;
    width: 40vw;
    top: 135px;
    background: url("/site/assets/img/lines/lines-horizontal-right-yellow.svg");
    background-size: auto 100%;
    background-repeat: no-repeat;
    z-index: -1;
    -ms-transform: translateY(-72.5px);
        transform: translateY(-72.5px);
    right: 0;
    background-position: right center;
    background-size: 100% 100%;
  }
}
@media (max-width: 991.98px) {
  .content_02.page-1511, .content_02.page-1587, .content_02.page-1857 {
    margin-top: -75px;
  }
}
@media (max-width: 991.98px) {
  .content_02.page-1511 .container .row div:first-child, .content_02.page-1587 .container .row div:first-child, .content_02.page-1857 .container .row div:first-child {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .content_02.page-1511.lines-left:before, .content_02.page-1587.lines-left:before, .content_02.page-1857.lines-left:before {
    opacity: 0;
  }
}

.content_03 {
  background: #FFFF00 url("/site/assets/img/white-bg-v2.svg") no-repeat;
  background-position: right -100px center;
}
.content_03 .content {
  min-height: 340px;
  padding: 20px 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.content_03 .content a {
  margin-top: 25px;
}

.google_map {
  /*
  	.header-map {
  		position: relative;

  		.header-map-content {
  			position: absolute;
  			top: 0;
  			width: 100%;
  			height: 600px;
  			z-index: 1;
  		}

  		.button {
  			text-align: center;
  			bottom: 25px;
  			margin: 0 auto;
  			position: absolute;
  			z-index: 2;
  			width: 100%;

  		}

  		.infobox-sitesupport {
  			position: relative;
  			margin-left: 5px;
  			margin-top: -206px;
  			margin-right: 0px;
  			width: 298px;
  			background-color: transparent;
  		}

  		.infobox-parking {
  			height: 26px;
  			width: 26px;
  			background: #3d5fac;
  			border-radius: 26px;
  			margin-left: -13px;
  			margin-top: -13px;
  			font-weight: normal;
  			font-size: 14px;
  			color: #fff;
  			text-align: center;
  			line-height: 26px;
  			font-weight: bold;
  		}
  	}
  */
}
.google_map .map-container {
  height: 350px;
}
.google_map .map {
  height: 350px;
}

.header_01 {
  padding: 0 !important;
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
}
.header_01 .content {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 80px 0;
  min-height: 300px;
  background-size: cover;
  background-position: center center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.header_01 .content .text {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.header_01 .content .btn {
  text-shadow: none;
}
@media (min-width: 992px) {
  .header_01 .content h3 {
    font-size: 32px;
  }
}
.header_01 .anim-added {
  transition: opacity 700ms, transform 700ms, filter 700ms;
}
.header_01 .anim-started {
  opacity: 1 !important;
  -ms-transform: none !important;
      transform: none !important;
  filter: none !important;
}
.header_01.top-left .content, .header_01.top-center .content, .header_01.top-right .content {
  -ms-flex-align: start;
      align-items: flex-start;
}
.header_01.bottom-left .content, .header_01.bottom-center .content, .header_01.bottom-right .content {
  -ms-flex-align: end;
      align-items: flex-end;
}
.header_01.center-center, .header_01.top-center, .header_01.bottom-center {
  text-align: center;
}
.header_01.bottom-left .anim-text, .header_01.center-left .anim-text, .header_01.top-left .anim-text {
  -ms-transform: translateX(-50px);
      transform: translateX(-50px);
  filter: blur(20px);
  opacity: 0;
}
.header_01.center-right, .header_01.top-right, .header_01.bottom-right {
  text-align: right;
}
.header_01.center-right .anim-text, .header_01.top-right .anim-text, .header_01.bottom-right .anim-text {
  -ms-transform: translateX(50px);
      transform: translateX(50px);
  filter: blur(20px);
  opacity: 0;
}
.header_01.center-center .anim-text, .header_01.bottom-center .anim-text {
  -ms-transform: translateY(50px);
      transform: translateY(50px);
  filter: blur(20px);
  opacity: 0;
}
.header_01 .next-body-template {
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin-left: -8px;
  text-align: center;
  display: block;
  font-size: 11px;
  line-height: 1.5;
  width: 16px;
  height: 25px;
  border: 2px solid #fff;
  border-radius: 10px;
}
.header_01 .next-body-template:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f063";
  animation: scroll-bounce 2s ease-in-out infinite;
}
@keyframes scroll-bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
.header_01:first-child .content {
  padding-top: 170px;
}
.header_01:last-child .next-body-template {
  display: none;
}

.numbered_list_01 {
  overflow: hidden;
  position: relative;
  z-index: 0;
  position: relative;
  z-index: 0;
}
.numbered_list_01:before {
  position: absolute;
  content: "";
  height: 500px;
  width: 50vw;
  top: 50%;
  background: url("/site/assets/img/lines/3d-horizontal-left-yellow.svg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  z-index: -1;
  -ms-transform: translateY(-250px);
      transform: translateY(-250px);
  left: 0;
  background-position: left center;
}
.numbered_list_01:after {
  position: absolute;
  content: "";
  height: 500px;
  width: 50vw;
  top: 50%;
  background: url("/site/assets/img/lines/3d-horizontal-right-yellow.svg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  z-index: -1;
  -ms-transform: translateY(-250px);
      transform: translateY(-250px);
  right: 0;
  background-position: right center;
}
.numbered_list_01 .listing {
  background-color: #ddd;
  padding: 40px 20px 40px 20px;
}
@media (min-width: 992px) {
  .numbered_list_01 .listing {
    padding: 60px 90px 30px 90px;
  }
}
.numbered_list_01 .listing h2 {
  text-align: center;
  padding: 0 0 50px 0;
}
@media (max-width: 991.98px) {
  .numbered_list_01 .listing h2 {
    max-width: 250px;
    padding-bottom: 30px;
    margin: 0 auto;
    line-height: 48px;
  }
}
.numbered_list_01 .listing h2 .highlight {
  color: #FFFF00;
}
.numbered_list_01 .listing ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.numbered_list_01 .listing ul li {
  margin: 0;
  padding: 0 0 30px 35px;
  position: relative;
  font-size: 16px;
  line-height: 17px;
}
@media (min-width: 992px) {
  .numbered_list_01 .listing ul li {
    padding: 0 0 40px 50px;
  }
}
.numbered_list_01 .listing ul li:before {
  width: 35px;
  content: "1";
  font-size: 32px;
  line-height: 32px;
  position: absolute;
  font-family: "Corona", sans-serif;
  font-weight: 700;
  left: 0;
  top: 0;
}
@media (min-width: 992px) {
  .numbered_list_01 .listing ul li:before {
    width: 50px;
    font-size: 60px;
    line-height: 60px;
  }
}
.numbered_list_01 .listing ul li:nth-of-type(2):before {
  content: "2";
}
.numbered_list_01 .listing ul li:nth-of-type(3):before {
  content: "3";
}
.numbered_list_01 .listing ul li:nth-of-type(4):before {
  content: "4";
}
.numbered_list_01 .listing ul li:nth-of-type(5):before {
  content: "5";
}
.numbered_list_01 .listing ul li:nth-of-type(6):before {
  content: "6";
}
.numbered_list_01 .listing ul li:nth-of-type(7):before {
  content: "7";
}
.numbered_list_01 .listing ul li:nth-of-type(8):before {
  content: "8";
}

.numbered_list_02.lines-diagonal {
  position: relative;
  z-index: 0;
}
.numbered_list_02.lines-diagonal:after {
  position: absolute;
  content: "";
  height: 1000px;
  width: 800px;
  top: 0;
  background: url("/site/assets/img/lines/3d-diagonal-right-yellow.svg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  z-index: -1;
  right: 0;
  background-position: right center;
}
.numbered_list_02 h2 {
  padding: 0 0 40px 0;
  text-align: center;
}
.numbered_list_02 .item {
  margin-bottom: 25px;
  display: -ms-flexbox;
  display: flex;
}
.numbered_list_02 .item .number {
  -ms-flex: 0 0 60px;
      flex: 0 0 60px;
  font-size: 61px;
  line-height: 61px;
  font-family: "Corona", sans-serif;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .numbered_list_02 .item .number {
    -ms-flex: 0 0 50px;
        flex: 0 0 50px;
    font-size: 48px;
    line-height: 48px;
  }
}
.numbered_list_02 .item .content {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
@media (min-width: 992px) {
  .numbered_list_02 .item .content {
    padding-right: 100px;
  }
}
.numbered_list_02 .item .content p {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .slider_01 .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.slider_01 h2 {
  max-width: 700px;
  padding: 0 25px;
}
@media (min-width: 992px) {
  .slider_01 h2 {
    padding: 0 25px 0 0;
  }
}
.slider_01 h2 .highlight {
  color: #FFFF00;
}
.slider_01 .carousel .carousel-inner .carousel-item {
  height: 440px;
  background: #ddd no-repeat center center;
  background-size: cover;
}
@media (min-width: 992px) {
  .slider_01 .carousel .carousel-inner .carousel-item {
    height: 550px;
  }
}
.slider_01 .carousel .carousel-inner .carousel-item .carousel-caption {
  background-color: #FFF;
  color: #fff;
  width: 485px;
  top: 100px;
  padding: 45px;
  text-align: left;
  bottom: inherit;
}
@media (max-width: 991.98px) {
  .slider_01 .carousel .carousel-inner .carousel-item .carousel-caption {
    width: 70%;
    top: 40px;
    padding: 20px;
  }
}
@media (max-width: 991.98px) {
  .slider_01 .carousel .carousel-inner .carousel-item .carousel-caption h2 {
    padding: 0 5px 0 0;
    margin: 0 5px 0 0;
  }
}
.slider_01 .carousel .carousel-inner .carousel-item .carousel-caption p {
  padding: 20px 0;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .slider_01 .carousel .carousel-inner .carousel-item .carousel-caption p {
    padding: 10px 0;
  }
}
.slider_01 .carousel .carousel-indicators button {
  border: 2px solid #FFF;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 10px;
}
.slider_01 .carousel .carousel-indicators button.active {
  background-color: #FFF;
}
.slider_01 .carousel .carousel-control-prev-icon, .slider_01 .carousel .carousel-control-next-icon {
  border: 5px solid #FFF;
  background-color: #000;
  color: #FFF;
  width: 45px;
  height: 45px;
  padding: 4px;
  border-radius: 50px;
  background-image: none !important;
}
@media (min-width: 992px) {
  .slider_01 .carousel .carousel-control-prev-icon, .slider_01 .carousel .carousel-control-next-icon {
    border: 20px solid #FFF;
    width: 85px;
    height: 85px;
    padding: 10px;
  }
}
.slider_01 .carousel .carousel-control-prev-icon i, .slider_01 .carousel .carousel-control-next-icon i {
  font-size: 16px;
  line-height: 16px;
}
@media (min-width: 992px) {
  .slider_01 .carousel .carousel-control-prev-icon i, .slider_01 .carousel .carousel-control-next-icon i {
    font-size: 20px;
    line-height: 20px;
  }
}
/*# sourceMappingURL=maps/body-templates.css.map */