.ng-lightbox.default {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #3D8A9C;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  box-sizing: border-box;
}
.ng-lightbox.default * {
  box-sizing: border-box;
}
.ng-lightbox.default .ng-lightbox-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-flow: column;
  padding: 0px 0 0px;
  width: 95%;
  max-height: 95%;
  overflow: auto;
  max-width: 800px;
  color: #000;
  text-align: left;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.ng-lightbox.default .inner-wrapper {
  display: flex;
  flex-flow: row;
  width: 100%;
  justify-content: center;
}
.ng-lightbox.default .ng-lightbox-inner .close-popup {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  overflow: hidden;
  text-indent: -1000px;
  transition: opacity 0.2s;
  border: 0;
  background: none;
  box-shadow: 0 0;
}
.ng-lightbox.default .ng-lightbox-inner .close-popup:hover {
  opacity: 0.7;
}
.ng-lightbox.default .ng-lightbox-inner .close-popup:after,
.ng-lightbox.default .ng-lightbox-inner .close-popup:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #F2F1EB;
  transform: translate(-50%, -50%) rotate(45deg);
}
.ng-lightbox.default .ng-lightbox-inner.top-thumbnail .close-popup:after,
.ng-lightbox.default .ng-lightbox-inner.top-thumbnail .close-popup:before {
  background-color: #5d995d;
}
.ng-lightbox.default .ng-lightbox-inner .close-popup:after {
  width: 20px;
  height: 1px;
}
.ng-lightbox.default .ng-lightbox-inner .close-popup:before {
  width: 1px;
  height: 20px;
}
.ng-lightbox.default .ng-lightbox-inner.background-thumbnail {
  color: #3D8A9C;
  background: #fff;
}
.ng-lightbox.default .ng-lightbox-inner .thumb-wrapper {
  position: relative;
  top: 0;
  left: 0;
  margin-left: 0px;
  width: 48%;
  overflow: hidden;
}
.ng-lightbox.default .ng-lightbox-inner .thumb-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.ng-lightbox.default .ng-lightbox-inner.background-thumbnail .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  opacity: 0.2;
  margin: 0;
}
.ng-lightbox.default .ng-lightbox-inner .content {
  position: relative;
  width: 55%;
  padding: 30px 30px 40px;
  font-family: "Grota Sans", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #231f20;
  font-weight: 400;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .ng-lightbox.default .ng-lightbox-inner .content {
    width: 100%;
  }
}
.ng-lightbox.default .ng-lightbox-inner .content .logo-image {
  width: 50px;
  margin-top: 56px;
}
@media only screen and (max-width: 767px) {
  .ng-lightbox.default .ng-lightbox-inner .content .logo-image {
    margin-top: 20px;
  }
}
.ng-lightbox.default .ng-lightbox-inner .headings .title {
  color: #000;
  font-family: "Roboto Condensed";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 112.5% */
  letter-spacing: 1px;
  text-transform: uppercase;
}
.ng-lightbox.default .ng-lightbox-inner .headings .pre-title {
  font-family: "Roboto Condensed";
  color: #474A44;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: 1px;
  text-transform: uppercase;
}
.ng-lightbox.default .ng-lightbox-inner h4 {
  margin-bottom: 15px;
  font: 500 30px "Roboto Condensed";
}
.ng-lightbox.default .ng-lightbox-inner p {
  margin-bottom: 10px;
}
.ng-lightbox.default .ng-lightbox-inner .buttons {
  margin-top: 35px;
}
.ng-lightbox.default .ng-lightbox-inner .buttons a {
  background: #0166A0;
  color: #FFF;
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 8px 17px;
  line-height: normal;
  height: auto;
}
.ng-lightbox.default .description p {
  font-family: "Roboto Condensed";
  color: #474A44;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.4px;
}
@media (max-width: 767px) {
  .ng-lightbox.default .ng-lightbox-inner .content {
    padding: 20px;
    font-size: 15px;
  }
  .ng-lightbox.default .ng-lightbox-inner h3 {
    font-size: 20px;
  }
  .ng-lightbox.default .ng-lightbox-inner h4 {
    font-size: 17px;
  }
  .ng-lightbox.default .ng-lightbox-inner {
    padding-left: 0;
  }
  .ng-lightbox.default .ng-lightbox-inner .thumb-wrapper {
    display: none;
  }
}

.ng-lightbox.background-image-layout {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #3D8A9C;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  box-sizing: border-box;
}
.ng-lightbox.background-image-layout * {
  box-sizing: border-box;
}
.ng-lightbox.background-image-layout .ng-lightbox-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-flow: column;
  padding: 0px 0 0px;
  width: 95%;
  max-height: 95%;
  overflow: auto;
  max-width: 545px;
  text-align: center;
  padding: 20px 0 83px;
  background-size: 100% 100% !important;
  background-position: left bottom;
}
.ng-lightbox.background-image-layout .inner-wrapper {
  display: flex;
  flex-flow: row;
  width: 100%;
  justify-content: center;
}
.ng-lightbox.background-image-layout .ng-lightbox-inner .close-popup {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  overflow: hidden;
  text-indent: -1000px;
  transition: opacity 0.2s;
  border: 0;
  background: none;
  box-shadow: 0 0;
}
.ng-lightbox.background-image-layout .ng-lightbox-inner .close-popup:hover {
  opacity: 0.7;
}
.ng-lightbox.background-image-layout .ng-lightbox-inner .close-popup:after,
.ng-lightbox.background-image-layout .ng-lightbox-inner .close-popup:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #ffffff !important;
  transform: translate(-50%, -50%) rotate(45deg);
}
.ng-lightbox.background-image-layout .ng-lightbox-inner.top-thumbnail .close-popup:after,
.ng-lightbox.background-image-layout .ng-lightbox-inner.top-thumbnail .close-popup:before {
  background-color: #5d995d;
}
.ng-lightbox.background-image-layout .ng-lightbox-inner .close-popup:after {
  width: 20px;
  height: 1px;
}
.ng-lightbox.background-image-layout .ng-lightbox-inner .close-popup:before {
  width: 1px;
  height: 20px;
}
.ng-lightbox.background-image-layout .ng-lightbox-inner .content {
  position: relative;
  width: 90%;
  padding: 30px 0px 40px;
  font-family: "Grota Sans", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #ffffff;
  font-weight: 400;
  z-index: 2;
  padding-bottom: 78px;
}
@media only screen and (max-width: 767px) {
  .ng-lightbox.background-image-layout .ng-lightbox-inner .content {
    width: 100%;
  }
}
.ng-lightbox.background-image-layout .ng-lightbox-inner .content .logo-image {
  width: 50px;
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .ng-lightbox.background-image-layout .ng-lightbox-inner .content .logo-image {
    margin-top: 20px;
  }
}
.ng-lightbox.background-image-layout .ng-lightbox-inner .headings .title {
  font-family: "Roboto Condensed";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 112.5% */
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.ng-lightbox.background-image-layout .ng-lightbox-inner .headings .pre-title {
  font-family: "Roboto Condensed";
  color: #E0BC77;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: 1px;
  text-transform: uppercase;
}
.ng-lightbox.background-image-layout .ng-lightbox-inner h4 {
  margin-bottom: 15px;
  font: 500 30px "Roboto Condensed";
}
.ng-lightbox.background-image-layout .ng-lightbox-inner p {
  margin-bottom: 10px;
}
.ng-lightbox.background-image-layout .ng-lightbox-inner .buttons {
  margin-top: 15px;
}
.ng-lightbox.background-image-layout .ng-lightbox-inner .buttons a {
  background: #E0BC77;
  color: #0166A0;
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 8px 17px;
  line-height: normal;
  height: auto;
}
.ng-lightbox.background-image-layout .description p {
  font-family: "Roboto Condensed";
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.4px;
}
@media (max-width: 767px) {
  .ng-lightbox.background-image-layout .ng-lightbox-inner .content {
    padding: 49px;
    font-size: 15px;
  }
  .ng-lightbox.background-image-layout .ng-lightbox-inner h3 {
    font-size: 20px;
  }
  .ng-lightbox.background-image-layout .ng-lightbox-inner h4 {
    font-size: 17px;
    padding-inline: 10px;
  }
  .ng-lightbox.background-image-layout .ng-lightbox-inner {
    padding-left: 0;
  }
  .ng-lightbox.background-image-layout .ng-lightbox-inner .thumb-wrapper {
    display: none;
  }
}
