header .ast-main-header-bar-alignment {
  margin-left: 0 !important;
}
header .ast-masthead-custom-menu-items {
  margin-left: auto;
}
header .main-header-bar .ast-custom-button {
  padding: 12px 25px 12px 25px;
  /* Fixes glitch for mobile */
}
header .main-header-bar {
  padding-bottom: 0px !important;
}
header .site-branding {
  z-index: 999 !important;
}
header .site-title a {
  line-height: 1;
  font-family: 'Gilroy Extra Bold';
  font-size: 20px;
  text-align: left;
  color: #23035e !important;
  text-decoration: none;
}
header .site-title a:hover {
  color: #f39704 !important;
}
header .ast-main-header-bar-alignment a {
  font-family: 'Archivo';
  font-size: 18px;
  text-align: left;
  color: #f39704 !important;
  text-decoration: none;
  line-height: 1;
}
header .ast-main-header-bar-alignment a:hover {
  color: #23035e !important;
}
header .ast-masthead-custom-menu-items .ast-custom-button {
  text-decoration: none;
  border-radius: 12px;
  font-family: 'Archivo';
  font-size: 18px;
  text-align: center;
  color: #fff;
  filter: drop-shadow(0px 3px 15px rgba(0, 0, 0, 0.3));
}
header .ast-masthead-custom-menu-items a {
  text-decoration: unset !important;
  /* Mobile full screen navigation */
}
header .main-header-bar-navigation.toggle-on #site-navigation {
  background-color: #f39704 !important;
}
header .main-header-bar-navigation.toggle-on #site-navigation .menu-link {
  color: #fff !important;
  line-height: 100px;
  font-size: 45px;
  text-align: left;
}
header .main-header-bar-navigation.toggle-on #site-navigation .menu-item {
  justify-content: flex-start;
}
header .main-header-bar-navigation.toggle-on #site-navigation .menu-demo a {
  margin-top: 36px;
  margin-left: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  z-index: 999;
  display: inline-block;
  background-color: #592ddf;
  color: #fff;
  text-align: center;
  width: 200px;
  line-height: 16px;
  border-radius: 12px;
  text-decoration: none;
  font-family: "Archivo";
  font-weight: normal;
  font-size: 18px;
  text-transform: none;
  text-decoration: none;
}
header .main-header-bar-navigation.toggle-on #site-navigation .menu-demo a:hover {
  transition: 0.3s;
  background-color: #4815a7;
  color: #fff;
}
header .main-header-bar-navigation .close {
  margin-right: 15px;
  margin-top: 4px;
}
#new #hero-sme .hero-solution-wrapper .subtitle{
	color: #ffffff; !important;
	
}
#new #hero-sme .hero-solution-wrapper .title{
	color: #ffffff; !important;
	
}
#new #hero-sme .hero-solution-wrapper{
	background-image: url("https://smartgifty.com/wp-content/uploads/2023/02/path4431.png"); !important;
	
}
#new #hero-sme .btn-blue{
	display: none; !important;
	
}
.btn-orange {
  z-index: 999;
  display: inline-block;
  background-color: #f39704;
  color: #fff;
  text-align: center;
  /*padding: 20px 60px 20px 60px;*/
  width: 230px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 12px;
  text-decoration: none;
  font-family: "Archivo";
  font-weight: normal;
  font-size: 18px;
  text-transform: none;
  text-decoration: none;
}
.btn-orange:hover {
  transition: 0.3s;
  background-color: #d48302;
  color: #fff;
}

.btn-blue {
  z-index: 999;
  display: inline-block;
  background-color: #4214CF;
  color: #fff;
  text-align: center;
  /*padding: 20px 60px 20px 60px;*/
  width: 230px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 12px;
  text-decoration: none;
  font-family: "Archivo";
  font-weight: normal;
  font-size: 18px;
  text-transform: none;
  text-decoration: none;
}
.btn-blue:hover {
  transition: 0.3s;
  background-color: #5d44b1;
  color: #fff;

}
.btn-purple, #cn-accept-cookie {
  z-index: 999;
  display: inline-block;
  background-color: #592ddf;
  color: #fff;
  text-align: center;
  /*padding: 20px 60px 20px 60px;*/
  width: 230px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 12px;
  text-decoration: none;
  font-family: "Archivo";
  font-weight: normal;
  font-size: 18px;
  text-transform: none;
  text-decoration: none;
}
.btn-purple:hover, #cn-accept-cookie:hover {
  transition: 0.3s;
  background-color: #4815a7;
  color: #fff;
}
#cn-accept-cookie {
  font-size: 15px;
  width: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}
.wpcf7 input, .wpcf7 textarea {
  background-color: #fff;
  border-radius: 12px;
  border: 2px solid #f39704;
  color: #000;
}
.wpcf7 label {
  color: #2c007c;
}
.wpcf7-select {
  border-radius: 12px;
  border: 2px solid #f39704;
}
input[type="submit"] {
  float: right;
  display: inline-block;
  background-color: #f39704;
  color: #fff;
  text-align: center;
  padding: 20px 120px 20px 102px;
  border-radius: 12px;
  text-decoration: none;
  font-family: "Archivo";
  font-weight: normal;
  font-size: 18px;
  text-transform: none;
  text-decoration: none;
}
input[type="submit"]:hover {
  transition: 0.3s;
  background-color: #d48302;
  color: #fff;
  border: 2px solid #d48302;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  position: relative;
  background: url("../graphics/arrow_down.png");
  background-position: 97% center;
  background-size: 25px;
  background-repeat: no-repeat;
}
/*
 ------------------
 Basics
 ------------------
 */
body {
  background: #fff;
  font-family: "Archivo", sans-serif;
}
body a {
  color: #f39704;
}
body a:hover {
  color: #d48302;
  outline: 0;
  border: none;
  -moz-outline-style: none;
}
body a:active {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}
body a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}
.qe-toggle-title {
	font-size: 30px !important;
}
.qe-toggle-content p {
	font-size: 17px !important;
	font-family: "Archivo" !important;
	margin-bottom: 1rem;
	line-height: 25.5px;
}

#solution .qe-faqs-filters-container {
	
	display: none;
}
#solution .qe-faq-toggle.active .qe-toggle-title, .qe-faq-toggle .qe-toggle-title {
	
	background-color: #ffffff !important;
	
}

#solution .qe-faq-toggle .qe-toggle-title{
	
	border-color: #ffffff !important;
}
#solution .qe-faq-toggle .qe-toggle-content{
	
	border-color: #ffffff !important;
}


#solution .qe-faq-toggle .qe-toggle-title h4{
	
	color: #2c007c; !important;
}


#solution .qae-faqs-container .qae-faqs-toggle-container{
	padding-bottom: 40px !important;
}
#solution-section-transition {
	padding-bottom: 40px !important;
}

#home .qe-faqs-filters-container {
	
	display: none;
}
#home .qe-faq-toggle.active .qe-toggle-title, .qe-faq-toggle .qe-toggle-title {
	
	background-color: #ffffff !important;
	
}

#home .qe-faq-toggle .qe-toggle-title{
	
	border-color: #ffffff !important;
}
#home .qe-faq-toggle .qe-toggle-content{
	
	border-color: #ffffff !important;
}


#home .qe-faq-toggle .qe-toggle-title h4{
	
	color: #2c007c; !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Gilroy Extra Bold', sans-serif;
}
h1 {
  font-size: 60px;
  line-height: 40px;
}
h3 {
  font-family: 'Gilroy Light', sans-serif;
  font-size: 30px;
  color: #414141;
}
button {
  outline: 0 !important;
  border: none !important;
  -moz-outline-style: none !important;
}
button:hover {
  outline: 0 !important;
  border: none !important;
  -moz-outline-style: none !important;
}
button:active {
  outline: 0 !important;
  border: none !important;
  -moz-outline-style: none !important;
}
button:focus {
  outline: 0 !important;
  border: none !important;
  -moz-outline-style: none !important;
}
.orange {
  color: #f39704 !important;
}
.purple {
  color: #592ddf !important;
}
/* FIXES */
.site-header {
  z-index: 999999;
}
.main-navigation .menu-demo {
  display: none;
}
.hfeed.site {
  overflow-x: hidden;
}
/*
 ------------------
 Heroes & transitions
 ------------------
 */
#hero-color .hero-color-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #2c007c;
  margin-bottom: -1px;
}
#hero-color .hero-color-wrapper .title {
  font-family: 'Gilroy Extra Bold';
  font-size: 60px;
  line-height: 60px;
  text-align: left;
  color: #fff;
}
#hero-color .hero-color-wrapper .subtitle {
  font-family: 'Gilroy Light';
  font-size: 30px;
  line-height: 60px;
  text-align: left;
  color: #fff;
}
#hero-color #hero-color-triangle-desktop {
  fill: #2c007c;
}
#hero-color #hero-color-triangle-mobile {
  display: none;
  fill: #2c007c;
}
#hero-solution .hero-solution-wrapper {
  background-image: url("../images/solution2-3k.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  padding: 100px 0;
  padding-top: 100px;
  padding-bottom: 150px;
}

#hero-sme .hero-solution-wrapper {
  background-image: url("../graphics/solution_sme_2-3k.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  padding: 100px 0;
  padding-top: 100px;
  padding-bottom: 150px;
}

#hero-solution .hero-solution-wrapper .title {
  font-family: 'Gilroy Extra Bold';
  font-size: 60px;
  line-height: 60px;
  text-align: left;
  color: #fff;
}
#hero-sme .hero-solution-wrapper .title {
  font-family: 'Gilroy Extra Bold';
  font-size: 60px;
  line-height: 60px;
  text-align: left;
  color: #23035E;
  opacity: 1;
}
@media only screen and (max-width: 700px) {
#hero-sme .hero-solution-wrapper .title {
top: 204px;
left: 197px;
width: 100%;
text-align: left;
font: normal normal 800 40px/70px Gilroy;
letter-spacing: 0px;
color: #23035E;
opacity: 1;
}
.sub-menu .menu-text{
	font-size: 50% !important;
}

}



#hero-sme .hero-solution-wrapper .subtitle {
  font-family: 'Gilroy Light';
  font-size: 30px;
  line-height: 60px;
  text-align: left;
color: #23035E;
opacity: 1;
}


@media only screen and (max-width: 700px) {

#hero-sme .hero-solution-wrapper .subtitle {
top: 304px;
left: 198px;
width: 100%;
text-align: left;
font: normal normal 300 25px/30px Gilroy;
letter-spacing: 0px;
color: #23035E;
opacity: 1;
}
}

#hero-solution .hero-solution-wrapper .subtitle {
  font-family: 'Gilroy Light';
  font-size: 30px;
  line-height: 60px;
  text-align: left;
  color: #fff;
}
#hero-solution h1, #hero-solution h2 {
  color: #fff;
}
#hero-color-solution .hero-color-solution-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #2c007c;
  /*background-image: url("../images/solution.jpg");
   background-position: 0px 0px;
   background-repeat: no-repeat;
   background-size: cover;*/
}
#hero-color-solution .hero-color-solution-wrapper .title {
  font-family: 'Gilroy Extra Bold';
  font-size: 60px;
  line-height: 60px;
  text-align: left;
  color: #fff;
}
#hero-color-solution .hero-color-solution-wrapper .subtitle {
  font-family: 'Gilroy Light';
  font-size: 30px;
  line-height: 60px;
  text-align: left;
  color: #fff;
}
#hero-color-solution h1, #hero-color-solution h2 {
  color: #fff;
}
#hero-color-solution #hero-color-triangle-desktop {
  fill: #2c007c;
}
#hero-color-solution #hero-color-triangle-mobile {
  display: none;
  fill: #2c007c;
}
#hero-demo .hero-demo-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f39704;
}
#hero-demo .hero-demo-wrapper .title {
  font-family: 'Gilroy Extra Bold';
  font-size: 60px;
  line-height: 60px;
  text-align: left;
  color: #4214cf;
}
#hero-demo .hero-demo-wrapper .subtitle {
  font-family: 'Gilroy Light';
  font-size: 30px;
  line-height: 60px;
  text-align: left;
  color: #fff;
}
#hero-demo h1, #hero-demo h2 {
  color: #fff;
}
#hero-demo #hero-demo-triangle-desktop {
  margin-top: -1px;
  fill: #f39704;
}
#hero-demo #hero-demo-triangle-mobile {
  display: none;
  fill: #f39704;
}
/* Section transitions */
#home-section-transition #home-triangle-desktop {
  fill: #23035e;
}
#home-section-transition #home-triangle-mobile {
  display: none;
}
#solution-section-transition {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
#solution-section-transition svg {
  position: relative;
  display: block;
  width: calc(100% + 2px);
  height: 100px;
  transform: rotateY(360deg);
  background: #23035e;
}
#solution-section-transition .shape-fill {
  fill: #fff;
}
/*
 ------------------
 Home page
 ------------------
 */
#home #home-slider .slider-left {
  float: left;
}
#home .slider-title1 div {
  font-family: 'Gilroy Light' !important;
}
#home .slider-title2 div {
  font-family: 'Gilroy Extra Bold' !important;
}
#home .slider-subtitle p {
  font-family: 'Gilroy Light' !important;
}
#home .monitor-one {
  position: absolute;
  margin: 0;
  margin-top: 80px;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#home .monitor-one img {
  width: 100%;
}
#home .monitor-two {
  z-index: 0;
  position: absolute;
  margin: 0;
  width: 80%;
  left: -20%;
  bottom: -220px;
}
#home .monitor-two img {
  z-index: 0;
  width: 100%;
}
#home .gift-card {
  z-index: 10;
  margin-left: 130px;
}
#home .gift-card .gift-card-img {
  position: absolute;
  z-index: 10;
}
#home #subhero {
  background: #23035e;
  padding-top: 47vh;
}
#home #subhero .title-box {
  padding-top: 40px;
  padding-bottom: 80px;
  z-index: 1;
  padding-top: 120px;
}
#home #subhero .title-box .title {
  color: #fff;
  text-align: center;
  font-family: 'Gilroy Extra Bold';
  font-size: 60px;
  line-height: 50px;
  text-align: center;
}
#home #subhero .title-box .subtitle-box {
  padding-top: 20px;
}
#home #subhero .title-box .subtitle-box .subtitle {
  color: #fff;
  text-align: center;
  font-family: 'Gilroy Light';
  font-size: 30px;
  line-height: 40px;
  text-align: left;
}
#home #subhero .cards-wrapper {
  position: relative;
  /* ANIMATIONS */
}
#home #subhero .cards-wrapper .lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 90vw;
}
#home #subhero .cards-wrapper ul {
  margin-left: 0 !important;
}
#home #subhero .cards-wrapper .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 20%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
#home #subhero .cards-wrapper .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f39704 75%, #f39704 100%);
  -webkit-animation: drop 4.5s 0s infinite;
  animation: drop 4.5s 0s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
#home #subhero .cards-wrapper .line:nth-child(1) {
  height: 90%;
  margin-left: -10%;
}
#home #subhero .cards-wrapper .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
#home #subhero .cards-wrapper .line:nth-child(3) {
  margin-left: 10%;
  height: 80%;
}
#home #subhero .cards-wrapper .line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
@-webkit-keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
@keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
#home #subhero .plate {
  background-color: #2c007c;
  padding: 30px;
  margin-bottom: 40px;
  border-radius: 15px;
  filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, 0.2));
}
#home #subhero .plate .title {
  color: #f39704;
  font-family: "Gilroy Extra Bold";
  font-size: 20px;
  line-height: 40px;
}
#home #subhero .plate .text {
  color: #fff;
}
#home #subhero .plate .read-more {
  color: #f39704;
  padding-top: 20px;
}
#home #subhero .plate .read-more a {
  text-decoration: none;
}
#home #subhero .plate .arrow {
  transition: 0.5s;
}
#home #subhero .plate .arrow:hover {
  padding-left: 10px;
  transition: 0.5s;
}
#home #subhero .button-row {
  padding-top: 20px;
  padding-bottom: 80px;
}
#home #subhero .button-row .btn-purple {
  margin-left: 20px;
}
#home #circles {
  padding-top: 120px;
  padding-bottom: 100px;
}
#home #circles .title-box {
  text-align: center;
  padding-bottom: 50px;
}
#home #circles .title-box .title {
  font-family: "Gilroy Extra Bold";
  font-size: 60px;
  line-height: 50px;
  color: #120033;
  padding-bottom: 20px;
}
#home #circles .title-box .subtitle {
  font-family: "Gilroy Light";
  font-size: 30px;
  line-height: 40px;
  color: #120033;
}
#home #circles .square {
  float: left;
  position: relative;
  width: 33.3%;
  padding-bottom: 33.3%;
  /* margin: 1.66%; */
  overflow: hidden;
}
#home #circles .content {
  position: absolute;
  height: 100%;
  width: 100%;
  /* = 100% - 2*5% padding */
  padding: 0;
  /* = 100% - 2*5% padding */
}
#home #circles .table {
  padding: 2%;
  display: flex;
  width: 100%;
  height: 100%;
}
#home #circles .table-cell {
  display: contents;
  vertical-align: middle;
}
#home #circles .circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#home #circles .circle .number {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Gilroy Light";
  font-size: 60px;
  text-align: center;
  color: #fff;
}
#home #circles .circle .text {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: 100px;
  font-family: "Gilroy Light";
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
#home #circles .circle.c-1 {
  background-color: #592ddf;
}
#home #circles .circle.c-1 .number {
  font-size: 90px;
}
#home #circles .circle.c-2 {
  background-color: #23035e;
}
#home #circles .circle.c-2 .text {
  color: #f39704;
}
#home #circles .circle.c-2 .number {
  color: #f39704;
  font-size: 90px;
}
#home #circles .circle.c-3 {
  background-color: #f39704;
}
#home #circles .circle.c-3 .text, #home #circles .circle.c-3 .number {
  color: #23035e;
}
#home #logos {
  padding-bottom: 100px;
}
#home #logos .ten-columns .col-lg-2 {
  width: 20%;
}
#home #logos .ten-columns .logo2 {
  text-align: center;
}
#home #logos .ten-columns .logo3 {
  text-align: center;
}
#home #logos .ten-columns .logo4 {
  text-align: center;
}
#home #logos .ten-columns .logo4 img {
  margin-top: -20px;
}
#home #logos .ten-columns .logo5 {
  text-align: right;
}
/*
 ------------------
 Solution page
 ------------------
 */
/* SOLUTION ANIMATION OBJECTS */
#myCanvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: -1;
  /* Fixes button clickability*/
}
#youtube-circle {
  position: absolute;
}
#youtube-circle-2 {
  display: none;
  position: relative;
}
#youtube-circle-3 {
  display: none !important;
  position: relative;
}
/* PAGE */
#solution .circle {
  background-color: red;
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: -1rem;
  left: -1rem;
  border-radius: 50%;
}
#solution .subhero-titles .text {
  font-family: 'Gilroy Light';
  font-size: 30px;
  line-height: 40px;
  text-align: left;
  color: #414141;
  padding: 60px;
}
#solution .subhero-titles .text-sme {
  top: 658px;
  left: 255px;
  width: 990px;
  height: 234px;
  text-align: left;
  font: normal normal 300 30px/40px Gilroy;
  letter-spacing: 0px;
  color: #414141;
  opacity: 1;
}
#solution .work-how .solution-lines-1 {
  position: absolute;
  left: 74vh;
  margin-top: 0vh;
  width: 69vh;
}
#solution .work-how .main-title {
  font-family: 'Gilroy Extra Bold';
  font-size: 60px;
  line-height: 40px;
  text-align: left;
  color: #414141;
}

#solution .work-how .main-title-sme {
  font-family: 'Gilroy Extra Bold';
  font-size: 60px;
  line-height: 40px;
  text-align: left;
letter-spacing: 0px;
color: #414141;
opacity: 1;
}

@media only screen and (max-width: 800px) {

#solution .work-how .main-title-sme {
top: 980px;
left: 196px;
text-align: left;
font: normal normal 800 40px/30px Gilroy;
letter-spacing: 0px;
color: #414141;
opacity: 1;
}


}

#solution .work-how .col-wrapper {
  padding: 60px;
}
#solution .work-how .col-wrapper-sme {
  padding: 80px;
}
#solution .work-how .no-top-padding {
  padding-top: 0px;
}
#solution .work-how .title {
  font-family: 'Gilroy Extra Bold';
  font-size: 30px;
  line-height: 40px;
  text-align: left;
  color: #2c007c;
  padding-bottom: 20px;
}
#solution .work-how .title-sme {
  font-family: 'Gilroy Extra Bold';
  font-size: 30px;
  line-height: 40px;
  text-align: left;
  color: #414141;
  opacity: 1;
}

@media only screen and (max-width: 700px) {
#solution .work-how .title-sme {
top: 1096px;
left: 257px;
width: 600px;
height: 37px;
text-align: left;
font: normal normal 800 16px/16px Gilroy;
letter-spacing: 0px;
color: #414141;
opacity: 1;
}

}


#solution .work-how .text {
  font-family: 'Archivo';
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  text-align: left;
  color: #414141;
}
#solution .work-how .read-more {
  font-family: 'Archivo';
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  color: #f39704;
}
#solution .work-how .read-more a {
  text-decoration: none;
}
#solution .work-how .row-1 {
  padding-bottom: 50px;
}
#solution .work-how .row-2 {
  padding-bottom: 100px;
}
#solution .work-how .image-1 {
  position: absolute;
  margin-top: -90px;
  margin-left: 30px;
}
#solution .work-how .image-2 {
  position: absolute;
  margin-top: -90px;
  margin-left: 30px;
}
#solution .work-how .image-3 {
  position: absolute;
  margin-top: -100px;
}
#solution .work-how .watch-video-circle {
  box-shadow: 9px 8px 50px 0px #afafaf;
  z-index: 1;
  /*margin-top: -50px;
   margin-left: 320px;*/
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  background-color: #592ddf;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#solution .work-how .watch-video-circle:hover {
  background-color: #4815a7;
}
#solution .work-how .watch-video-circle .inside-circle {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#solution .work-how .watch-video-circle .inside-circle .text {
  color: #fff;
  font-family: 'Archivo';
  font-weight: normal;
  font-size: 18px;
  text-align: center;
}
#solution .work-how .watch-video-circle-2 {
  box-shadow: 9px 8px 50px 0px #afafaf;
  z-index: 1;
  /*margin-top: -50px;
   margin-left: 320px;*/
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  background-color: #592ddf;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#solution .work-how .watch-video-circle-2:hover {
  background-color: #4815a7;
}
#solution .work-how .watch-video-circle-2 .inside-circle-2 {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#solution .work-how .watch-video-circle-2 .inside-circle-2 .text {
  color: #fff;
  font-family: 'Archivo';
  font-weight: normal;
  font-size: 18px;
  text-align: center;
}
#solution .key-features {
  padding-top: 40px;
}
#solution .key-features .key-features-wrapper {
  padding: 60px;
}
#solution .key-features .key-features-wrapper .col-padding-right {
  padding-right: 5%;
}
#solution .key-features .key-features-wrapper .title {
  font-family: 'Gilroy Extra Bold';
  font-size: 60px;
  line-height: 40px;
  text-align: left;
  color: #414141;
}
#solution .key-features .key-features-wrapper ul {
	margin-left: 0 !important;
}
#solution .key-features .key-features-wrapper .title-sme {
  padding-bottom: 60px;
  font-family: 'Gilroy Extra Bold';
  font-size: 60px;
  line-height: 40px;
  text-align: left;
  color: #414141;
  opacity: 1;
}

@media only screen and (max-width: 600px) {
#solution .key-features .key-features-wrapper .title-sme {
top: 2482px;
left: 193px;
text-align: left;
font: normal normal 800 40px/20px Gilroy;
letter-spacing: 0px;
color: #414141;
opacity: 1;
}
}

#solution .key-features .key-features-wrapper .subtitle {
  font-family: 'Gilroy Extra Bold';
  font-size: 20px;
  line-height: 40px;
  color: #f39704;
}

#solution .key-features .key-features-wrapper .subtitle-sme {
  font-family: 'Gilroy Extra Bold';
  font-size: 20px;
  line-height: 40px;
  color: #2C007C;
  opacity: 1;
}
#solution .key-features .key-features-wrapper .text {
  font-family: 'Archivo';
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  text-align: left;
  color: #414141;
}
#solution .cta-first {
  padding-top: 60px;
  padding-bottom: 60px;
}
#solution .cta-first .cta-text {
  padding-top: 10px;
  font-family: 'Gilroy Light';
  font-size: 30px;
  line-height: 40px;
  text-align: left;
  color: #f39704;
}
#solution .cta-first .cta-text-sme {
  padding-top: 10px;
  font-family: 'Gilroy Light';
  font-size: 30px;
  line-height: 40px;
  text-align: left;
  color: #f39704;
  opacity: 1;
}
#solution .cta .text {
  font-family: 'Gilroy Light';
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  text-align: left;
  color: #f39704;
  padding-right: 40px;
  margin-top: 4px;
}
#solution #numbers {
  background-color: #23035e;
  padding-top: 20px;
  padding-bottom: 80px;
  color: #fff;
}
#solution #numbers .first-box {
  margin-top: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.125);
  padding-bottom: 25px;
  padding-top: 40px;
}
#solution #numbers .second-box {
  padding-top: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.125);
  height: 240px;
}
#solution #numbers .second-box.first {
  border-right: 1px solid rgba(255, 255, 255, 0.125);
}
#solution #numbers .second-box.second {
  padding-left: 40px;
}
#solution #numbers .third-box {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 35px;
  margin-bottom: 80px;
  border-right: 1px solid rgba(255, 255, 255, 0.125);
}
#solution #numbers .third-box.last {
  border-right: unset;
}
#solution #numbers .second-box-1c {
  padding-right: 0px;
}
#solution #numbers .second-box-2c {
  padding-left: 0px;
}
#solution #numbers .title {
  color: #fff;
  font-family: 'Gilroy Extra Bold';
  font-weight: normal;
  font-size: 60px;
  line-height: 40px;
  text-align: left;
}
#solution #numbers .number-first {
  font-family: 'Gilroy Light';
  font-size: 90px;
  line-height: 26px;
  text-align: left;
  color: #f39704;
}
#solution #numbers .text-first {
  font-family: 'Gilroy Light';
  font-size: 30px;
  line-height: 26px;
  text-align: left;
  color: #fff;
}
#solution #numbers .number-big {
  font-family: 'Gilroy Light';
  font-size: 120px;
  line-height: 40px;
  text-align: left;
  color: #f39704;
}
#solution #numbers .text-big {
  font-family: 'Gilroy Light';
  font-size: 30px;
  line-height: 40px;
  text-align: left;
  color: #fff;
}
#solution #numbers .number-small {
  font-family: 'Gilroy Light';
  font-size: 60px;
  line-height: 40px;
  text-align: left;
  color: #f39704;
}
#solution #numbers .text-small {
  font-family: 'Archivo';
  font-size: 17px;
  line-height: 20px;
  text-align: left;
  color: #fff;
}
#solution #numbers .cta .btn-orange {
  margin-left: 30px;
}
/*
 ------------------
 Contact page
 ------------------
 */
#contact {
  padding-bottom: 80px;
}
#contact .contact-form {
  padding-top: 80px;
  padding-bottom: 80px;
}
#contact .contact-form .wpcf7-text {
  width: 97%;
  color: #f39704;
}
#contact .contact-form .wpcf7-select {
  width: 47%;
  cursor: pointer;
  color: #f39704;
}
#contact .contact-form label {
  width: 100%;
}
#contact .contact-form .wpcf7-textarea {
  width: 100%;
  height: 150px;
  color: #f39704;
}
#contact .contact-form .wpcf7-text:hover, #contact .contact-form .wpcf7-textarea:hover, #contact .contact-form .wpcf7-select:hover, #contact .contact-form .wpcf7-text:active, #contact .contact-form .wpcf7-textarea:active, #contact .contact-form .wpcf7-select:active, #contact .contact-form .wpcf7-text:focus, #contact .contact-form .wpcf7-textarea:focus, #contact .contact-form .wpcf7-select:focus {
  border-color: #592ddf;
  color: #592ddf;
}
#contact .bottom-ctas .title {
  font-family: 'Gilroy Light';
  font-size: 30px;
  line-height: 40px;
  text-align: left;
  color: #414141;
}
#contact .bottom-ctas .text {
  padding-bottom: 40px;
  font-family: 'Archivo';
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  text-align: left;
  color: #414141;
  margin-bottom: unset;
}
/*
 ------------------
 About page
 ------------------
 */
#about #hero-color .hero-color-wrapper .subtitle {
  padding-right: 28%;
  line-height: 40px;
}
#about .top-text {
  padding-top: 40px;
  padding-bottom: 80px;
  font-family: 'Gilroy Light';
  font-size: 30px;
  line-height: 40px;
  text-align: left;
  color: #414141;
}
#about .subtitle {
  font-family: 'Gilroy Light';
  font-size: 30px;
  line-height: 30px;
  text-align: left;
  color: #592ddf;
}
#about .subtitle-two {
  font-family: 'Gilroy Light';
  font-size: 30px;
  line-height: 40px;
  text-align: left;
  color: #414141;
}
#about .text {
  font-family: 'Archivo';
  font-size: 17px;
  line-height: 24px;
  text-align: left;
  color: #414141;
}
#about .main-image-wrapper {
  width: 100%;
  padding: 0px;
}
#about .main-image-wrapper .main-image {
  /*min-width: 72.2%; */
  float: right;
}
#about .about-box {
  padding-top: 80px;
  padding-bottom: 80px;
}
#about .about-box .subbox {
  padding-bottom: 40px;
}
#about .about-box .subbox .subtitle {
  line-height: 50px;
}
#about .about-box .subbox .big-text {
  padding-bottom: 22px;
}
/*
 ------------------
 Demo page
 ------------------
 */
#demo {
  padding-bottom: 80px;
}
#demo .upper-text {
  padding-top: 60px;
  padding-bottom: 80px;
  font-family: 'Archivo';
  font-size: 17px;
  line-height: 24px;
  text-align: left;
  color: #414141;
}
#demo .contact-form {
  padding-bottom: 80px;
  /*.wpcf7-checkbox input{
   padding-left: 0px;
   margin-left: 0px;
   -moz-appearance: none;
   -webkit-appearance: none;
   -o-appearance: none;
   border: 2px solid #F39704;
   background: none;
   height: 1.4em;
   width: 1.4em;
   }*/
}
#demo .contact-form .wpcf7-text {
  width: 97%;
  color: #f39704;
}
#demo .contact-form .wpcf7-select {
  width: 97%;
  cursor: pointer;
  color: #f39704;
}
#demo .contact-form label {
  width: 100%;
}
#demo .contact-form .wpcf7-textarea {
  width: 100%;
  height: 150px;
  color: #f39704;
}
#demo .contact-form .wpcf7-text:hover, #demo .contact-form .wpcf7-textarea:hover, #demo .contact-form .wpcf7-select:hover, #demo .contact-form .wpcf7-text:active, #demo .contact-form .wpcf7-textarea:active, #demo .contact-form .wpcf7-select:active, #demo .contact-form .wpcf7-text:focus, #demo .contact-form .wpcf7-textarea:focus, #demo .contact-form .wpcf7-select:focus {
  border-color: #592ddf;
  color: #592ddf;
}
#demo .cta .title {
  font-family: 'Gilroy Light';
  font-size: 30px;
  line-height: 40px;
  text-align: left;
  color: #414141;
}
#demo .cta .text {
  font-family: 'Archivo';
  font-size: 17px;
  line-height: 24px;
  text-align: left;
  color: #414141;
  margin-bottom: unset;
}
/*
 ------------------
 Privacy page
 ------------------
 */
#privacy {
  padding-top: 80px;
  padding-bottom: 80px;
}
#privacy h1 {
  padding-bottom: 40px;
  color: #2c007c;
  line-height: 1.1;
}
#privacy table tr, #privacy table td {
  border: 1px solid #ccc;
}
/*
 ------------------
 Cookies
 ------------------
 */
#cookie-notice {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#cookie-notice p, #cookie-notice a, #cookie-notice span {
  font-family: 'Archivo';
}
#cookie-notice p {
  color: white;
}
#footer {
  background-color: #120033;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: "Archivo";
}
#footer a:not(.btn-orange) {
  color: #f39704;
}
#footer a:not(.btn-orange):focus, #footer a:not(.btn-orange):visited {
  color: #f39704;
}
#footer .text {
  font-size: 17px;
  line-height: 24px;
}
#footer .company {
  padding-bottom: 22px;
}
#footer .call-us {
  padding-bottom: 22px;
}
#footer .email-us {
  padding-bottom: 22px;
}
#footer .send-us-text {
  margin-bottom: 8px;
  display: block;
}
#footer .smart-gifty {
  padding-bottom: 50px;
}
#footer .smart-gifty .title {
  font-family: "Gilroy Extra Bold";
  font-size: 20px;
}
#footer .id-conferencey {
  padding-left: 63px;
}
#footer .terms {
  padding-left: 45px;
}
#footer .copyright * {
  font-size: 15px;
}
#footer .numo-logo {
  padding-top: 30px;
}
.footer-logos-wrap__vauchers {
  margin-bottom: 30px;
}
.footer-logos-wrap__vauchers p {
  color: #f4f4f4;
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 12px;
}
.footer-logos-wrap__images-row {
  display: flex;
  align-items: center;
}
.footer-logos-wrap__images-row img {
  margin-right: 30px;
  max-width: 90px;
}
/* Max width: 450px */
@media only screen and (max-device-width: 450px) {
  /*
   ------------------
   Heroes
   ------------------
   */
  #home-section-transition #home-triangle-desktop {
    display: none;
  }
  #home-section-transition #home-triangle-mobile {
    fill: #23035e;
    display: block;
  }
  #hero-color .hero-color-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #hero-color .hero-color-wrapper .title {
    font-size: 45px;
    line-height: 45px;
  }
  #hero-color .hero-color-wrapper .subtitle {
    font-size: 45px;
    line-height: 45px;
    padding-right: unset !important;
  }
  #hero-color #hero-color-triangle-desktop {
    margin-top: -1px;
  }
  #hero-demo .hero-demo-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #hero-demo .hero-demo-wrapper .title, #hero-demo .hero-demo-wrapper .subtitle {
    font-size: 45px;
    line-height: 45px;
  }
  #hero-demo #hero-demo-triangle-desktop {
    display: none;
  }
  #hero-demo #hero-demo-triangle-mobile {
    display: block;
  }
  #hero-color-solution #hero-color-triangle-desktop {
    display: none;
  }
  #hero-color-solution #hero-color-triangle-mobile {
    display: block;
  }
  #hero-color-solution .hero-color-solution-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #hero-color-solution .hero-color-solution-wrapper .title {
    font-size: 45px;
    line-height: 45px;
  }
  #hero-color-solution .hero-color-solution-wrapper .subtitle {
    font-size: 26px;
    line-height: 36px;
  }
  #hero-color-solution .hero-color-solution-wrapper .btn-orange {
    margin-top: 20px;
    text-align: center;
  }
  #hero-color-solution .hero-color-solution-wrapper .col-md-10 {
    text-align: center;
  }
  #hero-solution .hero-solution-wrapper {
    background-image: url("../images/solution-mobile.jpg");
  }
  #hero-solution .hero-solution-wrapper .title {
    font-size: 45px;
    line-height: 45px;
  }
  #hero-solution .hero-solution-wrapper .subtitle {
    font-size: 26px;
    line-height: 36px;
  }
  #hero-solution .hero-solution-wrapper .btn-orange {
    margin-top: 20px;
    text-align: center;
  }
  #hero-solution .hero-solution-wrapper .col-md-10 {
    text-align: center;
    /*
     ------------------
     Home page
     ------------------
     */
  }
  #home .slider-title1 {
    text-align: left;
    font-size: 60px;
    line-height: 60px;
  }
  #home .slider-title2 {
    text-align: left;
    font-size: 60px;
    line-height: 60px;
  }
  #home .slider-subtitle {
    text-align: left;
  }
  #home .slider-subtitle p {
    font-size: 26px !important;
    line-height: 36px !important;
  }
  #home .btn-slider-orange a {
    z-index: 999 !important;
    width: 160px;
  }
  #home .btn-slider-purple a {
    z-index: 999 !important;
    width: 160px;
  }
  #home .monitor-one {
    z-index: 1;
    margin: 0;
    margin-top: unset;
    left: unset;
    -ms-transform: unset;
    transform: unset;
    height: 100vh;
    width: 100vw;
    overflow-x: hidden;
    margin-top: -20vh;
  }
  #home .monitor-one img {
    z-index: 1;
    max-width: 150vw;
    height: 50vh;
    width: 130vw;
    top: 0px;
    left: -15vw;
    padding: 0;
    margin: 0;
    position: absolute;
  }
  #home .monitor-two {
    display: none;
  }
  #home .gift-card .gift-card-img {
    z-index: 0;
    width: 65vw;
    left: calc(50% - 134px) !important;
  }
  #home #subhero {
    padding-top: 25vh;
  }
  #home #subhero .button-row {
    text-align: center;
  }
  #home #subhero .button-row .btn-purple {
    margin-left: 0px;
    margin-top: 20px;
  }
  #home #subhero .title-box .title {
    font-size: 45px;
  }
  #home #subhero .cards-wrapper .line {
    left: 50%;
  }
  #home #circles {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #home #circles .title-box .title {
    font-size: 45px;
  }
  #home #circles .circle .number {
    top: 40%;
  }
  #home #circles .circle .text {
    width: 80%;
    font-size: 26px;
  }
  #home #circles .c-1 .counter, #home #circles .c-1 .number {
    font-size: 90px;
  }
  #home #circles .c-2 .counter, #home #circles .c-2 .number {
    font-size: 90px;
  }
  #home #circles .c-3 .counter, #home #circles .c-3 .number {
    font-size: 45px;
  }
  #home #circles .square {
    width: 100%;
    padding-bottom: 100%;
  }
  #home #logos {
    padding-bottom: 60px;
  }
  #home #logos .ten-columns .col-lg-2 {
    width: 100%;
    text-align: center;
  }
  #home #logos .ten-columns .logo2 img {
    margin-top: 20px;
  }
  #home #logos .ten-columns .logo3 img {
    margin-top: 20px;
  }
  #home #logos .ten-columns .logo4 img {
    margin-top: 20px;
  }
  #home #logos .ten-columns .logo4 img {
    margin-top: 20px;
  }
  #home #logos .ten-columns .logo5 img {
    margin-top: 20px;
    /*
     ------------------
     Solution page
     ------------------
     */
  }
  .page-id-9 .ast-container {
    overflow: hidden;
    /*
     ------------------
     About page
     ------------------
     */
  }
  #about #hero-color .subtitle {
    font-size: 26px;
    line-height: 36px;
  }
  #about .top-text {
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 40px;
  }
  #about .about-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #about .about-box .btn-orange {
    width: 100%;
    /*
     ------------------
     Contact page
     ------------------
     */
  }
  #contact .r1, #contact .r2, #contact .r3, #contact .r4, #contact .r5 {
    margin-bottom: 0px;
  }
  #contact .wpcf7-form-control-wrap {
    margin-bottom: 10px;
  }
  #contact form .col-md-6 {
    padding-right: 0px;
  }
  #contact .wpcf7-submit, #contact .wpcf7-select {
    width: 100% !important;
  }
  #contact .bottom-ctas .title {
    font-size: 26px;
    line-height: 26px;
  }
  #contact .bottom-ctas .btn-orange, #contact .bottom-ctas .btn-purple {
    width: 100%;
    /*
     ------------------
     Demo page
     ------------------
     */
  }
  #demo .r1, #demo .r2, #demo .r3, #demo .r4, #demo .r5 {
    margin-bottom: 0px;
  }
  #demo .wpcf7-form-control-wrap {
    margin-bottom: 10px;
  }
  #demo .wpcf7-submit, #demo .wpcf7-select, #demo .wpcf7-text {
    width: 100% !important;
  }
  #demo .cta .title {
    font-size: 26px;
    line-height: 26px;
  }
  #demo .cta .btn-orange, #demo .cta .btn-purple {
    width: 100%;
    /*
     ------------------
     FOOTER
     ------------------
     */
  }
  #footer .smart-gifty {
    padding-top: 60px;
  }
  #home #subhero .title-box {
    padding-top: 0;
  }
}
/* Max width: 375px */
@media only screen and (max-device-width: 376px) {
  #hero-solution .hero-solution-wrapper {
    background-image: url("../images/solution-mobile.jpg");
  }
}
/* Max width: 332px */
@media only screen and (max-device-width: 332px) {
  .site-logo-img, .site-branding {
    padding-right: 0px !important;
  }
  #solution .work-how #youtube-circle {
    position: relative;
    left: calc(100vw - 110px);
    top: -85px;
  }
}
/* Min width: 451px - 780px */
@media (min-width: 450px) and (max-width: 991px) {
  #home .gift-card {
    display: none;
  }
  #home .monitor-one {
    width: 100vw;
  }
  #home #circles .text {
    font-size: 18px !important;
    line-height: 18px !important;
  }
  #home #circles .number {
    font-size: 25px !important;
  }
  #home #subhero .title-box {
    padding-top: 0;
  }
}
/* Min width: 781px - 1100px */
@media only screen and (min-width: 992px) {
  #home #subhero {
    padding-top: 20vh;
  }
  #home #subhero .button-row .btn-purple {
    margin-left: unset;
    margin-top: 20px;
  }
  #home .gift-card {
    margin-left: 50px;
  }
  #solution .work-how .image-1 {
    position: absolute;
    margin-top: unset;
    margin-left: 30px;
  }
  #solution .work-how .image-2 {
    position: absolute;
    margin-top: -65px;
    margin-left: -220px;
  }
}
@media only screen and (max-width: 991px) {
html, body {
  overflow-x: hidden;
}

  #solution #solution-section-transition svg {
    height: 40px;
  }
  #solution .subhero-titles .text {
    padding: 0px;
    font-size: 18px;
    line-height: 28px;
  }
  #solution .work-how .main-title {
    font-size: 45px;
    line-height: 45px;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  #solution .work-how .cw1 {
    padding: 0px;
    padding-right: 10vh;
  }
  #solution .work-how .cw2 {
    padding: 0px;
    padding-left: 3vh;
  }
  #solution .work-how .cw3 {
    padding: 0px;
    padding-right: 10vh;
  }
  #solution .work-how .cw4 {
    padding: 0px;
  }
  #solution .work-how .a-image-wrapper {
    position: relative;
    height: auto;
    width: auto;
  }
  #solution .work-how .image-1 {
    position: absolute;
    margin-top: -50vh;
    margin-left: 66vw;
    z-index: -1;
  }
  #solution .work-how .image-1-sme {
    top: 890px;
    left: 746px;
    opacity: 1;
  }
  #solution .work-how .image-2 {
    position: absolute;
    margin-top: 0vh;
    margin-left: -70vw;
    z-index: -1;
  }
  #solution .work-how .image-3 {
    position: absolute;
    margin-top: 0px;
    margin-top: -33vh;
    margin-left: 70vw;
    z-index: -1;
  }
  #solution .work-how #youtube-circle-2 {
    display: block;
    position: relative;
    left: calc(100vw - 120px);
  }
  #solution .work-how .watch-video-circle-2 {
    width: 80px;
    height: 80px;
  }
  #solution .work-how .watch-video-circle-2 .inside-circle-2 {
    line-height: 16px;
  }
  #solution .work-how .watch-video-circle-2 .inside-circle-2 .text {
    font-size: 14px;
    line-height: 16px;
  }
  #solution .work-how #youtube-circle {
    display: none;
    position: relative;
    left: calc(100vw - 120px);
    top: -30px;
  }
  #solution .work-how .watch-video-circle {
    display: none;
    width: 80px;
    height: 80px;
  }
  #solution .work-how .watch-video-circle .inside-circle {
    line-height: 16px;
  }
  #solution .work-how .watch-video-circle .inside-circle .text {
    font-size: 14px;
    line-height: 16px;
  }
  #solution .key-features .key-features-wrapper {
    padding: 0px;
  }
  #solution .key-features .key-features-wrapper .title {
    font-size: 45px;
    line-height: 45px;
    padding-bottom: 20px;
  }
  #solution .cta-first {
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: center;
  }
  #solution .cta-first .cta-text {
    text-align: center;
  }
  #solution #numbers .title {
    font-size: 45px;
    line-height: 45px;
    text-align: center;
  }
  #solution #numbers .first-box .number-first {
    width: 100%;
    display: block;
    font-size: 80px;
    line-height: 40px;
    padding-bottom: 12px;
  }
  #solution #numbers .first-box .text-first {
    font-size: 26px;
    line-height: 30px;
  }
  #solution #numbers .second-box {
    border-right: unset;
    padding-top: 30px;
    padding-bottom: 30px;
    height: auto;
  }
  #solution #numbers .second-box .text-big {
    font-size: 26px;
    line-height: 30px;
  }
  #solution #numbers .second-box .number-big {
    font-size: 80px;
    line-height: 40px;
  }
  #solution #numbers .second-box.first {
    border-right: unset;
  }
  #solution #numbers .second-box.second {
    height: auto;
    padding-left: 10px;
    padding-top: 30px;
  }
  #solution #numbers .third-box {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0px;
    margin-bottom: 0px;
    border-right: unset;
    border-bottom: 1px solid rgba(255, 255, 255, 0.125);
  }
  #solution #numbers .cta {
    padding-top: 60px;
    padding-bottom: 0px;
    text-align: center;
  }
  #solution #numbers .cta .text {
    text-align: center;
    font-size: 26px;
    line-height: 26px;
    padding-right: 0px;
  }
  #solution #numbers .cta .btn-purple {
    margin-top: 20px;
  }
  #solution #numbers .cta .btn-orange {
    margin-top: 20px;
    margin-left: unset;
  }
}
/* Min width: 1101px - 1300px */
@media only screen and (max-width: 1100px) {
  #hero-solution .hero-solution-wrapper {
    background-position: 75%;
    padding-bottom: 100px;
  }
}
/* Min width: 1301px - 1600px */
/* Min width: 1601px + */
@media only screen and (min-width: 1601px) {
  #home #subhero .title-box {
    padding-top: 200px;
  }
}


