@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,700;1,400;1,700&display=swap");
@font-face {
  font-display: swap;
  font-family: "Gellix";
  src: url("https://www.tracer.mx/hubfs/2020/fonts/Gellix-Light.woff2") format("woff2"), url("https://www.tracer.mx/hubfs/2020/fonts/Gellix-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Gellix";
  src: url("https://www.tracer.mx/hubfs/2020/fonts/Gellix-LightItalic.woff2") format("woff2"), url("https://www.tracer.mx/hubfs/2020/fonts/Gellix-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-display: swap;
  font-family: "Gellix";
  src: url("https://www.tracer.mx/hubfs/2020/fonts/Gellix-Regular.woff2") format("woff2"), url("https://www.tracer.mx/hubfs/2020/fonts/Gellix-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Gellix";
  src: url("https://www.tracer.mx/hubfs/2020/fonts/Gellix-RegularItalic.woff2") format("woff2"), url("https://www.tracer.mx/hubfs/2020/fonts/Gellix-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-display: swap;
  font-family: "Gellix";
  src: url("https://www.tracer.mx/hubfs/2020/fonts/Gellix-SemiBold.woff2") format("woff2"), url("https://www.tracer.mx/hubfs/2020/fonts/Gellix-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Gellix";
  src: url("https://www.tracer.mx/hubfs/2020/fonts/Gellix-SemiBoldItalic.woff2") format("woff2"), url("https://www.tracer.mx/hubfs/2020/fonts/Gellix-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-display: swap;
  font-family: "Gellix";
  src: url("https://www.tracer.mx/hubfs/2020/fonts/Gellix-Medium.woff2") format("woff2"), url("https://www.tracer.mx/hubfs/2020/fonts/Gellix-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Gellix";
  src: url("https://www.tracer.mx/hubfs/2020/fonts/Gellix-MediumItalic.woff2") format("woff2"), url("https://www.tracer.mx/hubfs/2020/fonts/Gellix-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-display: swap;
  font-family: "Gellix";
  src: url("https://www.tracer.mx/hubfs/2020/fonts/Gellix-Bold.woff2") format("woff2"), url("https://www.tracer.mx/hubfs/2020/fonts/Gellix-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Gellix";
  src: url("https://www.tracer.mx/hubfs/2020/fonts/Gellix-BoldItalic.woff2") format("woff2"), url("https://www.tracer.mx/hubfs/2020/fonts/Gellix-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
html, body {
  font-family: "Poppins", ariana-pro, "Ariana Pro", "Roboto", sans-serif;
  font-size: 15px;
  color: #131723;
  background-color: #fff;
  font-weight: 400;
}

::-moz-selection {
  color: white;
  background: #342d4f;
}

::selection {
  color: white;
  background: #342d4f;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Gellix", "Roboto", sans-serif;
  font-weight: 500;
}

h1 {
  font-size: 1.875em;
}
@media (min-width: 576px) {
  h1 {
    font-size: 2.25em;
  }
}

.small {
  font-size: 65%;
}

.big {
  font-size: 180%;
}

.underline {
  position: relative;
  display: inline;
  border-bottom: 10px solid rgba(0, 0, 0, 0.25);
}
.underline.underline-aqua {
  border-color: #00af8a;
  border-color: rgba(0, 175, 138, 0.25);
}
.underline.underline-morado {
  border-color: #6b5876;
  border-color: rgba(107, 88, 118, 0.5);
}
.underline.underline-action {
  border-color: #5e48b5;
  border-color: rgba(94, 72, 181, 0.5);
}
.underline.underline-white {
  border-color: white;
  border-color: rgba(255, 255, 255, 0.5);
}

.morado {
  color: #342d4f;
}

.aqua {
  color: #00af8a;
}

.morado-claro {
  color: #6b5876;
}

.aqua-claro {
  color: #55c6a9;
}

.rojo, .red {
  color: #df4455;
}

.amarillo, .yellow {
  color: #ffa500;
}

.blanco, .white {
  color: white;
}

.claro, .light {
  color: #edf1fe;
}

.bg-light, .bg-claro {
  background-color: #edf1fe;
}
.bg-morado-claro {
  background-color: #6b5876;
}
.bg-verde-tracer {
  background-color: #eefbf6;
}
.bg-morado, .bg-purple {
  background-color: #342d4f;
}
.bg-aqua, .bg-verde {
  background-color: #00af8a;
}
.bg-aqua-claro, .bg-verde-claro {
  background-color: #55c6a9;
}
.bg-amarillo, .bg-yellow {
  background-color: #ffa500;
}

.add-plus:before {
  content: "+";
}
.add-k:after {
  content: "K";
}
.add-m:after {
  content: "M";
}
.add-mxn:after {
  content: " MXN";
}
.add-usd:after {
  content: " USD";
}

a:not(.btn):not(.badge) {
  color: #00af8a;
}
a:not(.btn):not(.badge):hover {
  color: #5e48b5;
}

.btn {
  font-size: 0.8125em;
  border-radius: 6px;
  font-family: "Gellix", "Roboto", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 576px) {
  .btn + .btn {
    margin-left: 2px;
  }
}
.btn.btn-lg {
  padding: 14px 20px;
  font-size: 1em;
  line-height: 1em;
  font-weight: 600;
}
.btn.btn-primary {
  background: #342d4f;
  background-color: #342d4f;
  border-color: #342d4f;
  color: #edf1fe;
}
.btn.btn-secondary {
  background-color: #00af8a;
  border-color: #00af8a;
  color: white;
}
.btn.btn-light {
  background-color: #798ea4;
  border-color: #798ea4;
  color: white;
}
.btn.btn-whatsapp {
  background-color: #64D448;
  border-color: #64D448;
  color: white;
}
.btn.btn-default {
  background-color: transparent;
  border-color: transparent;
}
.btn.btn-default:hover {
  border-color: #798ea4;
}
.btn .hs_cos_wrapper_type_icon svg {
  fill: white;
  height: 14px;
  line-height: 1;
  margin: 0 0 0 4px;
  padding: 0;
  vertical-align: baseline;
}

.alert.alert-primary {
  background: #342d4f;
  color: white;
}
.alert.alert-primary a {
  color: white;
}
.alert.alert-primary .close {
  color: #00af8a;
  opacity: 1;
}

.badge {
  text-decoration: none;
  vertical-align: middle;
  font-weight: 500;
}
.badge-primary {
  color: #fff !important;
  background-color: #00af8a;
}
.badge-primary:hover, .badge-primary:focus {
  background-color: #007c62;
}
.badge-primary.focus, .badge-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 175, 138, 0.5);
}
.badge-secondary {
  color: #fff !important;
  background-color: #342d4f;
}
.badge-secondary:hover, .badge-secondary:focus {
  background-color: #1f1a2f;
}
.badge-secondary.focus, .badge-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 45, 79, 0.5);
}
.badge-light {
  color: #fff !important;
  background-color: #798ea4;
}
.badge-light:hover, .badge-light:focus {
  background-color: #5f748b;
}
.badge-light.focus, .badge-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(121, 142, 164, 0.5);
}

.title-complement {
  font-size: 0.75em;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Gellix", "Roboto", sans-serif;
  margin: 0;
}
.title-complement::before {
  content: "—";
}
.text-center > .title-complement::after {
  content: "—";
}
.text-right > .title-complement::before {
  content: "";
}
.text-right > .title-complement::after {
  content: "—";
}

.youtube {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  margin: 0;
  border-radius: 2px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.nav .nav-item.nav-link {
  font-weight: bold;
  font-family: "Gellix", "Roboto", sans-serif;
}
.nav .nav-item.nav-link.active {
  color: #342d4f;
  border-bottom: 2px solid #342d4f;
}

#recent-post {
  background-color: #edf1fe;
}

.avatar {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: inline-block;
  background-position: center center;
  background-size: cover;
}
.avatar.youtube-img {
  background-size: auto 110px;
}

ul.check-list {
  font-size: 15px;
  list-style: none;
  list-style-image: url("https://www.tracer.mx/hubfs/2020/images/ul/check-medium.png");
}
ul.check-list.list-primary {
  list-style-image: url("https://www.tracer.mx/hubfs/2020/images/ul/check-primary.png");
}
ul.check-list.list-secondary {
  list-style-image: url("https://www.tracer.mx/hubfs/2020/images/ul/check-secondary.png");
}
ul.check-list.list-dark {
  list-style-image: url("https://www.tracer.mx/hubfs/2020/images/ul/check-dark.png");
}
ul.check-list.list-light {
  list-style-image: url("https://www.tracer.mx/hubfs/2020/images/ul/check-light.png");
}
ul.check-list li {
  margin-bottom: 1em;
}

.card-group .card,
.card-deck .card {
  border-color: #d9deed;
}
.card-group .card .card-header,
.card-deck .card .card-header {
  color: white;
  background-color: #342d4f;
}

/*
.card-group {
	flex-flow: column wrap;
	@media  (min-width: 768px){
		flex-flow: row wrap;
	}
}
*/
.mt-n1 {
  margin-top: -0.25rem !important;
}
.mt-n1 {
  margin-top: -0.5rem !important;
}
.mt-n3 {
  margin-top: -1rem !important;
}
.mt-n4 {
  margin-top: -1.25rem !important;
}
.mt-n5 {
  margin-top: -1.5rem !important;
}

.accordion-button {
  font-weight: 500;
}
.accordion-button:not(.collapsed) {
  background-color: rgba(121, 142, 164, 0.1);
  color: #342d4f;
}

blockquote .blockquote-footer {
  font-size: 0.75rem;
  margin-top: auto;
}

.hs-form fieldset.form-columns-2 .field {
  width: 50%;
max-width: 5000px !important;
}
.hs-form fieldset.form-columns-1 .field {
  width: 100%;
max-width: 5000px !important;
}
.hs-form .field {
  display: block;
  box-sizing: border-box;
  padding: 6px;
max-width: 5000px !important;
  
}
.hs-form .field label {
  margin-bottom: 4px;
max-width: 5000px !important;
}
.hs-form .field textarea,
max-width: 5000px !important;
.hs-form .field select, .hs-form .field input {
  width: 100% !important;
  max-width: 5000px !important;
  border-radius: 6px;
  border: none;
  padding: 10 12px;
  font-family: "Poppins", ariana-pro, "Ariana Pro", "Roboto", sans-serif;
  background-color: #d9deed;
  font-size: 15px !important;
}
.hs-form .field textarea:focus,
max-width: 5000px !important;
.hs-form .field select:focus, .hs-form .field input:focus {
  background-color: white;
  max-width: 5000px !important;
}
.hs-form .field select, .hs-form .field input {
  height: 40px;
  line-height: 40px;
max-width: 5000px !important;
}
.hs-form .actions {
  padding: 6px;
max-width: 5000px !important;
}
.hs-form .actions input[type=submit] {
  width: 100%;
  height: 40px;
max-width: 5000px !important;
  line-height: 1;
  background-color: #00af8a;
  color: white;
  vertical-align: middle;
  border-radius: 6px;
  font-family: "Gellix", "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
}

#pre {
  background-color: #e9ecef;
}
#pre > .container {
  border-bottom: 1px solid rgba(121, 142, 164, 0.125);
}

#header {
  background: #f8f9fa;
  background: linear-gradient(0deg, #f8f9fa 50%, #e9ecef 100%);
  z-index: 999;
  position: sticky;
  top: 0;
  width: 100%;
  display: block;
}

#openMenu:checked + #menu {
  display: block;
  right: 0%;
}
#openMenu:checked + #menu .close {
  display: block;
}

@keyframes aparecerMovil {
  0% {
    right: -100%;
  }
  100% {
    right: 0%;
  }
}
@keyframes aparecer {
  0% {
    top: 0px;
    opacity: 0;
  }
  100% {
    top: 40px;
    opacity: 1;
  }
}
#menu {
  list-style: none;
  padding: 2em;
  margin: 0;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  right: -100%;
  display: none;
  background: #342d4f;
  z-index: 999;
  text-align: left;
  animation: aparecerMovil 0.4s ease-out;
  overflow-y: auto;
}
#menu .close {
  width: 100%;
  display: none;
  text-align: right;
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 1em;
}
@media (min-width: 992px) {
  #menu {
    right: auto;
    display: block;
    padding: 0;
    position: relative;
    width: auto;
    background: transparent;
    text-align: center;
    animation: none;
    height: auto;
    overflow: visible;
  }
}
#menu > li {
  display: block;
  padding: 0;
  font-weight: 500;
  cursor: pointer;
  z-index: 99;
  color: white;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  #menu > li {
    padding: 8px 10px;
    display: inline;
    color: #798ea4;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  #menu > li.highlighted {
    font-size: 12px;
    background-color: rgba(94, 72, 181, 0.1294117647);
    border-radius: 6px;
  }
  #menu > li.highlighted, #menu > li.highlighted > a {
    color: #342d4f;
  }
}
#menu > li > a {
  color: white;
  text-decoration: none;
}
@media (min-width: 992px) {
  #menu > li > a {
    color: #798ea4;
  }
}
#menu > li:hover {
  z-index: 999;
}
#menu > li:hover, #menu > li:hover a {
  color: white;
}
@media (min-width: 992px) {
  #menu > li:hover, #menu > li:hover a {
    color: #131723;
  }
}
#menu > li:hover .submenu {
  display: block;
  visibility: visible;
  opacity: 1;
  animation: aparecer 0.4s;
  top: 40px;
}
#menu .submenu {
  top: 0px;
  z-index: 50;
  right: 0;
  text-align: left;
  width: 100%;
  padding: 1em 0 1em 1em;
}
@media (min-width: 992px) {
  #menu .submenu {
    display: none;
    padding: 1em;
    width: 750px;
    background-color: #f8f9fa;
    border-radius: 6px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out;
    animation: aparecer 0.4s reverse;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  }
}
#menu .submenu:before {
  width: 100%;
  position: absolute;
  height: 20px;
  top: -20px;
  left: 0;
  display: block;
  content: "";
  background-color: transparent;
  z-index: 99;
}
#menu .submenu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu .submenu > ul li {
  box-sizing: border-box;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  #menu .submenu > ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    padding: 1em 1.5em;
  }
}
#menu .submenu > ul li:hover {
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.25);
}
#menu .submenu > ul li:hover a h6 {
  color: #00af8a;
}
#menu .submenu > ul li:hover a:before {
  left: -20px;
  opacity: 1;
}
#menu .submenu a {
  text-decoration: none;
  position: relative;
  color: #d9deed;
}
@media (min-width: 992px) {
  #menu .submenu a {
    color: #131723;
  }
}
#menu .submenu a:before {
  font-size: 32px;
  position: absolute;
  content: "\f0142";
  display: block;
  width: 20px;
  height: 20px;
  left: -30px;
  top: 0;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #00af8a;
  text-align: center;
  transition: all 0.2s;
  opacity: 0;
}
#menu .submenu h5 {
  display: none;
  margin-left: 15px;
}
@media (min-width: 992px) {
  #menu .submenu h5 {
    display: block;
    padding: 5px;
    font-size: 0.875em;
    color: #798ea4;
  }
}
#menu .submenu a h6, #menu .submenu h6 {
  font-size: 0.9375em;
}
@media (min-width: 992px) {
  #menu .submenu a h6, #menu .submenu h6 {
    font-size: 1em;
    font-weight: bold !important;
    transition: all 0.2s;
  }
}
#menu .submenu p {
  display: none;
}
@media (min-width: 992px) {
  #menu .submenu p {
    display: block;
    font-size: 0.875em;
    color: #798ea4;
    margin-bottom: 0;
  }
}

#searchContext {
  position: relative;
}
#searchContext:hover #searchBox {
  display: block;
  animation: aparecer 0.4s;
}

#searchBox {
  position: fixed;
  display: none;
  top: 40px;
  right: 1em;
  width: calc(100% - 2em);
  background-color: white;
  padding: 1em;
  border-radius: 6px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 999;
  animation: aparecer 0.4s reverse;
  cursor: default;
  margin-top: 20px;
}
@media (min-width: 992px) {
  #searchBox {
    position: absolute;
    width: 420px;
    top: 40px;
    right: 0;
    margin-top: 0;
  }
}
#searchBox::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 20px;
  top: -20px;
  left: 0;
  background-color: transparent;
}
#searchBox h5, #searchBox h6 {
  text-transform: none;
}
#searchBox .hs-form label {
  display: none;
}
#searchBox .hs-form .field {
  width: 100%;
  max-width: 5000px !important;
}
#searchBox .hs-form .input {
  font-size: 0;
  vertical-align: top;
  position: relative;
}
#searchBox .hs-form .input #hs-search-1, #searchBox .hs-form .input a.hs-button {
  height: 40px;
  line-height: 40px;
  margin: 0;
}
#searchBox .hs-form .input #hs-search-1 {
  width: 100%;
  display: inline-block;
  font-size: 15px !important;
  border: none;
  background-color: #d9deed;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 0 12px;
  overflow: hidden;
  font-family: "Poppins", ariana-pro, "Ariana Pro", "Roboto", sans-serif;
  color: #131723;
}
#searchBox .hs-form .input a.hs-button {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  z-index: 999;
  cursor: pointer;
}
#searchBox .hs-form .input a.hs-button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 1.5rem !important;
  content: "\f0349";
  color: #342d4f;
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.texture-circle-1 {
  width: 40px;
  height: 40px;
  background-image: url(https://www.tracer.mx/hubfs/2022/pages/texture-circle-1.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.texture-circle-1 {
  position: absolute;
  z-index: 0;
  top: -20px;
  left: -20px;
  animation-name: girar_infinitamente;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}

@keyframes girar_infinitamente {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.tag {
  background-color: #00af8a;
  color: white !important;
  text-decoration: none;
  padding: 4px 8px;
  font-size: 0.625em;
  border-radius: 20px;
  letter-spacing: 0.5px;
}
.tag + .tag {
  margin-left: 6px;
}

#thanks,
#hero {
  background: linear-gradient(0deg, #FFFFFF 0%, #cdd9e6 100%);
}
#thanks .bg-element,
#hero .bg-element {
  height: auto;
  position: absolute;
  z-index: 0;
  top: -35px;
  bottom: auto;
  left: auto;
  right: 10px;
  width: 155px;
}
#thanks .bg-element + img,
#hero .bg-element + img {
  z-index: 1;
}
@media (min-width: 576px) {
  #thanks .bg-element,
#hero .bg-element {
    width: 240px;
    top: auto;
    right: auto;
    bottom: -54px;
    left: -50px;
  }
}
@media (min-width: 992px) {
  #thanks .bg-element,
#hero .bg-element {
    width: 310px;
    top: auto;
    right: auto;
    bottom: -70px;
    left: -50px;
  }
}

#more .card,
#related .card {
  border-color: #eff3f7;
}
#more .card .card-body,
#related .card .card-body {
  background-color: #eff3f7;
}
#more .card .card-body a,
#related .card .card-body a {
  text-decoration: none;
}
#more .card .card-body a .card-title,
#related .card .card-body a .card-title {
  color: #342d4f;
}
#more .card .card-body a .card-title:hover,
#related .card .card-body a .card-title:hover {
  color: #5e48b5;
}
#more .card .card-text,
#related .card .card-text {
  font-size: 0.875em;
}
#more .bg-element,
#related .bg-element {
  position: absolute;
  top: -2em;
  right: 1em;
  width: 150px;
  height: auto;
  border-radius: 6px;
}
@media (min-width: 576px) {
  #more .bg-element,
#related .bg-element {
    top: -20px;
    right: 0;
  }
}

#evidences {
  background-color: #f4f6f5;
}
#evidences .col {
  position: relative;
}
#evidences .fact {
  position: absolute;
  width: 70px;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2em;
  text-align: center;
}
#evidences .evidence {
  padding-left: 70px;
}

#whatyouget h5 {
  margin-bottom: 1em;
}
#whatyouget h5 + .hs_cos_wrapper_type_inline_rich_text,
#whatyouget h5 + .hs_cos_wrapper_type_inline_rich_text p {
  font-size: 0.875em;
  color: #798ea4;
}
#whatyouget .description {
  font-size: 0.875em;
  color: #798ea4;
}
#whatyouget .hs_cos_wrapper_type_icon {
  color: white;
  width: 16px;
  display: block;
}
#whatyouget .mdi {
  fill: white;
  padding: 6px;
  margin-bottom: 0.5em;
  border-radius: 6px;
  display: inline-block;
  line-height: 1;
  font-size: 1.25em;
  position: relative;
  z-index: 1;
}
#whatyouget .mdi.yellow {
  background-color: #ffa500;
  color: white;
  box-shadow: 0 10px 20px rgba(255, 165, 0, 0.5);
}
#whatyouget .mdi.green {
  background-color: #00af8a;
  color: white;
  box-shadow: 0 10px 20px rgba(0, 175, 138, 0.5);
}
#whatyouget .mdi.purple {
  background-color: #342d4f;
  color: white;
  box-shadow: 0 10px 20px rgba(52, 45, 79, 0.5);
}
#whatyouget .mdi.red {
  background-color: #df4455;
  color: white;
  box-shadow: 0 10px 20px rgba(223, 68, 85, 0.5);
}
#whatyouget .mdi.gray {
  background-color: #798ea4;
  color: white;
  box-shadow: 0 10px 20px rgba(121, 142, 164, 0.5);
}
#whatyouget .mdi.blue {
  background-color: #002e5b;
  color: white;
  box-shadow: 0 10px 20px rgba(0, 46, 91, 0.5);
}

#cta {
  background-color: #342d4f;
  border-radius: 10px;
  color: white;
}

#steps .card {
  transition: all 0.4s;
  border-color: #798ea4;
  margin-bottom: 10px;
}
#steps .card:hover {
  border-color: #5e48b5;
  background-color: aliceblue;
}
#steps .card:hover h5.card-title {
  transition: all 0.4s;
  color: #5e48b5;
}
#steps .card:hover .hs_cos_wrapper_type_icon {
  fill: #5e48b5;
}
#steps .card .hs_cos_wrapper_type_icon {
  width: auto;
  height: 18px;
  display: block;
  margin-bottom: 8px;
  fill: #798ea4;
  transition: all 0.4s;
}
#steps .card .hs_cos_wrapper_type_icon svg {
  height: 100%;
}
#steps .card .hs_cos_wrapper_type_inline_rich_text {
  font-size: 0.875em;
}

#subscribe-widget .hs_email,
#subscribe-widget .input {
  width: 100%;
}
#subscribe-widget ul[role=checkbox] {
  list-style: none;
  padding: 0;
}
#subscribe-widget ul[role=checkbox] label {
  display: block;
}
#subscribe-widget form label {
  text-align: left;
  width: 100%;
}
#subscribe-widget label {
  color: #798ea4;
  font-size: 12px;
  margin-bottom: 6px;
}
#subscribe-widget input[type=radio] {
  width: 18px !important;
  line-height: 1;
  height: 18px;
  min-height: auto;
  margin-right: 1em;
  vertical-align: middle;
  cursor: pointer;
}

#comments-area form .hs-form-field.hs_firstname, #comments-area form .hs-form-field.hs_email, #comments-area form .hs-form-field.hs_lastname, #comments-area form .hs-form-field.hs_website {
  width: 100%;
  max-width: 5000px !important;
}
@media (min-width: 576px) {
  #comments-area form .hs-form-field.hs_firstname, #comments-area form .hs-form-field.hs_email, #comments-area form .hs-form-field.hs_lastname, #comments-area form .hs-form-field.hs_website {
    width: 50%;
    max-width: 5000px !important;
  }
}
#comments-area form .hs-fieldtype-textarea {
  display: block;
  max-width: 5000px !important;
}
#hs_cos_wrapper_language_switcher {
  display: inline-block;
  padding: 4px 4px 2px 4px;
  vertical-align: middle;
}
#hs_cos_wrapper_language_switcher .globe_class {
  width: 15px;
  height: 15px;
  background-image: none !important;
}
#hs_cos_wrapper_language_switcher .globe_class:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12.87,15.07L10.33,12.56L10.36,12.53C12.1,10.59 13.34,8.36 14.07,6H17V4H10V2H8V4H1V6H12.17C11.5,7.92 10.44,9.75 9,11.35C8.07,10.32 7.3,9.19 6.69,8H4.69C5.42,9.63 6.42,11.17 7.67,12.56L2.58,17.58L4,19L9,14L12.11,17.11L12.87,15.07M18.5,10H16.5L12,22H14L15.12,19H19.87L21,22H23L18.5,10M15.88,17L17.5,12.67L19.12,17H15.88Z'/%3E%3C/svg%3E ");
}
#hs_cos_wrapper_language_switcher .lang_list_class {
  text-align: left;
}
#hs_cos_wrapper_language_switcher .lang_list_class:before {
  border-bottom-color: #5e48b5;
}
#hs_cos_wrapper_language_switcher .lang_list_class li {
  border-left: 1px solid #5e48b5;
  border-right: 1px solid #5e48b5;
}
#hs_cos_wrapper_language_switcher .lang_list_class li:first-child {
  border-top: 1px solid #5e48b5;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#hs_cos_wrapper_language_switcher .lang_list_class li:last-child {
  border-bottom: 1px solid #5e48b5;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#hs_cos_wrapper_language_switcher .lang_list_class li a.lang_switcher_link {
  font-weight: 500;
}

article ul li, article ol li {
  margin-bottom: 10px;
}
article strong {
  color: #342d4f;
}

#footer {
  background-color: #342d4f;
  color: #798ea4;
  font-size: 0.875em;
  margin-top: auto;
}
#footer .rrss .mdi {
  font-size: 1.875em;
  margin-top: auto;
}
#footer a:not(.btn):not(.badge) {
  display: inline;
  color: azure;
  padding: 4px 12px;
  margin-top: auto;
}
#footer a:not(.btn):not(.badge):hover {
  color: #00af8a;
  margin-top: auto;
}