.search-input {
  height: 45px;
  margin-right: 25px;
}

.close-search {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 20px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-arrow {
  top: 6px;
  color: #5a266f;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56.5px;
  margin-left: 3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand:hover {
  opacity: 0.8;
}

.search-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: none;
  min-height: 290px;
  padding-top: 107px;
  padding-bottom: 20px;
  background-color: rgba(12, 12, 12, 0.95);
}

.dropdown-link {
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #1b1c1f;
  color: #fff;
  font-size: 14px;
}

.dropdown-link:hover {
  background-color: #000;
}

.dropdown-link.w--current {
  color: #ff5136;
}

.dropdown-toggle {
  height: 56.5px;
  padding-top: 18px;
  background-color: transparent;
  color: #5a266f;
  font-size: 14px;
}

.search-title {
  margin-bottom: 20px;
  color: #fff;
}

.search-button {
  height: 45px;
  min-width: 150px;
  padding-top: 10px;
  background-color: #ff5136;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 14px;
  line-height: 14px;
}

.search-button:hover {
  background-color: #fa3e21;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 57px;
  background-color: #eff0f1;
  box-shadow: 0 0 5px 1px #c2c2c2;
}

.navlink {
  height: 56.5px;
  padding-top: 18px;
  padding-right: 17px;
  padding-left: 17px;
  background-color: transparent;
  color: #5a266f;
  font-size: 14px;
}

.navlink:hover {
  background-color: #5c1e73;
  color: #fff;
}

.navlink.w--current {
  color: #ff5136;
}

.navlink.red {
  padding-right: 26px;
  padding-left: 26px;
  background-color: #ff4d00;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 12.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.navlink.red:hover {
  background-color: #5a266f;
}

.navlink.red.w--current {
  color: #fff;
}

.navlink.search1 {
  padding-right: 25px;
  padding-left: 25px;
  background-image: url('../images/buscador-musical.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.text-mini {
  font-size: 13px;
  line-height: 13px;
}

.text-mini.white {
  color: #fff;
}

.content-wrapper {
  position: relative;
  max-width: 1210px;
  padding-right: 25px;
  padding-left: 25px;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.success-message {
  border-radius: 3px;
  background-color: #22d469;
  color: #fff;
}

.form-title {
  margin-top: 0px;
  font-family: Oswald, sans-serif;
  color: #1155b6;
  font-size: 39px;
  line-height: 34px;
  font-weight: 600;
}

.form-title.subtitle {
  margin-top: 13px;
  margin-bottom: 40px;
  color: #3b3d44;
  font-size: 21px;
  line-height: 26px;
  font-weight: 300;
}

.demo-row {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -140px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  margin-top: 20px;
  padding: 15px 40px;
  border-radius: 40px;
  background-color: #dd2476;
  -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #ff512f;
  box-shadow: 7px 7px 23px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}

.button.full-submit-button {
  width: 100%;
  margin-top: 20px;
  background-color: #5a266f;
}

.button.full-submit-button:hover {
  background-color: #a83bd5;
}

.button.hero-button {
  margin-top: 0px;
  margin-right: 10px;
  padding: 15px 35px 14px;
  background-color: #fff;
  box-shadow: 7px 7px 70px 0 rgba(0, 0, 0, 0.3);
  color: #000;
  letter-spacing: 2px;
}

.button.hero-button:hover {
  box-shadow: 7px 7px 70px 0 rgba(0, 0, 0, 0.2);
  color: #dd2476;
}

.button.hero-button._2 {
  background-color: #ff4d00;
  color: #fff;
}

.button.hero-button._2:hover {
  background-color: #304655;
  color: #fff;
}

.container {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph {
  margin-bottom: 0px;
  font-size: 14px;
}

.column-feature-title {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 700;
}

.column-feature-title.icon {
  margin-right: 10px;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #22d469;
}

.column-feature-block {
  margin-bottom: 70px;
}

.column-features-right {
  padding-top: 0px;
  padding-left: 40px;
}

.demo-form {
  position: relative;
  z-index: 10;
  margin-bottom: 0px;
  padding: 70px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 7px 7px 60px -10px rgba(0, 0, 0, 0.25);
}

.field {
  height: 50px;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 17px;
}

.field:hover {
  border-color: #c5c5c5;
  background-color: #fff;
}

.field:focus {
  border-color: #5e7feb;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(94, 127, 235, 0.3);
}

.field.underline-field {
  padding-left: 0px;
  border-width: 0px 0px 1px;
  border-radius: 0px;
  -webkit-transition: background-color 200ms ease, border 200ms ease, padding 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, border 200ms ease, padding 200ms ease, box-shadow 200ms ease;
}

.field.underline-field:hover {
  border-bottom-color: #969696;
}

.field.underline-field:focus {
  padding-left: 15px;
  border-bottom-color: #dd2476;
}

.checkbox {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #979eac;
  font-size: 15px;
  line-height: 18px;
}

.checkbox:hover {
  color: #dd2476;
}

.checkbox.push-down {
  margin-top: 30px;
  margin-bottom: 10px;
}

.section {
  margin-top: 225px;
  margin-bottom: 83px;
}

.video-hero-overlay {
  padding-top: 200px;
  padding-bottom: 190px;
  background-color: #ff4d00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.06)), to(#240f2c)), url('../images/slide-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.06), #240f2c), url('../images/slide-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  text-align: center;
}

.hero-title {
  display: block;
  width: 564px;
  margin: 0px auto;
  color: #fff;
  font-size: 49px;
  line-height: 51px;
  font-weight: 600;
}

.hero-background-video {
  width: 100%;
  height: auto;
}

.hero-subtitle {
  margin-top: -8px;
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 32px;
  font-weight: 400;
}

.bottom-info-text {
  margin-top: 50px;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 15px;
  text-align: center;
}

.hero-centered-block {
  display: block;
  width: 580px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.large-hero-title-bold {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.hero-button-wrapper {
  margin-top: 50px;
}

.text-block {
  color: #5a266f;
}

.text-block-2 {
  color: #5a266f;
}

.bold-text {
  display: block;
  margin-top: 5px;
  font-size: 38px;
}

.bold-text.small {
  font-size: 16px;
}

.top-padding {
  padding-top: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.notebook {
  position: relative;
  width: 91%;
  padding: 50px 35px;
  border: 1px solid #c4cbd7;
}

.button-2 {
  min-height: 43.5px;
  min-width: 165px;
  padding-top: 14px;
  background-color: #ff5136;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #fa3e21;
}

.image-4 {
  width: 93%;
  max-width: 515px;
  min-height: 340px;
  margin-left: 7%;
  background-image: url('../images/bruce-mars-559226-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.circle-red {
  width: 25px;
  height: 25px;
  margin-top: 5px;
  border-radius: 50%;
  background-color: #ff5136;
}

.circle-red.checkmark {
  background-color: #5a266f;
  background-image: url('../images/Checkmark_1Checkmark.png');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.button-3 {
  width: 170px;
  min-height: 43.5px;
  padding-top: 14px;
  border-radius: 55px;
  background-color: #5a266f;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.button-3:hover {
  background-color: #fa3e21;
}

.paragraph-2.medium {
  font-size: 16px;
  line-height: 24.5px;
}

.divider {
  width: 88%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #c4cbd7;
}

.top-border {
  margin-top: 20px;
}

.number {
  font-family: Oswald, sans-serif;
  font-size: 25px;
}

.notebook-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 27px;
  padding-top: 25px;
  padding-bottom: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #c4cbd7;
  border-bottom: 0px solid #c4cbd7;
}

.jusity-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: right;
}

._50-column-end {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-2 {
  width: 90%;
  min-height: 340px;
  margin-right: 5%;
  background-image: url('../images/slide-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bottom-border {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.bottom-border.small {
  width: 100%;
  margin-bottom: 10px;
}

.header-border-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4%;
}

.page-tip {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 64px;
  height: 52.5px;
}

.heading-container {
  position: relative;
  z-index: 10;
  margin-bottom: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.z-index {
  position: relative;
  z-index: 100;
}

.side-padding {
  padding-right: 40px;
  padding-left: 40px;
}

.full-line {
  width: 100%;
  height: 1px;
  margin-top: 50px;
  background-color: #c4cbd7;
}

.full-line.bottom-border {
  margin-bottom: 50px;
}

.circular-icon {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: #ff5136;
}

.circular-icon._1 {
  background-image: url('../images/cardiograma-1.svg');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.circular-icon._2 {
  background-image: url('../images/manzana.svg');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.left-border {
  margin-right: 20px;
}

.left-border.medium {
  margin-right: 15px;
}

._50-column-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._50-column-center._2-left-padding {
  padding-left: 40px;
}

._50-column-center.left-padding {
  position: relative;
  z-index: 10;
  padding-left: 40px;
}

._77-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 84%;
  margin-bottom: 24px;
  padding-bottom: 14px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #c4cbd7;
}

.h2-title {
  font-family: Oswald, sans-serif;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

._2-subheading {
  display: block;
  width: 34%;
  margin-right: auto;
  margin-left: auto;
}

.flex-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.divider-2 {
  width: 88%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 3%;
  background-color: #c4cbd7;
}

._2-red-line {
  width: 130px;
  height: 2px;
  background-color: #ff5136;
}

.h5-title {
  font-family: Oswald, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h5-title.less-border {
  margin-bottom: 4px;
}

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

._50-column.center-flex {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.borders {
  margin-top: 30px;
  margin-bottom: 30px;
}

.image-1 {
  width: 93%;
  max-width: 515px;
  min-height: 340px;
  margin-right: 8%;
  background-image: url('../images/slide-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.h4-title {
  font-family: Oswald, sans-serif;
  font-size: 22.5px;
  line-height: 32px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.image-6 {
  width: 95%;
  max-width: 525px;
  min-height: 340px;
  background-image: url('../images/slide-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.title {
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #677583;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title.small {
  font-size: 13px;
}

.image-5 {
  width: 80%;
  max-width: 468px;
  min-height: 290px;
  margin-left: 7%;
  background-image: url('../images/bruce-mars-554386-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-flex-stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-3 {
  position: relative;
  top: -1px;
  right: -1px;
}

._2-heading-box {
  display: block;
  width: 34%;
  margin-right: auto;
  margin-left: auto;
}

.expand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-2 {
  height: 386px;
  background-image: linear-gradient(15deg, #44055c, hsla(0, 0%, 100%, 0.07)), url('../images/slide-2.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.heading {
  color: #fffdfd;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
}

.columns {
  margin-top: 6px;
  margin-bottom: 61px;
  padding-top: 138px;
  padding-bottom: 0px;
}

.container-18 {
  position: relative;
  top: 128px;
}

.image-24 {
  width: 100%;
  height: 150px;
  padding: 12px;
}

.image-24.border {
  position: relative;
  float: right;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#fff));
  background-image: linear-gradient(180deg, #fafafa, #fff);
  box-shadow: 0 0 25px -6px rgba(180, 179, 179, 0.8);
}

.container-17 {
  position: relative;
  top: 199px;
  height: 1100px;
}

.image-20 {
  width: 100%;
  height: 150px;
  margin-top: -21px;
  padding: 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 0 20px -6px #fff;
}

.image-20:hover {
  opacity: 0.8;
}

.image-20.border {
  position: relative;
  float: left;
  box-shadow: 0 0 20px -6px #949191;
}

.column-16 {
  padding-right: 0px;
  padding-left: 0px;
}

.image-21 {
  width: 100%;
  height: 150px;
  padding: 12px;
}

.image-21:hover {
  opacity: 0.8;
}

.image-21.border {
  position: relative;
  float: left;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 0 20px -6px #b1adad;
}

.image-27 {
  width: 100%;
  height: 150px;
  margin-top: 2px;
  padding: 12px;
}

.image-27.baredr {
  position: relative;
  margin-top: 0px;
  float: right;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 239, 239, 0.91)), to(#fff));
  background-image: linear-gradient(180deg, rgba(241, 239, 239, 0.91), #fff);
  box-shadow: 9px 0 26px -10px #bbb8b8;
}

._50percent {
  width: 50%;
}

._50percent.left {
  position: absolute;
  width: 50%;
}

.image-19 {
  width: 100%;
  height: 150px;
  margin-top: -20px;
  padding: 12px;
}

.image-19:hover {
  opacity: 0.8;
}

.image-19.border {
  position: relative;
  left: -48px;
  width: 100%;
  margin-top: -22px;
  margin-left: 40px;
  padding: 13px;
  float: left;
  clear: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 0 20px -6px #a5a0a0;
}

.image-22 {
  width: 100%;
  height: 150px;
  padding: 12px;
}

.image-22:hover {
  opacity: 0.8;
}

.image-22.border {
  position: relative;
  float: left;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 0 20px 0 #b3b0b0, 0 0 20px -6px #fff;
}

.title-2 {
  position: relative;
  top: 7px;
  color: #ff4d00;
  font-size: 30px;
  line-height: 35px;
}

.row-10 {
  margin-top: 22px;
}

.heading-3 {
  font-size: 41px;
  text-transform: uppercase;
}

.image-26 {
  width: 100%;
  height: 150px;
  margin-top: 1px;
  padding: 12px;
}

.image-26.border {
  position: relative;
  margin-top: 0px;
  float: right;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 94.5%, 0.86)), to(#fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 94.5%, 0.86), #fff);
  box-shadow: 0 0 24px -6px #b9b9b9;
}

.header-box-3 {
  position: relative;
  top: 3px;
  display: block;
  width: 100%;
  height: 1100px;
  margin-right: auto;
  margin-bottom: 33px;
  margin-left: auto;
  text-align: center;
}

._50per {
  width: 50%;
}

._50per.right {
  position: relative;
  width: 50%;
  height: 20px;
  float: right;
}

.image-23 {
  width: 100%;
  height: 500px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 12px;
}

.image-23.border {
  position: relative;
  left: -9px;
  right: 6px;
  width: 100%;
  height: 700px;
  float: left;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.97)), to(#fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.97), #fff);
  box-shadow: 15px 0 20px -6px hsla(0, 0%, 80.8%, 0.8);
}

.image-23.border:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.97)), to(#fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.97), #fff);
}

.image-28 {
  width: 100%;
  height: 500px;
  margin-top: 3px;
  margin-bottom: 14px;
  padding: 12px;
  float: right;
}

.image-28.border {
  position: relative;
  left: 11px;
  width: 100%;
  height: 700px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 0 20px -6px rgba(179, 176, 176, 0.76);
}

.section-3 {
  margin-top: 72px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#24082e), to(rgba(92, 30, 115, 0.57))), url('../images/slide-2.jpg');
  background-image: linear-gradient(180deg, #24082e, rgba(92, 30, 115, 0.57)), url('../images/slide-2.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.footer-brand {
  text-decoration: none;
}

.paragraph-footer {
  margin-top: 24px;
}

.paragraph-footer.white {
  margin-top: 0px;
  font-size: 15px;
  line-height: 25px;
}

.paragraph-footer.white.small {
  font-size: 6px;
}

.image-29 {
  height: 20px;
  margin-right: 10px;
  float: left;
}

.container-full {
  max-width: 1200px;
  background-color: transparent;
}

.footer-link {
  margin-top: 12px;
  margin-bottom: 12px;
  color: #fff;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

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

.social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.logo-type {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.logo-type.white-font {
  color: #fff;
}

.logo-type.white-font.footer {
  display: block;
  padding-top: 46px;
  padding-bottom: 11px;
  color: #fff;
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8.33%;
  padding-right: 30px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  margin-right: 24px;
  margin-left: 96px;
  padding-right: 15px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 64px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid hsla(0, 0%, 100%, 0.3);
}

.left {
  float: none;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
}

.scroll-up-button {
  position: absolute;
  right: -82px;
  bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: 8.33%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: transparent;
}

.scroll-up-button:hover {
  border-color: #ff8e64;
  background-color: #ff8e64;
}

.social-link {
  display: inline-block;
  margin-right: 5px;
  padding: 8px 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-link:hover {
  opacity: 1;
}

.social-link.orage {
  width: 28px;
  height: 28px;
  margin-right: 5px;
  padding: 3px;
  border-radius: 100px;
  background-color: #ff8e64;
  text-align: center;
}

.social-link.orage.gray {
  width: 32px;
  height: 32px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

.social-link.orage.gray:hover {
  border-color: #ff8e64;
  background-color: #ff8e64;
}

.text-copyright {
  display: inline;
  margin-right: 5px;
  font-size: 12px;
  line-height: 24px;
}

.footer-header {
  margin-top: 34px;
  margin-bottom: 24px;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.color-font {
  color: #ff8e64;
  line-height: 29px;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-us-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-link-copyright {
  color: #ff8e64;
  font-size: 12px;
  text-decoration: none;
  text-transform: none;
}

.text-link-copyright:hover {
  text-decoration: underline;
}

.heading-4 {
  color: #ff4d00;
}

.link {
  position: relative;
  left: 1px;
  top: 45px;
  right: 70px;
  display: block;
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 6px;
  padding: 19px 0px 5px;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #8a7409;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.bold-text-3 {
  display: block;
  margin-top: 22px;
  padding-top: 18px;
}

.link-2 {
  display: block;
  overflow: hidden;
  height: 67px;
  margin-top: 29px;
  margin-bottom: -65px;
  font-size: 50px;
  text-decoration: underline;
  text-transform: none;
}

.heading-2 {
  position: relative;
  top: -162px;
  margin-top: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 31px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

.link-4 {
  color: #fa1919;
  font-size: 32px;
  line-height: 47px;
  text-decoration: none;
}

.link-5 {
  position: static;
  display: block;
  margin-top: 44px;
  margin-right: auto;
  margin-left: auto;
  color: #ff4d00;
  font-size: 57px;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}

.link-5:hover {
  position: static;
}

.paragraph-3 {
  margin-top: 25px;
  margin-bottom: 22px;
  font-size: 20px;
  line-height: 27px;
}

.section-4 {
  height: 100%;
  margin: 52px auto 29px;
  padding-top: 34px;
  padding-right: 0px;
}

.image-30 {
  background-color: #fff;
}

.columns-2 {
  overflow: hidden;
  height: 304px;
}

.section-5 {
  margin-top: 282px;
}

.heading-5 {
  padding-right: 99px;
  padding-left: 99px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.contact-us-popup-3 {
  position: relative;
  top: -11px;
  z-index: 3000;
  display: block;
  height: auto;
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 64px 64px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(38, 56, 72, 0.2);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  text-align: center;
}

.contact-us-icon-2 {
  margin-top: 0px;
  margin-bottom: 8px;
  background-color: transparent;
}

.title-contact {
  text-transform: uppercase;
}

.pop-up-text-field {
  height: 50px;
  margin-top: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.pop-up-text-field.center {
  text-align: center;
}

.button-4 {
  display: inline-block;
  width: 180px;
  height: auto;
  padding: 9px 20px;
  border-radius: 30px;
  background-color: #eb4200;
  opacity: 1;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.button-4:hover {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
  opacity: 1;
}

.button-4.pop-up {
  margin-top: 24px;
  background-color: #ff4d00;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

@media screen and (max-width: 991px) {
  .burger-menu {
    color: #fff;
  }
  .menu-button {
    height: 56.5px;
    background-color: #000;
  }
  .menu-button.w--open {
    background-color: #000;
  }
  .nav-menu {
    overflow: auto;
    height: 100vh;
    background-color: #000;
  }
  .navlink.search1 {
    background-position: 20px 50%;
  }
  .form-title {
    font-size: 36px;
  }
  .demo-row {
    margin-top: -90px;
  }
  .button.hero-button {
    padding-right: 25px;
    padding-left: 25px;
  }
  .column-feature-title {
    font-size: 18px;
  }
  .column-features-right {
    padding-left: 20px;
  }
  .demo-form {
    padding: 35px;
  }
  .video-hero-overlay {
    padding-top: 170px;
    padding-bottom: 120px;
  }
  .hero-title {
    width: 100%;
  }
  .hero-centered-block {
    width: 660px;
  }
  .bold-text {
    font-size: 34px;
    line-height: 41px;
  }
  .notebook-item {
    margin-bottom: 8px;
  }
  ._50-column-center._2-left-padding {
    padding-left: 20px;
  }
  ._50-column-center.left-padding {
    padding-left: 0px;
  }
  ._77-item {
    width: 100%;
  }
  ._2-subheading {
    width: 54%;
    padding-top: 0px;
  }
  .flex-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._2-heading-box {
    width: 54%;
  }
  .image-24.border {
    height: 100px;
  }
  .container-17 {
    height: 700px;
  }
  .image-20 {
    height: auto;
  }
  .image-20.border {
    height: 100px;
  }
  .image-21 {
    height: auto;
  }
  .image-27.baredr {
    height: 100px;
  }
  .image-19 {
    height: auto;
  }
  .image-19.border {
    float: none;
  }
  .image-22 {
    height: auto;
  }
  .title-2 {
    top: -52px;
  }
  .heading-3 {
    margin-top: -36px;
    font-size: 27px;
    line-height: 47px;
  }
  .image-26.border {
    height: 100px;
  }
  .header-box-3 {
    top: -4px;
    width: 80%;
    height: auto;
  }
  .image-23 {
    height: auto;
  }
  .image-23.border {
    height: auto;
    float: none;
  }
  .image-28.border {
    height: auto;
    float: none;
  }
  .footer-link {
    margin-top: 12px;
    margin-bottom: 12px;
    color: #fff;
    text-decoration: none;
  }
  .social-wrapper.footer {
    padding-right: 0px;
    padding-left: 0px;
  }
  .logo-type.white-font.footer {
    padding-left: 0px;
  }
  .footer-content {
    margin-right: 0%;
    padding-right: 20px;
    padding-left: 8px;
  }
  .footer-links {
    padding-right: 8px;
    padding-left: 8px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .scroll-up-button {
    right: -20px;
  }
  .footer-header {
    letter-spacing: 2px;
  }
  .link {
    position: relative;
    top: 35px;
  }
  .heading-2 {
    top: -11px;
    font-size: 25px;
    line-height: 33px;
    font-weight: 400;
  }
  .paragraph-3 {
    margin-top: 16px;
    margin-bottom: 27px;
  }
  .section-4 {
    margin-top: 43px;
  }
  .columns-2 {
    height: 163px;
  }
  .heading-5 {
    margin-top: -62px;
    padding-right: 67px;
    padding-left: 67px;
    font-size: 19px;
  }
}

@media screen and (max-width: 767px) {
  .menu-button {
    background-color: #ff4d00;
  }
  .form-title {
    margin-bottom: 10px;
    text-align: left;
  }
  .form-title.subtitle {
    margin-bottom: 30px;
  }
  .demo-row {
    display: block;
    margin-top: 0px;
  }
  .button.hero-button {
    display: block;
    margin-top: 5px;
    margin-right: 0px;
    text-align: center;
  }
  .button.hero-button._2 {
    margin-top: 10px;
  }
  .form-column-left {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .column-features-right {
    padding-top: 20px;
    padding-right: 35px;
    padding-left: 27px;
  }
  .video-hero-overlay {
    padding: 99px 25px 40px;
  }
  .hero-title {
    font-size: 40px;
    line-height: 45px;
  }
  .hero-subtitle {
    margin-top: 20px;
    font-size: 23px;
  }
  .bottom-info-text {
    margin-top: 30px;
  }
  .hero-centered-block {
    width: 490px;
  }
  .bold-text {
    font-size: 30px;
  }
  ._50-column-end {
    width: 100%;
  }
  ._50-column-end.mobile-border {
    margin-bottom: 45px;
  }
  ._50-column-center {
    width: 100%;
  }
  ._50-column-center._2-left-padding {
    padding-left: 0px;
  }
  ._50-column-center.left-padding {
    padding-left: 0px;
  }
  ._2-subheading {
    width: 64%;
  }
  .flex-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mobile-top-border {
    margin-top: 45px;
  }
  .flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ._50-column {
    width: 100%;
  }
  ._2-heading-box {
    width: 64%;
  }
  .landscape-border {
    margin-bottom: 54px;
  }
  .columns {
    padding-top: 53px;
  }
  .container-18 {
    margin-top: 85px;
    margin-bottom: 85px;
  }
  .image-24.border {
    height: 200px;
  }
  .container-17 {
    top: 182px;
    height: 1300px;
  }
  .image-20 {
    height: 150px;
    margin-top: 20px;
  }
  .image-20.border {
    height: 200px;
  }
  .image-21 {
    height: 150px;
  }
  .image-21.border {
    height: 200px;
  }
  .image-27.baredr {
    height: 200px;
  }
  .image-19 {
    height: 150px;
  }
  .image-19.border {
    height: 200px;
  }
  .image-22 {
    height: 150px;
    margin-top: 16px;
    margin-bottom: 0px;
  }
  .image-22.border {
    height: 200px;
  }
  .heading-3 {
    line-height: 44px;
  }
  .image-26.border {
    height: 200px;
  }
  .header-box-3 {
    width: 90%;
  }
  .image-23 {
    height: 400px;
  }
  .image-23.border {
    height: auto;
    float: left;
  }
  .image-28.border {
    float: right;
  }
  .footer-link {
    font-size: 13px;
  }
  .social-wrapper.footer {
    padding-left: 0px;
  }
  .footer-content {
    padding-right: 10px;
    padding-left: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .footer-links {
    width: 50%;
  }
  .footer {
    padding-right: 20px;
  }
  .link {
    position: relative;
    top: 37px;
  }
  .heading-2 {
    top: -7px;
    display: inline;
    height: 500px;
    color: #d1c6c6;
    font-size: 26px;
    line-height: 44px;
    text-decoration: none;
  }
  .link-4 {
    position: relative;
    top: 7px;
    color: #ec2424;
  }
  .column-17 {
    margin-top: 6px;
  }
  .contact-us-popup-3 {
    padding: 40px;
  }
}

@media screen and (max-width: 479px) {
  .menu-button {
    background-color: #ff4d00;
  }
  .content-wrapper {
    margin-top: -83px;
  }
  .form-title {
    font-size: 27px;
    line-height: 28px;
  }
  .form-title.subtitle {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 19px;
  }
  .button {
    margin-top: 20px;
  }
  .button.hero-button {
    margin-top: 6px;
    margin-right: 3px;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 11px;
    line-height: 11px;
  }
  .button.hero-button._2 {
    margin-right: 0px;
    margin-left: 0px;
    background-color: #ff4d00;
  }
  .paragraph {
    padding-right: 24px;
    padding-left: 30px;
    font-size: 14px;
  }
  .column-feature-block {
    padding-right: 13px;
    padding-left: 10px;
  }
  .demo-form {
    margin-top: -183px;
  }
  .hero-title {
    width: 100%;
    font-size: 20px;
    line-height: 26px;
  }
  .hero-subtitle {
    font-size: 19px;
    line-height: 30px;
  }
  .hero-centered-block {
    width: 280px;
  }
  .hero-button-wrapper {
    margin-top: 30px;
  }
  .bold-text {
    font-size: 17px;
    line-height: 22px;
  }
  .bold-text.small {
    margin-right: auto;
    margin-left: auto;
    padding-left: 2px;
    text-align: center;
  }
  .notebook {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .image-2 {
    margin-right: -1%;
  }
  ._77-item {
    width: 100%;
  }
  ._2-subheading {
    width: 90%;
  }
  .mobile-top-border {
    margin-top: 45px;
  }
  ._2-red-line {
    width: 100px;
    min-width: auto;
  }
  .image-1 {
    margin-right: 0%;
  }
  ._2-heading-box {
    width: 100%;
  }
  .heading {
    margin-top: -9px;
    margin-bottom: 24px;
    padding-top: 0px;
  }
  .columns {
    padding-top: 71px;
  }
  .container-18 {
    top: 30px;
    margin-top: 78px;
  }
  .image-24.border {
    top: 0px;
    height: auto;
  }
  .bold-text-2 {
    position: relative;
    top: -51px;
    display: block;
    margin-top: -6px;
    margin-bottom: 9px;
    font-size: 12px;
  }
  .container-17 {
    top: -4px;
    height: 700px;
  }
  .image-20 {
    height: 100px;
  }
  .image-20.border {
    top: -18px;
    height: auto;
  }
  .image-21 {
    height: 100px;
  }
  .image-21.border {
    top: 9px;
    height: auto;
  }
  .image-27.baredr {
    top: 4px;
    height: auto;
  }
  .image-19 {
    height: 100px;
  }
  .image-19.border {
    height: auto;
  }
  .image-22 {
    height: 100px;
  }
  .image-22.border {
    height: auto;
  }
  .title-2 {
    top: -4px;
    margin-top: -48px;
  }
  .heading-3 {
    position: relative;
    top: -4px;
    margin-top: 4px;
    margin-bottom: 53px;
    font-size: 18px;
    line-height: 24px;
  }
  .image-26.border {
    top: 9px;
    height: 100px;
  }
  .header-box-3 {
    top: 20px;
    height: auto;
    margin-bottom: 53px;
  }
  .image-23 {
    height: 200px;
  }
  .image-28.border {
    top: 14px;
    height: auto;
  }
  .div-block-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }
  .container-full {
    margin-top: -12px;
  }
  .footer-link {
    margin-top: -12px;
    margin-bottom: -1px;
    text-align: center;
  }
  .logo-type.white-font.footer {
    font-size: 21px;
  }
  .footer-content {
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 13px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-links {
    width: 100%;
    margin-top: -4px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 33px;
    text-align: left;
  }
  .footer-copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer {
    margin-top: 28px;
    padding-top: 0px;
  }
  .scroll-up-button {
    bottom: 125px;
    margin-bottom: 20px;
  }
  .footer-header {
    text-align: center;
  }
  .link {
    position: relative;
    left: -3px;
    top: -5px;
    display: block;
    width: 241px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 13px;
  }
  .heading-2 {
    left: -8px;
    top: 356px;
    bottom: -29px;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 22px;
  }
  .link-4 {
    color: #d82525;
  }
  .link-5 {
    font-size: 30px;
  }
  .paragraph-3 {
    margin-top: 12px;
    font-size: 15px;
  }
  .section-4 {
    height: 1%;
    margin-top: -141px;
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .columns-2 {
    margin-top: 130px;
    margin-bottom: -29px;
  }
  .image-31 {
    margin-top: 2px;
    margin-bottom: 46px;
    padding-top: 0px;
  }
  .section-5 {
    margin-top: -56px;
  }
  .heading-5 {
    margin-top: -17px;
    margin-bottom: 61px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 16px;
    line-height: 18px;
  }
}

@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}