    body {
  margin: 0;
  padding: 0;
}
.prism-create {
  color: #232323;
  font-family: 'SourceSansPro-Light';
  font-weight: 100;
  font-style: normal;
}
.prism-create img {
  max-width: 100%;
}
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
sup {
  vertical-align: top;
  position: relative;
  top: -0.2em;
}
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: 'SourceSansPro-Regular';
  src: url('fonts/SourceSansPro-Regular.eot');
  src: url('fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/SourceSansPro-Regular.woff') format('woff'), url('fonts/SourceSansPro-Regular.ttf') format('truetype'), url('fonts/SourceSansPro-Regular.svg#amadeusregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SourceSansPro-Light';
  src: url('fonts/SourceSansPro-Light.eot');
  src: url('fonts/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'), url('fonts/SourceSansPro-Light.woff') format('woff'), url('fonts/SourceSansPro-Light.ttf') format('truetype'), url('fonts/SourceSansPro-Light.svg#amadeusregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SourceSansPro-ExtraLight';
  src: url('fonts/SourceSansPro-ExtraLight.eot');
  src: url('fonts/SourceSansPro-ExtraLight.eot?#iefix') format('embedded-opentype'), url('fonts/SourceSansPro-ExtraLight.woff') format('woff'), url('fonts/SourceSansPro-ExtraLight.ttf') format('truetype'), url('fonts/SourceSansPro-ExtraLight.svg#amadeusregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SourceSansPro-Bold';
  src: url('fonts/SourceSansPro-Bold.eot');
  src: url('fonts/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/SourceSansPro-Bold.woff') format('woff'), url('fonts/SourceSansPro-Bold.ttf') format('truetype'), url('fonts/SourceSansPro-Bold.svg#amadeusregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ClanOffcPro-Ultra';
  src: url('fonts/ClanOffcPro-Ultra.eot');
  src: url('fonts/ClanOffcPro-Ultra.eot?#iefix') format('embedded-opentype'), url('fonts/ClanOffcPro-Ultra.woff') format('woff'), url('fonts/ClanOffcPro-Ultra.ttf') format('truetype'), url('fonts/ClanOffcPro-Ultra.svg#amadeusregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'ClanOT';
    src: url('fonts/ClanOT-Medium.eot');
    src: url('fonts/ClanOT-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/ClanOT-Medium.woff2') format('woff2'),
        url('fonts/ClanOT-Medium.woff') format('woff'),
        url('fonts/ClanOT-Medium.ttf') format('truetype'),
        url('fonts/ClanOT-Medium.svg#ClanOT-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
.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: -4px;
  right: 6%;
  width: 5%;
  z-index: 10000;
}
.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: #000000;
  width: 370px;
  height: auto;
  top: 75px;
  left: -370px;
  bottom: 0px;
  overflow: auto;
  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 a.underline_text {
  color: #000000;
  text-decoration: underline;
  font-weight: lighter;
}
.prism-create a.underline_text:hover {
  color: #000000;
}
.prism-create .nav li a {
  color: #ffffff !important;
  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;
  color: #ffffff !important;
}
.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 .fullscreen-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-color: #ffffff;
}
.prism-create .fullscreen-bg-video-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
.prism-create .fullscreen-bg-video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.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;*/
}
.prism-create .template p.statistics_content_source a {
   color: #000000;
text-decoration: underline;
}
/* template1 css start */
.prism-create .template1 {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #05090C;
}
.prism-create .page1_bg {
        position: absolute;
    width: 79%;
    height: 95%;
    left: 0px;
    bottom: 0px;
    z-index: 0;
}
.prism-create .page1_bg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    float: left;
    object-position: center right;
}
.prism-create .logo_top {
  position: absolute;
    z-index: 100000;
    top: 5%;
    left: 12%;
    width: 10%;
    min-width: 120px;
}
.prism-create .logo_pay_bottom {
  position: absolute;
    z-index: 100000;
    bottom: 5%;
    right: 4%;
    width: 10%;
    min-width: 100px;
}
.prism-create .logo_pay_bottom span {
    width: 100%;
     display:block;
}
.prism-create .home_logo {
  width: 24%;
}
.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: 40%;
    right: 13%;
    top: 18%;
    z-index: 1;
}
.prism-create .template1 .temp1_content h1 {
    font-family: 'ClanOffcPro-Ultra';
    font-size: 5vw;
    line-height: 4.5vw;
    margin: 3% 0% 1%;
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-stroke: 4px transparent;
    color: #000000;
    padding-left: 10px;
    display: inline-block;
}
.prism-create .template1 .temp1_content h1 span {
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
    display: inline-block;
    -webkit-text-stroke-color: transparent;
    -webkit-text-stroke: 0px transparent;
}
.prism-create .template1 .temp1_content h4 {
  font-size: 1.5vw;
  line-height: 2vw;
  margin: 0% 0 1%;
  color: #ffffff;
    font-family: 'ClanOffcPro-Ultra';
    width: 90%;
    padding-left: 10px;
}
.prism-create .template1 .temp1_content h4 span {
    color: #4bcb3e;
    font-size: 1.2vw;
  line-height: 1.7vw;
}
.prism-create .template1 .temp1_content p {
    padding-left: 10px;
    margin-top: 5%;
}
.prism-create .template1 .temp1_content p img {
    width: 18%;
}
.btn_default {
  text-align: center;
  color: #000000;
  font-weight: lighter;
  display: inline-block;
  padding: 10px 8% 12px;
  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.1vw;
  background: #4bcb3e;
  border: 2px solid #4bcb3e;
  border-radius: 50px;
    font-family: 'SourceSansPro-Bold';
}
.btn_default:hover {
  color: #4bcb3e;
  background: transparent;
  -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 #4bcb3e;
}
.btn_default_steps {
    padding: 4px 20px 5px;
    min-width: auto;
    font-size: 0.75vw;
    background: #ffffff;
    color: #4bcb3e;
    border-radius: 5px;
    border: 2px solid #ffffff;
}
.btn_default_steps:hover {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}
.btn_default_learnmore {
    padding: 5px 20px 6px;
    min-width: 100px;
    font-size: 1vw;
    border-radius: 10px;
}
.btn_sm {
   padding: 3px 20px 5px;
min-width: 126px;
font-size: 1vw;
}
.btn_transparent {
   background: transparent;
   color: #000000;
    border: 1px solid #4bcb3e;
    font-size: 0.8vw;
    line-height: 1.2vw;
    text-align: left;
    padding: 10px 30px 10px 30px;
    min-width: 310px;
    margin-bottom: 8px;
}
.btn_transparent:hover {
   background: #4bcb3e;
   color: #000000;
    border: 1px solid #4bcb3e;
}
.btn_white {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.btn_white:hover {
  color: #000000;
  background: #ffffff;
}
.btn_yellow {
  background: #ffcb00;
  color: #111111;
  border: 2px solid #ffcb00;
}
.btn_yellow:hover {
  color: #111111;
  background: #ffffff;
  border: 2px solid #ffffff;
}
.btn_violet {
  color: #55437e;
  border: 2px solid #55437e;
}
.btn_violet:hover {
  color: #55437e;
  background: #ffffff;
  border: 2px solid #55437e;
}
.prism-create img {
  max-width: 100%;
}
.no-padding {
  padding-bottom: 0 !important;
}
.prism-create .left_arrow,
.prism-create .right_arrow {
  display: none;
}
.prism-create .left_arrow {
  background-color: rgba(220, 220, 220, 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(220, 220, 220, 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(220, 220, 220, 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(220, 220, 220, 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 !important;
}
.prism-create .arrow_port_hide {
  display: block;
}
.prism-create .arrow_port_show {
  display: none;
}
.prism-create .mob_show1 {
  display: none;
}
.prism-create .template p.star_text_sm a {
    color: #fffffff !important;
    }
@media (max-width: 1440px) {
  .prism-create .home_icon {
    width: 60px;
  }
  .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;
  }
.btn_transparent {
    min-width: 240px;
}    
}
@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 (min-device-height: 700px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template1 {
    overflow: hidden !important;
  }
  .btn_default {
    padding: 12px 25px 14px;
    min-width: 160px;
    margin-top: 2%;
    font-size: 1.4vw;
      line-height: 1.8vw;
  }
.btn_transparent {
    font-size: 1.2vw;
    line-height: 1.6vw;
    min-width: 270px;
}    
.btn_default_learnmore {
    padding: 4px 14px 6px;
    min-width: 100px;
    font-size: 1.4vw;
    line-height: 1.8vw;
    border-radius: 8px;
}    
  .prism-create .template1 .temp1_content {
    bottom: 25%;
  }
  .prism-create .mob_hide {
    display: none;
  }
  .prism-create .mob_show {
    display: block;
  }
  .prism-create .template1 .video_right_50 .image_full {
    display: block;
  }
  .prism-create .template1 .temp1_content p {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }
  .prism-create .logo_top {
    width: 12%;
  }
  .prism-create .home_logo {
    width: 25%;
  }
.prism-create .page1_bg {
    width: 85%;
}
.prism-create .page1_bg img {
    object-position: center center;
}
.prism-create .template1 .temp1_content {
    right: 8%;
    top: 30%;
}
}

@media (max-width: 1024px) {
  .prism-create .template1 {
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {
.btn_transparent {
    min-width: 220px;
}
}
@media (max-width: 1024px) and (min-height: 650px) {
  .btn_default {
    padding: 10px 20px;
    min-width: 160px;
    margin-top: 5%;
    font-size: 1.3vw;
      line-height: 1.7vw;
  }
}
@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: 20px;
  }
  .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 .mob_hide,
  .prism-create .mob_show {
    display: none;
  }
  .btn_default {
    margin-top: 2%;
  }
.prism-create .template1 .temp1_content p img {
    width: 40%;
}
  .prism-create .template1 .temp1_content h4 {
    font-size: 3.5vw;
    line-height: 4.2vw;
    width: 100%;
  }
  .prism-create .mob_hide_full {
    display: none;
  }
  .prism-create .mob_show1 {
    display: block;
  }
  .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 .logo_top {
    position: absolute;
    top: 5%;
    width: 24%;
    left: 10%;
  }
  .prism-create .home_logo {
    width: 40%;
  }
  .prism-create .template5 .control_nav,
  .prism-create .template10 .control_nav,
  .prism-create .template15 .control_nav,
  .prism-create .template20 .control_nav,
  .prism-create .template25 .control_nav,
  .prism-create .template30 .control_nav {
    position: absolute !important;
    bottom: 2%;
    left: 0;
    z-index: 10000;
    width: 100%;
    text-align: center;
  }
.prism-create .template1 .temp1_content {
    width: 80%;
    left: inherit;
    top: inherit;
    bottom: inherit;
    right: inherit;
    position: relative;
    margin: 24% auto 4%;
}
.prism-create .page1_bg {
    position: relative;
    width: 100%;
    height: auto;
    left: inherit;
    bottom: inherit;
    margin: 0% auto;
    padding-bottom: 15px;
}
.prism-create .page1_bg img {
    object-position: center center;
    float: none;
}
.prism-create .logo_pay_bottom {
    position: relative;
    z-index: 100000;
    bottom: inherit;
    right: inherit;
    width: 100%;
    min-width: 100px;
    float: none;
    margin: 2% 5% 5% 0%;
    padding: 5% 12%;
    text-align: right;
}
    .prism-create .logo_pay_bottom img {
        width: 35%;
        max-width: 180px;
    }  
  .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 .video_right_50 {
    position: relative;
    width: 100%;
    height: auto;
    top: inherit;
    right: inherit;
  }
  .btn_default {
    padding: 12px 30px 15px;
    min-width: 220px;
    font-size: 2.5vw;
    line-height: 3.5vw;
  }
  .btn_transparent {
    min-width: 400px;
}    
.btn_default_learnmore {
    padding: 6px 18px 8px;
    min-width: 200px;
    font-size: 2.5vw;
    line-height: 3.5vw;
    border-radius: 10px;
    }    
  .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: 80px;
      margin-top: 30px;
  }
    .prism-create .template p.star_text_sm {
    position: relative !important;
    z-index: 2 !important;
    bottom: inherit !important;
    right: inherit !important;
    width: 80% !important;
    margin: 40px auto !important;
    font-size: 2vw !important;
    line-height: 2.6vw !important;
    color: #000000 !important;
}    
  .prism-create .template .footer_section p {
    color: #232323;
  }
  .prism-create .template .control_nav .pageno {
    color: #232323;
  }

    .prism-create span.color_white {
    color: #232323 !important;
  }
  .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;
  }
.prism-create .line_hor {
    width: 6%;
}    
}
@media (max-width: 768px) {
  .btn_default {
    min-width: 170px;
  }
.btn_transparent {
    min-width: 370px;
}       
}
@media (max-width: 480px) {
  .prism-create .sec_arrow_next {
    width: 20px;
  }
  .prism-create .sec_arrow_prev {
    width: 20px;
  }
  .prism-create .template1 .temp1_content h5 {
    font-size: 5vw;
    line-height: 7vw;
  }
  .prism-create .template1 .temp1_content h1 {
    font-size: 8vw;
    line-height: 10vw;
    margin: 0% 0 5%;
    padding-left: 3px;
  }
  .prism-create .template1 .temp1_content h4 {
    font-size: 5.5vw;
    line-height: 6.5vw;
    margin-bottom: 4%;
    padding-left: 3px;
  }
  .prism-create .template .footer_section p {
    font-size: 2.5vw;
    line-height: 3.5vw;
  }
  .prism-create .control_nav {
  }  

  .btn_default {
    padding: 10px 16px 12px;
    min-width: 140px;
    font-size: 4vw;
    line-height: 5vw;
  }
  .btn_transparent {
    min-width: 280px;
}      
.btn_default_learnmore {
    padding: 4px 16px 5px;
    min-width: 80px;
    font-size: 3.5vw;
    line-height: 4.5vw;
    border-radius: 5px;
    margin-top: 10px;
}    
  .prism-create .control_nav p.pageno {
    font-size: 3vw;
  }

  .prism-create .template1 {
    overflow: hidden;
    overflow-y: auto;
  }
  .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;
    padding-left: 0px;
  }
  .prism-create .logo_top {
    width: 12%;
  }
  .prism-create .home_logo {
    width: 60%;
  }
  .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 .top_sec_img {
    height: 20vh;
  }
  .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 .line_hor {
    width: 9%;
}      
.prism-create .template1 .temp1_content {
    width: 78%;
    margin: 130px auto 4%;
}
.prism-create .logo_pay_bottom {
    min-width: 80px;
}
    .prism-create .template1 .control_nav {
        margin-bottom: 20px;
    }
}

@media (max-height: 450px) {
.prism-create {
    min-height: 100%;
    overflow: auto;
    height: 100vh;
}
  .prism-create .control_nav p.pageno {
    font-size: 10px;
  }
  .prism-create .logo_top {
    min-width: 100px;
    top: 5%;
    right: 4%;
  }
  .prism-create .home_logo {
    min-width: 150px;
  }
  .btn_default {
    font-size: 1.6vw;
    line-height: 2vw;
    min-width: 120px;
    padding: 7px 20px;
  }
  .btn_transparent {
    min-width: 200px;
}      
.btn_default_learnmore {
    padding: 4px 16px 5px;
    min-width: 80px;
    border-radius: 5px;
}    
  .prism-create .mob_hide {
    display: none;
  }
  .prism-create .mob_show {
    display: none;
  }
  .prism-create .template1 .video_right_50 .image_full {
    display: block;
  }
  .prism-create .left_arrow,
  .prism-create .right_arrow {
    top: 44%;
    height: 60px;
    width: 28px;
  }
  .prism-create .template .left_arrow,
  .prism-create .template .right_arrow {
    top: 44%;
    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;
    }
  }
.prism-create .template1 .temp1_content {
    right: 16%;
    top: 18%;
}
.prism-create .template1 .temp1_content h1 {
    line-height: 4.5vw;
}
}
/* template1 css end */

/* template2 css start */
.prism-create .template2 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #ffffff;
}
.prism-create .template2 .temp2_content {
    width: 100%;
}
.prism-create .template2 .temp2_content .two_cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template2 .temp2_content .two_cols .left_col_sec {
    width: 60%;
     height: 100vh;
    background: url("images/page2-bg.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
}
.prism-create .template2 .temp2_content .two_cols .right_col_sec {
    width: 40%;
     height: 100vh;
    display: flex;
    align-items: center;
}
.prism-create .template2 .temp2_content .two_cols .right_col_sec .center_text_sec {
    padding: 0% 18% 0% 12%;
}
.prism-create .template2 .temp2_content h4 {
	font-size: 2.4vw;
    line-height: 2.6vw;
    margin: 1% 0% 4%;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
}
.prism-create .template2 .temp2_content p {
	font-size: 1vw;
    line-height: 1.4vw;
    margin: 2% 0% 5%;
    color: #000000;
    display: block;
    width: 80%;
    font-weight: bold;
}
.prism-create .template2 .temp2_content p.extra_margin {
   margin-bottom: 6%;
}
.prism-create .template2 .temp2_content p.logo_pay2025_bottom {
    position: absolute;
    z-index: 100000;
    bottom: 30px;
    left: 6%;
    width: 120px;
    margin: 0px;
}


@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) {

}


@media (max-width: 1024px) {

}
@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 .two_cols {
    display: block;
}    
.prism-create .template2 .temp2_content .two_cols .left_col_sec {
    width: 100%;
    height: 40vh;
}
.prism-create .template2 .temp2_content .two_cols .right_col_sec {
    width: 100%;
    height: auto;
    align-items: flex-start;
} 
.prism-create .template2 .temp2_content .two_cols .right_col_sec .center_text_sec {
    padding: 8% 10% 0% 10%;
}    
.prism-create .template2 .temp2_content h4 {
    font-size: 5vw;
    line-height: 6vw;
}    
.prism-create .template2 .temp2_content p {
    font-size: 2.5vw;
    line-height: 3.5vw;
    width: 100%;
    margin: 2% 0% 3%;
}   
.prism-create .template2 .control_nav p.pageno  {
   color: #232323 !important;
}
}
@media (max-width: 480px) {
.prism-create .template2 .temp2_content h4 {
    font-size: 7vw;
    line-height: 8vw;
}    
.prism-create .template2 .temp2_content p {
    font-size: 3.5vw;
    line-height: 4.5vw;
}  
.prism-create .template2 .temp2_content .two_cols .right_col_sec .center_text_sec {
    padding: 8% 10% 4% 10%;
}    
.prism-create .template2 .temp2_content p.logo_pay2025_bottom {
    bottom: 20px;
    left: 10%;
    width: 80px;
}
    .prism-create .template2 .control_nav {
        margin-bottom: 40px;
    }
}
@media (max-height: 450px) {
.prism-create .template2 .temp2_content p.logo_pay2025_bottom {
    bottom: 20px;
    left: 12%;
    width: 90px;
}

}
/* template2 css end */

/* template3 css start */
.prism-create .template3 {
  position: relative;
    width: 100%;
    height: 100vh;
    background: url("images/page3-bg.jpg") no-repeat center center;
    background-size: cover;
}

.prism-create .template3 .temp3_content {
  position: relative;
    width: 72%;
    min-height: 100vh;
    margin: 0px auto;
    z-index: 10000;
    padding: 4% 0 6%;
    display: flex;
    align-items: center;
}

.prism-create .template3 .temp3_content h3 {
  font-size: 2.4vw;
    line-height: 2.6vw;
    margin: 1% 0% 4%;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
}
.prism-create .template3 .temp3_content p {
    font-size: 0.9vw;
    line-height: 1.25vw;
    margin: 0 0 1%;
    color: #ffffff;
    font-weight: normal;
    position: relative;
}
.prism-create .template3 .temp3_content h5 {
    font-size: 1.3vw;
    line-height: 1.8vw;
    margin: 0 0 1%;
    color: #ffffff;
    font-weight: normal;
  font-family: 'ClanOffcPro-Ultra';
    display: block;
}
.prism-create .template3 .temp3_content h5 .page3_acc_icons {
    position: absolute;
    width: 7.5%;
    left: -10%;
    top: 10%;
}
.prism-create .template3 p.logo_pay2025_bottom {
    position: absolute;
    z-index: 100000;
    bottom: 30px;
    left: 6%;
    width: 120px;
    margin: 0px;
}
.prism-create .template3 p.star_text_sm {
    position: absolute;
    z-index: 100000;
    bottom: 20px;
    right: 6%;
    width: 40%;
    margin: 0px;
    font-size: 0.4vw;
    line-height: 0.6vw;
    color: #ffffff;
}
.prism-create .template3 p.star_text_sm a {
    color: #ffffff;
    text-decoration: underline !important;
}
.prism-create .template3 .temp3_content .temp3_flex_col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.prism-create .template3 .temp3_content .temp3_flex_col .temp3_twocols {
    width: 40%;
}
.prism-create .template3 .temp3_content .temp3_flex_col .temp3_twocols_left {
    width: 30%;
    padding: 5% 0;
}
.prism-create .template3 .temp3_content .temp3_flex_col .temp3_twocols_right {
    width: 50%;
}
.prism-create .accordion_section_row {
  border-bottom: 2px solid #ffffff;
    margin-bottom: 2%;
}
.prism-create .accordion_section_row_last {
  border-bottom: 0px;
}
.prism-create .accordionButton {
  width: 100%;
  padding: 2% 40px 1% 0%;
  cursor: pointer;
  display: table;
  position: relative;
  color: #ffffff;
}
.prism-create .accordionButton.on {}
.prism-create .accordionButton span {
  display: table-cell;
  vertical-align: middle;
}
.prism-create .accordionButton::after {
  content: "icon";
  text-indent: -999em;
  display: block;
  width: 45px;
  height: 100%;
  background: url("images/icon_plus.png") 0% center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0%;
  top: -10%;
}
.prism-create .accordionButton.on::after, .prism-create .accordionButton.active::after {
  content: "icon";
  text-indent: -999em;
  display: block;
  width: 45px;
  height: 100%;
  background: url("images/icon-minus.png") 0% center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0%;
  top: -10%;
}
.prism-create .accordionContent {
  width: 100%;
  display: block;
    padding-right: 10%;
}
.prism-create .accordionContentInner {
  margin: 0px;
  padding: 0px 0px 2%;
  color: #B9BCBF;
}
.prism-create .accordionContent p {
  padding: 0px;
  margin: 0px 0px;
}


@media (max-width: 1440px) {
 .prism-create .accordionButton::after {
    width: 40px;
}
.prism-create .accordionButton.on::after, .prism-create .accordionButton.active::after {
    width: 40px;
} 
}
@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 .temp3_content h3 {
    font-size: 4.5vw;
    line-height: 4.5vw;
    margin: 7% 0% 10%;
}
.prism-create .template3 .temp3_content {
    width: 80%;
}
.prism-create .accordionButton::after {
    width: 40px;
}
.prism-create .accordionButton.on::after, .prism-create .accordionButton.active::after {
    width: 40px;
}
.prism-create .template3 p.star_text_sm {
    bottom: 60px;
    right: 13%;
}
}

@media (max-width: 1024px) {
  .prism-create .template3 {
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template3 .temp3_content h3 {
    font-size: 3.5vw;
    line-height: 3.5vw;
    margin: 3% 0% 10%;
}
.prism-create .template3 .temp3_content {
    width: 72%;
}    
}
@media (max-width: 1024px) and (min-height: 650px) {

}
@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 h3 {
    font-size: 7vw;
    line-height: 8vw;
    margin: 3% 0% 10%;
}
.prism-create .template3 .temp3_content {
    width: 80%;
    min-height: auto;
    padding: 0%;
    display: block;
    margin: 14% auto 8%;
}
.prism-create .template3 .temp3_content .temp3_flex_col {
    display: block;
}
.prism-create .template3 .temp3_content .temp3_flex_col .temp3_twocols_left {
    width: 100%;
}
.prism-create .template3 .temp3_content .temp3_flex_col .temp3_twocols {
    width: 100%;
    padding-top: 0px;
}
.prism-create .template3 .temp3_content p span {
    font-size: 4vw;
    line-height: 5vw;
    margin: 0 0 2%;
}
.prism-create .template3 .temp3_content p {
    font-size: 3vw;
    line-height: 4vw;
    margin: 0 0 3%;
}
.prism-create .accordionButton.on::after, .prism-create .accordionButton.active::after {
    width: 50px;
}
.prism-create .accordionButton::after {
    width: 50px;
}
.prism-create .accordionButton {
    padding: 2% 40px 2% 0%;
}
.prism-create .template3 .temp3_content h5 {
    font-size: 3.2vw;
    line-height: 4.8vw;
}
.prism-create .template3 .temp3_content .temp3_flex_col .temp3_twocols_right {
    width: 100%;
    padding-left: 11%;
}
.prism-create .template3 .temp3_content h5 .page3_acc_icons {
    width: 10%;
    left: -13%;
}
.prism-create .template3 p.logo_pay2025_bottom {
    position: relative;
    z-index: 100000;
    bottom: inherit;
    left: inherit;
    width: 130px;
    margin: 0% 0px 2% 10%;
}
.prism-create .template3 p.star_text_sm {
    position: relative;
    bottom: inherit;
    right: inherit;
    width: 80%;
    margin: 0% auto 4%;
    font-size: 1.2vw;
    line-height: 1.6vw;
    color: #ffffff !important;
    word-break: break-all;
}
}
@media (max-width: 768px) {
      
}
@media (max-width: 480px) {
.prism-create .template3 .temp3_content {
    margin: 16% auto 14%;
}
.prism-create .template3 .temp3_content h3 {
    font-size: 9vw;
    line-height: 10vw;
}    
 .prism-create .template3 .temp3_content p span {
    font-size: 5vw;
    line-height: 6vw;
	margin: 0 0 4%;
} 
.prism-create .accordionButton.on::after, .prism-create .accordionButton.active::after {
    width: 30px;
	top: -4px;
}
.prism-create .accordionButton::after {
    width: 30px;
	top: -4px;
}
.prism-create .template3 .temp3_content p {
    font-size: 4vw;
    line-height: 5vw;
    margin: 0 0 6%;
}
.prism-create .accordion_section_row {
    border-bottom: 2px solid #ffffff;
    margin-bottom: 10%;
}
.prism-create .template3 .temp3_content h5 {
    font-size: 4.2vw;
    line-height: 5.8vw;
}
.prism-create .template3 p.logo_pay2025_bottom {
    width: 80px;
    margin-bottom: 20px;
}
.prism-create .template3 p.star_text_sm {
    margin: 0% auto 6%;
    font-size: 1.6vw;
    line-height: 2.6vw;
    word-break: break-all;
}
.prism-create .template3 .temp3_content h5 .page3_acc_icons {
    width: 10%;
    left: -12%;
    top: 8%;
}

}

@media (max-height: 450px) {
.prism-create .accordionButton::after {
    width: 20px;
}
.prism-create .accordionButton.on::after, .prism-create .accordionButton.active::after {
    width: 20px;
}
.prism-create .template3 p.logo_pay2025_bottom {
    bottom: 13px;
    width: 60px;
}
}
/* template3 css end */

/* template4 css start */
.prism-create .template4 {
  position: relative;
    width: 100%;
    height: 100vh;
    background: url("images/page4-bg.jpg") no-repeat center center;
    background-size: cover;
}

.prism-create .template4 .temp4_content {
  position: relative;
    width: 72%;
    min-height: 100vh;
    margin: 0px auto;
    z-index: 10000;
    padding: 4% 0 4%;
    display: flex;
    align-items: center;
}

.prism-create .template4 .temp4_content h3 {
  font-size: 2.4vw;
    line-height: 2.6vw;
    margin: 1% 0% 4%;
    font-family: 'ClanOffcPro-Ultra';
    color: #000000;
}
.prism-create .template4 .temp4_content p {
    font-size: 0.85vw;
    line-height: 1.2vw;
    margin: 0 0 3%;
    color: #000000;
    font-weight: normal;
    position: relative;
}
.prism-create .template4 .temp4_content h5 {
    font-size: 1.3vw;
    line-height: 1.8vw;
    margin: 0 0 1%;
    color: #ffffff;
    font-weight: normal;
  font-family: 'ClanOffcPro-Ultra';
    display: block;
}
.prism-create .template4 .temp4_content h6 {
    font-size: 1.2vw;
    line-height: 1.6vw;
    margin: 0 0 1%;
    color: #000000;
    font-weight: normal;
  font-family: 'ClanOffcPro-Ultra';
    display: block;
}
.prism-create .template4 .temp4_content .temp4_flex_col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.prism-create .template4 .temp4_content .temp4_flex_col .temp4_twocols {
    width: 40%;
}
.prism-create .template4 .temp4_content .temp4_flex_col .temp4_twocols_left {
    width: 30%;
    padding: 5% 0;
}
.prism-create .template4 .temp4_content .temp4_flex_col .temp4_twocols_right {
    width: 50%;
}
.prism-create .template4 .temp4_content .temp4_flex_col .temp4_sixsteps_sec_flex {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
.prism-create .template4 .temp4_content .temp4_flex_col .temp4_sixstepcols {
    width: 49%;
    padding: 4% 4% 8% 3%;
    margin-bottom: 2%;
    border-radius: 5px;
    background-image: linear-gradient(to right, #4bcd3e, #00d383, #00d5b9, #00d4de, #3bcff0);
    position: relative;
}
.steps_numbers_big {
    position: absolute;
    display: block;
    left: 2%;
    top: 2%;
    color: #ffffff;
    font-weight: normal;
  font-family: 'ClanOffcPro-Ultra';
    font-size: 2.8vw;
    line-height: 2.8vw;
    z-index: 0;
}
.temp4_steps_content {
    position: relative;
    z-index: 1;
}

.prism-create .template4 .temp4_content .temp4_flex_col .temp4_sixstepcols p.width-94 {
    width: 94%;
}
.prism-create .template4 .temp4_content .temp4_flex_col .temp4_sixstepcols p.steps_cta {
    position: absolute;
    bottom: 2%;
    left: 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 .template4 .temp4_content h3 {
    font-size: 4.5vw;
    line-height: 4.5vw;
    margin: 7% 0% 10%;
}
.prism-create .template4 .temp4_content {
    width: 80%;
}
.btn_default_steps {
    padding: 3px 5px 4px;
    min-width: 100px;
    margin-top: 2%;
    font-size: 1.2vw;
    line-height: 1.8vw;
}
.prism-create .template4 .temp4_content .temp4_flex_col .temp4_twocols_left {
    width: 40%;
}    
}

@media (max-width: 1024px) {
  .prism-create .template4 {
    overflow: hidden;
    overflow-y: auto;
  }
.prism-create .template4 .temp4_content .temp4_flex_col .temp4_twocols_left {
    width: 40%;
}      
}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template4 .temp4_content h3 {
    font-size: 3.5vw;
    line-height: 3.5vw;
    margin: 3% 0% 10%;
}
}
@media (max-width: 1024px) and (min-height: 650px) {

}
@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 .temp4_content h3 {
    font-size: 7vw;
    line-height: 8vw;
    margin: 3% 0% 10%;
}
.prism-create .template4 .temp4_content {
    width: 80%;
    min-height: auto;
    padding: 0%;
    display: block;
    margin: 16% auto 12%;
}
.prism-create .template4 .temp4_content .temp4_flex_col {
    display: block;
}
.prism-create .template4 .temp4_content .temp4_flex_col .temp4_twocols_left {
    width: 100%;
}
.prism-create .template4 .temp4_content .temp4_flex_col .temp4_twocols {
    width: 100%;
    padding: 0%;
}
.steps_numbers_big {
    left: 2%;
    top: 4%;
    font-size: 7.8vw;
    line-height: 7.8vw;
}
.temp4_steps_content {
    padding-bottom: 14%;
}
.prism-create .template4 .temp4_content h6 {
    font-size: 3.6vw;
    line-height: 4.2vw;
    margin: 5% 0 5%;
}
.prism-create .template4 .temp4_content p span {
    font-size: 4vw;
    line-height: 5vw;
    margin: 0 0 2%;
}
.prism-create .template4 .temp4_content p {
    font-size: 3vw;
    line-height: 4vw;
    margin: 0 0 3%;
}

}
@media (max-width: 768px) {
      
}
@media (max-width: 480px) {
.prism-create .template4 .temp4_content {
    margin: 16% auto 14%;
}
.prism-create .template4 .temp4_content h3 {
    font-size: 9vw;
    line-height: 10vw;
} 
 .prism-create .template4 .temp4_content p span {
    font-size: 6vw;
    line-height:7vw;
	margin: 0 0 4%;
} 

.prism-create .template4 .temp4_content p {
    font-size: 4vw;
    line-height: 5vw;
    margin: 0 0 6%;
}

.prism-create .template4 .temp4_content .temp4_flex_col .temp4_sixstepcols {
    width: 100%;
    margin: 0px auto 8%;
        padding: 6% 8% 8% 6%;
}
.steps_numbers_big {
    font-size: 10.8vw;
    line-height: 10.8vw;
       left: 3%;
    top: 6%;
}
.prism-create .template4 .temp4_content h6 {
    font-size: 5.4vw;
    line-height: 5.8vw;
}
.prism-create .template4 .temp4_content .temp4_flex_col .temp4_sixstepcols p.steps_cta {
    bottom: 0%;
    left: 6%;
}
    .btn_default_steps {
           padding: 6px 8px 6px;
    min-width: 110px;
    }
}

@media (max-height: 450px) {
.prism-create .accordionButton::after {
    width: 20px;
}
.prism-create .accordionButton.on::after, .prism-create .accordionButton.active::after {
    width: 20px;
}
    .btn_default_steps {
            font-size: 1.2vw;
    line-height: 1.4vw;
    min-width: 60px;
    padding: 2px 10px;
    }
}
/* template4 css end */

/* template5 css start */
.prism-create .template5 {
  position: relative;
  width: 100%;
  height: 100vh;
}
.prism-create .template .video_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    background: url("images/overlay_image.png") no-repeat bottom left;
    background-size: 100% auto;
}
.prism-create .template5 .temp5_content {
  position: relative;
    width: 50%;
    height: 100vh;
    margin: 0px auto;
    z-index: 10000;
    text-align: center;
    padding: 12% 0 3%;
    display: flex;
    align-items: center;
}
.prism-create .template5 .temp5_content .temp5_content_inner {
    width: 100%;
}
.prism-create .template5 .temp5_content h3 {
  font-size: 2.5vw;
    line-height: 2.5vw;
  margin: 5% 0 2.5%;
  color: #ffffff;
  font-weight: bold;
  font-family: 'ClanOffcPro-Ultra';
    text-transform: uppercase;
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
}
.prism-create .template5 .temp5_content p {
    font-size: 1.3vw;
    line-height: 1.7vw;
    margin: 0 0 7%;
    color: #ffffff;
    font-family: 'SourceSansPro-Bold';
    padding: 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 .template5 .temp5_content h3 {
    font-size: 4.5vw;
    line-height: 4.5vw;
    margin: 7% 0% 2%;
}
.prism-create .template5 .temp5_content {
    width: 60%;
}
.prism-create .template5 .temp5_content p {
    padding: 0% 12%;
	    margin: 0 0 2%;
}
}

@media (max-width: 1024px) {
  .prism-create .template5 {
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template5 .temp5_content h3 {
    font-size: 3.5vw;
    line-height: 3.5vw;
}
}
@media (max-width: 1024px) and (min-height: 650px) {

}
@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 .temp5_content h3 {
    font-size: 8vw;
    line-height: 9vw;
    margin: 3% 0%;
}
 .prism-create .template5 .temp5_content {
    width: 82%;
    height: 100vh;
}
.prism-create .template5 .temp5_content p {
    font-size: 3vw;
    line-height: 4vw;
}
}
@media (max-width: 768px) {
      
}
@media (max-width: 480px) {
.prism-create .template5 .temp5_content h3 {
    font-size: 10vw;
    line-height: 11vw;
}    
.prism-create .template5 .temp5_content p {
    font-size: 4vw;
    line-height: 5vw;
	padding: 0% 6%;
}   
}

@media (max-height: 450px) {

}
/* template5 css end */


/* template6 css start */
.prism-create .template6 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #ffffff;
}
.prism-create .template6 .temp6_content {
    width: 100%;
}
.prism-create .template6 .temp6_content .two_cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template6 .temp6_content .two_cols .left_col_sec {
    width: 50%;
     height: 100vh;
         padding: 5% 7% 5% 12%;
}

.prism-create .template6 .temp6_content .two_cols .right_col_sec {
    width: 50%;
     height: 100vh;
    background: url("images/page6-image.jpg") no-repeat top center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.prism-create .template6 .temp6_content h3 {
	font-size: 3vw;
    line-height: 3vw;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #4BCD3E;
}
.prism-create .template6 .temp6_content h4 {
	font-size: 2.4vw;
    line-height: 2.6vw;
    margin: 1% 0%;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
}
.prism-create .template6 .temp6_content h6 {
	font-size: 1.4vw;
    line-height: 1.8vw;
    font-family: 'ClanOffcPro-Ultra';
    color: #4BCD3E;
}
.prism-create .template6 .temp6_content p {
	font-size: 1vw;
    line-height: 1.4vw;
    margin: 1% 0% 4%;
    color: #000000;
    display: block;
    font-weight: bold;
    width: 90%;
}
.prism-create .template6 .temp6_content .top_text {
    margin-bottom: 8%;
}
.prism-create .template6 .temp6_content .top_text p {
    margin: 0px;
    font-family: 'SourceSansPro-Regular';
    position: relative;
}
.prism-create .template6 .temp6_content .top_text p::after {
    content: "";
    width: 10%;
    height: 5px;
    position: absolute;
    top: 110%;
    left: 0px;
    background: #4bcb3e;
    max-width: 80px;
}
.prism-create .template6 .temp6_content p.extra_margin {
   margin-bottom: 12%;
}
.prism-create .template6 .temp6_content .two_cols .right_col_center_text {
    width: 100%;
    padding: 5% 22% 3%;
}
.prism-create .template6 .temp6_content .two_cols .right_col_sec_cols {
    border-bottom: 2px solid #ffffff;
    margin-left: 7%;
    position: relative;
    margin-bottom: 3%;
    padding: 2% 0;
}
.prism-create .template6 .temp6_content .two_cols .right_col_sec_cols.right_col_sec_cols_bor0 {
    border: 0px;
}
.prism-create .template6 .temp6_content .two_cols .right_col_sec_cols .page6_icons {
    position: absolute;
    display: block;
    left: -14%;
    top: -5%;
    width: 13%;
}
.prism-create .template6 .temp6_content .two_cols .right_col_sec_cols p {
    margin: 2% 0 3%;
}
.prism-create .template6 .statistics_popup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 100001;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    display: none;
}
.prism-create .template6 .statistics_popup .statistics_popup_outer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;    
}
.prism-create .template6 .statistics_popup .statistics_popup_inner {
    position: absolute;
    width: 76%;
    max-height: 80%;
    left: 12%;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    overflow: auto;
}
.prism-create .template6 .statistics_popup .statistics_popup_inner .statistics_heading {
    text-align: center;
    background-image: linear-gradient(to right, #4bcd3e, #00d383, #00d5b9, #00d4de, #3bcff0);
    padding: 2.5% 2% 2%;
}
.prism-create .template6 .statistics_popup h2 {
	font-size: 2.2vw;
    line-height: 2.2vw;
    font-family: 'ClanOffcPro-Ultra';
    color: #ffffff;
}

.prism-create .template6 .statistics_popup .statistics_popup_inner .statistics_content {
    padding: 2% 5%;
}
.prism-create .template6 .statistics_popup .statistics_popup_inner .statistics_content_flex {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
}
.prism-create .template6 .statistics_content_flex_cols {
    width: 33%;
    text-align: center;
    padding: 1% 2%;
    border-right: 2px solid #009775;
    border-bottom: 2px solid #009775;
    padding-bottom: 3%;
    position: relative;
}
.prism-create .template6 .statistics_content_flex_cols.border_right0 {
    border-right: 0px;
}
.prism-create .template6 .statistics_content_flex_cols.border_bottom0 {
    border-bottom: 0px;
}
.prism-create .template6 .statistics_content_flex_cols .statistics_content_icon img {
    width: 30%;
}
.prism-create .template6 .statistics_content_flex_cols p {
	font-size: 0.85vw;
    line-height: 1.2vw;
    margin: 1% 0%;
    color: #000000;
    display: block;
    font-weight: bold;
    padding: 0% 2%;
}
.prism-create .template6 .statistics_content_flex_cols p.width_70 {
    padding: 0% 15%;
}
.statistics_content_source {
    position: absolute;
    width: 98%;
    bottom: 3%;
    left: 0px;
    text-align: right;
}
.prism-create .template6 .statistics_content_flex_cols h5 {
	font-size: 4.5vw;
    line-height: 4.5vw;
    margin: 1% 0%;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
}
.prism-create .template6 .close_statistics_popup {
    position: absolute;
    right: 7%;
    top: 12%;
    cursor: pointer;
    width: 2.8%;
    text-align: center;
    z-index: 100;
    -webkit-animation: pulse-btn 2s infinite;
	-moz-animation: pulse-btn 2s infinite;
	-ms-animation: pulse-btn 2s infinite;
	-o-animation: pulse-btn 2s infinite;
    animation: pulse-btn 2s infinite;
}
@-webkit-keyframes pulse-btn {
  0% {
      transform: scale(1);
  }
    50% {
      transform: scale(0.85);
  }
  100% {
      transform: scale(1);
  }
}
@keyframes pulse-btn {
 0% {
      transform: scale(1);
  }
    50% {
      transform: scale(0.85);
  }
  100% {
      transform: scale(1);
  }
}

@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 .template6 .temp6_content .two_cols .left_col_sec {
    padding: 16% 7% 5% 12%;
}

}


@media (max-width: 1024px) {

}
@media (max-width: 1024px) and (min-height: 700px) {

}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template6 .temp6_content .two_cols .left_col_sec {
    padding: 5% 7% 5% 12%;
}    

}
@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 .two_cols {
    display: block;
}    
.prism-create .template6 .temp6_content .two_cols .right_col_sec {
    width: 100%;
    height: 50vh;
}
.prism-create .template6 .temp6_content .two_cols .left_col_sec {
    width: 80%;
    height: auto;
    padding: 0%;
    margin: 14% auto 8%;
}  
.prism-create .template6 .temp6_content p {
    font-size: 2.5vw;
    line-height: 3.5vw;
    width: 100%;
}    
.prism-create .template6 .temp6_content h4 {
    font-size: 7vw;
    line-height: 8vw;
    margin: 3% 0%;
}
.prism-create .template6 .temp6_content .top_text {
    margin-bottom: 6%;
}
.prism-create .template6 .temp6_content h3 {
    font-size: 8vw;
    line-height: 8vw;
    }
.prism-create .template6 .temp6_content p.extra_margin {
    margin-bottom: 6%;
}
.prism-create .template6 .temp6_content .two_cols .right_col_sec {
    height: auto;
}
.prism-create .template6 .temp6_content .two_cols .right_col_center_text {
    padding: 12% 14% 6%;
}
.prism-create .template6 .temp6_content h6 {
    font-size: 3.5vw;
    line-height: 4vw;
}
  
.prism-create .template6 .temp6_content .two_cols .right_col_sec_cols {
    margin-bottom: 6%;
}
.prism-create .template6 .statistics_popup h2 {
    font-size: 3.6vw;
    line-height: 4vw;
}
.prism-create .template6 .statistics_popup .statistics_popup_inner {
    width: 84%;
    max-height: 100%;
    left: 8%;
}
.prism-create .template6 .statistics_content_flex_cols p {
    font-size: 2vw;
    line-height: 2.6vw;
}
.statistics_content_source {
    bottom: 2%;
    right: 4%;
        left: inherit;
}
.prism-create .template6 .statistics_content_flex_cols {
    padding-bottom: 11%;
}
.prism-create .template6 .statistics_content_flex_cols .statistics_content_icon img {
    width: 60%;
    margin: 4% 0px;
}
.prism-create .template6 .close_statistics_popup {
    right: 3%;
    top: 8%;
    width: 6%;
}
}
@media (max-width: 480px) {
.prism-create .template6 .temp6_content h4 {
    font-size: 7vw;
    line-height: 8vw;
}    
.prism-create .template6 .temp6_content p {
    font-size: 3.5vw;
    line-height: 4.5vw;
}  
.prism-create .template6 .temp6_content h3 {
    font-size: 10vw;
    line-height: 10vw;
}
.prism-create .template6 .temp6_content p {
    font-size: 4vw;
    line-height: 5.4vw;
    margin-bottom: 5%;
}
.prism-create .template6 .temp6_content h4 {
    font-size: 9vw;
    line-height: 10vw;
    margin-bottom: 6%;
}
.prism-create .template6 .temp6_content h6 {
    font-size: 5.2vw;
    line-height: 6.2vw;
}
.prism-create .template6 .temp6_content .two_cols .right_col_sec_cols .page6_icons {
    left: -16%;
    top: -2%;
    width: 16%;
}

.prism-create .template6 .control_nav {
    margin: 20px 0px 40px;
}
.prism-create .template6 .statistics_popup h2 {
    font-size: 6vw;
    line-height: 14vw;
}
.prism-create .template6 .statistics_content_flex_cols p {
    font-size: 4.5vw;
    line-height: 5.5vw;
}
.prism-create .template6 .statistics_content_flex_cols .statistics_content_icon img {
    width: 70%;
}
.prism-create .template6 .statistics_content_flex_cols.border_bottom0 {
    border-bottom: 1px solid #009775;
}
.prism-create .template6 .statistics_content_flex_cols {
    padding: 7% 2%;
    padding-bottom: 16%;
    border-right: none;
    border-bottom: 1px solid #009775;
    width: 80%;
    margin: 0px auto;
}
 .prism-create .template6 .statistics_content_flex_cols.border_bottom_none {
    border-bottom: none;
}
.prism-create .template6 .close_statistics_popup {
    right: 3%;
    top: 12%;
    width: 7%;
}
.prism-create .template6 .statistics_popup .statistics_popup_inner {
     max-height: 70%;
}
.prism-create .template6 .statistics_popup .statistics_popup_inner .statistics_heading {
    position: sticky;
    top:0px;
    z-index: 2;
}
.prism-create .template6 .statistics_popup .statistics_popup_inner .statistics_content {
    padding: 4% 5% 6%;
}
.prism-create .template6 .statistics_content_flex_cols .statistics_content_icon img {
    width: 55%;
    margin-top: 2%;
}
.prism-create .template6 .statistics_content_flex_cols h5 {
    font-size: 10.5vw;
    line-height: 10.5vw;
}

}
@media (max-height: 450px) {


}
/* template6 css end */

/* template7 css start */
.prism-create .template7 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #000000;
}
.prism-create .template7 .temp7_content {
    width: 100%;
}
.prism-create .template7 .temp7_content .two_cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template7 .temp7_content .two_cols .left_col_sec {
    width: 50%;
     height: 100vh;
         padding: 5% 6% 5% 12%;
}
.prism-create .template7 .temp7_content .two_cols .left_col_sec .left_col_sec_text {
    margin-left: 15%;
    position: relative;
}
.prism-create .template7 .temp7_content .two_cols .left_col_sec .left_col_sec_icon {
    position: absolute;
    width: 20%;
    left: -21%;
    top: 0px;
}
.prism-create .template7 .temp7_content h3 {
	font-size: 3vw;
    line-height: 3vw;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #4BCD3E;
}
.prism-create .template7 .temp7_content h4 {
	font-size: 2.4vw;
    line-height: 2.6vw;
    margin: 1% 0%;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
}
.prism-create .template7 .temp7_content h6 {
	font-size: 1.3vw;
    line-height: 1.7vw;
    font-family: 'ClanOffcPro-Ultra';
    color: #ffffff;
    margin-bottom: 3%;
}
.prism-create .template7 .temp7_content p {
	font-size: 0.95vw;
    line-height: 1.3vw;
    margin: 1% 0% 4%;
    color: #ffffff;
    display: block;
    font-weight: bold;
}
.prism-create .template7 .temp7_content p span {
    font-family: 'SourceSansPro-Bold';
}
.prism-create .template7 .temp7_content .top_text {
    margin-bottom: 8%;
}
.prism-create .template7 .temp7_content .top_text p {
    margin: 0px;
    font-family: 'SourceSansPro-Regular';
    position: relative;
}
.prism-create .template7 .temp7_content .top_text p::after {
    content: "";
    width: 10%;
    height: 5px;
    position: absolute;
    top: 110%;
    left: 0px;
    background: #4bcb3e;
    max-width: 80px;
}
.prism-create .template7 .temp7_content p.extra_margin {
   margin-bottom: 8%;
}

.prism-create .template7 .temp7_content .two_cols .right_col_sec {
    width: 32%;
     height: 82%;
    position: absolute;
    right: 12%;
    top: 11.5%;
}
.prism-create .template7 .temp7_content .two_cols .right_col_sec .right_col_box {
    width: 80%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 0.5px solid #ffffff;
    min-height: 70vh;
    padding-bottom: 6%;
}

.prism-create .template7 .temp7_content .two_cols .right_col_sec .right_col_box .right_col_box_img {
    margin: 0px;
    position: relative;
    width: 102%;
    margin-left: -1%;
    margin-top: -1%;
}
.prism-create .template7 .temp7_content .two_cols .right_col_sec .right_col_box .right_col_box_img img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}
.prism-create .template7 .temp7_content .two_cols .right_col_sec .right_col_box .right_col_box_content {
    position: relative;
    width: 100%;
    padding: 5% 5% 2%;
    color: #ffffff;
} 
.prism-create .template7 .temp7_content .two_cols .right_col_sec .right_col_box .slide_boxes {
    display: none;
}
.prism-create .template7 .temp7_content .two_cols .right_col_sec .right_col_box .slide_boxes.slide_first_boxes {
    display: block;
}
.prism-create .template7 .temp7_content .two_cols .right_col_sec .slide_nav {
    position: absolute;
    width: 100%;
    bottom: 2%;
    left: 0px;
    text-align: center;
}
.prism-create .template7 .temp7_content .two_cols .right_col_sec .slide_nav .nav_dot {
    display: inline-block;
    vertical-align: top;
    width: 10%;
    height: 6px;
    background: #ffffff;
    cursor: pointer;
    margin: 0% 1%;
    border-radius: 3px;
}
.prism-create .template7 .temp7_content .two_cols .right_col_sec .slide_nav .nav_dot.active_dot {
    background: #4bcb3e;
}

.prism-create .template7 .temp7_content .two_cols .right_col_sec .slide_source_text {
    margin: 4% 0 2%;
}
.prism-create .template7 .temp7_content .two_cols .right_col_sec .slide_source_text p {
    margin: 0px;
    font-size: 0.4vw;
    line-height: 0.6vw;
}
.prism-create .template .slide_source_text p a {
    color: #ffffff;
    text-decoration: underline !important;
}
.prism-create .template7 .key_opportunity_sec {
    position: absolute;
    width: 35%;
    top: 15%;
    right: -36%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 1000000;
    padding: 1% 4% 1.5% 3%;
    color: #000000;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.prism-create .template7 .key_opportunity_sec h6 {
	font-size: 1.3vw;
    line-height: 1.7vw;
    font-family: 'ClanOffcPro-Ultra';
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
    margin: 5% 0 1.5%;
}
.prism-create .template7 .key_opportunity_sec p {
    color: #000000;
    margin-bottom: 3%;
}
.prism-create .template7 .key_opportunity_sec h5 {
    color: #000000;
    font-size: 1.1vw;
    line-height: 1.5vw;
    font-family: 'ClanOffcPro-Ultra';
    margin-bottom: 1.5%;
}
.prism-create .template7 .key_opportunity_sec ul li {
    color: #000000;
    margin-bottom: 3%;
    font-size: 0.95vw;
    line-height: 1.3vw;
    margin-left: 3%;
    font-family: 'SourceSansPro-Regular';
}
.prism-create .template7 .close_slidebox_popup {
    position: absolute;
    right: 12%;
    top: 11%;
    cursor: pointer;
    width: 2.8%;
    text-align: center;
    z-index: 100;
    min-width: 45px;
    -webkit-animation: pulse-btn 2s infinite;
	-moz-animation: pulse-btn 2s infinite;
	-ms-animation: pulse-btn 2s infinite;
	-o-animation: pulse-btn 2s infinite;
    animation: pulse-btn 2s infinite;
    margin: 0px !important;
}


@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 .template7 .temp7_content .two_cols .right_col_sec .right_col_box {
    min-height: 46vh;
}
.prism-create .template7 .temp7_content .two_cols .left_col_sec {
    padding: 14% 6% 5% 12%;
}
.prism-create .template7 .temp7_content .two_cols .right_col_sec {
    top: 21.5%;
    height: 70%;
}
.prism-create .key_opportunity_cta {
            padding: 8px 6px 9px;
    min-width: 180px;
    margin-top: 2%;
    font-size: 1.2vw;
    line-height: 1.6vw;
    }
}


@media (max-width: 1024px) {

}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template7 .temp7_content .two_cols .left_col_sec {
    padding: 4% 6% 5% 12%;
}
.prism-create .template7 .temp7_content .two_cols .right_col_sec .right_col_box {
    min-height: 70vh;
}

.prism-create .template7 .temp7_content .two_cols .right_col_sec {
    top: 11.5%;
    height: 82%;
}    
}
@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 .temp7_content .two_cols {
    display: block;
}    
.prism-create .template7 .temp7_content .two_cols .right_col_sec {
    width: 100%;
    height: 50vh;
}
.prism-create .template7 .temp7_content .two_cols .left_col_sec {
    width: 80%;
    height: auto;
    margin: 14% auto;
    padding: 0%;
}
.prism-create .template7 .temp7_content .two_cols .right_col_sec {
    width: 80%;
    height: auto;
    position: relative;
    right: inherit;
    top: inherit;
    margin: 6% auto;
}
.prism-create .template7 .close_slidebox_popup {
    right: 7%;
    top: 6%;
}
.prism-create .template7 .temp7_content h4 {
    font-size: 6vw;
    line-height: 7vw;
}  
.prism-create .template7 .temp7_content p {
    font-size: 3vw;
    line-height: 4vw;
    margin: 2% 0% 6%;
}    
.prism-create .template7 .temp7_content h3 {
    font-size: 8vw;
    line-height: 8vw;
        -webkit-text-stroke-width: 3.2px;
    margin-bottom: 0.5%;
}
.prism-create .template7 .temp7_content h6 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}
.prism-create .template7 .temp7_content .two_cols .right_col_sec .right_col_box {
    width: 100%;
    min-height: 78vh;
}
.prism-create .template7 .temp7_content .two_cols .right_col_sec .slide_source_text {
    margin: 6% 0 2%;
}
.prism-create .template7 .temp7_content .two_cols .right_col_sec .slide_source_text p {
    font-size: 2vw;
    line-height: 2.8vw;
    word-break: break-all;
}
.prism-create .template7 .key_opportunity_sec h5 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}  
.prism-create .template7 .key_opportunity_sec ul li {    
    font-size: 2.95vw;
    line-height: 4vw;
    margin-left: 4%;
}
.prism-create .template7 .key_opportunity_sec {
    width: 80%;
    padding: 3% 6% 2.5% 6%;
    top: 12%;
    max-height: 86%;
    overflow: auto;
    right: -81%;
    }
      
}
@media (max-width: 480px) {
.prism-create .template7 .temp7_content h4 {
    font-size: 8vw;
    line-height: 9vw;
    margin: 0 0 4%;
}    
.prism-create .template7 .temp7_content p {
    font-size: 4vw;
    line-height: 5.4vw;
    margin: 0 0 8%;
}  
.prism-create .template7 .temp7_content .two_cols .left_col_sec .left_col_sec_text {
    margin-left: 19%;
} 
.prism-create .template7 .temp7_content .two_cols .left_col_sec .left_col_sec_icon {
    width: 24%;
    left: -26%;
    top: 3px;
}
.prism-create .template7 .temp7_content .two_cols .right_col_sec .right_col_box {    
    min-height: 65vh;
}
.prism-create .template7 .close_slidebox_popup {
    top: 4%;
}
.prism-create .template7 .temp7_content h6 {
    font-size: 5vw;
    line-height: 6vw;
    margin: 5% 0 2.5%;
}
.prism-create .template7 .key_opportunity_sec h5 {
    font-size: 4.5vw;
    line-height: 5.5vw;
    margin-bottom: 4%;
}
.prism-create .template7 .key_opportunity_sec ul li {
    font-size: 4vw;
    line-height: 5vw;
    margin-left: 6%;
}
.prism-create .template7 .key_opportunity_sec {
    width: 85%;
    right: -86%;
}
}
@media (max-height: 450px) {
.prism-create .template7 .temp7_content .top_text {
    margin-bottom: 9%;
}
.prism-create .key_opportunity_cta {
    font-size: 1.3vw;
    line-height: 1.8vw;
    min-width: 80px;
    padding: 5px 14px;      
    }    
}
/* template7 css end */

/* template8 css start */
.prism-create .template8 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #000000;
}
.prism-create .template8 .temp8_content {
    width: 100%;
}
.prism-create .template8 .temp8_content .two_cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template8 .temp8_content .two_cols .left_col_sec {
    width: 50%;
     height: 100vh;
         padding: 5% 6% 5% 12%;
}
.prism-create .template8 .temp8_content .two_cols .left_col_sec .left_col_sec_text {
    margin-left: 15%;
    position: relative;
}
.prism-create .template8 .temp8_content .two_cols .left_col_sec .left_col_sec_icon {
    position: absolute;
    width: 20%;
    left: -21%;
    top: 0px;
}
.prism-create .template8 .temp8_content h3 {
	font-size: 3vw;
    line-height: 3vw;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #4BCD3E;
}
.prism-create .template8 .temp8_content h4 {
	font-size: 2.4vw;
    line-height: 2.6vw;
    margin: 1% 0%;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
}
.prism-create .template8 .temp8_content h6 {
	font-size: 1.3vw;
    line-height: 1.7vw;
    font-family: 'ClanOffcPro-Ultra';
    color: #ffffff;
    margin-bottom: 3%;
}
.prism-create .template8 .temp8_content h6 span {
    font-family: 'SourceSansPro-Light';
    	font-size: 1vw;
    line-height: 1.4vw;  
    font-weight: bold;
}
.prism-create .template8 .temp8_content p {
	font-size: 0.95vw;
    line-height: 1.3vw;
    margin: 1% 0% 4%;
    color: #ffffff;
    display: block;
    font-weight: bold;
}
.prism-create .template8 .temp8_content p span {
    font-family: 'SourceSansPro-Bold';
}
.prism-create .template8 .temp8_content .top_text {
    margin-bottom: 8%;
}
.prism-create .template8 .temp8_content .top_text p {
    margin: 0px;
    font-family: 'SourceSansPro-Regular';
    position: relative;
}
.prism-create .template8 .temp8_content .top_text p::after {
    content: "";
    width: 10%;
    height: 5px;
    position: absolute;
    top: 110%;
    left: 0px;
    background: #4bcb3e;
    max-width: 80px;
}
.prism-create .template8 .temp8_content p.extra_margin {
   margin-bottom: 8%;
}

.prism-create .template8 .temp8_content .two_cols .right_col_sec {
    width: 32%;
     height: 82%;
    position: absolute;
    right: 12%;
    top: 11.5%;
}
.prism-create .template8 .temp8_content .two_cols .right_col_sec .right_col_box {
    width: 80%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 0.5px solid #ffffff;
    min-height: 70vh;
    padding-bottom: 6%;
}

.prism-create .template8 .temp8_content .two_cols .right_col_sec .right_col_box .right_col_box_img {
    margin: 0px;
    position: relative;
    width: 102%;
    margin-left: -1%;
    margin-top: -1%;
}
.prism-create .template8 .temp8_content .two_cols .right_col_sec .right_col_box .right_col_box_img img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}
.prism-create .template8 .temp8_content .two_cols .right_col_sec .right_col_box .right_col_box_content {
    position: relative;
    width: 100%;
    padding: 5% 5% 2%;
    color: #ffffff;
} 
.prism-create .template8 .temp8_content .two_cols .right_col_sec .right_col_box .slide_boxes {
    display: none;
}
.prism-create .template8 .temp8_content .two_cols .right_col_sec .right_col_box .slide_boxes.slide_first_boxes {
    display: block;
}
.prism-create .template8 .temp8_content .two_cols .right_col_sec .slide_nav {
    position: absolute;
    width: 100%;
    bottom: 2%;
    left: 0px;
    text-align: center;
}
.prism-create .template8 .temp8_content .two_cols .right_col_sec .slide_nav .nav_dot {
    display: inline-block;
    vertical-align: top;
    width: 10%;
    height: 6px;
    background: #ffffff;
    cursor: pointer;
    margin: 0% 1%;
    border-radius: 3px;
}
.prism-create .template8 .temp8_content .two_cols .right_col_sec .slide_nav .nav_dot.active_dot {
    background: #4bcb3e;
}

.prism-create .template8 .temp8_content .two_cols .right_col_sec .slide_source_text {
    margin: 4% 0 2%;
}
.prism-create .template8 .temp8_content .two_cols .right_col_sec .slide_source_text p {
    margin: 0px;
    font-size: 0.4vw;
    line-height: 0.6vw;
}

.prism-create .template8 .key_opportunity_sec {
    position: absolute;
    width: 35%;
    top: 15%;
    right: -36%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 1000000;
    padding: 1% 4% 1.5% 3%;
    color: #000000;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.prism-create .template8 .key_opportunity_sec h6 {
	font-size: 1.3vw;
    line-height: 1.7vw;
    font-family: 'ClanOffcPro-Ultra';
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
    margin: 5% 0 1.5%;
}
.prism-create .template8 .key_opportunity_sec p {
    color: #000000;
    margin-bottom: 3%;
}
.prism-create .template8 .key_opportunity_sec h5 {
    color: #000000;
    font-size: 1.1vw;
    line-height: 1.5vw;
    font-family: 'ClanOffcPro-Ultra';
    margin-bottom: 1.5%;
}
.prism-create .template8 .key_opportunity_sec ul li {
    color: #000000;
    margin-bottom: 3%;
    font-size: 0.95vw;
    line-height: 1.3vw;
    margin-left: 3%;
    font-family: 'SourceSansPro-Regular';
}
.prism-create .template8 .close_slidebox_popup {
    position: absolute;
    right: 12%;
    top: 11%;
    cursor: pointer;
    width: 2.8%;
    text-align: center;
    z-index: 100;
    min-width: 45px;
    -webkit-animation: pulse-btn 2s infinite;
	-moz-animation: pulse-btn 2s infinite;
	-ms-animation: pulse-btn 2s infinite;
	-o-animation: pulse-btn 2s infinite;
    animation: pulse-btn 2s infinite;
    margin: 0px !important;
}


@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 .template8 .temp8_content .two_cols .right_col_sec .right_col_box {
    min-height: 46vh;
}
.prism-create .template8 .temp8_content .two_cols .left_col_sec {
    padding: 14% 6% 5% 12%;
}
.prism-create .template8 .temp8_content .two_cols .right_col_sec {
    top: 21.5%;
    height: 70%;
}

}


@media (max-width: 1024px) {

}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template8 .temp8_content .two_cols .left_col_sec {
    padding: 4% 6% 5% 12%;
}
.prism-create .template8 .temp8_content .two_cols .right_col_sec .right_col_box {
    min-height: 70vh;
}

.prism-create .template8 .temp8_content .two_cols .right_col_sec {
    top: 11.5%;
    height: 82%;
}    
}
@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 .temp8_content .two_cols {
    display: block;
}    
.prism-create .template8 .temp8_content .two_cols .right_col_sec {
    width: 100%;
    height: 50vh;
}
.prism-create .template8 .temp8_content .two_cols .left_col_sec {
    width: 80%;
    height: auto;
    margin: 14% auto;
    padding: 0%;
}
.prism-create .template8 .temp8_content .two_cols .right_col_sec {
    width: 80%;
    height: auto;
    position: relative;
    right: inherit;
    top: inherit;
    margin: 6% auto;
}
.prism-create .template8 .close_slidebox_popup {
    right: 7%;
    top: 6%;
}
.prism-create .template8 .temp8_content h4 {
    font-size: 6vw;
    line-height: 7vw;
}  
.prism-create .template8 .temp8_content p {
    font-size: 3vw;
    line-height: 4vw;
    margin: 2% 0% 6%;
}    
.prism-create .template8 .temp8_content h3 {
    font-size: 8vw;
    line-height: 8vw;
        -webkit-text-stroke-width: 3.2px;
    margin-bottom: 0.5%;
}
.prism-create .template8 .temp8_content h6 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}
.prism-create .template8 .temp8_content .two_cols .right_col_sec .right_col_box {
    width: 100%;
    min-height: 78vh;
}
.prism-create .template8 .temp8_content .two_cols .right_col_sec .slide_source_text {
    margin: 6% 0 2%;
}
.prism-create .template8 .temp8_content .two_cols .right_col_sec .slide_source_text p {
    font-size: 2vw;
    line-height: 2.8vw;
    word-break: break-all;
}
.prism-create .template8 .key_opportunity_sec h5 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}  
.prism-create .template8 .key_opportunity_sec ul li {    
    font-size: 2.95vw;
    line-height: 4vw;
    margin-left: 4%;
}
.prism-create .template8 .key_opportunity_sec {
    width: 80%;
    padding: 3% 6% 2.5% 6%;
    top: 12%;
    max-height: 86%;
    overflow: auto;
    right: -81%;
    }
      
}
@media (max-width: 480px) {
.prism-create .template8 .temp8_content h4 {
    font-size: 8vw;
    line-height: 9vw;
    margin: 0 0 4%;
}    
.prism-create .template8 .temp8_content p {
    font-size: 4vw;
    line-height: 5.4vw;
    margin: 0 0 8%;
}  
.prism-create .template8 .temp8_content .two_cols .left_col_sec .left_col_sec_text {
    margin-left: 19%;
} 
.prism-create .template8 .temp8_content .two_cols .left_col_sec .left_col_sec_icon {
    width: 24%;
    left: -26%;
    top: 3px;
}
.prism-create .template8 .temp8_content .two_cols .right_col_sec .right_col_box {    
    min-height: 65vh;
}
.prism-create .template8 .close_slidebox_popup {
    top: 4%;
}
.prism-create .template8 .temp8_content h6 {
    font-size: 5vw;
    line-height: 6vw;
    margin: 5% 0 2.5%;
}
.prism-create .template8 .key_opportunity_sec h5 {
    font-size: 4.5vw;
    line-height: 5.5vw;
    margin-bottom: 4%;
}
.prism-create .template8 .key_opportunity_sec ul li {
    font-size: 4vw;
    line-height: 5vw;
    margin-left: 6%;
}
.prism-create .template8 .key_opportunity_sec {
    width: 85%;
    right: -86%;
}
}
@media (max-height: 450px) {
.prism-create .template8 .temp8_content .top_text {
    margin-bottom: 9%;
}
 
}
/* template8 css end */

/* template9 css start */
.prism-create .template9 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #000000;
}
.prism-create .template9 .temp9_content {
    width: 100%;
}
.prism-create .template9 .temp9_content .two_cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template9 .temp9_content .two_cols .left_col_sec {
    width: 50%;
     height: 100vh;
         padding: 5% 6% 5% 12%;
}
.prism-create .template9 .temp9_content .two_cols .left_col_sec .left_col_sec_text {
    margin-left: 15%;
    position: relative;
}
.prism-create .template9 .temp9_content .two_cols .left_col_sec .left_col_sec_icon {
    position: absolute;
    width: 20%;
    left: -21%;
    top: 0px;
}
.prism-create .template9 .temp9_content h3 {
	font-size: 3vw;
    line-height: 3vw;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #4BCD3E;
}
.prism-create .template9 .temp9_content h4 {
	font-size: 2.4vw;
    line-height: 2.6vw;
    margin: 1% 0%;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
}
.prism-create .template9 .temp9_content h6 {
	font-size: 1.3vw;
    line-height: 1.7vw;
    font-family: 'ClanOffcPro-Ultra';
    color: #ffffff;
    margin-bottom: 3%;
}
.prism-create .template9 .temp9_content h6 span {
    font-family: 'SourceSansPro-Light';
    	font-size: 1vw;
    line-height: 1.4vw;  
    font-weight: bold;
}
.prism-create .template9 .temp9_content p {
	font-size: 0.95vw;
    line-height: 1.3vw;
    margin: 1% 0% 4%;
    color: #ffffff;
    display: block;
    font-weight: bold;
}
.prism-create .template9 .temp9_content p span {
    font-family: 'SourceSansPro-Bold';
}
.prism-create .template9 .temp9_content .top_text {
    margin-bottom: 8%;
}
.prism-create .template9 .temp9_content .top_text p {
    margin: 0px;
    font-family: 'SourceSansPro-Regular';
    position: relative;
}
.prism-create .template9 .temp9_content .top_text p::after {
    content: "";
    width: 10%;
    height: 5px;
    position: absolute;
    top: 110%;
    left: 0px;
    background: #4bcb3e;
    max-width: 80px;
}
.prism-create .template9 .temp9_content p.extra_margin {
   margin-bottom: 8%;
}

.prism-create .template9 .temp9_content .two_cols .right_col_sec {
    width: 32%;
     height: 82%;
    position: absolute;
    right: 12%;
    top: 11.5%;
}
.prism-create .template9 .temp9_content .two_cols .right_col_sec .right_col_box {
    width: 80%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 0.5px solid #ffffff;
    min-height: 70vh;
    padding-bottom: 6%;
}

.prism-create .template9 .temp9_content .two_cols .right_col_sec .right_col_box .right_col_box_img {
    margin: 0px;
    position: relative;
    width: 102%;
    margin-left: -1%;
    margin-top: -1%;
}
.prism-create .template9 .temp9_content .two_cols .right_col_sec .right_col_box .right_col_box_img img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}
.prism-create .template9 .temp9_content .two_cols .right_col_sec .right_col_box .right_col_box_content {
    position: relative;
    width: 100%;
    padding: 5% 5% 2%;
    color: #ffffff;
} 
.prism-create .template9 .temp9_content .two_cols .right_col_sec .right_col_box .slide_boxes {
    display: none;
}
.prism-create .template9 .temp9_content .two_cols .right_col_sec .right_col_box .slide_boxes.slide_first_boxes {
    display: block;
}
.prism-create .template9 .temp9_content .two_cols .right_col_sec .slide_nav {
    position: absolute;
    width: 100%;
    bottom: 2%;
    left: 0px;
    text-align: center;
}
.prism-create .template9 .temp9_content .two_cols .right_col_sec .slide_nav .nav_dot {
    display: inline-block;
    vertical-align: top;
    width: 10%;
    height: 6px;
    background: #ffffff;
    cursor: pointer;
    margin: 0% 1%;
    border-radius: 3px;
}
.prism-create .template9 .temp9_content .two_cols .right_col_sec .slide_nav .nav_dot.active_dot {
    background: #4bcb3e;
}

.prism-create .template9 .temp9_content .two_cols .right_col_sec .slide_source_text {
    margin: 4% 0 2%;
}
.prism-create .template9 .temp9_content .two_cols .right_col_sec .slide_source_text p {
    margin: 0px;
    font-size: 0.4vw;
    line-height: 0.6vw;
}

.prism-create .template9 .key_opportunity_sec {
    position: absolute;
    width: 35%;
    top: 15%;
    right: -36%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 1000000;
    padding: 1% 4% 1.5% 3%;
    color: #000000;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.prism-create .template9 .key_opportunity_sec h6 {
	font-size: 1.3vw;
    line-height: 1.7vw;
    font-family: 'ClanOffcPro-Ultra';
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
    margin: 5% 0 1.5%;
}
.prism-create .template9 .key_opportunity_sec p {
    color: #000000;
    margin-bottom: 3%;
}
.prism-create .template9 .key_opportunity_sec h5 {
    color: #000000;
    font-size: 1.1vw;
    line-height: 1.5vw;
    font-family: 'ClanOffcPro-Ultra';
    margin-bottom: 1.5%;
}
.prism-create .template9 .key_opportunity_sec ul li {
    color: #000000;
    margin-bottom: 3%;
    font-size: 0.95vw;
    line-height: 1.3vw;
    margin-left: 3%;
    font-family: 'SourceSansPro-Regular';
}
.prism-create .template9 .close_slidebox_popup {
    position: absolute;
    right: 12%;
    top: 11%;
    cursor: pointer;
    width: 2.8%;
    text-align: center;
    z-index: 100;
    min-width: 45px;
    -webkit-animation: pulse-btn 2s infinite;
	-moz-animation: pulse-btn 2s infinite;
	-ms-animation: pulse-btn 2s infinite;
	-o-animation: pulse-btn 2s infinite;
    animation: pulse-btn 2s infinite;
    margin: 0px !important;
}


@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 .template9 .temp9_content .two_cols .right_col_sec .right_col_box {
    min-height: 46vh;
}
.prism-create .template9 .temp9_content .two_cols .left_col_sec {
    padding: 14% 6% 5% 12%;
}
.prism-create .template9 .temp9_content .two_cols .right_col_sec {
    top: 21.5%;
    height: 70%;
}

}


@media (max-width: 1024px) {

}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template9 .temp9_content .two_cols .left_col_sec {
    padding: 4% 6% 5% 12%;
}
.prism-create .template9 .temp9_content .two_cols .right_col_sec .right_col_box {
    min-height: 72vh;
}

.prism-create .template9 .temp9_content .two_cols .right_col_sec {
    top: 11.5%;
    height: 82%;
}    
}
@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 .temp9_content .two_cols {
    display: block;
}    
.prism-create .template9 .temp9_content .two_cols .right_col_sec {
    width: 100%;
    height: 50vh;
}
.prism-create .template9 .temp9_content .two_cols .left_col_sec {
    width: 80%;
    height: auto;
    margin: 14% auto;
    padding: 0%;
}
.prism-create .template9 .temp9_content .two_cols .right_col_sec {
    width: 80%;
    height: auto;
    position: relative;
    right: inherit;
    top: inherit;
    margin: 6% auto;
}
.prism-create .template9 .close_slidebox_popup {
    right: 7%;
    top: 6%;
}
.prism-create .template9 .temp9_content h4 {
    font-size: 6vw;
    line-height: 7vw;
}  
.prism-create .template9 .temp9_content p {
    font-size: 3vw;
    line-height: 4vw;
    margin: 2% 0% 6%;
}    
.prism-create .template9 .temp9_content h3 {
    font-size: 8vw;
    line-height: 8vw;
        -webkit-text-stroke-width: 3.2px;
    margin-bottom: 0.5%;
}
.prism-create .template9 .temp9_content h6 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}
.prism-create .template9 .temp9_content .two_cols .right_col_sec .right_col_box {
    width: 100%;
    min-height: 78vh;
}
.prism-create .template9 .temp9_content .two_cols .right_col_sec .slide_source_text {
    margin: 6% 0 2%;
}
.prism-create .template9 .temp9_content .two_cols .right_col_sec .slide_source_text p {
    font-size: 2vw;
    line-height: 2.8vw;
    word-break: break-all;
}
.prism-create .template9 .key_opportunity_sec h5 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}  
.prism-create .template9 .key_opportunity_sec ul li {    
    font-size: 2.95vw;
    line-height: 4vw;
    margin-left: 4%;
}
.prism-create .template9 .key_opportunity_sec {
    width: 80%;
    padding: 3% 6% 2.5% 6%;
    top: 12%;
    max-height: 86%;
    overflow: auto;
    right: -81%;
    }
      
}
@media (max-width: 480px) {
.prism-create .template9 .temp9_content h4 {
    font-size: 8vw;
    line-height: 9vw;
    margin: 0 0 4%;
}    
.prism-create .template9 .temp9_content p {
    font-size: 4vw;
    line-height: 5.4vw;
    margin: 0 0 8%;
}  
.prism-create .template9 .temp9_content .two_cols .left_col_sec .left_col_sec_text {
    margin-left: 19%;
} 
.prism-create .template9 .temp9_content .two_cols .left_col_sec .left_col_sec_icon {
    width: 24%;
    left: -26%;
    top: 3px;
}
.prism-create .template9 .temp9_content .two_cols .right_col_sec .right_col_box {    
    min-height: 65vh;
}
.prism-create .template9 .close_slidebox_popup {
    top: 4%;
}
.prism-create .template9 .temp9_content h6 {
    font-size: 5vw;
    line-height: 6vw;
    margin: 5% 0 2.5%;
}
.prism-create .template9 .key_opportunity_sec h5 {
    font-size: 4.5vw;
    line-height: 5.5vw;
    margin-bottom: 4%;
}
.prism-create .template9 .key_opportunity_sec ul li {
    font-size: 4vw;
    line-height: 5vw;
    margin-left: 6%;
}
.prism-create .template9 .key_opportunity_sec {
    width: 85%;
    right: -86%;
}
}
@media (max-height: 450px) {
.prism-create .template9 .temp9_content .top_text {
    margin-bottom: 9%;
}
  
}
/* template9 css end */

/* template10 css start */
.prism-create .template10 {
  position: relative;
  width: 100%;
  height: 100vh;
}
.prism-create .template10 .temp10_content {
  position: relative;
    width: 50%;
    height: 100vh;
    margin: 0px auto;
    z-index: 10000;
    text-align: center;
    padding: 12% 0 3%;
    display: flex;
    align-items: center;
}
.prism-create .template10 .temp10_content .temp10_content_inner {
    width: 100%;
}
.prism-create .template10 .temp10_content h3 {
  font-size: 2.5vw;
    line-height: 2.5vw;
  margin: 5% 0 2.5%;
  color: #ffffff;
  font-weight: bold;
  font-family: 'ClanOffcPro-Ultra';
    text-transform: uppercase;
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
}
.prism-create .template10 .temp10_content p {
    font-size: 1.3vw;
    line-height: 1.7vw;
    margin: 0 0 7%;
    color: #ffffff;
    font-family: 'SourceSansPro-Bold';
    padding: 0% 18%;
}
@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 .temp10_content h3 {
    font-size: 4.5vw;
    line-height: 4.5vw;
    margin: 7% 0% 2%;
}
.prism-create .template10 .temp10_content {
    width: 60%;
}
.prism-create .template10 .temp10_content p {
    padding: 0% 12%;
	    margin: 0 0 2%;
}
}

@media (max-width: 1024px) {
  .prism-create .template10 {
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template10 .temp10_content h3 {
    font-size: 3.5vw;
    line-height: 3.5vw;
}
}
@media (max-width: 1024px) and (min-height: 650px) {

}
@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 .temp10_content h3 {
    font-size: 8vw;
    line-height: 9vw;
    margin: 3% 0%;
}
 .prism-create .template10 .temp10_content {
    width: 82%;
    height: 100vh;
}
.prism-create .template10 .temp10_content p {
    font-size: 3vw;
    line-height: 4vw;
}
}
@media (max-width: 768px) {
      
}
@media (max-width: 480px) {
.prism-create .template10 .temp10_content h3 {
    font-size: 10vw;
    line-height: 11vw;
}    
.prism-create .template10 .temp10_content p {
    font-size: 4vw;
    line-height: 5vw;
	padding: 0% 6%;
}   
}

@media (max-height: 450px) {

}
/* template10 css end */

/* template11 css start */
.prism-create .template11 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #ffffff;
}
.prism-create .template11 .temp11_content {
    width: 100%;
}
.prism-create .template11 .temp11_content .two_cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template11 .temp11_content .two_cols .left_col_sec {
    width: 50%;
     height: 100vh;
         padding: 5% 7% 5% 12%;
}

.prism-create .template11 .temp11_content .two_cols .right_col_sec {
    width: 50%;
     height: 100vh;
    background: url("images/page11-image.jpg") no-repeat top center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.prism-create .template11 .temp11_content h3 {
	font-size: 3vw;
    line-height: 3vw;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #4BCD3E;
}
.prism-create .template11 .temp11_content h4 {
	font-size: 2.4vw;
    line-height: 2.6vw;
    margin: 1% 0%;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
}
.prism-create .template11 .temp11_content h6 {
	font-size: 1.4vw;
    line-height: 1.8vw;
    font-family: 'ClanOffcPro-Ultra';
    color: #4BCD3E;
}
.prism-create .template11 .temp11_content p {
	font-size: 1vw;
    line-height: 1.4vw;
    margin: 1% 0% 4%;
    color: #000000;
    display: block;
    font-weight: bold;
    width: 90%;
}
.prism-create .template11 .temp11_content .top_text {
    margin-bottom: 8%;
}
.prism-create .template11 .temp11_content .top_text p {
    margin: 0px;
    font-family: 'SourceSansPro-Regular';
    position: relative;
}
.prism-create .template11 .temp11_content .top_text p::after {
    content: "";
    width: 10%;
    height: 5px;
    position: absolute;
    top: 110%;
    left: 0px;
    background: #4bcb3e;
    max-width: 80px;
}
.prism-create .template11 .temp11_content p.extra_margin {
   margin-bottom: 12%;
}
.prism-create .template11 .temp11_content .two_cols .right_col_center_text {
    width: 100%;
    padding: 5% 22% 3%;
}
.prism-create .template11 .temp11_content .two_cols .right_col_sec_cols {
    border-bottom: 2px solid #ffffff;
    margin-left: 7%;
    position: relative;
    margin-bottom: 3%;
    padding: 2% 0;
}
.prism-create .template11 .temp11_content .two_cols .right_col_sec_cols.right_col_sec_cols_bor0 {
    border: 0px;
}
.prism-create .template11 .temp11_content .two_cols .right_col_sec_cols .page11_icons {
        position: absolute;
    display: block;
    left: -16%;
    top: -3%;
    width: 13%;
}
.prism-create .template11 .temp11_content .two_cols .right_col_sec_cols p {
    margin: 2% 0 3%;
}
.prism-create .template11 .statistics_popup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 100001;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    display: none;
}
.prism-create .template11 .statistics_popup .statistics_popup_outer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;    
}
.prism-create .template11 .statistics_popup .statistics_popup_inner {
    position: absolute;
    width: 76%;
    max-height: 80%;
    left: 12%;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    overflow: auto;
}
.prism-create .template11 .statistics_popup .statistics_popup_inner .statistics_heading {
    text-align: center;
    background-image: linear-gradient(to right, #4bcd3e, #00d383, #00d5b9, #00d4de, #3bcff0);
    padding: 2.5% 2% 2%;
}
.prism-create .template11 .statistics_popup h2 {
	font-size: 2.2vw;
    line-height: 2.2vw;
    font-family: 'ClanOffcPro-Ultra';
    color: #ffffff;
}

.prism-create .template11 .statistics_popup .statistics_popup_inner .statistics_content {
    padding: 2% 5%;
}
.prism-create .template11 .statistics_popup .statistics_popup_inner .statistics_content_flex {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
     justify-content: center;
}
.prism-create .template11 .statistics_content_flex_cols {
    width: 33%;
    text-align: center;
    padding: 1% 2%;
    border-right: 2px solid #009775;
    border-bottom: 2px solid #009775;
    padding-bottom: 3%;
    position: relative;
}
.prism-create .template11 .statistics_content_flex_cols.border_right0 {
    border-right: 0px;
}
.prism-create .template11 .statistics_content_flex_cols.border_bottom0 {
    border-bottom: 0px;
}
.prism-create .template11 .statistics_content_flex_cols .statistics_content_icon img {
    width: 30%;
}
.prism-create .template11 .statistics_content_flex_cols p {
	font-size: 0.85vw;
    line-height: 1.2vw;
    margin: 1% 0%;
    color: #000000;
    display: block;
    font-weight: bold;
    padding: 0% 2%;
}
.prism-create .template11 .statistics_content_flex_cols p.width_70 {
    padding: 0% 15%;
}
.statistics_content_source {
    position: absolute;
    width: 98%;
    bottom: 3%;
    left: 0px;
    text-align: right;
}
.prism-create .template11 .statistics_content_flex_cols h5 {
	font-size: 4.5vw;
    line-height: 4.5vw;
    margin: 1% 0%;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
}
.prism-create .template11 .close_statistics_popup {
    position: absolute;
    right: 7%;
    top: 12%;
    cursor: pointer;
    width: 2.8%;
    text-align: center;
    z-index: 100;
    -webkit-animation: pulse-btn 2s infinite;
	-moz-animation: pulse-btn 2s infinite;
	-ms-animation: pulse-btn 2s infinite;
	-o-animation: pulse-btn 2s infinite;
    animation: pulse-btn 2s infinite;
}
@-webkit-keyframes pulse-btn {
  0% {
      transform: scale(1);
  }
    50% {
      transform: scale(0.85);
  }
  100% {
      transform: scale(1);
  }
}
@keyframes pulse-btn {
 0% {
      transform: scale(1);
  }
    50% {
      transform: scale(0.85);
  }
  100% {
      transform: scale(1);
  }
}
.prism-create .template11 p.star_text_sm {
    position: absolute;
    z-index: 2;
    bottom: 6%;
    right: 4%;
    width: 40%;
    margin: 0px;
    font-size: 0.4vw;
    line-height: 0.6vw;
    color: #ffffff;
}
.prism-create .template p.star_text_sm a {
    color: #ffffff;
    text-decoration: underline !important;
}
@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 .template11 .temp11_content .two_cols .left_col_sec {
    padding: 16% 7% 5% 12%;
}

}


@media (max-width: 1024px) {

}
@media (max-width: 1024px) and (min-height: 700px) {

}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template11 .temp11_content .two_cols .left_col_sec {
    padding: 5% 7% 5% 12%;
}    

}
@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 .temp11_content .two_cols {
    display: block;
}    
.prism-create .template11 .temp11_content .two_cols .right_col_sec {
    width: 100%;
    height: 50vh;
}
.prism-create .template11 .temp11_content .two_cols .left_col_sec {
    width: 80%;
    height: auto;
    padding: 0%;
    margin: 14% auto 8%;
}  
.prism-create .template11 .temp11_content p {
    font-size: 2.5vw;
    line-height: 3.5vw;
    width: 100%;
}    
.prism-create .template11 .temp11_content h4 {
    font-size: 7vw;
    line-height: 8vw;
    margin: 3% 0%;
}
.prism-create .template11 .temp11_content .top_text {
    margin-bottom: 6%;
}
.prism-create .template11 .temp11_content h3 {
    font-size: 8vw;
    line-height: 8vw;
    }
.prism-create .template11 .temp11_content p.extra_margin {
    margin-bottom: 6%;
}
.prism-create .template11 .temp11_content .two_cols .right_col_sec {
    height: auto;
}
.prism-create .template11 .temp11_content .two_cols .right_col_center_text {
    padding: 12% 14% 6%;
}
.prism-create .template11 .temp11_content h6 {
    font-size: 3.5vw;
    line-height: 4vw;
}

.prism-create .template11 .temp11_content .two_cols .right_col_sec_cols {
    margin-bottom: 6%;
}
.prism-create .template11 .statistics_popup h2 {
    font-size: 3.6vw;
    line-height: 4vw;
}
.prism-create .template11 .statistics_popup .statistics_popup_inner {
    width: 84%;
    max-height: 100%;
    left: 8%;
}
.prism-create .template11 .statistics_content_flex_cols p {
    font-size: 2vw;
    line-height: 2.6vw;
}
.statistics_content_source {
    bottom: 2%;
    right: 4%;
        left: inherit;
}
.prism-create .template11 .statistics_content_flex_cols {
    padding-bottom: 11%;
}
.prism-create .template11 .statistics_content_flex_cols .statistics_content_icon img {
    width: 60%;
    margin: 4% 0px;
}
.prism-create .template11 .close_statistics_popup {
    right: 3%;
    top: 8%;
    width: 6%;
}

}
@media (max-width: 480px) {
.prism-create .template11 .temp11_content h4 {
    font-size: 7vw;
    line-height: 8vw;
}    
.prism-create .template11 .temp11_content p {
    font-size: 3.5vw;
    line-height: 4.5vw;
}  
.prism-create .template11 .temp11_content h3 {
    font-size: 10vw;
    line-height: 10vw;
}
.prism-create .template11 .temp11_content p {
    font-size: 4vw;
    line-height: 5.4vw;
    margin-bottom: 5%;
}
.prism-create .template11 .temp11_content h4 {
    font-size: 9vw;
    line-height: 10vw;
    margin-bottom: 6%;
}
.prism-create .template11 .temp11_content h6 {
    font-size: 5.2vw;
    line-height: 6.2vw;
}
.prism-create .template11 .temp11_content .two_cols .right_col_sec_cols .page6_icons {
    left: -16%;
    top: -2%;
    width: 16%;
}

.prism-create .template11 .control_nav {
    margin: 20px 0px 40px;
}
.prism-create .template11 .statistics_popup h2 {
    font-size: 6vw;
    line-height: 14vw;
}
.prism-create .template11 .statistics_content_flex_cols p {
    font-size: 4.5vw;
    line-height: 5.5vw;
}
.prism-create .template11 .statistics_content_flex_cols .statistics_content_icon img {
    width: 70%;
}
.prism-create .template11 .statistics_content_flex_cols.border_bottom0 {
    border-bottom: 1px solid #009775;
}
.prism-create .template11 .statistics_content_flex_cols {
    padding: 7% 2%;
    padding-bottom: 16%;
    border-right: none;
    border-bottom: 1px solid #009775;
    width: 80%;
    margin: 0px auto;
}
 .prism-create .template11 .statistics_content_flex_cols.border_bottom_none {
    border-bottom: none;
}
.prism-create .template11 .close_statistics_popup {
    right: 3%;
    top: 12%;
    width: 7%;
}
.prism-create .template11 .statistics_popup .statistics_popup_inner {
     max-height: 70%;
}
.prism-create .template11 .statistics_popup .statistics_popup_inner .statistics_heading {
    position: sticky;
    top:0px;
    z-index: 2;
}
.prism-create .template11 .statistics_popup .statistics_popup_inner .statistics_content {
    padding: 4% 5% 6%;
}
.prism-create .template11 .statistics_content_flex_cols .statistics_content_icon img {
    width: 55%;
    margin-top: 2%;
}
.prism-create .template11 .statistics_content_flex_cols h5 {
    font-size: 10.5vw;
    line-height: 10.5vw;
}

}
@media (max-height: 450px) {


}
/* template11 css end */

/* template12 css start */
.prism-create .template12 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #000000;
}
.prism-create .template12 .temp12_content {
    width: 100%;
}
.prism-create .template12 .temp12_content .two_cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template12 .temp12_content .two_cols .left_col_sec {
    width: 50%;
     height: 100vh;
         padding: 5% 6% 5% 12%;
}
.prism-create .template12 .temp12_content .two_cols .left_col_sec .left_col_sec_text {
    margin-left: 15%;
    position: relative;
}
.prism-create .template12 .temp12_content .two_cols .left_col_sec .left_col_sec_icon {
    position: absolute;
    width: 20%;
    left: -21%;
    top: 0px;
}
.prism-create .template12 .temp12_content h3 {
	font-size: 3vw;
    line-height: 3vw;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #4BCD3E;
}
.prism-create .template12 .temp12_content h4 {
	font-size: 2.4vw;
    line-height: 2.6vw;
    margin: 6% 0%;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
}
.prism-create .template12 .temp12_content h6 {
	font-size: 1.3vw;
    line-height: 1.7vw;
    font-family: 'ClanOffcPro-Ultra';
    color: #ffffff;
    margin-bottom: 3%;
}.prism-create .template12 .temp12_content h6 span {
    font-family: 'SourceSansPro-Light';
    font-size: 1vw;
    line-height: 1.4vw;
    font-weight: bold;
}
.prism-create .template12 .temp12_content p {
	font-size: 0.95vw;
    line-height: 1.3vw;
    margin: 1% 0% 4%;
    color: #ffffff;
    display: block;
    font-weight: bold;
}
.prism-create .template12 .temp12_content p span {
    font-family: 'SourceSansPro-Bold';
}
.prism-create .template12 .temp12_content .top_text {
    margin-bottom: 8%;
}
.prism-create .template12 .temp12_content .top_text p {
    margin: 0px;
    font-family: 'SourceSansPro-Regular';
    position: relative;
}
.prism-create .template12 .temp12_content .top_text p::after {
    content: "";
    width: 10%;
    height: 5px;
    position: absolute;
    top: 110%;
    left: 0px;
    background: #4bcb3e;
    max-width: 80px;
}
.prism-create .template12 .temp12_content p.extra_margin {
   margin-bottom: 8%;
}

.prism-create .template12 .temp12_content .two_cols .right_col_sec {
    width: 32%;
     height: 82%;
    position: absolute;
    right: 12%;
    top: 11.5%;
}
.prism-create .template12 .temp12_content .two_cols .right_col_sec .right_col_box {
    width: 80%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 0.5px solid #ffffff;
    min-height: 72vh;
    padding-bottom: 4%;
}

.prism-create .template12 .temp12_content .two_cols .right_col_sec .right_col_box .right_col_box_img {
    margin: 0px;
    position: relative;
    width: 102%;
    margin-left: -1%;
    margin-top: -1%;
}
.prism-create .template12 .temp12_content .two_cols .right_col_sec .right_col_box .right_col_box_img img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}
.prism-create .template12 .temp12_content .two_cols .right_col_sec .right_col_box .right_col_box_content {
    position: relative;
    width: 100%;
    padding: 5% 5% 2%;
    color: #ffffff;
} 
.prism-create .template12 .temp12_content .two_cols .right_col_sec .right_col_box .slide_boxes {
    display: none;
}
.prism-create .template12 .temp12_content .two_cols .right_col_sec .right_col_box .slide_boxes.slide_first_boxes {
    display: block;
}
.prism-create .template12 .temp12_content .two_cols .right_col_sec .slide_nav {
    position: absolute;
    width: 100%;
    bottom: 2%;
    left: 0px;
    text-align: center;
}
.prism-create .template12 .temp12_content .two_cols .right_col_sec .slide_nav .nav_dot {
    display: inline-block;
    vertical-align: top;
    width: 10%;
    height: 6px;
    background: #ffffff;
    cursor: pointer;
    margin: 0% 1%;
    border-radius: 3px;
}
.prism-create .template12 .temp12_content .two_cols .right_col_sec .slide_nav .nav_dot.active_dot {
    background: #4bcb3e;
}

.prism-create .template12 .temp12_content .two_cols .right_col_sec .slide_source_text {
    margin: 4% 0 2%;
}
.prism-create .template12 .temp12_content .two_cols .right_col_sec .slide_source_text p {
    margin: 0px;
    font-size: 0.4vw;
    line-height: 0.6vw;
}

.prism-create .template12 .key_opportunity_sec {
    position: absolute;
    width: 35%;
    top: 15%;
    right: -36%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 1000000;
    padding: 1% 4% 1.5% 3%;
    color: #000000;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.prism-create .template12 .key_opportunity_sec h6 {
	font-size: 1.3vw;
    line-height: 1.7vw;
    font-family: 'ClanOffcPro-Ultra';
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
    margin: 5% 0 1.5%;
}
.prism-create .template12 .key_opportunity_sec p {
    color: #000000;
    margin-bottom: 3%;
}
.prism-create .template12 .key_opportunity_sec h5 {
    color: #000000;
    font-size: 1.1vw;
    line-height: 1.5vw;
    font-family: 'ClanOffcPro-Ultra';
    margin-bottom: 1.5%;
}
.prism-create .template12 .key_opportunity_sec ul li {
    color: #000000;
    margin-bottom: 3%;
    font-size: 0.95vw;
    line-height: 1.3vw;
    margin-left: 3%;
font-family: 'SourceSansPro-Regular';
}
.prism-create .template12 .close_slidebox_popup {
    position: absolute;
    right: 12%;
    top: 11%;
    cursor: pointer;
    width: 2.8%;
    text-align: center;
    z-index: 100;
    min-width: 45px;
    -webkit-animation: pulse-btn 2s infinite;
	-moz-animation: pulse-btn 2s infinite;
	-ms-animation: pulse-btn 2s infinite;
	-o-animation: pulse-btn 2s infinite;
    animation: pulse-btn 2s infinite;
    margin: 0px !important;
}


@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 .template12 .temp12_content .two_cols .right_col_sec .right_col_box {
    min-height: 46vh;
}
.prism-create .template12 .temp12_content .two_cols .left_col_sec {
    padding: 14% 6% 5% 12%;
}
.prism-create .template12 .temp12_content .two_cols .right_col_sec {
    top: 21.5%;
    height: 70%;
}

}


@media (max-width: 1024px) {

}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template12 .temp12_content .two_cols .left_col_sec {
    padding: 4% 6% 5% 12%;
}
.prism-create .template12 .temp12_content .two_cols .right_col_sec .right_col_box {
    min-height: 73vh;
}

.prism-create .template12 .temp12_content .two_cols .right_col_sec {
    top: 11.5%;
    height: 82%;
}    
}
@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 .temp12_content .two_cols {
    display: block;
}    
.prism-create .template12 .temp12_content .two_cols .right_col_sec {
    width: 100%;
    height: 50vh;
}
.prism-create .template12 .temp12_content .two_cols .left_col_sec {
    width: 80%;
    height: auto;
    margin: 14% auto;
    padding: 0%;
}
.prism-create .template12 .temp12_content .two_cols .right_col_sec {
    width: 80%;
    height: auto;
    position: relative;
    right: inherit;
    top: inherit;
    margin: 6% auto;
}
.prism-create .template12 .close_slidebox_popup {
    right: 7%;
    top: 6%;
}
.prism-create .template12 .temp12_content h4 {
    font-size: 6vw;
    line-height: 7vw;
}  
.prism-create .template12 .temp12_content p {
    font-size: 3vw;
    line-height: 4vw;
    margin: 2% 0% 6%;
}    
.prism-create .template12 .temp12_content h3 {
    font-size: 8vw;
    line-height: 8vw;
        -webkit-text-stroke-width: 3.2px;
    margin-bottom: 0.5%;
}
.prism-create .template12 .temp12_content h6 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}
.prism-create .template12 .temp12_content h6 span {
    font-size: 3vw;
    line-height: 4vw;
}    
.prism-create .template12 .temp12_content .two_cols .right_col_sec .right_col_box {
    width: 100%;
    min-height: 78vh;
}
.prism-create .template12 .temp12_content .two_cols .right_col_sec .slide_source_text {
    margin: 6% 0 2%;
}
.prism-create .template12 .temp12_content .two_cols .right_col_sec .slide_source_text p {
    font-size: 2vw;
    line-height: 2.8vw;
    word-break: break-all;
}
.prism-create .template12 .key_opportunity_sec h5 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}  
.prism-create .template12 .key_opportunity_sec ul li {    
    font-size: 2.95vw;
    line-height: 4vw;
    margin-left: 4%;
}
.prism-create .template12 .key_opportunity_sec {
    width: 80%;
    padding: 3% 6% 2.5% 6%;
    top: 12%;
    max-height: 86%;
    overflow: auto;
    right: -81%;
    }
      
}
@media (max-width: 480px) {
.prism-create .template12 .temp12_content h4 {
    font-size: 8vw;
    line-height: 9vw;
    margin: 0 0 4%;
}    
.prism-create .template12 .temp12_content p {
    font-size: 4vw;
    line-height: 5.4vw;
    margin: 0 0 8%;
}  
.prism-create .template12 .temp12_content .two_cols .left_col_sec .left_col_sec_text {
    margin-left: 19%;
} 
.prism-create .template12 .temp12_content .two_cols .left_col_sec .left_col_sec_icon {
    width: 24%;
    left: -26%;
    top: 3px;
}
.prism-create .template12 .temp12_content .two_cols .right_col_sec .right_col_box {    
    min-height: 65vh;
}
.prism-create .template12 .close_slidebox_popup {
    top: 4%;
}
.prism-create .template12 .temp12_content h6 {
    font-size: 5vw;
    line-height: 6vw;
    margin: 5% 0 2.5%;
}
.prism-create .template12 .temp12_content h6 span {
    font-size: 4vw;
    line-height: 5vw;
}     
.prism-create .template12 .key_opportunity_sec h5 {
    font-size: 4.5vw;
    line-height: 5.5vw;
    margin-bottom: 4%;
}
.prism-create .template12 .key_opportunity_sec ul li {
    font-size: 4vw;
    line-height: 5vw;
    margin-left: 6%;
}
.prism-create .template12 .key_opportunity_sec {
    width: 85%;
    right: -86%;
}
}
@media (max-height: 450px) {
.prism-create .template12 .temp12_content .top_text {
    margin-bottom: 9%;
}
.prism-create .template12 .temp12_content .two_cols .right_col_sec .slide_nav {
    bottom: 0%;
}
}
/* template12 css end */

/* template13 css start */
.prism-create .template13 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #000000;
}
.prism-create .template13 .temp13_content {
    width: 100%;
}
.prism-create .template13 .temp13_content .two_cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template13 .temp13_content .two_cols .left_col_sec {
    width: 50%;
     height: 100vh;
    padding: 5% 5% 5% 12%;
}
.prism-create .template13 .temp13_content .two_cols .left_col_sec .left_col_sec_text {
    margin-left: 15%;
    position: relative;
}
.prism-create .template13 .temp13_content .two_cols .left_col_sec .left_col_sec_icon {
    position: absolute;
    width: 18%;
    left: -20%;
    top: 1%;
}
.prism-create .template13 .temp13_content h3 {
	font-size: 3vw;
    line-height: 3vw;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #4BCD3E;
}
.prism-create .template13 .temp13_content h4 {
	font-size: 2.4vw;
    line-height: 2.6vw;
    margin: 6% 0%;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
}
.prism-create .template13 .temp13_content h6 {
	font-size: 1.3vw;
    line-height: 1.7vw;
    font-family: 'ClanOffcPro-Ultra';
    color: #ffffff;
    margin-bottom: 3%;
}.prism-create .template13 .temp13_content h6 span {
    font-family: 'SourceSansPro-Light';
    font-size: 1vw;
    line-height: 1.4vw;
    font-weight: bold;
}
.prism-create .template13 .temp13_content p {
	font-size: 0.95vw;
    line-height: 1.3vw;
    margin: 1% 0% 4%;
    color: #ffffff;
    display: block;
    font-weight: bold;
}
.prism-create .template13 .temp13_content p span {
    font-family: 'SourceSansPro-Bold';
}
.prism-create .template13 .temp13_content .top_text {
    margin-bottom: 8%;
}
.prism-create .template13 .temp13_content .top_text p {
    margin: 0px;
    font-family: 'SourceSansPro-Regular';
    position: relative;
}
.prism-create .template13 .temp13_content .top_text p::after {
    content: "";
    width: 10%;
    height: 5px;
    position: absolute;
    top: 110%;
    left: 0px;
    background: #4bcb3e;
    max-width: 80px;
}
.prism-create .template13 .temp13_content p.extra_margin {
   margin-bottom: 8%;
}

.prism-create .template13 .temp13_content .two_cols .right_col_sec {
    width: 32%;
     height: 82%;
    position: absolute;
    right: 12%;
    top: 11.5%;
}
.prism-create .template13 .temp13_content .two_cols .right_col_sec .right_col_box {
    width: 80%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 0.5px solid #ffffff;
    min-height: 70vh;
    padding-bottom: 6%;
}

.prism-create .template13 .temp13_content .two_cols .right_col_sec .right_col_box .right_col_box_img {
    margin: 0px;
    position: relative;
    width: 102%;
    margin-left: -1%;
    margin-top: -1%;
}
.prism-create .template13 .temp13_content .two_cols .right_col_sec .right_col_box .right_col_box_img img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}
.prism-create .template13 .temp13_content .two_cols .right_col_sec .right_col_box .right_col_box_content {
    position: relative;
    width: 100%;
    padding: 5% 5% 2%;
    color: #ffffff;
} 
.prism-create .template13 .temp13_content .two_cols .right_col_sec .right_col_box .slide_boxes {
    display: none;
}
.prism-create .template13 .temp13_content .two_cols .right_col_sec .right_col_box .slide_boxes.slide_first_boxes {
    display: block;
}
.prism-create .template13 .temp13_content .two_cols .right_col_sec .slide_nav {
    position: absolute;
    width: 100%;
    bottom: 2%;
    left: 0px;
    text-align: center;
}
.prism-create .template13 .temp13_content .two_cols .right_col_sec .slide_nav .nav_dot {
    display: inline-block;
    vertical-align: top;
    width: 10%;
    height: 6px;
    background: #ffffff;
    cursor: pointer;
    margin: 0% 1%;
    border-radius: 3px;
}
.prism-create .template13 .temp13_content .two_cols .right_col_sec .slide_nav .nav_dot.active_dot {
    background: #4bcb3e;
}

.prism-create .template13 .temp13_content .two_cols .right_col_sec .slide_source_text {
    margin: 4% 0 2%;
}
.prism-create .template13 .temp13_content .two_cols .right_col_sec .slide_source_text p {
    margin: 0px;
    font-size: 0.4vw;
    line-height: 0.6vw;
}

.prism-create .template13 .key_opportunity_sec {
    position: absolute;
    width: 35%;
    top: 15%;
    right: -36%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 1000000;
    padding: 1% 4% 1.5% 3%;
    color: #000000;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.prism-create .template13 .key_opportunity_sec h6 {
	font-size: 1.3vw;
    line-height: 1.7vw;
    font-family: 'ClanOffcPro-Ultra';
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
    margin: 5% 0 1.5%;
}
.prism-create .template13 .key_opportunity_sec p {
    color: #000000;
    margin-bottom: 3%;
}
.prism-create .template13 .key_opportunity_sec h5 {
    color: #000000;
    font-size: 1.1vw;
    line-height: 1.5vw;
    font-family: 'ClanOffcPro-Ultra';
    margin-bottom: 1.5%;
}
.prism-create .template13 .key_opportunity_sec ul li {
    color: #000000;
    margin-bottom: 3%;
    font-size: 0.95vw;
    line-height: 1.3vw;
    margin-left: 3%;
    font-family: 'SourceSansPro-Regular';
}
.prism-create .template13 .close_slidebox_popup {
    position: absolute;
    right: 12%;
    top: 11%;
    cursor: pointer;
    width: 2.8%;
    text-align: center;
    z-index: 100;
    min-width: 45px;
    -webkit-animation: pulse-btn 2s infinite;
	-moz-animation: pulse-btn 2s infinite;
	-ms-animation: pulse-btn 2s infinite;
	-o-animation: pulse-btn 2s infinite;
    animation: pulse-btn 2s infinite;
    margin: 0px !important;
}


@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 .template13 .temp13_content .two_cols .right_col_sec .right_col_box {
    min-height: 46vh;
}
.prism-create .template13 .temp13_content .two_cols .left_col_sec {
    padding: 14% 6% 5% 12%;
}
.prism-create .template13 .temp13_content .two_cols .right_col_sec {
    top: 21.5%;
    height: 70%;
}

}


@media (max-width: 1024px) {

}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template13 .temp13_content .two_cols .left_col_sec {
    padding: 4% 6% 5% 12%;
}
.prism-create .template13 .temp13_content .two_cols .right_col_sec .right_col_box {
    min-height: 70vh;
}

.prism-create .template13 .temp13_content .two_cols .right_col_sec {
    top: 11.5%;
    height: 82%;
}    
}
@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 .temp13_content .two_cols {
    display: block;
}    
.prism-create .template13 .temp13_content .two_cols .right_col_sec {
    width: 100%;
    height: 50vh;
}
.prism-create .template13 .temp13_content .two_cols .left_col_sec {
    width: 80%;
    height: auto;
    margin: 14% auto;
    padding: 0%;
}
.prism-create .template13 .temp13_content .two_cols .right_col_sec {
    width: 80%;
    height: auto;
    position: relative;
    right: inherit;
    top: inherit;
    margin: 6% auto;
}
.prism-create .template13 .close_slidebox_popup {
    right: 7%;
    top: 6%;
}
.prism-create .template13 .temp13_content h4 {
    font-size: 6vw;
    line-height: 7vw;
}  
.prism-create .template13 .temp13_content p {
    font-size: 3vw;
    line-height: 4vw;
    margin: 2% 0% 6%;
}    
.prism-create .template13 .temp13_content h3 {
    font-size: 8vw;
    line-height: 8vw;
        -webkit-text-stroke-width: 3.2px;
    margin-bottom: 0.5%;
}
.prism-create .template13 .temp13_content h6 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}
.prism-create .template13 .temp13_content .two_cols .right_col_sec .right_col_box {
    width: 100%;
    min-height: 78vh;
}
.prism-create .template13 .temp13_content .two_cols .right_col_sec .slide_source_text {
    margin: 6% 0 2%;
}
.prism-create .template13 .temp13_content .two_cols .right_col_sec .slide_source_text p {
    font-size: 2vw;
    line-height: 2.8vw;
    word-break: break-all;
}
.prism-create .template13 .key_opportunity_sec h5 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}  
.prism-create .template13 .key_opportunity_sec ul li {    
    font-size: 2.95vw;
    line-height: 4vw;
    margin-left: 4%;
}
.prism-create .template13 .key_opportunity_sec {
    width: 80%;
    padding: 3% 6% 2.5% 6%;
    top: 12%;
    max-height: 86%;
    overflow: auto;
    right: -81%;
    }
      
}
@media (max-width: 480px) {
.prism-create .template13 .temp13_content h4 {
    font-size: 8vw;
    line-height: 9vw;
    margin: 0 0 4%;
}    
.prism-create .template13 .temp13_content p {
    font-size: 4vw;
    line-height: 5.4vw;
    margin: 0 0 8%;
}  
.prism-create .template13 .temp13_content .two_cols .left_col_sec .left_col_sec_text {
    margin-left: 19%;
} 
.prism-create .template13 .temp13_content .two_cols .left_col_sec .left_col_sec_icon {
    width: 24%;
    left: -26%;
    top: 3px;
}
.prism-create .template13 .temp13_content .two_cols .right_col_sec .right_col_box {    
    min-height: 65vh;
}
.prism-create .template13 .close_slidebox_popup {
    top: 4%;
}
.prism-create .template13 .temp13_content h6 {
    font-size: 5vw;
    line-height: 6vw;
    margin: 5% 0 2.5%;
}
.prism-create .template13 .key_opportunity_sec h5 {
    font-size: 4.5vw;
    line-height: 5.5vw;
    margin-bottom: 4%;
}
.prism-create .template13 .key_opportunity_sec ul li {
    font-size: 4vw;
    line-height: 5vw;
    margin-left: 6%;
}
.prism-create .template13 .key_opportunity_sec {
    width: 85%;
    right: -86%;
}
}
@media (max-height: 450px) {
.prism-create .template13 .temp13_content .top_text {
    margin-bottom: 9%;
}
   
}
/* template13 css end */

/* template14 css start */
.prism-create .template14 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #000000;
}
.prism-create .template14 .temp14_content {
    width: 100%;
}
.prism-create .template14 .temp14_content .two_cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template14 .temp14_content .two_cols .left_col_sec {
    width: 50%;
     height: 100vh;
    padding: 5% 5% 5% 12%;
}
.prism-create .template14 .temp14_content .two_cols .left_col_sec .left_col_sec_text {
    margin-left: 15%;
    position: relative;
}
.prism-create .template14 .temp14_content .two_cols .left_col_sec .left_col_sec_icon {
    position: absolute;
    width: 17%;
    left: -21%;
    top: 3%;
}
.prism-create .template14 .temp14_content h3 {
	font-size: 3vw;
    line-height: 3vw;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #4BCD3E;
}
.prism-create .template14 .temp14_content h4 {
	font-size: 2.4vw;
    line-height: 2.6vw;
    margin: 6% 0%;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
}
.prism-create .template14 .temp14_content h6 {
	font-size: 1.3vw;
    line-height: 1.7vw;
    font-family: 'ClanOffcPro-Ultra';
    color: #ffffff;
    margin-bottom: 3%;
}.prism-create .template14 .temp14_content h6 span {
    font-family: 'SourceSansPro-Light';
    font-size: 1vw;
    line-height: 1.4vw;
    font-weight: bold;
}
.prism-create .template14 .temp14_content p {
	font-size: 0.95vw;
    line-height: 1.3vw;
    margin: 1% 0% 4%;
    color: #ffffff;
    display: block;
    font-weight: bold;
}
.prism-create .template14 .temp14_content p span {
    font-family: 'SourceSansPro-Bold';
}
.prism-create .template14 .temp14_content .top_text {
    margin-bottom: 8%;
}
.prism-create .template14 .temp14_content .top_text p {
    margin: 0px;
    font-family: 'SourceSansPro-Regular';
    position: relative;
}
.prism-create .template14 .temp14_content .top_text p::after {
    content: "";
    width: 10%;
    height: 5px;
    position: absolute;
    top: 110%;
    left: 0px;
    background: #4bcb3e;
    max-width: 80px;
}
.prism-create .template14 .temp14_content p.extra_margin {
   margin-bottom: 8%;
}

.prism-create .template14 .temp14_content .two_cols .right_col_sec {
    width: 32%;
     height: 82%;
    position: absolute;
    right: 12%;
    top: 11.5%;
}
.prism-create .template14 .temp14_content .two_cols .right_col_sec .right_col_box {
    width: 80%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 0.5px solid #ffffff;
    min-height: 74vh;
    padding-bottom: 4%;
}

.prism-create .template14 .temp14_content .two_cols .right_col_sec .right_col_box .right_col_box_img {
    margin: 0px;
    position: relative;
    width: 102%;
    margin-left: -1%;
    margin-top: -1%;
}
.prism-create .template14 .temp14_content .two_cols .right_col_sec .right_col_box .right_col_box_img img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}
.prism-create .template14 .temp14_content .two_cols .right_col_sec .right_col_box .right_col_box_content {
    position: relative;
    width: 100%;
    padding: 5% 5% 2%;
    color: #ffffff;
} 
.prism-create .template14 .temp14_content .two_cols .right_col_sec .right_col_box .slide_boxes {
    display: none;
}
.prism-create .template14 .temp14_content .two_cols .right_col_sec .right_col_box .slide_boxes.slide_first_boxes {
    display: block;
}
.prism-create .template14 .temp14_content .two_cols .right_col_sec .slide_nav {
    position: absolute;
    width: 100%;
    bottom: 2%;
    left: 0px;
    text-align: center;
}
.prism-create .template14 .temp14_content .two_cols .right_col_sec .slide_nav .nav_dot {
    display: inline-block;
    vertical-align: top;
    width: 10%;
    height: 6px;
    background: #ffffff;
    cursor: pointer;
    margin: 0% 1%;
    border-radius: 3px;
}
.prism-create .template14 .temp14_content .two_cols .right_col_sec .slide_nav .nav_dot.active_dot {
    background: #4bcb3e;
}

.prism-create .template14 .temp14_content .two_cols .right_col_sec .slide_source_text {
    margin: 4% 0 2%;
}
.prism-create .template14 .temp14_content .two_cols .right_col_sec .slide_source_text p {
    margin: 0px;
    font-size: 0.4vw;
    line-height: 0.6vw;
}

.prism-create .template14 .key_opportunity_sec {
    position: absolute;
    width: 35%;
    top: 15%;
    right: -36%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 1000000;
    padding: 1% 4% 1.5% 3%;
    color: #000000;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.prism-create .template14 .key_opportunity_sec h6 {
	font-size: 1.3vw;
    line-height: 1.7vw;
    font-family: 'ClanOffcPro-Ultra';
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
    margin: 5% 0 1.5%;
}
.prism-create .template14 .key_opportunity_sec p {
    color: #000000;
    margin-bottom: 3%;
}
.prism-create .template14 .key_opportunity_sec h5 {
    color: #000000;
    font-size: 1.1vw;
    line-height: 1.5vw;
    font-family: 'ClanOffcPro-Ultra';
    margin-bottom: 1.5%;
}
.prism-create .template14 .key_opportunity_sec ul li {
    color: #000000;
    margin-bottom: 3%;
    font-size: 0.95vw;
    line-height: 1.3vw;
    margin-left: 3%;
    font-family: 'SourceSansPro-Regular';
}
.prism-create .template14 .close_slidebox_popup {
    position: absolute;
    right: 12%;
    top: 11%;
    cursor: pointer;
    width: 2.8%;
    text-align: center;
    z-index: 100;
    min-width: 45px;
    -webkit-animation: pulse-btn 2s infinite;
	-moz-animation: pulse-btn 2s infinite;
	-ms-animation: pulse-btn 2s infinite;
	-o-animation: pulse-btn 2s infinite;
    animation: pulse-btn 2s infinite;
    margin: 0px !important;
}


@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 .template14 .temp14_content .two_cols .right_col_sec .right_col_box {
    min-height: 46vh;
}
.prism-create .template14 .temp14_content .two_cols .left_col_sec {
    padding: 14% 6% 5% 12%;
}
.prism-create .template14 .temp14_content .two_cols .right_col_sec {
    top: 21.5%;
    height: 70%;
}

}


@media (max-width: 1024px) {

}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template14 .temp14_content .two_cols .left_col_sec {
    padding: 4% 6% 5% 12%;
}
.prism-create .template14 .temp14_content .two_cols .right_col_sec .right_col_box {
    min-height: 74vh;
}

.prism-create .template14 .temp14_content .two_cols .right_col_sec {
    top: 11.5%;
    height: 82%;
}    
}
@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 .temp14_content .two_cols {
    display: block;
}    
.prism-create .template14 .temp14_content .two_cols .right_col_sec {
    width: 100%;
    height: 50vh;
}
.prism-create .template14 .temp14_content .two_cols .left_col_sec {
    width: 80%;
    height: auto;
    margin: 14% auto;
    padding: 0%;
}
.prism-create .template14 .temp14_content .two_cols .right_col_sec {
    width: 80%;
    height: auto;
    position: relative;
    right: inherit;
    top: inherit;
    margin: 6% auto;
}
.prism-create .template14 .close_slidebox_popup {
    right: 7%;
    top: 6%;
}
.prism-create .template14 .temp14_content h4 {
    font-size: 6vw;
    line-height: 7vw;
}  
.prism-create .template14 .temp14_content p {
    font-size: 3vw;
    line-height: 4vw;
    margin: 2% 0% 6%;
}    
.prism-create .template14 .temp14_content h3 {
    font-size: 8vw;
    line-height: 8vw;
        -webkit-text-stroke-width: 3.2px;
    margin-bottom: 0.5%;
}
.prism-create .template14 .temp14_content h6 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}
.prism-create .template14 .temp14_content .two_cols .right_col_sec .right_col_box {
    width: 100%;
    min-height: 78vh;
}
.prism-create .template14 .temp14_content .two_cols .right_col_sec .slide_source_text {
    margin: 6% 0 2%;
}
.prism-create .template14 .temp14_content .two_cols .right_col_sec .slide_source_text p {
    font-size: 2vw;
    line-height: 2.8vw;
    word-break: break-all;
}
.prism-create .template14 .key_opportunity_sec h5 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}  
.prism-create .template14 .key_opportunity_sec ul li {    
    font-size: 2.95vw;
    line-height: 4vw;
    margin-left: 4%;
}
.prism-create .template14 .key_opportunity_sec {
    width: 80%;
    padding: 3% 6% 2.5% 6%;
    top: 12%;
    max-height: 86%;
    overflow: auto;
    right: -81%;
    }
      
}
@media (max-width: 480px) {
.prism-create .template14 .temp14_content h4 {
    font-size: 8vw;
    line-height: 9vw;
    margin: 0 0 4%;
}    
.prism-create .template14 .temp14_content p {
    font-size: 4vw;
    line-height: 5.4vw;
    margin: 0 0 8%;
}  
.prism-create .template14 .temp14_content .two_cols .left_col_sec .left_col_sec_text {
    margin-left: 19%;
} 
.prism-create .template14 .temp14_content .two_cols .left_col_sec .left_col_sec_icon {
    width: 24%;
    left: -26%;
    top: 3px;
}
.prism-create .template14 .temp14_content .two_cols .right_col_sec .right_col_box {    
    min-height: 65vh;
}
.prism-create .template14 .close_slidebox_popup {
    top: 4%;
}
.prism-create .template14 .temp14_content h6 {
    font-size: 5vw;
    line-height: 6vw;
    margin: 5% 0 2.5%;
}
.prism-create .template14 .key_opportunity_sec h5 {
    font-size: 4.5vw;
    line-height: 5.5vw;
    margin-bottom: 4%;
}
.prism-create .template14 .key_opportunity_sec ul li {
    font-size: 4vw;
    line-height: 5vw;
    margin-left: 6%;
}
.prism-create .template14 .key_opportunity_sec {
    width: 85%;
    right: -86%;
}
}
@media (max-height: 450px) {
.prism-create .template14 .temp14_content .top_text {
    margin-bottom: 9%;
}
  
}
/* template14 css end */

/* template15 css start */
.prism-create .template15 {
  position: relative;
  width: 100%;
  height: 100vh;
}
.prism-create .template15 .temp15_content {
  position: relative;
    width: 50%;
    height: 100vh;
    margin: 0px auto;
    z-index: 10000;
    text-align: center;
    padding: 12% 0 3%;
    display: flex;
    align-items: center;
}
.prism-create .template15 .temp15_content .temp15_content_inner {
    width: 100%;
}
.prism-create .template15 .temp15_content h3 {
    font-size: 2.5vw;
    line-height: 2.5vw;
    margin: 5% 0 2.5%;
    color: #ffffff;
    font-weight: bold;
    font-family: 'ClanOffcPro-Ultra';
    text-transform: uppercase;
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
}
.prism-create .template15 .temp15_content p {
    font-size: 1.3vw;
    line-height: 1.7vw;
    margin: 0 0 7%;
    color: #ffffff;
    font-family: 'SourceSansPro-Bold';
    padding: 0% 12%;
}
@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 .temp15_content h3 {
    font-size: 4.5vw;
    line-height: 4.5vw;
    margin: 7% 0% 2%;
}
.prism-create .template15 .temp15_content {
    width: 60%;
}
.prism-create .template15 .temp15_content p {
    padding: 0% 12%;
	    margin: 0 0 2%;
}
}

@media (max-width: 1024px) {
  .prism-create .template15 {
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template15 .temp15_content h3 {
    font-size: 3.5vw;
    line-height: 3.5vw;
}
}
@media (max-width: 1024px) and (min-height: 650px) {

}
@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 h3 {
    font-size: 8vw;
    line-height: 9vw;
    margin: 3% 0%;
}
 .prism-create .template15 .temp15_content {
    width: 82%;
    height: 100vh;
}
.prism-create .template15 .temp15_content p {
    font-size: 3vw;
    line-height: 4vw;
}
}
@media (max-width: 768px) {
      
}
@media (max-width: 480px) {
.prism-create .template15 .temp15_content h3 {
    font-size: 10vw;
    line-height: 11vw;
}    
.prism-create .template15 .temp15_content p {
    font-size: 4vw;
    line-height: 5vw;
	padding: 0% 6%;
}   
}

@media (max-height: 450px) {

}
/* template15 css end */

/* template16 css start */
.prism-create .template16 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #ffffff;
}
.prism-create .template16 .temp16_content {
    width: 100%;
}
.prism-create .template16 .temp16_content .two_cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template16 .temp16_content .two_cols .left_col_sec {
    width: 50%;
     height: 100vh;
         padding: 5% 7% 5% 12%;
}

.prism-create .template16 .temp16_content .two_cols .right_col_sec {
    width: 50%;
     height: 100vh;
    background: url("images/page16-image.jpg") no-repeat top center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.prism-create .template16 .temp16_content h3 {
	font-size: 3vw;
    line-height: 3vw;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #4BCD3E;
}
.prism-create .template16 .temp16_content h4 {
	font-size: 2.4vw;
    line-height: 2.6vw;
    margin: 1% 0%;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
}
.prism-create .template16 .temp16_content h6 {
	font-size: 1.4vw;
    line-height: 1.8vw;
    font-family: 'ClanOffcPro-Ultra';
    color: #4BCD3E;
}
.prism-create .template16 .temp16_content p {
	font-size: 1vw;
    line-height: 1.4vw;
    margin: 1% 0% 4%;
    color: #000000;
    display: block;
    font-weight: bold;
    width: 90%;
}
.prism-create .template16 .temp16_content .top_text {
    margin-bottom: 8%;
}
.prism-create .template16 .temp16_content .top_text p {
    margin: 0px;
    font-family: 'SourceSansPro-Regular';
    position: relative;
}
.prism-create .template16 .temp16_content .top_text p::after {
    content: "";
    width: 10%;
    height: 5px;
    position: absolute;
    top: 110%;
    left: 0px;
    background: #4bcb3e;
    max-width: 80px;
}
.prism-create .template16 .temp16_content p.extra_margin {
   margin-bottom: 12%;
}
.prism-create .template16 .temp16_content .two_cols .right_col_center_text {
    width: 100%;
    padding: 5% 22% 3%;
}
.prism-create .template16 .temp16_content .two_cols .right_col_sec_cols {
    border-bottom: 2px solid #ffffff;
    margin-left: 7%;
    position: relative;
    margin-bottom: 3%;
    padding: 2% 0;
}
.prism-create .template16 .temp16_content .two_cols .right_col_sec_cols.right_col_sec_cols_bor0 {
    border: 0px;
}
.prism-create .template16 .temp16_content .two_cols .right_col_sec_cols .page16_icons {
    position: absolute;
    display: block;
    left: -15%;
    top: -5%;
    width: 13%;
}
.prism-create .template16 .temp16_content .two_cols .right_col_sec_cols p {
    margin: 2% 0 3%;
}
.prism-create .template16 .statistics_popup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 100001;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    display: none;
}
.prism-create .template16 .statistics_popup .statistics_popup_outer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;    
}
.prism-create .template16 .statistics_popup .statistics_popup_inner {
    position: absolute;
    width: 76%;
    max-height: 80%;
    left: 12%;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    overflow: auto;
}
.prism-create .template16 .statistics_popup .statistics_popup_inner .statistics_heading {
    text-align: center;
    background-image: linear-gradient(to right, #4bcd3e, #00d383, #00d5b9, #00d4de, #3bcff0);
    padding: 2.5% 2% 2%;
}
.prism-create .template16 .statistics_popup h2 {
	font-size: 2.2vw;
    line-height: 2.2vw;
    font-family: 'ClanOffcPro-Ultra';
    color: #ffffff;
}

.prism-create .template16 .statistics_popup .statistics_popup_inner .statistics_content {
    padding: 2% 5%;
}
.prism-create .template16 .statistics_popup .statistics_popup_inner .statistics_content .page16_inner_ref_text {
    position: absolute;
    width: 50%;
    bottom: 2%;
    right: 0%;
}
.prism-create .template16 .statistics_popup .statistics_popup_inner .statistics_content_flex {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
     justify-content: center;
}
.prism-create .template16 .statistics_content_flex_cols {
    width: 33%;
    text-align: center;
    padding: 1% 2%;
    border-right: 2px solid #009775;
    border-bottom: 2px solid #009775;
    padding-bottom: 3%;
    position: relative;
}
.prism-create .template16 .statistics_content_flex_cols.border_right0 {
    border-right: 0px;
}
.prism-create .template16 .statistics_content_flex_cols.border_bottom0 {
    border-bottom: 0px;
}
.prism-create .template16 .statistics_content_flex_cols .statistics_content_icon img {
    width: 30%;
}
.prism-create .template16 .statistics_content_flex_cols p {
	font-size: 0.85vw;
    line-height: 1.2vw;
    margin: 1% 0%;
    color: #000000;
    display: block;
    font-weight: bold;
    padding: 0% 2%;
}
.prism-create .template16 .statistics_content_flex_cols p.width_70 {
    padding: 0% 15%;
}
.statistics_content_source {
    position: absolute;
    width: 98%;
    bottom: 3%;
    left: 0px;
    text-align: right;
}
.prism-create .template16 .statistics_content_flex_cols h5 {
	font-size: 4.5vw;
    line-height: 4.5vw;
    margin: 1% 0% 7%;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
}
.prism-create .template16 .close_statistics_popup {
    position: absolute;
    right: 7%;
    top: 12%;
    cursor: pointer;
    width: 2.8%;
    text-align: center;
    z-index: 100;
    -webkit-animation: pulse-btn 2s infinite;
	-moz-animation: pulse-btn 2s infinite;
	-ms-animation: pulse-btn 2s infinite;
	-o-animation: pulse-btn 2s infinite;
    animation: pulse-btn 2s infinite;
}
@-webkit-keyframes pulse-btn {
  0% {
      transform: scale(1);
  }
    50% {
      transform: scale(0.85);
  }
  100% {
      transform: scale(1);
  }
}
@keyframes pulse-btn {
 0% {
      transform: scale(1);
  }
    50% {
      transform: scale(0.85);
  }
  100% {
      transform: scale(1);
  }
}
.prism-create .template16 p.star_text_sm {
    position: absolute;
    z-index: 2;
    bottom: 6%;
    right: 4%;
    width: 40%;
    margin: 0px;
    font-size: 0.4vw;
    line-height: 0.6vw;
    color: #ffffff;
}
.prism-create .template16 p.star_text_sm2 {    
    bottom: 6%;
    right: 2%;
    color: #000000;
}
.prism-create .template16 p.star_text_sm2 a {
    color: #000000;
}
@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 .template16 .temp16_content .two_cols .left_col_sec {
    padding: 16% 7% 5% 12%;
}

}


@media (max-width: 1024px) {

}
@media (max-width: 1024px) and (min-height: 700px) {

}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template16 .temp16_content .two_cols .left_col_sec {
    padding: 5% 7% 5% 12%;
}    

}
@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 .temp16_content .two_cols {
    display: block;
}    
.prism-create .template16 .temp16_content .two_cols .right_col_sec {
    width: 100%;
    height: 50vh;
}
.prism-create .template16 .temp16_content .two_cols .left_col_sec {
    width: 80%;
    height: auto;
    padding: 0%;
    margin: 14% auto 8%;
}  
.prism-create .template16 .temp16_content p {
    font-size: 2.5vw;
    line-height: 3.5vw;
    width: 100%;
}    
.prism-create .template16 .temp16_content h4 {
    font-size: 7vw;
    line-height: 8vw;
    margin: 3% 0%;
}
.prism-create .template16 .temp16_content .top_text {
    margin-bottom: 6%;
}
.prism-create .template16 .temp16_content h3 {
    font-size: 8vw;
    line-height: 8vw;
    }
.prism-create .template16 .temp16_content p.extra_margin {
    margin-bottom: 6%;
}
.prism-create .template16 .temp16_content .two_cols .right_col_sec {
    height: auto;
}
.prism-create .template16 .temp16_content .two_cols .right_col_center_text {
    padding: 12% 14% 6%;
}
.prism-create .template16 .temp16_content h6 {
    font-size: 3.5vw;
    line-height: 4vw;
}

.prism-create .template16 .temp16_content .two_cols .right_col_sec_cols {
    margin-bottom: 6%;
}
.prism-create .template16 .statistics_popup h2 {
    font-size: 3.6vw;
    line-height: 4vw;
}
.prism-create .template16 .statistics_popup .statistics_popup_inner {
    width: 84%;
    max-height: 100%;
    left: 8%;
}
.prism-create .template16 .statistics_content_flex_cols p {
    font-size: 2vw;
    line-height: 2.6vw;
}
.statistics_content_source {
    bottom: 2%;
    right: 4%;
        left: inherit;
}
.prism-create .template16 .statistics_content_flex_cols {
    padding-bottom: 11%;
}
.prism-create .template16 .statistics_content_flex_cols .statistics_content_icon img {
    width: 60%;
    margin: 4% 0px;
}
.prism-create .template16 .close_statistics_popup {
    right: 3%;
    top: 8%;
    width: 6%;
}
.prism-create .template16 .statistics_popup .statistics_popup_inner .statistics_content .page16_inner_ref_text {
    position: relative;
    width: 100%;
    bottom: inherit;
    right: inherit;
}
}
@media (max-width: 480px) {
.prism-create .template16 .temp16_content h4 {
    font-size: 7vw;
    line-height: 8vw;
}    
.prism-create .template16 .temp16_content p {
    font-size: 3.5vw;
    line-height: 4.5vw;
}  
.prism-create .template16 .temp16_content h3 {
    font-size: 10vw;
    line-height: 10vw;
}
.prism-create .template16 .temp16_content p {
    font-size: 4vw;
    line-height: 5.4vw;
    margin-bottom: 5%;
}
.prism-create .template16 .temp16_content h4 {
    font-size: 9vw;
    line-height: 10vw;
    margin-bottom: 6%;
}
.prism-create .template16 .temp16_content h6 {
    font-size: 5.2vw;
    line-height: 6.2vw;
}
.prism-create .template16 .temp16_content .two_cols .right_col_sec_cols .page16_icons {
    left: -16%;
    top: -2%;
    width: 16%;
}

.prism-create .template16 .control_nav {
    margin: 20px 0px 40px;
}
.prism-create .template16 .statistics_popup h2 {
    font-size: 6vw;
    line-height: 14vw;
}
.prism-create .template16 .statistics_content_flex_cols p {
    font-size: 4.5vw;
    line-height: 5.5vw;
}
.prism-create .template16 .statistics_content_flex_cols .statistics_content_icon img {
    width: 70%;
}
.prism-create .template16 .statistics_content_flex_cols.border_bottom0 {
    border-bottom: 1px solid #009775;
}
.prism-create .template16 .statistics_content_flex_cols {
    padding: 7% 2%;
    padding-bottom: 16%;
    border-right: none;
    border-bottom: 1px solid #009775;
    width: 80%;
    margin: 0px auto;
}
 .prism-create .template16 .statistics_content_flex_cols.border_bottom_none {
    border-bottom: none;
}
.prism-create .template16 .close_statistics_popup {
    right: 3%;
    top: 12%;
    width: 7%;
}
.prism-create .template16 .statistics_popup .statistics_popup_inner {
     max-height: 70%;
}
.prism-create .template16 .statistics_popup .statistics_popup_inner .statistics_heading {
    position: sticky;
    top:0px;
    z-index: 2;
}
.prism-create .template16 .statistics_popup .statistics_popup_inner .statistics_content {
    padding: 4% 5% 6%;
}
.prism-create .template16 .statistics_content_flex_cols .statistics_content_icon img {
    width: 55%;
    margin-top: 2%;
}
.prism-create .template16 .statistics_content_flex_cols h5 {
    font-size: 10.5vw;
    line-height: 10.5vw;
}

}
@media (max-height: 450px) {


}
/* template16 css end */

/* template17 css start */
.prism-create .template17 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #000000;
}
.prism-create .template17 .temp17_content {
    width: 100%;
}
.prism-create .template17 .temp17_content .two_cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template17 .temp17_content .two_cols .left_col_sec {
    width: 50%;
     height: 100vh;
         padding: 5% 3% 5% 12%;
}
.prism-create .template17 .temp17_content .two_cols .left_col_sec .left_col_sec_text {
    margin-left: 15%;
    position: relative;
}
.prism-create .template17 .temp17_content .two_cols .left_col_sec .left_col_sec_icon {
    position: absolute;
    width: 18%;
    left: -20%;
    top: 0px;
}
.prism-create .template17 .temp17_content h3 {
	font-size: 3vw;
    line-height: 3vw;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #4BCD3E;
}
.prism-create .template17 .temp17_content h4 {
	font-size: 2.4vw;
    line-height: 2.6vw;
    margin: 6% 0%;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
}
.prism-create .template17 .temp17_content h6 {
	font-size: 1.3vw;
    line-height: 1.7vw;
    font-family: 'ClanOffcPro-Ultra';
    color: #ffffff;
    margin-bottom: 3%;
}.prism-create .template17 .temp17_content h6 span {
    font-family: 'SourceSansPro-Light';
    font-size: 1vw;
    line-height: 1.4vw;
    font-weight: bold;
}
.prism-create .template17 .temp17_content p {
	font-size: 0.95vw;
    line-height: 1.3vw;
    margin: 1% 0% 4%;
    color: #ffffff;
    display: block;
    font-weight: bold;
}
.prism-create .template17 .temp17_content p span {
    font-family: 'SourceSansPro-Bold';
}
.prism-create .template17 .temp17_content .top_text {
    margin-bottom: 8%;
}
.prism-create .template17 .temp17_content .top_text p {
    margin: 0px;
    font-family: 'SourceSansPro-Regular';
    position: relative;
}
.prism-create .template17 .temp17_content .top_text p::after {
    content: "";
    width: 10%;
    height: 5px;
    position: absolute;
    top: 110%;
    left: 0px;
    background: #4bcb3e;
    max-width: 80px;
}
.prism-create .template17 .temp17_content p.extra_margin {
   margin-bottom: 8%;
}

.prism-create .template17 .temp17_content .two_cols .right_col_sec {
    width: 32%;
     height: 82%;
    position: absolute;
    right: 12%;
    top: 11.5%;
}
.prism-create .template17 .temp17_content .two_cols .right_col_sec .right_col_box {
    width: 80%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 0.5px solid #ffffff;
    min-height: 72vh;
    padding-bottom: 4%;
}

.prism-create .template17 .temp17_content .two_cols .right_col_sec .right_col_box .right_col_box_img {
    margin: 0px;
    position: relative;
    width: 102%;
    margin-left: -1%;
    margin-top: -1%;
}
.prism-create .template17 .temp17_content .two_cols .right_col_sec .right_col_box .right_col_box_img img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}
.prism-create .template17 .temp17_content .two_cols .right_col_sec .right_col_box .right_col_box_content {
    position: relative;
    width: 100%;
    padding: 5% 5% 2%;
    color: #ffffff;
} 
.prism-create .template17 .temp17_content .two_cols .right_col_sec .right_col_box .slide_boxes {
    display: none;
}
.prism-create .template17 .temp17_content .two_cols .right_col_sec .right_col_box .slide_boxes.slide_first_boxes {
    display: block;
}
.prism-create .template17 .temp17_content .two_cols .right_col_sec .slide_nav {
    position: absolute;
    width: 100%;
    bottom: 2%;
    left: 0px;
    text-align: center;
}
.prism-create .template17 .temp17_content .two_cols .right_col_sec .slide_nav .nav_dot {
    display: inline-block;
    vertical-align: top;
    width: 10%;
    height: 6px;
    background: #ffffff;
    cursor: pointer;
    margin: 0% 1%;
    border-radius: 3px;
}
.prism-create .template17 .temp17_content .two_cols .right_col_sec .slide_nav .nav_dot.active_dot {
    background: #4bcb3e;
}

.prism-create .template17 .temp17_content .two_cols .right_col_sec .slide_source_text {
    margin: 4% 0 2%;
}
.prism-create .template17 .temp17_content .two_cols .right_col_sec .slide_source_text p {
    margin: 0px;
    font-size: 0.4vw;
    line-height: 0.6vw;
}

.prism-create .template17 .key_opportunity_sec {
    position: absolute;
    width: 35%;
    top: 15%;
    right: -36%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 1000000;
    padding: 1% 4% 1.5% 3%;
    color: #000000;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.prism-create .template17 .key_opportunity_sec h6 {
	font-size: 1.3vw;
    line-height: 1.7vw;
    font-family: 'ClanOffcPro-Ultra';
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
    margin: 5% 0 1.5%;
}
.prism-create .template17 .key_opportunity_sec p {
    color: #000000;
    margin-bottom: 3%;
}
.prism-create .template17 .key_opportunity_sec h5 {
    color: #000000;
    font-size: 1.1vw;
    line-height: 1.5vw;
    font-family: 'ClanOffcPro-Ultra';
    margin-bottom: 1.5%;
}
.prism-create .template17 .key_opportunity_sec ul li {
    color: #000000;
    margin-bottom: 3%;
    font-size: 0.95vw;
    line-height: 1.3vw;
    margin-left: 3%;
    font-family: 'SourceSansPro-Regular';
}
.prism-create .template17 .close_slidebox_popup {
    position: absolute;
    right: 12%;
    top: 11%;
    cursor: pointer;
    width: 2.8%;
    text-align: center;
    z-index: 100;
    min-width: 45px;
    -webkit-animation: pulse-btn 2s infinite;
	-moz-animation: pulse-btn 2s infinite;
	-ms-animation: pulse-btn 2s infinite;
	-o-animation: pulse-btn 2s infinite;
    animation: pulse-btn 2s infinite;
    margin: 0px !important;
}


@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 .template17 .temp17_content .two_cols .right_col_sec .right_col_box {
    min-height: 46vh;
}
.prism-create .template17 .temp17_content .two_cols .left_col_sec {
    padding: 14% 6% 5% 12%;
}
.prism-create .template17 .temp17_content .two_cols .right_col_sec {
    top: 21.5%;
    height: 70%;
}

}


@media (max-width: 1024px) {

}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template17 .temp17_content .two_cols .left_col_sec {
    padding: 4% 6% 5% 12%;
}
.prism-create .template17 .temp17_content .two_cols .right_col_sec .right_col_box {
    min-height: 72vh;
}

.prism-create .template17 .temp17_content .two_cols .right_col_sec {
    top: 11.5%;
    height: 82%;
}    
}
@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 .two_cols {
    display: block;
}    
.prism-create .template17 .temp17_content .two_cols .right_col_sec {
    width: 100%;
    height: 50vh;
}
.prism-create .template17 .temp17_content .two_cols .left_col_sec {
    width: 80%;
    height: auto;
    margin: 14% auto;
    padding: 0%;
}
.prism-create .template17 .temp17_content .two_cols .right_col_sec {
    width: 80%;
    height: auto;
    position: relative;
    right: inherit;
    top: inherit;
    margin: 6% auto;
}
.prism-create .template17 .close_slidebox_popup {
    right: 7%;
    top: 6%;
}
.prism-create .template17 .temp17_content h4 {
    font-size: 6vw;
    line-height: 7vw;
}  
.prism-create .template17 .temp17_content p {
    font-size: 3vw;
    line-height: 4vw;
    margin: 2% 0% 6%;
}    
.prism-create .template17 .temp17_content h3 {
    font-size: 8vw;
    line-height: 8vw;
        -webkit-text-stroke-width: 3.2px;
    margin-bottom: 0.5%;
}
.prism-create .template17 .temp17_content h6 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}
.prism-create .template17 .temp17_content h6 span {
    font-size: 3vw;
    line-height: 4vw;
}       
.prism-create .template17 .temp17_content .two_cols .right_col_sec .right_col_box {
    width: 100%;
    min-height: 78vh;
}
.prism-create .template17 .temp17_content .two_cols .right_col_sec .slide_source_text {
    margin: 6% 0 2%;
}
.prism-create .template17 .temp17_content .two_cols .right_col_sec .slide_source_text p {
    font-size: 2vw;
    line-height: 2.8vw;
    word-break: break-all;
}
.prism-create .template17 .key_opportunity_sec h5 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}  
.prism-create .template17 .key_opportunity_sec ul li {    
    font-size: 2.95vw;
    line-height: 4vw;
    margin-left: 4%;
}
.prism-create .template17 .key_opportunity_sec {
    width: 80%;
    padding: 3% 6% 2.5% 6%;
    top: 12%;
    max-height: 86%;
    overflow: auto;
    right: -81%;
    }
      
}
@media (max-width: 480px) {
.prism-create .template17 .temp17_content h4 {
    font-size: 8vw;
    line-height: 9vw;
    margin: 0 0 4%;
}    
.prism-create .template17 .temp17_content p {
    font-size: 4vw;
    line-height: 5.4vw;
    margin: 0 0 8%;
}  
.prism-create .template17 .temp17_content .two_cols .left_col_sec .left_col_sec_text {
    margin-left: 19%;
} 
.prism-create .template17 .temp17_content .two_cols .left_col_sec .left_col_sec_icon {
    width: 24%;
    left: -26%;
    top: 3px;
}
.prism-create .template17 .temp17_content .two_cols .right_col_sec .right_col_box {    
    min-height: 65vh;
}
.prism-create .template17 .close_slidebox_popup {
    top: 4%;
}
.prism-create .template17 .temp17_content h6 {
    font-size: 5vw;
    line-height: 6vw;
    margin: 5% 0 2.5%;
}
.prism-create .template17 .temp17_content h6 span {
    font-size: 4vw;
    line-height: 5vw;
}     
.prism-create .template17 .key_opportunity_sec h5 {
    font-size: 4.5vw;
    line-height: 5.5vw;
    margin-bottom: 4%;
}
.prism-create .template17 .key_opportunity_sec ul li {
    font-size: 4vw;
    line-height: 5vw;
    margin-left: 6%;
}
.prism-create .template17 .key_opportunity_sec {
    width: 85%;
    right: -86%;
}
}
@media (max-height: 450px) {
.prism-create .template17 .temp17_content .top_text {
    margin-bottom: 9%;
}
    
}
/* template17 css end */

/* template18 css start */
.prism-create .template18 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #000000;
}
.prism-create .template18 .temp18_content {
    width: 100%;
}
.prism-create .template18 .temp18_content .two_cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template18 .temp18_content .two_cols .left_col_sec {
    width: 50%;
     height: 100vh;
         padding: 5% 3% 5% 12%;
}
.prism-create .template18 .temp18_content .two_cols .left_col_sec .left_col_sec_text {
    margin-left: 15%;
    position: relative;
}
.prism-create .template18 .temp18_content .two_cols .left_col_sec .left_col_sec_icon {
    position: absolute;
    width: 20%;
    left: -20%;
    top: 0px;
}
.prism-create .template18 .temp18_content h3 {
	font-size: 3vw;
    line-height: 3vw;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #4BCD3E;
}
.prism-create .template18 .temp18_content h4 {
	font-size: 2.4vw;
    line-height: 2.6vw;
    margin: 6% 0%;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
}
.prism-create .template18 .temp18_content h6 {
	font-size: 1.3vw;
    line-height: 1.7vw;
    font-family: 'ClanOffcPro-Ultra';
    color: #ffffff;
    margin-bottom: 3%;
}.prism-create .template18 .temp18_content h6 span {
    font-family: 'SourceSansPro-Light';
    font-size: 1vw;
    line-height: 1.4vw;
    font-weight: bold;
}
.prism-create .template18 .temp18_content p {
	font-size: 0.95vw;
    line-height: 1.3vw;
    margin: 1% 0% 4%;
    color: #ffffff;
    display: block;
    font-weight: bold;
}
.prism-create .template18 .temp18_content p span {
    font-family: 'SourceSansPro-Bold';
}
.prism-create .template18 .temp18_content .top_text {
    margin-bottom: 8%;
}
.prism-create .template18 .temp18_content .top_text p {
    margin: 0px;
    font-family: 'SourceSansPro-Regular';
    position: relative;
}
.prism-create .template18 .temp18_content .top_text p::after {
    content: "";
    width: 10%;
    height: 5px;
    position: absolute;
    top: 110%;
    left: 0px;
    background: #4bcb3e;
    max-width: 80px;
}
.prism-create .template18 .temp18_content p.extra_margin {
   margin-bottom: 8%;
}

.prism-create .template18 .temp18_content .two_cols .right_col_sec {
    width: 32%;
     height: 82%;
    position: absolute;
    right: 12%;
    top: 11.5%;
}
.prism-create .template18 .temp18_content .two_cols .right_col_sec .right_col_box {
    width: 80%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 0.5px solid #ffffff;
    min-height: 72vh;
    padding-bottom: 4%;
}

.prism-create .template18 .temp18_content .two_cols .right_col_sec .right_col_box .right_col_box_img {
    margin: 0px;
    position: relative;
    width: 102%;
    margin-left: -1%;
    margin-top: -1%;
}
.prism-create .template18 .temp18_content .two_cols .right_col_sec .right_col_box .right_col_box_img img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}
.prism-create .template18 .temp18_content .two_cols .right_col_sec .right_col_box .right_col_box_content {
    position: relative;
    width: 100%;
    padding: 5% 5% 2%;
    color: #ffffff;
} 
.prism-create .template18 .temp18_content .two_cols .right_col_sec .right_col_box .slide_boxes {
    display: none;
}
.prism-create .template18 .temp18_content .two_cols .right_col_sec .right_col_box .slide_boxes.slide_first_boxes {
    display: block;
}
.prism-create .template18 .temp18_content .two_cols .right_col_sec .slide_nav {
    position: absolute;
    width: 100%;
    bottom: 2%;
    left: 0px;
    text-align: center;
}
.prism-create .template18 .temp18_content .two_cols .right_col_sec .slide_nav .nav_dot {
    display: inline-block;
    vertical-align: top;
    width: 10%;
    height: 6px;
    background: #ffffff;
    cursor: pointer;
    margin: 0% 1%;
    border-radius: 3px;
}
.prism-create .template18 .temp18_content .two_cols .right_col_sec .slide_nav .nav_dot.active_dot {
    background: #4bcb3e;
}

.prism-create .template18 .temp18_content .two_cols .right_col_sec .slide_source_text {
    margin: 4% 0 2%;
}
.prism-create .template18 .temp18_content .two_cols .right_col_sec .slide_source_text p {
    margin: 0px;
    font-size: 0.4vw;
    line-height: 0.6vw;
}

.prism-create .template18 .key_opportunity_sec {
    position: absolute;
    width: 35%;
    top: 15%;
    right: -36%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 1000000;
    padding: 1% 4% 1.5% 3%;
    color: #000000;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.prism-create .template18 .key_opportunity_sec h6 {
	font-size: 1.3vw;
    line-height: 1.7vw;
    font-family: 'ClanOffcPro-Ultra';
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
    margin: 5% 0 1.5%;
}
.prism-create .template18 .key_opportunity_sec p {
    color: #000000;
    margin-bottom: 3%;
}
.prism-create .template18 .key_opportunity_sec h5 {
    color: #000000;
    font-size: 1.1vw;
    line-height: 1.5vw;
    font-family: 'ClanOffcPro-Ultra';
    margin-bottom: 1.5%;
}
.prism-create .template18 .key_opportunity_sec ul li {
    color: #000000;
    margin-bottom: 3%;
    font-size: 0.95vw;
    line-height: 1.3vw;
    margin-left: 3%;
    font-family: 'SourceSansPro-Regular';
}
.prism-create .template18 .close_slidebox_popup {
    position: absolute;
    right: 12%;
    top: 11%;
    cursor: pointer;
    width: 2.8%;
    text-align: center;
    z-index: 100;
    min-width: 45px;
    -webkit-animation: pulse-btn 2s infinite;
	-moz-animation: pulse-btn 2s infinite;
	-ms-animation: pulse-btn 2s infinite;
	-o-animation: pulse-btn 2s infinite;
    animation: pulse-btn 2s infinite;
    margin: 0px !important;
}


@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 .template18 .temp18_content .two_cols .right_col_sec .right_col_box {
    min-height: 46vh;
}
.prism-create .template18 .temp18_content .two_cols .left_col_sec {
    padding: 14% 6% 5% 12%;
}
.prism-create .template18 .temp18_content .two_cols .right_col_sec {
    top: 21.5%;
    height: 70%;
}

}


@media (max-width: 1024px) {

}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template18 .temp18_content .two_cols .left_col_sec {
    padding: 4% 6% 5% 12%;
}
.prism-create .template18 .temp18_content .two_cols .right_col_sec .right_col_box {
    min-height: 72vh;
}
.prism-create .template18 .temp18_content .two_cols .right_col_sec {
    top: 11.5%;
    height: 82%;
}    
}
@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 .temp18_content .two_cols {
    display: block;
}    
.prism-create .template18 .temp18_content .two_cols .right_col_sec {
    width: 100%;
    height: 50vh;
}
.prism-create .template18 .temp18_content .two_cols .left_col_sec {
    width: 80%;
    height: auto;
    margin: 14% auto;
    padding: 0%;
}
.prism-create .template18 .temp18_content .two_cols .right_col_sec {
    width: 80%;
    height: auto;
    position: relative;
    right: inherit;
    top: inherit;
    margin: 6% auto;
}
.prism-create .template18 .close_slidebox_popup {
    right: 7%;
    top: 6%;
}
.prism-create .template18 .temp18_content h4 {
    font-size: 6vw;
    line-height: 7vw;
}  
.prism-create .template18 .temp18_content p {
    font-size: 3vw;
    line-height: 4vw;
    margin: 2% 0% 6%;
}    
.prism-create .template18 .temp18_content h3 {
    font-size: 8vw;
    line-height: 8vw;
        -webkit-text-stroke-width: 3.2px;
    margin-bottom: 0.5%;
}
.prism-create .template18 .temp18_content h6 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}
.prism-create .template18 .temp18_content .two_cols .right_col_sec .right_col_box {
    width: 100%;
    min-height: 78vh;
}
.prism-create .template18 .temp18_content .two_cols .right_col_sec .slide_source_text {
    margin: 6% 0 2%;
}
.prism-create .template18 .temp18_content .two_cols .right_col_sec .slide_source_text p {
    font-size: 2vw;
    line-height: 2.8vw;
    word-break: break-all;
}
.prism-create .template18 .key_opportunity_sec h5 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}  
.prism-create .template18 .key_opportunity_sec ul li {    
    font-size: 2.95vw;
    line-height: 4vw;
    margin-left: 4%;
}
.prism-create .template18 .key_opportunity_sec {
    width: 80%;
    padding: 3% 6% 2.5% 6%;
    top: 12%;
    max-height: 86%;
    overflow: auto;
    right: -81%;
    }
      
}
@media (max-width: 480px) {
.prism-create .template18 .temp18_content h4 {
    font-size: 8vw;
    line-height: 9vw;
    margin: 0 0 4%;
}    
.prism-create .template18 .temp18_content p {
    font-size: 4vw;
    line-height: 5.4vw;
    margin: 0 0 8%;
}  
.prism-create .template18 .temp18_content .two_cols .left_col_sec .left_col_sec_text {
    margin-left: 19%;
} 
.prism-create .template18 .temp18_content .two_cols .left_col_sec .left_col_sec_icon {
    width: 24%;
    left: -26%;
    top: 3px;
}
.prism-create .template18 .temp18_content .two_cols .right_col_sec .right_col_box {    
    min-height: 65vh;
}
.prism-create .template18 .close_slidebox_popup {
    top: 4%;
}
.prism-create .template18 .temp18_content h6 {
    font-size: 5vw;
    line-height: 6vw;
    margin: 5% 0 2.5%;
}
.prism-create .template18 .key_opportunity_sec h5 {
    font-size: 4.5vw;
    line-height: 5.5vw;
    margin-bottom: 4%;
}
.prism-create .template18 .key_opportunity_sec ul li {
    font-size: 4vw;
    line-height: 5vw;
    margin-left: 6%;
}
.prism-create .template18 .key_opportunity_sec {
    width: 85%;
    right: -86%;
}
}
@media (max-height: 450px) {
.prism-create .template18 .temp18_content .top_text {
    margin-bottom: 9%;
}
  
}
/* template18 css end */

/* template19 css start */
.prism-create .template19 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #000000;
}
.prism-create .template19 .temp19_content {
    width: 100%;
}
.prism-create .template19 .temp19_content .two_cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template19 .temp19_content .two_cols .left_col_sec {
    width: 50%;
     height: 100vh;
         padding: 5% 3% 5% 12%;
}
.prism-create .template19 .temp19_content .two_cols .left_col_sec .left_col_sec_text {
    margin-left: 15%;
    position: relative;
}
.prism-create .template19 .temp19_content .two_cols .left_col_sec .left_col_sec_icon {
    position: absolute;
    width: 18%;
    left: -20%;
    top: 0px;
}
.prism-create .template19 .temp19_content h3 {
	font-size: 3vw;
    line-height: 3vw;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #4BCD3E;
}
.prism-create .template19 .temp19_content h4 {
	font-size: 2.4vw;
    line-height: 2.6vw;
    margin: 6% 0%;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
}
.prism-create .template19 .temp19_content h6 {
	font-size: 1.3vw;
    line-height: 1.7vw;
    font-family: 'ClanOffcPro-Ultra';
    color: #ffffff;
    margin-bottom: 3%;
}.prism-create .template19 .temp19_content h6 span {
    font-family: 'SourceSansPro-Light';
    font-size: 1vw;
    line-height: 1.4vw;
    font-weight: bold;
}
.prism-create .template19 .temp19_content p {
	font-size: 0.95vw;
    line-height: 1.3vw;
    margin: 1% 0% 4%;
    color: #ffffff;
    display: block;
    font-weight: bold;
}
.prism-create .template19 .temp19_content p span {
    font-family: 'SourceSansPro-Bold';
}
.prism-create .template19 .temp19_content .top_text {
    margin-bottom: 8%;
}
.prism-create .template19 .temp19_content .top_text p {
    margin: 0px;
    font-family: 'SourceSansPro-Regular';
    position: relative;
}
.prism-create .template19 .temp19_content .top_text p::after {
    content: "";
    width: 10%;
    height: 5px;
    position: absolute;
    top: 110%;
    left: 0px;
    background: #4bcb3e;
    max-width: 80px;
}
.prism-create .template19 .temp19_content p.extra_margin {
   margin-bottom: 8%;
}

.prism-create .template19 .temp19_content .two_cols .right_col_sec {
    width: 32%;
     height: 82%;
    position: absolute;
    right: 12%;
    top: 11.5%;
}
.prism-create .template19 .temp19_content .two_cols .right_col_sec .right_col_box {
    width: 80%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 0.5px solid #ffffff;
    min-height: 72vh;
    padding-bottom: 4%;
}

.prism-create .template19 .temp19_content .two_cols .right_col_sec .right_col_box .right_col_box_img {
    margin: 0px;
    position: relative;
    width: 102%;
    margin-left: -1%;
    margin-top: -1%;
}
.prism-create .template19 .temp19_content .two_cols .right_col_sec .right_col_box .right_col_box_img img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}
.prism-create .template19 .temp19_content .two_cols .right_col_sec .right_col_box .right_col_box_content {
    position: relative;
    width: 100%;
    padding: 5% 5% 2%;
    color: #ffffff;
} 
.prism-create .template19 .temp19_content .two_cols .right_col_sec .right_col_box .slide_boxes {
    display: none;
}
.prism-create .template19 .temp19_content .two_cols .right_col_sec .right_col_box .slide_boxes.slide_first_boxes {
    display: block;
}
.prism-create .template19 .temp19_content .two_cols .right_col_sec .slide_nav {
    position: absolute;
    width: 100%;
    bottom: 2%;
    left: 0px;
    text-align: center;
}
.prism-create .template19 .temp19_content .two_cols .right_col_sec .slide_nav .nav_dot {
    display: inline-block;
    vertical-align: top;
    width: 10%;
    height: 6px;
    background: #ffffff;
    cursor: pointer;
    margin: 0% 1%;
    border-radius: 3px;
}
.prism-create .template19 .temp19_content .two_cols .right_col_sec .slide_nav .nav_dot.active_dot {
    background: #4bcb3e;
}

.prism-create .template19 .temp19_content .two_cols .right_col_sec .slide_source_text {
    margin: 4% 0 2%;
}
.prism-create .template19 .temp19_content .two_cols .right_col_sec .slide_source_text p {
    margin: 0px;
    font-size: 0.4vw;
    line-height: 0.6vw;
}

.prism-create .template19 .key_opportunity_sec {
    position: absolute;
    width: 35%;
    top: 15%;
    right: -36%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 1000000;
    padding: 1% 4% 1.5% 3%;
    color: #000000;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.prism-create .template19 .key_opportunity_sec h6 {
	font-size: 1.3vw;
    line-height: 1.7vw;
    font-family: 'ClanOffcPro-Ultra';
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
    margin: 5% 0 1.5%;
}
.prism-create .template19 .key_opportunity_sec p {
    color: #000000;
    margin-bottom: 3%;
}
.prism-create .template19 .key_opportunity_sec h5 {
    color: #000000;
    font-size: 1.1vw;
    line-height: 1.5vw;
    font-family: 'ClanOffcPro-Ultra';
    margin-bottom: 1.5%;
}
.prism-create .template19 .key_opportunity_sec ul li {
    color: #000000;
    margin-bottom: 3%;
    font-size: 0.95vw;
    line-height: 1.3vw;
    margin-left: 3%;
    font-family: 'SourceSansPro-Regular';
}
.prism-create .template19 .close_slidebox_popup {
    position: absolute;
    right: 12%;
    top: 11%;
    cursor: pointer;
    width: 2.8%;
    text-align: center;
    z-index: 100;
    min-width: 45px;
    -webkit-animation: pulse-btn 2s infinite;
	-moz-animation: pulse-btn 2s infinite;
	-ms-animation: pulse-btn 2s infinite;
	-o-animation: pulse-btn 2s infinite;
    animation: pulse-btn 2s infinite;
    margin: 0px !important;
}


@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 .template19 .temp19_content .two_cols .right_col_sec .right_col_box {
    min-height: 46vh;
}
.prism-create .template19 .temp19_content .two_cols .left_col_sec {
    padding: 14% 6% 5% 12%;
}
.prism-create .template19 .temp19_content .two_cols .right_col_sec {
    top: 21.5%;
    height: 70%;
}

}


@media (max-width: 1024px) {

}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template19 .temp19_content .two_cols .left_col_sec {
    padding: 4% 6% 5% 12%;
}
.prism-create .template19 .temp19_content .two_cols .right_col_sec .right_col_box {
    min-height: 72vh;
}

.prism-create .template19 .temp19_content .two_cols .right_col_sec {
    top: 11.5%;
    height: 82%;
}    
}
@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 .temp19_content .two_cols {
    display: block;
}    
.prism-create .template19 .temp19_content .two_cols .right_col_sec {
    width: 100%;
    height: 50vh;
}
.prism-create .template19 .temp19_content .two_cols .left_col_sec {
    width: 80%;
    height: auto;
    margin: 14% auto;
    padding: 0%;
}
.prism-create .template19 .temp19_content .two_cols .right_col_sec {
    width: 80%;
    height: auto;
    position: relative;
    right: inherit;
    top: inherit;
    margin: 6% auto;
}
.prism-create .template19 .close_slidebox_popup {
    right: 7%;
    top: 6%;
}
.prism-create .template19 .temp19_content h4 {
    font-size: 6vw;
    line-height: 7vw;
}  
.prism-create .template19 .temp19_content p {
    font-size: 3vw;
    line-height: 4vw;
    margin: 2% 0% 6%;
}    
.prism-create .template19 .temp19_content h3 {
    font-size: 8vw;
    line-height: 8vw;
        -webkit-text-stroke-width: 3.2px;
    margin-bottom: 0.5%;
}
.prism-create .template19 .temp19_content h6 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}
.prism-create .template19 .temp19_content .two_cols .right_col_sec .right_col_box {
    width: 100%;
    min-height: 78vh;
}
.prism-create .template19 .temp19_content .two_cols .right_col_sec .slide_source_text {
    margin: 6% 0 2%;
}
.prism-create .template19 .temp19_content .two_cols .right_col_sec .slide_source_text p {
    font-size: 2vw;
    line-height: 2.8vw;
    word-break: break-all;
}
.prism-create .template19 .key_opportunity_sec h5 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}  
.prism-create .template19 .key_opportunity_sec ul li {    
    font-size: 2.95vw;
    line-height: 4vw;
    margin-left: 4%;
}
.prism-create .template19 .key_opportunity_sec {
    width: 80%;
    padding: 3% 6% 2.5% 6%;
    top: 12%;
    max-height: 86%;
    overflow: auto;
    right: -81%;
    }
      
}
@media (max-width: 480px) {
.prism-create .template19 .temp19_content h4 {
    font-size: 8vw;
    line-height: 9vw;
    margin: 0 0 4%;
}    
.prism-create .template19 .temp19_content p {
    font-size: 4vw;
    line-height: 5.4vw;
    margin: 0 0 8%;
}  
.prism-create .template19 .temp19_content .two_cols .left_col_sec .left_col_sec_text {
    margin-left: 19%;
} 
.prism-create .template19 .temp19_content .two_cols .left_col_sec .left_col_sec_icon {
    width: 24%;
    left: -26%;
    top: 3px;
}
.prism-create .template19 .temp19_content .two_cols .right_col_sec .right_col_box {    
    min-height: 65vh;
}
.prism-create .template19 .close_slidebox_popup {
    top: 4%;
}
.prism-create .template19 .temp19_content h6 {
    font-size: 5vw;
    line-height: 6vw;
    margin: 5% 0 2.5%;
}
.prism-create .template19 .key_opportunity_sec h5 {
    font-size: 4.5vw;
    line-height: 5.5vw;
    margin-bottom: 4%;
}
.prism-create .template19 .key_opportunity_sec ul li {
    font-size: 4vw;
    line-height: 5vw;
    margin-left: 6%;
}
.prism-create .template19 .key_opportunity_sec {
    width: 85%;
    right: -86%;
}
}
@media (max-height: 450px) {
.prism-create .template19 .temp19_content .top_text {
    margin-bottom: 9%;
}
  
}
/* template19 css end */

/* template20 css start */
.prism-create .template20 {
  position: relative;
  width: 100%;
  height: 100vh;
}
.prism-create .template20 .temp20_content {
  position: relative;
    width: 50%;
    height: 100vh;
    margin: 0px auto;
    z-index: 10000;
    text-align: center;
    padding: 12% 0 3%;
    display: flex;
    align-items: center;
}
.prism-create .template20 .temp20_content .temp20_content_inner {
    width: 100%;
}
.prism-create .template20 .temp20_content h3 {
  font-size: 2.5vw;
    line-height: 2.5vw;
  margin: 5% 0 2.5%;
  color: #ffffff;
  font-weight: bold;
  font-family: 'ClanOffcPro-Ultra';
    text-transform: uppercase;
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
}
.prism-create .template20 .temp20_content p {
    font-size: 1.3vw;
    line-height: 1.7vw;
    margin: 0 0 7%;
    color: #ffffff;
    font-family: 'SourceSansPro-Bold';
    padding: 0% 8%;
}
@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 .temp20_content h3 {
    font-size: 4.5vw;
    line-height: 4.5vw;
    margin: 7% 0% 2%;
}
.prism-create .template20 .temp20_content {
    width: 60%;
}
.prism-create .template20 .temp20_content p {
    padding: 0% 12%;
	    margin: 0 0 2%;
}
}

@media (max-width: 1024px) {
  .prism-create .template20 {
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template20 .temp20_content h3 {
    font-size: 3.5vw;
    line-height: 3.5vw;
}
}
@media (max-width: 1024px) and (min-height: 650px) {

}
@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 .temp20_content h3 {
    font-size: 8vw;
    line-height: 9vw;
    margin: 3% 0%;
}
 .prism-create .template20 .temp20_content {
    width: 82%;
    height: 100vh;
}
.prism-create .template20 .temp20_content p {
    font-size: 3vw;
    line-height: 4vw;
}
}
@media (max-width: 768px) {
      
}
@media (max-width: 480px) {
.prism-create .template20 .temp20_content h3 {
    font-size: 10vw;
    line-height: 11vw;
}    
.prism-create .template20 .temp20_content p {
    font-size: 4vw;
    line-height: 5vw;
	padding: 0% 6%;
}   
}

@media (max-height: 450px) {

}
/* template20 css end */

/* template21 css start */
.prism-create .template21 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #ffffff;
}
.prism-create .template21 .temp21_content {
    width: 100%;
}
.prism-create .template21 .temp21_content .two_cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template21 .temp21_content .two_cols .left_col_sec {
    width: 50%;
     height: 100vh;
         padding: 5% 7% 5% 12%;
}

.prism-create .template21 .temp21_content .two_cols .right_col_sec {
    width: 50%;
     height: 100vh;
    background: url("images/page21-image.jpg") no-repeat top center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.prism-create .template21 .temp21_content h3 {
	font-size: 3vw;
    line-height: 3vw;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #4BCD3E;
}
.prism-create .template21 .temp21_content h4 {
	font-size: 2.4vw;
    line-height: 2.6vw;
    margin: 1% 0%;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
}
.prism-create .template21 .temp21_content h6 {
	font-size: 1.4vw;
    line-height: 1.8vw;
    font-family: 'ClanOffcPro-Ultra';
    color: #4BCD3E;
}
.prism-create .template21 .temp21_content p {
	font-size: 1vw;
    line-height: 1.4vw;
    margin: 1% 0% 4%;
    color: #000000;
    display: block;
    font-weight: bold;
    width: 90%;
}
.prism-create .template21 .temp21_content .top_text {
    margin-bottom: 8%;
}
.prism-create .template21 .temp21_content .top_text p {
    margin: 0px;
    font-family: 'SourceSansPro-Regular';
    position: relative;
}
.prism-create .template21 .temp21_content .top_text p::after {
    content: "";
    width: 10%;
    height: 5px;
    position: absolute;
    top: 110%;
    left: 0px;
    background: #4bcb3e;
    max-width: 80px;
}
.prism-create .template21 .temp21_content p.extra_margin {
   margin-bottom: 12%;
}
.prism-create .template21 .temp21_content .two_cols .right_col_center_text {
    width: 100%;
    padding: 5% 22% 3%;
}
.prism-create .template21 .temp21_content .two_cols .right_col_sec_cols {
    border-bottom: 2px solid #ffffff;
    margin-left: 7%;
    position: relative;
    margin-bottom: 3%;
    padding: 2% 0;
}
.prism-create .template21 .temp21_content .two_cols .right_col_sec_cols.right_col_sec_cols_bor0 {
    border: 0px;
}
.prism-create .template21 .temp21_content .two_cols .right_col_sec_cols .page21_icons {
        position: absolute;
    display: block;
    left: -16%;
    top: -3%;
    width: 12%;
}
.prism-create .template21 .temp21_content .two_cols .right_col_sec_cols p {
    margin: 2% 0 3%;
}
.prism-create .template21 .statistics_popup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 100001;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    display: none;
}
.prism-create .template21 .statistics_popup .statistics_popup_outer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;    
}
.prism-create .template21 .statistics_popup .statistics_popup_inner {
    position: absolute;
    width: 76%;
    max-height: 80%;
    left: 12%;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    overflow: auto;
}
.prism-create .template21 .statistics_popup .statistics_popup_inner .statistics_heading {
    text-align: center;
    background-image: linear-gradient(to right, #4bcd3e, #00d383, #00d5b9, #00d4de, #3bcff0);
    padding: 2.5% 2% 2%;
}
.prism-create .template21 .statistics_popup h2 {
	font-size: 2.2vw;
    line-height: 2.2vw;
    font-family: 'ClanOffcPro-Ultra';
    color: #ffffff;
}

.prism-create .template21 .statistics_popup .statistics_popup_inner .statistics_content {
    padding: 2% 5%;
}
.prism-create .template21 .statistics_popup .statistics_popup_inner .statistics_content_flex {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
     justify-content: center;
}
.prism-create .template21 .statistics_content_flex_cols {
    width: 33%;
    text-align: center;
    padding: 1% 2%;
    border-right: 2px solid #009775;
    border-bottom: 2px solid #009775;
    padding-bottom: 3%;
    position: relative;
}
.prism-create .template21 .statistics_content_flex_cols.border_right0 {
    border-right: 0px;
}
.prism-create .template21 .statistics_content_flex_cols.border_bottom0 {
    border-bottom: 0px;
}
.prism-create .template21 .statistics_content_flex_cols .statistics_content_icon img {
    width: 30%;
}
.prism-create .template21 .statistics_content_flex_cols p {
	font-size: 0.85vw;
    line-height: 1.2vw;
    margin: 1% 0%;
    color: #000000;
    display: block;
    font-weight: bold;
    padding: 0% 2%;
}
.prism-create .template21 .statistics_content_flex_cols p.width_70 {
    padding: 0% 15%;
}
.statistics_content_source {
    position: absolute;
    width: 98%;
    bottom: 3%;
    left: 0px;
    text-align: right;
}
.prism-create .template21 .statistics_content_flex_cols h5 {
	font-size: 4.5vw;
    line-height: 4.5vw;
    margin: 1% 0% 7%;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
}
.prism-create .template21 .close_statistics_popup {
    position: absolute;
    right: 7%;
    top: 12%;
    cursor: pointer;
    width: 2.8%;
    text-align: center;
    z-index: 100;
    -webkit-animation: pulse-btn 2s infinite;
	-moz-animation: pulse-btn 2s infinite;
	-ms-animation: pulse-btn 2s infinite;
	-o-animation: pulse-btn 2s infinite;
    animation: pulse-btn 2s infinite;
}
@-webkit-keyframes pulse-btn {
  0% {
      transform: scale(1);
  }
    50% {
      transform: scale(0.85);
  }
  100% {
      transform: scale(1);
  }
}
@keyframes pulse-btn {
 0% {
      transform: scale(1);
  }
    50% {
      transform: scale(0.85);
  }
  100% {
      transform: scale(1);
  }
}
.prism-create .template21 p.star_text_sm {
    position: absolute;
    z-index: 2;
    bottom: 6%;
    right: 4%;
    width: 40%;
    margin: 0px;
    font-size: 0.4vw;
    line-height: 0.6vw;
    color: #ffffff;
}
@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 .two_cols .left_col_sec {
    padding: 16% 7% 5% 12%;
}

}


@media (max-width: 1024px) {

}
@media (max-width: 1024px) and (min-height: 700px) {

}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template21 .temp21_content .two_cols .left_col_sec {
    padding: 5% 7% 5% 12%;
}    

}
@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 .temp21_content .two_cols {
    display: block;
}    
.prism-create .template21 .temp21_content .two_cols .right_col_sec {
    width: 100%;
    height: 50vh;
}
.prism-create .template21 .temp21_content .two_cols .left_col_sec {
    width: 80%;
    height: auto;
    padding: 0%;
    margin: 14% auto 8%;
}  
.prism-create .template21 .temp21_content p {
    font-size: 2.5vw;
    line-height: 3.5vw;
    width: 100%;
}    
.prism-create .template21 .temp21_content h4 {
    font-size: 7vw;
    line-height: 8vw;
    margin: 3% 0%;
}
.prism-create .template21 .temp21_content .top_text {
    margin-bottom: 6%;
}
.prism-create .template21 .temp21_content h3 {
    font-size: 8vw;
    line-height: 8vw;
    }
.prism-create .template21 .temp21_content p.extra_margin {
    margin-bottom: 6%;
}
.prism-create .template21 .temp21_content .two_cols .right_col_sec {
    height: auto;
}
.prism-create .template21 .temp21_content .two_cols .right_col_center_text {
    padding: 12% 14% 6%;
}
.prism-create .template21 .temp21_content h6 {
    font-size: 3.5vw;
    line-height: 4vw;
}

.prism-create .template21 .temp21_content .two_cols .right_col_sec_cols {
    margin-bottom: 6%;
}
.prism-create .template21 .statistics_popup h2 {
    font-size: 3.6vw;
    line-height: 4vw;
}
.prism-create .template21 .statistics_popup .statistics_popup_inner {
    width: 84%;
    max-height: 100%;
    left: 8%;
}
.prism-create .template21 .statistics_content_flex_cols p {
    font-size: 2vw;
    line-height: 2.6vw;
}
.statistics_content_source {
    bottom: 2%;
    right: 4%;
        left: inherit;
}
.prism-create .template21 .statistics_content_flex_cols {
    padding-bottom: 11%;
}
.prism-create .template21 .statistics_content_flex_cols .statistics_content_icon img {
    width: 60%;
    margin: 4% 0px;
}
.prism-create .template21 .close_statistics_popup {
    right: 3%;
    top: 8%;
    width: 6%;
}
}
@media (max-width: 480px) {
.prism-create .template21 .temp21_content h4 {
    font-size: 7vw;
    line-height: 8vw;
}    
.prism-create .template21 .temp21_content p {
    font-size: 3.5vw;
    line-height: 4.5vw;
}  
.prism-create .template21 .temp21_content h3 {
    font-size: 10vw;
    line-height: 10vw;
}
.prism-create .template21 .temp21_content p {
    font-size: 4vw;
    line-height: 5.4vw;
    margin-bottom: 5%;
}
.prism-create .template21 .temp21_content h4 {
    font-size: 9vw;
    line-height: 10vw;
    margin-bottom: 6%;
}
.prism-create .template21 .temp21_content h6 {
    font-size: 5.2vw;
    line-height: 6.2vw;
}
.prism-create .template21 .temp21_content .two_cols .right_col_sec_cols .page21_icons {
    left: -16%;
    top: -2%;
    width: 16%;
}

.prism-create .template21 .control_nav {
    margin: 20px 0px 40px;
}
.prism-create .template21 .statistics_popup h2 {
    font-size: 6vw;
    line-height: 14vw;
}
.prism-create .template21 .statistics_content_flex_cols p {
    font-size: 4.5vw;
    line-height: 5.5vw;
}
.prism-create .template21 .statistics_content_flex_cols .statistics_content_icon img {
    width: 70%;
}
.prism-create .template21 .statistics_content_flex_cols.border_bottom0 {
    border-bottom: 1px solid #009775;
}
.prism-create .template21 .statistics_content_flex_cols {
    padding: 7% 2%;
    padding-bottom: 16%;
    border-right: none;
    border-bottom: 1px solid #009775;
    width: 80%;
    margin: 0px auto;
}
 .prism-create .template21 .statistics_content_flex_cols.border_bottom_none {
    border-bottom: none;
}
.prism-create .template21 .close_statistics_popup {
    right: 3%;
    top: 12%;
    width: 7%;
}
.prism-create .template21 .statistics_popup .statistics_popup_inner {
     max-height: 70%;
}
.prism-create .template21 .statistics_popup .statistics_popup_inner .statistics_heading {
    position: sticky;
    top:0px;
    z-index: 2;
}
.prism-create .template21 .statistics_popup .statistics_popup_inner .statistics_content {
    padding: 4% 5% 6%;
}
.prism-create .template21 .statistics_content_flex_cols .statistics_content_icon img {
    width: 55%;
    margin-top: 2%;
}
.prism-create .template21 .statistics_content_flex_cols h5 {
    font-size: 10.5vw;
    line-height: 10.5vw;
}

}
@media (max-height: 450px) {

}
/* template21 css end */

/* template22 css start */
.prism-create .template22 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #000000;
}
.prism-create .template22 .temp22_content {
    width: 100%;
}
.prism-create .template22 .temp22_content .two_cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template22 .temp22_content .two_cols .left_col_sec {
    width: 50%;
     height: 100vh;
         padding: 5% 6% 5% 12%;
}
.prism-create .template22 .temp22_content .two_cols .left_col_sec .left_col_sec_text {
    margin-left: 15%;
    position: relative;
}
.prism-create .template22 .temp22_content .two_cols .left_col_sec .left_col_sec_icon {
    position: absolute;
    width: 16%;
    left: -18%;
    top: 1%;
}
.prism-create .template22 .temp22_content h3 {
	font-size: 3vw;
    line-height: 3vw;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #4BCD3E;
}
.prism-create .template22 .temp22_content h4 {
	font-size: 2.4vw;
    line-height: 2.6vw;
    margin: 6% 0%;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
}
.prism-create .template22 .temp22_content h6 {
	font-size: 1.3vw;
    line-height: 1.7vw;
    font-family: 'ClanOffcPro-Ultra';
    color: #ffffff;
    margin-bottom: 3%;
}.prism-create .template22 .temp22_content h6 span {
    font-family: 'SourceSansPro-Light';
    font-size: 1vw;
    line-height: 1.4vw;
    font-weight: bold;
}
.prism-create .template22 .temp22_content p {
	font-size: 0.95vw;
    line-height: 1.3vw;
    margin: 1% 0% 4%;
    color: #ffffff;
    display: block;
    font-weight: bold;
}
.prism-create .template22 .temp22_content p span {
    font-family: 'SourceSansPro-Bold';
}
.prism-create .template22 .temp22_content .top_text {
    margin-bottom: 8%;
}
.prism-create .template22 .temp22_content .top_text p {
    margin: 0px;
    font-family: 'SourceSansPro-Regular';
    position: relative;
}
.prism-create .template22 .temp22_content .top_text p::after {
    content: "";
    width: 10%;
    height: 5px;
    position: absolute;
    top: 110%;
    left: 0px;
    background: #4bcb3e;
    max-width: 80px;
}
.prism-create .template22 .temp22_content p.extra_margin {
   margin-bottom: 8%;
}

.prism-create .template22 .temp22_content .two_cols .right_col_sec {
    width: 32%;
     height: 82%;
    position: absolute;
    right: 12%;
    top: 11.5%;
}
.prism-create .template22 .temp22_content .two_cols .right_col_sec .right_col_box {
    width: 80%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 0.5px solid #ffffff;
    min-height: 72vh;
    padding-bottom: 4%;
}

.prism-create .template22 .temp22_content .two_cols .right_col_sec .right_col_box .right_col_box_img {
    margin: 0px;
    position: relative;
    width: 102%;
    margin-left: -1%;
    margin-top: -1%;
}
.prism-create .template22 .temp22_content .two_cols .right_col_sec .right_col_box .right_col_box_img img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}
.prism-create .template22 .temp22_content .two_cols .right_col_sec .right_col_box .right_col_box_content {
    position: relative;
    width: 100%;
    padding: 5% 5% 2%;
    color: #ffffff;
} 
.prism-create .template22 .temp22_content .two_cols .right_col_sec .right_col_box .slide_boxes {
    display: none;
}
.prism-create .template22 .temp22_content .two_cols .right_col_sec .right_col_box .slide_boxes.slide_first_boxes {
    display: block;
}
.prism-create .template22 .temp22_content .two_cols .right_col_sec .slide_nav {
    position: absolute;
    width: 100%;
    bottom: 2%;
    left: 0px;
    text-align: center;
}
.prism-create .template22 .temp22_content .two_cols .right_col_sec .slide_nav .nav_dot {
    display: inline-block;
    vertical-align: top;
    width: 10%;
    height: 6px;
    background: #ffffff;
    cursor: pointer;
    margin: 0% 1%;
    border-radius: 3px;
}
.prism-create .template22 .temp22_content .two_cols .right_col_sec .slide_nav .nav_dot.active_dot {
    background: #4bcb3e;
}

.prism-create .template22 .temp22_content .two_cols .right_col_sec .slide_source_text {
    margin: 4% 0% 2%;
}
.prism-create .template22 .temp22_content .two_cols .right_col_sec .slide_source_text p {
    margin: 0px;
    font-size: 0.4vw;
    line-height: 0.6vw;
}

.prism-create .template22 .key_opportunity_sec {
    position: absolute;
    width: 35%;
    top: 15%;
    right: -36%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 1000000;
    padding: 1% 4% 1.5% 3%;
    color: #000000;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.prism-create .template22 .key_opportunity_sec h6 {
	font-size: 1.3vw;
    line-height: 1.7vw;
    font-family: 'ClanOffcPro-Ultra';
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
    margin: 5% 0 1.5%;
}
.prism-create .template22 .key_opportunity_sec p {
    color: #000000;
    margin-bottom: 3%;
}
.prism-create .template22 .key_opportunity_sec h5 {
    color: #000000;
    font-size: 1.1vw;
    line-height: 1.5vw;
    font-family: 'ClanOffcPro-Ultra';
    margin-bottom: 1.5%;
}
.prism-create .template22 .key_opportunity_sec ul li {
    color: #000000;
    margin-bottom: 3%;
    font-size: 0.95vw;
    line-height: 1.3vw;
    margin-left: 3%;
    font-family: 'SourceSansPro-Regular';
}
.prism-create .template22 .close_slidebox_popup {
    position: absolute;
    right: 12%;
    top: 11%;
    cursor: pointer;
    width: 2.8%;
    text-align: center;
    z-index: 100;
    min-width: 45px;
    -webkit-animation: pulse-btn 2s infinite;
	-moz-animation: pulse-btn 2s infinite;
	-ms-animation: pulse-btn 2s infinite;
	-o-animation: pulse-btn 2s infinite;
    animation: pulse-btn 2s infinite;
    margin: 0px !important;
}


@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 .two_cols .right_col_sec .right_col_box {
    min-height: 46vh;
}
.prism-create .template22 .temp22_content .two_cols .left_col_sec {
    padding: 14% 6% 5% 12%;
}
.prism-create .template22 .temp22_content .two_cols .right_col_sec {
    top: 21.5%;
    height: 70%;
}

}


@media (max-width: 1024px) {

}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template22 .temp22_content .two_cols .left_col_sec {
    padding: 4% 6% 5% 12%;
}
.prism-create .template22 .temp22_content .two_cols .right_col_sec .right_col_box {
    min-height: 72vh;
}
.prism-create .template22 .temp22_content .two_cols .right_col_sec {
    top: 11.5%;
    height: 82%;
}    
}
@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 .temp22_content .two_cols {
    display: block;
}    
.prism-create .template22 .temp22_content .two_cols .right_col_sec {
    width: 100%;
    height: 50vh;
}
.prism-create .template22 .temp22_content .two_cols .left_col_sec {
    width: 80%;
    height: auto;
    margin: 14% auto;
    padding: 0%;
}
.prism-create .template22 .temp22_content .two_cols .right_col_sec {
    width: 80%;
    height: auto;
    position: relative;
    right: inherit;
    top: inherit;
    margin: 6% auto;
}
.prism-create .template22 .close_slidebox_popup {
    right: 7%;
    top: 6%;
}
.prism-create .template22 .temp22_content h4 {
    font-size: 6vw;
    line-height: 7vw;
}  
.prism-create .template22 .temp22_content p {
    font-size: 3vw;
    line-height: 4vw;
    margin: 2% 0% 6%;
}    
.prism-create .template22 .temp22_content h3 {
    font-size: 8vw;
    line-height: 8vw;
        -webkit-text-stroke-width: 3.2px;
    margin-bottom: 0.5%;
}
.prism-create .template22 .temp22_content h6 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}
.prism-create .template22 .temp22_content .two_cols .right_col_sec .right_col_box {
    width: 100%;
    min-height: 78vh;
}
.prism-create .template22 .temp22_content .two_cols .right_col_sec .slide_source_text {
    margin: 6% 0 2%;
}
.prism-create .template22 .temp22_content .two_cols .right_col_sec .slide_source_text p {
    font-size: 2vw;
    line-height: 2.8vw;
    word-break: break-all;
}
.prism-create .template22 .key_opportunity_sec h5 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}  
.prism-create .template22 .key_opportunity_sec ul li {    
    font-size: 2.95vw;
    line-height: 4vw;
    margin-left: 4%;
}
.prism-create .template22 .key_opportunity_sec {
    width: 80%;
    padding: 3% 6% 2.5% 6%;
    top: 12%;
    max-height: 86%;
    overflow: auto;
    right: -81%;
    }
      
}
@media (max-width: 480px) {
.prism-create .template22 .temp22_content h4 {
    font-size: 8vw;
    line-height: 9vw;
    margin: 0 0 4%;
}    
.prism-create .template22 .temp22_content p {
    font-size: 4vw;
    line-height: 5.4vw;
    margin: 0 0 8%;
}  
.prism-create .template22 .temp22_content .two_cols .left_col_sec .left_col_sec_text {
    margin-left: 19%;
} 
.prism-create .template22 .temp22_content .two_cols .left_col_sec .left_col_sec_icon {
    width: 24%;
    left: -26%;
    top: 3px;
}
.prism-create .template22 .temp22_content .two_cols .right_col_sec .right_col_box {    
    min-height: 65vh;
}
.prism-create .template22 .close_slidebox_popup {
    top: 4%;
}
.prism-create .template22 .temp22_content h6 {
    font-size: 5vw;
    line-height: 6vw;
    margin: 5% 0 2.5%;
}
.prism-create .template22 .key_opportunity_sec h5 {
    font-size: 4.5vw;
    line-height: 5.5vw;
    margin-bottom: 4%;
}
.prism-create .template22 .key_opportunity_sec ul li {
    font-size: 4vw;
    line-height: 5vw;
    margin-left: 6%;
}
.prism-create .template22 .key_opportunity_sec {
    width: 85%;
    right: -86%;
}
}
@media (max-height: 450px) {
.prism-create .template22 .temp22_content .top_text {
    margin-bottom: 9%;
}
   
}
/* template22 css end */

/* template23 css start */
.prism-create .template23 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #000000;
}
.prism-create .template23 .temp23_content {
    width: 100%;
}
.prism-create .template23 .temp23_content .two_cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template23 .temp23_content .two_cols .left_col_sec {
    width: 50%;
     height: 100vh;
         padding: 5% 6% 5% 12%;
}
.prism-create .template23 .temp23_content .two_cols .left_col_sec .left_col_sec_text {
    margin-left: 15%;
    position: relative;
}
.prism-create .template23 .temp23_content .two_cols .left_col_sec .left_col_sec_icon {
    position: absolute;
    width: 18%;
    left: -20%;
    top: 4%;
}
.prism-create .template23 .temp23_content h3 {
	font-size: 3vw;
    line-height: 3vw;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #4BCD3E;
}
.prism-create .template23 .temp23_content h4 {
	font-size: 2.4vw;
    line-height: 2.6vw;
    margin: 6% 0%;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
}
.prism-create .template23 .temp23_content h6 {
	font-size: 1.2vw;
    line-height: 1.6vw;
    font-family: 'ClanOffcPro-Ultra';
    color: #ffffff;
    margin-bottom: 3%;
}.prism-create .template23 .temp23_content h6 span {
    font-family: 'SourceSansPro-Light';
    font-size: 1vw;
    line-height: 1.4vw;
    font-weight: bold;
}
.prism-create .template23 .temp23_content p {
	font-size: 0.95vw;
    line-height: 1.3vw;
    margin: 1% 0% 4%;
    color: #ffffff;
    display: block;
    font-weight: bold;
}
.prism-create p.custom_in_sce {
    margin: 1% 0% 2% !important;
}
.prism-create .template23 .temp23_content p span {
    font-family: 'SourceSansPro-Bold';
}
.prism-create .template23 .temp23_content .top_text {
    margin-bottom: 8%;
}
.prism-create .template23 .temp23_content .top_text p {
    margin: 0px;
    font-family: 'SourceSansPro-Regular';
    position: relative;
}
.prism-create .template23 .temp23_content .top_text p::after {
    content: "";
    width: 10%;
    height: 5px;
    position: absolute;
    top: 110%;
    left: 0px;
    background: #4bcb3e;
    max-width: 80px;
}
.prism-create .template23 .temp23_content p.extra_margin {
   margin-bottom: 8%;
}

.prism-create .template23 .temp23_content .two_cols .right_col_sec {
    width: 32%;
     height: 82%;
    position: absolute;
    right: 12%;
    top: 11.5%;
}
.prism-create .template23 .temp23_content .two_cols .right_col_sec .right_col_box {
    width: 80%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 0.5px solid #ffffff;
    min-height: 72vh;
    padding-bottom: 4%;
}

.prism-create .template23 .temp23_content .two_cols .right_col_sec .right_col_box .right_col_box_img {
    margin: 0px;
    position: relative;
    width: 102%;
    margin-left: -1%;
    margin-top: -1%;
}
.prism-create .template23 .temp23_content .two_cols .right_col_sec .right_col_box .right_col_box_img img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}
.prism-create .template23 .temp23_content .two_cols .right_col_sec .right_col_box .right_col_box_content {
    position: relative;
    width: 100%;
    padding: 5% 5% 2%;
    color: #ffffff;
} 
.prism-create .template23 .temp23_content .two_cols .right_col_sec .right_col_box .slide_boxes {
    display: none;
}
.prism-create .template23 .temp23_content .two_cols .right_col_sec .right_col_box .slide_boxes.slide_first_boxes {
    display: block;
}
.prism-create .template23 .temp23_content .two_cols .right_col_sec .slide_nav {
    position: absolute;
    width: 100%;
    bottom: 2%;
    left: 0px;
    text-align: center;
}
.prism-create .template23 .temp23_content .two_cols .right_col_sec .slide_nav .nav_dot {
    display: inline-block;
    vertical-align: top;
    width: 10%;
    height: 6px;
    background: #ffffff;
    cursor: pointer;
    margin: 0% 1%;
    border-radius: 3px;
}
.prism-create .template23 .temp23_content .two_cols .right_col_sec .slide_nav .nav_dot.active_dot {
    background: #4bcb3e;
}

.prism-create .template23 .temp23_content .two_cols .right_col_sec .slide_source_text {
    margin: 4% 0 2%;
}
.prism-create .template23 .temp23_content .two_cols .right_col_sec .slide_source_text p {
    margin: 0px;
    font-size: 0.4vw;
    line-height: 0.6vw;
}

.prism-create .template23 .key_opportunity_sec {
    position: absolute;
    width: 35%;
    top: 15%;
    right: -36%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 1000000;
    padding: 1% 4% 1.5% 3%;
    color: #000000;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.prism-create .template23 .key_opportunity_sec h6 {
	font-size: 1.3vw;
    line-height: 1.7vw;
    font-family: 'ClanOffcPro-Ultra';
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
    margin: 5% 0 1.5%;
}
.prism-create .template23 .key_opportunity_sec p {
    color: #000000;
    margin-bottom: 3%;
}
.prism-create .template23 .key_opportunity_sec h5 {
    color: #000000;
    font-size: 1.1vw;
    line-height: 1.5vw;
    font-family: 'ClanOffcPro-Ultra';
    margin-bottom: 1.5%;
}
.prism-create .template23 .key_opportunity_sec ul li {
    color: #000000;
    margin-bottom: 3%;
    font-size: 0.95vw;
    line-height: 1.3vw;
    margin-left: 3%;
    font-family: 'SourceSansPro-Regular';
}
.prism-create .template23 .close_slidebox_popup {
    position: absolute;
    right: 12%;
    top: 11%;
    cursor: pointer;
    width: 2.8%;
    text-align: center;
    z-index: 100;
    min-width: 45px;
    -webkit-animation: pulse-btn 2s infinite;
	-moz-animation: pulse-btn 2s infinite;
	-ms-animation: pulse-btn 2s infinite;
	-o-animation: pulse-btn 2s infinite;
    animation: pulse-btn 2s infinite;
    margin: 0px !important;
}


@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 .template23 .temp23_content .two_cols .right_col_sec .right_col_box {
    min-height: 46vh;
}
.prism-create .template23 .temp23_content .two_cols .left_col_sec {
    padding: 14% 6% 5% 12%;
}
.prism-create .template23 .temp23_content .two_cols .right_col_sec {
    top: 21.5%;
    height: 70%;
}

}


@media (max-width: 1024px) {

}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template23 .temp23_content .two_cols .left_col_sec {
    padding: 4% 6% 5% 12%;
}
.prism-create .template23 .temp23_content .two_cols .right_col_sec .right_col_box {
    min-height: 72vh;
}

.prism-create .template23 .temp23_content .two_cols .right_col_sec {
    top: 11.5%;
    height: 82%;
}    
}
@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 .temp23_content .two_cols {
    display: block;
}    
.prism-create .template23 .temp23_content .two_cols .right_col_sec {
    width: 100%;
    height: 50vh;
}
.prism-create .template23 .temp23_content .two_cols .left_col_sec {
    width: 80%;
    height: auto;
    margin: 14% auto;
    padding: 0%;
}
.prism-create .template23 .temp23_content .two_cols .right_col_sec {
    width: 80%;
    height: auto;
    position: relative;
    right: inherit;
    top: inherit;
    margin: 6% auto;
}
.prism-create .template23 .close_slidebox_popup {
    right: 7%;
    top: 6%;
}
.prism-create .template23 .temp23_content h4 {
    font-size: 6vw;
    line-height: 7vw;
}  
.prism-create .template23 .temp23_content p {
    font-size: 3vw;
    line-height: 4vw;
    margin: 2% 0% 6%;
}    
.prism-create .template23 .temp23_content h3 {
    font-size: 8vw;
    line-height: 8vw;
        -webkit-text-stroke-width: 3.2px;
    margin-bottom: 0.5%;
}
.prism-create .template23 .temp23_content h6 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}
.prism-create .template23 .temp23_content .two_cols .right_col_sec .right_col_box {
    width: 100%;
    min-height: 78vh;
}
.prism-create .template23 .temp23_content .two_cols .right_col_sec .slide_source_text {
    margin: 6% 0 2%;
}
.prism-create .template23 .temp23_content .two_cols .right_col_sec .slide_source_text p {
    font-size: 2vw;
    line-height: 2.8vw;
    word-break: break-all;
}
.prism-create .template23 .key_opportunity_sec h5 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}  
.prism-create .template23 .key_opportunity_sec ul li {    
    font-size: 2.95vw;
    line-height: 4vw;
    margin-left: 4%;
}
.prism-create .template23 .key_opportunity_sec {
    width: 80%;
    padding: 3% 6% 2.5% 6%;
    top: 12%;
    max-height: 86%;
    overflow: auto;
    right: -81%;
    }
      
}
@media (max-width: 480px) {
.prism-create .template23 .temp23_content h4 {
    font-size: 8vw;
    line-height: 9vw;
    margin: 0 0 4%;
}    
.prism-create .template23 .temp23_content p {
    font-size: 4vw;
    line-height: 5.4vw;
    margin: 0 0 8%;
}  
.prism-create .template23 .temp23_content .two_cols .left_col_sec .left_col_sec_text {
    margin-left: 19%;
} 
.prism-create .template23 .temp23_content .two_cols .left_col_sec .left_col_sec_icon {
    width: 24%;
    left: -26%;
    top: 3px;
}
.prism-create .template23 .temp23_content .two_cols .right_col_sec .right_col_box {    
    min-height: 65vh;
}
.prism-create .template23 .close_slidebox_popup {
    top: 4%;
}
.prism-create .template23 .temp23_content h6 {
    font-size: 5vw;
    line-height: 6vw;
    margin: 5% 0 2.5%;
}
.prism-create .template23 .key_opportunity_sec h5 {
    font-size: 4.5vw;
    line-height: 5.5vw;
    margin-bottom: 4%;
}
.prism-create .template23 .key_opportunity_sec ul li {
    font-size: 4vw;
    line-height: 5vw;
    margin-left: 6%;
}
.prism-create .template23 .key_opportunity_sec {
    width: 85%;
    right: -86%;
}
}
@media (max-height: 450px) {
.prism-create .template23 .temp23_content .top_text {
    margin-bottom: 9%;
}
.prism-create .template23 .temp23_content .two_cols .right_col_sec .slide_nav {
    bottom: 0%;
}
}
/* template23 css end */

/* template24 css start */
.prism-create .template24 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #000000;
}
.prism-create .template24 .temp24_content {
    width: 100%;
}
.prism-create .template24 .temp24_content .two_cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template24 .temp24_content .two_cols .left_col_sec {
    width: 50%;
     height: 100vh;
         padding: 5% 5% 5% 12%;
}
.prism-create .template24 .temp24_content .two_cols .left_col_sec .left_col_sec_text {
    margin-left: 14%;
    position: relative;
}
.prism-create .template24 .temp24_content .two_cols .left_col_sec .left_col_sec_icon {
    position: absolute;
    width: 12%;
    left: -16%;
    top: 6%;
}
.prism-create .template24 .temp24_content h3 {
	font-size: 3vw;
    line-height: 3vw;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #4BCD3E;
}
.prism-create .template24 .temp24_content h4 {
	font-size: 2.4vw;
    line-height: 2.6vw;
    margin: 6% 0%;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
}
.prism-create .template24 .temp24_content h6 {
	font-size: 1.2vw;
    line-height: 1.6vw;
    font-family: 'ClanOffcPro-Ultra';
    color: #ffffff;
    margin-bottom: 3%;
}.prism-create .template24 .temp24_content h6 span {
    font-family: 'SourceSansPro-Light';
    font-size: 1vw;
    line-height: 1.4vw;
    font-weight: bold;
}
.prism-create .template24 .temp24_content p {
	font-size: 0.95vw;
    line-height: 1.3vw;
    margin: 1% 0% 4%;
    color: #ffffff;
    display: block;
    font-weight: bold;
}
.prism-create .template24 .temp24_content p span {
    font-family: 'SourceSansPro-Bold';
}
.prism-create .template24 .temp24_content .top_text {
    margin-bottom: 8%;
}
.prism-create .template24 .temp24_content .top_text p {
    margin: 0px;
    font-family: 'SourceSansPro-Regular';
    position: relative;
}
.prism-create .template24 .temp24_content .top_text p::after {
    content: "";
    width: 10%;
    height: 5px;
    position: absolute;
    top: 110%;
    left: 0px;
    background: #4bcb3e;
    max-width: 80px;
}
.prism-create .template24 .temp24_content p.extra_margin {
   margin-bottom: 8%;
}

.prism-create .template24 .temp24_content .two_cols .right_col_sec {
    width: 32%;
     height: 82%;
    position: absolute;
    right: 12%;
    top: 11.5%;
}
.prism-create .template24 .temp24_content .two_cols .right_col_sec .right_col_box {
    width: 80%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 0.5px solid #ffffff;
    min-height: 72vh;
    padding-bottom: 4%;
}

.prism-create .template24 .temp24_content .two_cols .right_col_sec .right_col_box .right_col_box_img {
    margin: 0px;
    position: relative;
    width: 102%;
    margin-left: -1%;
    margin-top: -1%;
}
.prism-create .template24 .temp24_content .two_cols .right_col_sec .right_col_box .right_col_box_img img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}
.prism-create .template24 .temp24_content .two_cols .right_col_sec .right_col_box .right_col_box_content {
    position: relative;
    width: 100%;
    padding: 5% 5% 2%;
    color: #ffffff;
} 
.prism-create .template24 .temp24_content .two_cols .right_col_sec .right_col_box .slide_boxes {
    display: none;
}
.prism-create .template24 .temp24_content .two_cols .right_col_sec .right_col_box .slide_boxes.slide_first_boxes {
    display: block;
}
.prism-create .template24 .temp24_content .two_cols .right_col_sec .slide_nav {
    position: absolute;
    width: 100%;
    bottom: 2%;
    left: 0px;
    text-align: center;
}
.prism-create .template24 .temp24_content .two_cols .right_col_sec .slide_nav .nav_dot {
    display: inline-block;
    vertical-align: top;
    width: 10%;
    height: 6px;
    background: #ffffff;
    cursor: pointer;
    margin: 0% 1%;
    border-radius: 3px;
}
.prism-create .template24 .temp24_content .two_cols .right_col_sec .slide_nav .nav_dot.active_dot {
    background: #4bcb3e;
}

.prism-create .template24 .temp24_content .two_cols .right_col_sec .slide_source_text {
    margin: 4% 0 2%;
}
.prism-create .template24 .temp24_content .two_cols .right_col_sec .slide_source_text p {
    margin: 0px;
    font-size: 0.4vw;
    line-height: 0.6vw;
}

.prism-create .template24 .key_opportunity_sec {
    position: absolute;
    width: 35%;
    top: 15%;
    right: -36%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 1000000;
    padding: 1% 4% 1.5% 3%;
    color: #000000;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.prism-create .template24 .key_opportunity_sec h6 {
	font-size: 1.3vw;
    line-height: 1.7vw;
    font-family: 'ClanOffcPro-Ultra';
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
    margin: 5% 0 1.5%;
}
.prism-create .template24 .key_opportunity_sec p {
    color: #000000;
    margin-bottom: 3%;
}
.prism-create .template24 .key_opportunity_sec h5 {
    color: #000000;
    font-size: 1.1vw;
    line-height: 1.5vw;
    font-family: 'ClanOffcPro-Ultra';
    margin-bottom: 1.5%;
}
.prism-create .template24 .key_opportunity_sec ul li {
    color: #000000;
    margin-bottom: 3%;
    font-size: 0.95vw;
    line-height: 1.3vw;
    margin-left: 3%;
    font-family: 'SourceSansPro-Regular';
}
.prism-create .template24 .close_slidebox_popup {
    position: absolute;
    right: 12%;
    top: 11%;
    cursor: pointer;
    width: 2.8%;
    text-align: center;
    z-index: 100;
    min-width: 45px;
    -webkit-animation: pulse-btn 2s infinite;
	-moz-animation: pulse-btn 2s infinite;
	-ms-animation: pulse-btn 2s infinite;
	-o-animation: pulse-btn 2s infinite;
    animation: pulse-btn 2s infinite;
    margin: 0px !important;
}


@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 .two_cols .right_col_sec .right_col_box {
    min-height: 46vh;
}
.prism-create .template24 .temp24_content .two_cols .left_col_sec {
    padding: 14% 6% 5% 12%;
}
.prism-create .template24 .temp24_content .two_cols .right_col_sec {
    top: 21.5%;
    height: 70%;
}

}


@media (max-width: 1024px) {

}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template24 .temp24_content .two_cols .left_col_sec {
    padding: 4% 4% 5% 12%;
}
.prism-create .template24 .temp24_content .two_cols .right_col_sec .right_col_box {
    min-height: 72vh;
}
.prism-create .template24 .temp24_content .two_cols .right_col_sec {
    top: 11.5%;
    height: 82%;
}    
}
@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 .temp24_content .two_cols {
    display: block;
}    
.prism-create .template24 .temp24_content .two_cols .right_col_sec {
    width: 100%;
    height: 50vh;
}
.prism-create .template24 .temp24_content .two_cols .left_col_sec {
    width: 80%;
    height: auto;
    margin: 14% auto;
    padding: 0%;
}
.prism-create .template24 .temp24_content .two_cols .right_col_sec {
    width: 80%;
    height: auto;
    position: relative;
    right: inherit;
    top: inherit;
    margin: 6% auto;
}
.prism-create .template24 .close_slidebox_popup {
    right: 7%;
    top: 6%;
}
.prism-create .template24 .temp24_content h4 {
    font-size: 6vw;
    line-height: 7vw;
}  
.prism-create .template24 .temp24_content p {
    font-size: 3vw;
    line-height: 4vw;
    margin: 2% 0% 6%;
}    
.prism-create .template24 .temp24_content h3 {
    font-size: 8vw;
    line-height: 8vw;
        -webkit-text-stroke-width: 3.2px;
    margin-bottom: 0.5%;
}
.prism-create .template24 .temp24_content h6 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}
.prism-create .template24 .temp24_content .two_cols .right_col_sec .right_col_box {
    width: 100%;
    min-height: 78vh;
}
.prism-create .template24 .temp24_content .two_cols .right_col_sec .slide_source_text {
    margin: 6% 0 2%;
}
.prism-create .template24 .temp24_content .two_cols .right_col_sec .slide_source_text p {
    font-size: 2vw;
    line-height: 2.8vw;
    word-break: break-all;
}
.prism-create .template24 .key_opportunity_sec h5 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}  
.prism-create .template24 .key_opportunity_sec ul li {    
    font-size: 2.95vw;
    line-height: 4vw;
    margin-left: 4%;
}
.prism-create .template24 .key_opportunity_sec {
    width: 80%;
    padding: 3% 6% 2.5% 6%;
    top: 12%;
    max-height: 86%;
    overflow: auto;
    right: -81%;
    }
      
}
@media (max-width: 480px) {
.prism-create .template24 .temp24_content h4 {
    font-size: 8vw;
    line-height: 9vw;
    margin: 0 0 4%;
}    
.prism-create .template24 .temp24_content p {
    font-size: 4vw;
    line-height: 5.4vw;
    margin: 0 0 8%;
}  
.prism-create .template24 .temp24_content .two_cols .left_col_sec .left_col_sec_text {
    margin-left: 19%;
} 
.prism-create .template24 .temp24_content .two_cols .left_col_sec .left_col_sec_icon {
    width: 24%;
    left: -26%;
    top: 3px;
}
.prism-create .template24 .temp24_content .two_cols .right_col_sec .right_col_box {    
    min-height: 65vh;
}
.prism-create .template24 .close_slidebox_popup {
    top: 4%;
}
.prism-create .template24 .temp24_content h6 {
    font-size: 5vw;
    line-height: 6vw;
    margin: 5% 0 2.5%;
}
.prism-create .template24 .key_opportunity_sec h5 {
    font-size: 4.5vw;
    line-height: 5.5vw;
    margin-bottom: 4%;
}
.prism-create .template24 .key_opportunity_sec ul li {
    font-size: 4vw;
    line-height: 5vw;
    margin-left: 6%;
}
.prism-create .template24 .key_opportunity_sec {
    width: 85%;
    right: -86%;
}
}
@media (max-height: 450px) {
.prism-create .template24 .temp24_content .top_text {
    margin-bottom: 9%;
}
   
}
/* template24 css end */

/* template25 css start */
.prism-create .template25 {
  position: relative;
  width: 100%;
  height: 100vh;
}
.prism-create .template25 .temp25_content {
  position: relative;
    width: 50%;
    height: 100vh;
    margin: 0px auto;
    z-index: 10000;
    text-align: center;
    padding: 12% 0 3%;
    display: flex;
    align-items: center;
}
.prism-create .template25 .temp25_content .temp25_content_inner {
    width: 100%;
}
.prism-create .template25 .temp25_content h3 {
  font-size: 2.5vw;
    line-height: 2.5vw;
  margin: 5% 0 2.5%;
  color: #ffffff;
  font-weight: bold;
  font-family: 'ClanOffcPro-Ultra';
    text-transform: uppercase;
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
}
.prism-create .template25 .temp25_content p {
    font-size: 1.3vw;
    line-height: 1.7vw;
    margin: 0 0 7%;
    color: #ffffff;
    font-family: 'SourceSansPro-Bold';
    padding: 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 .template25 .temp25_content h3 {
    font-size: 4.5vw;
    line-height: 4.5vw;
    margin: 7% 0% 2%;
}
.prism-create .template25 .temp25_content {
    width: 60%;
}
.prism-create .template25 .temp25_content p {
    padding: 0% 12%;
	    margin: 0 0 2%;
}
}

@media (max-width: 1024px) {
  .prism-create .template25 {
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template25 .temp25_content h3 {
    font-size: 3.5vw;
    line-height: 3.5vw;
}
}
@media (max-width: 1024px) and (min-height: 650px) {

}
@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 .temp25_content h3 {
    font-size: 8vw;
    line-height: 9vw;
    margin: 3% 0%;
}
 .prism-create .template25 .temp25_content {
    width: 82%;
    height: 100vh;
}
.prism-create .template25 .temp25_content p {
    font-size: 3vw;
    line-height: 4vw;
}
}
@media (max-width: 768px) {
      
}
@media (max-width: 480px) {
.prism-create .template25 .temp25_content h3 {
    font-size: 10vw;
    line-height: 11vw;
}    
.prism-create .template25 .temp25_content p {
    font-size: 4vw;
    line-height: 5vw;
	padding: 0% 6%;
}   
}

@media (max-height: 450px) {

}
/* template25 css end */

/* template26 css start */
.prism-create .template26 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #ffffff;
}
.prism-create .template26 .temp26_content {
    width: 100%;
}
.prism-create .template26 .temp26_content .two_cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template26 .temp26_content .two_cols .left_col_sec {
    width: 50%;
     height: 100vh;
         padding: 5% 7% 5% 12%;
}

.prism-create .template26 .temp26_content .two_cols .right_col_sec {
    width: 50%;
     height: 100vh;
    background: url("images/page26-image.jpg") no-repeat top center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.prism-create .template26 .temp26_content h3 {
	font-size: 3vw;
    line-height: 3vw;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #4BCD3E;
}
.prism-create .template26 .temp26_content h4 {
	font-size: 2.4vw;
    line-height: 2.6vw;
    margin: 1% 0%;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
}
.prism-create .template26 .temp26_content h6 {
	font-size: 1.4vw;
    line-height: 1.8vw;
    font-family: 'ClanOffcPro-Ultra';
    color: #4BCD3E;
}
.prism-create .template26 .temp26_content p {
	font-size: 1vw;
    line-height: 1.4vw;
    margin: 1% 0% 4%;
    color: #000000;
    display: block;
    font-weight: bold;
    width: 90%;
}
.prism-create .template26 .temp26_content .top_text {
    margin-bottom: 13%;
}
.prism-create .template26 .temp26_content .top_text p {
    margin: 0px;
    font-family: 'SourceSansPro-Regular';
    position: relative;
}
.prism-create .template26 .temp26_content .top_text p::after {
    content: "";
    width: 10%;
    height: 5px;
    position: absolute;
    top: 110%;
    left: 0px;
    background: #4bcb3e;
    max-width: 80px;
}
.prism-create .template26 .temp26_content p.extra_margin {
   margin-bottom: 12%;
}
.prism-create .template26 .temp26_content .two_cols .right_col_center_text {
    width: 100%;
    padding: 5% 22% 3%;
}
.prism-create .template26 .temp26_content .two_cols .right_col_sec_cols {
    border-bottom: 2px solid #ffffff;
    margin-left: 7%;
    position: relative;
    margin-bottom: 3%;
    padding: 2% 0;
}
.prism-create .template26 .temp26_content .two_cols .right_col_sec_cols.right_col_sec_cols_bor0 {
    border: 0px;
}
.prism-create .template26 .temp26_content .two_cols .right_col_sec_cols .page26_icons {
    position: absolute;
    display: block;
    left: -16%;
    top: -5%;
    width: 13%;
}
.prism-create .template26 .temp26_content .two_cols .right_col_sec_cols .page26_icons2 {
    width: 10%;
        left: -14%;
}
.prism-create .template26 .temp26_content .two_cols .right_col_sec_cols p {
    margin: 2% 0 3%;
}
.prism-create .template26 .statistics_popup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 100001;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    display: none;
}
.prism-create .template26 .statistics_popup .statistics_popup_outer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;    
}
.prism-create .template26 .statistics_popup .statistics_popup_inner {
    position: absolute;
    width: 76%;
    max-height: 80%;
    left: 12%;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    overflow: auto;
}
.prism-create .template26 .statistics_popup .statistics_popup_inner .statistics_heading {
    text-align: center;
    background-image: linear-gradient(to right, #4bcd3e, #00d383, #00d5b9, #00d4de, #3bcff0);
    padding: 2.5% 2% 2%;
}
.prism-create .template26 .statistics_popup h2 {
	font-size: 2.2vw;
    line-height: 2.2vw;
    font-family: 'ClanOffcPro-Ultra';
    color: #ffffff;
}

.prism-create .template26 .statistics_popup .statistics_popup_inner .statistics_content {
    padding: 2% 5%;
}
.prism-create .template26 .statistics_popup .statistics_popup_inner .statistics_content_flex {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
     justify-content: center;
}
.prism-create .template26 .statistics_content_flex_cols {
    width: 33%;
    text-align: center;
    padding: 1% 2%;
    border-right: 2px solid #009775;
    border-bottom: 2px solid #009775;
    padding-bottom: 3%;
    position: relative;
}
.prism-create .template26 .statistics_content_flex_cols.border_right0 {
    border-right: 0px;
}
.prism-create .template26 .statistics_content_flex_cols.border_bottom0 {
    border-bottom: 0px;
}
.prism-create .template26 .statistics_content_flex_cols .statistics_content_icon img {
    width: 30%;
}
.prism-create .template26 .statistics_content_flex_cols p {
	font-size: 0.85vw;
    line-height: 1.2vw;
    margin: 1% 0%;
    color: #000000;
    display: block;
    font-weight: bold;
    padding: 0% 2%;
}
.prism-create .template26 .statistics_content_flex_cols p.width_70 {
    padding: 0% 15%;
}
.statistics_content_source {
    position: absolute;
    width: 98%;
    bottom: 3%;
    left: 0px;
    text-align: right;
}
.prism-create .template26 .statistics_content_flex_cols h5 {
	font-size: 4.5vw;
    line-height: 4.5vw;
    margin: 1% 0%;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
}
.prism-create .template26 .close_statistics_popup {
    position: absolute;
    right: 7%;
    top: 12%;
    cursor: pointer;
    width: 2.8%;
    text-align: center;
    z-index: 100;
    -webkit-animation: pulse-btn 2s infinite;
	-moz-animation: pulse-btn 2s infinite;
	-ms-animation: pulse-btn 2s infinite;
	-o-animation: pulse-btn 2s infinite;
    animation: pulse-btn 2s infinite;
}
@-webkit-keyframes pulse-btn {
  0% {
      transform: scale(1);
  }
    50% {
      transform: scale(0.85);
  }
  100% {
      transform: scale(1);
  }
}
@keyframes pulse-btn {
 0% {
      transform: scale(1);
  }
    50% {
      transform: scale(0.85);
  }
  100% {
      transform: scale(1);
  }
}
.prism-create .template26 p.star_text_sm {
    position: absolute;
    z-index: 2;
    bottom: 6%;
    right: 4%;
    width: 40%;
    margin: 0px;
    font-size: 0.4vw;
    line-height: 0.6vw;
    color: #ffffff;
}
@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 .two_cols .left_col_sec {
    padding: 16% 7% 5% 12%;
}

}


@media (max-width: 1024px) {

}
@media (max-width: 1024px) and (min-height: 700px) {

}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template26 .temp26_content .two_cols .left_col_sec {
    padding: 5% 7% 5% 12%;
}    

}
@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 .temp26_content .two_cols {
    display: block;
}    
.prism-create .template26 .temp26_content .two_cols .right_col_sec {
    width: 100%;
    height: 50vh;
}
.prism-create .template26 .temp26_content .two_cols .left_col_sec {
    width: 80%;
    height: auto;
    padding: 0%;
    margin: 14% auto 8%;
}  
.prism-create .template26 .temp26_content p {
    font-size: 2.5vw;
    line-height: 3.5vw;
    width: 100%;
}    
.prism-create .template26 .temp26_content h4 {
    font-size: 7vw;
    line-height: 8vw;
    margin: 3% 0%;
}
.prism-create .template26 .temp26_content .top_text {
    margin-bottom: 6%;
}
.prism-create .template26 .temp26_content h3 {
    font-size: 8vw;
    line-height: 8vw;
    }
.prism-create .template26 .temp26_content p.extra_margin {
    margin-bottom: 6%;
}
.prism-create .template26 .temp26_content .two_cols .right_col_sec {
    height: auto;
}
.prism-create .template26 .temp26_content .two_cols .right_col_center_text {
    padding: 12% 14% 6%;
}
.prism-create .template26 .temp26_content h6 {
    font-size: 3.5vw;
    line-height: 4vw;
}

.prism-create .template26 .temp26_content .two_cols .right_col_sec_cols {
    margin-bottom: 6%;
}
.prism-create .template26 .statistics_popup h2 {
    font-size: 3.6vw;
    line-height: 4vw;
}
.prism-create .template26 .statistics_popup .statistics_popup_inner {
    width: 84%;
    max-height: 100%;
    left: 8%;
}
.prism-create .template26 .statistics_content_flex_cols p {
    font-size: 2vw;
    line-height: 2.6vw;
}
.statistics_content_source {
    bottom: 2%;
    right: 4%;
        left: inherit;
}
.prism-create .template26 .statistics_content_flex_cols {
    padding-bottom: 11%;
}
.prism-create .template26 .statistics_content_flex_cols .statistics_content_icon img {
    width: 60%;
    margin: 4% 0px;
}
.prism-create .template26 .close_statistics_popup {
    right: 3%;
    top: 8%;
    width: 6%;
}
}
@media (max-width: 480px) {
.prism-create .template26 .temp26_content h4 {
    font-size: 7vw;
    line-height: 8vw;
}    
.prism-create .template26 .temp26_content p {
    font-size: 3.5vw;
    line-height: 4.5vw;
}  
.prism-create .template26 .temp26_content h3 {
    font-size: 10vw;
    line-height: 10vw;
}
.prism-create .template26 .temp26_content p {
    font-size: 4vw;
    line-height: 5.4vw;
    margin-bottom: 5%;
}
.prism-create .template26 .temp26_content h4 {
    font-size: 9vw;
    line-height: 10vw;
    margin-bottom: 6%;
}
.prism-create .template26 .temp26_content h6 {
    font-size: 5.2vw;
    line-height: 6.2vw;
}
.prism-create .template26 .temp26_content .two_cols .right_col_sec_cols .page26_icons {
    left: -16%;
    top: -2%;
    width: 14%;
}

.prism-create .template26 .control_nav {
    margin: 20px 0px 40px;
}
.prism-create .template26 .statistics_popup h2 {
    font-size: 6vw;
    line-height: 14vw;
}
.prism-create .template26 .statistics_content_flex_cols p {
    font-size: 4.5vw;
    line-height: 5.5vw;
}
.prism-create .template26 .statistics_content_flex_cols .statistics_content_icon img {
    width: 70%;
}
.prism-create .template26 .statistics_content_flex_cols.border_bottom0 {
    border-bottom: 1px solid #009775;
}
.prism-create .template26 .statistics_content_flex_cols {
    padding: 7% 2%;
    padding-bottom: 16%;
    border-right: none;
    border-bottom: 1px solid #009775;
    width: 80%;
    margin: 0px auto;
}
 .prism-create .template26 .statistics_content_flex_cols.border_bottom_none {
    border-bottom: none;
}
.prism-create .template26 .close_statistics_popup {
    right: 3%;
    top: 12%;
    width: 7%;
}
.prism-create .template26 .statistics_popup .statistics_popup_inner {
     max-height: 70%;
}
.prism-create .template26 .statistics_popup .statistics_popup_inner .statistics_heading {
    position: sticky;
    top:0px;
    z-index: 2;
}
.prism-create .template26 .statistics_popup .statistics_popup_inner .statistics_content {
    padding: 4% 5% 6%;
}
.prism-create .template26 .statistics_content_flex_cols .statistics_content_icon img {
    width: 55%;
    margin-top: 2%;
}
.prism-create .template26 .statistics_content_flex_cols h5 {
    font-size: 10.5vw;
    line-height: 10.5vw;
}

}
@media (max-height: 450px) {


}
/* template26 css end */

/* template27 css start */
.prism-create .template27 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #000000;
}
.prism-create .template27 .temp27_content {
    width: 100%;
}
.prism-create .template27 .temp27_content .two_cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template27 .temp27_content .two_cols .left_col_sec {
    width: 50%;
     height: 100vh;
         padding: 5% 6% 5% 12%;
}
.prism-create .template27 .temp27_content .two_cols .left_col_sec .left_col_sec_text {
    margin-left: 15%;
    position: relative;
}
.prism-create .template27 .temp27_content .two_cols .left_col_sec .left_col_sec_icon {
    position: absolute;
    width: 15%;
    left: -18%;
    top: 4%;
}
.prism-create .template27 .temp27_content h3 {
	font-size: 3vw;
    line-height: 3vw;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #4BCD3E;
}
.prism-create .template27 .temp27_content h4 {
	font-size: 2.4vw;
    line-height: 2.6vw;
    margin: 6% 0%;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
}
.prism-create .template27 .temp27_content h6 {
	font-size: 1.3vw;
    line-height: 1.7vw;
    font-family: 'ClanOffcPro-Ultra';
    color: #ffffff;
    margin-bottom: 3%;
}.prism-create .template27 .temp27_content h6 span {
    font-family: 'SourceSansPro-Light';
    font-size: 1vw;
    line-height: 1.4vw;
    font-weight: bold;
}
.prism-create .template27 .temp27_content p {
	font-size: 0.95vw;
    line-height: 1.3vw;
    margin: 1% 0% 4%;
    color: #ffffff;
    display: block;
    font-weight: bold;
}
.prism-create .template27 .temp27_content p span {
    font-family: 'SourceSansPro-Bold';
}
.prism-create .template27 .temp27_content .top_text {
    margin-bottom: 8%;
}
.prism-create .template27 .temp27_content .top_text p {
    margin: 0px;
    font-family: 'SourceSansPro-Regular';
    position: relative;
}
.prism-create .template27 .temp27_content .top_text p::after {
    content: "";
    width: 10%;
    height: 5px;
    position: absolute;
    top: 110%;
    left: 0px;
    background: #4bcb3e;
    max-width: 80px;
}
.prism-create .template27 .temp27_content p.extra_margin {
   margin-bottom: 8%;
}

.prism-create .template27 .temp27_content .two_cols .right_col_sec {
    width: 32%;
     height: 82%;
    position: absolute;
    right: 12%;
    top: 11.5%;
}
.prism-create .template27 .temp27_content .two_cols .right_col_sec .right_col_box {
    width: 80%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 0.5px solid #ffffff;
    min-height: 72vh;
    padding-bottom: 4%;
}

.prism-create .template27 .temp27_content .two_cols .right_col_sec .right_col_box .right_col_box_img {
    margin: 0px;
    position: relative;
    width: 102%;
    margin-left: -1%;
    margin-top: -1%;
}
.prism-create .template27 .temp27_content .two_cols .right_col_sec .right_col_box .right_col_box_img img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}
.prism-create .template27 .temp27_content .two_cols .right_col_sec .right_col_box .right_col_box_content {
    position: relative;
    width: 100%;
    padding: 5% 5% 2%;
    color: #ffffff;
} 
.prism-create .template27 .temp27_content .two_cols .right_col_sec .right_col_box .slide_boxes {
    display: none;
}
.prism-create .template27 .temp27_content .two_cols .right_col_sec .right_col_box .slide_boxes.slide_first_boxes {
    display: block;
}
.prism-create .template27 .temp27_content .two_cols .right_col_sec .slide_nav {
    position: absolute;
    width: 100%;
    bottom: 2%;
    left: 0px;
    text-align: center;
}
.prism-create .template27 .temp27_content .two_cols .right_col_sec .slide_nav .nav_dot {
    display: inline-block;
    vertical-align: top;
    width: 10%;
    height: 6px;
    background: #ffffff;
    cursor: pointer;
    margin: 0% 1%;
    border-radius: 3px;
}
.prism-create .template27 .temp27_content .two_cols .right_col_sec .slide_nav .nav_dot.active_dot {
    background: #4bcb3e;
}

.prism-create .template27 .temp27_content .two_cols .right_col_sec .slide_source_text {
    margin: 4% 0 2%;
}
.prism-create .template27 .temp27_content .two_cols .right_col_sec .slide_source_text p {
    margin: 0px;
    font-size: 0.4vw;
    line-height: 0.6vw;
}

.prism-create .template27 .key_opportunity_sec {
    position: absolute;
    width: 35%;
    top: 15%;
    right: -36%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 1000000;
    padding: 1% 4% 1.5% 3%;
    color: #000000;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.prism-create .template27 .key_opportunity_sec h6 {
	font-size: 1.3vw;
    line-height: 1.7vw;
    font-family: 'ClanOffcPro-Ultra';
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
    margin: 5% 0 1.5%;
}
.prism-create .template27 .key_opportunity_sec p {
    color: #000000;
    margin-bottom: 3%;
}
.prism-create .template27 .key_opportunity_sec h5 {
    color: #000000;
    font-size: 1.1vw;
    line-height: 1.5vw;
    font-family: 'ClanOffcPro-Ultra';
    margin-bottom: 1.5%;
}
.prism-create .template27 .key_opportunity_sec ul li {
    color: #000000;
    margin-bottom: 3%;
    font-size: 0.95vw;
    line-height: 1.3vw;
    margin-left: 3%;
    font-family: 'SourceSansPro-Regular';
}
.prism-create .template27 .close_slidebox_popup {
    position: absolute;
    right: 12%;
    top: 11%;
    cursor: pointer;
    width: 2.8%;
    text-align: center;
    z-index: 100;
    min-width: 45px;
    -webkit-animation: pulse-btn 2s infinite;
	-moz-animation: pulse-btn 2s infinite;
	-ms-animation: pulse-btn 2s infinite;
	-o-animation: pulse-btn 2s infinite;
    animation: pulse-btn 2s infinite;
    margin: 0px !important;
}


@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 .template27 .temp27_content .two_cols .right_col_sec .right_col_box {
    min-height: 46vh;
}
.prism-create .template27 .temp27_content .two_cols .left_col_sec {
    padding: 14% 6% 5% 12%;
}
.prism-create .template27 .temp27_content .two_cols .right_col_sec {
    top: 21.5%;
    height: 70%;
}

}


@media (max-width: 1024px) {

}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template27 .temp27_content .two_cols .left_col_sec {
    padding: 4% 6% 5% 12%;
}
.prism-create .template27 .temp27_content .two_cols .right_col_sec .right_col_box {
    min-height: 72vh;
}
.prism-create .template27 .temp27_content .two_cols .right_col_sec {
    top: 11.5%;
    height: 82%;
}    
}
@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 .temp27_content .two_cols {
    display: block;
}    
.prism-create .template27 .temp27_content .two_cols .right_col_sec {
    width: 100%;
    height: 50vh;
}
.prism-create .template27 .temp27_content .two_cols .left_col_sec {
    width: 80%;
    height: auto;
    margin: 14% auto;
    padding: 0%;
}
.prism-create .template27 .temp27_content .two_cols .right_col_sec {
    width: 80%;
    height: auto;
    position: relative;
    right: inherit;
    top: inherit;
    margin: 6% auto;
}
.prism-create .template27 .close_slidebox_popup {
    right: 7%;
    top: 6%;
}
.prism-create .template27 .temp27_content h4 {
    font-size: 6vw;
    line-height: 7vw;
}  
.prism-create .template27 .temp27_content p {
    font-size: 3vw;
    line-height: 4vw;
    margin: 2% 0% 6%;
}    
.prism-create .template27 .temp27_content h3 {
    font-size: 8vw;
    line-height: 8vw;
        -webkit-text-stroke-width: 3.2px;
    margin-bottom: 0.5%;
}
.prism-create .template27 .temp27_content h6 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}
.prism-create .template27 .temp27_content .two_cols .right_col_sec .right_col_box {
    width: 100%;
    min-height: 78vh;
}
.prism-create .template27 .temp27_content .two_cols .right_col_sec .slide_source_text {
    margin: 6% 0 2%;
}
.prism-create .template27 .temp27_content .two_cols .right_col_sec .slide_source_text p {
    font-size: 2vw;
    line-height: 2.8vw;
    word-break: break-all;
}
.prism-create .template27 .key_opportunity_sec h5 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}  
.prism-create .template27 .key_opportunity_sec ul li {    
    font-size: 2.95vw;
    line-height: 4vw;
    margin-left: 4%;
}
.prism-create .template27 .key_opportunity_sec {
    width: 80%;
    padding: 3% 6% 2.5% 6%;
    top: 12%;
    max-height: 86%;
    overflow: auto;
    right: -81%;
    }
      
}
@media (max-width: 480px) {
.prism-create .template27 .temp27_content h4 {
    font-size: 8vw;
    line-height: 9vw;
    margin: 0 0 4%;
}    
.prism-create .template27 .temp27_content p {
    font-size: 4vw;
    line-height: 5.4vw;
    margin: 0 0 8%;
}  
.prism-create .template27 .temp27_content .two_cols .left_col_sec .left_col_sec_text {
    margin-left: 19%;
} 
.prism-create .template27 .temp27_content .two_cols .left_col_sec .left_col_sec_icon {
    width: 24%;
    left: -26%;
    top: 3px;
}
.prism-create .template27 .temp27_content .two_cols .right_col_sec .right_col_box {    
    min-height: 65vh;
}
.prism-create .template27 .close_slidebox_popup {
    top: 4%;
}
.prism-create .template27 .temp27_content h6 {
    font-size: 5vw;
    line-height: 6vw;
    margin: 5% 0 2.5%;
}
.prism-create .template27 .key_opportunity_sec h5 {
    font-size: 4.5vw;
    line-height: 5.5vw;
    margin-bottom: 4%;
}
.prism-create .template27 .key_opportunity_sec ul li {
    font-size: 4vw;
    line-height: 5vw;
    margin-left: 6%;
}
.prism-create .template27 .key_opportunity_sec {
    width: 85%;
    right: -86%;
}
}
@media (max-height: 450px) {
.prism-create .template27 .temp27_content .top_text {
    margin-bottom: 9%;
}
 
}
/* template27 css end */

/* template28 css start */
.prism-create .template28 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #000000;
}
.prism-create .template28 .temp28_content {
    width: 100%;
}
.prism-create .template28 .temp28_content .two_cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template28 .temp28_content .two_cols .left_col_sec {
    width: 50%;
     height: 100vh;
         padding: 5% 6% 5% 12%;
}
.prism-create .template28 .temp28_content .two_cols .left_col_sec .left_col_sec_text {
    margin-left: 14%;
    position: relative;
}
.prism-create .template28 .temp28_content .two_cols .left_col_sec .left_col_sec_icon {
    position: absolute;
    width: 12%;
    left: -16%;
    top: 4%;
}
.prism-create .template28 .temp28_content h3 {
	font-size: 3vw;
    line-height: 3vw;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #4BCD3E;
}
.prism-create .template28 .temp28_content h4 {
	font-size: 2.4vw;
    line-height: 2.6vw;
    margin: 6% 0%;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
}
.prism-create .template28 .temp28_content h6 {
	font-size: 1.3vw;
    line-height: 1.7vw;
    font-family: 'ClanOffcPro-Ultra';
    color: #ffffff;
    margin-bottom: 3%;
}.prism-create .template28 .temp28_content h6 span {
    font-family: 'SourceSansPro-Light';
    font-size: 1vw;
    line-height: 1.4vw;
    font-weight: bold;
}
.prism-create .template28 .temp28_content p {
	font-size: 0.95vw;
    line-height: 1.3vw;
    margin: 1% 0% 4%;
    color: #ffffff;
    display: block;
    font-weight: bold;
}
.prism-create .template28 .temp28_content p span {
    font-family: 'SourceSansPro-Bold';
}
.prism-create .template28 .temp28_content .top_text {
    margin-bottom: 8%;
}
.prism-create .template28 .temp28_content .top_text p {
    margin: 0px;
    font-family: 'SourceSansPro-Regular';
    position: relative;
}
.prism-create .template28 .temp28_content .top_text p::after {
    content: "";
    width: 10%;
    height: 5px;
    position: absolute;
    top: 110%;
    left: 0px;
    background: #4bcb3e;
    max-width: 80px;
}
.prism-create .template28 .temp28_content p.extra_margin {
   margin-bottom: 8%;
}

.prism-create .template28 .temp28_content .two_cols .right_col_sec {
    width: 32%;
     height: 82%;
    position: absolute;
    right: 12%;
    top: 11.5%;
}
.prism-create .template28 .temp28_content .two_cols .right_col_sec .right_col_box {
    width: 80%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 0.5px solid #ffffff;
    min-height: 72vh;
    padding-bottom: 4%;
}

.prism-create .template28 .temp28_content .two_cols .right_col_sec .right_col_box .right_col_box_img {
    margin: 0px;
    position: relative;
    width: 102%;
    margin-left: -1%;
    margin-top: -1%;
}
.prism-create .template28 .temp28_content .two_cols .right_col_sec .right_col_box .right_col_box_img img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}
.prism-create .template28 .temp28_content .two_cols .right_col_sec .right_col_box .right_col_box_content {
    position: relative;
    width: 100%;
    padding: 5% 5% 2%;
    color: #ffffff;
} 
.prism-create .template28 .temp28_content .two_cols .right_col_sec .right_col_box .slide_boxes {
    display: none;
}
.prism-create .template28 .temp28_content .two_cols .right_col_sec .right_col_box .slide_boxes.slide_first_boxes {
    display: block;
}
.prism-create .template28 .temp28_content .two_cols .right_col_sec .slide_nav {
    position: absolute;
    width: 100%;
    bottom: 2%;
    left: 0px;
    text-align: center;
}
.prism-create .template28 .temp28_content .two_cols .right_col_sec .slide_nav .nav_dot {
    display: inline-block;
    vertical-align: top;
    width: 10%;
    height: 6px;
    background: #ffffff;
    cursor: pointer;
    margin: 0% 1%;
    border-radius: 3px;
}
.prism-create .template28 .temp28_content .two_cols .right_col_sec .slide_nav .nav_dot.active_dot {
    background: #4bcb3e;
}

.prism-create .template28 .temp28_content .two_cols .right_col_sec .slide_source_text {
    margin: 4% 0 2%;
}
.prism-create .template28 .temp28_content .two_cols .right_col_sec .slide_source_text p {
    margin: 0px;
    font-size: 0.4vw;
    line-height: 0.6vw;
}

.prism-create .template28 .key_opportunity_sec {
    position: absolute;
    width: 35%;
    top: 15%;
    right: -36%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 1000000;
    padding: 1% 4% 1.5% 3%;
    color: #000000;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.prism-create .template28 .key_opportunity_sec h6 {
	font-size: 1.3vw;
    line-height: 1.7vw;
    font-family: 'ClanOffcPro-Ultra';
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
    margin: 5% 0 1.5%;
}
.prism-create .template28 .key_opportunity_sec p {
    color: #000000;
    margin-bottom: 3%;
}
.prism-create .template28 .key_opportunity_sec h5 {
    color: #000000;
    font-size: 1.1vw;
    line-height: 1.5vw;
    font-family: 'ClanOffcPro-Ultra';
    margin-bottom: 1.5%;
}
.prism-create .template28 .key_opportunity_sec ul li {
    color: #000000;
    margin-bottom: 3%;
    font-size: 0.95vw;
    line-height: 1.3vw;
    margin-left: 3%;
    font-family: 'SourceSansPro-Regular';
}
.prism-create .template28 .close_slidebox_popup {
    position: absolute;
    right: 12%;
    top: 11%;
    cursor: pointer;
    width: 2.8%;
    text-align: center;
    z-index: 100;
    min-width: 45px;
    -webkit-animation: pulse-btn 2s infinite;
	-moz-animation: pulse-btn 2s infinite;
	-ms-animation: pulse-btn 2s infinite;
	-o-animation: pulse-btn 2s infinite;
    animation: pulse-btn 2s infinite;
    margin: 0px !important;
}


@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 .two_cols .right_col_sec .right_col_box {
    min-height: 46vh;
}
.prism-create .template28 .temp28_content .two_cols .left_col_sec {
    padding: 14% 6% 5% 12%;
}
.prism-create .template28 .temp28_content .two_cols .right_col_sec {
    top: 21.5%;
    height: 70%;
}

}


@media (max-width: 1024px) {

}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template28 .temp28_content .two_cols .left_col_sec {
    padding: 4% 6% 5% 12%;
}
.prism-create .template28 .temp28_content .two_cols .right_col_sec .right_col_box {
    min-height: 72vh;
}
.prism-create .template28 .temp28_content .two_cols .right_col_sec {
    top: 11.5%;
    height: 82%;
}    
}
@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 .temp28_content .two_cols {
    display: block;
}    
.prism-create .template28 .temp28_content .two_cols .right_col_sec {
    width: 100%;
    height: 50vh;
}
.prism-create .template28 .temp28_content .two_cols .left_col_sec {
    width: 80%;
    height: auto;
    margin: 14% auto;
    padding: 0%;
}
.prism-create .template28 .temp28_content .two_cols .right_col_sec {
    width: 80%;
    height: auto;
    position: relative;
    right: inherit;
    top: inherit;
    margin: 6% auto;
}
.prism-create .template28 .close_slidebox_popup {
    right: 7%;
    top: 6%;
}
.prism-create .template28 .temp28_content h4 {
    font-size: 6vw;
    line-height: 7vw;
}  
.prism-create .template28 .temp28_content p {
    font-size: 3vw;
    line-height: 4vw;
    margin: 2% 0% 6%;
}    
.prism-create .template28 .temp28_content h3 {
    font-size: 8vw;
    line-height: 8vw;
        -webkit-text-stroke-width: 3.2px;
    margin-bottom: 0.5%;
}
.prism-create .template28 .temp28_content h6 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}
.prism-create .template28 .temp28_content .two_cols .right_col_sec .right_col_box {
    width: 100%;
    min-height: 78vh;
}
.prism-create .template28 .temp28_content .two_cols .right_col_sec .slide_source_text {
    margin: 6% 0 2%;
}
.prism-create .template28 .temp28_content .two_cols .right_col_sec .slide_source_text p {
    font-size: 2vw;
    line-height: 2.8vw;
    word-break: break-all;
}
.prism-create .template28 .key_opportunity_sec h5 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}  
.prism-create .template28 .key_opportunity_sec ul li {    
    font-size: 2.95vw;
    line-height: 4vw;
    margin-left: 4%;
}
.prism-create .template28 .key_opportunity_sec {
    width: 80%;
    padding: 3% 6% 2.5% 6%;
    top: 12%;
    max-height: 86%;
    overflow: auto;
    right: -81%;
    }
      
}
@media (max-width: 480px) {
.prism-create .template28 .temp28_content h4 {
    font-size: 8vw;
    line-height: 9vw;
    margin: 0 0 4%;
}    
.prism-create .template28 .temp28_content p {
    font-size: 4vw;
    line-height: 5.4vw;
    margin: 0 0 8%;
}  
.prism-create .template28 .temp28_content .two_cols .left_col_sec .left_col_sec_text {
    margin-left: 19%;
} 
.prism-create .template28 .temp28_content .two_cols .left_col_sec .left_col_sec_icon {
    width: 24%;
    left: -26%;
    top: 3px;
}
.prism-create .template28 .temp28_content .two_cols .right_col_sec .right_col_box {    
    min-height: 65vh;
}
.prism-create .template28 .close_slidebox_popup {
    top: 4%;
}
.prism-create .template28 .temp28_content h6 {
    font-size: 5vw;
    line-height: 6vw;
    margin: 5% 0 2.5%;
}
.prism-create .template28 .key_opportunity_sec h5 {
    font-size: 4.5vw;
    line-height: 5.5vw;
    margin-bottom: 4%;
}
.prism-create .template28 .key_opportunity_sec ul li {
    font-size: 4vw;
    line-height: 5vw;
    margin-left: 6%;
}
.prism-create .template28 .key_opportunity_sec {
    width: 85%;
    right: -86%;
}
}
@media (max-height: 450px) {
.prism-create .template28 .temp28_content .top_text {
    margin-bottom: 9%;
}
   
}
/* template28 css end */

/* template29 css start */
.prism-create .template29 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #000000;
}
.prism-create .template29 .temp29_content {
    width: 100%;
}
.prism-create .template29 .temp29_content .two_cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template29 .temp29_content .two_cols .left_col_sec {
    width: 50%;
     height: 100vh;
         padding: 5% 6% 5% 12%;
}
.prism-create .template29 .temp29_content .two_cols .left_col_sec .left_col_sec_text {
    margin-left: 14%;
    position: relative;
}
.prism-create .template29 .temp29_content .two_cols .left_col_sec .left_col_sec_icon {
    position: absolute;
    width: 12%;
    left: -16%;
    top: 4%;
}
.prism-create .template29 .temp29_content h3 {
	font-size: 3vw;
    line-height: 3vw;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #4BCD3E;
}
.prism-create .template29 .temp29_content h4 {
	font-size: 2.4vw;
    line-height: 2.6vw;
    margin: 6% 0%;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
}
.prism-create .template29 .temp29_content h6 {
	font-size: 1.3vw;
    line-height: 1.7vw;
    font-family: 'ClanOffcPro-Ultra';
    color: #ffffff;
    margin-bottom: 3%;
}.prism-create .template29 .temp29_content h6 span {
    font-family: 'SourceSansPro-Light';
    font-size: 1vw;
    line-height: 1.4vw;
    font-weight: bold;
}
.prism-create .template29 .temp29_content p {
	font-size: 0.95vw;
    line-height: 1.3vw;
    margin: 1% 0% 4%;
    color: #ffffff;
    display: block;
    font-weight: bold;
}
.prism-create .template29 .temp29_content p span {
    font-family: 'SourceSansPro-Bold';
}
.prism-create .template29 .temp29_content .top_text {
    margin-bottom: 8%;
}
.prism-create .template29 .temp29_content .top_text p {
    margin: 0px;
    font-family: 'SourceSansPro-Regular';
    position: relative;
}
.prism-create .template29 .temp29_content .top_text p::after {
    content: "";
    width: 10%;
    height: 5px;
    position: absolute;
    top: 110%;
    left: 0px;
    background: #4bcb3e;
    max-width: 80px;
}
.prism-create .template29 .temp29_content p.extra_margin {
   margin-bottom: 8%;
}

.prism-create .template29 .temp29_content .two_cols .right_col_sec {
    width: 32%;
     height: 82%;
    position: absolute;
    right: 12%;
    top: 11.5%;
}
.prism-create .template29 .temp29_content .two_cols .right_col_sec .right_col_box {
    width: 80%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 0.5px solid #ffffff;
    min-height: 72vh;
    padding-bottom: 4%;
}

.prism-create .template29 .temp29_content .two_cols .right_col_sec .right_col_box .right_col_box_img {
    margin: 0px;
    position: relative;
    width: 102%;
    margin-left: -1%;
    margin-top: -1%;
}
.prism-create .template29 .temp29_content .two_cols .right_col_sec .right_col_box .right_col_box_img img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}
.prism-create .template29 .temp29_content .two_cols .right_col_sec .right_col_box .right_col_box_content {
    position: relative;
    width: 100%;
    padding: 5% 5% 2%;
    color: #ffffff;
} 
.prism-create .template29 .temp29_content .two_cols .right_col_sec .right_col_box .slide_boxes {
    display: none;
}
.prism-create .template29 .temp29_content .two_cols .right_col_sec .right_col_box .slide_boxes.slide_first_boxes {
    display: block;
}
.prism-create .template29 .temp29_content .two_cols .right_col_sec .slide_nav {
    position: absolute;
    width: 100%;
    bottom: 2%;
    left: 0px;
    text-align: center;
}
.prism-create .template29 .temp29_content .two_cols .right_col_sec .slide_nav .nav_dot {
    display: inline-block;
    vertical-align: top;
    width: 10%;
    height: 6px;
    background: #ffffff;
    cursor: pointer;
    margin: 0% 1%;
    border-radius: 3px;
}
.prism-create .template29 .temp29_content .two_cols .right_col_sec .slide_nav .nav_dot.active_dot {
    background: #4bcb3e;
}

.prism-create .template29 .temp29_content .two_cols .right_col_sec .slide_source_text {
    margin: 4% 0 2%;
}
.prism-create .template29 .temp29_content .two_cols .right_col_sec .slide_source_text p {
    margin: 0px;
    font-size: 0.4vw;
    line-height: 0.6vw;
}

.prism-create .template29 .key_opportunity_sec {
    position: absolute;
    width: 35%;
    top: 15%;
    right: -36%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 1000000;
    padding: 1% 4% 1.5% 3%;
    color: #000000;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.prism-create .template29 .key_opportunity_sec h6 {
	font-size: 1.3vw;
    line-height: 1.7vw;
    font-family: 'ClanOffcPro-Ultra';
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
    margin: 5% 0 1.5%;
}
.prism-create .template29 .key_opportunity_sec p {
    color: #000000;
    margin-bottom: 3%;
}
.prism-create .template29 .key_opportunity_sec h5 {
    color: #000000;
    font-size: 1.1vw;
    line-height: 1.5vw;
    font-family: 'ClanOffcPro-Ultra';
    margin-bottom: 1.5%;
}
.prism-create .template29 .key_opportunity_sec ul li {
    color: #000000;
    margin-bottom: 3%;
    font-size: 0.95vw;
    line-height: 1.3vw;
    margin-left: 3%;
    font-family: 'SourceSansPro-Regular';
}
.prism-create .template29 .close_slidebox_popup {
    position: absolute;
    right: 12%;
    top: 11%;
    cursor: pointer;
    width: 2.8%;
    text-align: center;
    z-index: 100;
    min-width: 45px;
    -webkit-animation: pulse-btn 2s infinite;
	-moz-animation: pulse-btn 2s infinite;
	-ms-animation: pulse-btn 2s infinite;
	-o-animation: pulse-btn 2s infinite;
    animation: pulse-btn 2s infinite;
    margin: 0px !important;
}


@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 .two_cols .right_col_sec .right_col_box {
    min-height: 46vh;
}
.prism-create .template29 .temp29_content .two_cols .left_col_sec {
    padding: 14% 6% 5% 12%;
}
.prism-create .template29 .temp29_content .two_cols .right_col_sec {
    top: 21.5%;
    height: 70%;
}

}


@media (max-width: 1024px) {

}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template29 .temp29_content .two_cols .left_col_sec {
    padding: 4% 6% 5% 12%;
}
.prism-create .template29 .temp29_content .two_cols .right_col_sec .right_col_box {
    min-height: 72vh;
}
.prism-create .template29 .temp29_content .two_cols .right_col_sec {
    top: 11.5%;
    height: 82%;
}    
}
@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 .temp29_content .two_cols {
    display: block;
}    
.prism-create .template29 .temp29_content .two_cols .right_col_sec {
    width: 100%;
    height: 50vh;
}
.prism-create .template29 .temp29_content .two_cols .left_col_sec {
    width: 80%;
    height: auto;
    margin: 14% auto;
    padding: 0%;
}
.prism-create .template29 .temp29_content .two_cols .right_col_sec {
    width: 80%;
    height: auto;
    position: relative;
    right: inherit;
    top: inherit;
    margin: 6% auto;
}
.prism-create .template29 .close_slidebox_popup {
    right: 7%;
    top: 6%;
}
.prism-create .template29 .temp29_content h4 {
    font-size: 6vw;
    line-height: 7vw;
}  
.prism-create .template29 .temp29_content p {
    font-size: 3vw;
    line-height: 4vw;
    margin: 2% 0% 6%;
}    
.prism-create .template29 .temp29_content h3 {
    font-size: 8vw;
    line-height: 8vw;
        -webkit-text-stroke-width: 3.2px;
    margin-bottom: 0.5%;
}
.prism-create .template29 .temp29_content h6 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}
.prism-create .template29 .temp29_content .two_cols .right_col_sec .right_col_box {
    width: 100%;
    min-height: 78vh;
}
.prism-create .template29 .temp29_content .two_cols .right_col_sec .slide_source_text {
    margin: 6% 0 2%;
}
.prism-create .template29 .temp29_content .two_cols .right_col_sec .slide_source_text p {
    font-size: 2vw;
    line-height: 2.8vw;
    word-break: break-all;
}
.prism-create .template29 .key_opportunity_sec h5 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}  
.prism-create .template29 .key_opportunity_sec ul li {    
    font-size: 2.95vw;
    line-height: 4vw;
    margin-left: 4%;
}
.prism-create .template29 .key_opportunity_sec {
    width: 80%;
    padding: 3% 6% 2.5% 6%;
    top: 12%;
    max-height: 86%;
    overflow: auto;
    right: -81%;
    }
      
}
@media (max-width: 480px) {
.prism-create .template29 .temp29_content h4 {
    font-size: 8vw;
    line-height: 9vw;
    margin: 0 0 4%;
}    
.prism-create .template29 .temp29_content p {
    font-size: 4vw;
    line-height: 5.4vw;
    margin: 0 0 8%;
}  
.prism-create .template29 .temp29_content .two_cols .left_col_sec .left_col_sec_text {
    margin-left: 19%;
} 
.prism-create .template29 .temp29_content .two_cols .left_col_sec .left_col_sec_icon {
    width: 24%;
    left: -26%;
    top: 3px;
}
.prism-create .template29 .temp29_content .two_cols .right_col_sec .right_col_box {    
    min-height: 65vh;
}
.prism-create .template29 .close_slidebox_popup {
    top: 4%;
}
.prism-create .template29 .temp29_content h6 {
    font-size: 5vw;
    line-height: 6vw;
    margin: 5% 0 2.5%;
}
.prism-create .template29 .key_opportunity_sec h5 {
    font-size: 4.5vw;
    line-height: 5.5vw;
    margin-bottom: 4%;
}
.prism-create .template29 .key_opportunity_sec ul li {
    font-size: 4vw;
    line-height: 5vw;
    margin-left: 6%;
}
.prism-create .template29 .key_opportunity_sec {
    width: 85%;
    right: -86%;
}
}
@media (max-height: 450px) {
.prism-create .template29 .temp29_content .top_text {
    margin-bottom: 9%;
}
   
}
/* template29 css end */

/* template30 css start */
.prism-create .template30 {
  position: relative;
  width: 100%;
  height: 100vh;
}
.prism-create .template30 .temp30_content {
  position: relative;
    width: 60%;
    height: 100vh;
    margin: 0px auto;
    z-index: 10000;
    text-align: center;
    padding: 12% 0 3%;
    display: flex;
    align-items: center;
}
.prism-create .template30 .temp30_content .temp30_content_inner {
    width: 100%;
}
.prism-create .template30 .temp30_content h3 {
  font-size: 2.5vw;
    line-height: 2.5vw;
  margin: 5% 0 2.5%;
  color: #ffffff;
  font-weight: bold;
  font-family: 'ClanOffcPro-Ultra';
    text-transform: uppercase;
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
}
.prism-create .template30 .temp30_content p {
    font-size: 1.3vw;
    line-height: 1.7vw;
    margin: 0 0 7%;
    color: #ffffff;
    font-family: 'SourceSansPro-Bold';
}
@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 .template30 .temp30_content h3 {
    font-size: 4.5vw;
    line-height: 4.5vw;
    margin: 7% 0% 2%;
}
.prism-create .template30 .temp30_content {
    width: 60%;
}
.prism-create .template30 .temp30_content p {
    padding: 0% 12%;
	    margin: 0 0 2%;
}
}

@media (max-width: 1024px) {
  .prism-create .template30 {
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template30 .temp30_content h3 {
    font-size: 3.5vw;
    line-height: 3.5vw;
}
}
@media (max-width: 1024px) and (min-height: 650px) {

}
@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 .temp30_content h3 {
    font-size: 8vw;
    line-height: 9vw;
    margin: 3% 0%;
}
 .prism-create .template30 .temp30_content {
    width: 82%;
    height: 100vh;
}
.prism-create .template30 .temp30_content p {
    font-size: 3vw;
    line-height: 4vw;
}
}
@media (max-width: 768px) {
      
}
@media (max-width: 480px) {
.prism-create .template30 .temp30_content h3 {
    font-size: 10vw;
    line-height: 11vw;
}    
.prism-create .template30 .temp30_content p {
    font-size: 4vw;
    line-height: 5vw;
	padding: 0% 6%;
}   
}

@media (max-height: 450px) {

}
/* template30 css end */

/* template31 css start */
.prism-create .template31 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #ffffff;
}
.prism-create .template31 .temp31_content {
    width: 100%;
}
.prism-create .template31 .temp31_content .two_cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template31 .temp31_content .two_cols .left_col_sec {
    width: 50%;
     height: 100vh;
         padding: 5% 7% 5% 12%;
}

.prism-create .template31 .temp31_content .two_cols .right_col_sec {
    width: 50%;
     height: 100vh;
    background: url("images/page31-image.jpg") no-repeat top center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.prism-create .template31 .temp31_content h3 {
	font-size: 3vw;
    line-height: 3vw;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #4BCD3E;
}
.prism-create .template31 .temp31_content h4 {
	font-size: 2.4vw;
    line-height: 2.6vw;
    margin: 1% 0%;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
}
.prism-create .template31 .temp31_content h6 {
	font-size: 1.4vw;
    line-height: 1.8vw;
    font-family: 'ClanOffcPro-Ultra';
    color: #4BCD3E;
}
.prism-create .template31 .temp31_content p {
	font-size: 1vw;
    line-height: 1.4vw;
    margin: 1% 0% 4%;
    color: #000000;
    display: block;
    font-weight: bold;
    width: 90%;
}
.prism-create .template31 .temp31_content .top_text {
    margin-bottom: 13%;
}
.prism-create .template31 .temp31_content .top_text p {
    margin: 0px;
    font-family: 'SourceSansPro-Regular';
    position: relative;
}
.prism-create .template31 .temp31_content .top_text p::after {
    content: "";
    width: 10%;
    height: 5px;
    position: absolute;
    top: 110%;
    left: 0px;
    background: #4bcb3e;
    max-width: 80px;
}
.prism-create .template31 .temp31_content p.extra_margin {
   margin-bottom: 12%;
}
.prism-create .template31 .temp31_content .two_cols .right_col_center_text {
    width: 100%;
    padding: 5% 22% 3%;
}
.prism-create .template31 .temp31_content .two_cols .right_col_sec_cols {
    border-bottom: 2px solid #ffffff;
    margin-left: 7%;
    position: relative;
    margin-bottom: 3%;
    padding: 2% 0;
}
.prism-create .template31 .temp31_content .two_cols .right_col_sec_cols.right_col_sec_cols_bor0 {
    border: 0px;
}
.prism-create .template31 .temp31_content .two_cols .right_col_sec_cols .page31_icons {
    position: absolute;
    display: block;
    left: -16%;
    top: -1%;
    width: 10%;
}
.prism-create .template31 .temp31_content .two_cols .right_col_sec_cols .page31_icons2 {
    width: 15%;
        left: -18%;
}
.prism-create .template31 .temp31_content .two_cols .right_col_sec_cols p {
    margin: 2% 0 3%;
}
.prism-create .template31 .statistics_popup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 100001;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    display: none;
}
.prism-create .template31 .statistics_popup .statistics_popup_outer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;    
}
.prism-create .template31 .statistics_popup .statistics_popup_inner {
    position: absolute;
    width: 76%;
    max-height: 80%;
    left: 12%;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    overflow: auto;
}
.prism-create .template31 .statistics_popup .statistics_popup_inner .statistics_heading {
    text-align: center;
    background-image: linear-gradient(to right, #4bcd3e, #00d383, #00d5b9, #00d4de, #3bcff0);
    padding: 2.5% 2% 2%;
}
.prism-create .template31 .statistics_popup h2 {
	font-size: 2.2vw;
    line-height: 2.2vw;
    font-family: 'ClanOffcPro-Ultra';
    color: #ffffff;
}

.prism-create .template31 .statistics_popup .statistics_popup_inner .statistics_content {
    padding: 2% 5%;
}
.prism-create .template31 .statistics_popup .statistics_popup_inner .statistics_content_flex {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
     justify-content: center;
}
.prism-create .template31 .statistics_content_flex_cols {
    width: 33%;
    text-align: center;
    padding: 1% 2%;
    border-right: 2px solid #009775;
    border-bottom: 2px solid #009775;
    padding-bottom: 3%;
    position: relative;
}
.prism-create .template31 .statistics_content_flex_cols.border_right0 {
    border-right: 0px;
}
.prism-create .template31 .statistics_content_flex_cols.border_bottom0 {
    border-bottom: 0px;
}
.prism-create .template31 .statistics_content_flex_cols .statistics_content_icon img {
    width: 30%;
}
.prism-create .template31 .statistics_content_flex_cols p {
	font-size: 0.85vw;
    line-height: 1.2vw;
    margin: 1% 0%;
    color: #000000;
    display: block;
    font-weight: bold;
    padding: 0% 2%;
}
.prism-create .template31 .statistics_content_flex_cols p.width_70 {
    padding: 0% 15%;
}
.statistics_content_source {
    position: absolute;
    width: 98%;
    bottom: 3%;
    left: 0px;
    text-align: right;
}
.prism-create .template31 .statistics_content_flex_cols h5 {
	font-size: 4.5vw;
    line-height: 4.5vw;
    margin: 1% 0%;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
}
.prism-create .template31 .close_statistics_popup {
    position: absolute;
    right: 7%;
    top: 12%;
    cursor: pointer;
    width: 2.8%;
    text-align: center;
    z-index: 100;
    -webkit-animation: pulse-btn 2s infinite;
	-moz-animation: pulse-btn 2s infinite;
	-ms-animation: pulse-btn 2s infinite;
	-o-animation: pulse-btn 2s infinite;
    animation: pulse-btn 2s infinite;
}
@-webkit-keyframes pulse-btn {
  0% {
      transform: scale(1);
  }
    50% {
      transform: scale(0.85);
  }
  100% {
      transform: scale(1);
  }
}
@keyframes pulse-btn {
 0% {
      transform: scale(1);
  }
    50% {
      transform: scale(0.85);
  }
  100% {
      transform: scale(1);
  }
}
.prism-create .template31 p.star_text_sm {
    position: absolute;
    z-index: 2;
    bottom: 6%;
    right: 4%;
    width: 40%;
    margin: 0px;
    font-size: 0.4vw;
    line-height: 0.6vw;
    color: #ffffff;
}
@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 .two_cols .left_col_sec {
    padding: 16% 7% 5% 12%;
}

}


@media (max-width: 1024px) {

}
@media (max-width: 1024px) and (min-height: 700px) {

}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template31 .temp31_content .two_cols .left_col_sec {
    padding: 5% 7% 5% 12%;
}    

}
@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 .temp31_content .two_cols {
    display: block;
}    
.prism-create .template31 .temp31_content .two_cols .right_col_sec {
    width: 100%;
    height: 50vh;
}
.prism-create .template31 .temp31_content .two_cols .left_col_sec {
    width: 80%;
    height: auto;
    padding: 0%;
    margin: 14% auto 8%;
}  
.prism-create .template31 .temp31_content p {
    font-size: 2.5vw;
    line-height: 3.5vw;
    width: 100%;
}    
.prism-create .template31 .temp31_content h4 {
    font-size: 7vw;
    line-height: 8vw;
    margin: 3% 0%;
}
.prism-create .template31 .temp31_content .top_text {
    margin-bottom: 6%;
}
.prism-create .template31 .temp31_content h3 {
    font-size: 8vw;
    line-height: 8vw;
    }
.prism-create .template31 .temp31_content p.extra_margin {
    margin-bottom: 6%;
}
.prism-create .template31 .temp31_content .two_cols .right_col_sec {
    height: auto;
}
.prism-create .template31 .temp31_content .two_cols .right_col_center_text {
    padding: 12% 14% 6%;
}
.prism-create .template31 .temp31_content h6 {
    font-size: 3.5vw;
    line-height: 4vw;
}

.prism-create .template31 .temp31_content .two_cols .right_col_sec_cols {
    margin-bottom: 6%;
}
.prism-create .template31 .statistics_popup h2 {
    font-size: 3.6vw;
    line-height: 4vw;
}
.prism-create .template31 .statistics_popup .statistics_popup_inner {
    width: 84%;
    max-height: 100%;
    left: 8%;
}
.prism-create .template31 .statistics_content_flex_cols p {
    font-size: 2vw;
    line-height: 2.6vw;
}
.statistics_content_source {
    bottom: 2%;
    right: 4%;
        left: inherit;
}
.prism-create .template31 .statistics_content_flex_cols {
    padding-bottom: 11%;
}
.prism-create .template31 .statistics_content_flex_cols .statistics_content_icon img {
    width: 60%;
    margin: 4% 0px;
}
.prism-create .template31 .close_statistics_popup {
    right: 3%;
    top: 8%;
    width: 6%;
}
}
@media (max-width: 480px) {
.prism-create .template31 .temp31_content h4 {
    font-size: 7vw;
    line-height: 8vw;
}    
.prism-create .template31 .temp31_content p {
    font-size: 3.5vw;
    line-height: 4.5vw;
}  
.prism-create .template31 .temp31_content h3 {
    font-size: 10vw;
    line-height: 10vw;
}
.prism-create .template31 .temp31_content p {
    font-size: 4vw;
    line-height: 5.4vw;
    margin-bottom: 5%;
}
.prism-create .template31 .temp31_content h4 {
    font-size: 9vw;
    line-height: 10vw;
    margin-bottom: 6%;
}
.prism-create .template31 .temp31_content h6 {
    font-size: 5.2vw;
    line-height: 6.2vw;
}
.prism-create .template31 .temp31_content .two_cols .right_col_sec_cols .page31_icons {
    left: -16%;
    top: -2%;
    width: 12%;
}
.prism-create .template31 .temp31_content .two_cols .right_col_sec_cols .page31_icons2 {
    width: 14%;
}
.prism-create .template31 .control_nav {
    margin: 20px 0px 40px;
}
.prism-create .template31 .statistics_popup h2 {
    font-size: 6vw;
    line-height: 14vw;
}
.prism-create .template31 .statistics_content_flex_cols p {
    font-size: 4.5vw;
    line-height: 5.5vw;
}
.prism-create .template31 .statistics_content_flex_cols .statistics_content_icon img {
    width: 70%;
}
.prism-create .template31 .statistics_content_flex_cols.border_bottom0 {
    border-bottom: 1px solid #009775;
}
.prism-create .template31 .statistics_content_flex_cols {
    padding: 7% 2%;
    padding-bottom: 16%;
    border-right: none;
    border-bottom: 1px solid #009775;
    width: 80%;
    margin: 0px auto;
}
 .prism-create .template31 .statistics_content_flex_cols.border_bottom_none {
    border-bottom: none;
}
.prism-create .template31 .close_statistics_popup {
    right: 3%;
    top: 12%;
    width: 7%;
}
.prism-create .template31 .statistics_popup .statistics_popup_inner {
     max-height: 70%;
}
.prism-create .template31 .statistics_popup .statistics_popup_inner .statistics_heading {
    position: sticky;
    top:0px;
    z-index: 2;
}
.prism-create .template31 .statistics_popup .statistics_popup_inner .statistics_content {
    padding: 4% 5% 6%;
}
.prism-create .template31 .statistics_content_flex_cols .statistics_content_icon img {
    width: 55%;
    margin-top: 2%;
}
.prism-create .template31 .statistics_content_flex_cols h5 {
    font-size: 10.5vw;
    line-height: 10.5vw;
}

}
@media (max-height: 450px) {


}
/* template31 css end */

/* template32 css start */
.prism-create .template32 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #000000;
}
.prism-create .template32 .temp32_content {
    width: 100%;
}
.prism-create .template32 .temp32_content .two_cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template32 .temp32_content .two_cols .left_col_sec {
    width: 50%;
     height: 100vh;
         padding: 5% 4% 5% 12%;
}
.prism-create .template32 .temp32_content .two_cols .left_col_sec .left_col_sec_text {
    margin-left: 14%;
    position: relative;
}
.prism-create .template32 .temp32_content .two_cols .left_col_sec .left_col_sec_icon {
    position: absolute;
    width: 10%;
    left: -16%;
    top: 4%;
}
.prism-create .template32 .temp32_content h3 {
	font-size: 3vw;
    line-height: 3vw;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #4BCD3E;
}
.prism-create .template32 .temp32_content h4 {
	font-size: 2.4vw;
    line-height: 2.6vw;
    margin: 6% 0%;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
}
.prism-create .template32 .temp32_content h6 {
	font-size: 1.3vw;
    line-height: 1.7vw;
    font-family: 'ClanOffcPro-Ultra';
    color: #ffffff;
    margin-bottom: 3%;
}.prism-create .template32 .temp32_content h6 span {
    font-family: 'SourceSansPro-Light';
    font-size: 1vw;
    line-height: 1.4vw;
    font-weight: bold;
}
.prism-create .template32 .temp32_content p {
	font-size: 0.95vw;
    line-height: 1.3vw;
    margin: 1% 0% 4%;
    color: #ffffff;
    display: block;
    font-weight: bold;
}
.prism-create .template32 .temp32_content p span {
    font-family: 'SourceSansPro-Bold';
}
.prism-create .template32 .temp32_content .top_text {
    margin-bottom: 8%;
}
.prism-create .template32 .temp32_content .top_text p {
    margin: 0px;
    font-family: 'SourceSansPro-Regular';
    position: relative;
}
.prism-create .template32 .temp32_content .top_text p::after {
    content: "";
    width: 10%;
    height: 5px;
    position: absolute;
    top: 110%;
    left: 0px;
    background: #4bcb3e;
    max-width: 80px;
}
.prism-create .template32 .temp32_content p.extra_margin {
   margin-bottom: 8%;
}

.prism-create .template32 .temp32_content .two_cols .right_col_sec {
    width: 32%;
     height: 82%;
    position: absolute;
    right: 12%;
    top: 11.5%;
}
.prism-create .template32 .temp32_content .two_cols .right_col_sec .right_col_box {
    width: 80%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 0.5px solid #ffffff;
    min-height: 72vh;
    padding-bottom: 4%;
}

.prism-create .template32 .temp32_content .two_cols .right_col_sec .right_col_box .right_col_box_img {
    margin: 0px;
    position: relative;
    width: 102%;
    margin-left: -1%;
    margin-top: -1%;
}
.prism-create .template32 .temp32_content .two_cols .right_col_sec .right_col_box .right_col_box_img img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}
.prism-create .template32 .temp32_content .two_cols .right_col_sec .right_col_box .right_col_box_content {
    position: relative;
    width: 100%;
    padding: 5% 5% 2%;
    color: #ffffff;
} 
.prism-create .template32 .temp32_content .two_cols .right_col_sec .right_col_box .slide_boxes {
    display: none;
}
.prism-create .template32 .temp32_content .two_cols .right_col_sec .right_col_box .slide_boxes.slide_first_boxes {
    display: block;
}
.prism-create .template32 .temp32_content .two_cols .right_col_sec .slide_nav {
    position: absolute;
    width: 100%;
    bottom: 2%;
    left: 0px;
    text-align: center;
}
.prism-create .template32 .temp32_content .two_cols .right_col_sec .slide_nav .nav_dot {
    display: inline-block;
    vertical-align: top;
    width: 10%;
    height: 6px;
    background: #ffffff;
    cursor: pointer;
    margin: 0% 1%;
    border-radius: 3px;
}
.prism-create .template32 .temp32_content .two_cols .right_col_sec .slide_nav .nav_dot.active_dot {
    background: #4bcb3e;
}

.prism-create .template32 .temp32_content .two_cols .right_col_sec .slide_source_text {
    margin: 4% 0 2%;
}
.prism-create .template32 .temp32_content .two_cols .right_col_sec .slide_source_text p {
    margin: 0px;
    font-size: 0.4vw;
    line-height: 0.6vw;
}

.prism-create .template32 .key_opportunity_sec {
    position: absolute;
    width: 35%;
    top: 15%;
    right: -36%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 1000000;
    padding: 1% 4% 1.5% 3%;
    color: #000000;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.prism-create .template32 .key_opportunity_sec h6 {
	font-size: 1.3vw;
    line-height: 1.7vw;
    font-family: 'ClanOffcPro-Ultra';
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
    margin: 5% 0 1.5%;
}
.prism-create .template32 .key_opportunity_sec p {
    color: #000000;
    margin-bottom: 3%;
}
.prism-create .template32 .key_opportunity_sec h5 {
    color: #000000;
    font-size: 1.1vw;
    line-height: 1.5vw;
    font-family: 'ClanOffcPro-Ultra';
    margin-bottom: 1.5%;
}
.prism-create .template32 .key_opportunity_sec ul li {
    color: #000000;
    margin-bottom: 3%;
    font-size: 0.95vw;
    line-height: 1.3vw;
    margin-left: 3%;
    font-family: 'SourceSansPro-Regular';
}
.prism-create .template32 .close_slidebox_popup {
    position: absolute;
    right: 12%;
    top: 11%;
    cursor: pointer;
    width: 2.8%;
    text-align: center;
    z-index: 100;
    min-width: 45px;
    -webkit-animation: pulse-btn 2s infinite;
	-moz-animation: pulse-btn 2s infinite;
	-ms-animation: pulse-btn 2s infinite;
	-o-animation: pulse-btn 2s infinite;
    animation: pulse-btn 2s infinite;
    margin: 0px !important;
}


@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 .template32 .temp32_content .two_cols .right_col_sec .right_col_box {
    min-height: 46vh;
}
.prism-create .template32 .temp32_content .two_cols .left_col_sec {
    padding: 14% 6% 5% 12%;
}
.prism-create .template32 .temp32_content .two_cols .right_col_sec {
    top: 21.5%;
    height: 70%;
}

}


@media (max-width: 1024px) {

}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template32 .temp32_content .two_cols .left_col_sec {
    padding: 4% 6% 5% 12%;
}
.prism-create .template32 .temp32_content .two_cols .right_col_sec .right_col_box {
    min-height: 72vh;
}
.prism-create .template32 .temp32_content .two_cols .right_col_sec {
    top: 11.5%;
    height: 82%;
}    
}
@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 .temp32_content .two_cols {
    display: block;
}    
.prism-create .template32 .temp32_content .two_cols .right_col_sec {
    width: 100%;
    height: 50vh;
}
.prism-create .template32 .temp32_content .two_cols .left_col_sec {
    width: 80%;
    height: auto;
    margin: 14% auto;
    padding: 0%;
}
.prism-create .template32 .temp32_content .two_cols .right_col_sec {
    width: 80%;
    height: auto;
    position: relative;
    right: inherit;
    top: inherit;
    margin: 6% auto;
}
.prism-create .template32 .close_slidebox_popup {
    right: 7%;
    top: 6%;
}
.prism-create .template32 .temp32_content h4 {
    font-size: 6vw;
    line-height: 7vw;
}  
.prism-create .template32 .temp32_content p {
    font-size: 3vw;
    line-height: 4vw;
    margin: 2% 0% 6%;
}    
.prism-create .template32 .temp32_content h3 {
    font-size: 8vw;
    line-height: 8vw;
        -webkit-text-stroke-width: 3.2px;
    margin-bottom: 0.5%;
}
.prism-create .template32 .temp32_content h6 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}
.prism-create .template32 .temp32_content .two_cols .right_col_sec .right_col_box {
    width: 100%;
    min-height: 78vh;
}
.prism-create .template32 .temp32_content .two_cols .right_col_sec .slide_source_text {
    margin: 6% 0 2%;
}
.prism-create .template32 .temp32_content .two_cols .right_col_sec .slide_source_text p {
    font-size: 2vw;
    line-height: 2.8vw;
    word-break: break-all;
}
.prism-create .template32 .key_opportunity_sec h5 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}  
.prism-create .template32 .key_opportunity_sec ul li {    
    font-size: 2.95vw;
    line-height: 4vw;
    margin-left: 4%;
}
.prism-create .template32 .key_opportunity_sec {
    width: 80%;
    padding: 3% 6% 2.5% 6%;
    top: 12%;
    max-height: 86%;
    overflow: auto;
    right: -81%;
    }
      
}
@media (max-width: 480px) {
.prism-create .template32 .temp32_content h4 {
    font-size: 8vw;
    line-height: 9vw;
    margin: 0 0 4%;
}    
.prism-create .template32 .temp32_content p {
    font-size: 4vw;
    line-height: 5.4vw;
    margin: 0 0 8%;
}  
.prism-create .template32 .temp32_content .two_cols .left_col_sec .left_col_sec_text {
    margin-left: 19%;
} 
.prism-create .template32 .temp32_content .two_cols .left_col_sec .left_col_sec_icon {
    width: 24%;
    left: -26%;
    top: 3px;
}
.prism-create .template32 .temp32_content .two_cols .right_col_sec .right_col_box {    
    min-height: 65vh;
}
.prism-create .template32 .close_slidebox_popup {
    top: 4%;
}
.prism-create .template32 .temp32_content h6 {
    font-size: 5vw;
    line-height: 6vw;
    margin: 5% 0 2.5%;
}
.prism-create .template32 .key_opportunity_sec h5 {
    font-size: 4.5vw;
    line-height: 5.5vw;
    margin-bottom: 4%;
}
.prism-create .template32 .key_opportunity_sec ul li {
    font-size: 4vw;
    line-height: 5vw;
    margin-left: 6%;
}
.prism-create .template32 .key_opportunity_sec {
    width: 85%;
    right: -86%;
}
}
@media (max-height: 450px) {
.prism-create .template32 .temp32_content .top_text {
    margin-bottom: 9%;
}

}
/* template32 css end */

/* template33 css start */
.prism-create .template33 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #000000;
}
.prism-create .template33 .temp33_content {
    width: 100%;
}
.prism-create .template33 .temp33_content .two_cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template33 .temp33_content .two_cols .left_col_sec {
    width: 50%;
     height: 100vh;
         padding: 5% 4% 5% 12%;
}
.prism-create .template33 .temp33_content .two_cols .left_col_sec .left_col_sec_text {
    margin-left: 15%;
    position: relative;
}
.prism-create .template33 .temp33_content .two_cols .left_col_sec .left_col_sec_icon {
    position: absolute;
    width: 15%;
    left: -18%;
    top: 4%;
}
.prism-create .template33 .temp33_content h3 {
	font-size: 3vw;
    line-height: 3vw;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #4BCD3E;
}
.prism-create .template33 .temp33_content h4 {
	font-size: 2.4vw;
    line-height: 2.6vw;
    margin: 6% 0%;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
}
.prism-create .template33 .temp33_content h6 {
	font-size: 1.3vw;
    line-height: 1.7vw;
    font-family: 'ClanOffcPro-Ultra';
    color: #ffffff;
    margin-bottom: 3%;
}.prism-create .template33 .temp33_content h6 span {
    font-family: 'SourceSansPro-Light';
    font-size: 1vw;
    line-height: 1.4vw;
    font-weight: bold;
}
.prism-create .template33 .temp33_content p {
	font-size: 0.95vw;
    line-height: 1.3vw;
    margin: 1% 0% 4%;
    color: #ffffff;
    display: block;
    font-weight: bold;
}
.prism-create .template33 .temp33_content p span {
    font-family: 'SourceSansPro-Bold';
}
.prism-create .template33 .temp33_content .top_text {
    margin-bottom: 8%;
}
.prism-create .template33 .temp33_content .top_text p {
    margin: 0px;
    font-family: 'SourceSansPro-Regular';
    position: relative;
}
.prism-create .template33 .temp33_content .top_text p::after {
    content: "";
    width: 10%;
    height: 5px;
    position: absolute;
    top: 110%;
    left: 0px;
    background: #4bcb3e;
    max-width: 80px;
}
.prism-create .template33 .temp33_content p.extra_margin {
   margin-bottom: 8%;
}

.prism-create .template33 .temp33_content .two_cols .right_col_sec {
    width: 32%;
     height: 82%;
    position: absolute;
    right: 12%;
    top: 11.5%;
}
.prism-create .template33 .temp33_content .two_cols .right_col_sec .right_col_box {
    width: 80%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 0.5px solid #ffffff;
    min-height: 72vh;
    padding-bottom: 4%;
}

.prism-create .template33 .temp33_content .two_cols .right_col_sec .right_col_box .right_col_box_img {
    margin: 0px;
    position: relative;
    width: 102%;
    margin-left: -1%;
    margin-top: -1%;
}
.prism-create .template33 .temp33_content .two_cols .right_col_sec .right_col_box .right_col_box_img img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}
.prism-create .template33 .temp33_content .two_cols .right_col_sec .right_col_box .right_col_box_content {
    position: relative;
    width: 100%;
    padding: 5% 5% 2%;
    color: #ffffff;
} 
.prism-create .template33 .temp33_content .two_cols .right_col_sec .right_col_box .slide_boxes {
    display: none;
}
.prism-create .template33 .temp33_content .two_cols .right_col_sec .right_col_box .slide_boxes.slide_first_boxes {
    display: block;
}
.prism-create .template33 .temp33_content .two_cols .right_col_sec .slide_nav {
    position: absolute;
    width: 100%;
    bottom: 2%;
    left: 0px;
    text-align: center;
}
.prism-create .template33 .temp33_content .two_cols .right_col_sec .slide_nav .nav_dot {
    display: inline-block;
    vertical-align: top;
    width: 10%;
    height: 6px;
    background: #ffffff;
    cursor: pointer;
    margin: 0% 1%;
    border-radius: 3px;
}
.prism-create .template33 .temp33_content .two_cols .right_col_sec .slide_nav .nav_dot.active_dot {
    background: #4bcb3e;
}

.prism-create .template33 .temp33_content .two_cols .right_col_sec .slide_source_text {
    margin: 4% 0 2%;
}
.prism-create .template33 .temp33_content .two_cols .right_col_sec .slide_source_text p {
    margin: 0px;
    font-size: 0.4vw;
    line-height: 0.6vw;
}

.prism-create .template33 .key_opportunity_sec {
    position: absolute;
    width: 35%;
    top: 15%;
    right: -36%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 1000000;
    padding: 1% 4% 1.5% 3%;
    color: #000000;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.prism-create .template33 .key_opportunity_sec h6 {
	font-size: 1.3vw;
    line-height: 1.7vw;
    font-family: 'ClanOffcPro-Ultra';
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
    margin: 5% 0 1.5%;
}
.prism-create .template33 .key_opportunity_sec p {
    color: #000000;
    margin-bottom: 3%;
}
.prism-create .template33 .key_opportunity_sec h5 {
    color: #000000;
    font-size: 1.1vw;
    line-height: 1.5vw;
    font-family: 'ClanOffcPro-Ultra';
    margin-bottom: 1.5%;
}
.prism-create .template33 .key_opportunity_sec ul li {
    color: #000000;
    margin-bottom: 3%;
    font-size: 0.95vw;
    line-height: 1.3vw;
    margin-left: 3%;
    font-family: 'SourceSansPro-Regular';
}
.prism-create .template33 .close_slidebox_popup {
    position: absolute;
    right: 12%;
    top: 11%;
    cursor: pointer;
    width: 2.8%;
    text-align: center;
    z-index: 100;
    min-width: 45px;
    -webkit-animation: pulse-btn 2s infinite;
	-moz-animation: pulse-btn 2s infinite;
	-ms-animation: pulse-btn 2s infinite;
	-o-animation: pulse-btn 2s infinite;
    animation: pulse-btn 2s infinite;
    margin: 0px !important;
}


@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 .template33 .temp33_content .two_cols .right_col_sec .right_col_box {
    min-height: 46vh;
}
.prism-create .template33 .temp33_content .two_cols .left_col_sec {
    padding: 14% 6% 5% 12%;
}
.prism-create .template33 .temp33_content .two_cols .right_col_sec {
    top: 21.5%;
    height: 70%;
}

}


@media (max-width: 1024px) {

}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template33 .temp33_content .two_cols .left_col_sec {
    padding: 4% 6% 5% 12%;
}
.prism-create .template33 .temp33_content .two_cols .right_col_sec .right_col_box {
    min-height: 72vh;
}
.prism-create .template33 .temp33_content .two_cols .right_col_sec {
    top: 11.5%;
    height: 82%;
}    
}
@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 .template33 .temp33_content .two_cols {
    display: block;
}    
.prism-create .template33 .temp33_content .two_cols .right_col_sec {
    width: 100%;
    height: 50vh;
}
.prism-create .template33 .temp33_content .two_cols .left_col_sec {
    width: 80%;
    height: auto;
    margin: 14% auto;
    padding: 0%;
}
.prism-create .template33 .temp33_content .two_cols .right_col_sec {
    width: 80%;
    height: auto;
    position: relative;
    right: inherit;
    top: inherit;
    margin: 6% auto;
}
.prism-create .template33 .close_slidebox_popup {
    right: 7%;
    top: 6%;
}
.prism-create .template33 .temp33_content h4 {
    font-size: 6vw;
    line-height: 7vw;
}  
.prism-create .template33 .temp33_content p {
    font-size: 3vw;
    line-height: 4vw;
    margin: 2% 0% 6%;
}    
.prism-create .template33 .temp33_content h3 {
    font-size: 8vw;
    line-height: 8vw;
        -webkit-text-stroke-width: 3.2px;
    margin-bottom: 0.5%;
}
.prism-create .template33 .temp33_content h6 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}
.prism-create .template33 .temp33_content .two_cols .right_col_sec .right_col_box {
    width: 100%;
    min-height: 78vh;
}
.prism-create .template33 .temp33_content .two_cols .right_col_sec .slide_source_text {
    margin: 6% 0 2%;
}
.prism-create .template33 .temp33_content .two_cols .right_col_sec .slide_source_text p {
    font-size: 2vw;
    line-height: 2.8vw;
    word-break: break-all;
}
.prism-create .template33 .key_opportunity_sec h5 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}  
.prism-create .template33 .key_opportunity_sec ul li {    
    font-size: 2.95vw;
    line-height: 4vw;
    margin-left: 4%;
}
.prism-create .template33 .key_opportunity_sec {
    width: 80%;
    padding: 3% 6% 2.5% 6%;
    top: 12%;
    max-height: 86%;
    overflow: auto;
    right: -81%;
    }
      
}
@media (max-width: 480px) {
.prism-create .template33 .temp33_content h4 {
    font-size: 8vw;
    line-height: 9vw;
    margin: 0 0 4%;
}    
.prism-create .template33 .temp33_content p {
    font-size: 4vw;
    line-height: 5.4vw;
    margin: 0 0 8%;
}  
.prism-create .template33 .temp33_content .two_cols .left_col_sec .left_col_sec_text {
    margin-left: 19%;
} 
.prism-create .template33 .temp33_content .two_cols .left_col_sec .left_col_sec_icon {
    width: 24%;
    left: -26%;
    top: 3px;
}
.prism-create .template33 .temp33_content .two_cols .right_col_sec .right_col_box {    
    min-height: 65vh;
}
.prism-create .template33 .close_slidebox_popup {
    top: 4%;
}
.prism-create .template33 .temp33_content h6 {
    font-size: 5vw;
    line-height: 6vw;
    margin: 5% 0 2.5%;
}
.prism-create .template33 .key_opportunity_sec h5 {
    font-size: 4.5vw;
    line-height: 5.5vw;
    margin-bottom: 4%;
}
.prism-create .template33 .key_opportunity_sec ul li {
    font-size: 4vw;
    line-height: 5vw;
    margin-left: 6%;
}
.prism-create .template33 .key_opportunity_sec {
    width: 85%;
    right: -86%;
}
}
@media (max-height: 450px) {
.prism-create .template33 .temp33_content .top_text {
    margin-bottom: 9%;
}
  
}
/* template33 css end */

/* template34 css start */
.prism-create .template34 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #000000;
}
.prism-create .template34 .temp34_content {
    width: 100%;
}
.prism-create .template34 .temp34_content .two_cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template34 .temp34_content .two_cols .left_col_sec {
    width: 50%;
     height: 100vh;
         padding: 5% 4% 5% 12%;
}
.prism-create .template34 .temp34_content .two_cols .left_col_sec .left_col_sec_text {
    margin-left: 14%;
    position: relative;
}
.prism-create .template34 .temp34_content .two_cols .left_col_sec .left_col_sec_icon {
    position: absolute;
    width: 12%;
    left: -16%;
    top: 6%;
}
.prism-create .template34 .temp34_content h3 {
	font-size: 3vw;
    line-height: 3vw;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #4BCD3E;
}
.prism-create .template34 .temp34_content h4 {
	font-size: 2.4vw;
    line-height: 2.6vw;
    margin: 6% 0%;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
}
.prism-create .template34 .temp34_content h6 {
	font-size: 1.3vw;
    line-height: 1.7vw;
    font-family: 'ClanOffcPro-Ultra';
    color: #ffffff;
    margin-bottom: 3%;
}.prism-create .template34 .temp34_content h6 span {
    font-family: 'SourceSansPro-Light';
    font-size: 1vw;
    line-height: 1.4vw;
    font-weight: bold;
}
.prism-create .template34 .temp34_content p {
	font-size: 0.95vw;
    line-height: 1.3vw;
    margin: 1% 0% 4%;
    color: #ffffff;
    display: block;
    font-weight: bold;
}
.prism-create .template34 .temp34_content p span {
    font-family: 'SourceSansPro-Bold';
}
.prism-create .template34 .temp34_content .top_text {
    margin-bottom: 8%;
}
.prism-create .template34 .temp34_content .top_text p {
    margin: 0px;
    font-family: 'SourceSansPro-Regular';
    position: relative;
}
.prism-create .template34 .temp34_content .top_text p::after {
    content: "";
    width: 10%;
    height: 5px;
    position: absolute;
    top: 110%;
    left: 0px;
    background: #4bcb3e;
    max-width: 80px;
}
.prism-create .template34 .temp34_content p.extra_margin {
   margin-bottom: 8%;
}

.prism-create .template34 .temp34_content .two_cols .right_col_sec {
    width: 32%;
     height: 82%;
    position: absolute;
    right: 12%;
    top: 11.5%;
}
.prism-create .template34 .temp34_content .two_cols .right_col_sec .right_col_box {
    width: 80%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 0.5px solid #ffffff;
    min-height: 72vh;
    padding-bottom: 4%;
}

.prism-create .template34 .temp34_content .two_cols .right_col_sec .right_col_box .right_col_box_img {
    margin: 0px;
    position: relative;
    width: 102%;
    margin-left: -1%;
    margin-top: -1%;
}
.prism-create .template34 .temp34_content .two_cols .right_col_sec .right_col_box .right_col_box_img img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}
.prism-create .template34 .temp34_content .two_cols .right_col_sec .right_col_box .right_col_box_content {
    position: relative;
    width: 100%;
    padding: 5% 5% 2%;
    color: #ffffff;
} 
.prism-create .template34 .temp34_content .two_cols .right_col_sec .right_col_box .slide_boxes {
    display: none;
}
.prism-create .template34 .temp34_content .two_cols .right_col_sec .right_col_box .slide_boxes.slide_first_boxes {
    display: block;
}
.prism-create .template34 .temp34_content .two_cols .right_col_sec .slide_nav {
    position: absolute;
    width: 100%;
    bottom: 2%;
    left: 0px;
    text-align: center;
}
.prism-create .template34 .temp34_content .two_cols .right_col_sec .slide_nav .nav_dot {
    display: inline-block;
    vertical-align: top;
    width: 10%;
    height: 6px;
    background: #ffffff;
    cursor: pointer;
    margin: 0% 1%;
    border-radius: 3px;
}
.prism-create .template34 .temp34_content .two_cols .right_col_sec .slide_nav .nav_dot.active_dot {
    background: #4bcb3e;
}

.prism-create .template34 .temp34_content .two_cols .right_col_sec .slide_source_text {
    margin: 4% 0 2%;
}
.prism-create .template34 .temp34_content .two_cols .right_col_sec .slide_source_text p {
    margin: 0px;
    font-size: 0.4vw;
    line-height: 0.6vw;
}

.prism-create .template34 .key_opportunity_sec {
    position: absolute;
    width: 35%;
    top: 15%;
    right: -36%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 1000000;
    padding: 1% 4% 1.5% 3%;
    color: #000000;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.prism-create .template34 .key_opportunity_sec h6 {
	font-size: 1.3vw;
    line-height: 1.7vw;
    font-family: 'ClanOffcPro-Ultra';
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
    margin: 5% 0 1.5%;
}
.prism-create .template34 .key_opportunity_sec p {
    color: #000000;
    margin-bottom: 3%;
}
.prism-create .template34 .key_opportunity_sec h5 {
    color: #000000;
    font-size: 1.1vw;
    line-height: 1.5vw;
    font-family: 'ClanOffcPro-Ultra';
    margin-bottom: 1.5%;
}
.prism-create .template34 .key_opportunity_sec ul li {
    color: #000000;
    margin-bottom: 3%;
    font-size: 0.95vw;
    line-height: 1.3vw;
    margin-left: 3%;
    font-family: 'SourceSansPro-Regular';
}
.prism-create .template34 .close_slidebox_popup {
    position: absolute;
    right: 12%;
    top: 11%;
    cursor: pointer;
    width: 2.8%;
    text-align: center;
    z-index: 100;
    min-width: 45px;
    -webkit-animation: pulse-btn 2s infinite;
	-moz-animation: pulse-btn 2s infinite;
	-ms-animation: pulse-btn 2s infinite;
	-o-animation: pulse-btn 2s infinite;
    animation: pulse-btn 2s infinite;
    margin: 0px !important;
}


@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 .template34 .temp34_content .two_cols .right_col_sec .right_col_box {
    min-height: 46vh;
}
.prism-create .template34 .temp34_content .two_cols .left_col_sec {
    padding: 14% 6% 5% 12%;
}
.prism-create .template34 .temp34_content .two_cols .right_col_sec {
    top: 21.5%;
    height: 70%;
}

}


@media (max-width: 1024px) {

}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template34 .temp34_content .two_cols .left_col_sec {
    padding: 4% 6% 5% 12%;
}
.prism-create .template34 .temp34_content .two_cols .right_col_sec .right_col_box {
    min-height: 72vh;
}
.prism-create .template34 .temp34_content .two_cols .right_col_sec {
    top: 11.5%;
    height: 82%;
}    
}
@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 .template34 .temp34_content .two_cols {
    display: block;
}    
.prism-create .template34 .temp34_content .two_cols .right_col_sec {
    width: 100%;
    height: 50vh;
}
.prism-create .template34 .temp34_content .two_cols .left_col_sec {
    width: 80%;
    height: auto;
    margin: 14% auto;
    padding: 0%;
}
.prism-create .template34 .temp34_content .two_cols .right_col_sec {
    width: 80%;
    height: auto;
    position: relative;
    right: inherit;
    top: inherit;
    margin: 6% auto;
}
.prism-create .template34 .close_slidebox_popup {
    right: 7%;
    top: 6%;
}
.prism-create .template34 .temp34_content h4 {
    font-size: 6vw;
    line-height: 7vw;
}  
.prism-create .template34 .temp34_content p {
    font-size: 3vw;
    line-height: 4vw;
    margin: 2% 0% 6%;
}    
.prism-create .template34 .temp34_content h3 {
    font-size: 8vw;
    line-height: 8vw;
        -webkit-text-stroke-width: 3.2px;
    margin-bottom: 0.5%;
}
.prism-create .template34 .temp34_content h6 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}
.prism-create .template34 .temp34_content .two_cols .right_col_sec .right_col_box {
    width: 100%;
    min-height: 78vh;
}
.prism-create .template34 .temp34_content .two_cols .right_col_sec .slide_source_text {
    margin: 6% 0 2%;
}
.prism-create .template34 .temp34_content .two_cols .right_col_sec .slide_source_text p {
    font-size: 2vw;
    line-height: 2.8vw;
    word-break: break-all;
}
.prism-create .template34 .key_opportunity_sec h5 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}  
.prism-create .template34 .key_opportunity_sec ul li {    
    font-size: 2.95vw;
    line-height: 4vw;
    margin-left: 4%;
}
.prism-create .template34 .key_opportunity_sec {
    width: 80%;
    padding: 3% 6% 2.5% 6%;
    top: 12%;
    max-height: 86%;
    overflow: auto;
    right: -81%;
    }
      
}
@media (max-width: 480px) {
.prism-create .template34 .temp34_content h4 {
    font-size: 8vw;
    line-height: 9vw;
    margin: 0 0 4%;
}    
.prism-create .template34 .temp34_content p {
    font-size: 4vw;
    line-height: 5.4vw;
    margin: 0 0 8%;
}  
.prism-create .template34 .temp34_content .two_cols .left_col_sec .left_col_sec_text {
    margin-left: 19%;
} 
.prism-create .template34 .temp34_content .two_cols .left_col_sec .left_col_sec_icon {
    width: 24%;
    left: -26%;
    top: 3px;
}
.prism-create .template34 .temp34_content .two_cols .right_col_sec .right_col_box {    
    min-height: 65vh;
}
.prism-create .template34 .close_slidebox_popup {
    top: 4%;
}
.prism-create .template34 .temp34_content h6 {
    font-size: 5vw;
    line-height: 6vw;
    margin: 5% 0 2.5%;
}
.prism-create .template34 .key_opportunity_sec h5 {
    font-size: 4.5vw;
    line-height: 5.5vw;
    margin-bottom: 4%;
}
.prism-create .template34 .key_opportunity_sec ul li {
    font-size: 4vw;
    line-height: 5vw;
    margin-left: 6%;
}
.prism-create .template34 .key_opportunity_sec {
    width: 85%;
    right: -86%;
}
}
@media (max-height: 450px) {
.prism-create .template34 .temp34_content .top_text {
    margin-bottom: 9%;
}
   
}
/* template34 css end */

/* template35 css start */
.prism-create .template35 {
  position: relative;
    width: 100%;
    height: 100vh;
    background: url("images/page35-bg.jpg") no-repeat top center;
    background-size: cover;
}

.prism-create .template35 .temp35_content {
  position: relative;
    width: 72%;
    min-height: 100vh;
    margin: 0px auto;
    z-index: 10000;
    padding: 6% 0 4%;
}
.prism-create .template35 .temp35_content h4 {
    font-size: 2.4vw;
    line-height: 2.6vw;
    margin-bottom: 5%;
    font-family: 'ClanOffcPro-Ultra';
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #4BCD3E, #3BCFF0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
}
.prism-create .template35 .temp35_content p {
    font-size: 0.9vw;
    line-height: 1.3vw;
    margin: 5% 0% 0;
    color: #000000;
    font-weight: normal;
    position: relative;
    font-family: 'SourceSansPro-Regular';
}
.prism-create .template35 .temp35_content h6 {
    font-size: 1.6vw;
    line-height: 2vw;
    margin: 0 0 1%;
    color: #000000;
    font-weight: normal;
  font-family: 'ClanOffcPro-Ultra';
    display: block;
}

.prism-create .template35 .temp35_content .temp35_flex_col {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.prism-create .template35 .temp35_content .temp35_flex_col .temp35_threecols {
    width: 30%;
    padding: 2%;
    margin-bottom: 2%;
    border-radius: 8px;
    background-image: linear-gradient(to right, #4bcd3e, #00d383, #00d5b9, #00d4de, #3bcff0);
    position: relative;
}




@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 .template35 .temp35_content {
    padding: 18% 0 4%;
}
}

@media (max-width: 1024px) {
  .prism-create .template35 {
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template35 .temp35_content {
    padding: 8% 0 4%;
}
}
@media (max-width: 1024px) and (min-height: 650px) {

}
@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 .template35 .temp35_content .temp35_flex_col .temp35_threecols {
    width: 100%;
    padding: 4% 4% 3%;
    margin-bottom: 5%;
}
.prism-create .template35 .temp35_content h4 {
    font-size: 5vw;
    line-height: 6vw;
    margin: 0% 0% 6%;
}
.prism-create .template35 .temp35_content {
    width: 80%;
    min-height: auto;
    padding: 0%;
    display: block;
    margin: 16% auto 2%;
}
.prism-create .template35 .temp35_content .temp35_flex_col {
    display: block;
}
.prism-create .template35 .temp35_content h6 {
    font-size: 4vw;
    line-height: 5vw;
}
.prism-create .template35 .temp35_content p {
    font-size: 2.5vw;
    line-height: 3.5vw;
    margin: 0 0 3%;
}

}
@media (max-width: 768px) {
      
}
@media (max-width: 480px) {
.prism-create .template35 .temp35_content {
    margin: 16% auto 3%;
}
.prism-create .template35 .temp35_content .temp35_flex_col .temp35_threecols {
    padding: 6%;
}    
.prism-create .template35 .temp35_content h4 {
    font-size: 8vw;
    line-height: 9vw;
    margin: 0% 0% 6%;
}
.prism-create .template35 .temp35_content h6 {
    font-size: 6vw;
    line-height: 7vw;
    margin-bottom: 5%;
}
.prism-create .template35 .temp35_content p {
    font-size: 4vw;
    line-height: 5vw;
    margin: 0 0 6%;
}

}

@media (max-height: 450px) {

}
/* template35 css end */


/* template36 css start */
.prism-create .template36 {
  position: relative;
    width: 100%;
    height: 100vh;
    background: #000000;
}

.prism-create .template36 .temp36_content {
  position: relative;
    width: 72%;
    min-height: 100vh;
    margin: 0px auto;
    z-index: 10000;
    padding: 4% 0 5%;
    display: flex;
    align-items: center;
    text-align: center;
}
.prism-create .template36 .temp36_content p {
    width: 100%;
}
.prism-create .template36 .temp36_content p.temp36_logo img {
    width: 15%;
    min-width: 180px;
}
.prism-create .template36 .temp36_source_text {
    position: absolute;
    width: 60%;
    left: 6%;
    bottom: 10%;
}
.prism-create .template36 .temp36_source_text p {
    font-size: 0.5vw;
    line-height: 0.8vw;
    color: #ffffff;
    font-weight: normal;
    width: 100%;
    margin-top: 2%;
}

@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 .template36 .temp36_content {
    width: 80%;
}
.prism-create .template36 .temp36_source_text p {
    font-size: 0.7vw;
    line-height: 1vw;
}
}

@media (max-width: 1024px) {
  .prism-create .template36 {
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {

}
@media (max-width: 1024px) and (min-height: 650px) {

}
@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 .template36 .temp36_content {
    width: 80%;
    min-height: 94vh;
    padding: 4% 0 8%;
}
.prism-create .template36 .temp36_content p {
    font-size: 3vw;
    line-height: 4vw;
    margin: 0 0 3%;
}
.prism-create .template36 .temp36_content p.temp36_logo img {
    width: 35%;
    min-width: 200px;
}
.prism-create .template36 .logo_pay_bottom {
    position: absolute;
    z-index: 100000;
    bottom: 28%;
    right: 9%;
    width: 18%;
    min-width: 100px;
    padding: 0px; 
    text-align: inherit;
}    
.prism-create .template36 .logo_pay_bottom img {
    width: 100%; 
    max-width: 180px;
} 
.prism-create .template36 .temp36_source_text {
    width: 88%;
    left: 6%;
    bottom: 12%;
}    
.prism-create .template36 .temp36_source_text p {
    font-size: 1.2vw;
    line-height: 1.6vw;
}    
}
@media (max-width: 768px) {
      
}
@media (max-width: 480px) {
.prism-create .template36 .temp36_content {
}

.prism-create .template36 .temp36_content p {
    font-size: 4vw;
    line-height: 5vw;
    margin: 0 0 6%;
}
.prism-create .template36 .temp36_source_text p {
    font-size: 1.8vw;
    line-height: 2.2vw;
}
}

@media (max-height: 450px) {

}
/* template36 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;
}
.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%;
}
