@charset "UTF-8";
/*
*
*     ███╗   ██╗███████╗██████╗ ██████╗ ██╗    ██╗███████╗██████╗
*     ████╗  ██║██╔════╝██╔══██╗██╔══██╗██║    ██║██╔════╝██╔══██╗
*     ██╔██╗ ██║█████╗  ██████╔╝██║  ██║██║ █╗ ██║█████╗  ██████╔╝
*     ██║╚██╗██║██╔══╝  ██╔══██╗██║  ██║██║███╗██║██╔══╝  ██╔══██╗
*     ██║ ╚████║███████╗██║  ██║██████╔╝╚███╔███╔╝███████╗██████╔╝
*     ╚═╝  ╚═══╝╚══════╝╚═╝  ╚═╝╚═════╝  ╚══╝╚══╝ ╚══════╝╚═════╝
*
* ---------------------------------------------------------------------------- *
*
*  / Components
*    # 01 - Fonts
*    # 02 - Utils
*    # 03 - Navbar Mobile
*    # 04 - Navbar Desktop
*    # 05 - Footer
*    # 06 - Animations
*

* ---------------------------------------------------------------------------- *
*
*  / Pages
*    # 01 - Home
*    # 02 - Services
*    # 03 - Media Types
*    # 04 - Media Types Dell
*    # 05 - About
*    # 06 - Partners
*    # 07 - Contact US
*    # 08 - Form Assessment
*    # 09 - Extra Info
*    # 10 - Free Evaluation
*
* ---------------------------------------------------------------------------- *
*
*/
/*
*
*     ██████╗ ██████╗ ███╗   ███╗██████╗  ██████╗ ███╗   ██╗███████╗███╗   ██╗████████╗███████╗
*    ██╔════╝██╔═══██╗████╗ ████║██╔══██╗██╔═══██╗████╗  ██║██╔════╝████╗  ██║╚══██╔══╝██╔════╝
*    ██║     ██║   ██║██╔████╔██║██████╔╝██║   ██║██╔██╗ ██║█████╗  ██╔██╗ ██║   ██║   ███████╗
*    ██║     ██║   ██║██║╚██╔╝██║██╔═══╝ ██║   ██║██║╚██╗██║██╔══╝  ██║╚██╗██║   ██║   ╚════██║
*    ╚██████╗╚██████╔╝██║ ╚═╝ ██║██║     ╚██████╔╝██║ ╚████║███████╗██║ ╚████║   ██║   ███████║
*     ╚═════╝ ╚═════╝ ╚═╝     ╚═╝╚═╝      ╚═════╝ ╚═╝  ╚═══╝╚══════╝╚═╝  ╚═══╝   ╚═╝   ╚══════╝
*
*/
/* 01 - Fonts */
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,400i");
body, html {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* 02 - Utils */
a:hover,
a:active,
a:focus,
button,
button:focus,
button:active,
input,
input:focus,
input:active,
select,
select:focus,
select:active,
:focus {
  outline: none;
  text-decoration: none;
}

.slick-dots li button:before {
  font-size: 20px;
  opacity: .3;
  color: #ffffff;
}

.slick-dots .slick-active button:before {
  opacity: 1;
}

p {
  color: #302842;
}

b {
  font-weight: 600;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

::-moz-selection {
  background: rgba(61, 31, 130, .1);
}

::selection {
  background: rgba(61, 31, 130, .1);
}

section#background-default {
  position: relative;
  min-height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #342c47;
}

section#background-default::after {
  content: '';
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #3d1f82;
  z-index: 0;
  opacity: 0.5;
}

section#background-default .title {
  color: #ffffff;
  font-size: 45pt;
  font-weight: 300;
  max-width: 780px;
  margin: 0 auto;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  text-align: center;
  z-index: 2;
  position: relative;
}

@media (max-width: 768px) {
  section#background-default .title {
    padding-left: 0px;
    font-size: 35pt;
  }
}

.accordion .item-title {
  margin: 0;
}

.interna h2 {
  background: #302840;
  color: #FFF;
  display: inline-block;
  font-weight: 700;
  font-size: 24pt;
  margin: 30px 0px 20px 0px;
}

.interna h3 {
  color: #3d1f82;
  font-weight: 700;
  font-size: 18pt;
  margin: 24px 0px 16px 0px;
}

.interna h4 {
  color: #FFF;
  font-weight: 400;
  font-size: 16pt;
  margin: 20px 0px 12px 0px;
}

section.data-recovery-services-icons .title {
  color: #3d1f82;
  font-weight: 700;
  font-size: 18pt;
  margin: 45px 0px 25px 0px;
}

section.data-recovery-services-icons .item {
  height: 100px;
  background: #f5f4f9;
  margin: 15px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
}

section.data-recovery-services-icons .item .icon-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30%;
}

section.data-recovery-services-icons .item .icon-wrapper .icon {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

section.data-recovery-services-icons .item .title-icon {
  text-align: center;
  width: 75%;
  font-weight: 300;
  font-size: 18pt;
  color: #3d1f82;
}

section.call-to-action-big .box {
  background: #ebe8f2;
  padding: 30px 15px;
  max-width: 530px;
  display: block;
  margin: 75px auto 100px auto;
  border-radius: 3px;
}

section.call-to-action-big .text {
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
  font-size: 14pt;
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: 20px;
}

section.call-to-action-big .phone {
  text-align: center;
  color: #3d1f82;
  font-weight: 700;
  font-size: 23pt;
  margin: 0px auto;
}

section.call-to-action-big .link {
  text-align: center;
  background: rgba(237, 43, 75, .8);
  color: #ffffff;
  font-weight: bold;
  max-width: 300px;
  display: block;
  border-radius: 3px;
  margin: 5px auto 5px auto;
  padding: 15px 0px;
  font-size: 18pt;
  text-transform: uppercase;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

section.call-to-action-big .link:hover {
  background: #ed2b4b;
}

section.call-to-action-aside {
  position: absolute;
  max-width: 350px;
}

section.call-to-action-aside.fixed {
  position: fixed;
  top: 150px;
}

section.call-to-action-aside .box {
  background: #ebe8f2;
  padding: 30px 15px;
  max-width: 530px;
  display: block;
  margin: 0px auto 0px auto;
  border-radius: 3px;
}

section.call-to-action-aside .text {
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
  font-size: 14pt;
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: 20px;
}

section.call-to-action-aside .phone {
  text-align: center;
  color: #3d1f82;
  font-weight: 700 !important;
  font-size: 23pt !important;
  margin: 0px auto;
}

section.call-to-action-aside .link {
  text-align: center;
  background: rgba(237, 43, 75, .8);
  color: #ffffff;
  font-weight: bold;
  max-width: 300px;
  display: block;
  border-radius: 3px;
  margin: 5px auto 5px auto;
  padding: 15px 0px;
  font-size: 18pt;
  text-transform: uppercase;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

section.call-to-action-aside .link:hover {
  background: #ed2b4b;
}

section#major-media-types {
  margin-bottom: 60px;
}

section#major-media-types .desc {
  font-size: 14pt;
  margin: 60px 0px 25px 0px;
}

section#major-media-types .desc a {
  color: #0099cc;
  text-decoration: underline;
  font-weight: 600;
}

section#major-media-types .item {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section#major-media-types .item:after {
  content: '';
  border-bottom: 2px solid rgba(48, 40, 66, .2);
  height: 2px;
  width: calc(100% - 30px);
  position: absolute;
  bottom: 0px;
}

section#major-media-types .logo {
  max-width: 100%;
}

/* 03 - Navbar Mobile */
nav#navbar-mobile {
  background: rgba(52, 44, 71, .9);
  padding: 0px 0px 10px 0px;
  top: 0px;
  position: fixed;
  height: 70px;
  width: 100%;
  -webkit-transition: all .7s ease-out, background .7s ease-out;
  transition: all .7s ease-out, background .7s ease-out;
  z-index: 90;
}

nav#navbar-mobile.scrolled {
  background: #342c47;
}

nav#navbar-mobile .row > div {
  padding-top: 10px;
}

nav#navbar-mobile .container-fluid {
  padding: 0px 8px;
}

nav#navbar-mobile #hamburguer {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

nav#navbar-mobile #hamburguer:hover {
  cursor: pointer;
}

nav#navbar-mobile #hamburguer .bar-1, nav#navbar-mobile #hamburguer .bar-2 {
  width: 30px;
  height: 1px;
  margin: 5px 0px;
  background: #ffffff;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

nav#navbar-mobile #hamburguer.active .bar-1 {
  -webkit-transform: translateX(0px) translateY(6px) rotate(-45deg);
  transform: translateX(0px) translateY(6px) rotate(-45deg);
}

nav#navbar-mobile #hamburguer.active .bar-2 {
  -webkit-transform: translateX(0px) translateY(-5px) rotate(45deg);
  transform: translateX(0px) translateY(-5px) rotate(45deg);
}

nav#navbar-mobile .logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

nav#navbar-mobile .logo {
  height: 40px;
  display: block;
  margin: 0 auto;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

nav#navbar-mobile div.wrapper-info-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}

nav#navbar-mobile div.wrapper-info-right .phone {
  font-size: 9pt;
  color: #ffffff;
}

nav#navbar-mobile div.wrapper-info-right .get-action {
  background: rgba(237, 43, 75, .8);
  display: inline-block;
  font-size: 9pt;
  height: 100%;
  padding: 5px 0px;
  color: #ffffff;
  border-radius: 3px;
  width: 100%;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  text-transform: uppercase;
  font-weight: 500;
}

nav#navbar-mobile div.wrapper-info-right .get-action:hover {
  background: #ed2b4b;
}

nav#navbar-mobile div.wrapper-info-right a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

nav#navbar-mobile .remove-touch {
  pointer-events: none;
}

nav#navbar-mobile .put-touch {
  pointer-events: all;
}

nav#navbar-mobile ul.menu {
  margin: 0;
  position: relative;
  display: block;
  padding: 0 15px;
  list-style: none;
  margin-bottom: 50px;
}

nav#navbar-mobile ul.menu li {
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  margin-top: 5px;
  opacity: 0;
  -webkit-transform: scale(1.15) translateY(-30px);
  transform: scale(1.15) translateY(-30px);
  -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: opacity 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

nav#navbar-mobile ul.menu li:first-child {
  margin-top: 50px;
}

nav#navbar-mobile ul.menu li:nth-child(1) {
  -webkit-transition-delay: 0.19s;
  transition-delay: 0.19s;
}

nav#navbar-mobile ul.menu li:nth-child(2) {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}

nav#navbar-mobile ul.menu li:nth-child(3) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

nav#navbar-mobile ul.menu li:nth-child(4) {
  -webkit-transition-delay: -0.02s;
  transition-delay: -0.02s;
}

nav#navbar-mobile ul.menu li:nth-child(5) {
  -webkit-transition-delay: -0.09s;
  transition-delay: -0.09s;
}

nav#navbar-mobile ul.menu li:nth-child(6) {
  -webkit-transition-delay: -0.16s;
  transition-delay: -0.16s;
}

nav#navbar-mobile ul.menu li:nth-child(7) {
  -webkit-transition-delay: -0.23s;
  transition-delay: -0.23s;
}

nav#navbar-mobile ul.menu li:nth-child(8) {
  -webkit-transition-delay: -0.3s;
  transition-delay: -0.3s;
}

nav#navbar-mobile ul.menu li a {
  display: block;
  position: relative;
  color: #ffffff;
  font-weight: 100;
  text-decoration: none;
  font-size: 22px;
  line-height: 2.35;
  font-weight: 300;
  width: 100%;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

nav#navbar-mobile ul.menu li a:hover {
  padding-left: 15px;
}

nav#navbar-mobile ul.menu .dropdown-menu {
  background: none;
  border: none;
  position: relative !important;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
  float: none;
  padding: 0px 0px 20px 0px;
}

nav#navbar-mobile ul.menu .dropdown-item {
  font-size: 14pt;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 35px;
  width: calc(100% - 35px);
  line-height: 2em;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}

nav#navbar-mobile ul.menu .dropdown-item:active, nav#navbar-mobile ul.menu .dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0);
}

nav#navbar-mobile ul.menu .dropdown-toggle:hover {
  padding: 0px;
}

nav#navbar-mobile.active {
  background: #342c47;
  height: 100%;
  -webkit-transition: all 0.5s ease-out, background 1s ease-out;
  transition: all 0.5s ease-out, background 1s ease-out;
  overflow-y: auto;
  overflow-x: hidden;
}

nav#navbar-mobile.active .remove-touch {
  pointer-events: all;
}

nav#navbar-mobile.active ul.menu {
  height: 70%;
}

nav#navbar-mobile.active ul.menu li {
  -webkit-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  opacity: 1;
}

nav#navbar-mobile.active ul.menu li:nth-child(1) {
  -webkit-transition-delay: 0.27s;
  transition-delay: 0.27s;
}

nav#navbar-mobile.active ul.menu li:nth-child(2) {
  -webkit-transition-delay: 0.34s;
  transition-delay: 0.34s;
}

nav#navbar-mobile.active ul.menu li:nth-child(3) {
  -webkit-transition-delay: 0.41s;
  transition-delay: 0.41s;
}

nav#navbar-mobile.active ul.menu li:nth-child(4) {
  -webkit-transition-delay: 0.48s;
  transition-delay: 0.48s;
}

nav#navbar-mobile.active ul.menu li:nth-child(5) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

nav#navbar-mobile.active ul.menu li:nth-child(6) {
  -webkit-transition-delay: 0.62s;
  transition-delay: 0.62s;
}

nav#navbar-mobile.active ul.menu li:nth-child(7) {
  -webkit-transition-delay: 0.69s;
  transition-delay: 0.69s;
}

nav#navbar-mobile.active ul.menu li:nth-child(8) {
  -webkit-transition-delay: 0.76s;
  transition-delay: 0.76s;
}

/* 04 - Navbar Desktop */
nav#navbar-desktop {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  width: 100%;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

nav#navbar-desktop .row {
  height: 90px;
}

nav#navbar-desktop:after {
  content: '';
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0)), color-stop(70%), to(#302842));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), 70%, #302842);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 200px;
  z-index: -1;
}

nav#navbar-desktop.active {
  background: #302842;
}

nav#navbar-desktop.active:after {
  opacity: 0;
}

nav#navbar-desktop.active .logo {
  max-width: 110px;
}

nav#navbar-desktop .logo {
  max-width: 110px;
  margin-left: 10px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

nav#navbar-desktop ul.main {
  padding: 0px 0px 0px 0px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

nav#navbar-desktop ul.main > li a {
  display: inline-block;
  padding: 10px 10px 10px 10px;
  color: #ffffff;
  font-weight: bold;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  border-radius: 3px;
  font-size: 13pt;
}

nav#navbar-desktop ul.main > li a:hover {
  background: #ffffff;
  color: #3d1f82;
}

nav#navbar-desktop ul.main .dropbtn {
  padding: 10px 10px 10px 10px;
  border-radius: 3px;
  color: #ffffff;
  font-weight: bold;
  font-size: 13pt;
}

nav#navbar-desktop ul.main .dropbtn::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

nav#navbar-desktop ul.main .btn-colored {
  text-align: center;
  margin: 0px 20px 0px 15px;
}

nav#navbar-desktop ul.main .btn-colored .phone {
  color: #ffffff;
}

nav#navbar-desktop ul.main .btn-colored .phone span {
  opacity: .5;
  font-size: 10pt;
  margin-right: 5px;
}

nav#navbar-desktop ul.main .btn-colored a {
  background: rgba(237, 43, 75, .8);
  border-radius: 3px;
  text-transform: uppercase;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  display: inline-block;
  padding: 5px 15px;
}

nav#navbar-desktop ul.main .btn-colored a:hover {
  background: #ed2b4b;
  color: #ffffff;
}

nav#navbar-desktop ul.main li.social a {
  padding: 10px 10px;
}

nav#navbar-desktop ul.main li.social a:hover {
  background: none;
}

nav#navbar-desktop ul.main li.social .icon {
  height: 20px;
}

nav#navbar-desktop .dropdown {
  display: inline-block;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

nav#navbar-desktop .dropdown:hover, nav#navbar-desktop .dropdown:active {
  background: #ffffff;
  cursor: pointer;
}

nav#navbar-desktop .dropdown:hover .dropdown-content, nav#navbar-desktop .dropdown:active .dropdown-content {
  display: block;
}

nav#navbar-desktop .dropdown:hover .dropbtn, nav#navbar-desktop .dropdown:active .dropbtn {
  color: #3d1f82;
}

nav#navbar-desktop .dropdown:hover a, nav#navbar-desktop .dropdown:active a {
  padding: 5px 0px;
  color: #302842;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  font-size: 11pt;
}

nav#navbar-desktop .dropdown:hover a i, nav#navbar-desktop .dropdown:active a i {
  font-weight: 600;
  font-size: 13pt;
}

nav#navbar-desktop .dropdown:hover a:hover, nav#navbar-desktop .dropdown:active a:hover {
  background: rgba(61, 31, 130, .1);
  color: #3d1f82;
  padding-left: 50px;
  font-weight: bold;
}

nav#navbar-desktop .dropdown:hover a.smaller, nav#navbar-desktop .dropdown:active a.smaller {
  font-size: 10pt;
  padding: 2px 0px 2px 40px;
}

nav#navbar-desktop .dropdown hr {
  display: block;
  margin: 10px 15px;
}

nav#navbar-desktop .dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 340px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 20px 0px 20px 0px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, .2);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, .2);
  z-index: 1;
}

nav#navbar-desktop .dropdown .dropdown-content.min-200 {
  min-width: 200px;
}

nav#navbar-desktop .dropdown .dropdown-content.min-250 {
  min-width: 250px;
}

nav#navbar-desktop .dropdown .dropdown-content ul {
  list-style: none;
  padding: 0;
}

nav#navbar-desktop .dropdown .dropdown-content a {
  display: block;
  padding: 5px 0px 5px 40px;
}

nav#navbar-desktop .icon-drop {
  display: inline-block;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

@media (max-width: 1200px) {
  nav#navbar-desktop ul.main li > a, nav#navbar-desktop ul.main .dropbtn {
    font-size: 10pt;
  }
}

/* 05 - Footer */
footer#main-footer {
  background: #302842;
  padding: 25px 0px 50px 0px;
}

footer#main-footer .title {
  font-size: 18pt;
  color: #ffffff;
  font-weight: 300;
  margin-top: 25px;
}

footer#main-footer hr {
  background: #ffffff;
  height: 4px;
  width: 50px;
  margin: 5px 0px 15px 0px;
  opacity: 0.4;
}

footer#main-footer ul {
  padding: 0;
  list-style-type: none;
}

footer#main-footer ul li {
  margin: 5px 0px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

footer#main-footer ul li:before {
  content: '-';
  position: relative;
  margin-right: 5px;
  color: #ffffff;
}

footer#main-footer ul li:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

footer#main-footer ul li a {
  color: #ffffff;
  font-size: 11pt;
  font-weight: 300;
}

footer#main-footer .logo {
  display: block;
  max-width: 150px;
  margin: 50px auto 0px auto;
}

footer#main-footer .phone {
  text-align: center;
  font-weight: 700;
  font-size: 22pt;
  color: #ffffff;
  margin-top: 35px;
}

footer#main-footer .get-action {
  background: rgba(237, 43, 75, .8);
  border-radius: 3px;
  display: block;
  color: #ffffff;
  text-align: center;
  font-size: 15pt;
  font-weight: 700;
  max-width: 255px;
  margin: 0 auto 50px auto;
  padding: 10px 0px;
  text-transform: uppercase;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  width: 100%;
}

footer#main-footer .get-action:hover {
  background: #ed2b4b;
}

div#copyright {
  background: #1f152b;
  padding: 20px 0px;
}

div#copyright p {
  margin: 0;
  color: #ffffff;
  font-size: 10pt;
}

div#copyright p a {
  color: #ffffff;
  text-decoration: underline;
}

div#copyright .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style-type: none;
  padding: 0;
}

div#copyright .social-icons li {
  margin: 0px 10px;
}

@media (max-width: 768px) {
  div#copyright .social-icons {
    margin: 5px 0px 25px 0px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* 06 - Animations */
/* Used to Ajax Loading */
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes up-icons {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0;
  }
  25% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    opacity: .5;
  }
  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

@keyframes up-icons {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0;
  }
  25% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    opacity: .5;
  }
  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

/*
*
*      ██████╗  █████╗  ██████╗ ███████╗███████╗
*      ██╔══██╗██╔══██╗██╔════╝ ██╔════╝██╔════╝
*      ██████╔╝███████║██║  ███╗█████╗  ███████╗
*      ██╔═══╝ ██╔══██║██║   ██║██╔══╝  ╚════██║
*      ██║     ██║  ██║╚██████╔╝███████╗███████║
*      ╚═╝     ╚═╝  ╚═╝ ╚═════╝ ╚══════╝╚══════╝
*
*
*/
/* 01 - Home */
section#slider-home {
  height: 600px;
  width: 100%;
}

section#slider-home .item {
  height: 600px;
  width: 100%;
  background-color: #644c9b;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

section#slider-home .item:hover {
  cursor: pointer;
}

section#slider-home .item .row {
  height: 600px;
}

section#slider-home .item .wrapper-info {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

section#slider-home .item .shadow-text {
  display: inline;
  background: #302840;
  color: #ffffff;
  font-size: 37pt;
  font-weight: 500;
  font-style: italic;
  line-height: 1.3;
}

section#slider-home .item .title {
  font-weight: 100;
  font-style: italic;
  color: #ffffff;
  font-size: 37pt;
  line-height: 1;
}

section#slider-home .item .learn-more {
  display: block;
  background: rgba(237, 43, 75, .8);
  width: 200px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  padding: 8px 0px;
  margin: 35px 0px;
  border-radius: 3px;
  font-size: 18pt;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

section#slider-home .item .learn-more:hover {
  background: #ed2b4b;
}

section#slider-home .slick-dots {
  bottom: 30px;
}

section#slider-home .slick-dots li button:before {
  font-size: 20px;
  opacity: .3;
  color: #ffffff;
}

section#slider-home .slick-dots .slick-active button:before {
  opacity: 1;
}

@media (max-width: 768px) {
  section#slider-home .item .title {
    font-size: 30pt;
  }
  section#slider-home .item .shadow {
    font-size: 30pt;
  }
}

@media (min-width: 1300px) {
  section#slider-home .slick-dots {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    left: 200px;
    right: 0;
    text-align: left;
  }
}

section#services-home {
  background: #302842;
  padding: 15px 0px;
  margin-top: -30px;
}

section#services-home .slider .item {
  background: #ffffff;
  padding: 20px 20px 20px 25px;
  margin: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 325px;
  border-radius: 3px;
  overflow: hidden;
}

section#services-home .slider .item:hover .link-icon {
  background: #3d1f82;
}

section#services-home .slider .icon {
  display: block;
  margin: 0 auto;
  height: 45px;
}

section#services-home .slider .title-icon {
  color: #3d1f82;
  font-weight: 300;
  font-size: 14pt;
  text-align: center;
  margin: 15px auto 10px auto;
}

section#services-home .slider .desc-icon {
  font-size: 10pt;
  text-align: center;
  color: #302842;
}

section#services-home .slider .link-icon {
  background: rgba(61, 31, 130, .8);
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  border-radius: 3px;
  font-size: 9pt;
  padding: 5px 0px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

section#services-home .slider .slick-prev, section#services-home .slider .slick-next {
  height: auto;
  width: auto;
  z-index: 2;
}

section#services-home .text {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding: 25px 35px 25px 35px;
}

section#services-home .text p {
  margin-top: 20px;
  color: #ffffff;
  font-weight: 300;
}

@media (max-width: 480px) {
  section#services-home .padding-remove {
    padding: 0px;
  }
}

@media (max-width: 768px) {
  section#services-home .slider .item .link-icon {
    padding: 15px 0px;
  }
  section#services-home .slider .item.slick-current .link-icon {
    background: #3d1f82;
  }
}

section#our-process-home {
  background: #f5f4f9;
  padding-top: 40px;
}

section#our-process-home .title {
  text-align: center;
  font-weight: 100;
  color: #3d1f82;
  font-size: 37pt;
}

section#our-process-home .hard-drive {
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  max-width: calc(100% + 95px);
}

section#our-process-home .icons {
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
}

section#our-process-home .icons .col-auto {
  padding: 0;
}

section#our-process-home .icons .col-auto:nth-child(1) .icon {
  -webkit-animation: up-icons 3s linear infinite 0.5s;
  animation: up-icons 3s linear infinite 0.5s;
}

section#our-process-home .icons .col-auto:nth-child(2) .icon {
  -webkit-animation: up-icons 3s linear infinite;
  animation: up-icons 3s linear infinite;
}

section#our-process-home .icons .col-auto:nth-child(3) .icon {
  -webkit-animation: up-icons 3s linear infinite 1s;
  animation: up-icons 3s linear infinite 1s;
}

section#our-process-home .icons .icon {
  max-width: 120px;
  display: block;
  margin: 0 auto;
  opacity: 0;
}

section#our-process-home .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 30px 0px;
}

section#our-process-home .list li:nth-child(1) .icon-list:after {
  content: "1";
}

section#our-process-home .list li:nth-child(2) .icon-list:after {
  content: "2";
}

section#our-process-home .list li:nth-child(3) .icon-list:after {
  content: "3";
}

section#our-process-home .list li:nth-child(4) .icon-list:after {
  content: "4";
}

section#our-process-home .list li:nth-child(5) .icon-list:after {
  content: "5";
}

section#our-process-home .list li:nth-child(6) .icon-list:after {
  content: "6";
}

section#our-process-home .list li:nth-child(7) .icon-list:after {
  content: "7";
}

section#our-process-home .list li:nth-child(8) .icon-list:after {
  content: "8";
}

section#our-process-home .list li:nth-child(9) .icon-list:after {
  content: "9";
}

section#our-process-home .list li:nth-child(10) .icon-list:after {
  content: "10";
}

section#our-process-home .list .icon-list {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  height: 40px;
  width: 40px;
  background: rgba(237, 43, 75, .9);
  border-radius: 50%;
  margin-right: 15px;
}

section#our-process-home .list .icon-list:after {
  content: '';
  position: absolute;
  height: 40px;
  width: 40px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  top: calc(50% - 17px);
  font-size: 16pt;
}

section#our-process-home .list .icon-list .wrapper-text {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

section#our-process-home .list .list-title {
  font-weight: bold;
  color: #302842;
  font-size: 17pt;
  line-height: 0.9em;
}

section#our-process-home .list .list-subtitle {
  color: #302842;
  font-style: italic;
  opacity: .7;
  font-size: 11pt;
}

section#our-process-home .link {
  display: inline-block;
  background: rgba(61, 31, 130, .8);
  padding: 5px 35px;
  margin: 40px 0px;
  border-radius: 3px;
  color: #ffffff;
  font-size: 12pt;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  float: right;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

section#our-process-home .link:hover {
  background: #3d1f82;
}

@media (max-width: 768px) {
  section#our-process-home .title {
    font-size: 28pt;
    line-height: 30pt;
  }
  section#our-process-home .hard-drive, section#our-process-home .icons {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    max-width: 100%;
  }
  section#our-process-home .link {
    display: block;
    width: 100%;
    float: none;
    padding: 15px 0px;
  }
}

section#emergency-response-services-home {
  background: #ff3f5e;
  padding: 40px 0px;
}

section#emergency-response-services-home .title {
  text-align: center;
  font-weight: 100;
  font-size: 37pt;
  margin-bottom: 35px;
  color: #ffffff;
}

section#emergency-response-services-home .text-box {
  padding: 10px 0px;
  border: 2px solid #ffffff;
  border-radius: 3px;
  text-align: center;
}

section#emergency-response-services-home .text-box .talk {
  font-weight: 300;
  font-size: 18pt;
  color: #ffffff;
  margin: 0px auto;
  line-height: 1.2em;
}

section#emergency-response-services-home .text-box .phone {
  color: #302842;
  font-weight: 700;
  font-size: 25pt;
  margin: 0px auto;
  line-height: 1.2em;
}

section#emergency-response-services-home .text-box .desc {
  color: #ffffff;
  margin: 0px auto;
  font-weight: bold;
  line-height: 1.2em;
}

section#emergency-response-services-home .link {
  display: block;
  background: rgba(61, 31, 130, .8);
  padding: 5px 0px;
  margin: 20px auto 0px auto;
  border-radius: 3px;
  color: #ffffff;
  font-size: 12pt;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  max-width: 210px;
}

section#emergency-response-services-home .link:hover {
  background: #3d1f82;
}

@media (max-width: 992px) {
  section#emergency-response-services-home .title {
    font-size: 28pt;
    line-height: 30pt;
  }
  section#emergency-response-services-home .link {
    padding: 15px 0px;
    max-width: 100%;
  }
}

section#locations-home {
  background: #302842;
  padding: 50px 0px 40px 0px;
}

section#locations-home .title {
  text-align: center;
  font-weight: 100;
  font-size: 37pt;
  margin-bottom: 50px;
  color: #ffffff;
}

section#locations-home .list {
  margin-bottom: 50px;
  padding: 0;
}

section#locations-home .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 10px 0px 10px 0px;
}

section#locations-home .list .icon {
  margin-right: 15px;
}

section#locations-home .list .icon img {
  width: 20px;
}

section#locations-home .list .wrapper-text {
  color: #ffffff;
  font-size: 11pt;
}

section#locations-home .list .wrapper-text b {
  font-size: 18pt;
  line-height: 0.8em;
}

section#locations-home .link {
  display: block;
  background: rgba(61, 31, 130, .8);
  padding: 5px 30px;
  margin: 50px auto 0px auto;
  border-radius: 3px;
  color: #ffffff;
  font-size: 12pt;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  max-width: 400px;
}

section#locations-home .link:hover {
  background: #3d1f82;
}

@media (max-width: 992px) {
  section#locations-home .link {
    padding: 15px 0px;
    max-width: 100%;
  }
  section#locations-home .title {
    font-size: 28pt;
    line-height: 30pt;
  }
}

section#media-types-home {
  padding: 50px 0px 40px 0px;
}

section#media-types-home .title {
  text-align: center;
  font-weight: 100;
  font-size: 37pt;
  margin-bottom: 50px;
  color: #3d1f82;
}

section#media-types-home .desc {
  margin: 0 auto 15px auto;
  max-width: 640px;
  text-align: center;
  font-weight: 300;
  font-size: 14pt;
}

section#media-types-home .logos {
  margin: 0 auto;
  max-width: 650px;
  text-align: center;
}

section#media-types-home .logos .logo {
  /* margin: 15px 20px; */
  display: inline-block;
  max-width: 100%;
}

section#media-types-home .link {
  display: block;
  background: rgba(61, 31, 130, .8);
  padding: 5px 30px;
  margin: 50px auto 0px auto;
  border-radius: 3px;
  color: #ffffff;
  font-size: 12pt;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  max-width: 270px;
}

section#media-types-home .link:hover {
  background: #3d1f82;
}

@media (max-width: 992px) {
  section#media-types-home .title {
    font-size: 28pt;
    line-height: 30pt;
  }
  section#media-types-home .link {
    padding: 15px 0px;
    max-width: 100%;
  }
}

section#why-choose-cbl-home {
  background-color: #644c9b;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 0px 0px 0px;
  text-align: center;
}

section#why-choose-cbl-home .title {
  text-align: center;
  font-weight: 100;
  font-size: 37pt;
  color: #ffffff;
}

section#why-choose-cbl-home .title-shadow {
  background: #302840;
  color: #ffffff;
  font-size: 25pt;
  font-weight: 500;
  font-style: italic;
  line-height: 1.3;
  display: inline-block;
  margin: 40px auto;
  text-align: center;
}

section#why-choose-cbl-home p {
  max-width: 860px;
  margin: 0 auto 25px auto;
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  font-size: 14pt;
}

section#why-choose-cbl-home .slick-dots {
  bottom: 75px;
}

section#why-choose-cbl-home .slick-dots li button:before {
  font-size: 20px;
  opacity: .3;
  color: #ffffff;
}

section#why-choose-cbl-home .slick-dots .slick-active button:before {
  opacity: 1;
}

section#why-choose-cbl-home .link {
  display: block;
  background: rgba(61, 31, 130, .8);
  padding: 5px 30px;
  margin: 100px auto 0px auto;
  border-radius: 3px;
  color: #ffffff;
  font-size: 12pt;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  max-width: 170px;
}

section#why-choose-cbl-home .link:hover {
  background: #3d1f82;
}

@media (max-width: 992px) {
  section#why-choose-cbl-home .title {
    font-size: 28pt;
    line-height: 30pt;
  }
  section#why-choose-cbl-home .link {
    padding: 15px 0px;
    max-width: 100%;
  }
}

section#testimonials-home {
  padding: 40px 0px;
}

section#testimonials-home .title {
  text-align: center;
  font-weight: 100;
  font-size: 37pt;
  color: #3d1f82;
}

section#testimonials-home .slider {
  margin: 0 auto;
  display: block;
  max-width: 850px;
}

section#testimonials-home .item .testimonial p {
  position: relative;
  max-width: 600px;
  display: block;
  margin: 0 auto;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  font-size: 17pt;
  padding: 40px 50px 20px 50px;
}

section#testimonials-home .item .testimonial p:before {
  content: '';
  background-image: url("/images/icon_quotation_before.png");
  height: 35px;
  width: 37px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
}

section#testimonials-home .item .testimonial p:after {
  content: '';
  background-image: url("/images/icon_quotation_before.png");
  height: 35px;
  width: 37px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  bottom: 25px;
}

section#testimonials-home .item .author {
  max-width: 600px;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #3d1f82;
  font-weight: bold;
  font-size: 15pt;
}

section#testimonials-home .item .job {
  max-width: 600px;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-style: italic;
  font-size: 12pt;
}

section#testimonials-home .slick-prev, section#testimonials-home .slick-next {
  width: 40px;
  height: 100px;
}

section#testimonials-home .link {
  display: block;
  background: rgba(61, 31, 130, .8);
  padding: 5px 30px;
  margin: 60px auto 0px auto;
  border-radius: 3px;
  color: #ffffff;
  font-size: 12pt;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  max-width: 410px;
}

section#testimonials-home .link:hover {
  background: #3d1f82;
}

@media (max-width: 992px) {
  section#testimonials-home .title {
    font-size: 28pt;
    line-height: 30pt;
  }
}

.button-getmy {
  color: white;
  background-color: rgba(61, 31, 130, .8);
  border-radius: 3px;
  padding: 5px 30px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  margin: 2px;
}

.button-getmy:hover {
  background: #3d1f82;
  color: white;
}

/* 02 - Services */
section#services {
  padding: 15px 0px;
}

section#services p {
  font-size: 13pt;
  font-weight: 400;
  line-height: 23pt;
  margin-bottom: 35px;
}

section#services .services-cards .item {
  background: #f5f4f9;
  margin-bottom: 40px;
}

section#services .services-cards .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #342c47;
  min-height: 150px;
}

section#services .services-cards .text-content {
  padding: 35px 30px 60px 30px;
}

section#services .services-cards .text-content p {
  color: #2c3a42;
  margin: 0;
}

section#services .methodology-linetime {
  padding: 0px 20px;
}

section#services .methodology-linetime ul {
  list-style: none;
  padding: 0;
  border-left: 5px solid rgba(61, 31, 130, .2);
  padding-left: 25px;
  position: relative;
  counter-reset: counter;
}

section#services .methodology-linetime ul li {
  margin-bottom: 25px;
  counter-increment: counter;
}

section#services .methodology-linetime ul li::before {
  font-weight: 400;
  content: counter(counter);
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 2px solid #3d1f82;
  position: absolute;
  left: -15px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* 03 - Media Types */
section#media-types-content .desc {
  font-size: 18pt;
  font-weight: 300;
  margin: 50px auto 0px auto;
}

section#media-types-content .img-featured {
  max-width: 100%;
  margin: 40px auto 0px auto;
}

section#accordion-part-media-types .desc {
  font-size: 14pt;
}

section#accordion-part-media-types .item {
  width: 100%;
}

section#accordion-part-media-types .item .link {
  display: inline-block;
  background: rgba(61, 31, 130, .1);
  -webkit-transition: .4s ease;
  transition: .4s ease;
  width: 100%;
  border-radius: 3px;
  margin-bottom: 10px;
}

section#accordion-part-media-types .item .link:hover {
  cursor: pointer;
}

section#accordion-part-media-types .item .link .item-title {
  color: #3d1f82;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  font-size: 16pt;
  font-weight: 400;
}

section#accordion-part-media-types .item .link .visible-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 15px 10px 15px;
}

section#accordion-part-media-types .item .link .arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

section#accordion-part-media-types .item .link .arrow .bar-1,
section#accordion-part-media-types .item .link .arrow .bar-2 {
  background: #3d1f82;
  width: 15px;
  height: 2px;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  border-radius: 2px;
}

section#accordion-part-media-types .item .link .arrow .bar-1 {
  -webkit-transform: rotate(35deg) translate(3px, 0px);
  transform: rotate(35deg) translate(3px, 0px);
}

section#accordion-part-media-types .item .link .arrow .bar-2 {
  -webkit-transform: rotate(145deg) translate(3px, 0px);
  transform: rotate(145deg) translate(3px, 0px);
}

section#accordion-part-media-types .item .link .content {
  background: #ffffff;
  border: 2px solid rgba(61, 31, 130, .1);
  border-top: none;
  border-radius: 3px;
  -webkit-transition: .6s ease;
  transition: .6s ease;
  opacity: 0;
}

section#accordion-part-media-types .item .link .content .acustom {
  color: #0f0f0f;
  text-decoration: none;
  font-weight: normal;
}

section#accordion-part-media-types .item .link .content p,
section#accordion-part-media-types .item .link .content ul,
section#accordion-part-media-types .item .link .content li {
  margin: 0;
  color: #302842;
  padding: 0;
  list-style-type: none;
}

section#accordion-part-media-types .item .link .content ul {
  padding-left: 15px;
}

section#accordion-part-media-types .item .link .content ul li {
  font-size: 13pt;
}

section#accordion-part-media-types .item .link .content ul li:before {
  content: '•';
  color: #302842;
  margin-right: 5px;
  font-size: 14pt;
  font-weight: bold;
}

section#accordion-part-media-types .item .link .content ul li a {
  color: #0099cc;
  text-decoration: underline;
  font-weight: 600;
}

section#accordion-part-media-types .item .link[aria-expanded="true"] {
  background: rgba(61, 31, 130, .8);
}

section#accordion-part-media-types .item .link[aria-expanded="true"] .item-title {
  color: #ffffff;
  font-weight: bold;
}

section#accordion-part-media-types .item .link[aria-expanded="true"] .arrow .bar-1,
section#accordion-part-media-types .item .link[aria-expanded="true"] .arrow .bar-2 {
  background: #ffffff;
}

section#accordion-part-media-types .item .link[aria-expanded="true"] .arrow .bar-1 {
  -webkit-transform: rotate(145deg) translate(-3px, 0px);
  transform: rotate(145deg) translate(-3px, 0px);
}

section#accordion-part-media-types .item .link[aria-expanded="true"] .arrow .bar-2 {
  -webkit-transform: rotate(35deg) translate(-3px, 0px);
  transform: rotate(35deg) translate(-3px, 0px);
}

section#accordion-part-media-types .item .link[aria-expanded="true"] .content {
  border: 2px solid rgba(61, 31, 130, .8);
  border-top: none;
  opacity: 1;
  padding: 30px 0px;
}

/* 04 - Media Types Dell */
section#background-default.media-types-dell {
  min-height: 320px;
}

section#media-types-main-dell-content {
  margin-bottom: 45px;
}

section#media-types-main-dell-content .desc {
  margin: 45px 0px 0px 0px;
  font-weight: 300;
  font-size: 18pt;
}

section#media-types-main-dell-content .featured-image {
  display: block;
  margin: 45px 0px 0px 0px;
  max-width: 100%;
}

section#media-types-dell-content p {
  font-size: 14pt;
}

section#media-types-dell-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

section#media-types-dell-content ul li {
  font-size: 14pt;
  margin-bottom: 4px;
}

section#media-types-dell-content ul li:before {
  content: '•';
  color: #302842;
  margin-right: 5px;
  font-size: 14pt;
  font-weight: bold;
}

/* 05 - About */
section#about-main-content {
  margin-bottom: 45px;
}

section#about-main-content .desc {
  margin: 45px 0px 0px 0px;
  font-weight: 300;
  font-size: 18pt;
}

section#about-main-content .featured-image {
  display: block;
  margin: 45px 0px 0px 0px;
  max-width: 100%;
}

section#about-content p {
  font-size: 14pt;
}

section#about-content .big-numbers {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section#about-content .big-numbers .item {
  margin: 0px 15px;
}

section#about-content .big-numbers .icon {
  display: block;
  margin: 35px auto 0px auto;
  height: 60px;
}

section#about-content .big-numbers .big-number {
  color: #302842;
  text-align: center;
  font-weight: 900;
  font-size: 30pt;
  letter-spacing: 0.01px;
}

section#about-content .big-numbers .description {
  color: #302842;
  font-style: italic;
  opacity: .7;
  font-size: 12pt;
  text-align: center;
  line-height: 1;
  margin: 0px auto 45px auto;
}

section#about-content .testimonial {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}

section#about-content .testimonial .text {
  padding-left: 85px;
  position: relative;
  font-style: italic;
  font-weight: 300;
  font-size: 16pt;
  line-height: 1.4;
  margin: 25px 0px 25px 0px;
}

section#about-content .testimonial .text:before {
  content: '';
  background-image: url("/images/icon_quotation_before.png");
  height: 35px;
  width: 37px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 30px;
}

section#about-content .testimonial .author {
  display: block;
  width: 100%;
  text-align: right;
  color: #302842;
  font-size: 16pt;
  font-weight: 600;
}

section#about-content .testimonial .job {
  display: block;
  width: 100%;
  text-align: right;
  color: #302842;
  font-style: italic;
  font-size: 12pt;
}

/* 06 - Partners */
section#background-default.partners {
  min-height: 480px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 50px;
}

section#background-default.partners::after {
  opacity: 0;
}

section#background-default.partners .title {
  max-width: 100%;
  margin-bottom: 50px;
  font-size: 40pt;
}

section#background-default.partners .subtitle {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 18pt;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 2;
  position: relative;
}

section#background-default.partners .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-size: 18pt;
  font-weight: 300;
  z-index: 2;
  position: relative;
}

section#background-default.partners .btn-1, section#background-default.partners .btn-2 {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16pt;
  padding: 10px 25px;
  margin: 0px 10px;
  border-radius: 3px;
  text-align: center;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

section#background-default.partners .btn-1 {
  background: rgba(61, 31, 130, .8);
  color: #ffffff;
}

section#background-default.partners .btn-1:hover {
  background: #3d1f82;
}

section#background-default.partners .btn-2 {
  background: rgba(255, 255, 255, .8);
  color: #3d1f82;
}

section#background-default.partners .btn-2:hover {
  background: #ffffff;
}

@media (max-width: 992px) {
  section#background-default.partners {
    min-height: 700px;
  }
}

@media (max-width: 768px) {
  section#background-default.partners .title {
    font-size: 30pt;
  }
  section#background-default.partners .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  section#background-default.partners .btns .btn-1, section#background-default.partners .btns .btn-2 {
    width: 100%;
  }
}

section#partners-main-content {
  margin-bottom: 45px;
}

section#partners-main-content .desc {
  margin: 45px 0px 0px 0px;
  font-weight: 300;
  font-size: 18pt;
}

section#partners-main-content .featured-image {
  display: block;
  margin: 45px 0px 0px 0px;
  max-width: 100%;
}

section#partners-content p {
  font-size: 13pt;
}

section#partners-content p.text-bottom {
  margin: 40px 0px 35px 0px;
}

section#partner-slider {
  background: rgba(61, 31, 130, .1);
  padding: 25px 0px 35px 0px;
  margin-bottom: 80px;
  /* Item */
}

section#partner-slider .slider {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 710px;
}

section#partner-slider .slider .slick-dots li button:before {
  color: #3d1f82;
  opacity: 0.2;
}

section#partner-slider .slider .slick-dots .slick-active button:before {
  opacity: 0.7;
}

section#partner-slider .item .icon {
  display: block;
  margin: 0 auto;
  height: 90px;
  opacity: .3;
}

section#partner-slider .item .slider-title {
  text-align: center;
  color: #3d1f82;
  font-weight: 400;
  font-size: 18pt;
  margin: 20px auto;
}

section#partner-slider .item .desc {
  text-align: center;
  max-width: 600px;
  display: block;
  margin: 0 auto 30px auto;
}

section#partner-slider .slick-prev, section#partner-slider .slick-next {
  width: 40px;
  height: 100px;
}

section#accordion-part-partners .main-desc {
  color: #3d1f82;
  font-weight: 600;
  font-size: 18pt;
  margin-bottom: 30px;
}

section#accordion-part-partners .desc {
  font-size: 13pt;
}

section#accordion-part-partners .item {
  width: 100%;
}

section#accordion-part-partners .item .link {
  display: inline-block;
  background: rgba(61, 31, 130, .1);
  -webkit-transition: .4s ease;
  transition: .4s ease;
  width: 100%;
  border-radius: 3px;
  margin-bottom: 10px;
}

section#accordion-part-partners .item .link:hover {
  cursor: pointer;
}

section#accordion-part-partners .item .link .item-title {
  color: #3d1f82;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  font-size: 16pt;
  font-weight: 400;
}

section#accordion-part-partners .item .link .visible-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 15px 10px 15px;
}

section#accordion-part-partners .item .link .arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

section#accordion-part-partners .item .link .arrow .bar-1, section#accordion-part-partners .item .link .arrow .bar-2 {
  background: #3d1f82;
  width: 15px;
  height: 2px;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  border-radius: 2px;
}

section#accordion-part-partners .item .link .arrow .bar-1 {
  -webkit-transform: rotate(35deg) translate(3px, 0px);
  transform: rotate(35deg) translate(3px, 0px);
}

section#accordion-part-partners .item .link .arrow .bar-2 {
  -webkit-transform: rotate(145deg) translate(3px, 0px);
  transform: rotate(145deg) translate(3px, 0px);
}

section#accordion-part-partners .item .link .content {
  background: #ffffff;
  border: 2px solid rgba(61, 31, 130, .1);
  border-top: none;
  border-radius: 3px;
  -webkit-transition: .6s ease;
  transition: .6s ease;
  padding: 0;
  opacity: 0;
}

section#accordion-part-partners .item .link .content .desc {
  margin: 0;
}

section#accordion-part-partners .item .link[aria-expanded="true"] {
  background: rgba(61, 31, 130, .8);
}

section#accordion-part-partners .item .link[aria-expanded="true"] .item-title {
  color: #ffffff;
  font-weight: bold;
}

section#accordion-part-partners .item .link[aria-expanded="true"] .arrow .bar-1, section#accordion-part-partners .item .link[aria-expanded="true"] .arrow .bar-2 {
  background: #ffffff;
}

section#accordion-part-partners .item .link[aria-expanded="true"] .arrow .bar-1 {
  -webkit-transform: rotate(145deg) translate(-3px, 0px);
  transform: rotate(145deg) translate(-3px, 0px);
}

section#accordion-part-partners .item .link[aria-expanded="true"] .arrow .bar-2 {
  -webkit-transform: rotate(35deg) translate(-3px, 0px);
  transform: rotate(35deg) translate(-3px, 0px);
}

section#accordion-part-partners .item .link[aria-expanded="true"] .content {
  border: 2px solid rgba(61, 31, 130, .8);
  border-top: none;
  opacity: 1;
  padding: 0px 30px;
}

section#become-a-partner {
  max-width: 850px;
  background: rgba(61, 31, 130, .1);
  margin: 120px auto;
  padding: 0px 0px 0px 0px;
  border-radius: 3px;
}

section#become-a-partner .content {
  min-height: 310px;
}

section#become-a-partner .featured-image {
  max-width: 100%;
  margin: 0 auto;
  -webkit-transform: translateY(-65px);
  transform: translateY(-65px);
  position: absolute;
}

section#become-a-partner p {
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
}

section#become-a-partner p a {
  font-weight: 600;
  color: #0099cc;
  text-decoration: underline;
}

section#become-a-partner .big-link {
  text-align: center;
  background: rgba(237, 43, 75, .8);
  color: #ffffff;
  font-weight: bold;
  max-width: 300px;
  display: block;
  border-radius: 3px;
  margin: 5px auto 5px auto;
  padding: 15px 0px;
  font-size: 18pt;
  text-transform: uppercase;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

section#become-a-partner .big-link:hover {
  background: #ed2b4b;
}

@media (max-width: 992px) {
  section#become-a-partner {
    padding-top: 25px;
  }
  section#become-a-partner .featured-image {
    margin-top: 25px;
    position: relative;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/* 07 - Contact US */
/* Tabs */
section#contact-us-tabs {
  /* Links */
  /* Tab Content */
}

section#contact-us-tabs #tab-links {
  margin: 60px 0px 35px 0px;
  border-bottom: 1px solid #342c47;
  z-index: -1;
}

section#contact-us-tabs #tab-links .nav-item {
  margin-left: 5px;
  margin-right: 5px;
}

section#contact-us-tabs #tab-links .nav-item:first-child {
  margin-left: 0px;
}

section#contact-us-tabs #tab-links .nav-link {
  background: rgba(61, 31, 130, .1);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0);
  color: #3d1f82;
  padding: 12px 25px;
  font-size: 14pt;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  z-index: 2;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

section#contact-us-tabs #tab-links .nav-link.active {
  border: 1px solid #342c47;
  border-bottom: 1px solid white;
  background: #ffffff;
  color: #3d1f82;
  font-weight: bold;
}

section#contact-us-tabs #tab-links .nav-link:hover {
  background: rgba(61, 31, 130, .8);
  color: #ffffff;
}

@media (max-width: 992px) {
  section#contact-us-tabs #tab-links {
    border-bottom: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  section#contact-us-tabs #tab-links .nav-link {
    border-radius: 3px;
    margin: 5px 5px;
  }
  section#contact-us-tabs #tab-links .nav-link.active {
    border-bottom: 1px solid rgba(52, 44, 71, .2);
  }
}

section#contact-us-tabs #tab-content .item {
  margin-top: 15px;
  margin-bottom: 15px;
}

section#contact-us-tabs #tab-content .item .image {
  height: 120px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

section#contact-us-tabs #tab-content .item .content-wrapper {
  min-height: 160px;
  background: rgba(61, 31, 130, .1);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 20px;
  padding-right: 15px;
}

section#contact-us-tabs #tab-content .item .icon {
  margin: 0px 20px;
}

section#contact-us-tabs #tab-content .item .icon img {
  width: 20px;
}

section#contact-us-tabs #tab-content .item .item-content {
  font-size: 11pt;
  font-weight: 400;
}

section#contact-us-tabs #tab-content .item .item-content .content-wrapper {
  height: calc(113% - 140px);
  background: rgba(61, 31, 130, .1);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 20px;
}

section#contact-us-tabs #tab-content .item .item-content strong {
  font-size: 18pt;
  line-height: 0.8em;
  color: #3d1f82;
}

section#contact-us-tabs #tab-content .item .item-content b {
  font-size: 11pt;
  line-height: 0.8em;
  color: #3d1f82;
}

section#contact-us-title .text {
  text-align: center;
  background-color: #ebe8f2;
  color: #3d1f82;
  padding: 48px;
  padding: 3rem;
  font-size: 27px;
}

/* 08 - Form Assessment */
section#background-default.assestment-form {
  height: 400px;
}

section.assestment-form {
  min-height: 550px;
  /* Custom Checkbox */
  /* Custom Radio */
}

section.assestment-form .fixed-text p {
  font-size: 18pt;
  text-align: center;
  max-width: 620px;
  margin: 50px auto 50px auto;
}

section.assestment-form #steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 25px auto 50px auto;
}

section.assestment-form #steps .step {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  /* Active */
}

section.assestment-form #steps .step .circle {
  position: relative;
  background: rgba(237, 43, 75, .2);
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  text-align: center;
  width: 80px;
  height: 80px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

section.assestment-form #steps .step .circle:after {
  position: absolute;
  text-align: center;
  top: calc(50% - 35px);
  left: calc(50% - 13px);
  color: #ffffff;
  font-weight: 600;
  font-size: 35pt;
}

section.assestment-form #steps .step .circle-1::after {
  content: '1';
}

section.assestment-form #steps .step .circle-2::after {
  content: '2';
}

section.assestment-form #steps .step .circle-3::after {
  content: '3';
}

section.assestment-form #steps .step .circle.active {
  background: rgba(61, 31, 130, .8);
  border: 4px solid #342c47;
}

section.assestment-form #steps .step .circle.completed {
  background: rgba(61, 31, 130, .8);
  opacity: .5;
}

section.assestment-form #steps .step .circle.completed:hover {
  cursor: pointer;
}

section.assestment-form #steps .line-step {
  width: 48px;
  height: 4px;
  background: rgba(52, 44, 71, .2);
  margin: 0px 5px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

section.assestment-form label {
  display: block;
  margin-top: 30px;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 12pt;
}

section.assestment-form label sup {
  color: #ed2b4b;
  font-size: 11pt;
  font-weight: bold;
}

section.assestment-form input[type=text], section.assestment-form input[type=email], section.assestment-form input[type=tel] textarea, section.assestment-form select {
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  background: #f5f4f9;
  border: 1px solid rgba(52, 44, 71, .5);
  width: 100%;
  border-radius: 3px;
  -webkit-appearance: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

section.assestment-form input[type=text]:disabled, section.assestment-form input[type=email]:disabled, section.assestment-form input[type=tel] textarea:disabled, section.assestment-form select:disabled {
  background: #e9ecef;
  opacity: .5;
  cursor: not-allowed;
}

section.assestment-form input[type=text]:active, section.assestment-form input[type=text]:focus, section.assestment-form input[type=email]:active, section.assestment-form input[type=email]:focus, section.assestment-form input[type=tel] textarea:active, section.assestment-form input[type=tel] textarea:focus, section.assestment-form select:active, section.assestment-form select:focus {
  border: 2px solid rgba(61, 31, 130, .95);
}

section.assestment-form select {
  background-image: url("/images/icon_dropdown.svg");
  background-position-x: calc(100% - 15px);
  background-position-y: 50%;
  background-repeat: no-repeat;
  font-style: italic;
  font-weight: 300;
  font-size: 16pt;
  color: rgba(52, 44, 71, .5);
  font-weight: 400;
}

section.assestment-form .container-checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  margin: 10px 0px 0px 0px;
  font-weight: 400;
  font-size: 12pt;
  /* Icon inside check */
}

section.assestment-form .container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

section.assestment-form .container-checkbox .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #f5f4f9;
  border-radius: 3px;
  border: 1px solid rgba(52, 44, 71, .3);
}

section.assestment-form .container-checkbox .checkmark.smaller {
  height: 18px;
  width: 18px;
}

section.assestment-form .container-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

section.assestment-form .container-checkbox:hover input ~ .checkmark {
  background-color: #f5f4f9;
}

section.assestment-form .container-checkbox input:checked ~ .checkmark {
  background-color: rgba(61, 31, 130, .8);
}

section.assestment-form .container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

section.assestment-form .container-checkbox .checkmark:after {
  left: 9px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

section.assestment-form .container-checkbox .checkmark.smaller:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

section.assestment-form .container-radiobox {
  display: block;
  position: relative;
  margin-left: 20px;
  margin-right: 50px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
  font-size: 12pt;
  /* Icon inside radio */
}

section.assestment-form .container-radiobox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

section.assestment-form .container-radiobox .checkmark {
  position: absolute;
  top: calc(50% - 26px);
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #f5f4f9;
  border-radius: 3px;
  border: 1px solid rgba(52, 44, 71, .3);
  border-radius: 50%;
}

section.assestment-form .container-radiobox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

section.assestment-form .container-radiobox:hover input ~ .checkmark {
  background-color: #f5f4f9;
}

section.assestment-form .container-radiobox input:checked ~ .checkmark {
  border: 1px solid #342c47;
}

section.assestment-form .container-radiobox input:checked ~ .checkmark:after {
  display: block;
}

section.assestment-form .container-radiobox .checkmark:after {
  margin: 0;
  background: #342c47;
  border: 2px solid #342c47;
  left: 5.2px;
  top: 5.2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

section.assestment-form input.error {
  background: rgba(237, 43, 75, .2);
  border: 2px solid rgba(237, 43, 75, .5);
}

section.assestment-form .title-form {
  text-align: center;
  text-transform: uppercase;
  color: #3d1f82;
  font-size: 16pt;
  font-weight: 600;
}

section.assestment-form .content-step {
  display: block;
  max-width: 500px;
  margin: 0 auto;
}

section.assestment-form .other-city-wrapper {
  margin: 0px 0px 65px 0px;
}

section.assestment-form .btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

section.assestment-form .btns .hidden {
  visibility: hidden;
}

section.assestment-form .btns .next-btn {
  display: block;
  background: rgba(61, 31, 130, .8);
  padding: 12px 45px;
  margin: 45px 0px 45px 0px;
  border: none;
  border-radius: 3px;
  color: #ffffff;
  font-size: 14pt;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

section.assestment-form .btns .next-btn:hover {
  background: #3d1f82;
  cursor: pointer;
}

section.assestment-form .btns .back-btn {
  display: block;
  background: none;
  padding: 12px 45px;
  margin: 45px 0px 45px 0px;
  border: 2px solid rgba(61, 31, 130, .8);
  border-radius: 3px;
  color: #3d1f82;
  font-size: 14pt;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

section.assestment-form .btns .back-btn:hover {
  background: #3d1f82;
  cursor: pointer;
  color: #ffffff;
}

section.assestment-form input#phone {
  width: 60%;
}

section.assestment-form input#city {
  width: 80%;
}

section.assestment-form .dropdown-menu {
  width: 80%;
  padding: 15px 0px;
  background: #f5f4f9;
  z-index: 10;
  top: calc(100% - 35px);
}

section.assestment-form .dropdown-menu li {
  padding: 10px 30px 10px 15px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

section.assestment-form .dropdown-menu li:hover, section.assestment-form .dropdown-menu li.active {
  background: rgba(61, 31, 130, .1);
  cursor: pointer;
  padding: 10px 30px 10px 30px;
  font-weight: bold;
  color: #3d1f82;
}

section.assestment-form .boxes .box {
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(61, 31, 130, .1);
  border: 1px solid rgba(52, 44, 71, .4);
  border-radius: 3px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

section.assestment-form .boxes .box:first-child {
  margin-top: 40px;
}

section.assestment-form .boxes .box.active {
  border: 1px solid #342c47;
  background: #ffffff;
}

section.assestment-form .boxes .box:hover {
  cursor: pointer;
}

section.assestment-form .boxes .box .title-box {
  display: block;
  margin: 0;
  font-size: 14pt;
  text-transform: uppercase;
  margin-bottom: 5px;
}

section.assestment-form .boxes .box input[type=radio] {
  margin: 0px 30px 0px 15px;
}

section.assestment-form .boxes .desc-box {
  margin: 0px;
  padding: 20px 0px;
  width: 100%;
  font-weight: 400;
  color: #342c47;
  line-height: 1em;
}

section.assestment-form .content-step .job-id {
  background: rgba(61, 31, 130, .1);
  border: 5px solid #3d1f82;
  border-radius: 3px;
  padding: 15px 50px 15px 50px;
  margin: 40px auto 50px auto;
  width: 100%;
  max-width: 500px;
  font-style: italic;
  font-weight: 300;
  font-size: 16pt;
  color: #342c47;
  font-weight: 400;
}

section.assestment-form .content-step .desc {
  text-align: center;
}

section.assestment-form #anchor-result {
  margin-top: 60px;
}

div#ajax-loader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, .6);
}

div#ajax-loader .loader {
  position: fixed;
  top: calc(40% - 40px);
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  margin: 0px auto;
  border-radius: 50%;
  border: 10px solid rgba(61, 31, 130, .5);
  border-top-color: #979fd0;
  -webkit-animation: 1s spin infinite ease;
  animation: 1s spin infinite ease;
}

/* 09 - Extra info */
section#extra-info-main-content {
  margin-bottom: 85px;
}

section#extra-info-main-content .desc {
  margin: 45px 0px 0px 0px;
  font-weight: 300;
  font-size: 18pt;
}

section#extra-info-main-content .desc h2 {
  font-weight: 700;
  font-size: 18pt;
  background: transparent;
  color: #302842;
  padding-bottom: 0;
  margin-bottom: 5px;
}

section#extra-info-main-content .featured-image {
  display: block;
  margin: 45px 0px 0px 0px;
  max-width: 100%;
}

/* Data-Recovery Process Content */
section#extra-info-drp-content {
  background-image: url(/images/backgrounds/bg_data_rec_process.png);
  background-repeat: no-repeat;
  background-position-x: 80%;
  background-size: 500px;
  padding-bottom: 90px;
}

section#extra-info-drp-content p {
  font-size: 14pt;
}

@media screen and (max-width: 1600px) {
  section#extra-info-drp-content {
    background-position-x: 90%;
  }
}

@media screen and (max-width: 1400px) {
  section#extra-info-drp-content {
    background-position-x: 97%;
  }
}

@media screen and (max-width: 1250px) {
  section#extra-info-drp-content {
    background-image: none;
  }
}

section#extra-info-drp-content .explanation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 630px;
  width: 100%;
}

@media screen and (max-width: 600px) {
  section#extra-info-drp-content .explanation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

section#extra-info-drp-content .explanation .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: none;
}

@media screen and (max-width: 600px) {
  section#extra-info-drp-content .explanation .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 20px;
  }
}

section#extra-info-drp-content .explanation .nav-tabs .nav-link {
  list-style-type: none;
  border-radius: 50%;
  background-color: #ed2b4b;
  opacity: 0.6;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

section#extra-info-drp-content .explanation .nav-tabs .filler {
  position: relative;
}

section#extra-info-drp-content .explanation .nav-tabs .filler::after {
  content: "";
  border: 2px solid #302842;
  position: relative;
  margin: 5px 0;
  width: 2px;
  height: 30px;
  top: 0px;
  left: 18px;
}

@media screen and (max-width: 600px) {
  section#extra-info-drp-content .explanation .nav-tabs .filler::after {
    margin: 0 0;
    left: 45px;
    margin-right: 50px;
    top: -21px;
    display: block;
    width: 30px;
    height: 2px;
  }
}

@media screen and (max-width: 400px) {
  section#extra-info-drp-content .explanation .nav-tabs .filler::after {
    margin-right: 20x;
    width: 2px;
  }
}

section#extra-info-drp-content .explanation .nav-tabs .topper {
  margin-top: 10px;
}

@media screen and (max-width: 600px) {
  section#extra-info-drp-content .explanation .nav-tabs .topper {
    margin-top: 0;
  }
}

section#extra-info-drp-content .explanation .nav-tabs .active {
  opacity: 1;
}

section#extra-info-drp-content .explanation .tab-content .step-number {
  font-weight: 700;
  color: #302842;
  margin-bottom: 12px;
}

section#extra-info-drp-content .explanation .tab-content h2 {
  background: transparent;
  color: #3d1f82;
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 10px;
}

section#extra-info-drp-content .explanation .tab-content p {
  font-weight: 400;
  font-size: 16px;
  color: #302842;
  line-height: 26px;
  margin-bottom: 15px;
}

section#extra-info-drp-content .explanation .tab-content b {
  font-weight: 700;
  font-size: 16px;
  color: #302842;
}

section#extra-info-wtl-content {
  margin-bottom: 60px;
}

section#extra-info-wtl-content .explanation {
  margin: 0 auto;
  max-width: 715px;
}

section#extra-info-wtl-content .explanation h2 {
  color: #3d1f82;
  background: transparent;
  font-size: 24px;
  font-weight: 700;
}

section#extra-info-wtl-content .explanation p {
  font-size: 17px;
  color: #302842;
  line-height: 29px;
  margin-bottom: 26px;
}

section#extra-info-wtl-content .explanation ol li {
  margin-bottom: 10px;
}

section#accordion-extra-info-wtl .main-desc {
  color: #3d1f82;
  font-weight: 600;
  font-size: 18pt;
  margin-bottom: 30px;
}

section#accordion-extra-info-wtl .desc {
  font-size: 13pt;
}

section#accordion-extra-info-wtl .further-desc {
  margin-top: 30px;
  font-style: italic;
  margin-left: 30px;
  margin-bottom: 40px;
}

section#accordion-extra-info-wtl .item {
  width: 100%;
}

section#accordion-extra-info-wtl .item .link {
  display: inline-block;
  background: rgba(61, 31, 130, .1);
  -webkit-transition: .4s ease;
  transition: .4s ease;
  width: 100%;
  border-radius: 3px;
  margin-bottom: 10px;
}

section#accordion-extra-info-wtl .item .link:hover {
  cursor: pointer;
}

section#accordion-extra-info-wtl .item .link .item-title {
  color: #3d1f82;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  font-size: 16pt;
  font-weight: 400;
}

section#accordion-extra-info-wtl .item .link .visible-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 15px 10px 15px;
}

section#accordion-extra-info-wtl .item .link .arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

section#accordion-extra-info-wtl .item .link .arrow .bar-1,
section#accordion-extra-info-wtl .item .link .arrow .bar-2 {
  background: #3d1f82;
  width: 15px;
  height: 2px;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  border-radius: 2px;
}

section#accordion-extra-info-wtl .item .link .arrow .bar-1 {
  -webkit-transform: rotate(35deg) translate(3px, 0px);
  transform: rotate(35deg) translate(3px, 0px);
}

section#accordion-extra-info-wtl .item .link .arrow .bar-2 {
  -webkit-transform: rotate(145deg) translate(3px, 0px);
  transform: rotate(145deg) translate(3px, 0px);
}

section#accordion-extra-info-wtl .item .link .content {
  background: #ffffff;
  border: 2px solid rgba(61, 31, 130, .1);
  border-top: none;
  border-radius: 3px;
  -webkit-transition: .6s ease;
  transition: .6s ease;
  padding: 0;
  opacity: 0;
}

section#accordion-extra-info-wtl .item .link .content .desc {
  margin: 0;
}

section#accordion-extra-info-wtl .item .link[aria-expanded="true"] {
  background: rgba(61, 31, 130, .8);
}

section#accordion-extra-info-wtl .item .link[aria-expanded="true"] .item-title {
  color: #ffffff;
  font-weight: bold;
}

section#accordion-extra-info-wtl .item .link[aria-expanded="true"] .arrow .bar-1,
section#accordion-extra-info-wtl .item .link[aria-expanded="true"] .arrow .bar-2 {
  background: #ffffff;
}

section#accordion-extra-info-wtl .item .link[aria-expanded="true"] .arrow .bar-1 {
  -webkit-transform: rotate(145deg) translate(-3px, 0px);
  transform: rotate(145deg) translate(-3px, 0px);
}

section#accordion-extra-info-wtl .item .link[aria-expanded="true"] .arrow .bar-2 {
  -webkit-transform: rotate(35deg) translate(-3px, 0px);
  transform: rotate(35deg) translate(-3px, 0px);
}

section#accordion-extra-info-wtl .item .link[aria-expanded="true"] .content {
  border: 2px solid rgba(61, 31, 130, .8);
  border-top: none;
  opacity: 1;
  padding: 0px 30px;
}

section#extra-info-pandc-content {
  margin-bottom: 60px;
}

section#extra-info-pandc-content .explanation {
  margin: 0 auto;
  max-width: 715px;
}

section#extra-info-pandc-content .explanation h2 {
  color: #3d1f82;
  background: transparent;
  font-size: 24px;
  font-weight: 700;
}

section#extra-info-pandc-content .explanation p {
  font-size: 17px;
  color: #302842;
  line-height: 29px;
  margin-bottom: 26px;
}

section#extra-info-pandc-content .explanation ol li {
  margin-bottom: 10px;
}

section#accordion-extra-info-pandc .main-desc {
  color: #3d1f82;
  font-weight: 600;
  font-size: 18pt;
  margin-bottom: 30px;
}

section#accordion-extra-info-pandc .desc {
  font-size: 16px;
  padding-bottom: 5px;
}

section#accordion-extra-info-pandc .desc p {
  margin-bottom: 23px;
}

section#accordion-extra-info-pandc .further-desc {
  margin-top: 30px;
  font-style: italic;
  margin-left: 30px;
  margin-bottom: 40px;
}

section#accordion-extra-info-pandc .item {
  width: 100%;
}

section#accordion-extra-info-pandc .item .link {
  display: inline-block;
  background: rgba(61, 31, 130, .1);
  -webkit-transition: .4s ease;
  transition: .4s ease;
  width: 100%;
  border-radius: 3px;
  margin-bottom: 10px;
}

section#accordion-extra-info-pandc .item .link:hover {
  cursor: pointer;
}

section#accordion-extra-info-pandc .item .link .item-title {
  color: #3d1f82;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  font-size: 16pt;
  font-weight: 400;
}

section#accordion-extra-info-pandc .item .link .visible-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 15px 10px 15px;
}

section#accordion-extra-info-pandc .item .link .arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

section#accordion-extra-info-pandc .item .link .arrow .bar-1,
section#accordion-extra-info-pandc .item .link .arrow .bar-2 {
  background: #3d1f82;
  width: 15px;
  height: 2px;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  border-radius: 2px;
}

section#accordion-extra-info-pandc .item .link .arrow .bar-1 {
  -webkit-transform: rotate(35deg) translate(3px, 0px);
  transform: rotate(35deg) translate(3px, 0px);
}

section#accordion-extra-info-pandc .item .link .arrow .bar-2 {
  -webkit-transform: rotate(145deg) translate(3px, 0px);
  transform: rotate(145deg) translate(3px, 0px);
}

section#accordion-extra-info-pandc .item .link .content {
  background: #ffffff;
  border: 2px solid rgba(61, 31, 130, .1);
  border-top: none;
  border-radius: 3px;
  -webkit-transition: .6s ease;
  transition: .6s ease;
  padding: 0;
  opacity: 0;
}

section#accordion-extra-info-pandc .item .link .content .desc {
  margin: 0;
}

section#accordion-extra-info-pandc .item .link[aria-expanded="true"] {
  background: rgba(61, 31, 130, .8);
}

section#accordion-extra-info-pandc .item .link[aria-expanded="true"] .item-title {
  color: #ffffff;
  font-weight: bold;
}

section#accordion-extra-info-pandc .item .link[aria-expanded="true"] .arrow .bar-1,
section#accordion-extra-info-pandc .item .link[aria-expanded="true"] .arrow .bar-2 {
  background: #ffffff;
}

section#accordion-extra-info-pandc .item .link[aria-expanded="true"] .arrow .bar-1 {
  -webkit-transform: rotate(145deg) translate(-3px, 0px);
  transform: rotate(145deg) translate(-3px, 0px);
}

section#accordion-extra-info-pandc .item .link[aria-expanded="true"] .arrow .bar-2 {
  -webkit-transform: rotate(35deg) translate(-3px, 0px);
  transform: rotate(35deg) translate(-3px, 0px);
}

section#accordion-extra-info-pandc .item .link[aria-expanded="true"] .content {
  border: 2px solid rgba(61, 31, 130, .8);
  border-top: none;
  opacity: 1;
  padding: 0px 30px;
}

section#accordion-extra-info-faq {
  margin-top: -15px;
}

section#accordion-extra-info-faq .main-desc {
  color: #3d1f82;
  font-weight: 600;
  font-size: 18pt;
  margin-bottom: 30px;
}

section#accordion-extra-info-faq .desc {
  font-size: 16px;
  padding-bottom: 5px;
}

section#accordion-extra-info-faq .desc p {
  margin-bottom: 23px;
}

section#accordion-extra-info-faq .desc p a {
  text-decoration: underline;
}

section#accordion-extra-info-faq .further-desc {
  margin-top: 30px;
  font-style: italic;
  margin-left: 30px;
  margin-bottom: 40px;
}

section#accordion-extra-info-faq .item {
  width: 100%;
}

section#accordion-extra-info-faq .item .link {
  display: inline-block;
  background: rgba(61, 31, 130, .1);
  -webkit-transition: .4s ease;
  transition: .4s ease;
  width: 100%;
  border-radius: 3px;
  margin-bottom: 10px;
}

section#accordion-extra-info-faq .item .link:hover {
  cursor: pointer;
}

section#accordion-extra-info-faq .item .link .item-title {
  color: #3d1f82;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  font-size: 16pt;
  font-weight: 400;
}

section#accordion-extra-info-faq .item .link .visible-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 15px 10px 15px;
}

section#accordion-extra-info-faq .item .link .arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

section#accordion-extra-info-faq .item .link .arrow .bar-1,
section#accordion-extra-info-faq .item .link .arrow .bar-2 {
  background: #3d1f82;
  width: 15px;
  height: 2px;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  border-radius: 2px;
}

section#accordion-extra-info-faq .item .link .arrow .bar-1 {
  -webkit-transform: rotate(35deg) translate(3px, 0px);
  transform: rotate(35deg) translate(3px, 0px);
}

section#accordion-extra-info-faq .item .link .arrow .bar-2 {
  -webkit-transform: rotate(145deg) translate(3px, 0px);
  transform: rotate(145deg) translate(3px, 0px);
}

section#accordion-extra-info-faq .item .link .content {
  background: #ffffff;
  border: 2px solid rgba(61, 31, 130, .1);
  border-top: none;
  border-radius: 3px;
  -webkit-transition: .6s ease;
  transition: .6s ease;
  padding: 0;
  opacity: 0;
}

section#accordion-extra-info-faq .item .link .content .desc {
  margin: 0;
}

section#accordion-extra-info-faq .item .link[aria-expanded="true"] {
  background: rgba(61, 31, 130, .8);
}

section#accordion-extra-info-faq .item .link[aria-expanded="true"] .item-title {
  color: #ffffff;
  font-weight: bold;
}

section#accordion-extra-info-faq .item .link[aria-expanded="true"] .arrow .bar-1,
section#accordion-extra-info-faq .item .link[aria-expanded="true"] .arrow .bar-2 {
  background: #ffffff;
}

section#accordion-extra-info-faq .item .link[aria-expanded="true"] .arrow .bar-1 {
  -webkit-transform: rotate(145deg) translate(-3px, 0px);
  transform: rotate(145deg) translate(-3px, 0px);
}

section#accordion-extra-info-faq .item .link[aria-expanded="true"] .arrow .bar-2 {
  -webkit-transform: rotate(35deg) translate(-3px, 0px);
  transform: rotate(35deg) translate(-3px, 0px);
}

section#accordion-extra-info-faq .item .link[aria-expanded="true"] .content {
  border: 2px solid rgba(61, 31, 130, .8);
  border-top: none;
  opacity: 1;
  padding: 0px 30px;
}

section#accordion-extra-info-drmyths {
  margin-top: -15px;
}

section#accordion-extra-info-drmyths .main-desc {
  color: #3d1f82;
  font-weight: 600;
  font-size: 18pt;
  margin-bottom: 30px;
}

section#accordion-extra-info-drmyths .desc {
  font-size: 16px;
  padding-bottom: 5px;
}

section#accordion-extra-info-drmyths .desc p {
  margin-bottom: 23px;
}

section#accordion-extra-info-drmyths .desc p a {
  text-decoration: underline;
}

section#accordion-extra-info-drmyths .further-desc {
  margin-top: 30px;
  font-style: italic;
  margin-left: 30px;
  margin-bottom: 40px;
}

section#accordion-extra-info-drmyths .item {
  width: 100%;
}

section#accordion-extra-info-drmyths .item .icon-false {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  background-color: #ed2b4b;
  border-radius: 4px;
  width: 122px;
  height: 38px;
  margin-top: 8px;
  margin-bottom: 23px;
}

section#accordion-extra-info-drmyths .item .icon-false .za-x {
  opacity: 0.6;
  padding-right: 10px;
  padding-top: 2px;
  font-weight: 900;
  font-size: 24px;
}

section#accordion-extra-info-drmyths .item .link {
  display: inline-block;
  background: rgba(61, 31, 130, .1);
  -webkit-transition: .4s ease;
  transition: .4s ease;
  width: 100%;
  border-radius: 3px;
  margin-bottom: 10px;
}

section#accordion-extra-info-drmyths .item .link:hover {
  cursor: pointer;
}

section#accordion-extra-info-drmyths .item .link .item-title {
  color: #3d1f82;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  font-size: 16pt;
  font-weight: 400;
}

section#accordion-extra-info-drmyths .item .link .visible-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 15px 10px 15px;
}

section#accordion-extra-info-drmyths .item .link .arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

section#accordion-extra-info-drmyths .item .link .arrow .bar-1,
section#accordion-extra-info-drmyths .item .link .arrow .bar-2 {
  background: #3d1f82;
  width: 15px;
  height: 2px;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  border-radius: 2px;
}

section#accordion-extra-info-drmyths .item .link .arrow .bar-1 {
  -webkit-transform: rotate(35deg) translate(3px, 0px);
  transform: rotate(35deg) translate(3px, 0px);
}

section#accordion-extra-info-drmyths .item .link .arrow .bar-2 {
  -webkit-transform: rotate(145deg) translate(3px, 0px);
  transform: rotate(145deg) translate(3px, 0px);
}

section#accordion-extra-info-drmyths .item .link .content {
  background: #ffffff;
  border: 2px solid rgba(61, 31, 130, .1);
  border-top: none;
  border-radius: 3px;
  -webkit-transition: .6s ease;
  transition: .6s ease;
  padding: 0;
  opacity: 0;
}

section#accordion-extra-info-drmyths .item .link .content .desc {
  margin: 0;
}

section#accordion-extra-info-drmyths .item .link[aria-expanded="true"] {
  background: rgba(61, 31, 130, .8);
}

section#accordion-extra-info-drmyths .item .link[aria-expanded="true"] .item-title {
  color: #ffffff;
  font-weight: bold;
}

section#accordion-extra-info-drmyths .item .link[aria-expanded="true"] .arrow .bar-1,
section#accordion-extra-info-drmyths .item .link[aria-expanded="true"] .arrow .bar-2 {
  background: #ffffff;
}

section#accordion-extra-info-drmyths .item .link[aria-expanded="true"] .arrow .bar-1 {
  -webkit-transform: rotate(145deg) translate(-3px, 0px);
  transform: rotate(145deg) translate(-3px, 0px);
}

section#accordion-extra-info-drmyths .item .link[aria-expanded="true"] .arrow .bar-2 {
  -webkit-transform: rotate(35deg) translate(-3px, 0px);
  transform: rotate(35deg) translate(-3px, 0px);
}

section#accordion-extra-info-drmyths .item .link[aria-expanded="true"] .content {
  border: 2px solid rgba(61, 31, 130, .8);
  border-top: none;
  opacity: 1;
  padding: 0px 30px;
}

/* 10 -  Free Evaluation */
.free-evaluation-lp {
  font-family: 'Open Sans', sans-serif;
}

@media (min-width: 1300px) {
  .free-evaluation-lp .container {
    max-width: 1260px;
  }
}

.free-evaluation-lp iframe {
  overflow: hidden;
  border: none;
}

.free-evaluation-lp .title {
  font-weight: 600;
}

.free-evaluation-lp .button_call {
  font-weight: 600;
}

header#free-evaluation-header {
  position: relative;
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #764192;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header#free-evaluation-header::after {
  content: '';
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #764192;
  z-index: 0;
  opacity: 0.5;
}

header#free-evaluation-header .content {
  position: relative;
  z-index: 2;
}

header#free-evaluation-header .logo {
  max-width: 170px;
}

header#free-evaluation-header .title {
  color: #ffffff;
  font-style: italic;
  font-weight: 600;
  margin-top: 50px;
  font-size: 32px;
  font-size: 2rem;
}

header#free-evaluation-header .subhead {
  text-align: center;
  margin-bottom: 35px;
  color: #ffffff;
  max-width: 245px;
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 20px auto 40px auto;
}

header#free-evaluation-header .button_call {
  width: 100%;
  max-width: 500px;
  display: block;
  background: #ed2b4b;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 0px;
  border-radius: 3px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  margin: 20px auto 0px auto;
}

header#free-evaluation-header .button_call:hover {
  background: #f92043;
  cursor: pointer;
}

@media (min-width: 992px) {
  header#free-evaluation-header .title {
    font-size: 4rem;
  }
  header#free-evaluation-header .subhead {
    font-size: 2.15rem;
    font-weight: 100;
    max-width: 745px;
  }
  header#free-evaluation-header .button_call {
    font-size: 18pt;
    padding: 15px 0px;
  }
}

section#free-evaluation-presentation {
  padding: 30px 0px;
}

section#free-evaluation-presentation .custom-padding {
  padding: 0px 0px;
}

section#free-evaluation-presentation .title {
  text-align: center;
  max-width: 735px;
  margin: 15px auto;
  font-weight: 600;
  font-size: 22.4px;
  font-size: 1.4rem;
}

section#free-evaluation-presentation .subhead {
  text-align: center;
  max-width: 1000px;
  margin: 35px auto 35px auto;
  font-weight: 400;
  font-size: 19.2px;
  font-size: 1.2rem;
}

section#free-evaluation-presentation .pic {
  position: relative;
  height: 305px;
  padding: 15px 50px;
  margin-bottom: 5px;
  background-color: #4f3266;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section#free-evaluation-presentation .pic::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #4f3266;
  opacity: .75;
}

section#free-evaluation-presentation .pic .title-pic {
  color: #ffffff;
  font-weight: 600;
  font-size: 28.8px;
  font-size: 1.8rem;
  margin: 0;
  position: relative;
  z-index: 2;
}

section#free-evaluation-presentation .pic .desc {
  color: #ffffff;
  font-weight: 300;
  margin: 5px 0px 20px 0px;
  position: relative;
  z-index: 2;
}

section#free-evaluation-presentation .pic hr {
  margin: 0;
  height: 2px;
  width: 145px;
  background-color: #ff3859;
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  section#free-evaluation-presentation {
    padding: 30px 0px 65px 0px;
  }
  section#free-evaluation-presentation .pic .title-pic {
    font-size: 2rem;
  }
  section#free-evaluation-presentation .custom-padding {
    padding: 0px 15px;
  }
  section#free-evaluation-presentation .title {
    font-size: 2.2rem;
  }
  section#free-evaluation-presentation .subhead {
    font-size: 1.5rem;
    margin: 25px auto 60px auto;
  }
}

section#free-evaluation-recoveries {
  background-color: #2d2934;
  padding: 50px 0px;
  text-align: center;
}

section#free-evaluation-recoveries .title {
  color: #ffffff;
  max-width: 900px;
  margin: 20px auto;
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
}

section#free-evaluation-recoveries .subhead {
  color: #ffffff;
  max-width: 760px;
  margin: 20px auto;
  font-weight: 300;
  font-size: 18.4px;
  font-size: 1.15rem;
}

@media (min-width: 992px) {
  section#free-evaluation-recoveries .title {
    font-size: 1.95rem;
  }
  section#free-evaluation-recoveries .subhead {
    font-size: 1.45rem;
  }
}

section#free-evaluation-experience {
  padding: 20px 0px 50px 0px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section#free-evaluation-experience::after {
  content: '';
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #4f3266;
  z-index: 0;
  opacity: 0.92;
}

section#free-evaluation-experience .title {
  position: relative;
  z-index: 2;
  color: #ffffff;
  text-align: center;
  margin: 60px auto;
  font-size: 24px;
  font-size: 1.5rem;
}

section#free-evaluation-experience ul {
  list-style: none;
  margin: 10px 0px;
  position: relative;
  z-index: 2;
}

section#free-evaluation-experience ul li {
  position: relative;
  color: #ffffff;
  list-style: none;
  padding-left: 30px;
  margin: 15px 0px;
  font-size: 20px;
  font-size: 1.25rem;
}

section#free-evaluation-experience ul li::before {
  content: '';
  left: 0px;
  top: 10px;
  position: absolute;
  height: 16px;
  width: 16px;
  background-color: #ff3859;
  border-radius: 50%;
}

@media (min-width: 992px) {
  section#free-evaluation-experience .title {
    font-size: 2rem;
  }
  section#free-evaluation-experience ul li {
    font-size: 1.5rem;
  }
}

section#free-evaluation-manufacturers {
  padding: 30px 0px;
}

section#free-evaluation-manufacturers .title {
  text-align: center;
  margin: 10px 0px;
  max-width: 900px;
  margin: 30px auto;
  font-weight: 300;
  font-size: 22.4px;
  font-size: 1.4rem;
}

section#free-evaluation-manufacturers .logos {
  margin: 30px auto;
  max-width: 650px;
  text-align: center;
}

section#free-evaluation-manufacturers .logos .logo {
  display: inline-block;
  max-width: 100%;
  margin: 15px 10px;
}

@media (min-width: 992px) {
  section#free-evaluation-manufacturers .title {
    font-size: 2rem;
  }
}

section#free-evaluation-how-works {
  background-color: #2d2934;
}

section#free-evaluation-how-works .title {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  margin: 60px auto;
}

section#free-evaluation-how-works .box-white {
  max-width: 1125px;
  padding: 30px 0px 15px 0px;
  margin: 0 auto;
  background-color: #ffffff;
}

@media (min-width: 992px) {
  section#free-evaluation-how-works .box-white {
    border-radius: 5px;
  }
}

section#free-evaluation-how-works .list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 10px 0px 20px 0px;
}

section#free-evaluation-how-works .list > li ul {
  list-style: none;
  padding: 0px 30px 0px 0px;
  margin: 0;
}

section#free-evaluation-how-works .list > li ul li {
  position: relative;
  list-style: none;
  padding-left: 15px;
}

section#free-evaluation-how-works .list > li ul li::before {
  content: '•';
  position: absolute;
  left: 0px;
  color: #ff2b53;
  font-size: 14pt;
  font-weight: bold;
}

section#free-evaluation-how-works .list .icon-list {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  height: 24px;
  width: 24px;
  background: #6546a1;
  border-radius: 50%;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14.4px;
  font-size: 0.9rem;
}

section#free-evaluation-how-works .list .icon-list:after {
  content: '';
  position: absolute;
  height: 24px;
  width: 24px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  top: calc(50% - 10px);
  font-size: 14.4px;
  font-size: 0.9rem;
}

section#free-evaluation-how-works .list .icon-list .wrapper-text {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

section#free-evaluation-how-works .list .list-title {
  font-weight: bold;
  color: #302842;
  font-size: 17.6px;
  font-size: 1.1rem;
  line-height: 0.9em;
  margin-bottom: 10px;
}

section#free-evaluation-how-works .list .list-subtitle {
  font-size: 14.4px;
  font-size: 0.9rem;
}

section#free-evaluation-how-works .desc {
  text-align: center;
  font-size: 13.6px;
  font-size: 0.85rem;
  padding: 0px 15px;
}

section#free-evaluation-how-works .title-desc {
  text-align: center;
  padding: 0px 15px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}

section#free-evaluation-how-works .image {
  display: block;
  max-width: 100%;
  margin: 30px auto;
}

@media (min-width: 992px) {
  section#free-evaluation-how-works .desc, section#free-evaluation-how-works .title-desc {
    text-align: left;
  }
}

section#free-evaluation-eval {
  background-color: #2d2934;
  padding: 30px 0px;
  text-align: center;
}

section#free-evaluation-eval .title {
  color: #ffffff;
  font-size: 30.4px;
  font-size: 1.9rem;
}

section#free-evaluation-eval .button_call {
  width: 100%;
  max-width: 660px;
  display: block;
  background: #ed2b4b;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 0px;
  border-radius: 3px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  margin: 45px auto 45px auto;
}

section#free-evaluation-eval .button_call:hover {
  background: #f92043;
}

section#free-evaluation-eval .subhead {
  color: #ffffff;
  font-weight: 400;
  margin: 20px auto;
  font-size: 17.6px;
  font-size: 1.1rem;
}

section#free-evaluation-eval .subhead.second {
  max-width: 630px;
}

@media (min-width: 992px) {
  section#free-evaluation-eval .title {
    font-size: 2.4rem;
  }
  section#free-evaluation-eval .subhead {
    font-size: 1.5rem;
  }
  section#free-evaluation-eval .button_call {
    font-size: 18pt;
    padding: 15px 0px;
  }
}

section#free-evaluation-testimonials {
  position: relative;
  background-color: #2d2934;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px 0px 50px 0px;
}

section#free-evaluation-testimonials::after {
  content: '';
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #5c367b;
  z-index: 0;
  opacity: 0.86;
}

section#free-evaluation-testimonials .title {
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 75px auto 100px auto;
  color: #ffffff;
  font-size: 24px;
  font-size: 1.5rem;
}

section#free-evaluation-testimonials .slider {
  position: relative;
  z-index: 2;
}

section#free-evaluation-testimonials .testimonial {
  position: relative;
  z-index: 2;
  padding-left: 50px;
  padding-right: 30px;
}

section#free-evaluation-testimonials .testimonial::before {
  content: '';
  background-image: url(/images/icon_quotation_before.png);
  height: 35px;
  width: 37px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 5px;
}

section#free-evaluation-testimonials .testimonial .desc {
  color: #ffffff;
  font-weight: 300;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-style: italic;
  line-height: 28px;
  line-height: 1.75rem;
}

section#free-evaluation-testimonials .testimonial .author {
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  text-align: right;
  line-height: 23.2px;
  line-height: 1.45rem;
}

@media (min-width: 992px) {
  section#free-evaluation-testimonials .testimonial {
    padding-left: 80px;
    padding-right: 50px;
  }
  section#free-evaluation-testimonials .title {
    font-size: 1.8rem;
  }
  section#free-evaluation-testimonials .testimonial .author {
    font-size: 1.5rem;
  }
}

footer#free-evaluation-footer {
  height: 215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #332b43;
}

footer#free-evaluation-footer .logo {
  max-width: 120px;
  margin: 15px auto;
}

footer#free-evaluation-footer .phone {
  color: #ffffff;
  font-weight: 600;
  margin: 15px auto;
  font-size: 24px;
  font-size: 1.5rem;
}

section#free-evaluation-socials {
  background-color: #231a2d;
}

section#free-evaluation-socials .social-icons {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

section#free-evaluation-socials .social-icons li {
  margin: 0px 10px;
}

section#free-evaluation-thank-you {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section#free-evaluation-thank-you::after {
  content: '';
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #764192;
  z-index: 0;
  opacity: 0.6;
}

section#free-evaluation-thank-you .content {
  width: 100%;
  height: 745px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

section#free-evaluation-thank-you .logo {
  max-width: 170px;
}

section#free-evaluation-thank-you .title {
  color: #ffffff;
  font-style: italic;
  font-weight: 600;
  margin-top: 50px;
  font-size: 32px;
  font-size: 2rem;
}

section#free-evaluation-thank-you .subhead {
  text-align: center;
  margin-bottom: 35px;
  color: #ffffff;
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 20px auto 40px auto;
}

@media (min-width: 992px) {
  section#free-evaluation-thank-you .title {
    font-size: 2.5rem;
  }
  section#free-evaluation-thank-you .subhead {
    font-size: 2.15rem;
    font-weight: 100;
  }
  section#free-evaluation-thank-you .button_call {
    font-size: 18pt;
    padding: 15px 0px;
  }
}

/* 11 - Shredder */
a {
  color: #0099CC;
}

.box-content {
  background: #ebe8f2;
  display: inline-block;
  padding: 25px 80px;
  width: 100%;
  margin-bottom: 136px;
  text-justify: justify;
}

.box-content h3 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 17px;
}

.box-content p {
  font-size: 17px;
  font-weight: 400;
}

.box-content .box-img {
  float: right;
}

.box-content .box-button {
  background: rgba(237, 43, 75, .8);
  border-radius: 3px;
  border: 1px solid #ffffff;
  display: inline-block;
  max-width: 440px;
  cursor: pointer;
  color: #ffffff;
  font-size: 21px;
  font-weight: bold;
  padding: 15px 40px;
  text-decoration: none;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  letter-spacing: 1px;
}

.box-content .box-button:hover {
  background-color: #ed2b4b;
}

.box-content .box-button:active {
  position: relative;
  top: 1px;
}

@media (max-width: 411px) {
  .box-content {
    padding: 20px 40px 20px 40px;
  }
  .box-content .box-img {
    width: 50%;
  }
  .box-content h3 {
    font-size: 20px;
  }
  .box-content p {
    font-size: 14px;
  }
  .box-content .box-button {
    font-size: 16px;
    padding: 15px 20px;
    margin-top: 30px;
  }
}

.text-content {
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: justify;
}

.text-content h3 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
}

.text-content p {
  font-size: 17px;
  font-weight: 400;
}

.text-content b {
  font-size: 17px;
}

.footer-content {
  margin-bottom: 100px;
  margin-top: 60px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: justify;
}

.footer-content h3 {
  font-size: 24px;
  font-weight: 700;
}

.footer-content .footer-text {
  font-size: 17px;
  font-weight: 400;
  margin: 0;
}

.footer-content p {
  font-size: 24px;
  font-weight: 300;
}

.footer-content a {
  font-size: 17px;
  text-decoration: underline;
}

.download-title h3 {
  font-size: 24px;
  font-weight: bold;
  color: black;
  text-align: center;
  margin: 50px 0;
}

.box-download {
  background: #ebe8f2;
  display: block;
  padding: 40px 90px 40px 90px;
  width: 100%;
  -ms-flex-line-pack: center;
  align-content: center;
}

.box-download h3 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
}

.box-download p {
  font-size: 17px;
  font-weight: 400;
}

.box-download i {
  margin-right: 10px;
}

.box-download .Button {
  background: rgba(237, 43, 75, .8);
  border-radius: 3px;
  border: 1px solid #ffffff;
  display: block;
  max-width: 345px;
  cursor: pointer;
  color: #ffffff;
  font-size: 21px;
  font-weight: bold;
  padding: 10px 5px;
  text-decoration: none;
  margin-right: auto;
  text-align: center;
  margin-top: 20px;
  letter-spacing: 1px;
}

.box-download .Button:hover {
  background-color: #ed2b4b;
}

.box-download .Button:active {
  position: relative;
  top: 1px;
}

@media (max-width: 411px) {
  .box-download {
    padding: 30px 45px 30px 45px;
  }
  .box-download h3 {
    font-size: 22px;
  }
  .box-download p {
    font-size: 17px;
  }
  .box-download .Button {
    font-size: 18px;
  }
}

.form-box {
  max-height: 340px;
}

.form-box .h3-form {
  margin-top: 52px;
  font-size: 24px;
  font-weight: bold;
}

.form-text {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: justify;
  margin-top: 15px;
}

.form-text i {
  font-size: 16px;
  margin-bottom: 10px;
}

.form-text p {
  font-size: 17px;
}

.form-text p a {
  text-decoration: underline;
}

.form-text .form-button {
  background-color: rgba(61, 31, 130, .8);
  border-radius: 3px;
  border: 1px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 40px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 170px;
  text-align: center;
}

.form-text .form-button:hover {
  background-color: #3d1f82;
}

.form-text .form-button:active {
  position: relative;
  top: 1px;
}

.line {
  margin-top: 49.6px;
  margin-top: 3.1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  border: 3px;
  border-top: 2px solid rgba(0, 0, 0, .4);
}

.footer-links {
  margin-top: 52px;
  margin-bottom: 110px;
}

.footer-links__text h3 {
  color: black;
  font-size: 24px;
  margin: 0;
  display: inline;
}

.footer-links__text p {
  font-size: 24px;
  margin: 0;
  display: inline;
}

.footer-links a {
  font-size: 17px;
  font-weight: bold;
  text-decoration: underline;
}

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