body {
  margin: 0;
  padding: 0;
}
.prism-create {
  color: #232323;
  font-family: 'open_sansregular';
  font-weight: 100;
  font-style: normal;
}
.prism-create img {
  max-width: 100%;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
.prism-create .template h1, .prism-create .template h2, .prism-create .template h3, .prism-create .template p, .prism-create .template ul, .prism-create .template ol {
  margin-bottom: 0px;
}
/* fonts used */
@font-face {
  font-family: 'open_sansbold';
  src: url('webfont/opensans-bold-webfont.woff2') format('woff2'), url('webfont/opensans-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanssemibold';
  src: url('webfont/opensans-semibold-webfont.woff2') format('woff2'), url('webfont/opensans-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansregular';
  src: url('webfont/opensans-regular-webfont.woff2') format('woff2'), url('webfont/opensans-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanslight';
  src: url('webfont/opensans-light-webfont.woff2') format('woff2'), url('webfont/opensans-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'georgiaregular';
  src: url('webfont/georgia-webfont.eot');
  src: url('webfont/georgia-webfont.eot?#iefix') format('embedded-opentype'), url('webfont/georgia-webfont.woff2') format('woff2'), url('webfont/georgia-webfont.woff') format('woff'), url('webfont/georgia-webfont.ttf') format('truetype'), url('webfont/georgia-webfont.svg#georgiaregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.slick-next, .slick-prev {
  display: inline-block !important;
}
.prism-create .controls a.icon-menu {
  display: none;
}
.prism-create .controls a.icon-share, .prism-create .controls a.icon-share-button, .prism-create div.language-select, .prism-create .controls a.icon-download {
  display: none !important;
}
.prism-create .dis_hide {
  display: none;
}
.prism-create .oracle-o-image {
  position: absolute;
  bottom: 0px;
  right: 6%;
  width: 4%;
  z-index: 100000;
}
.prism-create .oracle-o-image img {
  float: left;
}
.prism-create .controls a.icon-menu {
  background-image: url(images/content-button.png);
  top: 99px;
  left: 0px;
  display: block;
  width: 80px;
  height: 80px;
}
.prism-create .nav a.icon-close {
  width: 35px;
  height: 25px;
  background-image: url(images/left-arrow1-w.png);
  background-size: cover;
  position: absolute;
  top: 35px;
  right: 20px;
  text-indent: -10000px;
  z-index: 500;
  cursor: pointer;
}
.prism-create .deep-dive {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0px;
  height: calc(100%);
  bottom: 0px;
  width: calc(100%);
}
.prism-create .controls a.icon-prev {
  display: none;
  top: 34px;
  left: 200px;
}
.prism-create .controls a.icon-next {
  display: none;
  top: 34px;
  left: 232px;
}
.prism-create .nav {
  background: #ffffff;
  width: 350px;
  height: auto;
  top: 95px;
  left: -350px;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.31);
}
.prism-create .nav .title {
  background: #e95326;
}
.prism-create .nav li {
  border-top: 0px;
}
.prism-create .menu-partner_paygo {
  padding: 0;
  padding-bottom: 3%;
  display: block !important;
}
.prism-create ul.menu-partner_paygo {
  display: block !important;
  max-height: 70vh;
  overflow: auto;
}
.prism-create .nav li a {
  color: #6d6e70;
  padding: 2% 7% 1%;
  font-size: 18px;
  line-height: 22px;
}
.prism-create .nav li a:hover {
  background: #0072bc;
  color: #ffffff;
}
.prism-create .nav li a span {
  font-size: 18px;
  line-height: 22px;
  display: block;
  font-weight: bold;
}
.prism-create .header {
  display: none;
}
.prism-create .deep-dive a.icon-close {
  display: none;
}
.prism-create .nav .title h3 {
  color: #fff;
  font-size: 40px;
  padding: 0px;
  margin: 0px;
  height: 90px;
  line-height: 95px;
  text-align: center;
}
.prism-create .deep-dive .slider-controls {
  position: absolute;
  background: #ffffff;
}
.prism-create .deep-dive .slider-controls ul.slick-dots li {
  background: #aaaaaa;
}
.prism-create .deep-dive .slider-controls ul.slick-dots li.slick-active {
  background: #ffffff;
}
.prism-create p, .prism-create h1, .prism-create h2, .prism-create h3, .prism-create h4, .prism-create h5, .prism-create h6 {
  margin: 0px;
  padding: 0px;
  font-weight: lighter;
}
.prism-create p {}
.prism-create .text-left {
  text-align: left;
}
.prism-create .text-center {
  text-align: center;
}
.prism-create .text-right {
  text-align: right;
}
.prism-create .float-left {
  float: left;
}
.prism-create .float-right {
  float: right;
}
.prism-create {
  position: absolute;
  left: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.prism-create .template {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  color: #000000;
  /* background: #E6D8CE;*/
}
/* template1 css start */
.prism-create .template1 {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #E6D8CE;
  background: url("images/page1-image.jpg") no-repeat center center;
  background-size: cover;
}
.prism-create .logo_top {
  position: absolute;
  z-index: 100000;
  top: 4%;
  left: 14%;
  width: 10%;
  min-width: 150px;
}
.prism-create .home_icon {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 999999;
}
.prism-create .template1 .temp1_content {
  position: absolute;
  width: 42%;
  left: 14%;
  top: 25%;
  z-index: 10000;
}
.prism-create .template1 .temp1_content h1 {
  font-size: 5vw;
  line-height: 6vw;
  margin: 2% 0;
  color: #006ba3;
  font-family: 'georgiaregular';
}
.prism-create .template1 .temp1_content h2 {
  font-size: 1.8vw;
  line-height: 2.2vw;
  margin: 2% 0;
  font-family: 'open_sanssemibold';
  color: #b06433;
  font-weight: lighter;
}
.prism-create .mob_show {
  display: none;
}
.prism-create .mob_hide {
  display: block;
}
.prism-create .mob_show img {}
.prism-create .template1 .temp1_content h3 {
  font-size: 1.8vw;
  line-height: 2.2vw;
  margin: 4% 0% 6%;
  font-family: 'open_sansbold';
  color: #006ba3;
}
.btn_default {
  text-align: center;
  color: #000000;
  font-weight: 700;
  display: inline-block;
  padding: 12px 22px;
  cursor: pointer;
  min-width: 150px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 1.2vw;
  background: transparent;
  font-family: 'open_sansbold';
  border: 2px solid #000000;
  border-radius: 8px;
}
.btn_sm {
  padding: 8px 18px;
  font-size: 0.9vw;
}
.btn_default:hover {
  color: #E6D8CE;
  background: #000000;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 2px solid #000000;
}
.btn_white {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.btn_white:hover {
  color: #000000;
  background: #ffffff;
  border: 2px solid #ffffff;
}
.btn_yellow {
  color: #ffdd7f;
  border: 2px solid #ffdd7f;
}
.btn_yellow:hover {
  color: #000000;
  background: #ffdd7f;
  border: 2px solid #ffffff;
}
.prism-create img {
  max-width: 100%;
}
.no-padding {
  padding-bottom: 0 !important;
}
.prism-create .left_arrow {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute !important;
  left: 0%;
  top: 45%;
  height: 80px;
  width: 45px;
  cursor: pointer;
  z-index: 10000;
}
.prism-create .left_arrow.left_dark_arrow {
  background-color: #666666;
}
.prism-create .left_arrow, .prism-create .right_arrow {
  display: none;
}
.prism-create .right_arrow {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute !important;
  right: 0%;
  top: 45%;
  height: 80px;
  width: 45px;
  cursor: pointer;
  z-index: 10000;
}
.prism-create .right_arrow.right_dark_arrow {
  background-color: #666666;
}
.prism-create .template .left_arrow {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute !important;
  left: 0%;
  top: 45%;
  height: 80px;
  width: 45px;
  cursor: pointer;
  z-index: 10000;
  display: block !important;
}
.prism-create .template .left_arrow.left_dark_arrow {
  background-color: #666666;
}
.prism-create .sec_arrow_prev {
  position: absolute !important;
  width: 18px;
  left: 8px;
  top: 22px;
  cursor: pointer;
  -webkit-animation: arrow-prev 1.5s infinite ease;
  -moz-animation: arrow-prev 1.5s infinite ease;
  -ms-animation: arrow-prev 1.5s infinite ease;
  -o-animation: arrow-prev 1.5s infinite ease;
  animation: arrow-prev 1.5s infinite ease;
  z-index: 10000;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes arrow-prev {
  0% {
    left: 8px;
  }
  50% {
    left: 13px;
  }
  100% {
    left: 8px;
  }
}
/* Standard syntax */
@keyframes arrow-prev {
  0% {
    left: 8px;
  }
  50% {
    left: 13px;
  }
  100% {
    left: 8px;
  }
}
.prism-create .template .right_arrow {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute !important;
  right: 0%;
  top: 45%;
  height: 80px;
  width: 45px;
  cursor: pointer;
  z-index: 10000;
  display: block !important;
}
.prism-create .template .right_arrow.right_dark_arrow {
  background-color: #666666;
}
.prism-create .sec_arrow_next {
  position: absolute !important;
  width: 18px;
  right: 8px;
  top: 22px;
  cursor: pointer;
  -webkit-animation: arrow-next 1.5s infinite ease;
  -moz-animation: arrow-next 1.5s infinite ease;
  -ms-animation: arrow-next 1.5s infinite ease;
  -o-animation: arrow-next 1.5s infinite ease;
  animation: arrow-next 1.5s infinite ease;
  z-index: 10000;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes arrow-next {
  0% {
    right: 8px;
  }
  50% {
    right: 13px;
  }
  100% {
    right: 8px;
  }
}
/* Standard syntax */
@keyframes arrow-next {
  0% {
    right: 8px;
  }
  50% {
    right: 13px;
  }
  100% {
    right: 8px;
  }
}
/* Control nav */
.prism-create .control_nav {
  position: absolute !important;
  bottom: 2%;
  left: 0;
  z-index: 10000;
  width: 100%;
  text-align: center;
}
.prism-create .control_nav .pageno {
  color: #222222;
  font-weight: bold;
  font-size: 0.8vw;
}
.prism-create .color_white {
  color: #ffffff;
}
.prism-create .arrow_port_hide {
  display: block;
}
.prism-create .arrow_port_show {
  display: none;
}
@media (max-width: 1440px) {
  .prism-create .home_icon {
    width: 60px;
  }
  .btn_default {
    padding: 10px 15px;
    min-width: 110px;
  }
  .prism-create .controls a.icon-menu {
    top: 70px;
    width: 60px;
    height: 60px;
  }
  .prism-create .nav .title h3 {
    font-size: 30px;
    height: 60px;
    line-height: 60px;
  }
  .prism-create .nav a.icon-close {
    top: 18px;
  }
  .prism-create .nav li a span {
    font-size: 18px;
    line-height: 24px;
  }
  .prism-create .nav li a {
    padding: 1% 10%;
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 1800px) {
  .prism-create .sec_arrow_prev {
    width: 20px;
  }
  .prism-create .sec_arrow_next {
    width: 20px
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template1 {
    overflow: hidden !important;
  }
  .btn_default {
    padding: 10px 20px;
    min-width: 200px;
    margin-top: 5%;
    font-size: 1.5vw;
  }
  .prism-create .template1 .temp1_content p {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }
}
@media (max-width: 1024px) {
  .prism-create .template1 {
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1024px) and (min-height: 700px) {
  .btn_default {
    padding: 10px 15px;
    min-width: 120px;
    margin-top: 5%;
    font-size: 1.5vw;
  }
}
@media (max-width: 990px) {
  .prism-create .home_icon {
    width: 40px;
    position: fixed;
  }
  .prism-create .controls a.icon-menu {
    top: 50px;
    width: 40px;
    height: 40px;
  }
  .prism-create .control_nav {
    bottom: 30px;
  }
  .prism-create .control_nav p.pageno {
    font-size: 14px;
  }
  .prism-create .nav .title h3 {
    font-size: 20px;
    height: 48px;
    line-height: 50px;
  }
  .prism-create .nav a.icon-close {
    top: 12px;
  }
}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
  .prism-create {
    position: relative;
    left: 0px;
    overflow: auto !important;
    width: 100%;
    height: auto;
  }
  .prism-create .mob_show {
    display: block;
  }
  .prism-create .mob_hide {
    display: none;
  }
  .prism-create .template1 {
    background: url("images/mob-page1-bg1.jpg") no-repeat center center;
    background-size: cover;
  }
  .prism-create .logo_top {
    position: relative;
    left: inherit;
    top: inherit;
    padding: 7% 10% 3% !important;
    width: 45%;
  }
  .prism-create .oracle-o-image {
    width: 10%;
  }
  .prism-create .left_arrow, .prism-create .right_arrow {
    display: block !important;
    position: fixed !important;
  }
  .prism-create .template .left_arrow, .prism-create .template .right_arrow {
    display: none !important;
  }
  .prism-create .template1 .temp1_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 5% 10%;
  }
  .prism-create .template1 .temp1_content h5 {
    font-size: 3vw;
    line-height: 4vw;
  }
  .prism-create .template1 .temp1_content h1 {
    font-size: 7vw;
    line-height: 8vw;
  }
  .prism-create .template1 .temp1_content h2 {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }
  .prism-create .template1 .temp1_content h3 {
    font-size: 4vw;
    line-height: 5vw;
  }
  .btn_default {
    padding: 12px 30px;
    min-width: 220px;
    font-size: 2.5vw;
    line-height: 3.5vw;
  }
  .prism-create .template .footer_section {
    position: relative !important;
    z-index: 10000;
    width: 80%;
    bottom: inherit;
    margin: 20px 0px;
    left: 10%;
  }
  .prism-create .template .footer_section p {
    font-size: 1.3vw;
    line-height: 1.6vw;
  }
  .prism-create .template .footer_section p {
    color: #ffffff;
  }
  .prism-create .control_nav {
    position: relative !important;
    left: inherit;
    z-index: 10000;
    width: 100%;
    text-align: center;
    bottom: inherit;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .prism-create .template .footer_section p {
    color: #232323;
  }
  .prism-create .template .control_nav .pageno {
    color: #232323;
  }
  .prism-create .color_white {}
  .prism-create .control_nav p.pageno {
    font-size: 2.5vw;
  }
  .prism-create .arrow_port_hide {
    display: none;
  }
  .prism-create .arrow_port_show {
    display: block;
  }
  .temp1_bottom_sec {
    padding-left: 0%;
  }
  .prism-create .template1 .temp1_content p {
    font-size: 2.2vw;
    line-height: 3vw;
  }
}
@media (max-width: 480px) {
  .prism-create .sec_arrow_next {
    width: 20px;
  }
  .prism-create .sec_arrow_prev {
    width: 20px;
  }
  .prism-create .left_arrow, .prism-create .right_arrow {
    top: 47%;
    height: 60px;
    width: 28px;
    display: block !important;
    position: fixed !important;
  }
  .prism-create .template .left_arrow, .prism-create .template .right_arrow {
    top: 47%;
    height: 60px;
    width: 28px;
    display: none !important;
  }
  .prism-create .sec_arrow_next {
    width: 15px;
  }
  .prism-create .sec_arrow_prev {
    width: 15px;
  }
  .prism-create .sec_arrow_prev {
    width: 12px;
    left: 4px;
    top: 20px;
    -webkit-animation: arrow-prev 1.5s infinite ease;
    -moz-animation: arrow-prev 1.5s infinite ease;
    -ms-animation: arrow-prev 1.5s infinite ease;
    -o-animation: arrow-prev 1.5s infinite ease;
    animation: arrow-prev 1.5s infinite ease;
  }
  /* Chrome, Safari, Opera */
  @-webkit-keyframes arrow-prev {
    0% {
      left: 4px;
    }
    50% {
      left: 8px;
    }
    100% {
      left: 4px;
    }
  }
  /* Standard syntax */
  @keyframes arrow-prev {
    0% {
      left: 4px;
    }
    50% {
      left: 8px;
    }
    100% {
      left: 4px;
    }
  }
  .prism-create .sec_arrow_next {
    width: 12px;
    right: 4px;
    top: 20px;
    -webkit-animation: arrow-next 1.5s infinite ease;
    -moz-animation: arrow-next 1.5s infinite ease;
    -ms-animation: arrow-next 1.5s infinite ease;
    -o-animation: arrow-next 1.5s infinite ease;
    animation: arrow-next 1.5s infinite ease;
  }
  /* Chrome, Safari, Opera */
  @-webkit-keyframes arrow-next {
    0% {
      right: 4px;
    }
    50% {
      right: 8px;
    }
    100% {
      right: 4px;
    }
  }
  /* Standard syntax */
  @keyframes arrow-next {
    0% {
      right: 4px;
    }
    50% {
      right: 8px;
    }
    100% {
      right: 4px;
    }
  }
  .prism-create .template1 .temp1_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 15% 10% 15%;
  }
  .prism-create .template1 .temp1_content h1 {
    font-size: 9vw;
    line-height: 10vw;
  }
  .prism-create .template1 .temp1_content h2 {
    font-size: 5vw;
    line-height: 6vw;
    margin: 5% 0;
  }
  .prism-create .template1 .temp1_content h3 {
    font-size: 6vw;
    line-height: 7vw;
  }
  .prism-create .template .footer_section {}
  .prism-create .template .footer_section p {
    font-size: 2.5vw;
    line-height: 3.5vw;
  }
  .prism-create .control_nav {}
  .btn_default {
    padding: 10px 20px;
    min-width: 150px;
    font-size: 4vw;
    line-height: 5vw;
  }
  .prism-create .control_nav p.pageno {
    font-size: 3vw;
  }
  .prism-create .template1 {
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    min-height: 100vh;
  }
  .prism-create .template1 .temp1_content .temp1_content_sec {
    margin: 5% 0 13%;
  }
  .prism-create .template1 .temp1_content p {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }
  .prism-create .logo_top {
    width: 60%;
  }
}
@media (max-height: 450px) {
  .prism-create .control_nav p.pageno {
    font-size: 10px;
  }
  .prism-create .logo_top {
    min-width: 130px;
  }
  .btn_default {
    font-size: 1.6vw;
    line-height: 2vw;
    min-width: 100px;
    padding: 7px 20px;
  }
  .prism-create .control_nav {
    bottom: 15px;
  }
  .prism-create .left_arrow, .prism-create .right_arrow {
    top: 47%;
    height: 60px;
    width: 28px;
  }
  .prism-create .template .left_arrow, .prism-create .template .right_arrow {
    top: 47%;
    height: 60px;
    width: 28px;
  }
  .prism-create .sec_arrow_next {
    width: 15px;
  }
  .prism-create .sec_arrow_prev {
    width: 15px;
  }
  .prism-create .sec_arrow_prev {
    width: 12px;
    left: 4px;
    top: 20px;
    -webkit-animation: arrow-prev 1.5s infinite ease;
    -moz-animation: arrow-prev 1.5s infinite ease;
    -ms-animation: arrow-prev 1.5s infinite ease;
    -o-animation: arrow-prev 1.5s infinite ease;
    animation: arrow-prev 1.5s infinite ease;
  }
  /* Chrome, Safari, Opera */
  @-webkit-keyframes arrow-prev {
    0% {
      left: 4px;
    }
    50% {
      left: 8px;
    }
    100% {
      left: 4px;
    }
  }
  /* Standard syntax */
  @keyframes arrow-prev {
    0% {
      left: 4px;
    }
    50% {
      left: 8px;
    }
    100% {
      left: 4px;
    }
  }
  .prism-create .sec_arrow_next {
    width: 12px;
    right: 4px;
    top: 20px;
    -webkit-animation: arrow-next 1.5s infinite ease;
    -moz-animation: arrow-next 1.5s infinite ease;
    -ms-animation: arrow-next 1.5s infinite ease;
    -o-animation: arrow-next 1.5s infinite ease;
    animation: arrow-next 1.5s infinite ease;
  }
  /* Chrome, Safari, Opera */
  @-webkit-keyframes arrow-next {
    0% {
      right: 4px;
    }
    50% {
      right: 8px;
    }
    100% {
      right: 4px;
    }
  }
  /* Standard syntax */
  @keyframes arrow-next {
    0% {
      right: 4px;
    }
    50% {
      right: 8px;
    }
    100% {
      right: 4px;
    }
  }
}
/* template1 css end */
/* template2 css start */
.prism-create .template2 {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #E6D8CE;
  background: url("images/page3-image.jpg") no-repeat bottom right;
  background-size: cover;
}
.prism-create .template2 .temp2_content {
  position: relative;
  width: 80%;
  margin: 4.5% auto;
  z-index: 10000;
}
.prism-create .template2 .temp2_content .temp2_roadmap {
  position: relative;
  margin-top: -7.5%;
  width: 92%;
}
.prism-create .template2 .temp2_content .temp2_roadmap .temp2_roadmap_texts {
  width: 19%;
  position: absolute;
}
.prism-create .template2 .temp2_content .temp2_roadmap .temp2_roadmap_text1 {
  left: 1%;
  top: 100%;
}
.prism-create .template2 .temp2_content .temp2_roadmap .temp2_roadmap_text2 {
  left: 25%;
  top: 85%;
  width: 21%;
}
.prism-create .template2 .temp2_content .temp2_roadmap .temp2_roadmap_text3 {
  left: 50%;
  top: 55%;
  width: 21%;
}
.prism-create .template2 .temp2_content .temp2_roadmap .temp2_roadmap_text4 {
  left: 75%;
  top: 20%;
  width: 25%;
}
.prism-create .template2 .temp2_content .temp2_roadmap .temp2_roadmap_text5 {
  left: 100%;
  top: -5%;
  width: auto;
}
.prism-create .template2 .temp2_content h1 {
  font-size: 5vw;
  line-height: 6vw;
  margin: 2% 0;
  color: #006ba3;
  font-family: 'georgiaregular';
}
.prism-create .template2 .temp2_content h2 {
  font-size: 2.4vw;
  line-height: 3vw;
  margin: 2% 0;
  font-family: 'open_sanssemibold';
  color: #b06433;
  font-weight: lighter;
}
.prism-create .template2 .temp2_content h3 {
  font-size: 2vw;
  line-height: 2.6vw;
  margin: 2% 0;
  color: #006ba3;
  font-family: 'georgiaregular';
}
.prism-create .template2 .temp2_content p {
  font-size: 0.9vw;
  line-height: 1.3vw;
  margin-bottom: 4%;
  width: 100%;
}
@media (max-width: 1440px) {}
@media (min-width: 1800px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template2 {
    overflow: hidden !important;
  }
  .prism-create .template2 .temp2_content {
    margin: 8% auto;
  }
  .prism-create .template2 .temp2_content p {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }
}
@media (max-width: 1024px) {
  .prism-create .template2 {
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1024px) and (min-height: 700px) {}
@media (max-width: 990px) {}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
  .prism-create .template2 .temp2_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 5% 10%;
  }
  .prism-create .template2 .temp2_content .temp2_roadmap {
    position: relative;
    margin-top: 0%;
    width: 100%;
  }
  .prism-create .template2 {
    background: url("images/mob-page1-bg1.jpg") no-repeat center center;
    background-size: cover;
    height: auto;
    min-height: 100vh;
  }
  .prism-create .template2 .temp2_content h1 {
    font-size: 7vw;
    line-height: 8vw;
  }
  .prism-create .template2 .temp2_content h3 {
    font-size: 5vw;
    line-height: 6vw;
  }
  .prism-create .template2 .temp2_content p {
    font-size: 3vw;
    line-height: 4vw;
  }
  .prism-create .template2 .temp2_content .temp2_roadmap .temp2_roadmap_texts {
    width: 85%;
  }
  .prism-create .template2 .temp2_content .temp2_roadmap .temp2_roadmap_text1 {
    left: 14%;
    top: 1.3%;
  }
  .prism-create .template2 .temp2_content .temp2_roadmap .temp2_roadmap_text2 {
    left: 14%;
    top: 24.5%;
  }
  .prism-create .template2 .temp2_content .temp2_roadmap .temp2_roadmap_text3 {
    left: 14%;
    top: 48.5%;
  }
  .prism-create .template2 .temp2_content .temp2_roadmap .temp2_roadmap_text4 {
    left: 14%;
    top: 72%;
  }
  .prism-create .template2 .temp2_content .temp2_roadmap .temp2_roadmap_text5 {
    left: 3%;
    top: 100%;
    width: auto;
  }
  .prism-create .template2 .temp2_content h2 {
    font-size: 6vw;
    line-height: 7vw;
  }
  .prism-create .template2 .temp2_content .temp2_roadmap img {
    width: 11%;
  }
}
@media (max-width: 480px) {
  .prism-create .template2 .temp2_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 12% 10% 15%;
  }
  .prism-create .template2 .temp2_content .temp2_roadmap img {
    width: 13%;
  }
  .prism-create .template2 .temp2_content h5 {
    font-size: 5vw;
    line-height: 7vw;
  }
  .prism-create .template2 .temp2_content h1 {
    font-size: 8vw;
    line-height: 9vw;
  }
  .prism-create .template2 {
    overflow: hidden;
    overflow-y: auto;
    height: auto;
  }
  .prism-create .template2 .temp2_content .temp2_content_sec {
    margin: 5% 0 13%;
  }
  .prism-create .template2 .temp2_content p {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }
}
@media (max-height: 450px) {}
/* template2 css end */
/* template3 css start */
.prism-create .template3 {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("images/page4-image.jpg") no-repeat center center;
  background-size: cover;
}
.prism-create .template3 .temp3_content {
  position: absolute;
  width: 42%;
  right: 8%;
  top: 27%;
  z-index: 10000;
}
.prism-create .template3 .temp3_content h1 {
  font-size: 4vw;
  line-height: 4.4vw;
  margin: 2% 0%;
  color: #4c86a0;
  font-family: 'georgiaregular';
}
.prism-create .template3 .temp3_content ul {
  margin: 0px;
  padding: 0px;
  margin-left: 2.5%;
}
.prism-create .template3 .temp3_content ul li {
  font-size: 1vw;
  line-height: 1.4vw;
  margin: 4% 0;
  width: 90%;
}
@media (max-width: 1440px) {}
@media (min-width: 1800px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template3 {
    overflow: hidden !important;
  }
  .prism-create .template3 .temp3_content p {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }
  .prism-create .template3 .temp3_content ul li {
    font-size: 1.5vw;
    line-height: 2vw;
  }
}
@media (max-width: 1024px) {
  .prism-create .template3 {
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1024px) and (min-height: 700px) {}
@media (max-width: 990px) {}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
  .prism-create .template3 .temp3_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 50% 10% 15% 17%;
  }
  .prism-create .template3 {
    background: url("images/mob-page3-bg2.jpg") no-repeat center center;
    background-size: cover;
    height: auto;
  }
  .prism-create .template3 .temp3_content h1 {
    font-size: 5vw;
    line-height: 7vw;
  }
  .prism-create .template3 .temp3_content ul li {
    font-size: 3vw;
    line-height: 4vw;
  }
}
@media (max-width: 480px) {
  .prism-create .template3 .temp3_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 50% 15% 15%;
  }
  .prism-create .template3 .temp3_content h5 {
    font-size: 5vw;
    line-height: 7vw;
  }
  .prism-create .template3 .temp3_content h1 {
    font-size: 7vw;
    line-height: 9vw;
  }
  .prism-create .template3 .temp3_content ul {
    margin-left: 7%;
  }
  .prism-create .template3 .temp3_content ul li {
    font-size: 4vw;
    line-height: 5vw;
    width: 100%;
  }
  .prism-create .template3 {
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    min-height: 100vh;
  }
  .prism-create .template3 .temp3_content .temp3_content_sec {
    margin: 5% 0 13%;
  }
  .prism-create .template3 .temp3_content p {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }
}
@media (max-height: 450px) {}
/* template3 css end */
/* template4 css start */
.prism-create .template4 {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("images/page5-image.jpg") no-repeat center center;
  background-size: cover;
}
.prism-create .template4 .temp4_content {
  position: absolute;
  width: 42%;
  left: 14%;
  top: 25%;
  z-index: 10000;
}
.prism-create .template4 .temp4_content h1 {
  font-size: 5vw;
  line-height: 6vw;
  margin: 2% 0;
  color: #b06433;
  font-family: 'georgiaregular';
}
.prism-create .template4 .temp4_content h2 {
  font-size: 1.8vw;
  line-height: 2.2vw;
  margin: 2% 0;
  font-family: 'open_sanssemibold';
  color: #b06433;
  font-weight: lighter;
  width: 85%;
}
.prism-create .template4 .temp4_content h3 {
  font-size: 1.8vw;
  line-height: 2.2vw;
  margin: 4% 0% 6%;
  font-family: 'open_sansbold';
  color: #006ba3;
}
.prism-create .template4 .temp4_content p {
  font-size: 0.9vw;
  line-height: 1.3vw;
  margin: 4% 0% 6%;
  font-family: 'open_sanssemibold';
  color: #000000;
  width: 75%;
  font-weight: lighter;
}
@media (max-width: 1440px) {}
@media (min-width: 1800px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template4 {
    overflow: hidden !important;
  }
  .prism-create .template4 .temp4_content p {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }
}
@media (max-width: 1024px) {
  .prism-create .template4 {
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1024px) and (min-height: 700px) {}
@media (max-width: 990px) {}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
  .prism-create .template4 {
    background: url("images/mob-page4-bg1.jpg") no-repeat center center;
    background-size: cover;
  }
  .prism-create .template4 .temp4_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 10% 10%;
  }
  .prism-create .template4 .temp4_content h5 {
    font-size: 3vw;
    line-height: 4vw;
  }
  .prism-create .template4 .temp4_content h1 {
    font-size: 7vw;
    line-height: 8vw;
  }
  .prism-create .template4 .temp4_content h2 {
    font-size: 3.5vw;
    line-height: 4.5vw;
    width: 100%;
  }
  .prism-create .template4 .temp4_content h3 {
    font-size: 4vw;
    line-height: 5vw;
  }
  .prism-create .template4 .temp4_content p {
    font-size: 3vw;
    line-height: 4vw;
    width: 100%;
  }
  .prism-create .template4 .control_nav {
    position: absolute !important;
    bottom: 2%;
    left: 0;
    z-index: 10000;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .prism-create .template4 .temp4_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 15% 10% 15%;
  }
  .prism-create .template4 .temp4_content h1 {
    font-size: 9vw;
    line-height: 10vw;
  }
  .prism-create .template4 .temp4_content h2 {
    font-size: 5vw;
    line-height: 6vw;
    margin: 5% 0;
  }
  .prism-create .template4 .temp4_content h3 {
    font-size: 6vw;
    line-height: 7vw;
  }
  .prism-create .template4 {
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    min-height: 100vh;
  }
  .prism-create .template4 .mob_show img {
    margin-bottom: 20%;
  }
  .prism-create .template4 .temp4_content p {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }
}
@media (max-height: 450px) {}
/* template4 css end */
/* template5 css start */
.prism-create .template5 {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("images/page6-image.jpg") no-repeat center center;
  background-size: cover;
}
.prism-create .template5 .temp5_content {
  position: absolute;
  width: 40%;
  left: 52%;
  top: 29%;
  z-index: 10000;
}
.prism-create .template5 .temp5_content h2 {
  font-size: 2vw;
  line-height: 2.4vw;
  margin: 2% 0% 4%;
  color: #ffdd7f;
  font-family: 'georgiaregular';
  font-weight: lighter;
}
.prism-create .template5 .temp5_content p {
  font-size: 1vw;
  line-height: 1.4vw;
  margin-bottom: 4%;
  color: #ffffff;
  width: 80%;
}
.prism-create .template5 .video_left_50 {
  position: absolute;
  width: 35%;
  top: 29%;
  left: 13%;
}
.prism-create .template5 .video_left_50 p {
  font-size: 1vw;
  line-height: 1.4vw;
  color: #ffffff;
  margin: 2% 0%;
}
.prism-create .template5 .video_left_50 video {
  width: 100%;
  cursor: pointer;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template5 .temp5_content p {
    font-size: 1.2vw;
    line-height: 1.6vw;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .prism-create .template5 {
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1024px) and (min-height: 700px) {}
@media (max-width: 990px) {}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
  .prism-create .template5 {
    padding: 5% 10% 18%;
    height: auto;
    background: url("images/mob-page6.jpg") no-repeat center center;
    background-size: cover;
  }
  .prism-create .template5 .temp5_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 5% 0%;
  }
  .prism-create .template5 .video_left_50 {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 15% 0% 0%;
  }
  .prism-create .template5 .temp5_content h1 {
    font-size: 7vw;
    line-height: 8vw;
  }
  .prism-create .template5 .temp5_content h2 {
    font-size: 3.5vw;
    line-height: 4.5vw;
    width: 100%;
  }
  .prism-create .template5 .temp5_content p {
    font-size: 3vw;
    line-height: 4vw;
    width: 100%;
  }
  .prism-create .template5 .video_left_50 p {
    font-size: 3vw;
    line-height: 4vw;
  }
}
@media (max-width: 480px) {
  .prism-create .template5 .temp5_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 10% 0% 15%;
  }
  .prism-create .template5 .temp5_content h2 {
    font-size: 5vw;
    line-height: 6vw;
    margin: 5% 0;
  }
  .prism-create .template5 {
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    min-height: 100vh;
  }
  .prism-create .template5 .temp5_content p {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }
  .prism-create .template5 .video_left_50 p {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }
}
@media (max-height: 450px) {}
/* template5 css end */
/* template6 css start */
.prism-create .template6 {
  position: relative;
  height: 100vh;
  width: 100%;
  background: url("images/page7-image1.jpg") no-repeat center center;
  background-size: cover;
}
.prism-create .template6 .temp6_content {
  position: absolute;
  width: 35%;
  left: 16%;
  top: 40%;
  z-index: 10000;
}
.prism-create .template6 .temp6_content h1 {
  font-size: 4vw;
  line-height: 5vw;
  color: #b06433;
  margin-bottom: 2%;
  font-family: 'georgiaregular';
  font-weight: lighter;
}
.prism-create .template6 .temp6_content h4 {
  font-size: 1.8vw;
  line-height: 2.2vw;
  width: 60%;
  font-family: 'open_sanssemibold';
}
.prism-create .template6 .navigation_right {
  position: absolute;
  width: 45%;
  height: 100%;
  top: 0%;
  right: 0px;
  z-index: 10000;
  display: table;
}
.prism-create .template6 .navigation_right .navigation_right_cols {
  width: 33.4%;
  display: table-cell;
  position: relative;
  padding: 0px 5% 0%;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.prism-create .template6 .navigation_right .navigation_right_cols:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.prism-create .template6 .navigation_right .page6_nav_sec1 {
  background: url("images/page7-image2.jpg") no-repeat bottom center;
  background-size: cover;
}
.prism-create .template6 .navigation_right .page6_nav_sec2 {
  background: url("images/page7-image3.jpg") no-repeat bottom center;
  background-size: cover;
}
.prism-create .template6 .navigation_right .page6_nav_sec3 {
  background: url("images/page7-image4.jpg") no-repeat bottom center;
  background-size: cover;
}
.prism-create .template6 .navigation_right h4 {
  font-size: 1.3vw;
  line-height: 1.8vw;
  font-family: 'open_sanssemibold';
  cursor: pointer;
  color: #ffffff;
}
.prism-create .template6 .navigation_right p {
  padding-top: 25%;
}
.prism-create .template6 .navigation_right p a.secondary_cta {
  font-size: 1vw;
  padding: 10px 20px;
}
@media (max-width: 1440px) {}
@media (min-width: 1800px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template6 {
    overflow: hidden !important;
  }
  .prism-create .template6 .temp6_content p {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }
  .prism-create .template6 .navigation_right .navigation_right_cols {}
  .prism-create .template6 .navigation_right h4 {
    font-size: 1.5vw;
    line-height: 2vw;
  }
  .prism-create .template6 .temp6_content {
    left: 13%;
  }
  .prism-create .template6 .navigation_right p a.secondary_cta {
    font-size: 1.3vw;
    min-width: 120px;
  }
}
@media (max-width: 1024px) {
  .prism-create .template6 {
    overflow: hidden;
    overflow-y: auto;
  }
  .prism-create .template6 .navigation_right p a.secondary_cta {
    min-width: 120px;
  }
}
@media (max-width: 1024px) and (min-height: 700px) {}
@media (max-width: 990px) {}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
  .prism-create .template6 .temp6_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 15% 10% 8%;
  }
  .prism-create .template6 .temp6_content h5 {
    font-size: 3vw;
    line-height: 4vw;
  }
  .prism-create .template6 .temp6_content h1 {
    font-size: 7vw;
    line-height: 8vw;
  }
  .prism-create .template6 .temp6_content h2 {
    font-size: 3.5vw;
    line-height: 4.5vw;
    width: 100%;
  }
  .prism-create .template6 .temp6_content h4 {
    font-size: 4vw;
    line-height: 5vw;
    width: 100%;
  }
  .prism-create .template6 .navigation_right h4 {
    font-size: 3vw;
    line-height: 4vw;
  }
  .prism-create .template6 .temp6_content p {
    font-size: 3vw;
    line-height: 4vw;
    width: 100%;
  }
  .prism-create .template6 .navigation_right p a.secondary_cta {
    font-size: 2.5vw;
  }
  .prism-create .template6 .navigation_right {
    position: relative;
    width: 100%;
    height: auto;
    top: inherit;
    right: inherit;
    z-index: 10000;
    display: table;
    min-height: 50vh;
  }
  .prism-create .template6 .control_nav {
    position: absolute !important;
    bottom: 2%;
    left: 0;
    z-index: 10000;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .prism-create .template6 .temp6_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 15% 10% 10%;
  }
  .prism-create .template6 .temp6_content h1 {
    font-size: 9vw;
    line-height: 10vw;
  }
  .prism-create .template6 .temp6_content h2 {
    font-size: 5vw;
    line-height: 6vw;
    margin: 5% 0;
  }
  .prism-create .template6 .temp6_content h4 {
    font-size: 6vw;
    line-height: 7vw;
  }
  .prism-create .template6 .navigation_right h4 {
    font-size: 5vw;
    line-height: 6vw;
  }
  .prism-create .template6 {
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    min-height: 100vh;
  }
  .prism-create .template6 .temp6_content p {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }
  .prism-create .template6 .navigation_right {
    width: 100%;
    display: block;
    padding-bottom: 10%;
  }
  .prism-create .template6 .navigation_right .navigation_right_cols {
    width: 80%;
    display: block;
    position: relative;
    margin: 0px auto;
    padding: 15% 10%;
    margin-bottom: 5%;
  }
  .prism-create .template6 .navigation_right p {
    padding-top: 5%;
  }
  .prism-create .template6 .navigation_right p a.secondary_cta {
    font-size: 4vw;
  }
  .prism-create .template6 .control_nav {
    position: relative !important;
    left: inherit;
    z-index: 10000;
    width: 100%;
    text-align: center;
    bottom: inherit;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media (max-height: 450px) {
  .prism-create .template6 .navigation_right p a.secondary_cta {
    min-width: 80px;
    font-size: 1.3vw;
    padding: 5px 10px;
  }
  .prism-create .template6 .temp6_content {
    left: 12%;
  }
}
/* template6 css end */
/* template7 css start */
.prism-create .template7 {
  position: relative;
  height: 100vh;
  width: 100%;
  background: url("images/page8-image.jpg") no-repeat center center;
  background-size: cover;
}
.prism-create .template .temp7_content {
  position: absolute;
  width: 35%;
  left: 16%;
  top: 25%;
  z-index: 10000;
}
.prism-create .template7 .temp7_content h2 {
  font-size: 2vw;
  line-height: 2.4vw;
  margin: 2% 0% 4%;
  color: #ffdd7f;
  font-family: 'georgiaregular';
  font-weight: lighter;
}
.prism-create .template7 .temp7_content p {
  font-size: 1.1vw;
  line-height: 1.5vw;
  margin-bottom: 5%;
  color: #ffffff;
}
.prism-create .template7 .navigation_right {
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0%;
  right: 0px;
  z-index: 10000;
  display: table;
}
.prism-create .template7 .navigation_right .navigation_right_cols {
  width: 50%;
  display: table-cell;
  position: relative;
  padding: 0px 10% 0% 7%;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.prism-create .template7 .navigation_right .navigation_right_cols:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.prism-create .template7 .navigation_right .page7_nav_sec1 {
  background: url("images/page7-image3.jpg") no-repeat bottom center;
  background-size: cover;
}
.prism-create .template7 .navigation_right .page7_nav_sec2 {
  background: url("images/page7-image4.jpg") no-repeat bottom center;
  background-size: cover;
}
.prism-create .template7 .navigation_right h4 {
  font-size: 1.3vw;
  line-height: 1.8vw;
  font-family: 'open_sanssemibold';
  cursor: pointer;
  color: #ffffff;
}
.prism-create .template7 .navigation_right p {
  padding-top: 25%;
}
.prism-create .template7 .navigation_right p a.secondary_cta {
  font-size: 1vw;
  padding: 10px 20px;
}
@media (max-width: 1440px) {}
@media (min-width: 1800px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template7 {
    overflow: hidden !important;
  }
  .prism-create .template7 .temp7_content p {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }
  .prism-create .template7 .navigation_right .navigation_right_cols {}
  .prism-create .template7 .navigation_right h4 {
    font-size: 1.5vw;
    line-height: 2vw;
  }
  .prism-create .template7 .temp7_content {
    left: 13%;
  }
  .prism-create .template7 .navigation_right p a.secondary_cta {
    font-size: 1.3vw;
    min-width: 120px;
  }
}
@media (max-width: 1024px) {
  .prism-create .template7 {
    overflow: hidden;
    overflow-y: auto;
  }
  .prism-create .template7 .navigation_right p a.secondary_cta {
    min-width: 120px;
  }
}
@media (max-width: 1024px) and (min-height: 700px) {}
@media (max-width: 990px) {}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
  .prism-create .template7 {
    height: auto;
    min-height: 100vh;
  }
  .prism-create .template7 .temp7_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 15% 10% 8%;
  }
  .prism-create .template7 .temp7_content h5 {
    font-size: 3vw;
    line-height: 4vw;
  }
  .prism-create .template7 .temp7_content h1 {
    font-size: 7vw;
    line-height: 8vw;
  }
  .prism-create .template7 .temp7_content h2 {
    font-size: 5vw;
    line-height: 6vw;
    width: 100%;
  }
  .prism-create .template7 .temp7_content h4 {
    font-size: 4vw;
    line-height: 5vw;
    width: 100%;
  }
  .prism-create .template7 .navigation_right h4 {
    font-size: 3vw;
    line-height: 4vw;
  }
  .prism-create .template7 .temp7_content p {
    font-size: 3vw;
    line-height: 4vw;
    width: 100%;
  }
  .prism-create .template7 .navigation_right p a.secondary_cta {
    font-size: 2.5vw;
  }
  .prism-create .template7 .navigation_right {
    position: relative;
    width: 80%;
    height: auto;
    top: inherit;
    right: inherit;
    z-index: 10000;
    display: table;
    min-height: 60vh;
    margin: 0px auto;
    padding-bottom: 15%;
  }
}
@media (max-width: 480px) {
  .prism-create .template7 .temp7_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 15% 10% 10%;
  }
  .prism-create .template7 .temp7_content h1 {
    font-size: 9vw;
    line-height: 10vw;
  }
  .prism-create .template7 .temp7_content h2 {
    font-size: 8vw;
    line-height: 9vw;
    margin: 5% 0;
  }
  .prism-create .template7 .temp7_content h4 {
    font-size: 6vw;
    line-height: 7vw;
  }
  .prism-create .template7 .navigation_right h4 {
    font-size: 5vw;
    line-height: 6vw;
  }
  .prism-create .template7 {
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    min-height: 100vh;
  }
  .prism-create .template7 .temp7_content p {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }
  .prism-create .template7 .navigation_right {
    width: 100%;
    display: block;
    padding-bottom: 10%;
  }
  .prism-create .template7 .navigation_right .navigation_right_cols {
    width: 80%;
    display: block;
    position: relative;
    margin: 0px auto;
    padding: 15% 10%;
    margin-bottom: 5%;
  }
  .prism-create .template7 .navigation_right p {
    padding-top: 5%;
  }
  .prism-create .template7 .navigation_right p a.secondary_cta {
    font-size: 4vw;
  }
}
@media (max-height: 450px) {
  .prism-create .template7 .navigation_right p a.secondary_cta {
    min-width: 80px;
    font-size: 1.3vw;
    padding: 5px 10px;
  }
  .prism-create .template7 .temp7_content {
    left: 12%;
  }
}
/* template7 css end */
/* template8 css start */
.prism-create .template8 {
  position: relative;
  height: 100vh;
  width: 100%;
  background: url("images/page9-image.jpg") no-repeat center center;
  background-size: cover;
}
.prism-create .template .temp8_content {
  position: absolute;
  width: 38%;
  left: 16%;
  top: 34%;
  z-index: 10000;
}
.prism-create .template8 .temp8_content h2 {
  font-size: 2vw;
  line-height: 2.4vw;
  margin: 2% 0% 4%;
  color: #ffdd7f;
  font-family: 'georgiaregular';
  font-weight: lighter;
}
.prism-create .template8 .temp8_content table tr td {
  font-size: 1.1vw;
  line-height: 2vw;
  color: #ffffff;
  padding-bottom: 1%;
}
.prism-create .template8 .temp8_content table tr td.tick_img {
  width: 4%;
}
.prism-create .template8 .temp8_content table tr td img {
  vertical-align: middle;
}
.prism-create .template8 .navigation_right {
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0%;
  right: 0px;
  z-index: 10000;
  display: table;
}
.prism-create .template8 .navigation_right .navigation_right_cols {
  width: 50%;
  display: table-cell;
  position: relative;
  padding: 0px 10% 0% 7%;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.prism-create .template8 .navigation_right .navigation_right_cols:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.prism-create .template8 .navigation_right .page8_nav_sec1 {
  background: url("images/page7-image4.jpg") no-repeat bottom center;
  background-size: cover;
}
.prism-create .template8 .navigation_right .page8_nav_sec2 {
  background: url("images/page8-image2.jpg") no-repeat bottom center;
  background-size: cover;
}
.prism-create .template8 .navigation_right h4 {
  font-size: 1.3vw;
  line-height: 1.8vw;
  font-family: 'open_sanssemibold';
  cursor: pointer;
  color: #ffffff;
}
.prism-create .template8 .navigation_right h4.color-dark {
  color: #000000;
}
.prism-create .template8 .navigation_right p {
  padding-top: 25%;
}
.prism-create .template8 .navigation_right p a.secondary_cta {
  font-size: 1vw;
  padding: 10px 20px;
}
@media (max-width: 1440px) {}
@media (min-width: 1800px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template8 {
    overflow: hidden !important;
  }
  .prism-create .template8 .temp8_content p {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }
  .prism-create .template8 .navigation_right .navigation_right_cols {}
  .prism-create .template8 .navigation_right h4 {
    font-size: 1.5vw;
    line-height: 2vw;
  }
  .prism-create .template8 .temp8_content {
    left: 13%;
  }
  .prism-create .template8 .navigation_right p a.secondary_cta {
    font-size: 1.3vw;
    min-width: 120px;
  }
  .prism-create .template8 .temp8_content table tr td {
    font-size: 1.5vw;
    line-height: 2vw;
  }
  .prism-create .template8 .temp8_content table tr td {
    vertical-align: top;
  }
}
@media (max-width: 1024px) {
  .prism-create .template8 {
    overflow: hidden;
    overflow-y: auto;
  }
  .prism-create .template8 .navigation_right p a.secondary_cta {
    min-width: 120px;
  }
}
@media (max-width: 1024px) and (min-height: 700px) {}
@media (max-width: 990px) {}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
  .prism-create .template8 {
    height: auto;
    min-height: 100vh;
  }
  .prism-create .template8 .temp8_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 15% 10% 8%;
  }
  .prism-create .template8 .temp8_content h5 {
    font-size: 3vw;
    line-height: 4vw;
  }
  .prism-create .template8 .temp8_content h1 {
    font-size: 7vw;
    line-height: 8vw;
  }
  .prism-create .template8 .temp8_content h2 {
    font-size: 5vw;
    line-height: 6vw;
    width: 100%;
  }
  .prism-create .template8 .temp8_content h4 {
    font-size: 4vw;
    line-height: 5vw;
    width: 100%;
  }
  .prism-create .template8 .navigation_right h4 {
    font-size: 3vw;
    line-height: 4vw;
  }
  .prism-create .template8 .temp8_content p {
    font-size: 3vw;
    line-height: 4vw;
    width: 100%;
  }
  .prism-create .template8 .temp8_content table tr td {
    font-size: 3vw;
    line-height: 4vw;
    vertical-align: top;
    padding-bottom: 3%;
  }
  .prism-create .template8 .navigation_right p a.secondary_cta {
    font-size: 2.5vw;
  }
  .prism-create .template8 .navigation_right {
    position: relative;
    width: 80%;
    height: auto;
    top: inherit;
    right: inherit;
    z-index: 10000;
    display: table;
    min-height: 60vh;
    margin: 0px auto;
    padding-bottom: 15%;
  }
}
@media (max-width: 480px) {
  .prism-create .template8 .temp8_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 15% 10% 10%;
  }
  .prism-create .template8 .temp8_content h1 {
    font-size: 9vw;
    line-height: 10vw;
  }
  .prism-create .template8 .temp8_content h2 {
    font-size: 8vw;
    line-height: 9vw;
    margin: 5% 0;
  }
  .prism-create .template8 .temp8_content h4 {
    font-size: 6vw;
    line-height: 7vw;
  }
  .prism-create .template8 .navigation_right h4 {
    font-size: 5vw;
    line-height: 6vw;
  }
  .prism-create .template8 {
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    min-height: 100vh;
  }
  .prism-create .template8 .temp8_content p {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }
  .prism-create .template8 .temp8_content table tr td {
    font-size: 4vw;
    line-height: 5vw;
  }
  .prism-create .template8 .temp8_content table tr td.tick_img {
    width: 6%;
  }
  .prism-create .template8 .navigation_right {
    width: 100%;
    display: block;
    padding-bottom: 10%;
  }
  .prism-create .template8 .navigation_right .navigation_right_cols {
    width: 80%;
    display: block;
    position: relative;
    margin: 0px auto;
    padding: 15% 10%;
    margin-bottom: 5%;
  }
  .prism-create .template8 .navigation_right .page8_nav_sec2 {
    background: url(images/page8-image2.jpg) no-repeat top center;
    background-position: 0% 75%;
  }
  .prism-create .template8 .navigation_right p {
    padding-top: 5%;
  }
  .prism-create .template8 .navigation_right p a.secondary_cta {
    font-size: 4vw;
  }
}
@media (max-height: 450px) {
  .prism-create .template8 .navigation_right p a.secondary_cta {
    min-width: 80px;
    font-size: 1.3vw;
    padding: 5px 10px;
  }
  .prism-create .template8 .temp8_content {
    left: 12%;
  }
}
/* template8 css end */
/* template9 css start */
.prism-create .template9 {
  position: relative;
  height: 100vh;
  width: 100%;
  background: url("images/page10-image.jpg") no-repeat center center;
  background-size: cover;
}
.prism-create .template .temp9_content {
  position: absolute;
  width: 45%;
  left: 16%;
  top: 34%;
  z-index: 10000;
}
.prism-create .template9 .temp9_content h2 {
  font-size: 2vw;
  line-height: 2.4vw;
  margin: 2% 0% 3%;
  color: #ffdd7f;
  font-family: 'georgiaregular';
  font-weight: lighter;
}
.prism-create .template9 .temp9_content table tr td {
  font-size: 1.1vw;
  line-height: 2vw;
  color: #ffffff;
  padding-bottom: 1%;
}
.prism-create .template9 .temp9_content table tr td.tick_img {
  width: 3.3%;
}
.prism-create .template9 .temp9_content table tr td img {
  vertical-align: middle;
}
.prism-create .template9 .navigation_right {
  position: absolute;
  width: 15%;
  height: 100%;
  top: 0%;
  right: 0px;
  z-index: 10000;
  display: table;
}
.prism-create .template9 .navigation_right .navigation_right_cols {
  width: 100%;
  display: table-cell;
  position: relative;
  padding: 0px 19% 0% 14%;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.prism-create .template9 .navigation_right .navigation_right_cols:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.prism-create .template9 .navigation_right .page9_nav_sec1 {
  background: url("images/page10-image2.jpg") no-repeat bottom center;
  background-size: cover;
}
.prism-create .template9 .navigation_right h4 {
  font-size: 1.3vw;
  line-height: 1.8vw;
  font-family: 'open_sanssemibold';
  cursor: pointer;
  color: #ffffff;
}
.prism-create .template9 .navigation_right h4.color-dark {
  color: #000000;
}
.prism-create .template9 .navigation_right p {
  padding-top: 25%;
}
.prism-create .template9 .navigation_right p a.secondary_cta {
  font-size: 1vw;
  padding: 10px 20px;
}
@media (max-width: 1440px) {}
@media (min-width: 1800px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template9 {
    overflow: hidden !important;
  }
  .prism-create .template9 .temp9_content p {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }
  .prism-create .template9 .navigation_right .navigation_right_cols {}
  .prism-create .template9 .navigation_right h4 {
    font-size: 1.5vw;
    line-height: 2vw;
  }
  .prism-create .template9 .temp9_content {
    left: 13%;
  }
  .prism-create .template9 .navigation_right p a.secondary_cta {
    font-size: 1.3vw;
    min-width: 120px;
  }
  .prism-create .template9 .temp9_content table tr td {
    font-size: 1.5vw;
    line-height: 2vw;
  }
  .prism-create .template9 .temp9_content table tr td {
    vertical-align: top;
  }
}
@media (max-width: 1024px) {
  .prism-create .template9 {
    overflow: hidden;
    overflow-y: auto;
  }
  .prism-create .template9 .navigation_right p a.secondary_cta {
    min-width: 120px;
  }
}
@media (max-width: 1024px) and (min-height: 700px) {}
@media (max-width: 990px) {}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
  .prism-create .template9 {
    height: auto;
    min-height: 100vh;
  }
  .prism-create .template9 .temp9_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 15% 10% 8%;
  }
  .prism-create .template9 .temp9_content h5 {
    font-size: 3vw;
    line-height: 4vw;
  }
  .prism-create .template9 .temp9_content h1 {
    font-size: 7vw;
    line-height: 8vw;
  }
  .prism-create .template9 .temp9_content h2 {
    font-size: 5vw;
    line-height: 6vw;
    width: 100%;
  }
  .prism-create .template9 .temp9_content h4 {
    font-size: 4vw;
    line-height: 5vw;
    width: 100%;
  }
  .prism-create .template9 .navigation_right h4 {
    font-size: 3vw;
    line-height: 4vw;
  }
  .prism-create .template9 .temp9_content p {
    font-size: 3vw;
    line-height: 4vw;
    width: 100%;
  }
  .prism-create .template9 .temp9_content table tr td {
    font-size: 3vw;
    line-height: 4vw;
    vertical-align: top;
    padding-bottom: 3%;
  }
  .prism-create .template9 .navigation_right p a.secondary_cta {
    font-size: 2.5vw;
  }
  .prism-create .template9 .navigation_right {
    position: relative;
    width: 80%;
    height: auto;
    top: inherit;
    right: inherit;
    z-index: 10000;
    display: table;
    min-height: 60vh;
    margin: 0px auto;
    padding-bottom: 15%;
  }
  .prism-create .template9 .navigation_right p {
    padding-top: 10%;
  }
}
@media (max-width: 480px) {
  .prism-create .template9 .temp9_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 15% 10% 10%;
  }
  .prism-create .template9 .temp9_content h1 {
    font-size: 9vw;
    line-height: 10vw;
  }
  .prism-create .template9 .temp9_content h2 {
    font-size: 8vw;
    line-height: 9vw;
    margin: 5% 0;
  }
  .prism-create .template9 .temp9_content h4 {
    font-size: 6vw;
    line-height: 7vw;
  }
  .prism-create .template9 .navigation_right h4 {
    font-size: 5vw;
    line-height: 6vw;
  }
  .prism-create .template9 {
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    min-height: 100vh;
  }
  .prism-create .template9 .temp9_content p {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }
  .prism-create .template9 .temp9_content table tr td {
    font-size: 4vw;
    line-height: 5vw;
  }
  .prism-create .template9 .temp9_content table tr td.tick_img {
    width: 6%;
  }
  .prism-create .template9 .navigation_right {
    width: 100%;
    display: block;
    padding-bottom: 10%;
  }
  .prism-create .template9 .navigation_right .navigation_right_cols {
    width: 80%;
    display: block;
    position: relative;
    margin: 0px auto;
    padding: 15% 10%;
    margin-bottom: 5%;
  }
  .prism-create .template9 .navigation_right .page9_nav_sec1 {
    background: url(images/page10-image2.jpg) no-repeat top center;
    background-position: 0% 75%;
  }

.prism-create .template9 .navigation_right p {
  padding-top: 5%;
}
.prism-create .template9 .navigation_right p a.secondary_cta {
  font-size: 4vw;
}
}
@media (max-height: 450px) {
  .prism-create .template9 .navigation_right p a.secondary_cta {
    min-width: 80px;
    font-size: 1.3vw;
    padding: 5px 10px;
  }
  .prism-create .template9 .temp9_content {
    left: 12%;
  }
}
/* template8 css end */
/* template10 css start */
.prism-create .template10 {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("images/page11-image.jpg") no-repeat center center;
  background-size: cover;
}
.prism-create .template10 .temp10_content {
  position: relative;
  width: 70%;
  margin: 2% auto;
  z-index: 10000;
}
.prism-create .template10 .temp10_content h4 {
  font-size: 1.4vw;
  line-height: 1.8vw;
  text-align: center;
  padding: 1% 0%;
  font-weight: bold;
}
.prism-create .template10 .temp10_content .two_sec {
  width: 100%;
  margin-top: 2%;
  display: flex;
  flex-direction: row;
}
.prism-create .template10 .temp10_content .two_sec .sec_left {
  width: 49.5%;
  background: #ffffff;
  padding: 5%;
  margin-right: 0.5%;
}
.prism-create .template10 .temp10_content .two_sec .sec_right {
  width: 49.5%;
  background: #000000;
  padding: 5%;
  color: #ffffff;
  margin-left: 0.5%;
}
.prism-create .template10 .temp10_content .two_sec h2 {
  font-size: 2vw;
  line-height: 2.4vw;
  color: #ffdd7f;
  font-family: 'georgiaregular';
}
.prism-create .template10 .temp10_content .two_sec p {
  font-size: 1vw;
  line-height: 1.4vw;
  margin: 2% 0% 4%;
}
@media (max-width: 1440px) {}
@media (min-width: 1800px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template10 {
    overflow: hidden !important;
  }
  .prism-create .template10 .temp10_content .two_sec p {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }
  .prism-create .template10 .temp10_content {
    width: 80%;
    margin: 8% auto;
  }
}
@media (max-width: 1024px) {
  .prism-create .template10 {
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1024px) and (min-height: 700px) {}
@media (max-width: 990px) {}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
  .prism-create .template10 {
    height: auto;
  }
  .prism-create .template10 .temp10_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 10% 10% 8%;
  }
  .prism-create .template10 .temp10_content h5 {
    font-size: 3vw;
    line-height: 4vw;
  }
  .prism-create .template10 .temp10_content h1 {
    font-size: 7vw;
    line-height: 8vw;
  }
  .prism-create .template10 .temp10_content .two_sec h2 {
    font-size: 5vw;
    line-height: 6vw;
    width: 100%;
  }
  .prism-create .template10 .temp10_content h4 {
    font-size: 4vw;
    line-height: 5vw;
    width: 100%;
    margin-bottom: 5%;
  }
  .prism-create .template10 .temp10_content .two_sec p {
    font-size: 3vw;
    line-height: 4vw;
    width: 100%;
  }
  .prism-create .template10 .temp10_content .two_sec {
    display: block;
  }
  .prism-create .template10 .temp10_content .two_sec .sec_left {
    width: 100%;
    padding: 5%;
    margin-right: 0%;
    margin-bottom: 5%;
  }
  .prism-create .template10 .temp10_content .two_sec .sec_right {
    width: 100%;
    padding: 5%;
    margin-left: 0%;
  }
}
@media (max-width: 480px) {
  .prism-create .template10 .temp10_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 15% 10% 10%;
  }
  .prism-create .template10 .temp10_content h1 {
    font-size: 9vw;
    line-height: 10vw;
  }
  .prism-create .template10 .temp10_content .two_sec h2 {
    font-size: 6vw;
    line-height: 7vw;
    margin: 5% 0;
  }
  .prism-create .template10 .temp10_content h4 {
    font-size: 6vw;
    line-height: 7vw;
  }
  .prism-create .template10 {
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    min-height: 100vh;
  }
  .prism-create .template10 .temp10_content .two_sec p {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }
}
@media (max-height: 450px) {}
/* template10 css end */
/* template11 css start */
.prism-create .template11 {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("images/page12-image.jpg") no-repeat bottom center;
  background-size: cover;
}
.prism-create .template11 .temp11_content {
  position: absolute;
  width: 60%;
  left: 14%;
  top: 25%;
  z-index: 10000;
}
.prism-create .template11 .temp11_content h1 {
  font-size: 5vw;
  line-height: 5.2vw;
  margin: 2% 0;
  color: #ffdd7f;
  font-family: 'georgiaregular';
}
.prism-create .template11 .temp11_content h2 {
  font-size: 1.6vw;
  line-height: 2vw;
  margin: 1% 0 4%;
  font-family: 'open_sanssemibold';
  color: #ffffff;
  font-weight: lighter;
}
@media (max-width: 1440px) {}
@media (min-width: 1800px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template11 {
    overflow: hidden !important;
  }
  .prism-create .template11 .temp11_content p {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }
}
@media (max-width: 1024px) {
  .prism-create .template11 {
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1024px) and (min-height: 700px) {}
@media (max-width: 990px) {}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
  .prism-create .template11 {
    background: url("images/mob-page12.jpg") no-repeat center bottom;
    background-size: cover;
  }
  .prism-create .template11 .temp11_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 10% 10%;
  }
  .prism-create .template11 .temp11_content h5 {
    font-size: 3vw;
    line-height: 4vw;
  }
  .prism-create .template11 .temp11_content h1 {
    font-size: 7vw;
    line-height: 8vw;
  }
  .prism-create .template11 .temp11_content h2 {
    font-size: 3.5vw;
    line-height: 4.5vw;
    width: 100%;
  }
  .prism-create .template11 .temp11_content h3 {
    font-size: 4vw;
    line-height: 5vw;
  }
  .prism-create .template11 .temp11_content p {
    font-size: 3vw;
    line-height: 4vw;
    width: 100%;
  }
  .prism-create .template11 .control_nav {
    position: absolute !important;
    bottom: 2%;
    left: 0;
    z-index: 10000;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .prism-create .template11 .temp11_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 30% 10% 35%;
  }
  .prism-create .template11 .temp11_content h1 {
    font-size: 9vw;
    line-height: 10vw;
  }
  .prism-create .template11 .temp11_content h2 {
    font-size: 5vw;
    line-height: 6vw;
    margin: 5% 0;
  }
  .prism-create .template11 .temp11_content h3 {
    font-size: 6vw;
    line-height: 7vw;
  }
  .prism-create .template11 {
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    min-height: 100vh;
  }
  .prism-create .template11 .temp11_content p {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }
}
@media (max-height: 450px) {}
/* template11 css end */
/* template12 css start */
.prism-create .template12 {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("images/page13-image.jpg") no-repeat center center;
  background-size: cover;
}
.prism-create .template12 .temp12_content {
  position: absolute;
  width: 45%;
  right: 5%;
  top: 27%;
  z-index: 10000;
}
.prism-create .template12 .temp12_content h5 {
  font-size: 1.8vw;
  line-height: 2.2vw;
  margin: 2% 0%;
  width: 80%;
  font-family: 'georgiaregular';
}
.prism-create .template12 .temp12_content p {
  font-size: 1vw;
  line-height: 1.2vw;
}
@media (max-width: 1440px) {}
@media (min-width: 1800px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template12 {
    overflow: hidden !important;
  }
  .prism-create .template12 .temp12_content p {
    font-size: 1.5vw;
    line-height: 2vw;
  }
  .prism-create .template12 .temp12_content h5 {
    font-size: 2.2vw;
    line-height: 3vw;
    width: 85%;
  }
  .prism-create .template12 .temp12_content {}
}
@media (max-width: 1024px) {
  .prism-create .template12 {
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1024px) and (min-height: 700px) {}
@media (max-width: 990px) {}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
  .prism-create .template12 {
    background: url("images/mob-page13.jpg") no-repeat center bottom;
    background-size: cover;
  }
  .prism-create .template12 .temp12_content {
    position: relative;
    width: 100%;
    right: inherit;
    top: inherit;
    padding: 18% 15%;
  }
  .prism-create .template12 .temp12_content h5 {
    font-size: 4vw;
    line-height: 5vw;
    width: 100%;
  }
  .prism-create .template12 .temp12_content h1 {
    font-size: 7vw;
    line-height: 8vw;
  }
  .prism-create .template12 .temp12_content h2 {
    font-size: 3.5vw;
    line-height: 4.5vw;
    width: 100%;
  }
  .prism-create .template12 .temp12_content h3 {
    font-size: 4vw;
    line-height: 5vw;
  }
  .prism-create .template12 .temp12_content p {
    font-size: 3vw;
    line-height: 4vw;
    width: 100%;
  }
  .prism-create .template12 .control_nav {
    position: absolute !important;
    bottom: 2%;
    left: 0;
    z-index: 10000;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .prism-create .template12 .temp12_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 20% 10% 15%;
  }
  .prism-create .template12 .temp12_content h1 {
    font-size: 9vw;
    line-height: 10vw;
  }
  .prism-create .template12 .temp12_content h5 {
    font-size: 5.5vw;
    line-height: 7vw;
    margin: 4% 0;
  }
  .prism-create .template12 .temp12_content h3 {
    font-size: 6vw;
    line-height: 7vw;
  }
  .prism-create .template12 {
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    min-height: 100vh;
  }
  .prism-create .template12 .temp12_content p {
    font-size: 4vw;
    line-height: 5vw;
  }
}
@media (max-height: 450px) {}
/* template12 css end */
/* template13 css start */
.prism-create .template13 {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("images/page14-image.jpg") no-repeat center center;
  background-size: cover;
}
.prism-create .template13 .temp13_content {
  position: absolute;
  width: 40%;
  z-index: 10000;
}
.prism-create .template13 .temp13_content_top {
  left: 50%;
  top: 6%;
}
.prism-create .template13 .temp13_content h2 {
  font-size: 2vw;
  line-height: 2.4vw;
  margin: 1% 0%;
  color: #000000;
  font-family: 'georgiaregular';
  font-weight: lighter;
}
.prism-create .template13 .temp13_content_top h2 {
  color: #577B5A;
}
.prism-create .template13 .temp13_content p {
  font-size: 0.8vw;
  line-height: 1.2vw;
  margin-bottom: 3%;
  color: #000000;
  width: 80%;
}
.prism-create .template13 .temp13_content p span {
  font-family: 'open_sansbold';
}
.prism-create .template13 .temp13_content_top p {
  color: #577B5A;
}
.prism-create .template13 .temp13_content_bottom {
  left: 50%;
  top: 56%;
}
.prism-create .template13 .temp13_content_bottom h2 {
  color: #ffdd7f;
  margin: 1% 0 2%;
}
.prism-create .template13 .temp13_content table tr td {
  font-size: 0.8vw;
  line-height: 1.2vw;
  color: #ffffff;
  padding-bottom: 0.5%;
}
.prism-create .template13 .temp13_content table tr td.tick_img {
  width: 3.3%;
  padding-top: 0.5%;
}
@media (max-width: 1440px) {}
@media (min-width: 1800px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template13 {
    overflow: hidden !important;
  }
  .prism-create .template13 .temp13_content p {
    font-size: 1.3vw;
    line-height: 1.7vw;
  }
  .prism-create .template13 .temp13_content table tr td {
    font-size: 1.3vw;
    line-height: 1.7vw;
  }
  .prism-create .template13 .temp13_content h5 {
    font-size: 2.2vw;
    line-height: 3vw;
    width: 85%;
  }
  .prism-create .template13 .temp13_content {}
}
@media (max-width: 1024px) {
  .prism-create .template13 {
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1024px) and (min-height: 700px) {}
@media (max-width: 990px) {}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
  .prism-create .template13 {
    background: url("images/mob-page14.jpg") no-repeat left center;
    background-size: cover;
    height: auto;
    min-height: 100vh;
  }
  .prism-create .template13 .temp13_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 12% 10% 20%;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .prism-create .template13 .temp13_content_bottom {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .prism-create .template13 .temp13_content h5 {
    font-size: 4vw;
    line-height: 5vw;
    width: 100%;
  }
  .prism-create .template13 .temp13_content h1 {
    font-size: 7vw;
    line-height: 8vw;
  }
  .prism-create .template13 .temp13_content h2 {
    font-size: 4vw;
    line-height: 5vw;
    width: 100%;
  }
  .prism-create .template13 .temp13_content h3 {
    font-size: 4vw;
    line-height: 5vw;
  }
  .prism-create .template13 .temp13_content p {
    font-size: 3vw;
    line-height: 4vw;
    width: 100%;
  }
  .prism-create .template13 .temp13_content table tr td {
    font-size: 3vw;
    line-height: 4vw;
  }
}
@media (max-width: 480px) {
  .prism-create .template13 .temp13_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 20% 10% 30%;
    background-color: transparent;
  }
  .prism-create .template13 .temp13_content h1 {
    font-size: 9vw;
    line-height: 10vw;
  }
  .prism-create .template13 .temp13_content h2 {
    font-size: 6vw;
    line-height: 7vw;
  }
  .prism-create .template13 .temp13_content h5 {
    font-size: 5.5vw;
    line-height: 7vw;
    margin: 4% 0;
  }
  .prism-create .template13 .temp13_content h3 {
    font-size: 6vw;
    line-height: 7vw;
  }
  .prism-create .template13 {
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    min-height: 100vh;
    background-position: bottom;
  }
  .prism-create .template13 .temp13_content p {
    font-size: 4vw;
    line-height: 5vw;
  }
  .prism-create .template13 .temp13_content table tr td.tick_img {
    width: 5%;
    padding-top: 0.5%;
  }
  .prism-create .template13 .temp13_content table tr td {
    font-size: 4vw;
    line-height: 5vw;
    vertical-align: top;
  }
}
@media (max-height: 450px) {}
/* template5 css end */
/* template14 css start */
.prism-create .template14 {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("images/page15-image.jpg") no-repeat center center;
  background-size: cover;
}
.prism-create .template14 .temp14_content {
  position: relative;
  width: 80%;
  margin: 4% auto;
  z-index: 10000;
}
.prism-create .template14 .temp14_content h4 {
  font-size: 1.4vw;
  line-height: 1.8vw;
  text-align: center;
  padding: 1% 0%;
  font-weight: bold;
}
.prism-create .template14 .temp14_content .three_sec {
  width: 100%;
  margin-top: 2%;
  display: flex;
  justify-content: center;
}
.prism-create .template14 .temp14_content .three_sec .sec-three {
  width: 32%;
  margin-right: 1%;
}
.prism-create .template14 .temp14_content .three_sec .sec-three .border-1 {
  border: 1px solid #4f5a64;
  padding: 8% 8% 5%;
  height: auto;
}
.prism-create .template14 .temp14_content .three_sec .sec-three .border-2 {
  border: 1px solid #295b72;
  padding: 8% 8% 5%;
}
.prism-create .template14 .temp14_content .three_sec .sec-three .border-3 {
  border: 1px solid #296a71;
  padding: 8% 8% 5%;
}
.prism-create .template14 .temp14_content .three_sec p {
  margin-top: 3%;
  font-size: 0.85vw;
  line-height: 1.3vw;
}
.prism-create .template14 .temp14_content .three_sec .sec-three p a {
  display: block;
  text-align: center;
  font-family: 'georgiaregular';
  background: #ccc;
  padding: 4% 0;
  font-size: 1.2vw;
  line-height: 1.6vw;
  color: #ffffff;
  cursor: auto;
}
.prism-create .template14 .temp14_content .three_sec .three_sec_bottom {
  margin-top: 5%;
}
.prism-create .template14 .temp14_content .three_sec .three_sec_bottom p {
  padding: 0% 10%;
  text-align: center;
}
.prism-create .template14 .temp14_content .three_sec h2 {
  font-size: 1.8vw;
  line-height: 2.2vw;
  font-family: 'georgiaregular';
}
.prism-create .template14 .temp14_content .three_sec ul {
  margin: 0px;
  padding: 0px;
  margin-left: 5%;
}
.prism-create .template14 .temp14_content .three_sec ul li {
  font-size: 0.8vw;
  line-height: 1.2vw;
  margin: 2% 0% 4%;
}
.prism-create .color-1 {
  color: #4f5a64;
}
.prism-create .color-2 {
  color: #295b72;
}
.prism-create .color-3 {
  color: #296a71;
}
.prism-create .template14 .temp14_content .three_sec .sec-three p a.bg-color-1 {
  background: #4f5a64;
}
.prism-create .template14 .temp14_content .three_sec .sec-three p a.bg-color-2 {
  background: #295b72;
}
.prism-create .template14 .temp14_content .three_sec .sec-three p a.bg-color-3 {
  background: #296a71;
}
@media (max-width: 1440px) {}
@media (min-width: 1800px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template14 {
    overflow: hidden !important;
  }
  .prism-create .template14 .temp14_content p {
    font-size: 1.3vw;
    line-height: 1.7vw;
  }
  .prism-create .template14 .temp14_content .three_sec ul li {}
  .prism-create .template14 .temp14_content h5 {
    font-size: 2.2vw;
    line-height: 3vw;
    width: 85%;
  }
  .prism-create .template14 .temp14_content {
    margin: 13% auto;
  }
}
@media (max-width: 1024px) {
  .prism-create .template14 {
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1024px) and (min-height: 700px) {}
@media (max-width: 990px) {}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
  .prism-create .template14 {
    height: auto;
    min-height: 100vh;
  }
  .prism-create .template14 .temp14_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 12% 10% 5%;
  }
  .prism-create .template14 .temp14_content h4 {
    font-size: 3vw;
    line-height: 4vw;
    width: 100%;
  }
  .prism-create .template14 .temp14_content h1 {
    font-size: 7vw;
    line-height: 8vw;
  }
  .prism-create .template14 .temp14_content .three_sec h2 {
    font-size: 4vw;
    line-height: 5vw;
    width: 100%;
  }
  .prism-create .template14 .temp14_content h3 {
    font-size: 4vw;
    line-height: 5vw;
  }
  .prism-create .template14 .temp14_content .three_sec {
    width: 100%;
    margin-top: 2%;
    display: block;
    justify-content: center;
  }
  .prism-create .template14 .temp14_content .three_sec .sec-three {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 15%;
  }
  .prism-create .template14 .temp14_content p, .prism-create .template14 .temp14_content .three_sec ul li, .prism-create .template14 .temp14_content .three_sec .sec-three p a, .prism-create .template14 .temp14_content .three_sec .three_sec_bottom p {
    font-size: 3vw;
    line-height: 4vw;
    width: 100%;
  }
  .prism-create .template14 .temp14_content .three_sec .three_sec_bottom p {
    margin-bottom: 3%;
  }
  .prism-create .template15 .control_nav {
    position: absolute !important;
    bottom: 2%;
    left: 0;
    z-index: 10000;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .prism-create .template14 .temp14_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 20% 10% 20%;
  }
  .prism-create .template14 .temp14_content h1 {
    font-size: 9vw;
    line-height: 10vw;
  }
  .prism-create .template14 .temp14_content .three_sec h2 {
    font-size: 6vw;
    line-height: 7vw;
  }
  .prism-create .template14 .temp14_content h4 {
    font-size: 5.5vw;
    line-height: 7vw;
    margin: 4% 0;
  }
  .prism-create .template14 .temp14_content h3 {
    font-size: 6vw;
    line-height: 7vw;
  }
  .prism-create .template14 {
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    min-height: 100vh;
  }
  .prism-create .template14 .temp14_content p, .prism-create .template14 .temp14_content .three_sec ul li, .prism-create .template14 .temp14_content .three_sec .sec-three p a, .prism-create .template14 .temp14_content .three_sec .three_sec_bottom p {
    font-size: 4vw;
    line-height: 5vw;
  }
}
@media (max-height: 450px) {}
/* template14 css end */
/* template15 css start */
.prism-create .template15 {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("images/page11-image.jpg") no-repeat bottom center;
  background-size: cover;
}
.prism-create .template15 .temp15_content {
  position: absolute;
  width: 60%;
  left: 16%;
  top: 25%;
  z-index: 10000;
}
.prism-create .template15 .temp15_content h1 {
  font-size: 5vw;
  line-height: 5.2vw;
  margin: 2% 0;
  color: #b06433;
  font-family: 'georgiaregular';
}
.prism-create .template15 .temp15_content h2 {
  font-size: 1.6vw;
  line-height: 2vw;
  margin: 1% 0;
  font-family: 'open_sanssemibold';
  color: #000000;
  font-weight: lighter;
  width: 75%;
}
@media (max-width: 1440px) {}
@media (min-width: 1800px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template15 {
    overflow: hidden !important;
  }
  .prism-create .template15 .temp15_content p {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }
}
@media (max-width: 1024px) {
  .prism-create .template15 {
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1024px) and (min-height: 700px) {}
@media (max-width: 990px) {}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
  .prism-create .template15 .temp15_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 25% 10%;
  }
  .prism-create .template15 .temp15_content h5 {
    font-size: 3vw;
    line-height: 4vw;
  }
  .prism-create .template15 .temp15_content h1 {
    font-size: 7vw;
    line-height: 8vw;
  }
  .prism-create .template15 .temp15_content h2 {
    font-size: 3.5vw;
    line-height: 4.5vw;
    width: 100%;
    margin-top: 4%;
  }
  .prism-create .template15 .temp15_content h3 {
    font-size: 4vw;
    line-height: 5vw;
  }
  .prism-create .template15 .temp15_content p {
    font-size: 3vw;
    line-height: 4vw;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .prism-create .template15 .temp15_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 30% 10% 15%;
  }
  .prism-create .template15 .temp15_content h1 {
    font-size: 9vw;
    line-height: 10vw;
  }
  .prism-create .template15 .temp15_content h2 {
    font-size: 5vw;
    line-height: 6vw;
    margin: 5% 0;
  }
  .prism-create .template15 .temp15_content h3 {
    font-size: 6vw;
    line-height: 7vw;
  }
  .prism-create .template15 {
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    min-height: 100vh;
  }
  .prism-create .template15 .temp15_content p {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }
}
@media (max-height: 450px) {}
/* template15 css end */
/* template16 css start */
.prism-create .template16 {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("images/page17-image.jpg") no-repeat top center;
  background-size: cover;
}
.prism-create .template16 .temp16_content {
  position: absolute;
  width: 72%;
  top: 8%;
  left: 14%;
  z-index: 10000;
}
.prism-create .template16 .temp16_content h2 {
  font-size: 2vw;
  line-height: 2.4vw;
  color: #b06433;
  padding: 1% 0%;
  font-family: 'georgiaregular';
  margin-bottom: 2%;
}
.prism-create .template16 .temp16_content p {
  font-size: 1vw;
  line-height: 1.4vw;
  width: 90%;
  margin-top: 2%;
}
.prism-create .template16 .temp16_content p.width-80 {
  width: 80%;
}
.prism-create .template16 .temp16_content p.bold_text {
  font-family: 'open_sansbold';
}
.prism-create .template16 .temp16_content .temp16_twocols {}
.prism-create .template16 .temp16_content .temp16_twocols .temp16_leftcols {
  float: left;
  width: 30%;
  margin-right: 4%;
}
.prism-create .template16 .temp16_content .temp16_twocols .temp16_rightcols {
  float: left;
  width: 65%;
}
.prism-create .template16 .temp16_content table tr td {
  font-size: 0.9vw;
  line-height: 1.4vw;
  color: #000000;
  padding-bottom: 1%;
}
.prism-create .template16 .temp16_content table tr td span {
  font-weight: bold;
}
.prism-create .template16 .temp16_content table tr td.tick_img {
  width: 7%;
  vertical-align: top;
  padding-top: 0.8%;
}
.prism-create .template16 .temp16_content table tr td img {
  vertical-align: top;
}
.prism-create .template16 .temp16_content .footer_blocks {
  width: 100%;
}
.prism-create .template16 .temp16_content .footer_blocks p {
  float: left;
  width: auto;
  margin-right: 2%;
  margin-top: 1%;
  padding-left: 23px;
  position: relative;
  line-height: 25px;
}
.prism-create .template16 .temp16_content .footer_blocks p span {
  display: block;
  position: absolute;
  left: 0px;
  top: 20%;
  width: 15px;
  background: #ccc;
  height: 15px;
}
.prism-create .template16 .temp16_content .footer_blocks p span.block1 {
  background: #587c5b;
}
.prism-create .template16 .temp16_content .footer_blocks p span.block2 {
  background: #564580;
}
.prism-create .template16 .temp16_content .footer_blocks p span.block3 {
  background: #b85f27;
}
.prism-create .template16 .temp16_content .footer_blocks p span.block4 {
  background: #4a8faf;
}
.prism-create .template16 .temp16_content .footer_blocks p span.block5 {
  background: #6b7879;
}
.prism-create .template16 .temp16_content p.footer_text_star {
  font-family: 'georgiaregular';
  font-size: 0.8vw;
  margin-top: 0px;
}
@media (max-width: 1440px) {}
@media (min-width: 1800px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template16 {
    overflow: hidden !important;
  }
  .prism-create .template16 .temp16_content table tr td {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }
  .prism-create .template16 .temp16_content {
    width: 80%;
    top: 12%;
    left: 10%;
  }
  .prism-create .template16 .temp16_content p.footer_text_star {
    font-size: 1vw;
  }
}
@media (max-width: 1024px) {
  .prism-create .template16 {
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1024px) and (min-height: 700px) {}
@media (max-width: 990px) {}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
  .prism-create .template16 {
    height: auto;
    min-height: 100vh;
  }
  .prism-create .template16 .temp16_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 10% 10%;
  }
  .prism-create .template16 .temp16_content .temp16_twocols .temp16_leftcols {
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 5%;
  }
  .prism-create .template16 .temp16_content .temp16_twocols .temp16_rightcols {
    float: none;
    width: 100%;
  }
  .prism-create .template16 .temp16_content table tr td {
    font-size: 2.5vw;
    line-height: 3.5vw;
    padding-bottom: 3%;
  }
  .prism-create .template16 .temp16_content .footer_blocks p {
    float: none;
    margin-bottom: 3%;
  }
  .prism-create .template16 .temp16_content h5 {
    font-size: 3vw;
    line-height: 4vw;
  }
  .prism-create .template16 .temp16_content p.footer_text_star {
    font-size: 2vw;
  }
  .prism-create .template16 .temp16_content h1 {
    font-size: 7vw;
    line-height: 8vw;
  }
  .prism-create .template16 .temp16_content h2 {
    font-size: 3.5vw;
    line-height: 4.5vw;
    width: 100%;
    margin-top: 4%;
  }
  .prism-create .template16 .temp16_content h3 {
    font-size: 4vw;
    line-height: 5vw;
  }
  .prism-create .template16 .temp16_content p {
    font-size: 3vw;
    line-height: 4vw;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .prism-create .template16 .temp16_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 15% 10% 15%;
  }
  .prism-create .template16 .temp16_content h1 {
    font-size: 9vw;
    line-height: 10vw;
  }
  .prism-create .template16 .temp16_content h2 {
    font-size: 5vw;
    line-height: 6vw;
    margin: 5% 0;
  }
  .prism-create .template16 .temp16_content h3 {
    font-size: 6vw;
    line-height: 7vw;
  }
  .prism-create .template16 {
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    min-height: 100vh;
  }
  .prism-create .template16 .temp16_content p {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }
  .prism-create .template16 .temp16_content table tr td {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }
}
@media (max-height: 450px) {
  .prism-create .template16 .temp16_content .footer_blocks p {
    padding-left: 12px;
  }
  .prism-create .template16 .temp16_content .footer_blocks p span {
    left: 0px;
    top: 35%;
    width: 8px;
    height: 8px;
  }
  .prism-create .template16 .temp16_content .temp16_twocols .temp16_rightcols {
    float: left;
    width: 57%;
  }
}
/* template16 css end */
/* template17 css start */
.prism-create .template17 {
  position: relative;
  height: 100vh;
  width: 100%;
  background: url("images/page18-image.jpg") no-repeat center center;
  background-size: cover;
}
.prism-create .template17 .temp17_content {
  position: absolute;
  width: 25%;
  left: 16%;
  top: 40%;
  z-index: 10000;
}
.prism-create .template17 .temp17_content h4 {
  font-size: 2.5vw;
  line-height: 3.2vw;
  font-family: 'georgiaregular';
  font-weight: lighter;
  color: #ffffff;
}
.prism-create .template17 .navigation_right {
  position: absolute;
  width: 45%;
  height: 100%;
  top: 0%;
  right: 0px;
  z-index: 10000;
  display: table;
}
.prism-create .template17 .navigation_right .navigation_right_cols {
  width: 33.4%;
  display: table-cell;
  position: relative;
  padding: 0px 5% 0%;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
}
.prism-create .template17 .navigation_right .navigation_right_cols:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.prism-create .template17 .navigation_right .page17_nav_sec1 {
  background: url("images/page18-image1.jpg") no-repeat bottom center;
  background-size: cover;
}
.prism-create .template17 .navigation_right .page17_nav_sec2 {
  background: url("images/page18-image2.jpg") no-repeat bottom center;
  background-size: cover;
}
.prism-create .template17 .navigation_right .page17_nav_sec3 {
  background: url("images/page18-image3.jpg") no-repeat bottom center;
  background-size: cover;
}
.prism-create .template17 .navigation_right h4 {
  font-size: 1.3vw;
  line-height: 1.8vw;
  font-family: 'open_sanssemibold';
  cursor: pointer;
  color: #ffffff;
}
.prism-create .template17 .navigation_right p {
  padding-top: 25%;
}
.prism-create .template17 .navigation_right p a.secondary_cta {
  font-size: 1vw;
  padding: 10px 20px;
}
@media (max-width: 1440px) {}
@media (min-width: 1800px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template17 {
    overflow: hidden !important;
  }
  .prism-create .template17 .temp17_content p {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }
  .prism-create .template17 .navigation_right .navigation_right_cols {}
  .prism-create .template17 .navigation_right h4 {
    font-size: 1.5vw;
    line-height: 2vw;
  }
  .prism-create .template17 .temp17_content {
    left: 13%;
  }
  .prism-create .template17 .navigation_right p a.secondary_cta {
    font-size: 1.3vw;
    min-width: 120px;
  }
}
@media (max-width: 1024px) {
  .prism-create .template17 {
    overflow: hidden;
    overflow-y: auto;
  }
  .prism-create .template17 .navigation_right p a.secondary_cta {
    min-width: 120px;
  }
}
@media (max-width: 1024px) and (min-height: 700px) {}
@media (max-width: 990px) {}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
  .prism-create .template17 .temp17_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 15% 10% 8%;
  }
  .prism-create .template17 .temp17_content h4 {
    font-size: 6vw;
    line-height: 7vw;
    width: 100%;
  }
  .prism-create .template17 .navigation_right h4 {
    font-size: 3vw;
    line-height: 4vw;
  }
  .prism-create .template17 .temp6_content p {
    font-size: 3vw;
    line-height: 4vw;
    width: 100%;
  }
  .prism-create .template17 .navigation_right p a.secondary_cta {
    font-size: 2.5vw;
  }
  .prism-create .template17 .navigation_right {
    position: relative;
    width: 100%;
    height: auto;
    top: inherit;
    right: inherit;
    z-index: 10000;
    display: table;
    min-height: 50vh;
  }
  .prism-create .template17 .control_nav {
    position: absolute !important;
    bottom: 2%;
    left: 0;
    z-index: 10000;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .prism-create .template17 .temp17_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 15% 10% 10%;
  }
  .prism-create .template17 .temp17_content h4 {
    font-size: 8vw;
    line-height: 9vw;
  }
  .prism-create .template17 .navigation_right h4 {
    font-size: 5vw;
    line-height: 6vw;
  }
  .prism-create .template17 {
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    min-height: 100vh;
  }
  .prism-create .template17 .temp17_content p {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }
  .prism-create .template17 .navigation_right {
    width: 100%;
    display: block;
    padding-bottom: 10%;
  }
  .prism-create .template17 .navigation_right .navigation_right_cols {
    width: 80%;
    display: block;
    position: relative;
    margin: 0px auto;
    padding: 15% 10%;
    margin-bottom: 5%;
  }
  .prism-create .template17 .navigation_right p {
    padding-top: 5%;
  }
  .prism-create .template17 .navigation_right p a.secondary_cta {
    font-size: 4vw;
  }
  .prism-create .template17 .control_nav {
    position: relative !important;
    left: inherit;
    z-index: 10000;
    width: 100%;
    text-align: center;
    bottom: inherit;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media (max-height: 450px) {
  .prism-create .template17 .navigation_right p a.secondary_cta {
    min-width: 80px;
    font-size: 1.3vw;
    padding: 5px 10px;
  }
  .prism-create .template17 .temp17_content {
    left: 12%;
  }
}
/* template17 css end */
/* template18 css start */
.prism-create .template18 {
  position: relative;
  height: 100vh;
  width: 100%;
  background: url("images/page19-image.jpg") no-repeat center center;
  background-size: cover;
}
.prism-create .template .temp18_content {
  position: absolute;
  width: 35%;
  left: 16%;
  top: 20%;
  z-index: 10000;
  text-align: center;
}
.prism-create .template .temp18_content .temp18_three_cols {
  display: table;
  width: 100%;
  margin: 3% 0 5%;
}
.prism-create .template .temp18_content .temp18_three_cols .temp18_three_cols_sec {
  width: 30%;
  display: table-cell;
  border-right: 1px solid #ffffff;
  padding: 3% 0 2.5%;
}
.prism-create .template .temp18_content .temp18_three_cols .temp18_three_cols_sec.border-0 {
  border: 0;
}
.prism-create .template .temp18_content .temp18_three_cols .temp18_three_cols_sec .tickimg {
  width: 15%;
}
.prism-create .template18 .temp18_content h2 {
  font-size: 2vw;
  line-height: 2.4vw;
  margin: 2% 0% 4%;
  color: #ffdd7f;
  font-family: 'georgiaregular';
  font-weight: lighter;
}
.prism-create .template18 .temp18_content p {
  font-size: 1.1vw;
  line-height: 1.5vw;
  margin-bottom: 5%;
  color: #ffffff;
}
.prism-create .template18 .temp18_content p.color_yellow {
  color: #ffdd7f;
}
.prism-create .template18 .navigation_right {
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0%;
  right: 0px;
  z-index: 10000;
  display: table;
}
.prism-create .template18 .navigation_right .navigation_right_cols {
  width: 50%;
  display: table-cell;
  position: relative;
  padding: 0px 10% 0% 7%;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
}
.prism-create .template18 .navigation_right .navigation_right_cols:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.prism-create .template18 .navigation_right .page18_nav_sec1 {
  background: url("images/page18-image2.jpg") no-repeat bottom center;
  background-size: cover;
}
.prism-create .template18 .navigation_right .page18_nav_sec2 {
  background: url("images/page18-image3.jpg") no-repeat bottom center;
  background-size: cover;
}
.prism-create .template18 .navigation_right h4 {
  font-size: 1.3vw;
  line-height: 1.8vw;
  font-family: 'open_sanssemibold';
  cursor: pointer;
  color: #ffffff;
}
.prism-create .template18 .navigation_right p {
  padding-top: 25%;
}
.prism-create .template18 .navigation_right p a.secondary_cta {
  font-size: 1vw;
  padding: 10px 20px;
}
@media (max-width: 1440px) {}
@media (min-width: 1800px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template18 {
    overflow: hidden !important;
  }
  .prism-create .template18 .temp18_content p {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }
  .prism-create .template18 .navigation_right .navigation_right_cols {}
  .prism-create .template18 .navigation_right h4 {
    font-size: 1.5vw;
    line-height: 2vw;
  }
  .prism-create .template18 .temp18_content {
    top: 28%;
  }
  .prism-create .template18 .navigation_right p a.secondary_cta {
    font-size: 1.3vw;
    min-width: 120px;
  }
}
@media (max-width: 1024px) {
  .prism-create .template18 {
    overflow: hidden;
    overflow-y: auto;
  }
  .prism-create .template18 .navigation_right p a.secondary_cta {
    min-width: 120px;
  }
}
@media (max-width: 1024px) and (min-height: 700px) {}
@media (max-width: 990px) {}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
  .prism-create .template18 {
    height: auto;
    min-height: 100vh;
  }
  .prism-create .template18 .temp18_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 15% 10% 8%;
  }
  .prism-create .template18 .temp18_content h5 {
    font-size: 3vw;
    line-height: 4vw;
  }
  .prism-create .template18 .temp18_content h1 {
    font-size: 7vw;
    line-height: 8vw;
  }
  .prism-create .template18 .temp18_content h2 {
    font-size: 5vw;
    line-height: 6vw;
    width: 100%;
  }
  .prism-create .template18 .temp18_content h4 {
    font-size: 4vw;
    line-height: 5vw;
    width: 100%;
  }
  .prism-create .template18 .navigation_right h4 {
    font-size: 3vw;
    line-height: 4vw;
  }
  .prism-create .template18 .temp18_content p {
    font-size: 3vw;
    line-height: 4vw;
    width: 100%;
  }
  .prism-create .template18 .navigation_right p a.secondary_cta {
    font-size: 2.5vw;
  }
  .prism-create .template18 .navigation_right {
    position: relative;
    width: 80%;
    height: auto;
    top: inherit;
    right: inherit;
    z-index: 10000;
    display: table;
    min-height: 60vh;
    margin: 0px auto;
    padding-bottom: 15%;
  }
}
@media (max-width: 480px) {
  .prism-create .template18 .temp18_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 15% 10% 10%;
  }
  .prism-create .template18 .temp18_content h1 {
    font-size: 9vw;
    line-height: 10vw;
  }
  .prism-create .template18 .temp18_content h2 {
    font-size: 8vw;
    line-height: 9vw;
    margin: 5% 0;
  }
  .prism-create .template18 .temp18_content h4 {
    font-size: 6vw;
    line-height: 7vw;
  }
  .prism-create .template18 .navigation_right h4 {
    font-size: 5vw;
    line-height: 6vw;
  }
  .prism-create .template18 {
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    min-height: 100vh;
  }
  .prism-create .template18 .temp18_content p {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }
  .prism-create .template18 .navigation_right {
    width: 100%;
    display: block;
    padding-bottom: 10%;
  }
  .prism-create .template18 .navigation_right .navigation_right_cols {
    width: 80%;
    display: block;
    position: relative;
    margin: 0px auto;
    padding: 15% 10%;
    margin-bottom: 5%;
  }
  .prism-create .template18 .navigation_right p {
    padding-top: 5%;
  }
  .prism-create .template18 .navigation_right p a.secondary_cta {
    font-size: 4vw;
  }
}
@media (max-height: 450px) {
  .prism-create .template18 .navigation_right p a.secondary_cta {
    min-width: 80px;
    font-size: 1.3vw;
    padding: 5px 10px;
  }
  .prism-create .template18 .temp18_content {
    left: 12%;
  }
}
/* template18 css end */
/* template19 css start */
.prism-create .template19 {
  position: relative;
  height: 100vh;
  width: 100%;
  background: url("images/page20-image.jpg") no-repeat center center;
  background-size: cover;
}
.prism-create .template .temp19_content {
  position: absolute;
  width: 32%;
  left: 32%;
  top: 20%;
  z-index: 10000;
  text-align: center;
}
.prism-create .template .temp19_content .temp19_three_cols {
  display: table;
  width: 100%;
  margin: 3% 0 5%;
}
.prism-create .template .temp19_content .temp19_three_cols .temp19_three_cols_sec {
  width: 30%;
  display: table-cell;
  border-right: 1px solid #ffffff;
  padding: 3% 0 2.5%;
}
.prism-create .template .temp19_content .temp19_three_cols .temp19_three_cols_sec.border-0 {
  border: 0;
}
.prism-create .template .temp19_content .temp19_three_cols .temp19_three_cols_sec .tickimg {
  width: 15%;
}
.prism-create .template19 .temp19_content h2 {
  font-size: 2vw;
  line-height: 2.4vw;
  margin: 2% 0% 4%;
  color: #ffdd7f;
  font-family: 'georgiaregular';
  font-weight: lighter;
}
.prism-create .template19 .temp19_content p {
  font-size: 1.1vw;
  line-height: 1.5vw;
  margin-bottom: 5%;
  color: #ffffff;
}
.prism-create .template19 .temp19_content p.color_yellow {
  color: #ffdd7f;
}
.prism-create .template19 .navigation_left {
  position: absolute;
  width: 15%;
  height: 100%;
  top: 0%;
  left: 0px;
  z-index: 10000;
  display: table;
}
.prism-create .template19 .navigation_left .navigation_left_cols {
  width: 100%;
  display: table-cell;
  position: relative;
  padding: 0px 10% 0% 7%;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
}
.prism-create .template19 .navigation_left .navigation_left_cols:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.prism-create .template19 .navigation_left .page19_nav_sec1 {
  background: url("images/page18-image1.jpg") no-repeat bottom center;
  background-size: cover;
}
.prism-create .template19 .navigation_right {
  position: absolute;
  width: 15%;
  height: 100%;
  top: 0%;
  right: 0px;
  z-index: 10000;
  display: table;
}
.prism-create .template19 .navigation_right .navigation_right_cols {
  width: 100%;
  display: table-cell;
  position: relative;
  padding: 0px 12% 0% 10%;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
}
.prism-create .template19 .navigation_right .navigation_right_cols:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.prism-create .template19 .navigation_right .page19_nav_sec2 {
  background: url("images/page18-image3.jpg") no-repeat bottom center;
  background-size: cover;
}
.prism-create .template19 .navigation h4 {
  font-size: 1.3vw;
  line-height: 1.8vw;
  font-family: 'open_sanssemibold';
  cursor: pointer;
  color: #ffffff;
}
.prism-create .template19 .navigation p {
  padding-top: 25%;
}
.prism-create .template19 .navigation p a.secondary_cta {
  font-size: 1vw;
  padding: 10px 20px;
}
@media (max-width: 1440px) {}
@media (min-width: 1800px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template19 {
    overflow: hidden !important;
  }
  .prism-create .template19 .temp19_content p {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }
  .prism-create .template19 .navigation_right .navigation_right_cols {}
  .prism-create .template19 .navigation_right h4, .prism-create .template19 .navigation_left h4 {
    font-size: 1.5vw;
    line-height: 2vw;
  }
  .prism-create .template19 .temp19_content {
    top: 28%;
  }
  .prism-create .template19 .navigation_right p a.secondary_cta, .prism-create .template19 .navigation_left p a.secondary_cta {
    font-size: 1.3vw;
    min-width: 150px;
  }
}
@media (max-width: 1024px) {
  .prism-create .template19 {
    overflow: hidden;
    overflow-y: auto;
  }
  .prism-create .template19 .navigation_right p a.secondary_cta {
    min-width: 120px;
  }
}
@media (max-width: 1024px) and (min-height: 700px) {}
@media (max-width: 990px) {}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
  .prism-create .template19 {
    height: auto;
    min-height: 100vh;
  }
  .prism-create .template19 .temp19_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 15% 10% 8%;
  }
  .prism-create .template19 .temp19_content h5 {
    font-size: 3vw;
    line-height: 4vw;
  }
  .prism-create .template19 .temp19_content h1 {
    font-size: 7vw;
    line-height: 8vw;
  }
  .prism-create .template19 .temp19_content h2 {
    font-size: 5vw;
    line-height: 6vw;
    width: 100%;
  }
  .prism-create .template19 .temp19_content h4 {
    font-size: 4vw;
    line-height: 5vw;
    width: 100%;
  }
  .prism-create .template19 .navigation_right h4, .prism-create .template19 .navigation_left h4 {
    font-size: 3vw;
    line-height: 4vw;
  }
  .prism-create .template19 .temp19_content p {
    font-size: 3vw;
    line-height: 4vw;
    width: 100%;
  }
  .prism-create .template19 .navigation p {
    padding-top: 5%;
  }
  .prism-create .template19 .navigation_right p a.secondary_cta, .prism-create .template19 .navigation_left p a.secondary_cta {
    font-size: 2.5vw;
  }
  .prism-create .template19 .navigation_right, .prism-create .template19 .navigation_left {
    position: relative;
    width: 80%;
    height: auto;
    top: inherit;
    right: inherit;
    z-index: 10000;
    display: table;
    min-height: 50vh;
    margin: 0px auto;
    padding-bottom: 10%;
  }
}
@media (max-width: 480px) {
  .prism-create .template19 .temp19_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 15% 10% 10%;
  }
  .prism-create .template19 .temp19_content h1 {
    font-size: 9vw;
    line-height: 10vw;
  }
  .prism-create .template19 .temp19_content h2 {
    font-size: 8vw;
    line-height: 9vw;
    margin: 5% 0;
  }
  .prism-create .template19 .navigation_right h4 {
    font-size: 5vw;
    line-height: 6vw;
  }
  .prism-create .template19 .navigation_right h4, .prism-create .template19 .navigation_left h4 {
    font-size: 5vw;
    line-height: 6vw;
  }
  .prism-create .template19 {
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    min-height: 100vh;
  }
  .prism-create .template19 .temp19_content p {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }
  .prism-create .template19 .navigation_right p a.secondary_cta, .prism-create .template19 .navigation_left p a.secondary_cta {
    font-size: 3.5vw;
  }
  .prism-create .template19 .navigation_right, .prism-create .template19 .navigation_left {
    width: 100%;
    display: block;
    padding-bottom: 7%;
    min-height: auto;
  }
  .prism-create .template19 .navigation_right .navigation_right_cols, .prism-create .template19 .navigation_left .navigation_left_cols {
    width: 80%;
    display: block;
    position: relative;
    margin: 0px auto;
    padding: 15% 10%;
    margin-bottom: 5%;
  }
  .prism-create .template19 .navigation_right p, .prism-create .template19 .navigation_left p {
    padding-top: 5%;
  }
  .prism-create .template19 .navigation_right p a.secondary_cta, .prism-create .template19 .navigation_left p a.secondary_cta {
    font-size: 4vw;
  }
}
@media (max-height: 450px) {
  .prism-create .template19 .navigation_right p a.secondary_cta, .prism-create .template19 .navigation_left p a.secondary_cta {
    min-width: 80px;
    font-size: 1.3vw;
    padding: 5px 10px;
  }
}
/* template19 css end */
/* template20 css start */
.prism-create .template20 {
  position: relative;
  height: 100vh;
  width: 100%;
  background: url("images/page21-image.jpg") no-repeat center center;
  background-size: cover;
}
.prism-create .template .temp20_content {
  position: absolute;
  width: 35%;
  left: 46%;
  top: 20%;
  z-index: 10000;
  text-align: center;
}
.prism-create .template .temp20_content .temp20_three_cols {
  display: table;
  width: 100%;
  margin: 3% 0 5%;
}
.prism-create .template .temp20_content .temp20_three_cols .temp20_three_cols_sec {
  width: 30%;
  display: table-cell;
  border-right: 1px solid #ffffff;
  padding: 3% 0 2.5%;
}
.prism-create .template .temp20_content .temp20_three_cols .temp20_three_cols_sec.border-0 {
  border: 0;
}
.prism-create .template .temp20_content .temp20_three_cols .temp20_three_cols_sec .tickimg {
  width: 15%;
}
.prism-create .template20 .temp20_content h2 {
  font-size: 2vw;
  line-height: 2.4vw;
  margin: 2% 0% 4%;
  color: #ffdd7f;
  font-family: 'georgiaregular';
  font-weight: lighter;
}
.prism-create .template20 .temp20_content p {
  font-size: 1.1vw;
  line-height: 1.5vw;
  margin-bottom: 5%;
  color: #ffffff;
}
.prism-create .template20 .temp20_content p.color_yellow {
  color: #ffdd7f;
}
.prism-create .template20 .navigation_right {
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0%;
  left: 0px;
  z-index: 10000;
  display: table;
}
.prism-create .template20 .navigation_right .navigation_right_cols {
  width: 50%;
  display: table-cell;
  position: relative;
  padding: 0px 10% 0% 7%;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
}
.prism-create .template20 .navigation_right .navigation_right_cols:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.prism-create .template20 .navigation_right .page20_nav_sec1 {
  background: url("images/page18-image1.jpg") no-repeat bottom center;
  background-size: cover;
}
.prism-create .template20 .navigation_right .page20_nav_sec2 {
  background: url("images/page18-image2.jpg") no-repeat bottom center;
  background-size: cover;
}
.prism-create .template20 .navigation_right h4 {
  font-size: 1.3vw;
  line-height: 1.8vw;
  font-family: 'open_sanssemibold';
  cursor: pointer;
  color: #ffffff;
}
.prism-create .template20 .navigation_right p {
  padding-top: 25%;
}
.prism-create .template20 .navigation_right p a.secondary_cta {
  font-size: 1vw;
  padding: 10px 20px;
}
@media (max-width: 1440px) {}
@media (min-width: 1800px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template20 {
    overflow: hidden !important;
  }
  .prism-create .template20 .temp20_content p {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }
  .prism-create .template20 .navigation_right .navigation_right_cols {}
  .prism-create .template20 .navigation_right h4 {
    font-size: 1.5vw;
    line-height: 2vw;
  }
  .prism-create .template20 .navigation_right p a.secondary_cta {
    font-size: 1.3vw;
    min-width: 120px;
  }
  .prism-create .template20 .temp20_content {
    top: 28%;
  }
}
@media (max-width: 1024px) {
  .prism-create .template20 {
    overflow: hidden;
    overflow-y: auto;
  }
  .prism-create .template20 .navigation_right p a.secondary_cta {
    min-width: 120px;
  }
}
@media (max-width: 1024px) and (min-height: 700px) {}
@media (max-width: 990px) {}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
  .prism-create .template20 {
    height: auto;
    min-height: 100vh;
  }
  .prism-create .template20 .temp20_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 15% 10% 8%;
  }
  .prism-create .template20 .temp20_content h5 {
    font-size: 3vw;
    line-height: 4vw;
  }
  .prism-create .template20 .temp20_content h1 {
    font-size: 7vw;
    line-height: 8vw;
  }
  .prism-create .template20 .temp20_content h2 {
    font-size: 5vw;
    line-height: 6vw;
    width: 100%;
  }
  .prism-create .template20 .temp20_content h4 {
    font-size: 4vw;
    line-height: 5vw;
    width: 100%;
  }
  .prism-create .template20 .navigation_right h4 {
    font-size: 3vw;
    line-height: 4vw;
  }
  .prism-create .template20 .temp20_content p {
    font-size: 3vw;
    line-height: 4vw;
    width: 100%;
  }
  .prism-create .template20 .navigation_right p a.secondary_cta {
    font-size: 2.5vw;
  }
  .prism-create .template20 .navigation_right {
    position: relative;
    width: 80%;
    height: auto;
    top: inherit;
    right: inherit;
    z-index: 10000;
    display: table;
    min-height: 60vh;
    margin: 0px auto;
    padding-bottom: 15%;
  }
}
@media (max-width: 480px) {
  .prism-create .template20 .temp20_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 15% 10% 10%;
  }
  .prism-create .template20 .temp20_content h1 {
    font-size: 9vw;
    line-height: 10vw;
  }
  .prism-create .template20 .temp20_content h2 {
    font-size: 8vw;
    line-height: 9vw;
    margin: 5% 0;
  }
  .prism-create .template20 .temp20_content h4 {
    font-size: 6vw;
    line-height: 7vw;
  }
  .prism-create .template20 .navigation_right h4 {
    font-size: 5vw;
    line-height: 6vw;
  }
  .prism-create .template20 {
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    min-height: 100vh;
  }
  .prism-create .template20 .temp20_content p {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }
  .prism-create .template20 .navigation_right {
    width: 100%;
    display: block;
    padding-bottom: 10%;
  }
  .prism-create .template20 .navigation_right .navigation_right_cols {
    width: 80%;
    display: block;
    position: relative;
    margin: 0px auto;
    padding: 15% 10%;
    margin-bottom: 5%;
  }
  .prism-create .template20 .navigation_right p {
    padding-top: 5%;
  }
  .prism-create .template20 .navigation_right p a.secondary_cta {
    font-size: 4vw;
  }
}
@media (max-height: 450px) {
  .prism-create .template20 .navigation_right p a.secondary_cta {
    min-width: 80px;
    font-size: 1.3vw;
    padding: 5px 10px;
  }
}
/* template20 css end */
/* template21 css start */
.prism-create .template21 {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("images/page6-image.jpg") no-repeat center center;
  background-size: cover;
}
.prism-create .template21 .temp21_content {
  position: absolute;
  width: 40%;
  left: 52%;
  top: 29%;
  z-index: 10000;
  padding: 2% 0;
}
.prism-create .template21 .temp21_content h2 {
  font-size: 2vw;
  line-height: 2.4vw;
  margin: 2% 0%;
  color: #ffdd7f;
  font-family: 'georgiaregular';
}
.prism-create .template21 .temp21_content p {
  font-size: 1vw;
  line-height: 1.4vw;
  margin-bottom: 2%;
  color: #ffffff;
  width: 80%;
}
.prism-create .template21 .video_left_50 {
  position: absolute;
  width: 35%;
  top: 29%;
  left: 13%;
}
.prism-create .template21 .video_left_50 p {
  font-size: 1vw;
  line-height: 1.4vw;
  color: #ffffff;
  margin: 2% 0%;
}
.prism-create .template21 .video_left_50 video {
  width: 100%;
}
@media (max-width: 1440px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template21 .temp21_content p {
    font-size: 1.2vw;
    line-height: 1.6vw;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .prism-create .template21 {
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1024px) and (min-height: 700px) {}
@media (max-width: 990px) {}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
  .prism-create .template21 {
    padding: 5% 10% 18%;
    height: auto;
    background: url("images/mob-page6.jpg") no-repeat center center;
    background-size: cover;
    min-height: 100vh;
  }
  .prism-create .template21 .temp21_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 5% 0%;
  }
  .prism-create .template21 .video_left_50 {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 20% 0% 0%;
  }
  .prism-create .template21 .temp21_content h1 {
    font-size: 7vw;
    line-height: 8vw;
  }
  .prism-create .template21 .temp21_content h2 {
    font-size: 3.5vw;
    line-height: 4.5vw;
    width: 100%;
  }
  .prism-create .template21 .temp21_content p {
    font-size: 3vw;
    line-height: 4vw;
    width: 100%;
  }
  .prism-create .template21 .video_left_50 p {
    font-size: 3vw;
    line-height: 4vw;
  }
}
@media (max-width: 480px) {
  .prism-create .template21 .temp21_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 10% 0% 15%;
  }
  .prism-create .template21 .temp21_content h2 {
    font-size: 5vw;
    line-height: 6vw;
    margin: 5% 0;
  }
  .prism-create .template21 {
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    min-height: 100vh;
  }
  .prism-create .template21 .temp21_content p {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }
  .prism-create .template21 .video_left_50 {
    padding: 40% 0% 0%;
  }
  .prism-create .template21 .video_left_50 p {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }
}
@media (max-height: 450px) {}
/* template21 css end */
/* template22 css start */
.prism-create .template22 {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("images/page23-image.jpg") no-repeat center center;
  background-size: cover;
}
.prism-create .template22 .temp22_content {
  position: relative;
  width: 80%;
  margin: 6% auto 0;
  z-index: 10000;
}
.prism-create .template22 .temp22_content h2 {
  font-size: 2vw;
  line-height: 2.4vw;
  color: #ffdd7f;
  padding: 1% 0%;
  font-weight: bold;
  font-family: 'georgiaregular';
}
.prism-create .template22 .temp22_content .three_sec {
  width: 100%;
  margin-top: 2%;
  display: flex;
  justify-content: center;
  margin-bottom: 4%;
}
.prism-create .template22 .temp22_content .three_sec .sec-three {
  width: 33%;
  margin-right: 1%;
}
.prism-create .template22 .temp22_content p {
  font-size: 1vw;
  line-height: 1.4vw;
  width: 80%;
  margin-top: 2%;
  color: #ffffff;
}
.prism-create .template22 .temp22_content .three_sec .sec-three p.heading-color {
  color: #ffdd7f;
  font-weight: bold;
}
@media (max-width: 1440px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template22 .temp22_content p {
    font-size: 1.2vw;
    line-height: 1.6vw;
    width: 100%;
  }
  .prism-create .template22 .temp22_content {
    margin: 12% auto 0;
  }
}
@media (max-width: 1024px) {
  .prism-create .template22 {
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1024px) and (min-height: 700px) {}
@media (max-width: 990px) {}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
  .prism-create .template22 {
    padding: 5% 10% 18%;
    height: auto;
    min-height: 100vh;
  }
  .prism-create .template22 .temp22_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 5% 0%;
  }
  .prism-create .template22 .temp22_content h1 {
    font-size: 7vw;
    line-height: 8vw;
  }
  .prism-create .template22 .temp22_content h2 {
    font-size: 5vw;
    line-height: 6vw;
    width: 100%;
    margin-bottom: 5%;
  }
  .prism-create .template22 .temp22_content .three_sec {
    width: 100%;
    display: block;
    margin-bottom: 4%;
  }
  .prism-create .template22 .temp22_content .three_sec .sec-three {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10%;
  }
  .prism-create .template22 .temp22_content p {
    font-size: 3vw;
    line-height: 4vw;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .prism-create .template22 .temp22_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 10% 0% 15%;
  }
  .prism-create .template22 .temp22_content h2 {
    font-size: 6vw;
    line-height: 7vw;
    margin: 5% 0;
  }
  .prism-create .template22 {
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    min-height: 100vh;
  }
  .prism-create .template22 .temp22_content p {
    font-size: 4vw;
    line-height: 5vw;
  }
}
@media (max-height: 450px) {}
/* template22 css end */
/* template23 css start */
.prism-create .template23 {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("images/page24-image.jpg") no-repeat bottom center;
  background-size: cover;
}
.prism-create .template23 .temp23_content {
  position: absolute;
  width: 60%;
  left: 16%;
  top: 25%;
  z-index: 10000;
}
.prism-create .template23 .temp23_content h1 {
  font-size: 5vw;
  line-height: 5.2vw;
  margin: 2% 0;
  color: #b06433;
  font-family: 'georgiaregular';
}
.prism-create .template23 .temp23_content h2 {
  font-size: 1.6vw;
  line-height: 2vw;
  margin: 1% 0 4%;
  font-family: 'open_sanssemibold';
  color: #000000;
  font-weight: lighter;
  width: 80%;
}
@media (max-width: 1440px) {}
@media (min-width: 1800px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template23 {
    overflow: hidden !important;
  }
  .prism-create .template23 .temp23_content p {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }
}
@media (max-width: 1024px) {
  .prism-create .template23 {
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1024px) and (min-height: 700px) {}
@media (max-width: 990px) {}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
  .prism-create .template23 {
    background: url("images/mob-page24.jpg") no-repeat center bottom;
    background-size: cover;
  }
  .prism-create .template23 .temp23_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 10% 10%;
  }
  .prism-create .template23 .temp23_content h5 {
    font-size: 3vw;
    line-height: 4vw;
  }
  .prism-create .template23 .temp23_content h1 {
    font-size: 7vw;
    line-height: 8vw;
  }
  .prism-create .template23 .temp23_content h2 {
    font-size: 3.5vw;
    line-height: 4.5vw;
    width: 100%;
  }
  .prism-create .template23 .temp23_content h3 {
    font-size: 4vw;
    line-height: 5vw;
  }
  .prism-create .template23 .temp23_content p {
    font-size: 3vw;
    line-height: 4vw;
    width: 100%;
  }
  .prism-create .template23 .control_nav {
    position: absolute !important;
    bottom: 2%;
    left: 0;
    z-index: 10000;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .prism-create .template23 .temp23_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 15% 10% 15%;
  }
  .prism-create .template23 .temp23_content h1 {
    font-size: 9vw;
    line-height: 10vw;
  }
  .prism-create .template23 .temp23_content h2 {
    font-size: 5vw;
    line-height: 6vw;
    margin: 5% 0;
  }
  .prism-create .template23 .temp23_content h3 {
    font-size: 6vw;
    line-height: 7vw;
  }
  .prism-create .template23 {
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    min-height: 100vh;
  }
  .prism-create .template23 .temp23_content p {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }
}
@media (max-height: 450px) {}
/* template23 css end */
/* template24 css start */
.prism-create .template24 {
  position: relative;
  height: 100vh;
  width: 100%;
  background: url("images/page25-image.jpg") no-repeat center center;
  background-size: cover;
}
.prism-create .template24 .temp24_content {
  position: absolute;
  width: 42%;
  right: 5%;
  top: 16%;
  z-index: 10000;
}
.prism-create .template24 .temp24_content h2 {
  font-size: 2vw;
  line-height: 2.4vw;
  margin: 2% 0%;
  width: 80%;
  color: #ffdd7f;
  font-family: 'georgiaregular';
}
.prism-create .template24 .temp24_content p {
  font-size: 1vw;
  line-height: 1.4vw;
  color: #ffffff;
  margin-bottom: 2%;
}
.prism-create .template24 .temp24_content p.extra_margin {
  margin-top: 3%;
}
.prism-create .template24 .temp24_content table tr td {
  font-size: 1.1vw;
  line-height: 2vw;
  color: #ffffff;
}
.prism-create .template24 .temp24_content table tr td.tick_img {
  width: 4%;
}
.prism-create .template24 .temp24_content table tr td img {
  vertical-align: text-bottom;
}
.prism-create .template24 .temp24_content p a.secondary_cta {
  font-size: 1vw;
}
@media (max-width: 1440px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template24 .temp24_content p, .prism-create .template24 .temp24_content table tr td, .prism-create .template24 .temp24_content p a.secondary_cta {
    font-size: 1.3vw;
    line-height: 1.7vw;
  }
  .prism-create .template24 .temp24_content table tr td img {
    vertical-align: top;
  }
  .prism-create .template24 .temp24_content {
    top: 20%;
  }
}
@media (max-width: 1024px) {
  .prism-create .template24 {
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1024px) and (min-height: 700px) {}
@media (max-width: 990px) {}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
  .prism-create .template24 {
    padding: 5% 10% 18%;
    height: auto;
    background: url("images/mob-page25.jpg") no-repeat center bottom;
    background-size: cover;
    min-height: 100vh;
  }
  .prism-create .template24 .temp24_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 5% 0% 35%;
  }
  .prism-create .template24 .temp24_content h1 {
    font-size: 7vw;
    line-height: 8vw;
  }
  .prism-create .template24 .temp24_content h2 {
    font-size: 4vw;
    line-height: 5vw;
    width: 100%;
  }
  .prism-create .template24 .temp24_content p, .prism-create .template24 .temp24_content table tr td, .prism-create .template24 .temp24_content p a.secondary_cta {
    font-size: 3vw;
    line-height: 4vw;
  }
  .prism-create .template24 .temp24_content table tr td img {
    vertical-align: middle;
  }
}
@media (max-width: 480px) {
  .prism-create .template24 .temp24_content {
    position: relative;
    width: 100%;
    right: inherit;
    top: inherit;
    padding: 10% 0% 45%;
  }
  .prism-create .template24 .temp24_content h2 {
    font-size: 6vw;
    line-height: 7vw;
    margin: 5% 0;
  }
  .prism-create .template24 {
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    min-height: 100vh;
  }
  .prism-create .template24 .temp24_content p, .prism-create .template24 .temp24_content table tr td, .prism-create .template24 .temp24_content p a.secondary_cta {
    font-size: 3.5vw;
    line-height: 6vw;
  }
}
@media (max-height: 450px) {
  .prism-create .template24 .temp24_content {
    width: 43%;
    top: 10%;
  }
}
/* template24 css end */
/* template25 css start */
.prism-create .template25 {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("images/page26-image.jpg") no-repeat top center;
  background-size: cover;
}
.prism-create .template25 .temp25_content {
  position: absolute;
  width: 65%;
  top: 15%;
  left: 14%;
  z-index: 10000;
}
.prism-create .template25 .temp25_content h2 {
  font-size: 2vw;
  line-height: 2.4vw;
  color: #800020;
  padding: 1% 0%;
  font-weight: bold;
  font-family: 'georgiaregular';
}
.prism-create .template25 .temp25_content .three_sec {
  width: 100%;
  margin-top: 2%;
  display: flex;
  justify-content: center;
  margin-bottom: 4%;
}
.prism-create .template25 .temp25_content .three_sec .sec-three {
  width: 33%;
  margin-right: 1%;
}
.prism-create .template25 .temp25_content p {
  font-size: 0.9vw;
  line-height: 1.3vw;
  width: 90%;
  margin-top: 2%;
}
.prism-create .template25 .temp25_content p.width-80 {
  width: 80%;
}
.prism-create .template25 .temp25_content p.bold_text {
  font-family: 'open_sansbold';
}
.prism-create .template25 .temp25_content p.no-margin {
  margin-top: 0%;
}
.prism-create .template25 .temp25_content p a.secondary_cta {
  font-size: 1vw;
  margin-top: 6%;
}
.prism-create .template25 .temp25_content p.extra_margin1 {
  margin-top: 14%;
}
.prism-create .template25 .temp25_content p.extra_margin2 {
  margin-top: 31.8%;
}
.prism-create .template25 .footer_text {
  position: absolute;
  left: 14%;
  bottom: 10%;
  z-index: 10000;
}
.prism-create .template25 .footer_text p {
  font-size: 0.9vw;
  line-height: 1.2vw;
}
@media (max-width: 1440px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template25 .temp25_content p, .prism-create .template25 .temp25_content p a.secondary_cta {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }
  .prism-create .template25 .temp25_content {
    margin: 2% auto 0;
  }
}
@media (max-width: 1024px) {
  .prism-create .template25 {
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1024px) and (min-height: 700px) {}
@media (max-width: 990px) {}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
  .prism-create .template25 {
    padding: 5% 10% 65%;
    height: auto;
    min-height: 100vh;
    background: url("images/mob-page26.jpg") no-repeat center center;
    background-size: cover;
  }
  .prism-create .template25 .temp25_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 5% 0% 0;
  }
  .prism-create .template25 .temp25_content h1 {
    font-size: 7vw;
    line-height: 8vw;
  }
  .prism-create .template25 .temp25_content h2 {
    font-size: 5vw;
    line-height: 6vw;
    width: 100%;
    margin-bottom: 5%;
  }
  .prism-create .template25 .temp25_content .three_sec {
    width: 100%;
    display: block;
    margin-bottom: 4%;
  }
  .prism-create .template25 .temp25_content .three_sec .sec-three {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10%;
  }
  .prism-create .template25 .temp25_content p, .prism-create .template25 .temp25_content p a.secondary_cta {
    font-size: 3vw;
    line-height: 4vw;
  }
  .prism-create .template25 .temp25_content p {
    width: 100%;
  }
  .prism-create .template25 .temp25_content p.width-80 {
    width: 100%;
  }
  .prism-create .template25 .temp25_content p.extra_margin1, .prism-create .template25 .temp25_content p.extra_margin2 {
    margin-top: 2%;
  }
  .prism-create .template25 .footer_text p {
    font-size: 2vw;
    line-height: 3vw;
  }
  .prism-create .template25 .footer_text {
    position: relative;
    left: inherit;
    bottom: inherit;
    z-index: 10000;
  }
}
@media (max-width: 480px) {
  .prism-create .template25 .temp25_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 10% 0% 5%;
  }
  .prism-create .template25 .temp25_content h2 {
    font-size: 6vw;
    line-height: 7vw;
    margin: 5% 0;
  }
  .prism-create .template25 {
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    min-height: 100vh;
    padding: 5% 10% 85%;
  }
  .prism-create .template25 .temp25_content p, .prism-create .template25 .temp25_content p a.secondary_cta {
    font-size: 4vw;
    line-height: 5vw;
  }
}
@media (max-height: 450px) {
  .prism-create .template25 .temp25_content p a.secondary_cta {
    font-size: 1.3vw;
  }
}
/* template25 css end */
/* template26 css start */
.prism-create .template26 {
  position: relative;
  height: 100vh;
  width: 100%;
  background: url("images/page27-new-image-page.jpg") no-repeat bottom right;
  background-size: cover;
}
.prism-create .template26 .temp26_content {
  position: absolute;
  width: 80%;
  top: 10%;
  left: 11%;
  z-index: 10000;
}
.prism-create .template26 .temp26_content .temp26_twocols {
  width: 100%;
}
.prism-create .template26 .temp26_content .temp26_twocols .temp26_twocols_left {
  width: 60%;
  float: left;
}
.prism-create .template26 .temp26_content .temp26_twocols .temp26_twocols_right {
  width: 40%;
  float: left;
  border-left: 1px solid #000000;
  padding-left: 3%;
  margin-top: 0.3%;
}
.prism-create .template26 .temp26_content .temp26_twocols table {}
.prism-create .template26 .temp26_content .temp26_twocols table tr td {
  vertical-align: middle;
  padding: 2% 2% 4% 0%;
}
.prism-create .template26 .temp26_content .temp26_twocols table tr td p {
  margin: 0px;
  font-family: 'open_sansbold';
}
.prism-create .template26 .temp26_content h2 {
  font-size: 2vw;
  line-height: 2.4vw;
  color: #800020;
  padding: 1% 0%;
  font-family: 'georgiaregular';
}
.prism-create .template26 .temp26_content .two_sec {
  width: 100%;
  margin-top: 2%;
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 2%;
}
.prism-create .template26 .temp26_content .two_sec .sec-two {
  width: 42%;
  padding-right: 5%;
}
.prism-create .template26 .temp26_content .sec-two-second {
  margin-top: 4%;
}
.prism-create .template26 .temp26_content .two_sec .sec-two div img {
  border: 0.001px solid #372826;
  width: 70%;
  margin-bottom: 2%;
}
.prism-create .template26 .temp26_content .two_sec .sec-two div img.blog-sec-width {
  width: 63.4%;
}
.prism-create .template26 .temp26_content .two_sec .sec-two .width-50 img {
  width: 27.6%;
}
.prism-create .template26 .temp26_content p {
  font-size: 0.8vw;
  line-height: 1.2vw;
  color: #372826;
  margin-bottom: 3%;
}
.prism-create .template26 .temp26_content p.width-75 {
  width: 75%;
}
.prism-create .template26 .temp26_content p.width-90 {
  width: 90%;
}
.prism-create .template26 .temp26_content p.sub-heading {
  width: 40%;
  margin-top: 0%;
  padding-right: inherit;
}
.prism-create .template26 .temp26_content p.orange-color {
  color: #b06433;
  font-weight: bold;
}
.prism-create .template26 .temp26_content p.red-color {
  color: #800020;
  font-weight: bold;
  font-family: 'open_sansbold';
}
.prism-create .template26 .temp26_content p.less-padding {
  padding-right: 20%;
}
.prism-create .template26 .temp26_content p a.secondary_cta {
  font-size: 0.9vw;
  padding: 6px 15px;
  min-width: 120px;
  margin-top: 3%;
  font-family: 'open_sansregular';
}
@media (min-width: 1600px) and (max-height: 800px) {}
@media (max-width: 1440px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template26 .temp26_content p, .prism-create .template26 .temp26_content p a.secondary_cta {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }
  .prism-create .template26 .temp26_content {
    margin: 2% auto 0;
  }
  .prism-create .template26 .temp26_content p.width-90 {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .prism-create .template26 {
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1024px) and (min-height: 700px) {}
@media (max-width: 990px) {}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
  .prism-create .template26 {
    padding: 5% 10% 35%;
    height: auto;
    min-height: 100vh;
  }
  .prism-create .template26 .temp26_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 5% 0% 0;
  }
  .prism-create .template26 .temp26_content .temp26_twocols .temp26_twocols_left {
    width: 100%;
    float: none;
  }
  .prism-create .template26 .temp26_content .temp26_twocols .temp26_twocols_right {
    width: 100%;
    float: none;
    border-left: 0px solid #000000;
    border-top: 1px solid #000000;
    padding-left: 0%;
    padding-top: 3%;
  }
  .prism-create .template26 .temp26_content .two_sec .sec-two.sec-two {
    width: 100%;
    display: block;
    margin-bottom: 17%;
  }
  .prism-create .template26 .temp26_content .two_sec {
    width: 100%;
    margin-top: 2%;
    display: block;
  }
  .prism-create .template26 .temp26_content .two_sec .sec-two div img {
    width: 40%;
    margin-bottom: 2%;
  }
  .prism-create .template26 .temp26_content .two_sec .sec-two div img.blog-sec-width {
    width: 40%;
  }
  .prism-create .template26 .temp26_content p.width-75 {
    width: 100%;
  }
  .prism-create .template26 .temp26_content p.width-90 {
    width: 100%;
  }
  .prism-create .template26 .temp26_content .two_sec .sec-two div.width-50 img {
    width: 25%;
  }
  .prism-create .template26 .temp26_content h1 {
    font-size: 7vw;
    line-height: 8vw;
  }
  .prism-create .template26 .temp26_content h2 {
    font-size: 5vw;
    line-height: 6vw;
    width: 100%;
    margin-bottom: 5%;
  }
  .prism-create .template26 .temp26_content .three_sec {
    width: 100%;
    display: block;
    margin-bottom: 4%;
  }
  .prism-create .template26 .temp26_content .two_sec .sec-two {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10%;
  }
  .prism-create .template26 .temp26_content p, .prism-create .template26 .temp26_content p a.secondary_cta {
    font-size: 3vw;
    line-height: 4vw;
  }
  .prism-create .template26 .temp26_content p {
    width: 100%;
  }
  .prism-create .template26 .temp26_content p.width-80 {
    width: 100%;
  }
  .prism-create .template26 .temp26_content p.extra_margin1, .prism-create .template26 .temp26_content p.extra_margin2 {
    margin-top: 2%;
  }
}
@media (max-width: 480px) {
  .prism-create .template26 .temp26_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 10% 0% 5%;
  }
  .prism-create .template26 .temp26_content h2 {
    font-size: 6vw;
    line-height: 7vw;
    margin: 5% 0;
  }
  .prism-create .template26 {
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    min-height: 100vh;
    padding: 5% 10% 25%;
  }
  .prism-create .template26 .temp26_content p, .prism-create .template26 .temp26_content p a.secondary_cta {
    font-size: 4vw;
    line-height: 5vw;
  }
}
@media (max-height: 450px) {
  .prism-create .template26 .temp26_content p a.secondary_cta {
    font-size: 1.3vw;
    min-width: 80px;
    padding: 4px 10px;
  }
}
/* template29 css end */
/* template27 css start */
.prism-create .template27 {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("images/page27-image.jpg") no-repeat bottom center;
  background-size: cover;
}
.prism-create .template27 .temp27_content {
  position: absolute;
  width: 70%;
  left: 14%;
  top: 25%;
  z-index: 10000;
}
.prism-create .template27 .temp27_content h1 {
  font-size: 5vw;
  line-height: 5.5vw;
  margin: 2% 0;
  color: #b06433;
  font-family: 'georgiaregular';
}
.prism-create .template27 .temp27_content h2 {
  font-size: 1.6vw;
  line-height: 2vw;
  margin: 2% 0 4%;
  font-family: 'open_sanssemibold';
  color: #000000;
  font-weight: lighter;
}
@media (max-width: 1440px) {}
@media (min-width: 1800px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template27 {
    overflow: hidden !important;
  }
  .prism-create .template27 .temp27_content p {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }
}
@media (max-width: 1024px) {
  .prism-create .template27 {
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1024px) and (min-height: 700px) {}
@media (max-width: 990px) {}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
  .prism-create .template27 {
    background: url("images/mob-page28.jpg") no-repeat center bottom;
    background-size: cover;
  }
  .prism-create .template27 .temp27_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 10% 10%;
  }
  .prism-create .template27 .temp27_content h5 {
    font-size: 3vw;
    line-height: 4vw;
  }
  .prism-create .template27 .temp27_content h1 {
    font-size: 7vw;
    line-height: 8vw;
  }
  .prism-create .template27 .temp27_content h2 {
    font-size: 3.5vw;
    line-height: 4.5vw;
    width: 100%;
  }
  .prism-create .template27 .temp27_content h3 {
    font-size: 4vw;
    line-height: 5vw;
  }
  .prism-create .template27 .temp27_content p {
    font-size: 3vw;
    line-height: 4vw;
    width: 100%;
  }
  .prism-create .template27 .control_nav {
    position: absolute !important;
    bottom: 2%;
    left: 0;
    z-index: 10000;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .prism-create .template27 .temp27_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 15% 10% 15%;
  }
  .prism-create .template27 .temp27_content h1 {
    font-size: 9vw;
    line-height: 10vw;
  }
  .prism-create .template27 .temp27_content h2 {
    font-size: 5vw;
    line-height: 6vw;
    margin: 5% 0;
  }
  .prism-create .template27 .temp27_content h3 {
    font-size: 6vw;
    line-height: 7vw;
  }
  .prism-create .template27 {
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    min-height: 100vh;
  }
  .prism-create .template27 .temp27_content p {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }
}
@media (max-height: 450px) {}
/* template27 css end */
/* template28 css start */
.prism-create .template28 {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("images/page6-image.jpg") no-repeat center center;
  background-size: cover;
}
.prism-create .template28 .temp28_content {
  position: absolute;
  width: 32%;
  left: 12%;
  top: 29%;
  z-index: 10000;
  padding: 2% 0;
}
.prism-create .template28 .temp28_content_center {
  left: 45%;
  width: 25%;
  top: 30%;
}
.prism-create .template28 .temp28_content_right {
  left: 72%;
  width: 20%;
  text-align: center;
  top: 31%;
}
.prism-create .template28 .temp28_content_right p img {
  width: 48%;
  margin-bottom: 5%;
}
.prism-create .template28 .temp28_content h2 {
  font-size: 2vw;
  line-height: 2.4vw;
  margin: 2% 0%;
  color: #ffdd7f;
  font-family: 'georgiaregular';
}
.prism-create .template28 .temp28_content p {
  font-size: 1vw;
  line-height: 1.4vw;
  margin-bottom: 2%;
  color: #ffffff;
  width: 80%;
}
.prism-create .template28 .temp28_content_left p a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.prism-create .template28 .temp28_content table {
  margin-bottom: 5%;
}
.prism-create .template28 .temp28_content table tr td {
  font-size: 1.1vw;
  line-height: 1.8vw;
  color: #ffffff;
  vertical-align: top;
}
.prism-create .template28 .temp28_content table tr td.tick_img {
  width: 4%;
  padding-top: 2%;
}
.prism-create .template28 .temp28_content table tr td img {
  vertical-align: top;
}
.prism-create .template28 .temp28_content p a.secondary_cta {
  font-size: 1vw;
}
@media (max-width: 1440px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template28 .temp28_content p {
    font-size: 1.2vw;
    line-height: 1.6vw;
    width: 90%;
  }
  .prism-create .template28 .temp28_content table tr td.tick_img {
    width: 5%;
    padding-top: 3%;
  }
}
@media (max-width: 1024px) {
  .prism-create .template28 {
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1024px) and (min-height: 700px) {}
@media (max-width: 990px) {}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
  .prism-create .template28 {
    padding: 25% 10% 18% 17%;
    height: auto;
    background: url("images/mob-page6.jpg") no-repeat center center;
    background-size: cover;
  }
  .prism-create .template28 .temp28_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 5% 0%;
  }
  .prism-create .template28 .temp28_content h1 {
    font-size: 7vw;
    line-height: 8vw;
  }
  .prism-create .template28 .temp28_content h2 {
    font-size: 5vw;
    line-height: 6vw;
    width: 100%;
  }
  .prism-create .template28 .temp28_content p, .prism-create .template28 .temp28_content table tr td, .prism-create .template28 .temp28_content p a.secondary_cta {
    font-size: 3vw;
    line-height: 4vw;
  }
  .prism-create .template28 .temp28_content p {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .prism-create .template28 .temp28_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 10% 0% 0%;
  }
  .prism-create .template28 .temp28_content h2 {
    font-size: 5vw;
    line-height: 6vw;
    margin: 5% 0;
  }
  .prism-create .template28 {
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    min-height: 100vh;
    padding: 25% 10% 18% 12%;
  }
  .prism-create .template28 .temp28_content p, .prism-create .template28 .temp28_content table tr td, .prism-create .template28 .temp28_content p a.secondary_cta {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }
}
@media (max-height: 450px) {
  .prism-create .template28 .temp28_content p a.secondary_cta {
    font-size: 1.2vw;
  }
}
/* template21 css end */
/* template29 css start */
.prism-create .template29 {
  position: relative;
  height: 100vh;
  width: 100%;
  background: url("images/page11-image.jpg") no-repeat bottom center;
  background-size: cover;
}
.prism-create .template29 .temp29_content {
  position: absolute;
  width: 75%;
  top: 15%;
  left: 14%;
  z-index: 10000;
}
.prism-create .template29 .temp29_content h2 {
  font-size: 2vw;
  line-height: 2.4vw;
  color: #b06433;
  padding: 1% 0%;
  font-family: 'georgiaregular';
}
.prism-create .template29 .temp29_content .five_sec {
  width: 100%;
  margin-top: 2%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 4%;
}
.prism-create .template29 .temp29_content .five_sec .sec-five {
  width: 18%;
}
.prism-create .template29 .temp29_content .five_sec .sec-five p img {
  border: 0.001px solid #372826;
}
.prism-create .template29 .temp29_content p {
  font-size: 1vw;
  line-height: 1.4vw;
  padding-right: 25%;
  margin-top: 2%;
  color: #372826;
}
.prism-create .template29 .temp29_content p.sub-heading {
  width: 50%;
  margin-top: 0%;
  padding-right: inherit;
}
.prism-create .template29 .temp29_content p.orange-color {
  color: #b06433;
  font-weight: bold;
}
.prism-create .template29 .temp29_content p.violet-color {
  color: #55437E;
  font-weight: bold;
}
.prism-create .template29 .temp29_content p.less-padding {
  padding-right: 20%;
}
.prism-create .template29 .temp29_content p a.secondary_cta {
  font-size: 1vw;
}
@media (max-width: 1440px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template29 .temp29_content p, .prism-create .template29 .temp29_content p a.secondary_cta {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }
  .prism-create .template29 .temp29_content {
    margin: 2% auto 0;
  }
}
@media (max-width: 1024px) {
  .prism-create .template29 {
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1024px) and (min-height: 700px) {}
@media (max-width: 990px) {}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
  .prism-create .template29 {
    padding: 5% 10% 100%;
    height: auto;
    min-height: 100vh;
  }
  .prism-create .template29 .temp29_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 5% 0% 0;
  }
  .prism-create .template29 .temp29_content h1 {
    font-size: 7vw;
    line-height: 8vw;
  }
  .prism-create .template29 .temp29_content h2 {
    font-size: 5vw;
    line-height: 6vw;
    width: 100%;
    margin-bottom: 5%;
  }
  .prism-create .template29 .temp29_content .five_sec {
    width: 100%;
    display: block;
    margin-bottom: 4%;
  }
  .prism-create .template29 .temp29_content .five_sec .sec-five {
    width: 100%;
    margin-right: 0%;
    margin-top: 10%;
  }
  .prism-create .template29 .temp29_content .five_sec .sec-five img {
    width: 50%;
  }
  .prism-create .template29 .temp29_content p, .prism-create .template29 .temp29_content p a.secondary_cta {
    font-size: 3vw;
    line-height: 4vw;
    padding-right: 0%;
  }
  .prism-create .template29 .temp29_content p {
    width: 100%;
  }
  .prism-create .template29 .temp29_content p.sub-heading {
    width: 100%;
  }
  .prism-create .template29 .temp29_content p.extra_margin1, .prism-create .template29 .temp29_content p.extra_margin2 {
    margin-top: 2%;
  }
}
@media (max-width: 480px) {
  .prism-create .template29 .temp29_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 10% 0% 5%;
  }
  .prism-create .template29 .temp29_content h2 {
    font-size: 6vw;
    line-height: 7vw;
    margin: 5% 0;
  }
  .prism-create .template29 {
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    min-height: 100vh;
    padding: 5% 10% 100%;
  }
  .prism-create .template29 .temp29_content p, .prism-create .template29 .temp29_content p a.secondary_cta {
    font-size: 4vw;
    line-height: 5vw;
  }
}
@media (max-height: 450px) {
  .prism-create .template29 .temp29_content p a.secondary_cta {
    font-size: 1.3vw;
  }
}
/* template29 css end */
/* template30 css start */
.prism-create .template30 {
  position: relative;
  height: 100vh;
  width: 100%;
  background: url("images/page11-image.jpg") no-repeat bottom center;
  background-size: cover;
}
.prism-create .template30 .temp30_content {
  position: absolute;
  width: 75%;
  top: 15%;
  left: 14%;
  z-index: 10000;
}
.prism-create .template30 .temp30_content h2 {
  font-size: 2vw;
  line-height: 2.4vw;
  color: #55437E;
  padding: 1% 0%;
  font-family: 'georgiaregular';
}
.prism-create .template30 .temp30_content .five_sec {
  width: 100%;
  margin-top: 4.5%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 4%;
}
.prism-create .template30 .temp30_content .five_sec .sec-five {
  width: 18%;
}
.prism-create .template30 .temp30_content .five_sec .sec-five p img {
  border: 0.001px solid #372826;
}
.prism-create .template30 .temp30_content p {
  font-size: 1vw;
  line-height: 1.4vw;
  padding-right: 25%;
  margin-top: 2%;
  color: #372826;
}
.prism-create .template30 .temp30_content p.sub-heading {
  width: 42%;
  margin-top: 0%;
  padding-right: inherit;
}
.prism-create .template30 .temp30_content p.violet-color {
  color: #55437E;
  font-weight: bold;
}
.prism-create .template30 .temp30_content p a.secondary_cta {
  font-size: 1vw;
}
@media (max-width: 1440px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template30 .temp30_content p, .prism-create .template30 .temp30_content p a.secondary_cta {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }
  .prism-create .template30 .temp30_content {
    margin: 2% auto 0;
  }
}
@media (max-width: 1024px) {
  .prism-create .template30 {
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1024px) and (min-height: 700px) {}
@media (max-width: 990px) {}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
  .prism-create .template30 {
    padding: 5% 10% 100%;
    height: auto;
    min-height: 100vh;
  }
  .prism-create .template30 .temp30_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 5% 0% 0;
  }
  .prism-create .template30 .temp30_content h1 {
    font-size: 7vw;
    line-height: 8vw;
  }
  .prism-create .template30 .temp30_content h2 {
    font-size: 5vw;
    line-height: 6vw;
    width: 100%;
    margin-bottom: 5%;
  }
  .prism-create .template30 .temp30_content .five_sec {
    width: 100%;
    display: block;
    margin-bottom: 4%;
  }
  .prism-create .template30 .temp30_content .five_sec .sec-five {
    width: 100%;
    margin-right: 0%;
    margin-top: 10%;
  }
  .prism-create .template30 .temp30_content .five_sec .sec-five img {
    width: 50%;
  }
  .prism-create .template30 .temp30_content p, .prism-create .template30 .temp30_content p a.secondary_cta {
    font-size: 3vw;
    line-height: 4vw;
    padding-right: 0%;
  }
  .prism-create .template30 .temp30_content p {
    width: 100%;
  }
  .prism-create .template30 .temp30_content p.sub-heading {
    width: 100%;
  }
  .prism-create .template30 .temp30_content p.extra_margin1, .prism-create .template30 .temp30_content p.extra_margin2 {
    margin-top: 2%;
  }
}
@media (max-width: 480px) {
  .prism-create .template30 .temp30_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 10% 0% 5%;
  }
  .prism-create .template30 .temp30_content h2 {
    font-size: 6vw;
    line-height: 7vw;
    margin: 5% 0;
  }
  .prism-create .template30 {
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    min-height: 100vh;
    padding: 5% 10% 100%;
  }
  .prism-create .template30 .temp30_content p, .prism-create .template30 .temp30_content p a.secondary_cta {
    font-size: 4vw;
    line-height: 5vw;
  }
}
@media (max-height: 450px) {
  .prism-create .template30 .temp30_content p a.secondary_cta {
    font-size: 1.3vw;
  }
}
/* template30 css end */
/* template31 css start */
.prism-create .template31 {
  position: relative;
  height: 100vh;
  width: 100%;
  background: url("images/page11-image.jpg") no-repeat bottom center;
  background-size: cover;
}
.prism-create .template31 .temp31_content {
  position: absolute;
  width: 84%;
  top: 15%;
  left: 14%;
  z-index: 10000;
}
.prism-create .template31 .temp31_content h2 {
  font-size: 2vw;
  line-height: 2.4vw;
  color: #577B5A;
  padding: 1% 0%;
  font-family: 'georgiaregular';
}
.prism-create .template31 .temp31_content .six_sec {
  width: 100%;
  margin-top: 1.8%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 4%;
}
.prism-create .template31 .temp31_content .six_sec .sec-six {
  width: 16%;
}
.prism-create .template31 .temp31_content .six_sec .sec-six p img {
  border: 0.001px solid #372826;
}
.prism-create .template31 .temp31_content p {
  font-size: 1vw;
  line-height: 1.4vw;
  padding-right: 25%;
  margin-top: 2%;
  color: #372826;
}
.prism-create .template31 .temp31_content p.sub-heading {
  width: 40%;
  margin-top: 0%;
  padding-right: inherit;
}
.prism-create .template31 .temp31_content p.sub-heading-1 {
  color: #577B5A;
  font-weight: bold;
  margin-bottom: 0.5%;
}
.prism-create .template31 .temp31_content p.green-color {
  color: #577B5A;
  font-weight: bold;
}
.prism-create .template31 .temp31_content p a.secondary_cta {
  font-size: 1vw;
}
@media (max-width: 1440px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template31 .temp31_content p, .prism-create .template31 .temp31_content p a.secondary_cta {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }
  .prism-create .template31 .temp31_content {
    margin: 2% auto 0;
  }
}
@media (max-width: 1024px) {
  .prism-create .template31 {
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1024px) and (min-height: 700px) {}
@media (max-width: 990px) {}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
  .prism-create .template31 {
    padding: 5% 10% 100%;
    height: auto;
    min-height: 100vh;
  }
  .prism-create .template31 .temp31_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 5% 0% 0;
  }
  .prism-create .template31 .temp31_content h1 {
    font-size: 7vw;
    line-height: 8vw;
  }
  .prism-create .template31 .temp31_content h2 {
    font-size: 5vw;
    line-height: 6vw;
    width: 100%;
    margin-bottom: 5%;
  }
  .prism-create .template31 .temp31_content .six_sec {
    width: 100%;
    display: block;
    margin-bottom: 4%;
  }
  .prism-create .template31 .temp31_content .six_sec .sec-six {
    width: 100%;
    margin-right: 0%;
    margin-top: 10%;
  }
  .prism-create .template31 .temp31_content .six_sec .sec-six img {
    width: 50%;
  }
  .prism-create .template31 .temp31_content p, .prism-create .template31 .temp31_content p a.secondary_cta {
    font-size: 3vw;
    line-height: 4vw;
    padding-right: 0%;
  }
  .prism-create .template31 .temp31_content p {
    width: 100%;
  }
  .prism-create .template31 .temp31_content p.sub-heading {
    width: 100%;
  }
  .prism-create .template31 .temp31_content p.extra_margin1, .prism-create .template31 .temp31_content p.extra_margin2 {
    margin-top: 2%;
  }
}
@media (max-width: 480px) {
  .prism-create .template31 .temp31_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 10% 0% 5%;
  }
  .prism-create .template31 .temp31_content h2 {
    font-size: 6vw;
    line-height: 7vw;
    margin: 5% 0;
  }
  .prism-create .template31 {
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    min-height: 100vh;
    padding: 5% 10% 100%;
  }
  .prism-create .template31 .temp31_content p, .prism-create .template31 .temp31_content p a.secondary_cta {
    font-size: 4vw;
    line-height: 5vw;
  }
}
@media (max-height: 450px) {
  .prism-create .template31 .temp31_content p a.secondary_cta {
    font-size: 1.3vw;
  }
}
/* template31 css end */
/* template32 css start */
.prism-create .template32 {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("images/page32-image.jpg") no-repeat bottom right;
  background-size: cover;
}
.prism-create .template32 .temp32_content {
  position: absolute;
  width: 66%;
  left: 14%;
  top: 25%;
  z-index: 10000;
}
.prism-create .template32 .temp32_content h1 {
  font-size: 5vw;
  line-height: 5.5vw;
  margin: 2% 0;
  color: #b06433;
  font-family: 'georgiaregular';
}
.prism-create .template32 .temp32_content h2 {
  font-size: 1.6vw;
  line-height: 2vw;
  margin: 2% 0 4%;
  font-family: 'open_sanssemibold';
  color: #000000;
  font-weight: lighter;
}
@media (max-width: 1440px) {}
@media (min-width: 1800px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template32 {
    overflow: hidden !important;
  }
  .prism-create .template32 .temp32_content p {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }
}
@media (max-width: 1024px) {
  .prism-create .template32 {
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1024px) and (min-height: 700px) {}
@media (max-width: 990px) {}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
  .prism-create .template32 {
    background: url("images/mob-page33.jpg") no-repeat center bottom;
    background-size: cover;
  }
  .prism-create .template32 .temp32_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 10% 10%;
  }
  .prism-create .template32 .temp32_content h5 {
    font-size: 3vw;
    line-height: 4vw;
  }
  .prism-create .template32 .temp32_content h1 {
    font-size: 7vw;
    line-height: 8vw;
  }
  .prism-create .template32 .temp32_content h2 {
    font-size: 3.5vw;
    line-height: 4.5vw;
    width: 100%;
  }
  .prism-create .template32 .temp32_content h3 {
    font-size: 4vw;
    line-height: 5vw;
  }
  .prism-create .template32 .temp32_content p {
    font-size: 3vw;
    line-height: 4vw;
    width: 100%;
  }
  .prism-create .template32 .control_nav {
    position: absolute !important;
    bottom: 2%;
    left: 0;
    z-index: 10000;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .prism-create .template32 .temp32_content {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 15% 10% 15%;
  }
  .prism-create .template32 .temp32_content h1 {
    font-size: 9vw;
    line-height: 10vw;
  }
  .prism-create .template32 .temp32_content h2 {
    font-size: 5vw;
    line-height: 6vw;
    margin: 5% 0;
  }
  .prism-create .template32 .temp32_content h3 {
    font-size: 6vw;
    line-height: 7vw;
  }
  .prism-create .template32 {
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    min-height: 100vh;
  }
  .prism-create .template32 .temp32_content p {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }
}
@media (max-height: 450px) {}
/* template32 css end */
/* end demo 1 */
.view_demo {
  margin-top: 400px;
  text-align: center;
  width: 100%;
}
.view_demo > a {
  background: #08c none repeat scroll 0 0;
  color: #fff;
  padding: 10px;
  text-decoration: none;
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background: #f1f1f2;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #ccc;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.jumpto {
  cursor: pointer;
}
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}