:root {
  --paragraph: #8492a6;
  --headings: #3c4858;
  --paragraph-2: #737e8f;
  --logo-highlight: #193d49;
  --mini-titles-text-links: #6045e0;
  --logo-color: #0b1f26;
  --white: white;
  --black: #000;
  --alice-blue: #eff3fa;
}

body {
  color: var(--paragraph);
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

h1 {
  color: var(--headings);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 100;
  line-height: 36px;
}

h2 {
  color: var(--headings);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 38px;
}

h3 {
  color: var(--headings);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  color: var(--headings);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

h5 {
  color: var(--headings);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  color: var(--headings);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

p {
  color: var(--paragraph-2);
  margin-bottom: 10px;
  font-size: 17.5px;
}

a {
  color: var(--logo-highlight);
  cursor: pointer;
  text-decoration: underline;
}

li {
  margin-bottom: 10px;
  font-weight: 300;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  color: var(--headings);
  text-align: center;
  border-left: 1px #000;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-size: 27px;
  font-style: italic;
  font-weight: 300;
  line-height: 45px;
}

figcaption {
  background-color: var(--paragraph);
  color: #fff;
  text-align: center;
  border-radius: 3px;
  margin: 5px 11px 31px;
  padding: 7px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 100;
  line-height: 14px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.hero-section {
  background-image: url('../images/Hero-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 915px;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.small {
  background-image: url('../images/Bg-11.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 400px;
  min-height: 0;
  padding-top: 62px;
}

.hero-section.services {
  background-image: linear-gradient(#0000007a, #0000007a), url('../images/img-10.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 400px;
  min-height: 0;
  padding-top: 0;
}

.hero-section.blog {
  background-image: linear-gradient(#0000007a, #0000007a), url('../images/120759184_m.jpg');
  background-position: 0 0, 50% 59%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 400px;
  min-height: 0;
  padding-top: 0;
}

.hero-section.medium {
  background-position: 50%;
  background-attachment: scroll;
  height: 700px;
  min-height: 0;
}

.hero-section.about {
  background-image: linear-gradient(#0000007a, #0000007a), url('../images/65345839_m.jpg');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 400px;
  min-height: 0;
  padding-top: 0;
}

.hero-section.contact {
  background-image: linear-gradient(#0000007a, #0000007a), url('../images/90628229_m.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 400px;
  min-height: 0;
  padding-top: 0;
}

.hero-section.pam {
  background-image: linear-gradient(#0000007a, #0000007a), url('../images/123790418_m.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 400px;
  min-height: 0;
  padding-top: 0;
}

.hero-section.pass {
  background-image: linear-gradient(#0000007a, #0000007a), url('../images/216613658_m.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 400px;
  min-height: 0;
  padding-top: 0;
}

.content-wrapper {
  flex: 1;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.content-wrapper.flex-center {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-wrapper.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.content-wrapper.flex-full-height {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.content-wrapper.flex-full-height.t-wide {
  align-items: stretch;
}

.header-box.center-no-border {
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-box.center-no-border.pam {
  width: 80%;
}

.heading-1.large {
  color: #fff;
  font-size: 47px;
  line-height: 59px;
}

.heading-1.hero {
  color: #fff;
  margin-bottom: 15px;
  font-size: 39px;
  line-height: 53px;
}

.heading-1.large-and-white {
  color: #fff;
  font-size: 33px;
  line-height: 48px;
}

.heading-1.large-and-white.add-newsletter-text {
  font-weight: 300;
}

.button-3 {
  border: 1px solid var(--mini-titles-text-links);
  color: var(--mini-titles-text-links);
  text-align: center;
  background-color: #0000;
  border-radius: 3px;
  min-width: 130px;
  height: 45px;
  margin-top: 10px;
  padding-top: 16px;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
  transition: background-color .2s, color .2s;
}

.button-3:hover {
  color: #fff;
  background-image: linear-gradient(#7461d4, #5e4eae);
}

.mini-title-link {
  border: 1px solid var(--mini-titles-text-links);
  color: var(--mini-titles-text-links);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 6px 5px 4px 6px;
  font-family: Montserrat, sans-serif;
  font-size: 9.5px;
  font-weight: 400;
  line-height: 9.5px;
  text-decoration: none;
  display: inline-block;
}

.mini-title-1 {
  color: var(--mini-titles-text-links);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
}

.mini-title-3 {
  color: var(--logo-highlight);
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 16px;
}

.mini-title-3.white {
  color: #fff;
}

.button-5 {
  border: 1px solid var(--mini-titles-text-links);
  color: var(--mini-titles-text-links);
  text-align: center;
  background-color: #0000;
  border-radius: 55px;
  min-width: 130px;
  height: 45px;
  margin-top: 10px;
  padding-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
  transition: background-color .4s, color .4s;
}

.button-5:hover {
  color: #fff;
  background-image: linear-gradient(#5e4eae, #5e4eae);
}

.button-2 {
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#7461d4, #5e4eae);
  border-radius: 55px;
  min-width: 130px;
  height: 45px;
  margin-top: 10px;
  padding-top: 16px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 100;
  line-height: 15px;
  transition: background-color .4s;
}

.button-2:hover {
  background-image: linear-gradient(#5e4eae, #5e4eae);
}

.button-2.t-bold {
  background-image: linear-gradient(180deg, var(--logo-highlight), var(--logo-color));
  border-radius: 0;
  font-weight: 300;
}

.button-2.t-bold:hover {
  background-image: linear-gradient(180deg, var(--logo-color), var(--logo-color));
}

.button-2.t-bold.nav {
  background-image: linear-gradient(180deg, var(--logo-highlight), var(--logo-color));
  border-radius: 0;
  margin-top: 0;
  margin-left: 15px;
}

.button-2.t-bold.nav:hover {
  background-image: linear-gradient(180deg, var(--logo-color), var(--logo-color));
}

.button-2.t-bold.submit {
  background-color: var(--white);
  color: var(--logo-color);
  background-image: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9px;
  font-size: 17px;
}

.small-bottom-border {
  margin-bottom: 20px;
}

.small-bottom-border.bg {
  background-image: url('../images/Hero-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 15px;
  padding-bottom: 15px;
}

.mini-title-4 {
  border-bottom: 1px solid var(--mini-titles-text-links);
  color: var(--mini-titles-text-links);
  margin-bottom: 15px;
  padding-bottom: 2px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
  text-decoration: none;
  display: inline-block;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#7461d4, #5e4eae);
  border-radius: 3px;
  min-width: 130px;
  height: 45px;
  margin-top: 10px;
  padding-top: 16px;
  font-size: 15px;
  line-height: 15px;
  transition: background-color .4s, color .2s;
}

.button-4:hover {
  background-image: linear-gradient(#5e4eae, #5e4eae);
}

.rich-text-block {
  text-align: justify;
}

.rich-text-block img {
  margin-bottom: 20px;
}

.ordered-list {
  color: var(--paragraph);
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 30px;
}

.button-1 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 55px;
  min-width: 130px;
  height: 45px;
  margin-top: 10px;
  padding-top: 14px;
  padding-left: 15px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
  text-decoration: none;
  transition: background-color .2s, color .2s;
}

.button-1:hover {
  color: #1b1b1b;
  background-color: #fff;
}

.button-1.white {
  background-color: var(--white);
  color: var(--black);
}

.button-1.white:hover {
  color: var(--white);
  background-color: #0000;
}

.mini-title-2 {
  border: 1px solid var(--mini-titles-text-links);
  color: var(--mini-titles-text-links);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 6px 5px 4px 6px;
  font-family: Montserrat, sans-serif;
  font-size: 9.5px;
  font-weight: 500;
  line-height: 9.5px;
  display: inline-block;
}

.mini-title-2.add-large {
  border-color: var(--logo-highlight);
  color: var(--logo-highlight);
  font-size: 12.5px;
  font-weight: 400;
}

.mini-title-2.white {
  border-color: var(--white);
  color: #fff;
}

.content-section {
  padding-top: 90px;
  position: relative;
  overflow: hidden;
}

.content-section.bottom-padding {
  padding-bottom: 90px;
}

.content-section.bottom-padding.tint {
  background-color: var(--alice-blue);
}

.content-section.add-bottom-pad {
  padding-bottom: 30px;
}

.content-section.tint {
  background-color: #eff3fa;
}

.style-guide-box {
  margin-bottom: 60px;
}

.dropdown-toggle {
  background-color: #fff;
  padding-top: 31px;
  padding-bottom: 31px;
  padding-right: 34px;
  font-size: 15px;
  font-weight: 300;
  transition: background-color .2s;
}

.dropdown-toggle:hover, .dropdown-toggle.w--open {
  background-color: #e7eaf0;
}

.navlink {
  background-color: #fff;
  padding: 31px 23.5px;
  font-size: 15px;
  font-weight: 300;
  transition: background-color .2s;
}

.navlink:hover {
  background-color: #e7eaf0;
}

.navlink.w--current {
  background-color: var(--logo-color);
  background-image: linear-gradient(180deg, var(--logo-highlight), var(--logo-color));
  color: var(--white);
}

.navlink.w--current:hover {
  background-image: linear-gradient(180deg, var(--logo-color), var(--logo-color));
}

.dropdown-link {
  background-color: var(--white);
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  transition: padding .2s, background-color .2s;
}

.dropdown-link:hover {
  background-color: #d9dde6;
  padding-left: 25px;
}

.dropdown-link.w--current {
  color: #3c4858;
  background-color: #d9dde6;
}

.dropdown-icon {
  color: #8492a6;
  margin-top: 41px;
  font-size: 12px;
  transform: rotate(-90deg);
}

.brand {
  justify-content: center;
  align-items: center;
  transition: opacity .35s;
  display: flex;
}

.brand:hover {
  opacity: .8;
}

.line-2 {
  background-color: #6c7788;
  width: 18px;
  height: 2px;
  margin-bottom: 3px;
}

.inline-block {
  display: inline-block;
}

.line-3 {
  background-color: #6c7788;
  width: 18px;
  height: 2px;
}

.navbar-1 {
  z-index: 100;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
}

.notice-bar {
  z-index: 100;
  background-color: #1b1b1b;
  flex-wrap: nowrap;
  width: 100%;
  display: block;
  position: relative;
}

.notice-box {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.notice-text-box {
  width: 90%;
  padding-left: 25px;
}

.notice-text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 9.5px;
  font-weight: 300;
  line-height: 15px;
}

.mini-close {
  text-align: right;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 45px;
  margin-right: 25px;
  display: flex;
}

.navigation {
  z-index: 10000;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.social-icon {
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  margin-right: 15px;
  transition: background-color .2s;
  display: flex;
}

.social-icon:hover {
  background-color: #fff;
}

.social-icon.instagram {
  background-image: url('../images/002-logo-de-instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 13px;
}

.social-icon.instagram:hover {
  background-image: url('../images/Instagram-gray.svg');
}

.social-icon.linkedin {
  background-image: url('../images/004-logo-linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 13px;
}

.social-icon.linkedin:hover {
  background-image: url('../images/Linkedin-gray.svg');
}

.social-icon.twitter {
  background-image: url('../images/003-simbolo-de-twitter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 13px;
}

.social-icon.twitter:hover {
  background-image: url('../images/Twitter-gray.svg');
}

.social-icon.facebook {
  background-image: url('../images/001-facebook-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 13px;
  justify-content: center;
  align-items: center;
}

.social-icon.facebook:hover {
  background-image: url('../images/Faceboo-gray.svg');
}

.social-icon.tiktok {
  background-image: url('../images/tik-tok.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 13px;
}

.social-icon.tiktok:hover {
  background-image: url('../images/tik-tok-1.png');
}

.social-icon.youtube {
  background-image: url('../images/youtube-2.png');
  background-position: 50% 64%;
  background-repeat: no-repeat;
  background-size: auto 20px;
}

.social-icon.youtube:hover {
  background-image: url('../images/001-youtube.png');
}

.social-icon.snapchat {
  background-image: url('../images/snapchat-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 20px;
}

.social-icon.snapchat:hover {
  background-image: url('../images/snapchat.png');
}

.social-icon.yelp {
  background-image: url('../images/yelp2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 23px;
}

.social-icon.yelp:hover {
  background-image: url('../images/yelp-2.png');
}

.social-icon.houzz {
  background-image: url('../images/houzz-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 23px;
}

.social-icon.houzz:hover {
  background-image: url('../images/houzz-1.png');
}

.social-icon.pinterest {
  background-image: url('../images/pinterest.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 23px;
}

.social-icon.pinterest:hover {
  background-image: url('../images/pinterest-2.png');
}

.social-icon.discord {
  background-image: url('../images/discord.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 22px;
}

.social-icon.discord:hover {
  background-image: url('../images/discord-1.png');
}

.social-icon.telegram {
  background-image: url('../images/telegram-1.png');
  background-position: 35%;
  background-repeat: no-repeat;
  background-size: auto 20px;
}

.social-icon.telegram:hover {
  background-image: url('../images/telegram.png');
}

.social-icon.spotify {
  background-image: url('../images/social.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 30px;
}

.social-icon.spotify:hover {
  background-image: url('../images/social-1.png');
}

.social-icon.twitterx {
  background-image: url('../images/new-twitter.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 13px;
}

.social-icon.twitterx:hover {
  background-image: url('../images/twitter.png');
  background-size: auto 15px;
}

.social-icon.threads {
  background-image: url('../images/icon-threads.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 15px;
}

.social-icon.threads:hover {
  background-image: url('../images/threads-gray.svg');
  background-size: auto 15px;
}

.social-icon.google {
  background-image: url('../images/google.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 15px;
}

.social-icon.google:hover {
  background-image: url('../images/google-1.png');
  background-size: auto 15px;
}

.display-none {
  display: none;
}

.hero-text-box.center-text {
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.social-icons-box {
  position: absolute;
  bottom: 0;
  left: 0;
}

.social-icons-box.hero {
  margin-bottom: 40px;
  margin-left: 80px;
  display: flex;
}

.hero-section-slider {
  background-color: #fff;
  min-height: 820px;
  display: flex;
  position: relative;
}

.hero-slide-arrow {
  opacity: .6;
  transition: opacity .2s;
}

.hero-slide-arrow:hover {
  opacity: .9;
}

.paragraph.white {
  color: #fff;
}

.paragraph.regular {
  font-weight: 400;
}

.mask {
  width: 100%;
}

.anchor-menu {
  border-bottom: 1px solid #b1c2dbcc;
  height: 57px;
}

.anchor-menu-box {
  text-align: center;
  justify-content: center;
  position: relative;
}

.anchor-menu-link {
  z-index: 10;
  color: #1b1b1b;
  cursor: pointer;
  margin-right: 50px;
  padding: 15px 5px 10px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  position: relative;
  top: 1px;
}

.anchor-menu-link:hover {
  border-bottom: 1px solid var(--logo-highlight);
}

.anchor-menu-link.no-left-border {
  margin-right: 0;
}

.intro-text-box {
  text-align: center;
  flex: 1;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mini-title-5 {
  color: var(--logo-highlight);
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 16px;
}

.intro-icon {
  margin-bottom: 20px;
}

.intro-feature, .intro-feature-2, .intro-feature-3 {
  text-align: center;
  border-top: 1px solid #b1c2dbcc;
  border-bottom: 1px solid #b1c2dbcc;
  width: 30%;
  padding: 40px;
}

.intro-features-text {
  color: #3c4858;
  font-size: 22px;
  font-weight: 300;
  line-height: 33px;
}

.intro-features-box {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 65px;
  display: flex;
}

.paragraph-3 {
  color: #a4a7a9;
}

.bottom-separation {
  border-bottom: 1px solid #b1c2dbcc;
  padding-bottom: 60px;
}

.bottom-separation.top-border {
  margin-top: 60px;
}

.bottom-separation.top-border.add-no-line {
  border-bottom-style: none;
}

.bottom-separation.half-padding {
  margin-bottom: 60px;
  padding-bottom: 30px;
}

.mobile-bottom-border {
  min-width: 100%;
}

.flex-wrapper {
  flex-flow: wrap;
  width: 100%;
  display: flex;
  position: relative;
}

.flex-wrapper.footer {
  justify-content: space-between;
  align-items: center;
}

.flex-wrapper.vertical-centered {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flex-wrapper.space-between {
  justify-content: space-between;
}

._55-percent-column {
  width: 55%;
  position: relative;
}

._55-percent-column.flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mobile-top-border {
  min-width: 100%;
  margin-top: 15px;
}

.text-content {
  width: 83%;
}

.text-content.right-padding {
  padding-right: 20px;
}

.text-content.left-padding {
  padding-left: 20px;
}

.text-link {
  color: var(--logo-highlight);
  font-size: 15px;
  font-weight: 300;
  transition: opacity .2s;
}

.text-link:hover {
  opacity: .8;
}

._45-percent-column {
  width: 45%;
}

._45-percent-column.flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

._50-percent-column {
  width: 50%;
  position: relative;
}

._50-percent-column.flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.inter-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/188237545_m.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.clients-inter-box {
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.clients-inter-box.add-newsletter {
  width: 65%;
}

.clients-inter-box.add-newsletter.bot {
  margin-bottom: 40px;
}

.mini-contact-us-box {
  text-align: center;
  border-top: 1px solid #b1c2dbcc;
  border-bottom: 1px solid #b1c2dbcc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 72%;
  padding: 35px 40px 40px;
  display: flex;
}

.address {
  text-align: center;
  background-color: #fffffff2;
  width: 63%;
  padding: 35px 50px 20px;
  text-decoration: none;
}

.address-box {
  background-image: url('../images/71174556_m.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 55%;
  height: 440px;
  display: flex;
}

.contact-icon {
  margin-bottom: 10px;
}

.email-address {
  margin-bottom: 10px;
  text-decoration: none;
}

.footer-notice-text {
  color: #fff;
  letter-spacing: .5px;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.footer-social-links {
  flex-wrap: wrap;
  margin-top: 15px;
  display: flex;
}

.footer-social-links.no-top-border {
  margin-top: 0;
}

.footer-link {
  color: #fff;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.footer-link:hover {
  color: #aaa;
}

.footer-link.w--current {
  text-decoration: underline;
}

.footer-link.horizontal {
  margin-bottom: 0;
  margin-right: 25px;
}

.footer-link.horizontal.t-last {
  margin-right: 0;
}

.logo-footer {
  transition: opacity .4s;
}

.logo-footer:hover {
  opacity: .8;
}

.footer-section {
  background-color: var(--logo-color);
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-notice-text-box {
  flex: 1;
  padding-right: 10px;
}

.menu-horizontal {
  text-align: center;
  flex-wrap: wrap;
  display: flex;
}

.back-to-top-text {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  display: inline;
}

.footer-notice-link {
  color: #fff;
}

.footer-social-icon {
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  margin-right: 15px;
  transition: background-color .2s;
  display: flex;
}

.footer-social-icon:hover {
  background-color: #fff;
}

.footer-social-icon.facebook {
  background-image: url('../images/Face-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 13px;
}

.footer-social-icon.facebook:hover {
  background-image: url('../images/Faceboo-gray.svg');
}

.footer-social-icon.instagram {
  background-image: url('../images/002-logo-de-instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 13px;
}

.footer-social-icon.instagram:hover {
  background-image: url('../images/Instagram-gray.svg');
}

.footer-social-icon.linkedin {
  background-image: url('../images/004-logo-linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 13px;
}

.footer-social-icon.linkedin:hover {
  background-image: url('../images/Linkedin-gray.svg');
}

.footer-social-icon.twitter {
  background-image: url('../images/003-simbolo-de-twitter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 13px;
}

.footer-social-icon.twitter:hover {
  background-image: url('../images/Twitter-gray.svg');
}

.footer-social-icon.t-last {
  margin-right: 0;
}

.footer-social-icon.twitterx {
  background-image: url('../images/new-twitter.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 13px;
}

.footer-social-icon.twitterx:hover {
  background-image: url('../images/twitter.png');
}

.footer-notice {
  border-top: 1px solid #464754;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  padding-top: 30px;
  display: flex;
}

.back-to-top-link {
  font-weight: 400;
  text-decoration: none;
  display: inline;
}

.form-6-button {
  background-image: linear-gradient(180deg, var(--logo-highlight), var(--logo-color));
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 33.33%;
  height: 70px;
  padding-top: 11px;
  font-size: 16px;
  transition: background-color .2s;
}

.form-6-button:hover {
  background-image: linear-gradient(to bottom, var(--logo-color), var(--logo-color));
}

.form-6 {
  flex-flow: wrap;
  max-width: 510px;
  margin-top: 20px;
  display: flex;
}

.form-6-input {
  border: 1px solid #b1c2dbcc;
  width: 33.33%;
  height: 70px;
  padding-left: 33px;
}

.form-6-input:focus {
  border: 1px solid #1989ee;
}

.form-6-input.name {
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-6-input.email {
  border-style: solid none;
  border-color: #b1c2dbcc;
  border-left-width: 1px;
}

.form-6-input.email:focus {
  border-style: solid;
  border-color: #1989ee;
  padding-left: 32px;
}

.error-message {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.error-message.max-width {
  max-width: 510px;
}

.success-message {
  background-color: #0000;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.success-message.add-white {
  color: var(--white);
}

.success-message.color {
  background-image: linear-gradient(to bottom, var(--paragraph), var(--headings));
  color: #fff;
  background-image: linear-gradient(180deg, var(--logo-highlight), var(--logo-color));
}

.add-slide-1 {
  background-image: linear-gradient(#0009, #0009), url('../images/196661586_m.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.add-slide-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/66375695_m.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.add-slide-3 {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/121028629_m.jpg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.add-nav-logo {
  height: 68px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.add-logo-footer {
  height: 56px;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top-and-bottom-border {
  margin-top: 15px;
}

._66-percent-column {
  width: 66%;
}

._66-percent-column.flex {
  flex-wrap: wrap;
  display: flex;
}

.more-line-height {
  line-height: 50px;
}

.utility-section {
  border-bottom: 1px solid #b1c2dbcc;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 50px;
  display: flex;
}

.utility-section.no-top-padding {
  padding-top: 0;
}

.utility-section.no-top-padding.blogs {
  flex-direction: column;
  padding-bottom: 0;
}

._30-percent-column {
  width: 30%;
  position: relative;
}

._40-percent-column {
  width: 40%;
}

.center-content {
  text-align: center;
}

.center-content.top-border {
  width: 100%;
  margin-top: 40px;
}

._45-percent-column-special {
  width: 45%;
}

.map {
  height: 540px;
}

.submit-button-2 {
  background-image: linear-gradient(180deg, var(--logo-highlight), var(--logo-color));
  color: #fff;
  text-align: center;
  border-radius: 3px;
  min-width: 130px;
  height: 45px;
  padding-top: 13px;
  font-size: 15px;
  line-height: 15px;
  transition: background-color .4s, color .2s;
}

.submit-button-2:hover {
  background-image: linear-gradient(to bottom, var(--logo-color), var(--logo-color));
}

._50-percent-column-special {
  width: 50%;
  position: relative;
}

.form-1-input {
  background-image: url('../images/_1+.png');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 9px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #b1c2dbcc;
  height: 55px;
  margin-bottom: 60px;
  padding-left: 40px;
  font-weight: 300;
}

.form-1-input.message {
  background-image: none;
  border-style: solid;
  border-color: #b1c2dbcc;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 60px;
  padding-left: 15px;
}

.form-1-input.message:focus {
  border-color: #3898ec;
}

._56-percent-column {
  width: 56%;
}

._46-percent-column {
  width: 44%;
}

.bottom-border {
  margin-bottom: 15px;
}

.dropdown-list {
  background-color: var(--white);
}

.div-block--contact-item {
  background-image: url('../images/42207664_m.jpg');
  background-position: 50%;
  background-size: cover;
  height: 540px;
}

.map-in-div {
  height: 100%;
}

.post-preview-box {
  padding-right: 20px;
}

.post-preview-box.top-padding {
  margin-top: 18px;
}

.box-details {
  border-top: 1px solid #b1c2dbcc;
  border-bottom: 1px solid #b1c2dbcc;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.box-details.small {
  border-top-style: none;
  border-bottom-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.post-preview-image-3 {
  flex-direction: column;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inline-link {
  color: #6045e0;
}

.inline-link.small {
  font-size: 15px;
  font-weight: 300;
}

.div-block--blog-post {
  width: 95%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.absolute-hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.title-link {
  color: var(--headings);
  font-size: 22px;
  line-height: 30px;
  text-decoration: none;
  transition: opacity .2s;
}

.title-link:hover {
  opacity: .85;
}

.hover-box {
  background-image: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.hover-box.overflow-hidden {
  background-image: url('../images/120759184_m.jpg');
  background-position: 50%;
  background-size: cover;
  height: 250px;
  transition: box-shadow .3s;
  overflow: hidden;
}

.hover-box.overflow-hidden:hover {
  box-shadow: 7px 7px 33px #00000036;
}

.hover-box.overflow-hidden.blog1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.inline-text-2 {
  margin-right: 4px;
  font-size: 15px;
  font-weight: 300;
}

.heading-2 {
  color: #3c4858;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 38px;
  font-weight: 100;
  line-height: 44px;
}

.content-wrapper-2 {
  color: #8492a6;
  flex: 1;
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  display: block;
  position: relative;
}

.box-details-2 {
  border-top: 1px solid #bbc9dd;
  border-bottom: 1px solid #bbc9dd;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.box-details-2.no-second-line {
  border-bottom-style: none;
  justify-content: flex-end;
}

.inline-link-2 {
  color: #000;
}

.inline-link-2.small {
  font-size: 15px;
  font-weight: 300;
}

.inline-text {
  margin-right: 4px;
  font-size: 15px;
}

.footer-link-2 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.footer-link-2:hover {
  color: #b0c4e0;
}

.footer-link-2.w--current {
  text-decoration: underline;
}

.footer-text {
  color: #fff;
  font-size: 16px;
  display: inline-block;
}

.footer-section-2 {
  background-color: #26272e;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-link-box {
  width: 20%;
}

.footer-left-column {
  width: 35%;
  padding-right: 35px;
}

.footer-mini-title {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  display: inline-block;
}

.footer-logo {
  margin-bottom: 10px;
}

.footer-right-column {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 65%;
  padding-left: 60px;
  display: flex;
}

.button-6 {
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#7461d4, #5e4eae);
  border-radius: 55px;
  min-width: 130px;
  height: 45px;
  margin-top: 10px;
  padding-top: 16px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 100;
  line-height: 15px;
  transition: background-color .4s;
}

.button-6:hover {
  background-image: linear-gradient(#5e4eae, #5e4eae);
}

.button-6.t-bold {
  font-weight: 300;
}

.content-wrapper-3, .content-wrapper-4 {
  flex: 1;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.content-wrapper-4.flex-center {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-3.large {
  color: #fff;
  font-size: 47px;
  line-height: 59px;
}

._46-percent-column-2 {
  width: 44%;
}

.content-wrapper-5 {
  flex: 1;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.paragraph-4.regular {
  font-weight: 400;
}

.form-2-input {
  color: #9eafc7;
  background-image: url('../images/_1+.png');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 9px;
  border-style: solid;
  border-color: #b1c2dbcc;
  border-bottom-width: 1px;
  width: 31%;
  height: 55px;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 35px;
  font-weight: 300;
}

.form-2-input::placeholder {
  color: var(--logo-highlight);
  font-size: 16px;
}

.form-2-input.message {
  background-image: none;
  width: 100%;
  padding: 15px 15px 80px;
}

.submit-button-3 {
  background-image: linear-gradient(#7461d4, #5e4eae);
  border-radius: 55px;
  min-width: 130px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  font-size: 15px;
  transition: background-color .3s;
  display: block;
}

.submit-button-3:hover {
  background-image: linear-gradient(#7461d4, #7461d4);
}

html.w-mod-js [data-ix="move-up-on-load"], html.w-mod-js [data-ix="move-up-on-load-2"], html.w-mod-js [data-ix="move-up-on-load-3"], html.w-mod-js [data-ix="move-up-on-load-4"], html.w-mod-js [data-ix="move-up-on-load-5"] {
  opacity: 0;
  transform: translate(0, 40px);
}

@media screen and (max-width: 991px) {
  .header-box.center-no-border {
    width: 85%;
  }

  .button-2.t-bold.nav {
    margin-left: 0;
  }

  .menu-button {
    height: 60px;
    padding-top: 24px;
  }

  .menu-button.w--open, .dropdown-toggle, .navlink {
    background-color: #fff;
  }

  .hero-section-slider {
    min-height: 825px;
  }

  .flex-wrapper.mobile-center {
    justify-content: center;
    align-items: center;
  }

  .flex-wrapper.footer {
    flex-direction: column;
  }

  .text-content {
    width: 100%;
  }

  .text-content.left-padding {
    padding-left: 20px;
  }

  .clients-inter-box {
    width: 80%;
  }

  .clients-inter-box.add-newsletter {
    width: 85%;
  }

  .address {
    width: 80%;
  }

  .logo-footer, .menu-horizontal {
    margin-bottom: 30px;
  }

  .footer-social-icon {
    margin-bottom: 15px;
  }

  .nav-menu {
    background-color: var(--white);
    padding-bottom: 20px;
  }

  ._50-percent-column-special {
    width: 50%;
  }

  ._50-percent-column-special.bottom-border {
    margin-bottom: 30px;
  }

  .hover-box.overflow-hidden {
    height: 180px;
  }

  .footer-left-column {
    flex-direction: column;
  }

  .footer-right-column {
    padding-left: 0;
  }

  .dropdown {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .hero-section.medium {
    height: 400px;
  }

  .hero-section.about, .hero-section.contact, .hero-section.pam, .hero-section.pass {
    height: 300px;
  }

  .heading-1.hero {
    font-size: 36px;
    line-height: 49px;
  }

  .heading-1.large-and-white.add-newsletter-text {
    font-size: 33px;
    line-height: 43px;
  }

  .rich-text-block {
    text-align: left;
  }

  .content-section {
    padding-top: 60px;
  }

  .content-section.bottom-padding {
    padding-bottom: 60px;
  }

  .brand {
    padding-left: 0;
  }

  .hero-text-box.center-text {
    width: 100%;
  }

  .social-icons-box.hero {
    justify-content: center;
    width: 100%;
    margin-bottom: 60px;
    margin-left: 0;
  }

  .hero-section-slider {
    min-height: 625px;
  }

  .hero-slide-arrow {
    display: none;
  }

  .intro-text-box {
    width: 100%;
  }

  .intro-feature, .intro-feature-2 {
    border-bottom-style: none;
    width: 80%;
  }

  .intro-feature-3 {
    width: 80%;
  }

  .intro-features-box {
    justify-content: center;
    align-items: center;
  }

  .mobile-bottom-border {
    margin-bottom: 30px;
  }

  .flex-wrapper.mobile-center {
    justify-content: center;
    align-items: center;
  }

  ._55-percent-column {
    width: 100%;
  }

  .mobile-top-border {
    margin-top: 30px;
  }

  .text-content.right-padding {
    padding-right: 0;
  }

  .text-content.left-padding {
    padding-left: 0;
  }

  ._45-percent-column, ._50-percent-column {
    width: 100%;
  }

  .clients-inter-box {
    width: 90%;
  }

  .clients-inter-box.add-newsletter {
    width: 100%;
  }

  .mini-contact-us-box {
    width: 80%;
  }

  .address-box {
    width: 199%;
    height: 360px;
    margin-bottom: 50px;
  }

  .footer-link.horizontal {
    margin-bottom: 15px;
  }

  .menu-horizontal {
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }

  .error-message {
    width: 80%;
  }

  .error-message.max-width {
    width: auto;
  }

  .add-nav-logo {
    height: 48px;
  }

  ._66-percent-column, ._30-percent-column, ._40-percent-column, ._45-percent-column-special {
    width: 100%;
  }

  .map {
    height: 360px;
  }

  ._50-percent-column-special {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  ._56-percent-column {
    width: 100%;
  }

  .div-block--contact-item {
    height: 400px;
  }

  .post-preview-box {
    margin-top: 20px;
    padding-right: 0;
  }

  .div-block--blog-post {
    width: 100%;
  }

  .hover-box.overflow-hidden {
    height: 280px;
  }

  .footer-left-column {
    width: 100%;
    margin-bottom: 50px;
  }

  .footer-right-column {
    width: 100%;
  }

  .heading-3.large {
    text-align: center;
  }

  ._46-percent-column-2 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero-section.about, .hero-section.services {
    height: 300px;
  }

  .hero-section.blog {
    height: 300px;
    padding-top: 0;
  }

  .hero-section.medium, .hero-section.about, .hero-section.contact, .hero-section.pam, .hero-section.pass {
    height: 300px;
  }

  .header-box {
    text-align: center;
  }

  .header-box.center-no-border {
    width: 100%;
  }

  .heading-1.hero {
    font-size: 32px;
    line-height: 41px;
  }

  .heading-1.large-and-white.add-newsletter-text {
    font-size: 23px;
    line-height: 36px;
  }

  .dropdown-toggle {
    padding-top: 22px;
    padding-bottom: 22px;
    display: block;
  }

  .navlink {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .dropdown-icon {
    margin-top: 32px;
  }

  .hero-text-box.center-text {
    padding-left: 0;
    padding-right: 0;
  }

  .social-icons-box.hero {
    margin-bottom: 40px;
  }

  .hero-section-slider {
    min-height: 525px;
  }

  .anchor-menu {
    height: auto;
  }

  .anchor-menu-link {
    width: 100%;
    margin-right: 0;
  }

  .intro-feature, .intro-feature-2, .intro-feature-3 {
    width: 100%;
    max-width: 100%;
  }

  ._55-percent-column, ._45-percent-column, ._50-percent-column, .clients-inter-box, .mini-contact-us-box {
    width: 100%;
  }

  .address {
    padding-left: 20px;
    padding-right: 20px;
  }

  .address-box {
    width: 100%;
    height: 220px;
  }

  .footer-link.horizontal {
    margin-bottom: 15px;
  }

  .footer-link.horizontal.t-mobile-nav-center {
    margin-right: 0;
  }

  .footer-notice-text-box {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 30px;
  }

  .menu-horizontal {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .menu-horizontal.t-mobile-center {
    align-items: center;
  }

  .footer-notice {
    margin-top: 60px;
  }

  .back-to-top-link {
    width: 100%;
  }

  .form-6-button {
    border-radius: 3px;
    width: 100%;
  }

  .form-6-input.name {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
  }

  .form-6-input.email {
    border-left-style: solid;
    border-right-style: solid;
    width: 100%;
  }

  .add-nav-logo {
    height: 41px;
    margin-top: 10px;
    margin-bottom: 8px;
  }

  .add-logo-footer {
    height: 38px;
  }

  ._45-percent-column-special {
    width: 100%;
  }

  .map {
    height: 280px;
  }

  ._50-percent-column-special {
    width: 100%;
  }

  .div-block--contact-item {
    height: 220px;
  }

  .box-details {
    width: 100%;
  }

  .div-block--blog-post {
    margin-bottom: 35px;
  }

  .hover-box.overflow-hidden {
    height: 180px;
  }

  .content-wrapper-2 {
    padding-bottom: 0;
  }

  .box-details-2 {
    width: 100%;
  }

  .footer-link-box {
    width: 50%;
    margin-bottom: 50px;
  }

  .footer-link-box.no-borders {
    margin-bottom: 0;
  }

  .heading-3.large {
    font-size: 38px;
    line-height: 50px;
  }

  .form-2-input {
    width: 100%;
  }
}


