@charset "UTF-8";
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

@media (max-width: 767px) {
  .hidden-xs {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}

@media (min-width: 1200px) {
  .visible-xs {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}

.header-top {
  background-color: #26293d;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}
.header-top .content-header-top {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-top .content-header-top h5 {
  font-weight: 400;
  margin-right: 7px;
  color: #fff;
}
.header-top .content-header-top h5 strong {
  color: #fff;
}
@media (max-width: 767px) {
  .header-top .content-header-top h5 {
    line-height: 1.35em;
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-top .content-header-top h5 {
    line-height: 1.4em;
  }
}
.header-top .content-header-top .button-white {
  margin-left: 7px;
}

.header-bottom {
  background-color: #fff !important;
  position: sticky;
  top: 0;
  z-index: 1000;
}
@media (max-width: 767px) {
  .header-bottom .content-header-bottom {
    padding-top: 12px;
    padding-bottom: 10px;
  }
}
.header-bottom .content-header-bottom nav {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.header-bottom .content-header-bottom nav .logo {
  margin-right: 75px;
  display: flex;
  align-items: center;
}
.header-bottom .content-header-bottom nav .logo a {
  display: flex;
  align-items: center;
}
.header-bottom .content-header-bottom nav .logo svg {
  width: 146px;
  height: auto;
}
.header-bottom .content-header-bottom nav .content-menu {
  flex: 1;
  display: flex;
  justify-content: center;
}
.header-bottom .content-header-bottom nav .custommer-login {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.header-bottom .content-header-bottom nav .custommer-login .customer-login-button {
  flex: 1;
  margin-left: 50px;
}
.header-bottom .content-header-bottom nav .custommer-login .customer-login-button .button-cyan {
  white-space: nowrap;
  padding: 5px 22px;
}
@media (max-width: 767px) {
  .header-bottom .content-header-bottom nav .custommer-login .customer-login-button {
    display: none;
  }
}
.header-bottom .content-header-bottom nav .custommer-login .customer-login-logout, .header-bottom .content-header-bottom nav .custommer-login .contact-us-icon {
  margin-left: 20px;
  flex: 1;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-bottom .content-header-bottom nav .custommer-login .customer-login-logout a, .header-bottom .content-header-bottom nav .custommer-login .contact-us-icon a {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #26293d;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-bottom .content-header-bottom nav .custommer-login .customer-login-logout a:hover, .header-bottom .content-header-bottom nav .custommer-login .customer-login-logout a:active, .header-bottom .content-header-bottom nav .custommer-login .customer-login-logout a:focus, .header-bottom .content-header-bottom nav .custommer-login .contact-us-icon a:hover, .header-bottom .content-header-bottom nav .custommer-login .contact-us-icon a:active, .header-bottom .content-header-bottom nav .custommer-login .contact-us-icon a:focus {
  color: #26293d;
}
.header-bottom .content-header-bottom nav .custommer-login .customer-login-logout a:last-child, .header-bottom .content-header-bottom nav .custommer-login .contact-us-icon a:last-child {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .header-bottom .content-header-bottom nav .custommer-login .customer-login-logout, .header-bottom .content-header-bottom nav .custommer-login .contact-us-icon {
    display: none;
  }
}

#main-nav li:hover > a {
  color: #039dd8;
  transition: all 0.2s ease;
}
#main-nav li:hover > a svg * {
  fill: #039dd8;
  transition: all 0.2s ease;
}
#main-nav li a:hover {
  color: #039dd8;
  transition: all 0.2s ease;
}
#main-nav li a:hover * {
  color: #039dd8;
  transition: all 0.2s ease;
}

.main-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  z-index: 1001;
  min-width: 500px;
  /* Mega Menu */
}
@media (max-width: 767px) {
  .main-nav {
    display: block;
    transform: translateY(55px);
  }
}
.main-nav > li {
  margin: 0;
  padding: 0;
  background-image: inherit;
  padding-top: 28px;
  padding-bottom: 28px;
}
@media (max-width: 767px) {
  .main-nav > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.main-nav > li > a {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #26293d;
  font-weight: 400;
}
.main-nav > li > a:hover, .main-nav > li > a:active, .main-nav > li > a:focus {
  color: #26293d;
}
.main-nav > li.top-level-link:hover {
  cursor: pointer;
}
.main-nav > li.top-level-link > a svg {
  width: 12px;
  height: 7px;
}
.main-nav > li > div.sub-menu-block.sub-menu-with-shadow {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 2px;
}
.main-nav > li > div.sub-menu-block {
  z-index: 1002;
  background-color: #f9f9f9;
  position: absolute;
  margin-top: 0;
  width: 100%;
  color: #333;
  left: 0;
  top: 80px;
  box-sizing: border-box;
  font-size: 16px;
  opacity: 0;
  /*CSS animation applied for sub menu : Slide from Top */
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}
@media (max-width: 767px) {
  .main-nav > li > div.sub-menu-block {
    top: 0px;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
}
.main-nav > li.normal-menu {
  position: relative;
}
.main-nav > li.normal-menu > div.sub-menu-block {
  width: 250px;
  left: -20px;
}
@media (max-width: 767px) {
  .main-nav > li.normal-menu > div.sub-menu-block {
    left: 0;
  }
}
.main-nav > li:hover > div.sub-menu-block {
  background-color: #f9f9f9;
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.main-nav > li > div.sub-menu-block > * {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  opacity: 0;
}
@media (max-width: 767px) {
  .main-nav > li > div.sub-menu-block > * {
    opacity: 1;
  }
}
.main-nav > li:hover > div.sub-menu-block > * {
  opacity: 1;
}
.main-nav .sub-menu-blocks-row {
  display: flex;
  flex-wrap: nowrap;
  background-color: #fff;
}
@media (max-width: 767px) {
  .main-nav .sub-menu-blocks-row {
    display: block;
  }
}
.main-nav .sub-menu-blocks-row .sub-menu-blocks-row-column {
  flex-grow: 1;
  padding-top: 18px;
  padding-bottom: 20px;
  padding-left: 18px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .main-nav .sub-menu-blocks-row .sub-menu-blocks-row-column {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.main-nav .sub-menu-blocks-row .sub-menu-blocks-row-column .sub-menu-head {
  color: #a7a9ac;
  font-size: 12px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 0px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.main-nav .sub-menu-blocks-row .row-colum-1 {
  flex: 3;
}
.main-nav .sub-menu-blocks-row .row-colum-1 .link-image {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.main-nav .sub-menu-blocks-row .row-colum-1 .link-image img {
  margin-right: 4px;
}
.main-nav .sub-menu-blocks-row .row-colum-1 p {
  margin-bottom: 0px;
  color: #939598;
  font-size: 12px;
  line-height: 15px;
  font-family: "Poppins", sans-serif;
}
.main-nav .sub-menu-blocks-row .row-colum-1 h5 {
  font-weight: 600;
}
.main-nav .sub-menu-blocks-row .row-colum-1 h5 span {
  font-weight: 300;
}
.main-nav .sub-menu-blocks-row .row-colum-1 .link-image-element-right {
  transform: translateY(-5px);
}
.main-nav .sub-menu-blocks-row .row-colum-1 .sub-menu-lists {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.main-nav .sub-menu-blocks-row .row-colum-1 .sub-menu-lists li {
  padding: 0px;
  margin: 0px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .main-nav .sub-menu-blocks-row .row-colum-1 .sub-menu-lists li {
    min-height: 67px;
    margin-bottom: 7px;
  }
}
.main-nav .sub-menu-blocks-row .row-colum-2 {
  flex: 2;
}
.main-nav .sub-menu-blocks-row .row-colum-2 .sub-menu-lists {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.main-nav .sub-menu-blocks-row .row-colum-2 .sub-menu-lists li {
  padding: 0px;
  margin: 0px;
  margin-bottom: 21px;
}
.main-nav .sub-menu-blocks-row .row-colum-2 .sub-menu-lists li a {
  color: #26293d;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.main-nav .sub-menu-blocks-row .row-colum-2 .sub-menu-lists li a:hover, .main-nav .sub-menu-blocks-row .row-colum-2 .sub-menu-lists li a:active, .main-nav .sub-menu-blocks-row .row-colum-2 .sub-menu-lists li a:focus {
  color: #26293d;
}
.main-nav .sub-menu-blocks-row .row-colum-2 .sub-menu-lists li:last-child {
  margin-bottom: 0px;
}
.main-nav .sub-menu-blocks-row .row-colum-3 {
  flex: 4;
}
@media (max-width: 767px) {
  .main-nav .sub-menu-blocks-row .row-colum-3 {
    display: none;
  }
}
.main-nav .sub-menu-blocks-row .row-colum-3 .box-row-column {
  background-color: transparent;
  padding: 25px 25px 45px 25px;
}
@media (max-width: 767px) {
  .main-nav .sub-menu-blocks-row .row-colum-3 .box-row-column {
    display: none;
  }
}
.main-nav .sub-menu-blocks-row .row-colum-3 .box-row-column h5 {
  font-weight: 400;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e6e7e8;
  padding-bottom: 14px;
  margin-bottom: 17px;
}
.main-nav .sub-menu-blocks-row .row-colum-3 .box-row-column h5 img {
  margin-right: 10px;
}
.main-nav .sub-menu-blocks-row .row-colum-3 .box-row-column h3 {
  font-weight: 500;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.main-nav .sub-menu-blocks-row .row-colum-3 .box-row-column p {
  margin-bottom: 12px;
}
.main-nav .sub-menu-blocks-row .row-colum-3 .box-row-column a {
  font-weight: 400;
}

.ic {
  cursor: pointer;
  display: inline-block;
  right: 25px;
  width: 32px;
  height: 24px;
  text-align: center;
  top: 0px;
  outline: none;
}

.ic.close {
  opacity: 0;
  font-size: 0px;
  font-weight: 300;
  color: #fff;
  top: 8px;
  height: 40px;
  display: block;
  outline: none;
  top: 5px;
  right: 0px;
  position: absolute;
}

/* Menu Icons for Devices*/
.ic.menu {
  top: 5px;
  right: 0px;
  position: absolute;
  z-index: 1005;
}

.ic.menu .line {
  height: 4px;
  width: 100%;
  display: block;
  margin-bottom: 6px;
}

.ic.menu .line-last-child {
  margin-bottom: 0px;
}

.sub-menu-head {
  margin: 10px 0;
}

.banners-area {
  margin-top: 20px;
  padding-top: 15px;
}

@media only screen and (max-width: 768px) {
  .sub-menu-head {
    color: orange;
  }

  .ic.menu {
    display: block;
  }

  .ic.menu .line {
    background-color: #26293d;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }

  .ic.menu.ic-display .line {
    background-color: #000 !important;
  }

  .ic.menu.ic-display .line:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .ic.menu.ic-display .line:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -10px;
  }

  .ic.menu.ic-display .line:nth-child(3) {
    transform: translateY(15px);
    opacity: 0;
  }

  .ic.menu.ic-display {
    outline: none;
  }

  .ic.menu.ic-display ~ .ic.close {
    opacity: 1;
    z-index: 1003;
    outline: none;
  }

  /*

  .ic.menu:focus ~ .ic.close { opacity: 1.0; z-index : 21;  }
  .ic.close:focus { opacity: 0; }
  */
  .ic.menu.ic-display {
    opacity: 1;
  }

  nav {
    background-color: transparent;
  }

  /* Main Menu for Handheld Devices  */
  ul.main-nav {
    z-index: 1002;
    padding: 50px 0;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 0px;
    background-color: #fff;
    height: 100%;
    overflow: auto;
    /*CSS animation applied : Slide from Right*/
    -webkit-transition-property: background, width;
    -moz-transition-property: background, width;
    -o-transition-property: background, width;
    transition-property: background, width;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    padding: 0px;
  }

  .ic.menu.ic-display ~ .content-menu .main-nav {
    width: 100%;
  }

  ul.main-nav > * {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    opacity: 0;
  }

  .ic.menu.ic-display ~ .content-menu .main-nav > * {
    opacity: 1;
  }

  ul.main-nav > li > a:after {
    display: none;
  }

  ul.main-nav > li:first-child {
    border-radius: 0;
  }

  ul.main-nav > li {
    display: block;
    border-bottom: 1px solid #444;
  }

  ul.main-nav > li > a {
    font-weight: 600;
  }

  ul.main-nav > li ul.sub-menu-lists > li a {
    color: #eee;
    font-size: 14px;
  }

  .sub-menu-head {
    font-size: 16px;
  }

  ul.main-nav > li:hover {
    background-color: transparent;
  }

  ul.main-nav > li:hover > a {
    text-decoration: none;
    font-weight: 600;
  }

  .ic.menu.ic-display ~ .content-menu ul.main-nav > li > div.sub-menu-block {
    position: relative;
    visibility: visible;
    opacity: 1;
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    box-shadow: none;
  }

  .sub-menu-block {
    padding: 0 0px;
  }

  .banners-area {
    padding-bottom: 0px;
  }

  .banners-area div {
    margin-bottom: 15px;
  }

  .banners-area {
    border-top: 1px solid #444;
  }
}
.footer {
  color: #fff;
}
.footer .footer-top {
  padding-top: 50px;
  padding-bottom: 35px;
  border-top: 1px solid #fff;
  background-color: #26293d;
}
@media (max-width: 767px) {
  .footer .footer-top {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer-top {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.footer .footer-top p {
  color: #fff;
}
.footer .footer-top .content-footer-top {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .footer .footer-top .content-footer-top {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer-top .content-footer-top {
    display: block;
  }
}
.footer .footer-top .content-footer-top .footer-top-left {
  flex: 1;
}
.footer .footer-top .content-footer-top .footer-top-left .logo-footer {
  margin-bottom: 35px;
}
.footer .footer-top .content-footer-top .footer-top-left .logo-footer svg {
  width: 193px;
  height: auto;
}
@media (max-width: 767px) {
  .footer .footer-top .content-footer-top .footer-top-left .logo-footer {
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer-top .content-footer-top .footer-top-left .logo-footer {
    margin-bottom: 20px;
    text-align: center;
  }
}
.footer .footer-top .content-footer-top .footer-top-left p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 1.2em;
}
.footer .footer-top .content-footer-top .footer-top-left p:nth-child(2) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .footer .footer-top .content-footer-top .footer-top-left p:nth-child(2) {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer-top .content-footer-top .footer-top-left p:nth-child(2) {
    margin-bottom: 20px;
  }
}
.footer .footer-top .content-footer-top .footer-top-left p:nth-child(3) {
  line-height: 1.9em;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .footer .footer-top .content-footer-top .footer-top-left p:nth-child(3) {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer-top .content-footer-top .footer-top-left p:nth-child(3) {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer .footer-top .content-footer-top .footer-top-left p {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer-top .content-footer-top .footer-top-left p {
    text-align: center;
  }
}
.footer .footer-top .content-footer-top .footer-top-left .copyright {
  margin-bottom: 0px !important;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
}
@media (max-width: 767px) {
  .footer .footer-top .content-footer-top .footer-top-left .copyright {
    text-align: center;
    margin-bottom: 30px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer-top .content-footer-top .footer-top-left .copyright {
    text-align: center;
    margin-bottom: 30px !important;
  }
}
.footer .footer-top .content-footer-top .footer-top-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer .footer-top .content-footer-top .footer-top-right {
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer-top .content-footer-top .footer-top-right {
    align-items: center;
  }
}
.footer .footer-top .content-footer-top .footer-top-right .logo-social-media-footer {
  display: flex;
}
.footer .footer-top .content-footer-top .footer-top-right .logo-social-media-footer .social-media-footer {
  margin-left: 38px;
}
@media (max-width: 767px) {
  .footer .footer-top .content-footer-top .footer-top-right .logo-social-media-footer .social-media-footer {
    margin-left: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer-top .content-footer-top .footer-top-right .logo-social-media-footer .social-media-footer {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .footer .footer-top .content-footer-top .footer-top-right .logo-social-media-footer {
    margin-top: 33px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer-top .content-footer-top .footer-top-right .logo-social-media-footer {
    margin-top: 33px;
    margin-bottom: 15px;
  }
}

.menu-footer {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.menu-footer > li {
  background-image: inherit;
  padding: 0;
  margin: 0;
  border-left: 1px solid #f1f2f2;
  padding-left: 20px;
  margin-right: 20px;
  line-height: 14px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .menu-footer > li {
    padding-left: 9px;
    margin-right: 9px;
  }
}
.menu-footer > li > a {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 767px) {
  .menu-footer > li > a {
    font-size: 13px;
  }
}
.menu-footer > li:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}
.menu-footer > li:last-child {
  margin-right: 0;
}

.social-media-footer {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.social-media-footer > li {
  background-image: inherit;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .social-media-footer > li {
    margin-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .social-media-footer > li {
    margin-left: 15px;
  }
}
.social-media-footer > li:first-child {
  margin-left: 0;
}
.social-media-footer > li.f-twiiter svg {
  width: 21px;
  height: auto;
}
.social-media-footer > li.f-facebook svg {
  width: 21px;
  height: auto;
}
.social-media-footer > li.f-youtube svg {
  width: 20px;
  height: auto;
}
.social-media-footer > li.f-instagram svg {
  width: 24px;
  height: auto;
}
.social-media-footer > li.f-linkedin svg {
  width: 22px;
  height: auto;
}

.button-grad {
  color: #fff;
  font-size: 16px !important;
  padding: 15px 22px;
  background: linear-gradient(90deg, #00c364, #039dd8) !important;
  border-radius: 4em;
  cursor: pointer;
  display: inline;
  letter-spacing: normal;
  line-height: normal;
  margin: 0;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  touch-action: manipulation;
  transition: all 0.2s ease-in-out;
  user-select: none;
  vertical-align: middle;
  white-space: normal;
  font-weight: 600 !important;
  font-family: Poppins !important;
  min-width: 200px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .button-grad {
    padding: 15px 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .button-grad {
    padding: 15px 9px;
    font-size: 15px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .button-grad {
    padding: 15px 26px;
  }
}
.button-grad:hover {
  color: #fff;
  opacity: 0.8;
}

.footer-structure {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .footer-structure {
    flex-wrap: wrap;
  }
}
.footer-structure .line-information {
  width: 20%;
}
@media (max-width: 767px) {
  .footer-structure .line-information {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-structure .line-information {
    width: 100;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-structure .line-information {
    width: 100;
  }
}
.footer-structure .space {
  padding-left: 10px;
}

.first-element {
  margin-right: 166px;
}
@media (max-width: 767px) {
  .first-element {
    margin-right: 41px;
  }
}

.button-space {
  margin-top: 30px;
}
.button-space p a:hover {
  color: #fff !important;
}

.footer-left-text {
  font-family: poppins;
  margin: 5px 0;
}
.footer-left-text p {
  color: #fff;
  font-size: 13px;
  font-weight: lighter;
}

.line-information-text p {
  font-family: poppins;
  margin: 5px 0;
  color: #fff;
  font-size: 13px;
  font-weight: lighter;
  padding-bottom: 39px;
}
.line-information-text a {
  line-height: 20px;
  margin-bottom: 20px;
}
.line-information-text a:hover {
  opacity: 0.8;
}

.line-information-content p {
  font-family: poppins;
  margin: 5px 0;
  color: #fff;
  font-size: 13px;
  font-weight: lighter;
  margin-bottom: 5px;
}

.line-information {
  font-family: poppins;
}
.line-information strong {
  color: #00c364;
  font-family: poppins;
  font-size: 15px;
  font-weight: 600;
}
.line-information a {
  color: #fff;
  font-family: poppins;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.5em;
}
.line-information a:hover {
  color: #00c364;
}
.line-information p {
  margin-bottom: 5px !important;
}

.line-row-top {
  border-top: 1px solid #00c364;
  padding-left: 0;
  padding-right: 0;
}

.footer-bottom {
  margin-top: 40px;
}

.logo-social-media-footer {
  display: flex;
  justify-content: space-between;
  padding-left: 8px;
  padding-right: 8px;
}
@media (max-width: 767px) {
  .logo-social-media-footer {
    display: block;
  }
}
@media (max-width: 767px) {
  .logo-social-media-footer img {
    max-width: 166px;
  }
}

.logo-footer-structure svg {
  width: 215px;
  height: auto;
}
@media (max-width: 767px) {
  .logo-footer-structure {
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .logo-footer-structure {
    margin-bottom: 20px;
    text-align: center;
  }
}

hr {
  color: #00c364;
  background: #00c364;
  height: 1px;
  border: none;
  margin-bottom: 20px;
}

/* LB */
.sap-endorsed-footer-img {
  max-width: 150px;
}

.footer hr {
  background: linear-gradient(90deg, #00c364 0%, #039dd8 100%);
}

.footer-4col p {
  color: white;
  font-family: poppins;
  font-weight: lighter;
  font-size: 13px;
  margin: 5px 0;
}

.footer-4col p a {
  color: white;
  font-weight: 300;
  font-family: poppins;
  margin: 5px 0;
}

.footer-1col p {
  color: white;
  font-family: poppins;
  font-weight: lighter;
  font-size: 13px;
  margin: 5px 0;
}

.footer-1col p a {
  color: #00c364;
  font-weight: 300;
  font-family: poppins;
  margin: 5px 0;
}

.footer-4col p a:hover, .footer-1col p a:hover {
  opacity: 0.8;
  color: #00c364;
}

.footer-4col p strong {
  color: #00c364;
  font-weight: 600;
  font-family: poppins;
  font-size: 15px;
}

/*--------MEDIA QUERIES ---------*/
@media only screen and (max-width: 768px) {
  ul.main-nav {
    background-color: transparent !important;
  }

  .footer-structure {
    margin-bottom: 0;
  }

  .first-element  {
    margin-right: 0px;
  }

  .line-information p  {
    margin-bottom: 0px !important;
    text-align: center;
  }

  .social-media-footer  {
    justify-content: center;
  }

  .social-media-footer > li > a {
    margin: 0 10px 20px 10px;
  }

  .logo-social-media-footer {
    text-align: center;
  }

  .logo-social-media-footer img {
    margin-bottom: 20px;
  }

  .menu-footer > li > a {
    font-size: 11px;
  }

  .logo-footer-structure {
    margin-bottom: 0px;
  }

  .footer-bottom {
    margin-top: 20px;
  }
}
html {
  scroll-behavior: smooth;
}

/* MENU 2 */
.content-menu2 {
  background: #424d9e;
  background: linear-gradient(90deg, #424d9e 0%, #fb2654 100%);
  padding-top: 17px;
  padding-bottom: 17px;
  position: sticky;
  top: 80px;
  z-index: 999;
  width: 100%;
}
@media (max-width: 767px) {
  .content-menu2 {
    display: none;
  }
}

.menu2 {
  justify-content: space-around;
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
  padding-left: 9%;
  padding-right: 8%;
  justify-content: space-around;
}
.menu2 > li {
  margin: 0;
  padding: 0;
  background-image: inherit;
}
.menu2 > li > a {
  transition: all 100ms linear;
  color: #fff;
  border: 0;
  background-color: transparent;
  border-radius: 30px;
  padding: 3px 20px 3px 20px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  position: relative;
}
.menu2 > li > a svg {
  position: absolute;
  top: 8px;
  right: -2px;
  width: 12px;
  height: 12px;
  display: block;
  transform: rotate(270deg);
}
.menu2 > li > a svg polygon {
  fill: #fff;
}
.menu2 > li > a:active, .menu2 > li > a:focus, .menu2 > li > a:hover {
  color: #fff;
}
.menu2 > li.active > a, .menu2 > li:hover > a {
  background-color: #fff;
  color: #fb2654;
}
.menu2 > li.active > a:active, .menu2 > li.active > a:focus, .menu2 > li.active > a:hover, .menu2 > li:hover > a:active, .menu2 > li:hover > a:focus, .menu2 > li:hover > a:hover {
  background-color: #fff;
  color: #fb2654;
}

/* // MENU 2 */
.trusted-loved-by-mediafly-v3 .circle img {
  height: 76px;
}

.tabs {
  position: relative;
  width: 100%;
  margin-top: 60px;
}

.tabs nav {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 220px;
  margin-left: 10%;
}

@media only screen and (max-width: 767px) {
  .tabs nav {
    margin-left: 0%;
  }
}
.tabs nav a {
  width: 100%;
  cursor: pointer;
  padding-bottom: 35px;
  padding-top: 37px;
  color: #26293d;
  font-weight: 700;
  font-size: 20px;
  transition: all 0.3s ease;
  position: relative;
  font-family: "Poppins", sans-serif;
}

.tabs nav a:after {
  content: " ";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 1px;
  left: 0px;
  background: linear-gradient(90deg, #d1d1d1 0%, #e6e6e6 59%, white 100%);
}

.tabs nav a:first-child {
  padding-top: 0px;
}

.tabs nav a:last-child {
  padding-bottom: 0px;
}

.tabs nav a:last-child:after {
  content: none;
}

.tabs nav a:hover, .tabs nav a:focus, .tabs nav a:active,
.tabs nav a.selected {
  color: #00c364;
}

.tabs .content {
  position: absolute;
  top: 0px;
  left: 220px;
  width: 0px;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.1s linear 0s;
}

.tabs .content.visible {
  padding: 0px 20px;
  width: calc(100% - 220px);
  /*overflow: scroll;*/
  opacity: 1;
}

.element-image {
  background-repeat: no-repeat, no-repeat;
  background-position: center -28%, right top;
  background-size: 1000px 1000px, cover;
  height: 408px;
  width: 706px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  border-radius: 8px;
}

.element-image h3 {
  color: #00c364;
  margin-bottom: 22px;
  font-size: 21px;
}

.element-image p {
  color: #fff;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 400;
}

.data-elelement-image {
  padding: 0px 7%;
  padding-bottom: 44px;
}

@media only screen and (max-width: 767px) {
  .element-image {
    height: 246px;
    width: auto;
    background-position: center -27%, right 10%;
    background-size: 400px 400px, cover;
  }

  .element-image-2 {
    background-position: center -25%, right top;
  }

  .element-image-3 {
    background-position: center -42%, right top;
  }

  .element-image-4 {
    background-position: center -34%, right top;
  }

  .element-image-5 {
    background-position: center -32%, right top;
  }

  .data-elelement-image {
    padding: 0px 3%;
    padding-bottom: 17px;
  }

  .element-image h3 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
  }

  .element-image p {
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 500;
  }

  .tabs nav a {
    padding-bottom: 18px;
    padding-top: 20px;
    font-size: 12px;
    font-weight: 600;
  }

  .tabs nav {
    width: 110px;
  }

  .tabs .content {
    left: 110px;
  }

  .tabs .content.visible {
    padding: 0px 3px;
    padding-right: 0px;
    width: calc(100% - 110px);
  }

  .content-tabs .vce-row-content {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .element-image {
    width: 100%;
  }

  .element-image h3 {
    font-size: 19px;
  }

  .element-image p {
    font-size: 18px;
  }

  .tabs nav a {
    font-size: 18px;
  }

  .tabs nav {
    width: 150px;
  }

  .tabs .content {
    left: 150px;
  }

  .tabs .content.visible {
    width: calc(100% - 150px);
  }
}
.box-rounded-border {
  border-radius: 8px;
}
.box-rounded-border > .vce-col-inner {
  border-radius: 8px;
}

.column-overlay .vce-asset-background-simple--position-center-top .vce-asset-background-simple-item {
  background-color: #26293d;
  background-blend-mode: soft-light;
}

.column-overlay-height {
  min-height: 378px;
}
.column-overlay-height .Title-2, .column-overlay-height .title-2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px !important;
  margin-bottom: 15px;
}
.column-overlay-height .Title-2:before, .column-overlay-height .title-2:before {
  content: "";
  display: block;
  background: linear-gradient(90deg, #98dfea 0%, #00c364 100%);
  height: 5px;
  width: 52px;
  margin-bottom: 15px;
}
.column-overlay-height .vce-asset-background-simple--position-center-top .vce-asset-background-simple-item {
  background-color: #26293d;
  background-blend-mode: soft-light;
}

/* gradients */
.green-to-blue {
  background-image: linear-gradient(90deg, #00c364 0%, #48bce2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.green-to-blue-bg {
  background: linear-gradient(90deg, #00c364 0%, #48bce2 100%);
}
.green-to-blue-bg li:hover a, .green-to-blue-bg li:hover a:hover, .green-to-blue-bg li.active a {
  color: #48bce2;
}

.purple-to-pink {
  background-image: linear-gradient(90deg, #4a089b 0%, #fd2050 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.purple-to-pink-bg {
  background: linear-gradient(90deg, #4a089b 0%, #fd2050 100%);
}
.purple-to-pink-bg li:hover a, .purple-to-pink-bg li:hover a:hover, .purple-to-pink-bg li.active a {
  color: #4a089b;
}

.purple-to-blue {
  background-image: linear-gradient(90deg, #6b00a0 0%, #00b8f0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.purple-to-blue-bg {
  background: linear-gradient(90deg, #6b00a0 0%, #00b8f0 100%);
}
.purple-to-blue-bg li:hover a, .purple-to-blue-bg li:hover a:hover, .purple-to-blue-bg li.active a {
  color: #6b00a0;
}

.red-to-orange {
  background-image: linear-gradient(90deg, #fe2050 0%, #ff844a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.red-to-orange-bg {
  background: linear-gradient(90deg, #fe2050 0%, #ff844a 100%);
}
.red-to-orange-bg li:hover a, .red-to-orange-bg li:hover a:hover, .red-to-orange-bg li.active a {
  color: #ff844a;
}

.cyan-to-white {
  background-image: linear-gradient(90deg, #00aff1 0%, #97dcdd 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.cyan-to-white-bg {
  background: linear-gradient(90deg, #00aff1 0%, #97dcdd 100%);
}
.cyan-to-white-bg li:hover a, .cyan-to-white-bg li:hover a:hover, .cyan-to-white-bg li.active a {
  color: #00aff1;
}

.green-to-white {
  background-image: linear-gradient(90deg, #00c364 0%, #98dfea 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.green-to-white-bg {
  background: linear-gradient(90deg, #00c364 0%, #98dfea 100%);
}
.green-to-white-bg li:hover a, .green-to-white-bg li:hover a:hover, .green-to-white-bg li.active a {
  color: #00c364;
}

/* / gradients */
/* circle */
.container-circle {
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
}
.container-circle .circle {
  position: relative;
  text-align: center;
}
.container-circle .circle .span-title {
  position: absolute;
  left: 50%;
  bottom: 55%;
  transform: translateX(-50%);
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}
.container-circle .circle strong {
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translateX(-50%);
  font-size: 34px;
  font-weight: 600;
  display: inline-block;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .container-circle .circle strong {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-circle .circle strong {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .container-circle .circle {
    margin: 0;
  }
}
.container-circle .span-text-circle {
  text-align: center;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

/* /circle */
* {
  font-family: "Roboto", sans-serif;
  color: #26293d;
}

.container {
  max-width: 1280px;
  width: calc(100% - 1rem);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container {
    width: calc(100% - 30px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: calc(100% - 30px);
  }
}

body {
  font-weight: 300;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}
body p {
  margin: 0;
  margin-bottom: 18px;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  body p {
    line-height: 1.35em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body p {
    line-height: 1.4em;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.35em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 15px;
    line-height: 1.4em;
  }
}

.Main-title, .main-title {
  font-size: 54px;
  line-height: 1.1em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 25px;
}
.Main-title.medium-title, .main-title.medium-title {
  font-size: 44px;
}
@media (max-width: 767px) {
  .Main-title.medium-title, .main-title.medium-title {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Main-title.medium-title, .main-title.medium-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .Main-title, .main-title {
    font-size: 34px;
    margin-bottom: 15px;
    line-height: 1em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Main-title, .main-title {
    font-size: 34px;
    margin-bottom: 15px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  margin: 0;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  font-family: "Poppins", sans-serif;
}

a {
  color: #039dd8;
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
}

h2 {
  margin-bottom: 20px;
  font-size: 34px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}

h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 17px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 17px;
    margin-bottom: 15px;
  }
}

h4 {
  font-size: 16px;
}
@media (max-width: 767px) {
  h4 {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h4 {
    font-size: 15px;
  }
}

h5 {
  font-size: 14px;
}
@media (max-width: 767px) {
  h5 {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h5 {
    font-size: 13px;
  }
}

h6 {
  font-size: 12px;
}

ul li {
  padding-bottom: 8px;
}

.Title-1, .title-1 {
  font-size: 34px;
  line-height: 1.2em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .Title-1, .title-1 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Title-1, .title-1 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}

.Title-2, .title-2 {
  font-size: 20px;
  line-height: 1.5em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .Title-2, .title-2 {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.35em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Title-2, .title-2 {
    font-size: 17px;
    margin-bottom: 15px;
  }
}

.Paragraph-big, .paragraph-big {
  font-size: 20px;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .Paragraph-big, .paragraph-big {
    font-size: 16px;
    line-height: 1.35em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Paragraph-big, .paragraph-big {
    font-size: 17px;
  }
}

.Paragraph-big-gray1, .paragraph-big-gray1 {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .Paragraph-big-gray1, .paragraph-big-gray1 {
    font-size: 16px;
    line-height: 1.35em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Paragraph-big-gray1, .paragraph-big-gray1 {
    font-size: 17px;
  }
}

.Paragraph-big-black, .paragraph-big-black {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .Paragraph-big-black, .paragraph-big-black {
    font-size: 16px;
    line-height: 1.35em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Paragraph-big-black, .paragraph-big-black {
    font-size: 17px;
  }
}

.Banner-quote, .banner-quote {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin-bottom: 25px !important;
}
@media (max-width: 767px) {
  .Banner-quote, .banner-quote {
    font-size: 18px;
    margin-bottom: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Banner-quote, .banner-quote {
    font-size: 21px;
    margin-bottom: 20px !important;
  }
}

.link-green {
  color: #00c364;
  font-weight: 600;
}

.button-white {
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  padding: 3px 20px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .button-white {
    font-size: 13px;
    padding: 4px 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .button-white {
    font-size: 13px;
    padding: 4px 17px;
  }
}

.button-red {
  background: #fb2654 !important;
  border: 2px solid #fb2654;
  background-color: #fb2654;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  padding: 8px 22px;
  font-family: "Poppins", sans-serif;
}
.button-red > span {
  color: #fff;
}
@media (max-width: 767px) {
  .button-red {
    font-size: 13px;
    padding: 7px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .button-red {
    font-size: 13px;
    padding: 7px 20px;
  }
}

.button-cyan {
  background: #039dd8 !important;
  border: 2px solid #039dd8;
  background-color: #039dd8;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  padding: 8px 22px;
  font-family: "Poppins", sans-serif;
}
.button-cyan > span {
  color: #fff;
}
@media (max-width: 767px) {
  .button-cyan {
    font-size: 13px;
    padding: 7px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .button-cyan {
    font-size: 13px;
    padding: 7px 20px;
  }
}

.button-cyan:hover {
  opacity: 0.8;
}

.button-red-main, .page-template-mediafly-new a.wdev4-button, .page-template-mediafly-new a.wdev4_button {
  background: #039dd8 !important;
  border: 2px solid #039dd8;
  background-color: #039dd8;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  padding: 5px 25px;
  font-family: "Poppins", sans-serif;
}
.button-red-main > span, .page-template-mediafly-new a.wdev4-button > span, .page-template-mediafly-new a.wdev4_button > span {
  color: #fff;
}
@media (max-width: 767px) {
  .button-red-main, .page-template-mediafly-new a.wdev4-button, .page-template-mediafly-new a.wdev4_button {
    font-size: 14px;
    padding: 4px 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .button-red-main, .page-template-mediafly-new a.wdev4-button, .page-template-mediafly-new a.wdev4_button {
    font-size: 15px;
    padding: 4px 22px;
  }
}

.button-red-big {
  background: #039dd8 !important;
  border: 2px solid #039dd8;
  background-color: #039dd8;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  padding: 12px 25px;
  font-family: "Poppins", sans-serif;
}
.button-red-big > span {
  color: #fff;
}
@media (max-width: 767px) {
  .button-red-big {
    font-size: 16px;
    padding: 8px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .button-red-big {
    font-size: 17px;
    padding: 11px 22px;
  }
}

.text-block-comment {
  padding-top: 65px;
  padding-bottom: 30px;
  padding-left: 10%;
  padding-right: 10%;
  background-image: url(../assets/img/comilla_1.png), url(../assets/img/comilla_2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 5% 125px, 95% 80%;
  margin-bottom: 40px;
  border-radius: 8px;
  border: 2px solid transparent;
  z-index: 0;
  position: relative;
  font-family: "Poppins", sans-serif;
}
.text-block-comment.text-block-comment-no-logo {
  background-position: 5% 45px, 95% 80%;
}
.text-block-comment * {
  font-family: "Poppins", sans-serif;
}
.text-block-comment:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  padding: 2px;
  border-radius: 8px;
  background: linear-gradient(90deg, #00c364 0%, #48bce2 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
@media (max-width: 767px) {
  .text-block-comment {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 10%;
    padding-right: 10%;
    background-size: 32px 20px, 32px 20px;
    background-position: 5% 65px, 95% 94%;
    margin-bottom: 20px;
  }
  .text-block-comment .img-text-block {
    margin-bottom: 15px;
    display: inline-block;
  }
  .text-block-comment .img-text-block img {
    width: 200px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-block-comment {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.text-block-comment-white {
  background-color: #fff;
  background-image: url(../assets/img/quote_left2x.png), url(../assets/img/quote_right2x.png);
  background-size: 51px auto, 51px auto;
  font-family: "Poppins", sans-serif;
}
.text-block-comment-white:before {
  background: #fff;
}
.text-block-comment-white * {
  color: #26293d !important;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .text-block-comment-white {
    background-size: 32px auto, 32px auto;
  }
}

.purple-white {
  color: #5D149C;
}

.purple-dark {
  color: #9C71BF;
}

/* form */
.form-box-shadow {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 35px 35px 15px 35px;
  border-radius: 8px;
  background-color: #fff;
  /* All HubSpot Forms
   ========================================================================== */
  /* Form Field (selector for form field wrapper) */
  /* Descriptions (targets class applied to Help Text divs) */
  /* Labels (selects field labels and error messages) */
  /* Inputs (selectors for all inputs)  */
  /* Inputs in focus (selectors for all inputs when clicked)  */
  /* Multi-line inputs (selectors to target multi-line fields */
  /* Dropdowns (selectors for dropdowns) */
  /* Multi-select (selectors for multi-select fields) */
  /* Required (selectors for fields, when they do not pass validation) */
  /* Error message (selector for validation messages) */
  /* Placeholder Text (styles the placeholder attribute text) */
  /* Multi Column Form (selectors for fieldsets and field wrappers)
     ========================================================================== */
  /* Submit buttons (selectors for all non-CTA buttons)
     ========================================================================== */
}
@media (max-width: 767px) {
  .form-box-shadow {
    padding: 20px 15px 10px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .form-box-shadow {
    padding: 20px 15px 15px 15px;
  }
}
.form-box-shadow .form-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .form-box-shadow .form-title {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .form-box-shadow .form-title {
    margin-bottom: 15px;
  }
}
.form-box-shadow .form-title img {
  margin-right: 6px;
}
@media (max-width: 767px) {
  .form-box-shadow .form-title img {
    width: 35px !important;
    height: 35px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .form-box-shadow .form-title img {
    width: 35px !important;
    height: 35px !important;
  }
}
.form-box-shadow .form-title h2 {
  margin-left: 6px;
  margin-bottom: 0px;
  font-size: 32px;
  font-weight: 600;
}
.form-box-shadow .form-title h2 span {
  font-weight: 300;
}
@media (max-width: 767px) {
  .form-box-shadow .form-title h2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .form-box-shadow .form-title h2 {
    font-size: 24px;
  }
}
.form-box-shadow .form-subtitle {
  text-align: center;
  margin-bottom: 25px;
}
.form-box-shadow .form-subtitle h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .form-box-shadow .form-subtitle h3 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .form-box-shadow .form-subtitle h3 {
    font-size: 18px;
  }
}
.form-box-shadow .form-subtitle h4 {
  font-weight: 600;
}
.form-box-shadow .form-subtitle h4 span {
  font-weight: 300;
}
.form-box-shadow .hs-form label {
  font-size: 13px;
}
.form-box-shadow .hs-form input[type=text],
.form-box-shadow .hs-form input[type=password],
.form-box-shadow .hs-form input[type=datetime],
.form-box-shadow .hs-form input[type=datetime-local],
.form-box-shadow .hs-form input[type=date],
.form-box-shadow .hs-form input[type=month],
.form-box-shadow .hs-form input[type=time],
.form-box-shadow .hs-form input[type=week],
.form-box-shadow .hs-form input[type=number],
.form-box-shadow .hs-form input[type=email],
.form-box-shadow .hs-form input[type=url],
.form-box-shadow .hs-form input[type=search],
.form-box-shadow .hs-form input[type=tel],
.form-box-shadow .hs-form input[type=color],
.form-box-shadow .hs-form input[type=file],
.form-box-shadow .hs-form textarea,
.form-box-shadow .hs-form select {
  width: 100% !important;
  border-bottom: 1px solid #bcbec0;
  background: transparent !important;
  height: 45px;
  border-radius: 4px;
  font-size: 16px;
  padding: 10px;
  -webkit-appearance: none !important;
  max-width: inherit;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767px) {
  .form-box-shadow .hs-form input[type=text],
.form-box-shadow .hs-form input[type=password],
.form-box-shadow .hs-form input[type=datetime],
.form-box-shadow .hs-form input[type=datetime-local],
.form-box-shadow .hs-form input[type=date],
.form-box-shadow .hs-form input[type=month],
.form-box-shadow .hs-form input[type=time],
.form-box-shadow .hs-form input[type=week],
.form-box-shadow .hs-form input[type=number],
.form-box-shadow .hs-form input[type=email],
.form-box-shadow .hs-form input[type=url],
.form-box-shadow .hs-form input[type=search],
.form-box-shadow .hs-form input[type=tel],
.form-box-shadow .hs-form input[type=color],
.form-box-shadow .hs-form input[type=file],
.form-box-shadow .hs-form textarea,
.form-box-shadow .hs-form select {
    font-size: 14px;
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .form-box-shadow .hs-form input[type=text],
.form-box-shadow .hs-form input[type=password],
.form-box-shadow .hs-form input[type=datetime],
.form-box-shadow .hs-form input[type=datetime-local],
.form-box-shadow .hs-form input[type=date],
.form-box-shadow .hs-form input[type=month],
.form-box-shadow .hs-form input[type=time],
.form-box-shadow .hs-form input[type=week],
.form-box-shadow .hs-form input[type=number],
.form-box-shadow .hs-form input[type=email],
.form-box-shadow .hs-form input[type=url],
.form-box-shadow .hs-form input[type=search],
.form-box-shadow .hs-form input[type=tel],
.form-box-shadow .hs-form input[type=color],
.form-box-shadow .hs-form input[type=file],
.form-box-shadow .hs-form textarea,
.form-box-shadow .hs-form select {
    font-size: 15px;
    height: 40px;
  }
}
.form-box-shadow .hs-form input[type=text]:focus,
.form-box-shadow .hs-form input[type=password]:focus,
.form-box-shadow .hs-form input[type=datetime]:focus,
.form-box-shadow .hs-form input[type=datetime-local]:focus,
.form-box-shadow .hs-form input[type=date]:focus,
.form-box-shadow .hs-form input[type=month]:focus,
.form-box-shadow .hs-form input[type=time]:focus,
.form-box-shadow .hs-form input[type=week]:focus,
.form-box-shadow .hs-form input[type=number]:focus,
.form-box-shadow .hs-form input[type=email]:focus,
.form-box-shadow .hs-form input[type=url]:focus,
.form-box-shadow .hs-form input[type=search]:focus,
.form-box-shadow .hs-form input[type=tel]:focus,
.form-box-shadow .hs-form input[type=color]:focus,
.form-box-shadow .hs-form input[type=file]:focus,
.form-box-shadow .hs-form textarea:focus,
.form-box-shadow .hs-form select:focus {
  width: 100% !important;
  border-bottom: 1px solid #bcbec0;
  background: transparent !important;
  height: 45px;
  border-radius: 4px;
  font-size: 16px;
  padding: 10px;
  -webkit-appearance: none !important;
  max-width: inherit;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767px) {
  .form-box-shadow .hs-form input[type=text]:focus,
.form-box-shadow .hs-form input[type=password]:focus,
.form-box-shadow .hs-form input[type=datetime]:focus,
.form-box-shadow .hs-form input[type=datetime-local]:focus,
.form-box-shadow .hs-form input[type=date]:focus,
.form-box-shadow .hs-form input[type=month]:focus,
.form-box-shadow .hs-form input[type=time]:focus,
.form-box-shadow .hs-form input[type=week]:focus,
.form-box-shadow .hs-form input[type=number]:focus,
.form-box-shadow .hs-form input[type=email]:focus,
.form-box-shadow .hs-form input[type=url]:focus,
.form-box-shadow .hs-form input[type=search]:focus,
.form-box-shadow .hs-form input[type=tel]:focus,
.form-box-shadow .hs-form input[type=color]:focus,
.form-box-shadow .hs-form input[type=file]:focus,
.form-box-shadow .hs-form textarea:focus,
.form-box-shadow .hs-form select:focus {
    font-size: 14px;
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .form-box-shadow .hs-form input[type=text]:focus,
.form-box-shadow .hs-form input[type=password]:focus,
.form-box-shadow .hs-form input[type=datetime]:focus,
.form-box-shadow .hs-form input[type=datetime-local]:focus,
.form-box-shadow .hs-form input[type=date]:focus,
.form-box-shadow .hs-form input[type=month]:focus,
.form-box-shadow .hs-form input[type=time]:focus,
.form-box-shadow .hs-form input[type=week]:focus,
.form-box-shadow .hs-form input[type=number]:focus,
.form-box-shadow .hs-form input[type=email]:focus,
.form-box-shadow .hs-form input[type=url]:focus,
.form-box-shadow .hs-form input[type=search]:focus,
.form-box-shadow .hs-form input[type=tel]:focus,
.form-box-shadow .hs-form input[type=color]:focus,
.form-box-shadow .hs-form input[type=file]:focus,
.form-box-shadow .hs-form textarea:focus,
.form-box-shadow .hs-form select:focus {
    font-size: 15px;
    height: 40px;
  }
}
.form-box-shadow ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6d6e71;
}
.form-box-shadow ::-moz-placeholder {
  /* Firefox 19+ */
  color: #6d6e71;
}
.form-box-shadow :-ms-input-placeholder {
  /* IE 10+ */
  color: #6d6e71;
}
.form-box-shadow :-moz-placeholder {
  /* Firefox 18- */
  color: #6d6e71;
}
.form-box-shadow .hs-button.primary,
.form-box-shadow input[type=submit],
.form-box-shadow input[type=button] {
  background: #039dd8 !important;
  border: 2px solid #039dd8;
  background-color: #039dd8;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  padding: 12px 25px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .form-box-shadow .hs-button.primary,
.form-box-shadow input[type=submit],
.form-box-shadow input[type=button] {
    font-size: 16px;
    padding: 10px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .form-box-shadow .hs-button.primary,
.form-box-shadow input[type=submit],
.form-box-shadow input[type=button] {
    font-size: 17px;
    padding: 10px 20px;
  }
}
.form-box-shadow .hs-button.primary:hover,
.form-box-shadow input[type=submit]:hover,
.form-box-shadow input[type=button]:hover {
  background: #fb2654 !important;
  border: 2px solid #fb2654;
  background-color: #fb2654;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  padding: 12px 25px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .form-box-shadow .hs-button.primary:hover,
.form-box-shadow input[type=submit]:hover,
.form-box-shadow input[type=button]:hover {
    font-size: 16px;
    padding: 10px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .form-box-shadow .hs-button.primary:hover,
.form-box-shadow input[type=submit]:hover,
.form-box-shadow input[type=button]:hover {
    font-size: 17px;
    padding: 10px 20px;
  }
}
.form-box-shadow .hs-button.primary:focus,
.form-box-shadow input[type=submit]:focus,
.form-box-shadow input[type=button]:focus {
  background: #fb2654 !important;
  border: 2px solid #fb2654;
  background-color: #fb2654;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  padding: 12px 25px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .form-box-shadow .hs-button.primary:focus,
.form-box-shadow input[type=submit]:focus,
.form-box-shadow input[type=button]:focus {
    font-size: 16px;
    padding: 10px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .form-box-shadow .hs-button.primary:focus,
.form-box-shadow input[type=submit]:focus,
.form-box-shadow input[type=button]:focus {
    font-size: 17px;
    padding: 10px 20px;
  }
}
.form-box-shadow .no-list.hs-error-msgs {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.form-box-shadow .no-list.hs-error-msgs li {
  padding: 0px;
  margin: 0px;
  font-size: 13px;
  color: #e51d00;
}
.form-box-shadow .inputs-list {
  margin-left: 0px;
  margin-top: 30px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .form-box-shadow .inputs-list {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .form-box-shadow .inputs-list {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.form-box-shadow .inputs-list .hs-form-booleancheckbox {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.form-box-shadow .legal-consent-container .hs-form-booleancheckbox-display input {
  margin-top: 5px;
}
.form-box-shadow .legal-consent-container .hs-form-booleancheckbox-display p {
  font-size: 16px;
  font-weight: 300;
}
.form-box-shadow .legal-consent-container p {
  padding-left: 0px;
}
.form-box-shadow .hs-richtext p {
  font-size: 12px;
  margin-bottom: 0px;
  color: #26293d;
  font-weight: 300;
}
.form-box-shadow .hs-richtext p a {
  color: #039dd8;
  font-weight: 300;
}
.form-box-shadow .hs_submit {
  margin-top: 25px;
  text-align: center;
}
@media (max-width: 767px) {
  .form-box-shadow .hs_submit {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .form-box-shadow .hs_submit {
    margin-top: 15px;
  }
}

.form-box-inline {
  /* Inputs (selectors for all inputs)  */
  /* Inputs in focus (selectors for all inputs when clicked)  */
}
.form-box-inline form.hs-form {
  display: flex;
  flex-direction: column;
  position: relative;
}
.form-box-inline form.hs-form div.hs_submit {
  width: 45%;
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 0px;
}
.form-box-inline form.hs-form div.hs_submit .actions {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 0px;
  text-align: left;
}
.form-box-inline form.hs-form .hs-form-field {
  width: 53%;
}
.form-box-inline form.hs-form .legal-consent-container .inputs-list {
  margin-top: 1px;
  margin-bottom: 23px;
}
.form-box-inline .hs-button.primary,
.form-box-inline input[type=submit],
.form-box-inline input[type=button] {
  font-size: 16px;
  padding: 12px 15px;
}
@media (max-width: 767px) {
  .form-box-inline .hs-button.primary,
.form-box-inline input[type=submit],
.form-box-inline input[type=button] {
    font-size: 16px;
    padding: 10px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .form-box-inline .hs-button.primary,
.form-box-inline input[type=submit],
.form-box-inline input[type=button] {
    font-size: 17px;
    padding: 10px 15px;
  }
}
.form-box-inline .hs-button.primary:hover,
.form-box-inline input[type=submit]:hover,
.form-box-inline input[type=button]:hover {
  font-size: 16px;
  padding: 12px 15px;
}
@media (max-width: 767px) {
  .form-box-inline .hs-button.primary:hover,
.form-box-inline input[type=submit]:hover,
.form-box-inline input[type=button]:hover {
    font-size: 16px;
    padding: 10px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .form-box-inline .hs-button.primary:hover,
.form-box-inline input[type=submit]:hover,
.form-box-inline input[type=button]:hover {
    font-size: 17px;
    padding: 10px 15px;
  }
}
.form-box-inline .hs-button.primary:focus,
.form-box-inline input[type=submit]:focus,
.form-box-inline input[type=button]:focus {
  font-size: 16px;
  padding: 12px 15px;
}
@media (max-width: 767px) {
  .form-box-inline .hs-button.primary:focus,
.form-box-inline input[type=submit]:focus,
.form-box-inline input[type=button]:focus {
    font-size: 16px;
    padding: 10px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .form-box-inline .hs-button.primary:focus,
.form-box-inline input[type=submit]:focus,
.form-box-inline input[type=button]:focus {
    font-size: 16px;
    padding: 10px 15px;
  }
}
.form-box-inline .hs-form input[type=text],
.form-box-inline .hs-form input[type=password],
.form-box-inline .hs-form input[type=datetime],
.form-box-inline .hs-form input[type=datetime-local],
.form-box-inline .hs-form input[type=date],
.form-box-inline .hs-form input[type=month],
.form-box-inline .hs-form input[type=time],
.form-box-inline .hs-form input[type=week],
.form-box-inline .hs-form input[type=number],
.form-box-inline .hs-form input[type=email],
.form-box-inline .hs-form input[type=url],
.form-box-inline .hs-form input[type=search],
.form-box-inline .hs-form input[type=tel],
.form-box-inline .hs-form input[type=color],
.form-box-inline .hs-form input[type=file],
.form-box-inline .hs-form textarea,
.form-box-inline .hs-form select {
  border: 1px solid #bcbec0;
  border-radius: 30px;
  padding: 10px 13px;
  height: 38px;
  max-width: 100%;
  width: 100%;
}
.form-box-inline .hs-form input[type=text]:focus,
.form-box-inline .hs-form input[type=password]:focus,
.form-box-inline .hs-form input[type=datetime]:focus,
.form-box-inline .hs-form input[type=datetime-local]:focus,
.form-box-inline .hs-form input[type=date]:focus,
.form-box-inline .hs-form input[type=month]:focus,
.form-box-inline .hs-form input[type=time]:focus,
.form-box-inline .hs-form input[type=week]:focus,
.form-box-inline .hs-form input[type=number]:focus,
.form-box-inline .hs-form input[type=email]:focus,
.form-box-inline .hs-form input[type=url]:focus,
.form-box-inline .hs-form input[type=search]:focus,
.form-box-inline .hs-form input[type=tel]:focus,
.form-box-inline .hs-form input[type=color]:focus,
.form-box-inline .hs-form input[type=file]:focus,
.form-box-inline .hs-form textarea:focus,
.form-box-inline .hs-form select:focus {
  border: 1px solid #bcbec0;
  border-radius: 30px;
  padding: 10px 13px;
  height: 37px;
  max-width: 100%;
  width: 100%;
}
.form-box-inline p {
  padding: 0px;
  margin: 0px;
  padding-left: 0px;
}
.form-box-inline .legal-consent-container p {
  padding-left: 0px;
}

/* /form */
#page_builder_section_1.content_block_w_background.light h2,
.page_builder.content_columns.light h2,
.page_builder.video.light h2 {
  font-size: 40px !important;
}

#page_builder_section_1.content_block_w_background.light .content_container.restricted {
  max-width: 1000px;
  padding-bottom: 0 !important;
}

#page_builder_section_1.content_block_w_background.light .content_container.restricted p {
  line-height: 1.5 !important;
}

#page_builder_section_1.content_block_w_background.light .overlay,
.page_builder.content_columns.light .overlay,
.page_builder.video.light .overlay {
  background-color: initial !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("https://mediafly.com/wp-content/themes/mediafly_11_2017/images/complete-circle-2.png");
}

body.single-post .newsletterInline {
  background-color: #00c364;
  color: white;
  padding: 22px 35px;
  font-size: 0;
  box-sizing: border-box;
  height: 92px;
}

body.single-post .newsletterInline .wrapper {
  position: relative;
  width: 900px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  body.single-post .newsletterInline .wrapper {
    width: 100%;
  }
}
body.single-post .newsletterInline h2,
body.single-post .newsletterInline iframe {
  display: inline-block;
  vertical-align: top;
}

body.single-post .newsletterInline h2 {
  line-height: 1.15;
  color: white;
  font-size: 21px;
  width: 320px;
  margin: 0;
}

body.single-post .newsletterInline h2 strong {
  font-size: 23px;
}

body.single-post .newsletterInline iframe {
  width: 510px;
  height: 55px !important;
}

@media (max-width: 767px) {
  body.single-post .newsletterInline {
    height: auto;
    padding: 16px 20px;
  }

  body.single-post .newsletterInline h2 {
    margin-bottom: 10px;
    font-size: 16px;
    width: 100%;
  }

  body.single-post .newsletterInline h2 strong {
    font-size: 19px;
  }

  body.single-post .newsletterInline iframe {
    width: 100%;
    height: 105px !important;
  }
}
body.single-post .articleBody {
  margin-top: 40px;
}

@media (max-width: 767px) {
  body.single-post .articleBody {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.single-post .headerWrapper {
  background-color: #666666;
}

body.single-post header.post {
  width: 990px;
  height: 340px;
  position: relative;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
}

body.single-post header.post .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 10%, transparent 80%);
}

body.single-post header.post .wrapper {
  position: absolute;
  width: calc(100% - 106px);
  left: 53px;
  bottom: 42px;
}

body.single-post header.post .wrapper h1 {
  color: white;
  font-weight: 400;
  font-size: 2em;
  line-height: 34px;
  margin-bottom: 20px;
}

body.single-post header.post .wrapper .meta {
  font-size: 1.25em;
  color: white;
}

body.single-post header.post .wrapper .meta a {
  transition: color 0.3s ease;
  font-weight: 600;
}

@media (max-width: 767px) {
  body.single-post header.post {
    width: 100%;
    height: 300px;
    margin-top: 20px;
  }

  body.single-post header.post .wrapper {
    width: calc(100% - 40px);
    left: 20px;
    bottom: 30px;
  }

  body.single-post header.post .wrapper h1 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 12px;
  }
}
body.single-post .postContent {
  width: 900px;
  margin: 0 auto 50px;
}

@media (max-width: 767px) {
  body.single-post .postContent {
    width: 100%;
    margin-bottom: 30px;
  }
}
body.single-post .postMeta {
  width: 1040px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  body.single-post .postMeta {
    width: 100%;
  }
}
body.single-post .postMeta .aboutAuthor {
  border-top: 8px solid #efefee;
  border-bottom: 8px solid #efefee;
  margin-bottom: 50px;
  padding: 48px 70px;
  font-size: 0;
}

body.single-post .postMeta .aboutAuthor > * {
  display: inline-block;
  vertical-align: top;
}

body.single-post .postMeta .aboutAuthor .image {
  width: 164px;
  height: 182px;
  background-position: center center;
  background-size: cover;
}

body.single-post .postMeta .aboutAuthor .details {
  position: relative;
  padding-left: 25px;
  width: calc(100% - 164px);
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.8;
}

body.single-post .postMeta .aboutAuthor .details p:not(:last-of-type) {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  body.single-post .postMeta .aboutAuthor {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px 0;
  }

  body.single-post .postMeta .aboutAuthor .image {
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    background-position: center center;
    background-size: cover;
    float: left;
    margin-bottom: 20px;
  }

  body.single-post .postMeta .aboutAuthor .details {
    padding-left: 0;
    width: 100%;
    font-size: 15px;
    line-height: 1.7;
  }
}
body.single-post .postMeta .tags {
  font-size: 17px;
  padding: 0 70px;
}

@media (max-width: 767px) {
  body.single-post .postMeta .tags {
    font-size: 15px;
    padding: 0 20px;
  }
}
body.single-post .aboutMediafly {
  background-color: #3b3c3d;
  padding: 45px;
  color: white;
}

body.single-post .aboutMediafly .wrapper {
  width: 1040px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 70px;
}

@media (max-width: 767px) {
  body.single-post .aboutMediafly .wrapper {
    width: 100%;
    padding: 0;
  }
}
body.single-post .aboutMediafly h2 {
  color: #00c364;
  font-weight: 400;
  font-size: 21px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 16px;
}

body.single-post .aboutMediafly p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 23px;
}

@media (max-width: 767px) {
  body.single-post .aboutMediafly {
    padding: 30px 20px 10px;
  }

  body.single-post .aboutMediafly h2 {
    font-size: 20px;
    text-align: left;
  }

  body.single-post .aboutMediafly p {
    margin-bottom: 20px;
  }
}
body.single-post .newsletterInline.bottom {
  margin-bottom: 24px;
}

body.single-post .articles.related {
  font-size: 0;
  text-align: center;
  background-color: #efefee;
  padding: 60px 0;
  margin-top: 50px;
}

body.single-post .articles.related h2 {
  font-size: 21px;
  text-transform: uppercase;
  color: #00c364;
  margin-bottom: 33px;
}

body.single-post .articles.related article {
  display: inline-block;
  vertical-align: top;
  width: 330px;
  margin: 0 20px;
}

body.single-post .articles.related article a {
  transition: background-color 0.3s ease;
  display: block;
  background-color: #f7f7f8;
}

body.single-post .articles.related article a .image {
  background-size: cover;
  background-position: center center;
  padding-top: 55%;
}

body.single-post .articles.related article a .details {
  padding: 28px 20px 0;
  min-height: 170px;
}

body.single-post .articles.related article a .details h3 {
  transition: color 0.3s ease;
  font-size: 20px;
  color: #666767;
  line-height: 1.2;
}

body.single-post .articles.related article a:hover {
  background-color: #00c364;
}

body.single-post .articles.related article a:hover .details h3 {
  color: white;
}

@media (max-width: 767px) {
  body.single-post .articles.related {
    padding: 30px 20px;
    margin-top: 30px;
  }

  body.single-post .articles.related h2 {
    font-size: 20px;
  }

  body.single-post .articles.related article {
    width: 100%;
    margin: 0 0 20px;
  }

  body.single-post .articles.related article a .details {
    padding: 28px 20px;
    min-height: 0;
  }

  body.single-post .articles.related article a .details h3 {
    font-size: 18px;
  }
}
.postPassword.wrapper {
  background-color: #e5e5e5;
  padding-bottom: 50px;
}

.postPassword.wrapper .center {
  text-align: center;
  margin: 35px 0 55px;
}

.postPassword.wrapper .center img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .postPassword.wrapper .center {
    margin: 0 0 25px;
  }

  .postPassword.wrapper .center img {
    max-width: 70%;
  }
}
.postPassword.wrapper form {
  background-color: white;
  padding: 56px 65px;
  margin: 0 auto;
  width: 950px;
  max-width: none;
}

@media (max-width: 767px) {
  .postPassword.wrapper form {
    width: 100%;
    padding: 40px 20px;
  }
}
.postPassword.wrapper form label {
  display: block;
  font-size: 20px;
  color: #333333;
  margin-bottom: 13px;
}

.postPassword.wrapper form input {
  display: block;
  line-height: 44px;
  border: 1px solid #00c364;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 16px;
}

.postPassword.wrapper form button {
  transition: all 0.3s ease;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 39px;
  width: 160px;
  display: block;
  margin: 32px auto 0;
  background-color: #00c364;
  color: white;
  border: none;
}

.postPassword.wrapper form button:hover {
  background-color: #808284;
}

.articleBody {
  font-size: 17px;
  line-height: 1.7;
}

.articleBody p {
  font-size: 17px;
  margin-bottom: 34px;
}

.articleBody .alignleft {
  float: left;
  margin: 0 25px 5px 0;
  padding: 0;
}

.articleBody .alignright {
  float: right;
  margin: 0 0 5px 25px;
  padding: 0;
}

.articleBody .aligncenter {
  display: block;
  margin: 0 auto;
}

.articleBody ul {
  margin: 0 0 15px;
  text-align: left;
  list-style: none;
  padding: 0;
}

.articleBody ul li {
  margin: 0 0 8px;
  position: relative;
  padding: 0 0 0 20px;
}

.articleBody ul li:before {
  content: "•";
  color: #00c364;
  font-size: 1.8em;
  vertical-align: sub;
  line-height: 0.9em;
  margin: 0 8px 0 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
}

@media (max-width: 767px) {
  .articleBody {
    font-size: 16px;
    line-height: 1.7;
  }

  .articleBody p {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.7;
  }

  .articleBody img {
    position: relative;
    padding: 0 !important;
    margin: 0 0 30px 0 !important;
    width: calc(100% + 40px) !important;
    left: -20px;
    float: none !important;
  }
}
@media (max-width: 992px) {
  #page_builder_section_1.content_block_w_background.light .overlay,
.page_builder.content_columns.light .overlay,
.page_builder.video.light .overlay {
    background-position: center center;
    background-size: 170%;
  }

  #page_builder_section_1.content_block_w_background.light .content_container.restricted p {
    margin-bottom: 50px;
    font-size: 15px !important;
  }
}
#page_builder_section_1.content_block_w_background.light .overlay,
.page_builder.content_columns.light .overlay,
.page_builder.video.light .overlay {
  background-color: initial !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(https://www.mediafly.com/wp-content/uploads/2022/09/Tall-Faded-Circles-v3-1.png);
}

#page_builder_section_1.content_block_w_background.light .overlay,
.page_builder.content_columns.light .overlay,
.page_builder.video.light .overlay {
  background-image: url(https://www.mediafly.com/wp-content/uploads/2022/09/Tall-Faded-Circles-v3-1.png);
  opacity: 0.95;
}

@media only screen and (max-width: 768px) {
  #page_builder_section_1,
#page_builder_section_1.content_block_w_background.light .overlay,
.page_builder.content_columns.light .overlay,
.page_builder.video.light .overlay {
    background-image: url(https://www.mediafly.com/wp-content/uploads/2022/09/Tall-Faded-Circles-v3-1.png) !important;
    opacity: 0.95;
  }

  .main-nav > li > div.sub-menu-block.sub-menu-with-shadow {
    border: 0;
    border-radius: 1rem;
    box-shadow: none !important;
  }
}
.content_block_w_background .overlay,
.page_builder.content_columns .overlay,
.page_builder.video .overlay {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

section.content_block_w_background {
  position: relative;
  font-size: 1.2em;
  padding: 25px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  font-weight: 600;
}

.content_block_w_background .content_container {
  display: block;
  margin: 0;
  position: relative;
  z-index: 5;
}

#page_builder_section_1 h1 {
  margin-bottom: 20px;
  font-size: 42px !important;
}

@media (max-width: 992px) {
  #page_builder_section_1 h1 {
    font-size: 33px !important;
  }
}
#page_builder_section_1 p,
p.text-large {
  font-size: 20px;
  font-family: Roboto;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 992px) {
  #page_builder_section_1 p,
p.text-large {
    font-size: 15px !important;
  }
}
#page_builder_section_1.content_block_w_background.light .content_container.restricted {
  margin: auto;
  max-width: 1000px;
  text-align: center;
}

#page_builder_section_1.content_block_w_background.light .overlay,
.page_builder.content_columns.light .overlay,
.page_builder.video.light .overlay {
  background-image: url(https://www.mediafly.com/wp-content/uploads/2022/09/Tall-Faded-Circles-v3-1.png);
  opacity: 0.95;
}

section.page_builder .content_block .left_alignment .blog-page-template .blog-page-template-stay h3 {
  color: #00c364;
}
section.page_builder .content_block .left_alignment .blog-page-template .blog-page-template-stay .row {
  display: flex;
}
section.page_builder .content_block .left_alignment .blog-page-template .blog-page-template-stay .row .col-md-4 {
  max-width: 33.333333%;
}
section.page_builder .content_block .left_alignment .blog-page-template .blog-page-template-stay .wdev4-button {
  margin-top: 20px;
  border-radius: 25px !important;
  text-transform: none !important;
  font-family: Roboto !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  background: #039ddb !important;
  color: #fff !important;
  line-height: 1em !important;
  padding: 8px 25px !important;
}

section.blog-page-template h3 {
  color: #00c364 !important;
}

section.page_builder .row {
  display: flex !important;
}
@media (max-width: 767px) {
  section.page_builder .row {
    display: block !important;
  }
}
section.page_builder .row p {
  font-size: 80%;
  font-weight: 400;
}
section.page_builder .row .resource-subtitle {
  font-size: 16px !important;
}

section.page_builder .col-md-4 {
  padding-right: 15px !important;
}

section.page_builder .col-md-6 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

section.page_builder .col-md-2 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

section.page_builder .wdev4-button {
  margin-top: 20px !important;
  border-radius: 25px !important;
  text-transform: none !important;
  font-family: Roboto !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  background: #039ddb !important;
  color: #fff !important;
  line-height: 1em !important;
  padding: 8px 25px !important;
}

.postRelatedBlogs h3 {
  color: #00c364 !important;
}

.postRelatedBlogs .row {
  display: flex !important;
  margin-right: -15px !important;
  margin-left: -15px !important;
  flex-wrap: wrap !important;
}
@media (max-width: 767px) {
  .postRelatedBlogs .row {
    display: block !important;
  }
}

.postRelatedBlogs .resource-element .resources-subblock .row .text-right {
  padding-right: 20px !important;
}
@media (max-width: 767px) {
  .postRelatedBlogs .resource-element .resources-subblock .row .text-right {
    padding-left: 11px !important;
  }
}

.postRelatedBlogs .resources-subblock .row {
  justify-content: space-between !important;
}

.postRelatedBlogs .resources-subblock .row h3 {
  font-size: 23px !important;
  line-height: 1.2em !important;
  font-weight: 700 !important;
  font-family: Poppins !important;
  color: #26293d;
  margin-bottom: 20px !important;
  margin-top: 10px !important;
}

.postRelatedBlogs .col-md-4 {
  padding-right: 15px !important;
  padding-left: 15px !important;
  flex: 0 0 33.333333%;
  max-width: 30.333333%;
}
@media (max-width: 767px) {
  .postRelatedBlogs .col-md-4 {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .postRelatedBlogs .col-md-4 {
    max-width: 29.333333% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .postRelatedBlogs .col-md-4 {
    max-width: 29.333333% !important;
  }
}

.postRelatedBlogs .col-md-4 {
  padding-right: 15px !important;
  padding-left: 15px !important;
  flex: 0 0 33.333333%;
  max-width: 30.333333%;
}
@media (max-width: 767px) {
  .postRelatedBlogs .col-md-4 {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .postRelatedBlogs .col-md-4 {
    max-width: 29.333333% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .postRelatedBlogs .col-md-4 {
    max-width: 29.333333% !important;
  }
}

.postRelatedBlogs .col-md-4 {
  padding-right: 15px !important;
  padding-left: 15px !important;
  flex: 0 0 33.333333%;
  max-width: 30.333333%;
}
@media (max-width: 767px) {
  .postRelatedBlogs .col-md-4 {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .postRelatedBlogs .col-md-4 {
    max-width: 29.333333% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .postRelatedBlogs .col-md-4 {
    max-width: 29.333333% !important;
  }
}

.postRelatedBlogs .resource-element .element-container {
  padding: 0 !important;
  padding-bottom: 10px !important;
  margin: 10px !important;
  border-top: none !important;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3) !important;
}

.postRelatedBlogs .title-2 {
  font-weight: 700 !important;
}

.postRelatedBlogs .resources-subblock {
  min-height: 350px !important;
}

.postRelatedBlogs .resources-subblock .col-sm-1 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.blog-page-template input.resource-gpdr {
  margin-right: 20px !important;
}

.wdev4_button:hover {
  top: 0px !important;
}

.blog-page-template input {
  width: initial !important;
}

/*# sourceMappingURL=style.css.map */
