/* Generated by less 2.5.1 */
/*:::::: VARIABLES::::::::::*/
.scrollable {
  position: relative;
  overflow-y: auto;
  scrollbar-width: none;
  scrollbar-width: 0;
}
.scrollable::-webkit-scrollbar {
  display: none;
}
/*:::::::: SHADOWS :::::::::*/
* {
  z-index: 2;
}
/*:::::::::::::::::::DARK-THEME::::::::::::*/
/*::::::::::: ANIMATION:::::::::::::::*/
.column {
  flex-direction: column;
}
.flex {
  /*flex-wrap: wrap;*/
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
a {
  /* iOS Safari */
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.bt {
  /* iOS Safari */
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 40px;
  margin: 7px;
  background: transparent;
  border-radius: 100px;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
  -0-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.bt:hover {
  box-shadow: 0px 10px 25px rgba(98, 161, 251, 0.33);
}
.bt-white {
  background: #ffffff;
  border: 2px solid #ffffff;
  color: #445576;
}
.bt-white:hover {
  background: -moz-linear-gradient(left, #82e0db 0%, #22aae2 100%) !important;
  background: -webkit-linear-gradient(left, #82e0db 0%, #22aae2 100%) !important;
  background: linear-gradient(to right, #82e0db 0%, #22aae2 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradient-1', endColorstr='@gradient-2', GradientType=1) !important;
  color: #ffffff;
}
.bt-note {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.grad {
  background: -moz-linear-gradient(left, #82e0db 0%, #22aae2 100%) !important;
  background: -webkit-linear-gradient(left, #82e0db 0%, #22aae2 100%) !important;
  background: linear-gradient(to right, #82e0db 0%, #22aae2 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradient-1', endColorstr='@gradient-2', GradientType=1) !important;
}
.grad:hover {
  background: -moz-linear-gradient(left, #82e0db 0%, #1d90c0 100%) !important;
  background: -webkit-linear-gradient(left, #82e0db 0%, #1d90c0 100%) !important;
  background: linear-gradient(to right, #82e0db 0%, #1d90c0 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradient-1', endColorstr='@gradient-3', GradientType=1) !important;
}
.border {
  border: 2px solid #22aae2;
}
.border:hover {
  background: -moz-linear-gradient(left, #82e0db 0%, #22aae2 100%) !important;
  background: -webkit-linear-gradient(left, #82e0db 0%, #22aae2 100%) !important;
  background: linear-gradient(to right, #82e0db 0%, #22aae2 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradient-1', endColorstr='@gradient-2', GradientType=1) !important;
  color: #ffffff;
}
/*::::::::::::::::::::::::::::::::::::::: HTML:::::::::::::::*/
html {
  scroll-behavior: smooth !important;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #445576;
  text-rendering: optimizeLegibility;
  pointer-events: auto;
  line-height: 1.3;
  background-color: #ffffff;
  width: 100%;
  height: auto;
  flex: 1;
  outline-style: none;
}
input {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
h1,
h2,
h3 {
  font-weight: 600;
}
h1 {
  font-size: 54px;
  margin: 50px 0;
}
h2 {
  font-size: 38px;
}
section {
  overflow: hidden;
  position: relative;
}
.container {
  max-width: 760px;
  padding: 110px 3%;
  margin: 0 auto;
}
.wide {
  max-width: 100%;
}
.spaced {
  padding: 130px 0;
}
.vertical-centered {
  align-items: center;
}
.text-centered {
  text-align: center;
}
.layout-centered {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}
p {
  margin: 15px 0;
  line-height: 30px;
}
strong {
  font-weight: 600;
}
i {
  width: 56px;
  height: 56px;
  display: flex;
  flex-direction: column;
  background-size: auto 100% !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: absolute;
  transition: all 0.5s ease;
  -0-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
i.hover-i {
  opacity: 0;
}
.subtitle {
  font-size: 19px;
  margin: 10px 0;
}
.subtitle span {
  font-size: 14px;
}
.revisited {
  font-size: 13px;
}
.half {
  width: 46%;
  margin: 0 2%;
}
.text-type {
  margin-left: 15%;
  margin-right: 4%;
  z-index: 1;
  max-width: 680px;
  position: relative;
}
.info-pages {
  justify-content: center;
}
.info-pages .text-type {
  max-width: 50%;
  margin: 0;
}
.image-type {
  z-index: 1;
  align-self: flex-end;
  position: relative;
  padding: 0;
  margin: 0;
}
.image-type img {
  float: left;
}
.fliped {
  flex-direction: row-reverse;
}
.fliped .text-type {
  margin-left: 5%;
  margin-right: 15%;
}
.fliped .image-type img {
  float: right;
}
.background-section {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  /*	.keyframes(size;{
		0% { background-size: 100%; }
		100% { background-size: 70%; }
		});
    
	.animation2(size 20s linear infinite alternate)*/
}
.featured-tools {
  padding: 45px 0;
  flex-wrap: wrap;
}
.tools {
  border-radius: 10px;
  border: 2px solid #22aae2;
  cursor: pointer;
  color: #445576;
  padding: 10px 22px;
  align-items: center;
  margin: 0 25px 10px 0px;
  transition: all 0.5s ease;
  -0-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  /* iOS Safari */
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  background: #ffffff;
}
.tools:hover {
  box-shadow: 0px 10px 25px rgba(98, 161, 251, 0.33);
}
.tools span {
  font-size: 14px;
}
.tools i {
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  position: relative;
  margin-right: 15px;
  background: no-repeat left center url(../assets/icons/tools-sprites.svg);
  background-position: 0 0 !important;
  background-size: 224px 56px !important;
}
.tools.scheduled i {
  background-position: 0 0 !important;
}
.tools.destruct i {
  background-position: -28px 0 !important;
}
.tools.tab i {
  background-position: -56px 0 !important;
}
.tools.inspector i {
  background-position: -84px 0 !important;
}
.tools.attachements i {
  background-position: -112px 0 !important;
}
.tools.analytics i {
  background-position: -140px 0 !important;
}
.tools.social i {
  background-position: -168px 0 !important;
}
.tools.refresh i {
  background-position: -196px 0 !important;
}
.tool-topics {
  list-style: none;
  padding-top: 30px;
}
.tool-topics li {
  font-size: 17px;
  font-weight: 600;
  position: relative;
  margin: 20px 0px 20px 30px;
}
.tool-topics li:before {
  content: url(../assets/icons/list-icon.svg);
  position: absolute;
  width: 16px;
  height: 16px;
  left: -30px;
  top: 2px;
}
.feature-image img {
  width: 100%;
}
.soon {
  background: #ffa337;
  color: #ffffff;
  font-weight: 600;
  font-size: 11px;
  border-radius: 100px;
  padding: 2px 5px;
  display: inline-block;
}
#second {
  height: 800px;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
}
.show {
  display: none;
}
.backtotop {
  font-weight: 600;
  font-size: 11px;
  color: #445576;
  border-radius: 100px;
  border: 1px solid transparent;
  padding: 6px 15px 6px 35px;
  position: relative;
}
.backtotop:before {
  content: url(../assets/icons/arrow-up.svg);
  position: absolute;
  width: 12px;
  height: 12px;
  left: 11px;
  top: 7px;
}
.backtotop:hover {
  color: #22aae2;
  border: 1px solid #22aae2;
}
.backtotop:hover:before {
  content: url(../assets/icons/arrow-up-color.svg) !important;
}
/*::::::::::::: PROMO TOP BAR :::::::::::::::::*/
i.close {
  background: url(../assets/icons/close.svg);
  width: 24px;
  height: 24px;
  cursor: pointer;
}
#promobar {
  background: -moz-linear-gradient(left, #f4ae26 0%, #e351b2 100%) !important;
  background: -webkit-linear-gradient(left, #f4ae26 0%, #e351b2 100%) !important;
  background: linear-gradient(to right, #f4ae26 0%, #e351b2 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradient-6', endColorstr='@gradient-7', GradientType=1) !important;
  color: #22aae2;
  text-align: center;
  max-height: 0px;
  display: flex;
  align-items: center;
  flex: 1;
  transition: all 0.5s ease;
  -0-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  max-height: 150px;
  opacity: 1;
  width: 100%;
  box-shadow: 0px 40px 90px rgba(98, 161, 251, 0.35);
}
#promobar.invisible {
  max-height: 0px;
  opacity: 0;
  visibility: hidden;
}
#promobar .beta-trial {
  margin: auto;
  line-height: ;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 14px 0;
  text-decoration: none;
}
#promobar .beta-trial span {
  padding: 0 10px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1px;
}
#promobar i.biglogo {
  background: url(../assets/catchupemail-icon-white.svg);
  min-height: 24px;
  position: relative;
  height: 24px;
}
#promobar .small-bts {
  background: transparent;
  border: none;
  margin: 10px;
  justify-content: center;
  border-radius: 50%;
}
#promobar .close-bt {
  background: transparent;
  border: none;
  margin: 10px;
  justify-content: center;
  border-radius: 50%;
  float: right;
  opacity: 0.5;
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
}
#promocontainer {
  background: rgba(27, 31, 39, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 200;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  -0-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  opacity: 1;
}
#promocontainer.invisible {
  background: rgba(27, 31, 39, 0);
  opacity: 0;
  visibility: visible;
}
#promocontainer.out {
  visibility: hidden;
}
#promocontainer .close-bt {
  margin: 10px;
  min-height: 24px;
  min-width: 24px;
  position: absolute;
  right: 20px;
  z-index: 10;
  top: 20px;
}
#promocontainer .promorelease {
  height: 60%;
  background: #ffffff;
  width: 70vw;
  height: 570px;
  border-radius: 40px;
  overflow: hidden;
  max-width: 655px;
  position: relative;
  margin: 20px;
}
#promocontainer .toppart {
  height: 50%;
  justify-content: center;
  padding: 10px 20px;
  background: no-repeat url(../assets/beta_available.svg) #ffffff;
  background-size: cover;
  background-position: bottom center;
}
#promocontainer .bottompart {
  padding: 10px 20px;
  align-items: center;
}
#promocontainer .bottompart .headline {
  font-size: 26px;
  font-weight: 600;
}
#promocontainer .bottompart span {
  font-size: 13px;
}
#promocontainer .bottompart a {
  margin-bottom: 40px;
}
/*:::::::::::::::: SECTIONS WITH BORDER GRADIENT::::::::::::*/
#features:before,
#get-started:before,
#subscribe:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  background: -moz-linear-gradient(left, #82e0db 0%, #22aae2 100%) !important;
  background: -webkit-linear-gradient(left, #82e0db 0%, #22aae2 100%) !important;
  background: linear-gradient(to right, #82e0db 0%, #22aae2 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradient-1', endColorstr='@gradient-2', GradientType=1) !important;
  top: 0px;
  left: 0;
}
/*:::::::::::::::::: SOCIALS VERTICAL::::::::::::::*/
.socials-vertical {
  position: absolute;
  left: 20px;
  align-items: center;
  color: #ffffff;
  z-index: 1;
  flex-direction: column;
  width: 50px;
  align-self: center;
}
.socials-vertical .text {
  -webkit-transform: rotate(-90deg) translate3d(50%, 0, 0);
  -ms-transform: rotate(-90deg) translate3d(50%, 0, 0);
  transform: rotate(-90deg) translate3d(50%, 0, 0);
  font-size: 13px;
  text-transform: uppercase;
  width: 130px;
  margin: 0;
}
.socials-vertical .bullets {
  font-size: 30px;
  font-weight: 300;
  line-height: 20px;
  word-wrap: break-word;
  width: 10px;
  margin: 0 0 15px 0px;
}
.socials-vertical a,
.socials a {
  opacity: 0.5;
}
.socials-vertical a img,
.socials a img {
  margin: 10px;
}
.socials-vertical a:hover,
.socials a:hover {
  opacity: 1;
}
.background-section,
.background-corner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: auto 100% !important;
}
.background-corner {
  background-size: 1910px 100% !important;
  opacity: 0.4;
}
/*:::::::::::: HAMBURGER :::::::::::*/
.cd-stretchy-nav {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  pointer-events: none;
}
.cd-stretchy-nav .stretchy-nav-bg {
  /* this is the stretching navigation background */
  position: absolute;
  z-index: 1;
  top: 55px;
  right: 0;
  width: 170px;
  height: 50px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid transparent;
  transition: all 0.5s ease;
  -0-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.cd-stretchy-nav .stretchy-nav-bg:before {
  content: url(../assets/icons/menu-arrow.svg);
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0px;
  right: 16px;
  opacity: 0;
  transition: all 0.5s ease;
  -0-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.cd-nav-trigger {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  /* replace text with image */
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  pointer-events: auto;
  justify-content: center;
  align-items: center;
}
.cd-nav-trigger span,
.cd-nav-trigger span::after,
.cd-nav-trigger span::before {
  position: absolute;
  width: 25px;
  height: 4px;
  margin: 3px 0;
  border-radius: 10px;
  background-color: #ffffff;
  left: 24%;
}
.cd-nav-trigger span::after,
.cd-nav-trigger span::before {
  content: '';
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.5s ease;
  -0-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.cd-nav-trigger span::before {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
  top: -6px;
}
.cd-nav-trigger span::after {
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}
.cd-stretchy-nav ul {
  position: relative;
  z-index: 2;
  padding: 60px 0 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -0-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  text-align: right;
}
.cd-stretchy-nav ul a {
  position: relative;
  display: block;
  height: 40px;
  line-height: 50px;
  padding: 0 60px 0 0px;
  font-size: 1.4rem;
  transition: all 0.5s ease;
  -0-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
}
.cd-stretchy-nav ul a:after {
  /* navigation item icons */
  content: '';
  position: absolute;
  height: 21px;
  width: 21px;
  right: 22px;
  top: 25px;
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  opacity: 1;
  background: url(../assets/icons/menu-sprite.svg) no-repeat 0 0;
  background-size: 189px 42px !important;
}
.cd-stretchy-nav ul a.active {
  font-weight: 600;
  color: #22aae2;
}
.cd-stretchy-nav ul a:hover {
  font-weight: 500;
}
/*:::::::::::: VISIBLE ::::::*/
.nav-is-visible {
  pointer-events: auto;
}
.nav-is-visible .cd-nav-trigger span {
  background-color: transparent;
}
.nav-is-visible .stretchy-nav-bg {
  background: #ffffff;
  height: 90%;
  box-shadow: 0px 10px 25px rgba(98, 161, 251, 0.33);
}
.nav-is-visible .stretchy-nav-bg:before {
  opacity: 1;
  top: -8px;
}
/*::::::::::: AFTER HERO SECTION ::::::::*/
.fixed .cd-nav-trigger span,
.fixed .cd-nav-trigger span::after,
.fixed .cd-nav-trigger span::before {
  background-color: #445576;
}
.fixed .cd-nav-trigger {
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0px 10px 25px rgba(98, 161, 251, 0.33);
}
.fixed .nav-is-visible .cd-nav-trigger span {
  background-color: transparent;
  top: 35%;
}
.fixed .nav-is-visible ul li a {
  color: #445576;
}
.fixed .nav-is-visible ul li a.active {
  color: #22aae2;
}
.fixed .nav-is-visible ul li a:hover {
  color: #22aae2;
}
.nav-is-visible .cd-nav-trigger span::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}
.nav-is-visible .cd-nav-trigger span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-stretchy-nav ul li:first-of-type a::after {
  /* change custom icon using image sprites */
  background-position: 0 0;
}
.cd-stretchy-nav ul li:first-of-type a.active::after {
  /* change custom icon using image sprites */
  background-position: 0 -21px;
}
.cd-stretchy-nav ul li:nth-of-type(2) a::after {
  background-position: -21px 0;
}
.cd-stretchy-nav ul li:nth-of-type(2) a.active::after {
  background-position: -21px -21px;
}
.cd-stretchy-nav ul li:nth-of-type(3) a::after {
  background-position: -42px 0;
}
.cd-stretchy-nav ul li:nth-of-type(3) a.active::after {
  background-position: -42px -21px;
}
.cd-stretchy-nav ul li:nth-of-type(4) a::after {
  background-position: -63px 0;
}
.cd-stretchy-nav ul li:nth-of-type(4) a.active::after {
  background-position: -63px -21px;
}
.cd-stretchy-nav ul li:nth-of-type(5) a::after {
  background-position: -84px 0;
}
.cd-stretchy-nav ul li:nth-of-type(5) a.active::after {
  background-position: -84px -21px;
}
.cd-stretchy-nav ul li:nth-of-type(6) a::after {
  background-position: -105px 0;
}
.cd-stretchy-nav ul li:nth-of-type(6) a.active::after {
  background-position: -105px -21px;
}
.cd-stretchy-nav ul li:nth-of-type(7) a::after {
  background-position: -126px 0;
}
.cd-stretchy-nav ul li:nth-of-type(7) a.active::after {
  background-position: -126px -21px;
}
.cd-stretchy-nav ul li:nth-of-type(8) a::after {
  background-position: -147px 0;
}
.cd-stretchy-nav ul li:nth-of-type(8) a.active::after {
  background-position: -147px -21px;
}
.cd-stretchy-nav ul li:nth-of-type(9) a::after {
  background-position: -168px 0;
}
.cd-stretchy-nav ul li:nth-of-type(9) a.active::after {
  background-position: -168px -21px;
}
.cd-stretchy-nav ul span {
  /* navigation item labels */
  display: block;
  opacity: 0;
  -webkit-transform: translateX(-25px);
  -moz-transform: translateX(-25px);
  -ms-transform: translateX(-25px);
  -o-transform: translateX(-25px);
  transform: translateX(-25px);
}
.cd-stretchy-nav.nav-is-visible ul {
  visibility: visible;
}
.cd-stretchy-nav.nav-is-visible ul a::after {
  /* navigation item icons */
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-animation: scaleIn 0.15s backwards;
  -moz-animation: scaleIn 0.15s backwards;
  animation: scaleIn 0.15s backwards;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-stretchy-nav.nav-is-visible ul a.active::after {
  opacity: 1;
}
.cd-stretchy-nav.nav-is-visible ul a.active::before {
  -webkit-transform: translateX(3px) translateY(-50%) scaleY(1);
  -moz-transform: translateX(3px) translateY(-50%) scaleY(1);
  -ms-transform: translateX(3px) translateY(-50%) scaleY(1);
  -o-transform: translateX(3px) translateY(-50%) scaleY(1);
  transform: translateX(3px) translateY(-50%) scaleY(1);
  -webkit-transition: -webkit-transform 0.15s 0.3s;
  -moz-transition: -moz-transform 0.15s 0.3s;
  transition: transform 0.15s 0.3s;
}
.cd-stretchy-nav.nav-is-visible ul span {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: slideIn 0.15s backwards;
  -moz-animation: slideIn 0.15s backwards;
  animation: slideIn 0.15s backwards;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
.no-touch .cd-stretchy-nav.nav-is-visible ul a:hover {
  color: #ffffff;
}
.no-touch .cd-stretchy-nav.nav-is-visible ul a:hover::after {
  opacity: 1;
}
.no-touch .cd-stretchy-nav.nav-is-visible ul a:hover span {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
}
.cd-stretchy-nav.nav-is-visible ul li:first-of-type a::after,
.cd-stretchy-nav.nav-is-visible ul li:first-of-type span {
  -webkit-animation-delay: 0.05s;
  -moz-animation-delay: 0.05s;
  animation-delay: 0.05s;
}
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(2) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(2) span {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(3) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(3) span {
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(4) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(4) span {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(5) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(5) span {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(6) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(6) span {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(7) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(7) span {
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(8) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(8) span {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(9) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(9) span {
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
@-webkit-keyframes scaleIn {
  from {
    -webkit-transform: translateY(-50%) scale(0);
  }
  to {
    -webkit-transform: translateY(-50%) scale(1);
  }
}
@-moz-keyframes scaleIn {
  from {
    -moz-transform: translateY(-50%) scale(0);
  }
  to {
    -moz-transform: translateY(-50%) scale(1);
  }
}
@keyframes scaleIn {
  from {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
  }
  to {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }
}
@-webkit-keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slideIn {
  from {
    opacity: 0;
    -moz-transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-25px);
    -moz-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    -o-transform: translateX(-25px);
    transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
/*:::::::::::::::::: HEADER ::::::::::::::::::::*/
#main-header {
  position: absolute;
  z-index: 5;
  align-items: center;
  width: 100%;
}
#main-header .let-me-know {
  transition: all 0.5s ease;
  -0-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  align-items: center;
  margin: 0;
  padding: 10px 22px;
  font-size: 14px;
  margin-right: 80px;
}
#main-header .let-me-know img {
  margin-right: 12px;
  width: 22px;
  min-width: 22px;
}
#main-header.fixed {
  position: fixed;
}
#main-header .left-buttons {
  position: relative;
  align-self: flex-end;
  right: 35px;
  top: 30px;
}
.not-home #main-header .let-me-know {
  margin-right: 0px;
}
/*::::::::::::::::: HERO :::::::::::::::::*/
#hero {
  background: #82e0db;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2b2d3b 0%, #32415e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2b2d3b 0%, #32415e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2b2d3b 0%, #32415e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradient-4', endColorstr='@gradient-5', GradientType=0);
  /* IE6-9 */
  color: #ffffff;
  height: 100vh;
  min-height: 1000px;
}
#hero .join {
  align-items: flex-start;
  padding-top: 15%;
}
#hero .join img {
  margin: 15px 15px 0px 0px;
  flex-shrink: 0;
}
#hero .join .improve-the-app {
  font-size: 14px;
}
#hero .join .improve-the-app .sub-title {
  font-size: 16px;
  font-weight: 600;
}
#hero .image-type img {
  transform: translate(0px, 46.8715%);
}
#hero .background-section {
  background: left center no-repeat url(../assets/icon-background.svg);
}
#hero.title-section {
  height: 380px !important;
  min-height: 380px !important;
}
.errorpage #hero {
  padding-top: 0 !important;
}
.errorpage #hero h2 {
  font-size: 48px;
  font-weight: 300;
  padding-bottom: 40px;
}
.errorpage #hero .join {
  padding-top: 10px;
}
.errorpage #hero .join .improve-the-app {
  margin: 0 auto;
  font-size: 16px;
}
.errorpage #hero .join .socials {
  justify-content: center;
}
.errorpage #hero .container {
  max-width: 600px;
  padding: 110px 5% 50px 5%;
}
.errorpage #hero .background-section {
  background: center center no-repeat url(../assets/icon-background_full.svg);
}
.errorpage #hero .background-corner {
  display: block !important;
  background: repeat url(../assets/spot-background.svg);
  background-size: auto;
  opacity: .02;
  background-size: auto !important;
}
/*:::::::::::::::: FEATURES ::::::::::::::::::::*/
#features {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #f1f5ff 100%) !important;
  background: -webkit-linear-gradient(left, #ffffff 0%, #f1f5ff 100%) !important;
  background: linear-gradient(to right, #ffffff 0%, #f1f5ff 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@background-color', endColorstr='@background-color-slim', GradientType=1) !important;
  align-items: center;
}
#features .background-section {
  background: no-repeat url(../assets/features-background.svg);
}
#features .background-corner {
  background: no-repeat url(../assets/background-corner.svg);
  position: absolute;
  top: 0;
  right: 0;
  width: 305px;
  height: 332px;
  background-size: auto 100% !important;
}
#features .grid-features {
  display: grid;
  grid-row-gap: 25px;
  grid-column-gap: 25px;
  grid-template-columns: repeat(auto-fill, minmax(31.3%, 1fr));
  width: 96%;
  margin: 0px 2%;
  padding-bottom: 100px;
}
#features .grid-features .number h3 {
  padding-left: 30px;
  position: relative;
}
#features .grid-features .number h3:before {
  content: "1";
  left: 0;
  position: absolute;
  width: 24px;
  height: 24px;
  background: #01b272;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  line-height: 23px;
  color: #ffffff;
}
#features .grid-features .more {
  font-size: 11px;
  font-weight: 600;
  align-self: flex-end;
  opacity: 0;
  position: absolute;
  top: -20px;
  transition: all 0.5s ease;
  -0-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: -moz-linear-gradient(left, #82e0db 0%, #22aae2 100%) !important;
  background: -webkit-linear-gradient(left, #82e0db 0%, #22aae2 100%) !important;
  background: linear-gradient(to right, #82e0db 0%, #22aae2 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradient-1', endColorstr='@gradient-2', GradientType=1) !important;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 100px;
}
#features .grid-features .feature-icon {
  position: relative;
  width: 56px;
  height: 56px;
  margin-bottom: 10px;
}
#features .grid-features .feature-icon i {
  background: no-repeat transparent url(../assets/icons/features-sprites.svg);
  background-position: 0 0 !important;
  background-size: 840px 112px !important ;
}
#features .grid-features div {
  max-width: 410px;
  margin: 0 auto;
  display: flex;
  padding: 35px;
  flex-direction: column;
  border: 1px solid transparent;
  border-radius: 10px;
  transition: all 0.5s ease;
  -0-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  position: relative;
  cursor: pointer;
  border: 1px solid #e2e9f9;
  overflow: hidden;
}
#features .grid-features div h3 {
  transition: all 0.5s ease;
  -0-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
#features .grid-features div .background-pic {
  background: no-repeat #ffffff url(../assets/feature-block-background.svg);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease;
  -0-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  top: 0;
  left: 0;
}
#features .grid-features div:hover {
  box-shadow: 0px 10px 25px rgba(98, 161, 251, 0.33);
  border: 1px solid #e2e9f9;
}
#features .grid-features div:hover .background-pic {
  opacity: 0.5;
}
#features .grid-features div:hover h3 {
  color: #22aae2;
}
#features .grid-features div:hover h3:before {
  background: -moz-linear-gradient(left, #82e0db 0%, #22aae2 100%) !important;
  background: -webkit-linear-gradient(left, #82e0db 0%, #22aae2 100%) !important;
  background: linear-gradient(to right, #82e0db 0%, #22aae2 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradient-1', endColorstr='@gradient-2', GradientType=1) !important;
}
#features .grid-features div:hover .more {
  opacity: 1;
  top: 20px;
}
#features .grid-features div:hover .hover-i {
  opacity: 1;
}
#features .grid-features div:hover .normal-i {
  opacity: 0;
}
#features .grid-features p {
  font-size: 14px;
  line-height: 24px;
}
#features .grid-features .cloud .normal-i {
  background-position: 0 0 !important;
}
#features .grid-features .cloud .hover-i {
  background-position: 0 -56px !important;
}
#features .grid-features .plugins .normal-i {
  background-position: -56px 0 !important;
}
#features .grid-features .plugins .hover-i {
  background-position: -56px -56px !important;
}
#features .grid-features .email-central .normal-i {
  background-position: -112px 0 !important;
}
#features .grid-features .email-central .hover-i {
  background-position: -112px -56px !important;
}
#features .grid-features .power-tools .normal-i {
  background-position: -168px 0 !important;
}
#features .grid-features .power-tools .hover-i {
  background-position: -168px -56px !important;
}
#features .grid-features .themes h3:before {
  content: "2";
}
#features .grid-features .themes .normal-i {
  background-position: -224px 0 !important;
}
#features .grid-features .themes .hover-i {
  background-position: -224px -56px !important;
}
#features .grid-features .fast-responsive .normal-i {
  background-position: -280px 0 !important;
}
#features .grid-features .fast-responsive .hover-i {
  background-position: -280px -56px !important;
}
#features .grid-features .self-scheduled h3:before {
  content: "3";
}
#features .grid-features .self-scheduled .normal-i {
  background-position: -336px 0 !important;
}
#features .grid-features .self-scheduled .hover-i {
  background-position: -336px -56px !important;
}
#features .grid-features .private-secure .normal-i {
  background-position: -392px 0 !important;
}
#features .grid-features .private-secure .hover-i {
  background-position: -392px -56px !important;
}
#features .grid-features .money .normal-i {
  background-position: -448px 0 !important;
}
#features .grid-features .money .hover-i {
  background-position: -448px -56px !important;
}
#features .grid-features .email-analytics h3:before {
  content: "4";
}
#features .grid-features .email-analytics .normal-i {
  background-position: -504px 0 !important;
}
#features .grid-features .email-analytics .hover-i {
  background-position: -504px -56px !important;
}
#features .grid-features .email-tab-system h3:before {
  content: "5";
}
#features .grid-features .email-tab-system .normal-i {
  background-position: -560px 0 !important;
}
#features .grid-features .email-tab-system .hover-i {
  background-position: -560px -56px !important;
}
#features .grid-features .email-snooze .normal-i {
  background-position: -616px 0 !important;
}
#features .grid-features .email-snooze .hover-i {
  background-position: -616px -56px !important;
}
#features .grid-features .inspector-panel h3:before {
  content: "6";
}
#features .grid-features .inspector-panel .normal-i {
  background-position: -672px 0 !important;
}
#features .grid-features .inspector-panel .hover-i {
  background-position: -672px -56px !important;
}
#features .grid-features .social-profile .normal-i {
  background-position: -728px 0 !important;
}
#features .grid-features .social-profile .hover-i {
  background-position: -728px -56px !important;
}
#features .grid-features .email-template .normal-i {
  background-position: -784px 0 !important;
}
#features .grid-features .email-template .hover-i {
  background-position: -784px -56px !important;
}
/*::::::::::::::::::::: PROFESSIONALS :::::::::::::::::*/
#professionals {
  background: -moz-linear-gradient(left, #82e0db 0%, #22aae2 100%) !important;
  background: -webkit-linear-gradient(left, #82e0db 0%, #22aae2 100%) !important;
  background: linear-gradient(to right, #82e0db 0%, #22aae2 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradient-1', endColorstr='@gradient-2', GradientType=1) !important;
  align-items: center;
  color: #ffffff;
}
#professionals .background-section {
  background: repeat url(../assets/spot-background.svg);
  opacity: 0.1;
  background-size: auto !important;
}
#professionals .background-corner {
  background: center center no-repeat url(../assets/professional-line-background.svg);
}
#professionals .bt {
  margin-top: 40px;
  padding: 15px 15%;
  font-size: 17px;
}
/*:::::::::::::::::::::::: SCHEDULED ::::::::::::::::::::::*/
#scheduled {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f1f5ff 0%, #ffffff 100%) !important;
  background: -webkit-linear-gradient(left, #f1f5ff 0%, #ffffff 100%) !important;
  background: linear-gradient(to right, #f1f5ff 0%, #ffffff 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@background-color-slim', endColorstr='@background-color', GradientType=1) !important;
}
#scheduled .background-section {
  background: right bottom no-repeat url(../assets/scheduled-background-corner.svg);
  width: 870px;
  height: 850px;
}
#scheduled .background-corner {
  background: center center no-repeat url(../assets/scheduled-line-background.svg);
}
/*:::::::::::::::::::::: TAB SYSTEM ::::::::::::::::*/
#tab-system {
  box-shadow: 0px 50px 90px rgba(98, 161, 251, 0.2);
  z-index: 3;
}
#tab-system .background-corner {
  background: center center no-repeat url(../assets/tab-line-background.svg);
}
#tab-system .background-section {
  background: no-repeat url(../assets/features-background.svg);
  top: 0;
  left: 0;
  width: 870px;
  height: 850px;
}
/*:::::::::::::::: Inspector :::::::::::::::*/
#inspector-attachements {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f1f5ff 0%, #ffffff 100%) !important;
  background: -webkit-linear-gradient(left, #f1f5ff 0%, #ffffff 100%) !important;
  background: linear-gradient(to right, #f1f5ff 0%, #ffffff 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@background-color-slim', endColorstr='@background-color', GradientType=1) !important;
}
#inspector-attachements .background-corner {
  background: center center no-repeat url(../assets/scheduled-line-background.svg);
}
#inspector-attachements .background-section {
  background: right bottom no-repeat url(../assets/scheduled-background-corner.svg);
  width: 870px;
  height: 850px;
}
/*::::::::::::::::: ANALYTICS :::::::::::::::::*/
#analytics-tracking .background-corner {
  background: center center no-repeat url(../assets/analytics-line-background.svg);
}
#analytics-tracking .background-section {
  background: no-repeat url(../assets/features-background.svg);
  top: 0;
  left: 0;
  width: 870px;
  height: 850px;
}
/*::::::::::::::::::::: SOCIAL :::::::::::::::::::*/
#social-profile {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f1f5ff 0%, #ffffff 100%) !important;
  background: -webkit-linear-gradient(left, #f1f5ff 0%, #ffffff 100%) !important;
  background: linear-gradient(to right, #f1f5ff 0%, #ffffff 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@background-color-slim', endColorstr='@background-color', GradientType=1) !important;
}
#social-profile .soon {
  font-size: 13px;
  padding: 5px 15px;
}
#social-profile .background-corner {
  background: center center no-repeat url(../assets/social-line-background.svg);
}
#social-profile .background-section {
  background: right bottom no-repeat url(../assets/scheduled-background-corner.svg);
  width: 870px;
  height: 850px;
}
/*:::::::::::::::::::::::: UI :::::::::::::::::::*/
#ui-design {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #f1f5ff 100%) !important;
  background: -webkit-linear-gradient(left, #ffffff 0%, #f1f5ff 100%) !important;
  background: linear-gradient(to right, #ffffff 0%, #f1f5ff 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@background-color', endColorstr='@background-color-slim', GradientType=1) !important;
  transition: all 0.5s ease;
  -0-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  min-height: 620px;
  box-shadow: 0px 50px 90px rgba(98, 161, 251, 0.2);
  z-index: 3;
}
#ui-design .background-corner {
  background: center center no-repeat url(../assets/ui-line-background.svg);
  height: 689px;
  top: 0;
  z-index: -1;
}
#ui-design .tools {
  border-radius: 100px;
}
#ui-design .background-section {
  background: right center no-repeat url(../assets/ui-design.png);
  background-size: auto !important;
}
#ui-design .try-me {
  font-size: 11px;
  text-decoration: underline;
  font-weight: 500;
}
#ui-design.dark {
  background: #82e0db !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2b2d3b 0%, #32415e 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2b2d3b 0%, #32415e 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2b2d3b 0%, #32415e 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradient-4', endColorstr='@gradient-5', GradientType=0) !important;
  /* IE6-9 */
  color: #ffffff;
}
#ui-design.dark .backtotop {
  color: #ffffff;
}
#ui-design.dark .background-section {
  background: right center no-repeat url(../assets/ui-design-dark.png);
}
#ui-design.dark .refresh {
  background: transparent;
  color: #ffffff;
}
#ui-design.dark .tools.refresh i {
  background-position: -196px -28px !important;
}
#ui-design.dark .backtotop::before {
  content: url(../assets/icons/arrow-up-white.svg);
}
/*::::::::::::::::::::: GET STARTED ::::::::::::::::*/
#get-started h2 {
  padding-bottom: 20px;
}
#get-started .ideas {
  padding: 80px 0 0 0;
}
#get-started .ideas .bt {
  margin-top: 10px;
}
#get-started .grad {
  padding: 15px 15%;
  margin-top: 50px;
  font-size: 17px;
  font-weight: 600;
}
#get-started .background-section {
  background: right top no-repeat url(../assets/get-started-background-corner.svg);
  background-size: auto !important;
}
/*::::::::::::::::: SUBSCRIBE ::::::::::::::::*/
#subscribe {
  background: #82e0db;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2b2d3b 0%, #32415e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2b2d3b 0%, #32415e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2b2d3b 0%, #32415e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradient-4', endColorstr='@gradient-5', GradientType=0);
  /* IE6-9 */
  color: #ffffff;
}
#subscribe h2 {
  padding-bottom: 20px;
}
#subscribe .background-section {
  background: center repeat url(../assets/spot-background.svg);
  opacity: 0.03;
  background-size: auto !important;
}
#subscribe .background-corner {
  background: center center no-repeat url(../assets/subscribe-line-background.svg);
}
#subscribe .subscribe-form {
  padding-top: 25px;
  position: relative;
}
#subscribe .subscribe-form #mce-EMAIL {
  background: rgba(0, 0, 0, 0.1);
  font-size: 15px;
  border-radius: 100px;
  border: 1px solid #22aae2;
  transition: all 0.5s ease;
  -0-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  width: 95%;
  padding: 18px 135px 18px 5%;
  color: #ffffff;
}
#subscribe .subscribe-form #mce-EMAIL:hover,
#subscribe .subscribe-form #mce-EMAIL:focus,
#subscribe .subscribe-form #mce-EMAIL:active {
  background: rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 10px 25px rgba(98, 161, 251, 0.33);
}
#subscribe .subscribe-form #mc-embedded-subscribe {
  position: absolute;
  right: 5px;
  padding: 13px 20px;
  border: none;
  font-weight: 600;
  font-size: 15px;
  margin: 0;
}
#subscribe .bt-note {
  padding-top: 5px;
}
#subscribe .bt-note img.present {
  max-width: 21px;
  margin-right: 15px;
}
#subscribe .bt-note img.logo-catchupemail {
  max-width: 170px;
  margin: 0 5px;
}
/*::::::::::::::: FOOTER ::::::::::::::::::::::*/
footer {
  background: #ffffff;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer a:visited {
  color: inherit;
}
footer a,
footer p {
  font-size: 14px;
  font-weight: 500;
}
footer .socials,
footer .policy-and-terms {
  align-items: center;
  flex-wrap: wrap;
}
footer .policy-and-terms a {
  padding: 15px;
  text-decoration: none;
}
footer .policy-and-terms a:hover,
footer .policy-and-terms a:active,
footer .policy-and-terms a:focus {
  text-decoration: underline;
  color: #22aae2;
}
