/*-----------------------------------------------------------------------------------

    Template Name: OpenSource Technologies
    Template URI: https://ost.agency/
    Support: https://ost.agency/support/
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
*{margin:0;padding:0;box-sizing:border-box}

body{
  font-family: "DM Sans", sans-serif;
  background:#fff;
  color:#424242;
  line-height:1.6;
  overflow-x:hidden;
}

.container{
  width:90%;
  max-width:1200px;
  margin:auto;
  position: relative;
}
section{padding:90px 0}

main.snowflake{
	font-size: 20px;
	line-height:27px;
}

h2{
  font-size:40px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom:25px;
}

main.snowflake p {
  margin-top: 0;
  margin-bottom: 1rem;
}

main.snowflake ul {
  margin: 0 0 20px;
  padding-left:20px;
 }


main.snowflake ul li{
  padding: 0 0 5px 0px;
}

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999; }
  .preloader .loader {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 64px;
	  height: 64px;
      transform: translate(-50%, -50%);
      z-index: 18;
      pointer-events: none;}
    .preloader .loader .ytp-spinner {
	  }
      .preloader .loader .ytp-spinner .ytp-spinner-container {
        pointer-events: none;
        position: absolute;
        width: 100%;
        padding-bottom: 100%;
        top: 50%;
        left: 50%;
        margin-top: -50%;
        margin-left: -50%;
        -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        animation: ytp-spinner-linspin 1568.23529647ms linear infinite; }
        .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
          position: absolute;
          width: 100%;
          height: 100%;
          -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
          .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            overflow: hidden;
            right: 50%; }
          .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            overflow: hidden;
            left: 50%; }
    .preloader .loader .ytp-spinner-circle {
      box-sizing: border-box;
      position: absolute;
      width: 200%;
      height: 100%;
      border-style: solid;
      /* Spinner Color */
      border-color: #5750EB #5750EB #eceff8;
      border-radius: 50%;
      border-width: 6px; }
    .preloader .loader .ytp-spinner-left .ytp-spinner-circle {
      left: 0;
      right: -100%;
      border-right-color: #eceff8;
      -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
    .preloader .loader .ytp-spinner-right .ytp-spinner-circle {
      left: -100%;
      right: 0;
      border-left-color: #eceff8;
      -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg); } }
@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg); } }
@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }
@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }
@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }
@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }

.shape-1 {
      opacity: 1;
      -webkit-animation: animation1 3s linear infinite;
      -moz-animation: animation1 3s linear infinite;
      -o-animation: animation1 3s linear infinite;
      animation: animation1 3s linear infinite; }

.shape-2 {
      opacity: 1;
      -webkit-animation: animation1 5s linear infinite;
      -moz-animation: animation1 5s linear infinite;
      -o-animation: animation1 5s linear infinite;
      animation: animation1 5s linear infinite; }

@keyframes animation1 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes animation1 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background: #5750EB;
  background-size: 200%;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none; }
  .back-to-top:hover {
    background-color: rgba(87, 80, 235, 0.9);
    color: #fff; }

/* ================= HEADER ================= */
.site-header {
    background: #fff;
    left: 0px;
    position: fixed;
    right: 0px;
    top: 0;
    text-align: center;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.625, 0.125, 0.305, 0.875);
    transition: -webkit-transform 0.5s cubic-bezier(0.625, 0.125, 0.305, 0.875);
    transition: transform 0.5s cubic-bezier(0.625, 0.125, 0.305, 0.875);
    transition: transform 0.5s cubic-bezier(0.625, 0.125, 0.305, 0.875), -webkit-transform 0.5s cubic-bezier(0.625, 0.125, 0.305, 0.875);
    z-index: 10
}

.site-header:before {
    -webkit-animation: color 1s linear 0s infinite both;
    animation: color 1s linear 0s infinite both;
    content: "(animation test)";
    color: green
}

.site-header .wrap {
    max-width: none;
    padding: 0;
    position: relative
}

@media only screen and (max-width: 47.9375em) {
    .site-header .wrap {
        padding: 0 10px
    }
}

.site-header .site-header__inner {
    background: #fff;
    position: relative;
    z-index: 3
}

.site-header.hide-nav {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px)
}

@media only screen and (max-width: 47.9375em) {
    .site-header.hide-nav {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.site-header.js--animate {
    -webkit-transition: all 0.9s cubic-bezier(1, 0, 0, 1);
    transition: all 0.9s cubic-bezier(1, 0, 0, 1)
}

.site-header.js--no-animate {
    -webkit-transition: none;
    transition: none
}

.site-title {
    left: 0;
    margin: 0;
    opacity: 1;
    /*position: absolute;
    padding-left: 20px;*/
    top: 0;
    -webkit-transition: visibility 0s cubic-bezier(0.625, 0.125, 0.305, 0.875), opacity 0.5s cubic-bezier(0.625, 0.125, 0.305, 0.875);
    transition: visibility 0s cubic-bezier(0.625, 0.125, 0.305, 0.875), opacity 0.5s cubic-bezier(0.625, 0.125, 0.305, 0.875);
    -webkit-transition-delay: 0ms, 0ms;
    transition-delay: 0ms, 0ms;
    visibility: visible
}

.site-title img {
    margin: 0px;
    height: 50px;
}

.site-title a {
    /*background: #161616;*/
    border: none;
    display: block;
    /*fill: #f5f5f1*/
}

/*.site-title a:hover {
    background: #1abc9c;
}*/

.site-title a:active,
.site-title a:focus {
    /*background: #525252*/
}

.site-title a .svg-emblem {
    display: block
}

.site-title a .svg-emblem path {
    fill: inherit
}

.site-title a svg {
    display: block
}

@media only screen and (max-width: 64em) {
    .site-title .site-title {
        left: 20px
    }
}


.fdc4-project-nav {
  font-size: 16px;
  text-align: left;
  float: right;
  position: absolute;
  top: 20px;
  right: 20px;
}
.site-header__inner {
  height: 100px;
  padding:20px 0;
}

.fdc4-project-nav .current {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  line-height: 32px;
  padding: 11px 6px 12px;
  vertical-align: top;
}
.fdc4-project-nav .back {
  display: inline-block;
  color: white !important;
  margin: 8px 25px 8px 8px;
  margin-left: auto;
  opacity: 1 !important;
  padding: 8px;
  vertical-align: top;
}
.fdc4-project-nav .back:hover span {
  text-decoration: underline;
  color: #8143b1;
  opacity: 1;
}
.fdc4-project-nav .back svg {
  display: inline-block;
  fill: black;
  margin-left: 12px;
  vertical-align: top;

}
.fdc4-project-nav .back span {
  display: inline-block;
  opacity: 0.5;
  line-height: 22px;
  transition: opacity 250ms ease-in-out;
  vertical-align: top;
  color:#000;
  font-weight: 600;
}

.visuallyhidden,
.site-header:before{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,
.focusable.site-header:active:before,
.visuallyhidden.focusable:focus,
.focusable.site-header:focus:before{
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

@media only screen and (max-width: 47.9375em) { 
    .site-title {
        left: 0;
        margin:0;
        position: relative;
        top: 0;
        width: 160px;
        float: left;
        z-index: 3
    }
    .site-title img{width: 100%; height: auto; margin: 15px;}
	.fdc4-project-nav {
		font-size: 14px;
		right: 0;
	 }
	.fdc4-project-nav .back {
		margin-right: 8px;
	}
}

/* ================= HERO ================= */

.hero{
  display:flex;
  min-height:600px;
  padding-top: 100px;
  padding-bottom: 0;
}

.hero-left{
  flex:1;
  background:linear-gradient(135deg,#5750EB,#249EDC);
  color:#fff;
  padding:100px 80px;
  border-bottom-right-radius:100px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.hero-left h1{
  font-size:50px;
  line-height:62px;
  margin-bottom:25px;
}

.hero-left p{
  color:#ffffff;
}

.hero-right{
  flex:1;
  background:#ffffff;
  display:block;
  align-items:center;
  justify-content:center;
  padding:60px;
  position:relative;
}
.blazeaql{
  background: #fff;
  padding: 60px 30px;
  border-radius: 46px;
  box-shadow: 0 20px 40px rgba(0,0,0,.08);
  max-width: 200px;
  float: right;
  margin-right: 80px;
}
.blazeaql img{
	width:100%;
	max-width: 180px;
}

.hero-card{
  background:#fff;
  padding:40px;
  border-radius:28px;
  box-shadow:0 20px 40px rgba(0,0,0,.08);
  max-width:335px;
  margin-top: 200px;
  margin-left: -100px;
}

.hero-card img{
	width:100%;
}

.hero-right-content {
  float: left;
  margin-top: 60px;
}

/* ================= GREY SECTION ================= */

.grey-section{
  background:#f2f3f5;
}

.two-col{
  display:flex;
  gap:50px;
  align-items:center;
}

.two-col div.image-area{
	flex: 0 0 45%;
}

.two-col img{
  width:100%;
  border-radius:20px;
}

/* ================= WHY SECTION ================= */

.why{
  display:flex;
  min-height:600px;
  padding: 0;
}
.why-left{
  flex:1;
  background:#ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:60px;
}

.why-right{
  flex:1;
  background:linear-gradient(135deg,#5750EB,#249EDC);
  color:#fff;
  padding:100px 80px;
  border-top-left-radius:100px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.why-right h2{
  font-size:36px;
  margin-bottom:25px;
}

.why-right p{
  color:#ffffff;
}

/* ================= CENTER WORKFLOW ================= */

.workflow{
  text-align:left;
  position:relative;
  padding-bottom: 300px;
}

.workflow ul {
  margin: 0 0 20px;
  padding-left: 20px;
  column-count: 2;      /* makes 2 columns */
  column-gap: 40px;     /* space between columns */
}

.workflow-img {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 100%;
}

.workflow img{
  width:100%;
  max-width:948px;
  margin-top:40px;
  border-radius:20px;
}

/* ================= ROLE SECTION ================= */

.role-section{
  display:flex;
  padding:0;
}

.role-left{
  flex:1;
  background:linear-gradient(135deg,#5750EB,#249EDC);
  color:#fff;
  padding:80px;
  padding-top: 350px;
}

.role-right{
  flex:1;
  background:#ffffff;
  padding:80px;
  padding-top: 350px;
}

.role-left li{color:#ffffff}

.role-section.second .role-left{
  flex:1;
  background:#ffffff;
  padding:80px;
}
.role-section.second .role-left,
.role-section.second .role-left li{
	color:#424242;
}

.role-section.second .role-right{
  flex:1;
  background:linear-gradient(135deg,#5750EB,#249EDC);
  color:#fff;
  padding:80px;
}

.role-section.second .role-right li{color:#ffffff}

/* ================= OUTCOMES ================= */

.outcomes{
  text-align: center;
  background: #f2f3f5;
  padding: 80px 20px;
}

.outcome-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 60px;
}

.outcome-item {
  width: 350px;
  background: #fff;
  padding: 30px 20px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,.0);
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.outcome-item:hover {
	box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

.outcome-item .img-area{
  display: block;
  margin-bottom: 15px;
}


/* ================= FINAL ================= */

.final{
  background:#222;
  color:#fff;
  text-align:center;
  padding:80px 20px;
}

.final p{
  color:#fff;
  margin:20px auto 0;
}

.final-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 30px 0 10px 0;
}

.final-item {
  display: flex;
  gap:30px;
  max-width: 470px;
  padding: 0px;
  font-weight: 500;
  text-align: left;
}

.final-item .img-area{
  display: inline-block;
}

/* ================= Animation ================= */

.top-down {
  animation: slideTopDown 0.8s ease forwards;
}

.left-right {
  animation: slideLeftRight 0.8s ease forwards;
}

@keyframes slideTopDown {
  from {
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideLeftRight {
  from {
    transform: translateX(-150px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.text {
  margin-top: 0px;
  overflow: hidden;
}
.more-button{
	color:#fff;
}

.wow {
    visibility: hidden;
}

.wow.animated {
    visibility: visible;
}

/* ================= RESPONSIVE ================= */

@media(max-width:1160px){
     .hero-left{padding: 80px 60px;}
	 h2, .why-right h2{font-size:32px}
    .hero-left h1{font-size:36px; line-height: 40px;}

	.blazeaql {
	  max-width: 180px;
	  padding: 50px 30px;
	  margin-right: 0px;
	}
	.hero-card {
	  max-width: 300px;
    }
    
	.why-right {padding: 80px 60px;}
	.why-left img{max-width:350px;}

	.role-left{padding:60px; padding-top: 350px;}
	.role-right{padding:60px; padding-top: 350px;}

	.role-section.second .role-left{padding:60px;}
	.role-section.second .role-right{padding:60px;}
}

@media(max-width:1023px){

  .hero{flex-direction:column}
  .hero-left{
    border-bottom-right-radius:80px;
  }
  .hero-left{padding:60px 30px}
  .hero-right{padding:40px 30px}

  .hero-card {
	margin-top: 0px;
	margin-left: 50px;
   }
   .blazeaql {
    margin-right: 50px;
    margin-top: -100px;
  }
  .challenge-section {
	  padding-top: 0;
  }

  .two-col{flex-direction:column}
  .role-section{flex-direction:column}
  .outcome-grid{grid-template-columns:repeat(2,1fr)}
  .why { display: grid;}
  .role-right { padding-top: 80px; padding-bottom: 0;}
  .workflow ul { column-count: 1;}
  .workflow { padding-bottom: 250px;}
  .role-left { padding-top: 250px;}

  .why-left{padding:40px 30px; order: 2}
  .why-right{padding:60px 30px; order: 1;}
}

@media(max-width:769px){
   section { padding: 0;}
  .container{width: calc(100% - 60px); gap: 20px;}

  .gradient-card{padding:40px}
  .role-left,.role-right{padding:50px 30px}
  .why-left img{width:100%;;}
  .outcomes { padding: 50px 15px 50px 15px;}
  .outcome-grid{grid-template-columns:1fr}
  .final { padding: 50px 20px;}
  h2, .why-right h2{font-size:24px}
  .hero-left h1{font-size:30px; line-height: 36px;}
   .workflow { padding: 50px 0px 40px 0px;}
  .workflow-img {position:static;}
  .workflow img {margin-top:10px;}
  .role-section.second .role-left { padding: 0 30px 50px 30px;}
  .role-section.second .role-right { padding: 50px 30px;}
  .outcome-grid {gap: 10px; margin-top: 0px;}
}

@media(max-width:650px){
  .hero-card {
    margin-left: 0px;
  }
  .blazeaql {
    max-width: 150px;
    padding: 30px 20px;
	border-radius: 30px;
  }
  .blazeaql img {
	  width: 100%;
	  max-width: 80px;
  }
  .hero-card {
    max-width: 250px;
    padding: 30px;
	margin-top: 70px;
  }
  .two-col div.image-area {
	  margin-bottom: 30px;
	}

	.final-grid {
	  min-height: 152px;
	}
}

@media(max-width:480px){
	
  .blazeaql {
    margin-right: 10px;
   }

   main.snowflake {
	  font-size: 16px;
	  line-height: 20px;
	}
}


 