.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #2c70b1;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
}

p {
  margin-bottom: 10px;
  line-height: 26px;
}

a {
  color: #2c70b1;
  font-weight: 500;
  text-decoration: none;
}

li {
  margin-bottom: 5px;
}

.body {
  background-color: #fff;
  font-family: Montserrat, sans-serif;
}

.hero {
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #e8ebec;
}

.navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
  color: #fff;
}

.logo-text {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}

.text-span {
  font-weight: 300;
}

.hero-container {
  margin-top: 20px;
  text-align: center;
}

.search-input {
  width: 100%;
  height: 55px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  border-style: none;
}

.search-button {
  height: 55px;
  padding-right: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.06);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: transparent;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  color: #2c70b1;
  font-weight: 500;
  text-align: left;
}

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

.div-block {
  position: absolute;
  display: inline-block;
  margin-left: -48px;
}

.brand {
  color: #fff;
}

.brand.page {
  color: #000;
}

.nav-link {
  display: none;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.09);
  color: #000;
  font-size: 12px;
  font-weight: 500;
}

.nav-link:hover {
  background-color: #fff;
  color: #2c70b1;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.page {
  color: #000;
}

.search {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.11);
}

.image {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.image-2 {
  width: 60px;
  margin-left: -12px;
  padding: 13px 10px 13px 13px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.section {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000;
}

.section.white {
  background-color: #fff;
}

.section.grey {
  background-color: #ff9c26;
  background-image: url('../images/BackgroundImage.png');
  background-position: 0% 50%;
  background-size: cover;
}

.section.category {
  padding-top: 40px;
}

.section.footer-top {
  background-color: #fff;
}

.heading-1 {
  margin-bottom: 30px;
  color: #fff;
  font-weight: 400;
}

.link {
  color: #2c70b1;
  text-decoration: none;
}

.link.collection {
  color: #2c70b1;
  font-weight: 500;
  text-decoration: none;
}

.link.collection:hover {
  color: #1e4d79;
}

.link.related-articles {
  font-size: 12px;
  line-height: 14px;
}

.category-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -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;
  font-family: 'Fa 300', sans-serif;
  color: #2c70b1;
  font-size: 31px;
  line-height: 35px;
}

.category-icon.alternate {
  position: relative;
  top: 4px;
  height: 50px;
}

.link-box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d4dadf;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
  color: #000;
  text-decoration: none;
}

.link-box-wrapper:hover {
  box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.05);
}

.link-box-wrapper.alternate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: #d4dadf;
  background-color: #fff;
}

.link-box-wrapper.alternate:hover {
  box-shadow: none;
}

.link-box-wrapper.vertical {
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
  font-weight: 300;
}

.heading-2.hero-heading-2 {
  margin-bottom: 40px;
  color: #000;
}

.collection-list-wrapper {
  display: inline;
}

.footer-icon {
  margin-right: 20px;
  float: left;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.div-block-3 {
  padding-left: 20px;
  float: left;
}

.footer-column-2 {
  padding-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-column-2.border {
  padding: 10px 0px 10px 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.heading-3 {
  font-weight: 400;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  line-height: 25px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  -webkit-transition: background-color 100ms ease, box-shadow 100ms ease;
  transition: background-color 100ms ease, box-shadow 100ms ease;
  color: #000;
  text-decoration: none;
}

.link-block:hover {
  background-color: #fff;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.05);
}

.hero-page {
  padding-bottom: 30px;
  background-color: #2c70b1;
}

.collection-item-2 {
  margin-bottom: 45px;
  padding-right: 30px;
  padding-left: 30px;
}

.collection-list-wrapper-2 {
  margin-top: 45px;
  margin-right: -20px;
  margin-left: -20px;
}

.article-heading {
  font-weight: 300;
}

.div-block-4 {
  margin-top: 20px;
  padding: 20px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  background-color: #f5f7fa;
}

.line {
  height: 1px;
  max-height: 1px;
  min-height: 1px;
  margin-top: 5px;
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.05);
}

.line._2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.article-column-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  padding-left: 40px;
}

.text-block {
  font-size: 12px;
  font-weight: 500;
}

.link-2 {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.link-3 {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.text-block-2 {
  margin-top: 10px;
}

.collection-item-3 {
  margin-bottom: 10px;
  line-height: 14px;
}

.navbar-page {
  padding-bottom: 10px;
  background-color: transparent;
  color: #fff;
}

.section-breadcrumbs {
  padding-top: 7px;
  padding-bottom: 10px;
  background-color: #f5f7fa;
}

.breadcrumb-link {
  margin-top: -3px;
  padding: 5px 10px;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: background-color 100ms ease, color 100ms ease;
  transition: background-color 100ms ease, color 100ms ease;
  color: #727272;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
}

.breadcrumb-link:hover {
  background-color: #2c70b1;
  color: #fff;
}

.breadcrumb-slash {
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 3px;
  color: rgba(51, 51, 51, 0.27);
}

.heading-4 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

.heading-5 {
  color: #000;
  font-weight: 400;
}

.heading-6 {
  color: #000;
  font-weight: 400;
}

.div-block-4-copy {
  margin-top: 20px;
  padding: 20px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  background-color: #2c70b1;
  text-align: center;
}

.div-block-4-copy._2 {
  background-color: #f5f7fa;
  color: #2c70b1;
}

.more-help-text {
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.more-help-text._2 {
  color: #2c70b1;
}

.button {
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.09);
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
}

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

.button._2 {
  background-color: #2c70b1;
}

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

.footer {
  background-color: #eef1f5;
}

.text-block-4 {
  display: inline-block;
  margin-right: 15px;
  color: rgba(0, 0, 0, 0.5);
}

.column-3 {
  text-align: right;
}

.footer-link {
  display: none;
  margin-right: 25px;
  color: rgba(0, 0, 0, 0.5);
}

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

.footer-link.main {
  font-weight: 600;
}

.search-result-item {
  margin-bottom: 45px;
  padding-right: 30px;
  padding-left: 30px;
}

.text-block-5 {
  margin-top: 10px;
  color: rgba(51, 51, 51, 0.6);
}

.row {
  margin-top: 45px;
}

.form {
  margin-top: 20px;
  margin-right: 40px;
}

.faq-item {
  margin-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.faq-link-block {
  position: relative;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
}

.faq-icon {
  position: absolute;
  top: 14px;
  right: 0px;
  bottom: 0px;
  padding: 1px;
}

.faq-answer {
  margin-top: 5px;
  margin-bottom: 0px;
}

.heading-container {
  margin-bottom: 45px;
  text-align: center;
}

.footer-column-1 {
  padding: 10px 30px 10px 0px;
}

.feedback-form {
  margin-top: 45px;
}

.helpful-block {
  margin-bottom: 20px;
}

.footer-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
}

.required-tag {
  position: relative;
  top: -1px;
  margin-left: 10px;
  padding: 4px 10px;
  border-radius: 180px;
  background-color: rgba(0, 0, 0, 0.06);
  color: rgba(51, 51, 51, 0.45);
  font-size: 10px;
  font-weight: 400;
}

.field-label {
  margin-top: 30px;
  margin-bottom: 10px;
}

.textarea {
  min-height: 250px;
  border-radius: 4px;
}

.form-block {
  margin-top: -10px;
}

.text-field {
  border-radius: 4px;
}

.select-field {
  border-radius: 4px;
}

.utility-page-wrap {
  -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;
}

.utility-page-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form-2 {
  padding: 25px 30px;
  border: 1px solid #f5f7fa;
  border-radius: 4px;
}

.column-4 {
  padding-right: 30px;
}

.button-2 {
  border-radius: 4px;
  background-color: #2c70b1;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
}

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

.button-2._2 {
  background-color: #2c70b1;
}

.button-2._2:hover {
  background-color: #1e4d79;
  color: #fff;
}

.column-5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c70b1;
  text-align: center;
}

.column-6 {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.category-block-link-text {
  color: #2c70b1;
}

.category-block-link-text.alternate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feedback-form-success {
  border-radius: 4px;
  background-color: #2c70b1;
  color: #f5f7fa;
}

.category-title {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

.category-title.alternate {
  height: 24px;
  margin-top: 10px;
  margin-left: 20px;
  font-weight: 400;
}

.feedback-form-error {
  border-radius: 4px;
  background-color: #2c70b1;
  color: #fff;
}

.image-3 {
  margin-top: 16px;
}

.text-block-6 {
  display: inline-block;
  margin-right: 5px;
  color: #2c70b1;
  font-weight: 700;
}

.search-result-wrapper {
  margin-top: 40px;
}

.div-block-5 {
  width: 50px;
  height: 50px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.category-empty-state {
  border-radius: 4px;
  background-color: #f5f7fa;
  color: #2c70b1;
}

.collection-list-wrapper-3 {
  margin-top: 10px;
}

.icon-400 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px;
  -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;
  font-family: 'Fa 400', sans-serif;
  color: rgba(0, 0, 0, 0.13);
  font-size: 21px;
}

.brand-icon {
  display: inline-block;
  font-family: 'Fa 300', sans-serif;
  color: hsla(0, 0%, 100%, 0.75);
}

.tab-item-padding {
  padding: 3rem 0rem;
  cursor: pointer;
}

.faq-list {
  border-top: 1px solid #e4eff3;
}

.tab-bottom {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0rem;
  padding: 3rem 2.25rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 4rem;
  grid-template-columns: 1fr 4rem;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 9px 9px 0px 0px;
  background-color: #f9fafb;
}

.tab-bottom.tab-bottom-full-width {
  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;
}

.margin-bottom {
  margin-top: 0rem;
  margin-right: 0rem;
  margin-left: 0rem;
}

.link-4 {
  color: #b49415;
}

.text-size-regular {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.tab-top {
  display: -ms-grid;
  display: grid;
  padding: 1rem 2rem;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 0.4fr;
  grid-template-columns: 1fr 0.4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: none;
  border-width: 1px;
  border-color: #f0f4f6;
  background-color: #fff;
}

.tab-icon-image {
  width: 1.5rem;
}

.tab-bottom-wrapper {
  overflow: hidden;
}

.tab-item {
  padding-right: 0rem;
  padding-bottom: 0rem;
  padding-left: 0rem;
  border-top: 1px none #e3eef3;
  border-bottom: 1px solid #e3eef3;
}

.tab-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4rem;
  height: 4rem;
  margin-left: auto;
  -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-style: solid;
  border-width: 1px;
  border-color: #e3eef3;
  border-radius: 100%;
}

.tab-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading-small {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
}

.hero-without-image {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.hero-wrapper-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  max-width: 750px;
  margin: 10px auto;
  padding-right: 20px;
  padding-left: 20px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.hero-wrapper-left:hover {
  box-shadow: 0 0 20px -6px #000;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.margin-bottom-24px {
  margin-bottom: 24px;
  padding-right: 20px;
  padding-left: 20px;
  color: rgba(0, 0, 0, 0.54);
  text-align: left;
}

.button-primary {
  width: 150px;
  height: 70px;
  margin: 10px 10px 20px;
  padding: 12px 25px;
  background-color: #1a1b1f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-wrapper-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  max-width: 750px;
  margin: 10px auto;
  padding-right: 20px;
  padding-left: 20px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.hero-wrapper-right:hover {
  box-shadow: 1px 1px 20px -6px #000;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.heading-7 {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
  font-size: 30px;
}

.heading-8 {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 0px;
  color: #000;
  font-size: 30px;
}

.testimonial-image-left {
  position: relative;
  display: none;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f7951f;
}

.container-2 {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.testimonial-wrapper-four {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.testimonial-wrapper-four:hover {
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
}

.testimonial-left {
  width: 20%;
  margin-right: 64px;
}

.testimonial-image-four {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
}

.heading-small-2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}

.testimonial-text-four {
  margin-bottom: 32px;
  font-size: 19px;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-block-2:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.heading-10 {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
  color: #000;
  font-size: 30px;
  font-weight: 600;
}

html.w-mod-js *[data-ix="hide-faq-answer"] {
  display: none;
  opacity: 0;
  height: 0px;
}

@media screen and (max-width: 991px) {
  .section {
    padding-right: 30px;
    padding-left: 30px;
  }

  .link-box-wrapper.alternate {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-page {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section-breadcrumbs {
    padding-right: 30px;
    padding-left: 30px;
  }

  .category-title {
    font-size: 16px;
  }

  .category-title.alternate {
    margin-left: 10px;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .tab-icon {
    width: 3.5rem;
    height: 3.5rem;
    padding: 0.8rem;
  }

  .tab-title {
    -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;
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
  }

  .container {
    max-width: 728px;
  }

  .margin-bottom-24px {
    padding-bottom: 25px;
  }

  .heading-8 {
    font-size: 20px;
  }

  .container-2 {
    max-width: 728px;
  }

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

  .heading-10 {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-right: 30px;
    padding-left: 30px;
  }

  .search-input {
    font-size: 10px;
  }

  .footer-column-2 {
    padding-right: 10px;
  }

  .footer-column-2.border {
    padding-right: 0px;
    padding-left: 0px;
    border-left-style: none;
  }

  .hero-page {
    padding-right: 30px;
    padding-left: 30px;
  }

  .article-column-2 {
    padding-left: 10px;
  }

  .section-breadcrumbs {
    padding-right: 30px;
    padding-left: 30px;
  }

  .breadcrumb-link {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 8px;
  }

  .column-3 {
    margin-top: 10px;
    text-align: center;
  }

  .footer-link {
    display: block;
    margin-bottom: 5px;
  }

  .footer-link.w--current {
    display: block;
  }

  .form {
    margin-right: 0px;
  }

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

  .footer-bottom {
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
  }

  .button-2 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .column-7 {
    margin-bottom: 45px;
  }

  .tab-bottom {
    padding: 2rem;
    -ms-grid-columns: 1fr 3.5rem;
    grid-template-columns: 1fr 3.5rem;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .tab-top {
    padding-right: 1rem;
    padding-left: 1rem;
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }

  .heading-small {
    font-size: 1.75rem;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small-2 {
    font-size: 28px;
    line-height: 36px;
  }
}

@media screen and (max-width: 479px) {
  .search-button {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 10px;
  }

  .category-icon.alternate {
    margin-bottom: 5px;
  }

  .link-box-wrapper.alternate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-column-2 {
    padding-right: 10px;
  }

  .category-title.alternate {
    margin-left: 0px;
  }

  .tab-item-padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .tab-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem;
  }

  .tab-bottom.tab-bottom-full-width {
    padding: 2rem;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .tab-top {
    padding-right: 1rem;
    padding-left: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: left;
  }

  .tab-icon {
    margin-left: 0px;
  }

  .container {
    max-width: none;
  }

  .margin-bottom-24px {
    font-size: 8px;
  }

  .button-primary {
    margin-bottom: 20px;
  }

  .hero-wrapper-right {
    height: 400px;
    max-width: 900px;
  }

  .heading-7 {
    font-size: 20px;
  }

  .heading-8 {
    font-size: 15px;
  }

  .container-2 {
    max-width: none;
  }

  .testimonial-image-four {
    padding: 10px;
  }

  .heading-small-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-10 {
    font-size: 7px;
  }
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.woff2') format('woff2'), url('../fonts/fa-light-300.eot') format('embedded-opentype'), url('../fonts/fa-light-300.woff') format('woff'), url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}