@charset "UTF-8";
html,
body {
  width: 100%;
  /* &.mobile-menu-active {
    overflow-y: hidden;
  } */
}
html section,
body section {
  overflow: hidden !important;
}

/*body {
  overflow-y: hidden !important;
}
 */
body {
  line-height: 1.85 !important;
}
body > .menu_related.industries {
  display: none;
}

.btn-container {
  text-align: center;
}

.normal-button {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: auto;
  text-transform: uppercase;
  padding: 0 20px;
  height: 44px;
  line-height: 46px;
  font-size: 14px;
  font-family: "Gilroy-semibold", sans-serif;
  letter-spacing: 0.5px;
  color: #fff;
  background-color: #002067;
}

.border-button {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: auto;
  text-transform: uppercase;
  padding: 0 20px;
  height: 44px;
  line-height: 46px;
  font-size: 14px;
  font-family: "Gilroy-semibold", sans-serif;
  letter-spacing: 0.5px;
  color: #002067;
  border: 2px solid #002067;
  background-color: transparent;
}

.clear {
  clear: both;
}

.nav, ul {
  list-style: none;
}

.button_primary {
  background-color: #017DF5;
  height: 60px;
  padding: 17px 29px;
  font-family: "Gilroy-Semibold", sans-serif;
  line-height: 28px;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  width: fit-content;
  width: -moz-fit-content;
  /* Firefox */
  width: -webkit-fit-content;
  /* Chrome */
  transition: 0.3s;
}
@media screen and (max-width: 1023px) {
  .button_primary {
    height: 46px;
    font-size: 18px;
    line-height: 14px;
  }
}
@media screen and (max-width: 425px) {
  .button_primary {
    height: 40px;
    font-size: 16px;
    line-height: 21px;
    padding: 12px 20px;
    display: inline-block;
  }
}
.button_primary.whitebg {
  background-color: white;
  color: #002067;
}
.button_primary.whitebg:hover {
  background: #002067;
  color: #fff;
}
.button_primary:hover {
  background: #002067;
}

.button_secondary {
  background: none;
  border: #017DF5 2px solid;
  height: 60px;
  padding: 17px 29px;
  font-family: "Gilroy-Semibold", sans-serif;
  line-height: 24px;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  width: fit-content;
  width: -moz-fit-content;
  /* Firefox */
  width: -webkit-fit-content;
  /* Chrome */
  transition: 0.3s;
}
@media screen and (max-width: 1023px) {
  .button_secondary {
    height: 46px;
    font-size: 18px;
    line-height: 12px;
  }
}
@media screen and (max-width: 425px) {
  .button_secondary {
    height: 40px;
    font-size: 16px;
    line-height: 21px;
    padding: 9px 20px;
    display: inline-block;
  }
}
.button_secondary.whitebg {
  border-color: white;
}
.button_secondary:hover {
  background: #002067;
}

.display-none {
  display: none;
}

.title_container {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .title_container {
    margin-bottom: 20px;
  }
}
.title_container .title {
  width: fit-content;
  width: -moz-fit-content;
  /* Firefox */
  width: -webkit-fit-content;
  /* Chrome */
}
.title_container .title.title-p0 h2 {
  padding: 0px;
}
.title_container .title h2 {
  font-size: 32px;
  color: #002067;
  font-family: "Gilroy-Semibold", sans-serif;
  display: inline-block;
  padding: 0 0 15px 26px;
}
@media screen and (max-width: 768px) {
  .title_container .title h2 {
    font-size: 20px;
    padding: 0 0 4px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .title_container .title h2 {
    font-size: 24px;
    padding: 0 0 6px 0;
  }
}
.title_container .title .title-underline {
  display: none;
  height: 3px;
  width: 100%;
  background-image: linear-gradient(to right, #FF5749 0%, rgba(255, 255, 255, 0.35) 100%);
}
@media screen and (max-width: 768px) {
  .title_container .title .title-underline {
    height: 2px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .title_container .title .title-underline {
    height: 3px;
  }
}

a {
  text-decoration: none !important;
  color: #017DF5;
  font-family: "Gilroy-Semibold", sans-serif;
  font-weight: normal;
}

@media (min-width: 1199px) {
  .sol_content, .s_content {
    margin-top: 55px !important;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .sol_content, .s_content {
    margin-top: 40px !important;
  }
}
@media (max-width: 1023px) {
  .sol_content, .s_content {
    margin-top: 25px;
  }
}

#video_resource {
  display: none;
}

.border_outer {
  width: 90%;
  max-width: 1920px;
  margin: 80px auto;
}
.border_outer.border_outer-fullwidth {
  width: 100%;
}
.border_outer .border {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.border_outer .border .red_line {
  height: 4px;
  width: 5%;
  display: block;
  background-color: #FF5749;
}
@media screen and (max-width: 425px) {
  .border_outer .border .red_line {
    width: 10%;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .border_outer .border .red_line {
    width: 10%;
  }
}
.border_outer .border .grey_line {
  height: 2px;
  width: 95%;
  background: #F2F6F9;
  display: block;
}
@media screen and (max-width: 425px) {
  .border_outer .border .grey_line {
    width: 90%;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .border_outer .border .grey_line {
    width: 90%;
  }
}

header {
  background-color: white;
  z-index: 101;
  width: 100%;
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 0;
}
header .tgHeader {
  top: 0;
  padding: 15px 0 20px;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: white;
}
@media screen and (max-width: 1199px) {
  header .tgHeader {
    padding: 0 !important;
  }
}
header .tgHeader.borderfixedHeader {
  border-bottom: 1px solid #F4F7FA;
}
header .tgHeader.fixedHeader {
  width: 100%;
  position: fixed;
  top: 0;
  padding: 10px 0;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  header .tgHeader.fixedHeader {
    padding: 0 0 10px;
  }
}
header .tgHeader.fixedHeader .menu-item {
  padding: 5px 20px !important;
}
header .tgHeader.fixedHeader .menu-item:last-child {
  padding-right: 0 !important;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  header .tgHeader.fixedHeader .menu-item:last-child {
    padding-right: 24px !important;
  }
}
header .tgHeader.fixedHeader .sub-menu-wrap {
  top: 25px !important;
}
header .tgHeader.fixedHeader .f_line {
  display: none !important;
}
header .tgHeader .f_line {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1023px) {
  header .tgHeader .f_line {
    width: 100%;
    display: none;
    padding: 0 24px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  header .tgHeader .f_line {
    width: 90%;
    max-width: unset;
    display: none;
    margin: auto;
    padding: 0 24px;
  }
}
header .tgHeader .f_line nav {
  font-size: 0;
  display: block;
  margin: 0 8px 0 16px;
}
header .tgHeader .f_line nav .top-nav {
  margin-right: 24px;
  width: 100%;
  text-align: right;
  list-style: none;
}
@media screen and (max-width: 1199px) {
  header .tgHeader .f_line nav .top-nav {
    float: none;
    position: relative;
    margin: 0;
  }
}
header .tgHeader .f_line nav .top-nav.top-nav__new {
  margin-right: 24px;
}
@media screen and (max-width: 1199px) {
  header .tgHeader .f_line nav .top-nav.top-nav__new {
    text-align: left;
  }
}
header .tgHeader .f_line nav .top-nav.top-nav__new a {
  font-size: 16px;
  font-family: "Gilroy-Semibold", sans-serif !important;
  line-height: 20px;
  position: relative;
  color: #3F4A5B !important;
  box-sizing: border-box;
  opacity: 1 !important;
}
header .tgHeader .f_line nav .top-nav.top-nav__new a:hover {
  color: #007CF7 !important;
  transition: 0.3s ease-in-out;
}
header .tgHeader .f_line nav .top-nav .menu-item {
  padding-right: 24px;
  position: relative;
  display: inline-block;
}
header .tgHeader .f_line nav .top-nav .menu-item:last-child {
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  header .tgHeader .f_line nav .top-nav .menu-item {
    width: auto;
    display: block;
  }
}
header .tgHeader .f_line nav .top-nav .menu-item:hover a {
  color: #007CF7;
  transition: 0.3s ease-in-out;
}
header .tgHeader .f_line nav .top-nav .menu-item a {
  font-size: 16px;
  color: #002067;
  opacity: 0.5;
  font-family: "Gilroy-Medium", sans-serif;
  line-height: 20px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1199px) {
  header .tgHeader .f_line nav .top-nav .menu-item a {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 18px;
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  header .tgHeader .f_line nav .top-nav .menu-item.wpml-ls-current-language {
    width: min-content;
  }
}
@media (max-width: 1023px) {
  header .tgHeader .f_line nav .top-nav .menu-item.wpml-ls-current-language:hover .sub-menu {
    display: none;
  }
}
@media (max-width: 1023px) {
  header .tgHeader .f_line nav .top-nav .menu-item.wpml-ls-current-language > a {
    pointer-events: none;
  }
}
@media (max-width: 1023px) {
  header .tgHeader .f_line nav .top-nav .menu-item.wpml-ls-current-language.active .sub-menu {
    display: block;
  }
}
header .tgHeader .f_line nav .top-nav .menu-item.wpml-ls-current-language .sub-menu {
  padding: 12px 0;
}
@media (max-width: 1199px) {
  header .tgHeader .f_line nav .top-nav .menu-item.wpml-ls-current-language .sub-menu {
    top: 24px;
  }
}
@media (max-width: 1023px) {
  header .tgHeader .f_line nav .top-nav .menu-item.wpml-ls-current-language .sub-menu {
    top: 60px;
  }
}
header .tgHeader .f_line nav .top-nav .menu-item.wpml-ls-current-language .sub-menu .close {
  position: relative;
  top: auto;
  display: block;
  right: auto;
  left: auto;
  bottom: auto;
  padding: 12px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-image: url(/wp-content/themes/tgroup/assets/images/icons/close@2x.png);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: center center;
  cursor: pointer;
  z-index: 10000;
  border: 1px solid #dfe6ee;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  header .tgHeader .f_line nav .top-nav .menu-item.wpml-ls-current-language .sub-menu .close {
    display: none !important;
  }
}
header .tgHeader .f_line nav .top-nav .menu-item.wpml-ls-current-language .sub-menu:after {
  content: none !important;
  display: none !important;
}
header .tgHeader .f_line nav .top-nav .menu-item.wpml-ls-current-language:after {
  content: "";
  width: 9.28px;
  height: 5px;
  background-image: url(/wp-content/themes/tgroup/2021-assets/icons/carat-down.svg);
  background-position: center center;
  background-size: cover;
  position: absolute;
  right: 10px;
  margin-top: 8px;
  top: 0;
  opacity: 0.5;
}
header .tgHeader .f_line nav .search_icon_head {
  /* background-image: url(/wp-content/themes/tgroup/assets/images/icons/search-nav@2x.png); */
  width: 14px;
  height: 14px;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 3px;
}
@media screen and (max-width: 1199px) {
  header .tgHeader .f_line nav .search_icon_head {
    position: relative;
    top: unset;
    right: unset;
    display: block;
    margin: 12px 0;
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 1023px) {
  header .tgHeader .f_line nav .main-btn-header {
    margin-top: 16px;
  }
}
header .tgHeader .f_line .f_box_search {
  position: absolute;
  display: none;
  top: 0;
  right: 24px;
  width: 88%;
  height: 112px;
  background-color: #ffffff;
  z-index: 10000;
}
@media screen and (max-width: 1920px) {
  header .tgHeader .f_line .f_box_search.f_box_search_full {
    width: 85% !important;
  }
}
@media screen and (max-width: 1199px) {
  header .tgHeader .f_line .f_box_search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 48px;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
  }
}
header .tgHeader .f_line .f_box_search .f_box_close {
  background-size: cover;
  background-image: url(/wp-content/themes/tgroup/assets/images/icons/line@2x.png);
  width: 13px;
  height: 13px;
  position: absolute;
  top: 30px;
  right: 15px;
}
header .tgHeader .f_line .f_box_search form input {
  vertical-align: middle;
}
header .tgHeader .f_line .f_box_search form input.searchtext {
  font-family: "Gilroy-Regular", sans-serif;
  border: 0;
  padding-left: 8px;
  opacity: 0.9;
  border-left: 2px solid #002067;
  font-size: 20px;
  line-height: 30px;
  color: #8091a5;
  margin-top: 65px;
  /*width: auto;*/
  outline: none;
  cursor: pointer;
}
header .tgHeader .f_line .f_box_search form input.searchbutton {
  width: 120px;
  float: right;
  text-align: center;
  color: #fff;
  background-color: #002067;
  border: 0;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 14px;
  letter-spacing: 0.47px;
  margin-top: 62px;
  height: 38px;
  line-height: 38px;
}
header .tgHeader .s_line {
  max-width: 1920px;
  width: 100%;
  padding: 0 24px;
  margin: 0 auto;
}
header .tgHeader .s_line.s_line_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  header .tgHeader .s_line.s_line_flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
header .tgHeader .s_line.s_line_flex .s_line_logo {
  width: 10%;
}
@media screen and (max-width: 1199px) {
  header .tgHeader .s_line.s_line_flex .s_line_logo {
    width: 80%;
  }
}
header .tgHeader .s_line.s_line_flex .s_line_menu {
  position: relative;
  width: 100%;
  padding-left: 32px;
}
@media screen and (max-width: 1199px) {
  header .tgHeader .s_line.s_line_flex .s_line_menu {
    padding-left: 0px;
    top: 0;
    margin-right: 24px;
  }
}
header .tgHeader .s_line.s_line_flex .s_line_menu .main-languages__mobiles {
  position: fixed;
  z-index: 999999;
  top: 60px;
  left: 0;
  background: white;
  width: 100%;
  height: 100%;
  padding: 20px;
}
header .tgHeader .s_line.s_line_flex .s_line_menu .main-languages__mobiles.d-none {
  display: none;
}
header .tgHeader .s_line.s_line_flex .s_line_menu .main-languages__mobiles span {
  font-family: "Gilroy-Semibold", sans-serif;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.7px;
  color: #002e6d;
  max-height: 22px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
header .tgHeader .s_line.s_line_flex .s_line_menu .main-languages__mobiles .main-languages {
  position: absolute;
  background-color: #fff;
  padding: 10px 25px;
  padding: 30px 20px 20px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  header .tgHeader .s_line.s_line_flex .s_line_menu .main-languages__mobiles .main-languages {
    padding: 15px 22px;
  }
}
header .tgHeader .s_line.s_line_flex .s_line_menu .main-languages__mobiles .main-languages li a {
  font-size: 20px;
  display: block !important;
  border: 0;
  margin-bottom: 5px;
}
@media screen and (max-width: 1199px) {
  header .tgHeader .s_line.s_line_flex .s_line_menu .main-languages__mobiles .main-languages li a {
    margin-bottom: 10px;
  }
}
header .tgHeader .s_line.s_line_flex .s_line_menu .main-languages__mobiles .main-languages li a span {
  font-family: "Gilroy-Semibold", sans-serif;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.7px;
  color: #002e6d;
  max-height: 22px;
  box-sizing: border-box;
  opacity: 0.5;
}
header .tgHeader .s_line.s_line_flex .s_line_menu .main-languages__mobiles .main-languages li .sub-menu {
  width: 100%;
}
header .tgHeader .s_line.s_line_flex .s_line_menu .main-languages__mobiles .main-languages li .sub-menu .close {
  display: none;
}
header .tgHeader .s_line.s_line_flex .s_line_menu .main-languages__mobiles .main-languages li .sub-menu li {
  padding: 5px 0;
}
header .tgHeader .s_line.s_line_flex .s_line_menu .main-languages__mobiles .main-languages li .sub-menu li a {
  display: block !important;
  border: 0;
  margin-bottom: 5px;
  border-bottom: 2px solid transparent;
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  header .tgHeader .s_line.s_line_flex .s_line_menu .main-languages__mobiles .main-languages li .sub-menu li a {
    margin-bottom: 10px;
  }
}
header .tgHeader .s_line.s_line_flex .s_line_menu .main-languages__mobiles .main-languages li .sub-menu li:hover a {
  opacity: 1 !important;
  transition: 0.3s ease-in-out;
  border-bottom: 2px solid #2383f7;
}
header .tgHeader .s_line.s_line_flex .s_line_menu .main-languages__mobiles .main-languages li .sub-menu li:hover a span {
  color: #2383f7;
}
header .tgHeader .s_line.s_line_flex .s_line_menu .main-languages__mobiles .main-languages li .sub-menu li a {
  font-size: 16px;
  color: #002067;
  opacity: 0.5;
  font-family: "Gilroy-Medium", sans-serif;
  line-height: 20px;
}
header .tgHeader .s_line.s_line_flex .s_line_menu .main-languages__mobiles .close {
  position: absolute;
  bottom: auto;
  display: block;
  right: auto;
  left: auto;
  bottom: 50%;
  padding: 12px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-image: url(/wp-content/themes/tgroup/assets/images/icons/close@2x.png);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: center center;
  cursor: pointer;
  z-index: 10000;
  border: 1px solid #dfe6ee;
  margin-top: 20px;
  left: 50%;
  transform: translate(-50%);
}
header .tgHeader .s_line.s_line_flex .s_line_menu .s_line_menu__flex {
  display: flex !important;
  justify-content: flex-end !important;
}
@media screen and (max-width: 1199px) {
  header .tgHeader .s_line.s_line_flex .s_line_menu .s_line_menu__flex {
    display: block !important;
    justify-content: flex-start !important;
  }
}
header .tgHeader .s_line.s_line_flex .s_line_menu .s_line_menu__flex.mobile_f_line {
  display: none !important;
}
@media (min-width: 0) and (max-width: 1199px) {
  header .tgHeader .s_line.s_line_flex .s_line_menu .s_line_menu__flex.mobile_f_line {
    display: block !important;
    padding: 0 0px !important;
  }
}
header .tgHeader .s_line.s_line_flex .s_line_menu .s_line_menu__flex .primary-nav {
  display: flex;
  align-items: center;
  margin-right: 1.5rem;
}
@media screen and (max-width: 1199px) {
  header .tgHeader .s_line.s_line_flex .s_line_menu .s_line_menu__flex .primary-nav {
    display: block;
    padding-bottom: 0 !important;
  }
}
header .tgHeader .s_line.s_line_flex .s_line_menu .s_line_menu__flex .primary-nav .menu-item {
  padding: 5px 20px;
}
@media (max-width: 1199px) {
  header .tgHeader .s_line.s_line_flex .s_line_menu .s_line_menu__flex .primary-nav .menu-item {
    padding: 0;
    border-bottom: 1px solid #F4F7FA;
    border-radius: 0;
  }
}
@media (max-width: 1199px) {
  header .tgHeader .s_line.s_line_flex .s_line_menu .s_line_menu__flex .primary-nav .menu-item a {
    padding: 5px 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  header .tgHeader .s_line.s_line_flex .s_line_menu .s_line_menu__flex .primary-nav .menu-item {
    padding: 5px 5px;
  }
}
@media (max-width: 1199px) {
  header .tgHeader .s_line.s_line_flex .s_line_menu .s_line_menu__flex .primary-nav .menu-responsive-unclickable a {
    pointer-events: none;
    cursor: default;
  }
}
header .tgHeader .s_line.s_line_flex .s_line_menu .s_line_menu__flex .primary-nav .menu-responsive-unclickable .sub-menu-wrap a {
  cursor: pointer !important;
  pointer-events: auto !important;
}
header .tgHeader .s_line.s_line_flex .s_line_menu .s_line_menu__flex .menu-right {
  margin-right: 24px;
  display: flex;
  height: 60px;
  align-items: center;
  position: relative;
}
@media (min-width: 0px) and (max-width: 1199px) {
  header .tgHeader .s_line.s_line_flex .s_line_menu .s_line_menu__flex .menu-right {
    width: 100%;
    justify-content: space-between;
    margin-top: 40px;
  }
}
@media (min-width: 0px) and (max-width: 1199px) {
  header .tgHeader .s_line.s_line_flex .s_line_menu .s_line_menu__flex .menu-right.menu-right__desk {
    display: none;
  }
}
header .tgHeader .s_line.s_line_flex .s_line_menu .s_line_menu__flex .menu-right .languages-visible img {
  width: 30px;
}
header .tgHeader .s_line.s_line_flex .s_line_menu .s_line_menu__flex .menu-right .languages-visible:hover .languages-visible__content {
  opacity: 1;
  pointer-events: initial;
  transition: 0.5s ease-in-out;
}
header .tgHeader .s_line.s_line_flex .s_line_menu .s_line_menu__flex .menu-right .languages-visible .languages-visible__content {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-in-out;
}
header .tgHeader .s_line.s_line_flex .s_line_menu .s_line_menu__flex .menu-right .languages-visible .languages-visible__content.d-none {
  display: none;
}
header .tgHeader .s_line.s_line_flex .s_line_menu .s_line_menu__flex .menu-right .languages-visible .languages-visible__content .main-languages {
  position: absolute;
  background-color: #fff;
  padding: 10px 25px;
  padding: 30px 20px 20px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  header .tgHeader .s_line.s_line_flex .s_line_menu .s_line_menu__flex .menu-right .languages-visible .languages-visible__content .main-languages {
    padding: 15px 0px 30px;
  }
}
header .tgHeader .s_line.s_line_flex .s_line_menu .s_line_menu__flex .menu-right .languages-visible .languages-visible__content .main-languages li a {
  font-size: 20px;
  display: block !important;
  border: 0;
  margin-bottom: 0px;
  padding: 5px 10px;
  margin: 0px !important;
}
@media screen and (max-width: 1199px) {
  header .tgHeader .s_line.s_line_flex .s_line_menu .s_line_menu__flex .menu-right .languages-visible .languages-visible__content .main-languages li a {
    margin-bottom: 0;
  }
}
header .tgHeader .s_line.s_line_flex .s_line_menu .s_line_menu__flex .menu-right .languages-visible .languages-visible__content .main-languages li a span {
  font-family: "Gilroy-Semibold", sans-serif;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.7px;
  color: #002e6d;
  max-height: 22px;
  box-sizing: border-box;
  margin: 0px !important;
}
header .tgHeader .s_line.s_line_flex .s_line_menu .s_line_menu__flex .menu-right .languages-visible .languages-visible__content .main-languages li .sub-menu {
  width: 100%;
}
header .tgHeader .s_line.s_line_flex .s_line_menu .s_line_menu__flex .menu-right .languages-visible .languages-visible__content .main-languages li .sub-menu li {
  padding: 5px 0;
}
header .tgHeader .s_line.s_line_flex .s_line_menu .s_line_menu__flex .menu-right .languages-visible .languages-visible__content .main-languages li .sub-menu li a {
  display: block !important;
  border: 0;
  margin-bottom: 0px;
  opacity: 1;
  padding: 5px 10px;
}
@media screen and (max-width: 1199px) {
  header .tgHeader .s_line.s_line_flex .s_line_menu .s_line_menu__flex .menu-right .languages-visible .languages-visible__content .main-languages li .sub-menu li a {
    margin-bottom: 0;
  }
}
header .tgHeader .s_line.s_line_flex .s_line_menu .s_line_menu__flex .menu-right .languages-visible .languages-visible__content .main-languages li .sub-menu li:hover a {
  opacity: 1 !important;
  transition: 0.3s ease-in-out;
  background: #F4F7FA;
  padding: 5px 10px;
  border-radius: 8px;
}
header .tgHeader .s_line.s_line_flex .s_line_menu .s_line_menu__flex .menu-right .languages-visible .languages-visible__content .main-languages li .sub-menu li:hover a span {
  color: #002e6d;
}
header .tgHeader .s_line.s_line_flex .s_line_menu .s_line_menu__flex .menu-right .languages-visible .languages-visible__content .main-languages li .sub-menu li a {
  font-size: 16px;
  color: #002067;
  opacity: 0.5;
  font-family: "Gilroy-Medium", sans-serif;
  line-height: 20px;
}
header .tgHeader .s_line.s_line_flex .s_line_menu .s_line_menu__flex .menu-right a, header .tgHeader .s_line.s_line_flex .s_line_menu .s_line_menu__flex .menu-right span {
  margin: 10px;
}
header .tgHeader .s_line.s_line_flex .s_line_menu .s_line_menu__flex .menu-right .search_icon_head__new {
  background-image: unset;
  width: 25px !important;
  height: 25px !important;
  margin-top: -30px;
  padding: 7px 4px 4px 10px;
  background-color: #FFFFFF;
  border-radius: 8px;
  position: relative;
}
@media (max-width: 1199px) {
  header .tgHeader .s_line.s_line_flex .s_line_menu .s_line_menu__flex .menu-right .search_icon_head__new {
    margin-top: 0px;
  }
}
header .tgHeader .s_line.s_line_flex .s_line_menu .s_line_menu__flex .menu-right .search_icon_head__new::before {
  background-image: url(/wp-content/uploads/2022/01/search-gray.svg);
  width: 25px !important;
  height: 25px !important;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
}
header .tgHeader .s_line.s_line_flex .s_line_menu .s_line_menu__flex .menu-right .search_icon_head__new:hover {
  background-color: #F4F7FA;
}
header .tgHeader .s_line.s_line_flex .s_line_menu .s_line_menu__flex .menu-right .search_icon_head__new:hover:before {
  background-image: url(/wp-content/uploads/2022/01/search-blue.svg);
  width: 25px !important;
  height: 25px !important;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
}
@media screen and (max-width: 1199px) {
  header .tgHeader .s_line {
    padding: 0 0 10px;
    max-width: unset;
    width: 100%;
  }
}
header .tgHeader .s_line .s_line_logo {
  float: left;
  width: 162px;
  margin-top: 7px;
}
@media screen and (max-width: 1199px) {
  header .tgHeader .s_line .s_line_logo {
    margin: 19px 0 0 24px;
  }
}
header .tgHeader .s_line .s_line_logo .headerlogo {
  display: inline-block;
  max-width: 100%;
}
@media screen and (max-width: 1199px) {
  header .tgHeader .s_line .s_line_logo .headerlogo {
    max-width: 124px;
  }
}
header .tgHeader .s_line .s_line_logo .headerlogo svg {
  max-width: 100%;
  width: 170px;
}
header .tgHeader .s_line .s_line_menu {
  float: right;
  font-size: 0;
  display: block;
  margin-right: 0;
}
@media screen and (max-width: 1920px) {
  header .tgHeader .s_line .s_line_menu {
    margin-right: 24px;
  }
}
@media screen and (max-width: 1199px) {
  header .tgHeader .s_line .s_line_menu {
    display: none;
    padding: 20px 0;
    background-color: white;
    position: absolute;
    top: 60px;
    z-index: 10000;
    width: 100%;
    height: calc(100vh - 100px);
    overflow-y: scroll;
  }
}
header .tgHeader .s_line .s_line_menu.fr .primary-nav .menu-item.hashelptext .sub-menu {
  width: 740px !important;
}
header .tgHeader .s_line .s_line_menu.de .primary-nav .menu-item.hashelptext .sub-menu .sov_menu {
  width: 219px;
}
header .tgHeader .s_line .s_line_menu.it .primary-nav .menu-item.hashelptext .sub-menu .sov_menu {
  width: 240px;
}
header .tgHeader .s_line .s_line_menu.es .primary-nav .menu-item.hashelptext .sub-menu .sov_menu {
  width: 232px;
}
header .tgHeader .s_line .s_line_menu .primary-nav {
  list-style: none;
}
@media screen and (max-width: 1199px) {
  header .tgHeader .s_line .s_line_menu .primary-nav {
    background-color: white;
    width: 100%;
    margin: 0;
    padding: 0 0 24px;
  }
}
header .tgHeader .s_line .s_line_menu .primary-nav .menu-item {
  display: inline-grid;
  padding: 5px 20px;
  border-radius: 8px;
  margin: 0 10px;
  line-height: 45px;
  border-bottom: 2px solid transparent;
  position: relative;
  z-index: 9999;
}
header .tgHeader .s_line .s_line_menu .primary-nav .menu-item:hover {
  background: #ffffff;
}
header .tgHeader .s_line .s_line_menu .primary-nav .menu-item:hover a:nth-child(1) {
  color: #081644 !important;
  background: unset;
}
header .tgHeader .s_line .s_line_menu .primary-nav .menu-item:hover a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1199px) {
  header .tgHeader .s_line .s_line_menu .primary-nav .menu-item {
    display: block;
    border-bottom: none;
    margin: 0 auto;
    position: relative;
    line-height: 22px;
    box-sizing: border-box;
    padding: 0;
    width: 100%;
  }
}
header .tgHeader .s_line .s_line_menu .primary-nav .menu-item a {
  font-family: "Gilroy-Semibold", sans-serif !important;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.7px;
  color: #002e6d;
  max-height: 22px;
  box-sizing: border-box;
}
header .tgHeader .s_line .s_line_menu .primary-nav .menu-item a:hover {
  color: #081644 !important;
}
@media screen and (max-width: 1199px) {
  header .tgHeader .s_line .s_line_menu .primary-nav .menu-item a {
    color: #002067;
    font-size: 16px !important;
    line-height: 50px !important;
    opacity: 1;
    border-bottom: none;
  }
}
header .tgHeader .s_line .s_line_menu .primary-nav .menu-item a:after {
  display: none;
}
header .tgHeader .s_line .s_line_menu .primary-nav .menu-item.hashelptext .sub-menu {
  width: 621px !important;
}
header .tgHeader .s_line .s_line_menu .primary-nav .menu-item.hashelptext .sub-menu .menu-item:nth-child(8) {
  margin-bottom: 0;
}
@media screen and (min-width: 1199px) {
  header .tgHeader .s_line .s_line_menu .primary-nav .menu-item.menu-item-has-children:hover .sub-menu-wrap {
    overflow: visible;
    height: fit-content;
    opacity: 1;
    transform: translateY(0);
  }
  header .tgHeader .s_line .s_line_menu .primary-nav .menu-item.menu-item-has-children:hover .sub-menu-wrap .sub-menu {
    max-height: 100%;
    height: auto;
  }
  header .tgHeader .s_line .s_line_menu .primary-nav .menu-item.menu-item-has-children:hover:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 1199px) {
  header .tgHeader .s_line .s_line_menu .primary-nav .menu-item.menu-item-has-children.menu_active .sub-menu-wrap {
    overflow: visible;
    height: fit-content;
    opacity: 1;
    transform: translateY(0);
  }
  header .tgHeader .s_line .s_line_menu .primary-nav .menu-item.menu-item-has-children.menu_active .sub-menu-wrap .sub-menu {
    max-height: 100%;
    height: auto;
    padding-bottom: 16px !important;
    border-bottom: 1px solid #F4F7FA !important;
    display: block !important;
  }
  header .tgHeader .s_line .s_line_menu .primary-nav .menu-item.menu-item-has-children.menu_active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 1199px) {
  header .tgHeader .s_line .s_line_menu .primary-nav .menu-item.menu-item-has-children:after {
    content: "";
    width: 18.5px;
    height: 10px;
    background-image: url(/wp-content/themes/tgroup/2021-assets/icons/carat-down.svg);
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 1;
    transition: 0.3s ease-in-out;
  }
}
header .tgHeader .s_line .s_line_menu .primary-nav .menu-item.menu-item-has-children a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 43%;
  background-image: url("/wp-content/themes/tgroup/2021-assets/icons/carat-down.svg");
  height: 5px;
  width: 9.28px;
  margin: 0 -12px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1199px) {
  header .tgHeader .s_line .s_line_menu .primary-nav .menu-item.menu-item-has-children a:after {
    display: none;
  }
}
header .tgHeader .s_line .s_line_menu .primary-nav .menu-item .level-0 {
  box-shadow: unset;
}
@media (min-width: 1199px) {
  header .tgHeader .s_line .s_line_menu .primary-nav .menu-item .showdSubMenu {
    display: block !important;
    width: 100% !important;
    max-height: 100% !important;
    height: auto;
    transition: max-height linear 0.5s 0.3s;
  }
}
header .tgHeader .s_line .s_line_menu .primary-nav .menu-item .showdSubMenu .sub-menu {
  max-height: 100% !important;
  height: auto;
  transition: max-height linear 0.5s 0.3s;
  box-shadow: 0px 30px 34px rgba(0, 46, 109, 0.08);
}
header .tgHeader .s_line .s_line_menu .primary-nav .menu-item .sub-menu-wrap {
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 34px;
  left: 0;
  opacity: 0;
  transition: all linear 0.3s;
  background-color: transparent !important;
  background-image: none !important;
  transform: translateY(-30px);
}
@media screen and (max-width: 1199px) {
  header .tgHeader .s_line .s_line_menu .primary-nav .menu-item .sub-menu-wrap {
    box-shadow: none !important;
    position: relative;
    top: 0 !important;
    left: 0;
    width: auto;
  }
}
header .tgHeader .s_line .s_line_menu .primary-nav .menu-item .sub-menu-wrap .sub-menu {
  width: fit-content;
  width: -moz-fit-content;
  /* Firefox */
  width: -webkit-fit-content;
  /* Chrome */
  max-height: 0;
  height: 0;
  margin: 0 auto 0;
  background-color: #fff;
  min-height: unset !important;
  padding: 40px 10px 30px;
  box-shadow: 0px 30px 34px rgba(0, 46, 109, 0.08);
}
@media screen and (max-width: 1199px) {
  header .tgHeader .s_line .s_line_menu .primary-nav .menu-item .sub-menu-wrap .sub-menu {
    margin-top: 0;
    z-index: 222;
    width: auto !important;
    background-color: #F4F7FA;
    min-height: auto;
    padding: 0;
    box-shadow: none;
  }
}
header .tgHeader .s_line .s_line_menu .primary-nav .menu-item .sub-menu-wrap .sub-menu .menu-item {
  padding: 0 28px 0 0;
  display: block !important;
  border: 0;
  margin-bottom: 15px;
  line-height: 0;
  width: max-content;
  float: none;
}
header .tgHeader .s_line .s_line_menu .primary-nav .menu-item .sub-menu-wrap .sub-menu .menu-item.no-chevron a:after {
  display: none !important;
}
header .tgHeader .s_line .s_line_menu .primary-nav .menu-item .sub-menu-wrap .sub-menu .menu-item.no-chevron a:hover:after {
  display: none !important;
}
@media screen and (max-width: 1199px) {
  header .tgHeader .s_line .s_line_menu .primary-nav .menu-item .sub-menu-wrap .sub-menu .menu-item {
    margin: 0 0 12px 0 !important;
    width: auto;
    display: block;
    padding: 0;
  }
}
header .tgHeader .s_line .s_line_menu .primary-nav .menu-item .sub-menu-wrap .sub-menu .menu-item:last-child {
  margin-bottom: 0 !important;
  height: unset;
  background-color: unset;
}
header .tgHeader .s_line .s_line_menu .primary-nav .menu-item .sub-menu-wrap .sub-menu .menu-item:last-child a {
  text-transform: unset;
}
@media screen and (max-width: 1199px) {
  header .tgHeader .s_line .s_line_menu .primary-nav .menu-item .sub-menu-wrap .sub-menu .menu-item:last-child {
    text-align: left;
    height: 40px;
  }
}
header .tgHeader .s_line .s_line_menu .primary-nav .menu-item .sub-menu-wrap .sub-menu .menu-item a {
  opacity: 1;
  color: #002067;
  font-family: "Gilroy-Light", sans-serif !important;
  transition: 0.3s ease-in-out;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.3px;
  margin-left: 0;
  padding-left: 0;
  border-bottom: 2px solid transparent;
  text-decoration: none;
}
@media screen and (max-width: 1199px) {
  header .tgHeader .s_line .s_line_menu .primary-nav .menu-item .sub-menu-wrap .sub-menu .menu-item a {
    font-family: "Gilroy-Light", sans-serif !important;
    color: #8091a5;
    font-size: 15px !important;
    line-height: 20px !important;
    text-align: left;
    display: inline-block;
    text-transform: none;
    padding-bottom: 12px !important;
  }
}
header .tgHeader .s_line .s_line_menu .primary-nav .menu-item .sub-menu-wrap .sub-menu .menu-item a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 18%;
  /* background-image: url("/wp-content/themes/tgroup/2021-assets/icons/carat-right.svg"); */
  height: 9.28px;
  width: 5px;
  margin: 0 -18px;
  display: none;
}
@media screen and (max-width: 1199px) {
  header .tgHeader .s_line .s_line_menu .primary-nav .menu-item .sub-menu-wrap .sub-menu .menu-item a:after {
    display: none;
  }
}
header .tgHeader .s_line .s_line_menu .primary-nav .menu-item .sub-menu-wrap .sub-menu .menu-item a:hover {
  color: #081644;
  border-bottom: 2px solid transparent !important;
}
header .tgHeader .s_line .s_line_menu .primary-nav .menu-item .sub-menu-wrap .sub-menu .menu-item a:hover:after {
  background-image: url("/wp-content/themes/tgroup/2021-assets/icons/carat-right.svg");
}
header .tgHeader .s_line .s_line_menu .primary-nav .menu-item .sub-menu-wrap .sub-menu .menu_related {
  width: 360px;
  float: right;
  background-color: #fff;
  padding-left: 24px;
  border-left: 1px solid #dfe6ee;
  position: absolute;
  right: 0;
  top: 40px;
}
header .tgHeader .s_line .s_line_menu .primary-nav .menu-item .sub-menu-wrap .sub-menu .menu_related .menu_related_title {
  display: block;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #8091a5;
  margin-bottom: 24px;
}
header .tgHeader .s_line .s_line_menu .primary-nav .menu-item .sub-menu-wrap .sub-menu .menu_related .menu_related_item {
  width: auto;
  background-size: 64px 64px;
  height: 64px;
  padding-left: 80px;
  position: relative;
  display: block;
  margin-bottom: 16px;
  vertical-align: middle;
  background-repeat: no-repeat;
}
header .tgHeader .s_line .s_line_menu .primary-nav .menu-item .sub-menu-wrap .sub-menu .menu_related .menu_related_item a {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #002067;
  letter-spacing: 0.7px;
  border-bottom: 2px solid transparent;
}
header .tgHeader .s_line .s_line_menu .primary-nav .menu-item .sub-menu-wrap .sub-menu .menu_related .menu_related_item a:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  color: #002067;
  border-bottom-color: #002067;
}
header .tgHeader .s_line .s_line_menu .primary-nav .menu-item .sub-menu-wrap .sub-menu .menu_related .menu_related_item a .res_type_menu {
  color: #8091a5;
  font-size: 12px;
  padding: 0;
  height: 16px;
  vertical-align: middle;
  line-height: 16px;
}
header .tgHeader .s_line .s_line_menu .primary-nav .menu-item .sub-menu-wrap .sub-menu .menu_related .menu_related_item a span {
  display: block;
  padding-right: 20px;
  vertical-align: middle;
  padding-top: 5px;
  line-height: 16px;
}
header .tgHeader .s_line .s_line_menu .primary-nav .menu-item .sub-menu-wrap .sub-menu .sov_menu {
  width: 279px;
  margin: 44px 30px 44px 0;
  padding: 0 0 0 20px;
  border-left: solid 1px #EAF4F7;
  background-color: transparent;
  z-index: 10000;
  position: absolute;
  right: 0;
  top: 0;
  height: 75%;
  display: none;
}
@media screen and (max-width: 767px) {
  header .tgHeader .s_line .s_line_menu .primary-nav .menu-item .sub-menu-wrap .sub-menu .sov_menu {
    display: none !important;
  }
}
header .tgHeader .s_line .s_line_menu .primary-nav .menu-item .sub-menu-wrap .sub-menu .sov_menu .sov_menu_desc {
  font-size: 16px;
  display: inline-block;
  line-height: 22px;
  color: #002067;
}
header .tgHeader .s_line .s_line_menu .primary-nav .menu-item.bookdemo_menulink {
  border: solid 1px #017DF5;
  padding-right: 0;
  height: 60px;
  position: relative;
  z-index: 1000;
  background-color: #017DF5;
  width: 200px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  header .tgHeader .s_line .s_line_menu .primary-nav .menu-item.bookdemo_menulink {
    text-align: center;
    padding: 0;
    width: 80%;
    margin: 12px auto 0;
    height: 50px;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  header .tgHeader .s_line .s_line_menu .primary-nav .menu-item.bookdemo_menulink {
    text-align: center;
    padding: 0;
    width: 80%;
    margin: 20px auto 0;
    height: 60px;
    box-sizing: border-box;
  }
}
header .tgHeader .s_line .s_line_menu .primary-nav .menu-item.bookdemo_menulink a {
  text-transform: uppercase;
  color: white !important;
  border: none;
  font-size: 18px;
  line-height: 60px !important;
  text-align: center;
}
header .tgHeader .s_line .s_line_menu .primary-nav .menu-item.bookdemo_menulink a:after {
  display: none;
}
header .tgHeader .s_line .s_line_menu .mobile_f_line {
  display: none !important;
}
@media screen and (max-width: 1199px) {
  header .tgHeader .s_line .s_line_menu .mobile_f_line {
    display: block !important;
  }
}
header .tgHeader .s_line .s_line_menu .mobile_f_line .bookdemo_menulink {
  border: solid 1px #017DF5;
  padding-right: 0;
  height: 60px;
  position: relative;
  z-index: 1000;
  background-color: #017DF5;
  width: 200px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  header .tgHeader .s_line .s_line_menu .mobile_f_line .bookdemo_menulink {
    text-align: center;
    padding: 0;
    width: 100%;
    margin: 12px auto 0;
    height: 60px;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  header .tgHeader .s_line .s_line_menu .mobile_f_line .bookdemo_menulink {
    text-align: center;
    padding: 0;
    width: 100%;
    margin: 20px auto 0;
    height: 60px;
    box-sizing: border-box;
  }
}
header .tgHeader .s_line .s_line_menu .mobile_f_line .bookdemo_menulink a {
  text-transform: uppercase;
  color: white !important;
  border: none;
  font-size: 18px;
  line-height: 60px !important;
  text-align: center;
}
header .tgHeader .s_line .s_line_menu .mobile_f_line .bookdemo_menulink a:after {
  display: none;
}
header .tgHeader .s_line .s_hamb {
  display: none;
}
@media screen and (max-width: 1199px) {
  header .tgHeader .s_line .s_hamb {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(/wp-content/themes/tgroup/assets/images/icons/menu@2x.png);
    float: right;
    margin-right: 24px;
    margin-top: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
  }
}

/*footer {
  &.footer2021 {
    padding: 0;
    background-image: url('/wp-content/themes/tgroup/2021-assets/img/footerbg.jpg');
    width: 100%;
    position: relative;
    display: block;

    @media screen and (max-width: $min-width-tab) {
      box-sizing: border-box;
    }

    .subscribe_outer {
      width: 100%;
      @media screen and (max-width: $min-width-tab) {
        padding: 50px 30px;
        box-sizing: border-box;
      }

      .subscribe_container {
        width: 100%;

        .form_container {
          width: 100%;
          padding: 52px 0;

          @media screen and (max-width: $min-width-tab) {
            padding: 0 !important;
          }

          .form_contents {
            max-width: 454px;
            background-color: #fff;
            height: 100%;
            min-height: 492px;
            margin: 0 auto;
            padding: 50px 44px;
            box-sizing: border-box;

            @media (min-width: $min-width-tab) and (max-width: $max-width-tab) {
              min-height: 570px;
            }

            @media screen and (max-width: $min-width-tab) {
              padding: 40px 30px;
              min-height: unset;
            }

            .grecaptcha-badge {
              margin: 0 auto 30px;
            }

            .f_subscribe_form {
              color: $tgDarkBlue;
              height: 100%;
              float: none;

              @media screen and (max-width: $min-width-tab) {
                padding: 0 !important;
                margin: 0;
              }

              .hbspt-form {
                overflow: visible;

                .hs_email_subscription_preference {
                  margin-bottom: 20px !important;

                  label {
                    margin-bottom: 10px;
                    font-family: $gilroySemiBold !important;
                    font-size: 24px !important;
                    display: block;
                    max-width: 370px;
                    line-height: 34px;

                    &.hs-error-msg {
                      font-size: 12px !important;
                      line-height: 16px !important;
                      margin-bottom: 0 !important;
                    }

                    @media screen and (max-width: $min-width-tab) {
                      font-size: 18px !important;
                      line-height: 24px;
                    }
                  }

                  &[type="checkbox"]:not(:checked) {
                    position: absolute;
                    left: -9999px;
                    vertical-align: middle;
                    -moz-appearance: none;
                    -webkit-appearance: none;
                    appearance: none;

                    span {
                      position: relative;
                      padding-left: 26px;
                      cursor: pointer;
                      display: inline-block;
                      margin: 0 0 12px 0;
                      font-family: $gilroyRegular;
                      font-size: 20px !important;

                      &:before {
                        content: '';
                        position: absolute;
                        left: 0;
                        top: 4px;
                        width: 16px;
                        height: 16px;
                        background-color: rgba(2, 125, 248, 0.2);
                        border: rgba(255, 255, 255, 0.38) solid 1px;
                      }

                      &:after {
                        content: '';
                        width: 1px;
                        height: 1px;
                        background: none;
                        position: absolute;
                        top: 14px;
                        left: 14px;
                      }
                    }
                  }

                  &[type="checkbox"]:checked {
                    position: absolute;
                    left: -9999px;
                    vertical-align: middle;
                    -moz-appearance: none;
                    -webkit-appearance: none;
                    appearance: none;

                    + span {
                      position: relative;
                      padding-left: 26px;
                      cursor: pointer;
                      display: inline-block;
                      margin: 0 0 12px 0;
                      font-family: $gilroyRegular;
                      font-size: 20px !important;

                      &:before {
                        content: '';
                        position: absolute;
                        left: 0;
                        top: 4px;
                        width: 16px;
                        height: 16px;
                        background-color: #027DF8;
                        border: #027DF8 solid 1px;
                      }

                      &:after {
                        content: '';
                        width: 12px;
                        height: 12px;
                        background: url(/wp-content/themes/tgroup/assets/svg/checkbox-filled.svg) no-repeat;
                        position: absolute;
                        top: 8px;
                        left: 3px;
                      }
                    }
                  }

                  .input {
                    .hs-form-checkbox {
                      margin: 0 0 10px 0;

                      [type="checkbox"]:not(:checked) {
                        position: absolute;
                        left: -9999px;
                        vertical-align: middle;
                        -moz-appearance: none;
                        -webkit-appearance: none;
                        appearance: none;

                        + span {
                          position: relative;
                          padding-left: 41px;
                          cursor: pointer;
                          display: inline-block;
                          //margin: 0 0 12px 0;
                          font-family: $gilroyRegular;
                          font-size: 20px !important;

                          @media screen and (max-width: $min-width-tab) {
                            font-size: 16px !important;
                          }

                          &:before {
                            content: '';
                            position: absolute;
                            left: 0;
                            top: 4px;
                            box-sizing: border-box;
                            width: 26px;
                            height: 26px;
                            background-color: white;
                            border: $tgDarkBlue solid 1px;

                            @media screen and (max-width: $min-width-tab) {
                              height: 24px;
                              width: 24px;
                              top: -1px
                            }
                          }

                          &:after {
                            content: '';
                            width: 1px;
                            height: 1px;
                            background: none;
                            position: absolute;
                            top: 14px;
                            left: 14px;
                          }
                        }
                      }

                      [type="checkbox"]:checked {
                        position: absolute;
                        left: -9999px;
                        vertical-align: middle;
                        -moz-appearance: none;
                        -webkit-appearance: none;
                        appearance: none;

                        + span {
                          position: relative;
                          padding-left: 41px;
                          cursor: pointer;
                          display: inline-block;
                          //margin: 0 0 12px 0;
                          font-family: $gilroyRegular;
                          font-size: 20px !important;

                          @media screen and (max-width: $min-width-tab) {
                            font-size: 16px !important;
                          }

                          &:before {
                            content: '';
                            position: absolute;
                            left: 0;
                            top: 4px;
                            width: 26px;
                            height: 26px;
                            background-color: #027DF8;
                            border: #027DF8 solid 1px;

                            @media screen and (max-width: $min-width-tab) {
                              height: 24px;
                              width: 24px;
                              top: -1px
                            }
                          }

                          &:after {
                            content: '';
                            width: 18px;
                            height: 14px;
                            background: url(/wp-content/themes/tgroup/assets/svg/checkbox-filled.svg) no-repeat;
                            background-size: cover;
                            position: absolute;
                            top: 10px;
                            left: 5px;

                            @media screen and (max-width: $min-width-tab) {
                              width: 16px;
                              height: 12px;
                              top: 5px
                            }
                          }
                        }
                      }

                    }
                  }
                }

                .hs_email {
                  width: 100% !important;
                  float: none !important;
                  margin-bottom: 30px !important;

                  @media screen and (max-width: $min-width-tab) {
                    margin-bottom: 20px !important;
                  }

                  label {
                    display: none !important;
                  }

                  .input {
                    input {
                      font-family: $gilroyRegular !important;
                      box-sizing: border-box !important;
                      box-shadow: none !important;
                      background-color: white !important;
                      color: $tgDarkBlue !important;
                      width: 100% !important;
                      height: 64px !important;
                      font-size: 20px !important;
                      line-height: 24px !important;
                      padding-left: 24px !important;
                      border: 2px solid #3574e3 !important;
                      float: none !important;

                      @media screen and (max-width: $min-width-tab) {
                        height: 40px !important;
                        padding: 9px 15px !important;
                        font-size: 16px !important;
                        line-height: 21px;
                      }

                      ::placeholder {
                        color: #667587 !important;
                        opacity: 1;
                      }
                    }
                  }
                }

                .hs_submit {
                  .actions {
                    position: relative;
                    max-width: unset;
                    @media screen and (max-width: $min-width-tab) {
                      max-width: unset !important;
                      padding: 0;
                      margin: 0;
                      display: block;
                      height: 40px;
                    }

                    .hs-button {
                      //position: absolute;
                      //top: 0;
                      //right: 0;
                      background-color: #007cf7 !important;
                      border: 0 !important;
                      font-family: $gilroySemiBold !important;
                      font-size: 18px !important;
                      letter-spacing: 0.5px !important;
                      font-weight: normal !important;
                      color: #fff !important;
                      height: 64px !important;
                      box-sizing: border-box;
                      border-radius: 0 !important;
                      padding-left: 27px !important;
                      padding-right: 27px !important;
                      float: none !important;
                      box-shadow: none !important;
                      background-image: none !important;
                      text-transform: uppercase;
                      line-height: 20px;
                      width: 100% !important;

                      @media screen and (max-width: $min-width-tab) {
                        height: 40px !important;
                        padding: 9px 15px !important;
                        font-size: 16px !important;
                        line-height: 25px;
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }

    .footercurvecontainer {
      position: relative;

      @media screen and (min-width: 1920px) {
        bottom: -2px;
      }

      .footercurve {
        //transform: matrix(-0.99, 0.17, -0.15, -0.99, 0, 0);
        display: block;
        //position: absolute;
        //top: -56px;
        width: 100%;
        position: relative;
        padding-top: calc(100% * (190 / 1442));
        height: 0;
        //left: 15%;
        line-height: 0;
        //background-image: $tgBlueGradient;


        svg, img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          //background-image: $tgBlueGradient !important;
          path {
            //background-image: $tgBlueGradient !important;
          }
        }

        .footercurveimg {
          background-image: url(/wp-content/themes/tgroup/2021-assets/img/footercurve.svg);
          width: 100%;
          height: 190px;
          background-size: cover;

        }
      }
    }

    .f_container {
      background-image: $tgBlueGradient;
      //background-color: $tgDarkBlue;
      border-bottom: 2px solid $tgDarkBlue;
      padding: 100px 0 0;
      width: 100%;
      margin: -2px auto 0;

      @media screen and (max-width: $max-width-tab) {
        padding: 50px 0 0 !important;
        background-image: linear-gradient(90deg, #2550BB -22%, #0B1953 94%);
      }

      .f_first_line {
        max-width: 1920px;
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;

        @media screen and (max-width: $max-width-tab) {
          flex-direction: column;
          max-width: 80%;
        }


        .f_tiny_logo {
          float: none !important;
          padding-bottom: 20px;
          display: block;

          svg {
            width: 263px !important;
            @media screen and (max-width: $max-width-tab) {
              width: 144px !important;
            }
          }
        }

      }

      .f_menu {
        max-width: 70%;
        width: 70%;
        font-size: 0;
        margin-top: 0 !important;

        @media screen and (max-width: $max-width-tab) {
          max-width: unset;
        }

        ul {
          margin-top: 0;
          width: 100%;
          padding: 0;
          display: grid;
          grid-template-columns: 23% 23% 17.6% 17.6% 16.6%;
          grid-template-rows: auto;

          @media screen and (max-width: $max-width-tab) {
            display: flex;
            flex-direction: column;
          }

          li {
            margin-left: 30px;

            @media screen and (max-width: $max-width-tab) {
              margin-left: 0;
              border-bottom: none !important;
            }

            !*&.menu_active, *!
            &.open {
              &:after {
                background-image: unset !important;
                content: "-" !important;
                color: white;
                font-size: 20px;
                font-family: $gilroyRegular;
                top: -8px !important;
                right: -32px !important;
              }
            }

            &.menu-item-has-children {

              @media screen and (max-width: $max-width-tab) {
                &:after {
                  content: "";
                  width: 16px;
                  height: 16px;
                  background-image: url(/wp-content/themes/tgroup/2021-assets/icons/Plus.svg);
                  background-size: cover;
                  position: absolute !important;
                  right: -30px;
                  top: 2px;
                  display: block;
                }
              }
            }

            &.no_plus {
              @media screen and (max-width: $max-width-tab) {
                &:after {
                  display: none;
                }
              }
            }

            &.section_foo {
              width: unset !important;
              display: unset !important;
              float: none !important;

              @media screen and (max-width: $max-width-tab) {
                //width: min-content !important;
              }

              @media (min-width: $min-width-tab) and (max-width: $max-width-tab) {
                position: relative;
                width: fit-content !important;
                width: -moz-fit-content !important;    !* Firefox *!
                width: -webkit-fit-content !important; !* Chrome *!
              }

              a {
                color: white;
                font-style: normal;
                font-size: 14px;
                padding: 0 0 15px;
                display: inline-block;
                @media (min-width: $min-width-tab) and (max-width: $max-width-tab) {
                  font-size: 14px;
                }
              }

              .sub-menu {
                margin: 0;
                position: relative;
                padding: 0 0 80px 0;
                width: 100%;
                display: block;

                @media screen and (max-width: $max-width-tab) {
                  display: none;
                  padding: 0;
                }

                li {
                  font-family: $gilroyRegular;
                  font-size: 14px;
                  font-style: normal;
                  color: #fff;
                  padding: 0;
                  margin-left: 0;
                  line-height: 20px;
                  display: block !important;
                  width: 100% !important;
                  float: none !important;
                  margin-bottom: 12px;

                  a {
                    font-family: $gilroyRegular !important;
                    font-size: 14px;
                    font-style: normal;
                    color: #fff !important;
                    padding: 0;
                    line-height: 20px;
                    display: inline-block;
                  }

                  &.bottom_row {
                    //line-height: 30px;

                    a {
                      font-family: $gilroySemiBold !important;
                      line-height: 20px;
                      padding: 0 0 10px;
                    }
                  }
                }
              }
            }
          }
        }

        &.fr {
          ul {
            grid-template-columns: 26% 22% 21.6% 17.6% 16.6%;
          }
        }

        &.de {
          ul {
            grid-template-columns: 32% 20% 17.6% 17.6% 16.6%;
          }
        }

        &.it {
          ul {
            grid-template-columns: 27% 23% 17.6% 17.6% 16.6%;
          }
        }

        &.es {
          ul {
            grid-template-columns: 27% 23% 17.6% 17.6% 16.6%;
          }
        }

      }

      .social_foo {
        width: 300px;
        text-align: left;
        float: left;
        padding-left: 52px;
        display: flex;

        @media screen and (max-width: $max-width-tab) {
          display: none;
        }

        a {
          display: inline-block;
          top: 0;
          color: white;

          svg {
            path {
              fill: white;
            }
          }
        }

        &.mobile {
          display: none;
          @media screen and (max-width: $max-width-tab) {
            display: flex;
            justify-content: center;
            padding-left: unset;
            text-align: center;
            float: none;
            width: 100%;
          }

          a {
            svg {
              path {
                fill: white;
              }
            }
          }
        }
      }
    }

    .footercopycontainer {
      background-color: $tgDarkBlue;

      .footer_copy {
        max-width: 1920px;
        width: 90%;
        margin: auto;
        color: #9ba5c6;
        font-size: 14px;
        padding: 30px;
        text-transform: uppercase;
        box-sizing: border-box;

        @media (min-width: $min-width-tab) and (max-width: $max-width-tab) {
          text-align: center;
        }

        .social_foo {
          width: 300px;
          text-align: right;
          float: right;

          @media screen and (max-width: $max-width-tab) {
            display: none;
          }

          a {
            display: inline-block;
            top: 0;
            color: white;

            svg {
              path {
                fill: white;
              }
            }
          }
        }
      }
    }
  }
}*/
#sitemap .sub-menu, #sitemap .children {
  margin-top: 7px;
}
#sitemap .sub-menu li, #sitemap .children li {
  display: block !important;
  width: 100% !important;
  float: none !important;
}
#sitemap .sub-menu li.section_foo, #sitemap .children li.section_foo {
  font-family: "Gilroy-Semibold", sans-serif, sans-serif;
}

#cookie-law-info-bar {
  background-color: white;
  color: #3f4a5b;
  font-family: inherit;
  bottom: 0px;
  position: fixed;
  display: block;
}
@media screen and (max-width: 768px) {
  #cookie-law-info-bar {
    max-width: 100%;
    width: 100%;
    box-shadow: none;
    border: thin solid #dfe6ee;
    left: initial;
    padding: 0px;
    transform: none;
  }
}
#cookie-law-info-bar .left-message {
  float: left;
  display: block;
  width: 60%;
  margin: 28px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #cookie-law-info-bar .left-message {
    float: left;
    display: block;
    width: 100%;
    margin: 0px;
    padding: 25px;
    padding-bottom: 0px;
    text-align: left;
    box-sizing: border-box;
    font-size: 11px !important;
  }
}
@media screen and (max-width: 768px) {
  #cookie-law-info-bar .left-message a {
    font-size: unset !important;
  }
}
#cookie-law-info-bar #cookie_action_close_header {
  float: none;
  padding: 20px;
  padding-left: 70px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #cookie-law-info-bar #cookie_action_close_header {
    padding: 10px 25px;
    box-sizing: border-box;
    float: left;
  }
}
#cookie-law-info-bar #cookie_action_close_header_reject {
  padding: 20px;
  font-size: 0px;
  background-image: url(/wp-content/themes/tgroup/assets/images/icons/close-cookie.png);
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  cursor: pointer;
  display: inline-block;
  z-index: 9;
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
  height: 24px;
}
@media screen and (max-width: 768px) {
  #cookie-law-info-bar #cookie_action_close_header_reject {
    top: -18px;
    right: -18px;
  }
}

.c_body_content ul {
  position: relative;
}
.c_body_content ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #FF5749;
  position: absolute;
  left: 0;
  top: 9px;
  margin: 0;
  display: block;
}

@media screen and (min-width: 1024px) {
  .container {
    margin: 0 auto 70px;
  }
  .container.width-90 {
    width: 90%;
  }
}
@media screen and (max-width: 1023px) {
  .container {
    margin: 0 auto 70px;
  }
  .container.width-90 {
    width: 90%;
  }
}

.p_contact_form.p_contact_form-white {
  background-color: #ffffff;
}
.p_contact_form .p_contact_text {
  width: 30% !important;
}
.p_contact_form .p_contact_text p {
  font-weight: 100 !important;
  font-style: normal;
  font-size: 17px;
  line-height: 25px;
  color: #667587;
  text-align: justify;
  margin-top: 32px;
  font-family: "Gilroy-Medium";
}
.p_contact_form .partner_form_right {
  position: relative;
  background-color: white;
  z-index: 1;
  padding: 48px;
  border: 1px solid #DFE6EE;
}
.p_contact_form .partner_form_right .wpcf7 .country .wpcf7-select {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cmask id='a' height='5' maskUnits='userSpaceOnUse' width='10' x='7' y='10'%3E%3Cpath clip-rule='evenodd' d='m7 10 5 5 5-5z' fill='%23fff' fill-rule='evenodd'/%3E%3C/mask%3E%3Cpath clip-rule='evenodd' d='m7 10 5 5 5-5z' fill='%23000' fill-opacity='.7' fill-rule='evenodd'/%3E%3Cg mask='url(%23a)'%3E%3Cpath d='m0 0h24v24h-24z' fill='%23667587'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right;
}
.p_contact_form .partner_form_right .wpcf7 .wpcf7-submit {
  box-sizing: border-box !important;
  clear: none !important;
  float: right !important;
  margin-top: 8px !important;
}
.p_contact_form .partner_form_right .wpcf7 .privacy-check {
  margin-bottom: 20px;
}
.p_contact_form .partner_form_right .wpcf7 .ajax-loader {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1565px) {
  .p_contact_form .partner_form_right .partner_form_right {
    margin-right: 15% !important;
  }
}
@media screen and (max-width: 1800px) {
  .p_contact_form .p_contact_form {
    margin-bottom: 20% !important;
  }
}
.p_contact_form .partner_form_right {
  position: relative;
}
.p_contact_form .partner_form_right .wpcf7 .wpcf7-submit {
  box-sizing: border-box !important;
  clear: none !important;
  float: right !important;
  margin-top: 8px !important;
}
.p_contact_form .partner_form_right .wpcf7 .privacy-check {
  margin-bottom: 20px;
}
.p_contact_form .partner_form_right .wpcf7 .ajax-loader {
  position: absolute;
  bottom: 0;
  right: 0;
}
.p_contact_form .partner_form_right .wpcf7 .recaptcha {
  margin: 0 25px 0 0 !important;
}

.p_partner {
  max-width: 100% !important;
  margin-bottom: -18% !important;
}
@media screen and (min-width: 3000px) {
  .p_partner {
    margin-bottom: -9% !important;
  }
}
.p_partner .p_contact_text {
  width: 28% !important;
}
.p_partner .p_contact_text p {
  font-weight: 100 !important;
  font-style: normal;
  font-size: 17px;
  line-height: 25px;
  color: #667587;
  text-align: justify;
  margin-top: 32px;
  font-family: "Gilroy-Medium";
}
.p_partner .partner_form_right {
  position: relative;
  background-color: white;
  z-index: 1;
  padding: 48px;
  border: 1px solid #DFE6EE;
}
.p_partner .partner_form_right .wpcf7 .wpcf7-submit {
  box-sizing: border-box !important;
  clear: none !important;
  float: right !important;
  margin-top: 8px !important;
}
.p_partner .partner_form_right .wpcf7 .privacy-check {
  margin-bottom: 20px;
}
.p_partner .partner_form_right .wpcf7 .ajax-loader {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1565px) {
  .p_partner .partner_form_right .partner_form_right {
    margin-right: 2rem !important;
  }
}
@media screen and (max-width: 1800px) {
  .p_partner .p_contact_form {
    margin-bottom: 20% !important;
  }
}
@media screen and (min-width: 3000px) {
  .p_partner .partner_form_right {
    margin-right: 15% !important;
  }
  .p_partner .p_contact_text {
    margin-left: 15% !important;
  }
}
.p_partner .partner_form_right {
  position: relative;
}
.p_partner .partner_form_right .wpcf7 .wpcf7-submit {
  box-sizing: border-box !important;
  clear: none !important;
  float: right !important;
  margin-top: 8px !important;
}
.p_partner .partner_form_right .wpcf7 .privacy-check {
  margin-bottom: 20px;
}
.p_partner .partner_form_right .wpcf7 .ajax-loader {
  position: absolute;
  bottom: 0;
  right: 0;
}
.p_partner .partner_form_right .wpcf7 .recaptcha {
  margin: 0 25px 0 0 !important;
}

.partners_footer .subscribe_container {
  display: none !important;
}
.partners_footer .footer_left {
  padding-top: 0 !important;
}
@media screen and (max-width: 1745px) {
  .partners_footer .footer_left {
    padding-top: 50px !important;
  }
}
@media screen and (min-width: 3000px) {
  .partners_footer .footer_left {
    padding-top: 100px !important;
  }
}

.s_elements {
  width: 90%;
  margin: 0 auto;
}
.s_elements .s_el {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  background-color: white;
  display: flex;
  flex-direction: row;
  height: unset;
  min-height: 320px;
  padding: 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .s_elements .s_el {
    flex-direction: column !important;
    min-height: unset;
  }
}
.s_elements .s_el .s_el_foto {
  float: none;
  width: 50%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .s_elements .s_el .s_el_foto {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
  }
}
.s_elements .s_el .s_el_content {
  float: none;
  width: 100%;
  box-sizing: border-box;
}
.s_elements .s_el .s_el_content a {
  display: flex;
  flex-direction: column;
  padding-left: 35px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .s_elements .s_el .s_el_content a {
    padding: 0 !important;
  }
}
.s_elements .s_el .s_el_content a h2 {
  margin: 0 0 20px;
  font-size: 32px;
}
@media screen and (max-width: 1023px) {
  .s_elements .s_el .s_el_content a h2 {
    font-size: 20px;
  }
}
.s_elements .s_el .s_el_content a p {
  font-size: 20px;
  color: #999;
  box-sizing: border-box;
  display: block;
  margin-bottom: auto;
}
@media screen and (max-width: 1023px) {
  .s_elements .s_el .s_el_content a p {
    font-size: 14px;
  }
}
.s_elements .s_el .s_el_content a .learn-more {
  text-transform: uppercase;
  color: #017DF5;
  font-size: 18px;
  line-height: 8px;
}
.s_elements .s_el.toright {
  flex-direction: row-reverse;
}
.s_elements .s_el.toright .s_el_content a {
  padding-left: 0;
  padding-right: 35px;
}

@media screen and (max-width: 768px) {
  .s_elements {
    width: 100%;
    float: none;
  }
  .s_elements .s_el {
    width: 100%;
    float: none;
    height: auto !important;
    padding-top: 0;
    margin-bottom: 40px;
  }
  .s_elements .s_el .s_el_foto {
    width: calc(100%);
    height: 300px;
    margin: 0;
    clear: both;
    float: none;
  }
  .s_elements .s_el .s_el_content {
    float: none;
    width: auto !important;
    padding: 0 24px 24px;
    margin: 0;
  }
  .s_elements .s_el .s_el_content a {
    padding: 0;
  }
  .s_elements .s_el .s_el_content a h2 {
    margin-top: 24px;
  }
  .s_elements .s_el .s_el_content a p {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .s_elements {
    width: 100%;
    float: none;
  }
  .s_elements .s_el {
    width: 100%;
    float: none;
    height: auto !important;
    padding-top: 0;
    margin-bottom: 40px;
  }
  .s_elements .s_el .s_el_foto {
    width: calc(100%);
    height: 300px;
    margin: 0;
    clear: both;
    float: none;
  }
  .s_elements .s_el .s_el_content {
    float: none;
    width: auto !important;
    padding: 0 24px 24px;
    margin: 0;
  }
  .s_elements .s_el .s_el_content a {
    padding: 0;
  }
  .s_elements .s_el .s_el_content a h2 {
    margin-top: 24px;
  }
  .s_elements .s_el .s_el_content a p {
    width: auto;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .s_elements .s_el .s_el_foto {
    width: 40%;
  }
}
.customer_quotes_container .customer_story_viewer_outer {
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .customer_quotes_container .customer_story_viewer_outer {
    margin-bottom: 0;
  }
}
.customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy {
  width: 100%;
  background: none;
  padding: 120px 0 0;
}
@media screen and (max-width: 1023px) {
  .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy {
    padding: 30px 50px;
  }
}
.customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner {
  width: 60%;
  max-width: 1920px;
  margin: 0 auto;
}
.customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .company_name {
  margin-bottom: 30px;
}
.customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .company_name .logo {
  height: 65px;
  max-height: 65px;
  max-width: 35%;
}
.customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .company_name .logo img {
  height: 100%;
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .company_name .logo img {
    width: 100%;
    max-width: unset;
  }
}
.customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .customer_quote .customer_quote_text p {
  color: #999;
}
.customer_quotes_container .customer_story_logos_container {
  width: 60%;
  max-width: 1920px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 0 100px;
}
@media screen and (max-width: 1023px) {
  .customer_quotes_container .customer_story_logos_container {
    width: 100%;
    max-width: unset;
    padding: 0 0 50px;
  }
}
.customer_quotes_container .customer_story_logos_container .customer_story_logos {
  width: 80%;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .customer_quotes_container .customer_story_logos_container .customer_story_logos {
    margin: auto;
  }
}

header ul#pp .sub-menu-wrap .sub-menu li {
  transition: 0.3s ease-in-out;
  padding: 10px 25px 10px 15px !important;
}

header ul#pp .sub-menu-wrap .sub-menu li:hover {
  background: #f4f7fa !important;
  padding: 10px 25px 10px 15px !important;
  transition: 0.3s ease-in-out;
}

header ul#pp .sub-menu-wrap .sub-menu .primary-navigation_hide-desktop {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  header ul#pp .sub-menu-wrap .sub-menu .primary-navigation_hide-desktop {
    display: block !important;
  }
}

header ul#pp .sub-menu-wrap .sub-menu .primary-navigation_hide-desktop a {
  font-weight: bolder !important;
  color: #002067 !important;
}

header ul#pp .sub-menu-wrap .sub-menu li a:hover, header ul#pp li.main-menu-hover ul li a:hover {
  color: #081644 !important;
  font-family: "Gilroy-Semibold", sans-serif !important;
  transition: 0.3s ease-in-out;
}

.primary-nav li:nth-child(1) .sub-menu {
  display: flex;
  flex-wrap: wrap;
}

.primary-nav li:nth-child(1) .sub-menu li {
  width: 40% !important;
}
@media screen and (max-width: 767px) {
  .primary-nav li:nth-child(1) .sub-menu li {
    width: 100% !important;
  }
}

.thankyou_row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 90px;
}
@media (max-width: 768px) {
  .thankyou_row {
    flex-direction: column;
  }
}
.thankyou_row .left {
  width: 50%;
  margin: auto 30px auto 0;
}
@media (max-width: 768px) {
  .thankyou_row .left {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .thankyou_row .left {
    width: 45%;
  }
}
.thankyou_row .left .thankyou_outer {
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .thankyou_row .left .thankyou_outer {
    margin-bottom: 32px;
  }
}
.thankyou_row .left .thankyou_outer .thankyou_heading {
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .thankyou_row .left .thankyou_outer .thankyou_heading {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .thankyou_row .left .thankyou_outer .thankyou_heading {
    margin-bottom: 24px;
  }
}
.thankyou_row .left .thankyou_outer .thankyou_heading span {
  font-size: 40px;
  color: #002067;
  font-family: "Gilroy-Semibold", sans-serif;
  line-height: 46px;
}
@media (min-width: 980px) and (max-width: 1024px) {
  .thankyou_row .left .thankyou_outer .thankyou_heading span {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 980px) {
  .thankyou_row .left .thankyou_outer .thankyou_heading span {
    font-size: 24px;
    line-height: 36px;
  }
}
.thankyou_row .left .thankyou_outer .thankyou_body p {
  font-size: 15px;
  line-height: 25px;
  color: #667587;
  font-family: "Gilroy-Regular", sans-serif;
}
.thankyou_row .left .thankyou_outer .thankyou_body p a {
  text-decoration: underline !important;
}
.thankyou_row .right {
  width: 50%;
  margin: auto 0;
}
@media (max-width: 768px) {
  .thankyou_row .right {
    display: none;
  }
}
.thankyou_row .right .related_resources .rel_res_heading {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .thankyou_row .right .related_resources .rel_res_heading {
    width: 100%;
    margin-bottom: 24px;
  }
}
.thankyou_row .right .related_resources .rel_res_heading span {
  color: #002067;
  font-family: "Gilroy-Semibold", sans-serif;
  line-height: 36px;
  font-size: 24px;
}
@media (max-width: 768px) {
  .thankyou_row .right .related_resources .rel_res_heading span {
    font-size: 20px;
    line-height: 30px;
  }
}
.thankyou_row .right .related_resources .rel_res_list .rel_resources_inner .rel_resource_outer {
  padding: 16px 10px 24px 10px;
}
@media (min-width: 768px) {
  .thankyou_row .right .related_resources .rel_res_list .rel_resources_inner .rel_resource_outer:hover {
    box-shadow: 0 15px 34px 0 #002E6D2E;
  }
}
.thankyou_row .right .related_resources .rel_res_list .rel_resources_inner .rel_resource_outer:nth-child(2) {
  border-top: #DFE6EE solid 1px;
  border-bottom: #DFE6EE solid 1px;
}
.thankyou_row .right .related_resources .rel_res_list .rel_resources_inner .rel_resource_outer .rel_resource {
  display: flex;
  height: 100%;
}
.thankyou_row .right .related_resources .rel_res_list .rel_resources_inner .rel_resource_outer .rel_resource .thumbnail {
  width: 120px;
  height: 120px;
  background-color: #002067;
}
@media (max-width: 768px) {
  .thankyou_row .right .related_resources .rel_res_list .rel_resources_inner .rel_resource_outer .rel_resource .thumbnail {
    width: 92px;
    height: 92px;
  }
}
.thankyou_row .right .related_resources .rel_res_list .rel_resources_inner .rel_resource_outer .rel_resource .thumbnail .thumb_inner {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center;
}
.thankyou_row .right .related_resources .rel_res_list .rel_resources_inner .rel_resource_outer .rel_resource .rel_resource-text {
  margin-left: 24px;
  box-sizing: border-box;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 70%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .thankyou_row .right .related_resources .rel_res_list .rel_resources_inner .rel_resource_outer .rel_resource .rel_resource-text {
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .thankyou_row .right .related_resources .rel_res_list .rel_resources_inner .rel_resource_outer .rel_resource .rel_resource-text {
    height: unset;
    margin-left: 20px;
    max-width: 57%;
  }
}
.thankyou_row .right .related_resources .rel_res_list .rel_resources_inner .rel_resource_outer .rel_resource .rel_resource-text .rel_res_type span {
  color: #FF5749;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.3px;
  font-family: "Gilroy-Semibold", sans-serif;
}
.thankyou_row .right .related_resources .rel_res_list .rel_resources_inner .rel_resource_outer .rel_resource .rel_resource-text .rel_res_title span {
  font-family: "Gilroy-Semibold", sans-serif;
  color: #002067;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .thankyou_row .right .related_resources .rel_res_list .rel_resources_inner .rel_resource_outer .rel_resource .rel_resource-text .rel_res_title span {
    font-size: 14px;
    line-height: 20px;
    display: block;
  }
}

.page-template-template-solutions .alternating_content_blocks .blocks_outer,
.page-template-template-industry .alternating_content_blocks .blocks_outer {
  width: 77% !important;
}
.page-template-template-solutions .alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container.alt_block_single_container-program,
.page-template-template-industry .alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container.alt_block_single_container-program {
  margin-bottom: 55px;
}
.page-template-template-solutions .border_outer,
.page-template-template-industry .border_outer {
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
  margin-top: 15px;
}
.page-template-template-solutions .main-borderline__customer,
.page-template-template-industry .main-borderline__customer {
  width: 77% !important;
  max-width: 1920px;
  margin: -50px auto;
}
.page-template-template-solutions .alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container.alt_block_single_container-program .single_alt_block .text_half .text_wrap p,
.page-template-template-industry .alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container.alt_block_single_container-program .single_alt_block .text_half .text_wrap p {
  width: 83%;
}

.page-template-template-product .alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container.alt_block_single_container-program {
  margin-bottom: 55px;
}
.page-template-template-product .border_outer {
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
  margin-top: 15px;
}
.page-template-template-product .main-fullstory.main-fullstory__product .main-fullstory__content .main-fullstory__item:nth-child(2) img {
  width: 354px;
  height: 354px;
}
.page-template-template-product .main-fullstory__content.column-reverse .main-fullstory__item > img {
  padding-left: 50px;
}
.page-template-template-product .main-fullstory.main-fullstory__product .main-fullstory__content {
  margin-top: -45px;
}
.page-template-template-product .about-padding {
  padding: 25px 0 0 0;
}
.page-template-template-product .main-values__content.main-grid__desk {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  gap: 2.5rem;
  padding: 40px 0 40px 0;
}
.page-template-template-product .main-container {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 25px 0 32px;
}

.single-solutions .main-cta__content {
  padding: 50px;
}
.single-solutions .border_outer {
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
  margin-top: 0px;
  margin-bottom: 40px;
}
.single-solutions .main-container {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 100px 32px;
}

.single-solutions .main-fullstory .border_outer {
  width: 100% !important;
  max-width: 1920px;
  margin: 0px auto;
  margin-top: 75px;
  margin-bottom: 55px;
}

.postid-47727 .main-container {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 75px 0 32px;
}

.postid-47784 .main-fullstory.main-fullstory-p,
.postid-47670 .main-fullstory.main-fullstory-p {
  margin-top: 0px;
  padding: 50px 0;
  margin-bottom: 55px;
}

body > .menu_related.industries {
  display: none;
}

.page-template-template-landing, .page-template-template-landing-new,
.page-template-template-supply-chain-landing,
.page-template-template-machine-learning-landing,
.page-template-template-optimize-inventory-landing {
  width: 100%;
  height: 100%;
  color: #3f4a5b;
  line-height: 28px;
  font-family: "Gilroy-Light", sans-serif;
  font-size: 18px;
  font-weight: 100;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .page-template-template-landing, .page-template-template-landing-new,
.page-template-template-supply-chain-landing,
.page-template-template-machine-learning-landing,
.page-template-template-optimize-inventory-landing {
    font-size: 16px;
    line-height: 24px;
  }
}
.page-template-template-landing *, .page-template-template-landing-new *,
.page-template-template-supply-chain-landing *,
.page-template-template-machine-learning-landing *,
.page-template-template-optimize-inventory-landing * {
  box-sizing: border-box;
}
.page-template-template-landing .container, .page-template-template-landing-new .container,
.page-template-template-supply-chain-landing .container,
.page-template-template-machine-learning-landing .container,
.page-template-template-optimize-inventory-landing .container {
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 576px) {
  .page-template-template-landing .container, .page-template-template-landing-new .container,
.page-template-template-supply-chain-landing .container,
.page-template-template-machine-learning-landing .container,
.page-template-template-optimize-inventory-landing .container {
    max-width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .page-template-template-landing .container, .page-template-template-landing-new .container,
.page-template-template-supply-chain-landing .container,
.page-template-template-machine-learning-landing .container,
.page-template-template-optimize-inventory-landing .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .page-template-template-landing .container, .page-template-template-landing-new .container,
.page-template-template-supply-chain-landing .container,
.page-template-template-machine-learning-landing .container,
.page-template-template-optimize-inventory-landing .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-landing .container, .page-template-template-landing-new .container,
.page-template-template-supply-chain-landing .container,
.page-template-template-machine-learning-landing .container,
.page-template-template-optimize-inventory-landing .container {
    max-width: 1140px;
  }
}
.page-template-template-landing h1, .page-template-template-landing h2, .page-template-template-landing h3, .page-template-template-landing h4, .page-template-template-landing h5, .page-template-template-landing h6, .page-template-template-landing-new h1, .page-template-template-landing-new h2, .page-template-template-landing-new h3, .page-template-template-landing-new h4, .page-template-template-landing-new h5, .page-template-template-landing-new h6,
.page-template-template-supply-chain-landing h1,
.page-template-template-supply-chain-landing h2,
.page-template-template-supply-chain-landing h3,
.page-template-template-supply-chain-landing h4,
.page-template-template-supply-chain-landing h5,
.page-template-template-supply-chain-landing h6,
.page-template-template-machine-learning-landing h1,
.page-template-template-machine-learning-landing h2,
.page-template-template-machine-learning-landing h3,
.page-template-template-machine-learning-landing h4,
.page-template-template-machine-learning-landing h5,
.page-template-template-machine-learning-landing h6,
.page-template-template-optimize-inventory-landing h1,
.page-template-template-optimize-inventory-landing h2,
.page-template-template-optimize-inventory-landing h3,
.page-template-template-optimize-inventory-landing h4,
.page-template-template-optimize-inventory-landing h5,
.page-template-template-optimize-inventory-landing h6 {
  font-family: "Gilroy-Semibold", sans-serif;
  line-height: 44px;
  letter-spacing: 0.4px;
}
.page-template-template-landing h1, .page-template-template-landing h2, .page-template-template-landing-new h1, .page-template-template-landing-new h2,
.page-template-template-supply-chain-landing h1,
.page-template-template-supply-chain-landing h2,
.page-template-template-machine-learning-landing h1,
.page-template-template-machine-learning-landing h2,
.page-template-template-optimize-inventory-landing h1,
.page-template-template-optimize-inventory-landing h2 {
  font-size: 28px;
}
@media (max-width: 480px) {
  .page-template-template-landing h1, .page-template-template-landing h2, .page-template-template-landing-new h1, .page-template-template-landing-new h2,
.page-template-template-supply-chain-landing h1,
.page-template-template-supply-chain-landing h2,
.page-template-template-machine-learning-landing h1,
.page-template-template-machine-learning-landing h2,
.page-template-template-optimize-inventory-landing h1,
.page-template-template-optimize-inventory-landing h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
.page-template-template-landing h3, .page-template-template-landing-new h3,
.page-template-template-supply-chain-landing h3,
.page-template-template-machine-learning-landing h3,
.page-template-template-optimize-inventory-landing h3 {
  font-size: 25px;
}
@media (max-width: 480px) {
  .page-template-template-landing h3, .page-template-template-landing-new h3,
.page-template-template-supply-chain-landing h3,
.page-template-template-machine-learning-landing h3,
.page-template-template-optimize-inventory-landing h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
.page-template-template-landing strong, .page-template-template-landing-new strong,
.page-template-template-supply-chain-landing strong,
.page-template-template-machine-learning-landing strong,
.page-template-template-optimize-inventory-landing strong {
  font-family: "Gilroy-Semibold", sans-serif;
  font-weight: lighter;
}
.page-template-template-landing img, .page-template-template-landing-new img,
.page-template-template-supply-chain-landing img,
.page-template-template-machine-learning-landing img,
.page-template-template-optimize-inventory-landing img {
  max-width: 100%;
  height: auto;
}
.page-template-template-landing .hubspot-form, .page-template-template-landing-new .hubspot-form,
.page-template-template-supply-chain-landing .hubspot-form,
.page-template-template-machine-learning-landing .hubspot-form,
.page-template-template-optimize-inventory-landing .hubspot-form {
  margin-bottom: 32px;
}
.page-template-template-landing .hubspot-form .p_top_thank, .page-template-template-landing-new .hubspot-form .p_top_thank,
.page-template-template-supply-chain-landing .hubspot-form .p_top_thank,
.page-template-template-machine-learning-landing .hubspot-form .p_top_thank,
.page-template-template-optimize-inventory-landing .hubspot-form .p_top_thank {
  margin-left: 0;
  margin-top: 0;
}
.page-template-template-landing .hubspot-form .p_top_thank .ok_icon, .page-template-template-landing-new .hubspot-form .p_top_thank .ok_icon,
.page-template-template-supply-chain-landing .hubspot-form .p_top_thank .ok_icon,
.page-template-template-machine-learning-landing .hubspot-form .p_top_thank .ok_icon,
.page-template-template-optimize-inventory-landing .hubspot-form .p_top_thank .ok_icon {
  margin: 0 auto 24px;
}
.page-template-template-landing .hubspot-form label, .page-template-template-landing-new .hubspot-form label,
.page-template-template-supply-chain-landing .hubspot-form label,
.page-template-template-machine-learning-landing .hubspot-form label,
.page-template-template-optimize-inventory-landing .hubspot-form label {
  display: none;
}
.page-template-template-landing .hubspot-form ul.hs-error-msgs.inputs-list label, .page-template-template-landing-new .hubspot-form ul.hs-error-msgs.inputs-list label,
.page-template-template-supply-chain-landing .hubspot-form ul.hs-error-msgs.inputs-list label,
.page-template-template-machine-learning-landing .hubspot-form ul.hs-error-msgs.inputs-list label,
.page-template-template-optimize-inventory-landing .hubspot-form ul.hs-error-msgs.inputs-list label {
  display: block !important;
  font-family: inherit;
  color: #f00;
  text-align: left;
  font-size: 14px;
  padding-top: 2px;
}
.page-template-template-landing .hubspot-form input.hs-input, .page-template-template-landing .hubspot-form select, .page-template-template-landing .hubspot-form textarea.hs-input, .page-template-template-landing-new .hubspot-form input.hs-input, .page-template-template-landing-new .hubspot-form select, .page-template-template-landing-new .hubspot-form textarea.hs-input,
.page-template-template-supply-chain-landing .hubspot-form input.hs-input,
.page-template-template-supply-chain-landing .hubspot-form select,
.page-template-template-supply-chain-landing .hubspot-form textarea.hs-input,
.page-template-template-machine-learning-landing .hubspot-form input.hs-input,
.page-template-template-machine-learning-landing .hubspot-form select,
.page-template-template-machine-learning-landing .hubspot-form textarea.hs-input,
.page-template-template-optimize-inventory-landing .hubspot-form input.hs-input,
.page-template-template-optimize-inventory-landing .hubspot-form select,
.page-template-template-optimize-inventory-landing .hubspot-form textarea.hs-input {
  background-color: transparent;
  border: 0px;
  box-shadow: none;
  font-family: "Gilroy-Medium";
  color: #667587;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  height: 50px;
  resize: none;
  border-bottom: 1px solid #dfe6ee;
  outline: none;
}
.page-template-template-landing .hubspot-form input.hs-input::placeholder, .page-template-template-landing .hubspot-form input.hs-input::-webkit-input-placeholder, .page-template-template-landing .hubspot-form select::placeholder, .page-template-template-landing .hubspot-form select::-webkit-input-placeholder, .page-template-template-landing .hubspot-form textarea.hs-input::placeholder, .page-template-template-landing .hubspot-form textarea.hs-input::-webkit-input-placeholder, .page-template-template-landing-new .hubspot-form input.hs-input::placeholder, .page-template-template-landing-new .hubspot-form input.hs-input::-webkit-input-placeholder, .page-template-template-landing-new .hubspot-form select::placeholder, .page-template-template-landing-new .hubspot-form select::-webkit-input-placeholder, .page-template-template-landing-new .hubspot-form textarea.hs-input::placeholder, .page-template-template-landing-new .hubspot-form textarea.hs-input::-webkit-input-placeholder,
.page-template-template-supply-chain-landing .hubspot-form input.hs-input::placeholder,
.page-template-template-supply-chain-landing .hubspot-form input.hs-input::-webkit-input-placeholder,
.page-template-template-supply-chain-landing .hubspot-form select::placeholder,
.page-template-template-supply-chain-landing .hubspot-form select::-webkit-input-placeholder,
.page-template-template-supply-chain-landing .hubspot-form textarea.hs-input::placeholder,
.page-template-template-supply-chain-landing .hubspot-form textarea.hs-input::-webkit-input-placeholder,
.page-template-template-machine-learning-landing .hubspot-form input.hs-input::placeholder,
.page-template-template-machine-learning-landing .hubspot-form input.hs-input::-webkit-input-placeholder,
.page-template-template-machine-learning-landing .hubspot-form select::placeholder,
.page-template-template-machine-learning-landing .hubspot-form select::-webkit-input-placeholder,
.page-template-template-machine-learning-landing .hubspot-form textarea.hs-input::placeholder,
.page-template-template-machine-learning-landing .hubspot-form textarea.hs-input::-webkit-input-placeholder,
.page-template-template-optimize-inventory-landing .hubspot-form input.hs-input::placeholder,
.page-template-template-optimize-inventory-landing .hubspot-form input.hs-input::-webkit-input-placeholder,
.page-template-template-optimize-inventory-landing .hubspot-form select::placeholder,
.page-template-template-optimize-inventory-landing .hubspot-form select::-webkit-input-placeholder,
.page-template-template-optimize-inventory-landing .hubspot-form textarea.hs-input::placeholder,
.page-template-template-optimize-inventory-landing .hubspot-form textarea.hs-input::-webkit-input-placeholder {
  color: #99A0AA;
}
.page-template-template-landing .hubspot-form .hs_submit, .page-template-template-landing-new .hubspot-form .hs_submit,
.page-template-template-supply-chain-landing .hubspot-form .hs_submit,
.page-template-template-machine-learning-landing .hubspot-form .hs_submit,
.page-template-template-optimize-inventory-landing .hubspot-form .hs_submit {
  width: 100%;
  margin-top: 20px;
}
.page-template-template-landing .hubspot-form .hs_submit .actions, .page-template-template-landing-new .hubspot-form .hs_submit .actions,
.page-template-template-supply-chain-landing .hubspot-form .hs_submit .actions,
.page-template-template-machine-learning-landing .hubspot-form .hs_submit .actions,
.page-template-template-optimize-inventory-landing .hubspot-form .hs_submit .actions {
  margin: 0;
  padding: 0;
}
.page-template-template-landing .hubspot-form input.hs-button, .page-template-template-landing-new .hubspot-form input.hs-button,
.page-template-template-supply-chain-landing .hubspot-form input.hs-button,
.page-template-template-machine-learning-landing .hubspot-form input.hs-button,
.page-template-template-optimize-inventory-landing .hubspot-form input.hs-button {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 18px;
  letter-spacing: 0.5px;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border: 0;
  background-color: #0378FA;
  color: #fff;
  box-shadow: none;
  text-shadow: none;
  background-image: none;
  border-radius: 5px;
  text-transform: uppercase;
  outline: none;
  transition: 0.1s;
}
.page-template-template-landing .hubspot-form input.hs-button:hover, .page-template-template-landing-new .hubspot-form input.hs-button:hover,
.page-template-template-supply-chain-landing .hubspot-form input.hs-button:hover,
.page-template-template-machine-learning-landing .hubspot-form input.hs-button:hover,
.page-template-template-optimize-inventory-landing .hubspot-form input.hs-button:hover {
  cursor: pointer;
  background-color: #036ce1;
}
.page-template-template-landing .intro-banner, .page-template-template-landing-new .intro-banner,
.page-template-template-supply-chain-landing .intro-banner,
.page-template-template-machine-learning-landing .intro-banner,
.page-template-template-optimize-inventory-landing .intro-banner {
  padding: 40px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 992px) {
  .page-template-template-landing .intro-banner, .page-template-template-landing-new .intro-banner,
.page-template-template-supply-chain-landing .intro-banner,
.page-template-template-machine-learning-landing .intro-banner,
.page-template-template-optimize-inventory-landing .intro-banner {
    padding: 40px 0 80px;
  }
}
@media (max-width: 480px) {
  .page-template-template-landing .intro-banner, .page-template-template-landing-new .intro-banner,
.page-template-template-supply-chain-landing .intro-banner,
.page-template-template-machine-learning-landing .intro-banner,
.page-template-template-optimize-inventory-landing .intro-banner {
    padding: 32px 0 40px;
  }
}
.page-template-template-landing .intro-banner .logo, .page-template-template-landing-new .intro-banner .logo,
.page-template-template-supply-chain-landing .intro-banner .logo,
.page-template-template-machine-learning-landing .intro-banner .logo,
.page-template-template-optimize-inventory-landing .intro-banner .logo {
  display: inline-block;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .page-template-template-landing .intro-banner .logo, .page-template-template-landing-new .intro-banner .logo,
.page-template-template-supply-chain-landing .intro-banner .logo,
.page-template-template-machine-learning-landing .intro-banner .logo,
.page-template-template-optimize-inventory-landing .intro-banner .logo {
    margin-bottom: 20px;
  }
}
.page-template-template-landing .intro-banner .intro-banner-content, .page-template-template-landing-new .intro-banner .intro-banner-content,
.page-template-template-supply-chain-landing .intro-banner .intro-banner-content,
.page-template-template-machine-learning-landing .intro-banner .intro-banner-content,
.page-template-template-optimize-inventory-landing .intro-banner .intro-banner-content {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .page-template-template-landing .intro-banner .intro-banner-content, .page-template-template-landing-new .intro-banner .intro-banner-content,
.page-template-template-supply-chain-landing .intro-banner .intro-banner-content,
.page-template-template-machine-learning-landing .intro-banner .intro-banner-content,
.page-template-template-optimize-inventory-landing .intro-banner .intro-banner-content {
    flex-direction: column;
    align-items: center;
  }
}
.page-template-template-landing .intro-banner .intro-banner-content .intro-banner-left, .page-template-template-landing-new .intro-banner .intro-banner-content .intro-banner-left,
.page-template-template-supply-chain-landing .intro-banner .intro-banner-content .intro-banner-left,
.page-template-template-machine-learning-landing .intro-banner .intro-banner-content .intro-banner-left,
.page-template-template-optimize-inventory-landing .intro-banner .intro-banner-content .intro-banner-left {
  flex-grow: 1;
  min-width: 870px;
  max-width: 870px;
  padding: 30px 90px 34px 38px;
  background: #002067;
  color: #fff;
}
@media (max-width: 1200px) {
  .page-template-template-landing .intro-banner .intro-banner-content .intro-banner-left, .page-template-template-landing-new .intro-banner .intro-banner-content .intro-banner-left,
.page-template-template-supply-chain-landing .intro-banner .intro-banner-content .intro-banner-left,
.page-template-template-machine-learning-landing .intro-banner .intro-banner-content .intro-banner-left,
.page-template-template-optimize-inventory-landing .intro-banner .intro-banner-content .intro-banner-left {
    min-width: 600px;
  }
}
@media (max-width: 992px) {
  .page-template-template-landing .intro-banner .intro-banner-content .intro-banner-left, .page-template-template-landing-new .intro-banner .intro-banner-content .intro-banner-left,
.page-template-template-supply-chain-landing .intro-banner .intro-banner-content .intro-banner-left,
.page-template-template-machine-learning-landing .intro-banner .intro-banner-content .intro-banner-left,
.page-template-template-optimize-inventory-landing .intro-banner .intro-banner-content .intro-banner-left {
    min-width: unset;
    padding: 40px 44px 48px;
  }
}
@media (max-width: 480px) {
  .page-template-template-landing .intro-banner .intro-banner-content .intro-banner-left, .page-template-template-landing-new .intro-banner .intro-banner-content .intro-banner-left,
.page-template-template-supply-chain-landing .intro-banner .intro-banner-content .intro-banner-left,
.page-template-template-machine-learning-landing .intro-banner .intro-banner-content .intro-banner-left,
.page-template-template-optimize-inventory-landing .intro-banner .intro-banner-content .intro-banner-left {
    padding: 32px 36px 36px;
  }
}
.page-template-template-landing .intro-banner .intro-banner-content .intro-banner-left .intro-banner-left-title, .page-template-template-landing-new .intro-banner .intro-banner-content .intro-banner-left .intro-banner-left-title,
.page-template-template-supply-chain-landing .intro-banner .intro-banner-content .intro-banner-left .intro-banner-left-title,
.page-template-template-machine-learning-landing .intro-banner .intro-banner-content .intro-banner-left .intro-banner-left-title,
.page-template-template-optimize-inventory-landing .intro-banner .intro-banner-content .intro-banner-left .intro-banner-left-title {
  margin-bottom: 20px;
}
.page-template-template-landing .intro-banner .intro-banner-content .intro-banner-left .intro-banner-left-description, .page-template-template-landing-new .intro-banner .intro-banner-content .intro-banner-left .intro-banner-left-description,
.page-template-template-supply-chain-landing .intro-banner .intro-banner-content .intro-banner-left .intro-banner-left-description,
.page-template-template-machine-learning-landing .intro-banner .intro-banner-content .intro-banner-left .intro-banner-left-description,
.page-template-template-optimize-inventory-landing .intro-banner .intro-banner-content .intro-banner-left .intro-banner-left-description {
  margin-bottom: 20px;
}
.page-template-template-landing .intro-banner .intro-banner-content .intro-banner-left .intro-banner-left-points strong, .page-template-template-landing-new .intro-banner .intro-banner-content .intro-banner-left .intro-banner-left-points strong,
.page-template-template-supply-chain-landing .intro-banner .intro-banner-content .intro-banner-left .intro-banner-left-points strong,
.page-template-template-machine-learning-landing .intro-banner .intro-banner-content .intro-banner-left .intro-banner-left-points strong,
.page-template-template-optimize-inventory-landing .intro-banner .intro-banner-content .intro-banner-left .intro-banner-left-points strong {
  display: block;
  margin-bottom: 16px;
}
.page-template-template-landing .intro-banner .intro-banner-content .intro-banner-left .intro-banner-left-points ul li, .page-template-template-landing-new .intro-banner .intro-banner-content .intro-banner-left .intro-banner-left-points ul li,
.page-template-template-supply-chain-landing .intro-banner .intro-banner-content .intro-banner-left .intro-banner-left-points ul li,
.page-template-template-machine-learning-landing .intro-banner .intro-banner-content .intro-banner-left .intro-banner-left-points ul li,
.page-template-template-optimize-inventory-landing .intro-banner .intro-banner-content .intro-banner-left .intro-banner-left-points ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 20px;
  font-size: 16px;
}
.page-template-template-landing .intro-banner .intro-banner-content .intro-banner-left .intro-banner-left-points ul li:before, .page-template-template-landing-new .intro-banner .intro-banner-content .intro-banner-left .intro-banner-left-points ul li:before,
.page-template-template-supply-chain-landing .intro-banner .intro-banner-content .intro-banner-left .intro-banner-left-points ul li:before,
.page-template-template-machine-learning-landing .intro-banner .intro-banner-content .intro-banner-left .intro-banner-left-points ul li:before,
.page-template-template-optimize-inventory-landing .intro-banner .intro-banner-content .intro-banner-left .intro-banner-left-points ul li:before {
  content: url("/wp-content/themes/tgroup/assets/images/landing-page/tick.svg");
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
}
@media (max-width: 480px) {
  .page-template-template-landing .intro-banner .intro-banner-content .intro-banner-left .intro-banner-left-points ul li:before, .page-template-template-landing-new .intro-banner .intro-banner-content .intro-banner-left .intro-banner-left-points ul li:before,
.page-template-template-supply-chain-landing .intro-banner .intro-banner-content .intro-banner-left .intro-banner-left-points ul li:before,
.page-template-template-machine-learning-landing .intro-banner .intro-banner-content .intro-banner-left .intro-banner-left-points ul li:before,
.page-template-template-optimize-inventory-landing .intro-banner .intro-banner-content .intro-banner-left .intro-banner-left-points ul li:before {
    top: 3px;
  }
}
.page-template-template-landing .intro-banner .intro-banner-content .intro-banner-left .intro-banner-left-points ul li:last-child, .page-template-template-landing-new .intro-banner .intro-banner-content .intro-banner-left .intro-banner-left-points ul li:last-child,
.page-template-template-supply-chain-landing .intro-banner .intro-banner-content .intro-banner-left .intro-banner-left-points ul li:last-child,
.page-template-template-machine-learning-landing .intro-banner .intro-banner-content .intro-banner-left .intro-banner-left-points ul li:last-child,
.page-template-template-optimize-inventory-landing .intro-banner .intro-banner-content .intro-banner-left .intro-banner-left-points ul li:last-child {
  margin-bottom: 0;
}
.page-template-template-landing .intro-banner .intro-banner-content .intro-banner-right, .page-template-template-landing-new .intro-banner .intro-banner-content .intro-banner-right,
.page-template-template-supply-chain-landing .intro-banner .intro-banner-content .intro-banner-right,
.page-template-template-machine-learning-landing .intro-banner .intro-banner-content .intro-banner-right,
.page-template-template-optimize-inventory-landing .intro-banner .intro-banner-content .intro-banner-right {
  background: #fff;
  padding: 22px 26px;
  margin-left: -48px;
  text-align: center;
}
@media (max-width: 992px) {
  .page-template-template-landing .intro-banner .intro-banner-content .intro-banner-right, .page-template-template-landing-new .intro-banner .intro-banner-content .intro-banner-right,
.page-template-template-supply-chain-landing .intro-banner .intro-banner-content .intro-banner-right,
.page-template-template-machine-learning-landing .intro-banner .intro-banner-content .intro-banner-right,
.page-template-template-optimize-inventory-landing .intro-banner .intro-banner-content .intro-banner-right {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .page-template-template-landing .intro-banner .intro-banner-content .intro-banner-right, .page-template-template-landing-new .intro-banner .intro-banner-content .intro-banner-right,
.page-template-template-supply-chain-landing .intro-banner .intro-banner-content .intro-banner-right,
.page-template-template-machine-learning-landing .intro-banner .intro-banner-content .intro-banner-right,
.page-template-template-optimize-inventory-landing .intro-banner .intro-banner-content .intro-banner-right {
    padding: 24px 32px 28px;
  }
}
.page-template-template-landing .intro-banner .intro-banner-content .intro-banner-right .intro-banner-left-title, .page-template-template-landing-new .intro-banner .intro-banner-content .intro-banner-right .intro-banner-left-title,
.page-template-template-supply-chain-landing .intro-banner .intro-banner-content .intro-banner-right .intro-banner-left-title,
.page-template-template-machine-learning-landing .intro-banner .intro-banner-content .intro-banner-right .intro-banner-left-title,
.page-template-template-optimize-inventory-landing .intro-banner .intro-banner-content .intro-banner-right .intro-banner-left-title {
  margin-bottom: 8px;
  color: #002067;
}
.page-template-template-landing .intro-banner .intro-banner-content .intro-banner-right .intro-banner-right-description, .page-template-template-landing-new .intro-banner .intro-banner-content .intro-banner-right .intro-banner-right-description,
.page-template-template-supply-chain-landing .intro-banner .intro-banner-content .intro-banner-right .intro-banner-right-description,
.page-template-template-machine-learning-landing .intro-banner .intro-banner-content .intro-banner-right .intro-banner-right-description,
.page-template-template-optimize-inventory-landing .intro-banner .intro-banner-content .intro-banner-right .intro-banner-right-description {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 22px;
}
.page-template-template-landing .intro-banner .intro-banner-content .intro-banner-right .hubspot-form .hbspt-form form .hs_email .input, .page-template-template-landing-new .intro-banner .intro-banner-content .intro-banner-right .hubspot-form .hbspt-form form .hs_email .input,
.page-template-template-supply-chain-landing .intro-banner .intro-banner-content .intro-banner-right .hubspot-form .hbspt-form form .hs_email .input,
.page-template-template-machine-learning-landing .intro-banner .intro-banner-content .intro-banner-right .hubspot-form .hbspt-form form .hs_email .input,
.page-template-template-optimize-inventory-landing .intro-banner .intro-banner-content .intro-banner-right .hubspot-form .hbspt-form form .hs_email .input {
  background-color: #F4F7FA;
}
.page-template-template-landing .intro-banner .intro-banner-content .intro-banner-right .hubspot-form .hbspt-form form .hs_email .input input, .page-template-template-landing-new .intro-banner .intro-banner-content .intro-banner-right .hubspot-form .hbspt-form form .hs_email .input input,
.page-template-template-supply-chain-landing .intro-banner .intro-banner-content .intro-banner-right .hubspot-form .hbspt-form form .hs_email .input input,
.page-template-template-machine-learning-landing .intro-banner .intro-banner-content .intro-banner-right .hubspot-form .hbspt-form form .hs_email .input input,
.page-template-template-optimize-inventory-landing .intro-banner .intro-banner-content .intro-banner-right .hubspot-form .hbspt-form form .hs_email .input input {
  padding-left: 10px;
}
.page-template-template-landing .intro-banner .intro-banner-content .intro-banner-right .form-disclaimer, .page-template-template-landing-new .intro-banner .intro-banner-content .intro-banner-right .form-disclaimer,
.page-template-template-supply-chain-landing .intro-banner .intro-banner-content .intro-banner-right .form-disclaimer,
.page-template-template-machine-learning-landing .intro-banner .intro-banner-content .intro-banner-right .form-disclaimer,
.page-template-template-optimize-inventory-landing .intro-banner .intro-banner-content .intro-banner-right .form-disclaimer {
  font-size: 13px;
  font-style: italic;
  line-height: 1.2;
}
.page-template-template-landing .client-logos, .page-template-template-landing-new .client-logos,
.page-template-template-supply-chain-landing .client-logos,
.page-template-template-machine-learning-landing .client-logos,
.page-template-template-optimize-inventory-landing .client-logos {
  padding: 18px 0 18px;
  background: #F4F7FA;
}
.page-template-template-landing .client-logos .container, .page-template-template-landing-new .client-logos .container,
.page-template-template-supply-chain-landing .client-logos .container,
.page-template-template-machine-learning-landing .client-logos .container,
.page-template-template-optimize-inventory-landing .client-logos .container {
  max-width: 2000px;
  padding: 0;
}
.page-template-template-landing .client-logos .container .client-logos-title, .page-template-template-landing-new .client-logos .container .client-logos-title,
.page-template-template-supply-chain-landing .client-logos .container .client-logos-title,
.page-template-template-machine-learning-landing .client-logos .container .client-logos-title,
.page-template-template-optimize-inventory-landing .client-logos .container .client-logos-title {
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 15px;
  color: #002067;
  text-align: center;
}
.page-template-template-landing .client-logos .container .client-logos-title svg, .page-template-template-landing-new .client-logos .container .client-logos-title svg,
.page-template-template-supply-chain-landing .client-logos .container .client-logos-title svg,
.page-template-template-machine-learning-landing .client-logos .container .client-logos-title svg,
.page-template-template-optimize-inventory-landing .client-logos .container .client-logos-title svg {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  margin-top: -1px;
  margin-right: 4px;
  height: auto;
}
.page-template-template-landing .client-logos .container .bx-wrapper, .page-template-template-landing-new .client-logos .container .bx-wrapper,
.page-template-template-supply-chain-landing .client-logos .container .bx-wrapper,
.page-template-template-machine-learning-landing .client-logos .container .bx-wrapper,
.page-template-template-optimize-inventory-landing .client-logos .container .bx-wrapper {
  display: block !important;
}
@media (max-width: 480px) {
  .page-template-template-landing .client-logos .container .bx-viewport, .page-template-template-landing-new .client-logos .container .bx-viewport,
.page-template-template-supply-chain-landing .client-logos .container .bx-viewport,
.page-template-template-machine-learning-landing .client-logos .container .bx-viewport,
.page-template-template-optimize-inventory-landing .client-logos .container .bx-viewport {
    height: auto !important;
  }
}
.page-template-template-landing .client-logos .container .client-logo-strip, .page-template-template-landing-new .client-logos .container .client-logo-strip,
.page-template-template-supply-chain-landing .client-logos .container .client-logo-strip,
.page-template-template-machine-learning-landing .client-logos .container .client-logo-strip,
.page-template-template-optimize-inventory-landing .client-logos .container .client-logo-strip {
  align-items: center;
}
@media (max-width: 480px) {
  .page-template-template-landing .client-logos .container .client-logo-strip, .page-template-template-landing-new .client-logos .container .client-logo-strip,
.page-template-template-supply-chain-landing .client-logos .container .client-logo-strip,
.page-template-template-machine-learning-landing .client-logos .container .client-logo-strip,
.page-template-template-optimize-inventory-landing .client-logos .container .client-logo-strip {
    width: auto !important;
    flex-direction: column;
    transform: none !important;
    transition: none !important;
  }
}
.page-template-template-landing .client-logos .container .client-logo-strip a, .page-template-template-landing-new .client-logos .container .client-logo-strip a,
.page-template-template-supply-chain-landing .client-logos .container .client-logo-strip a,
.page-template-template-machine-learning-landing .client-logos .container .client-logo-strip a,
.page-template-template-optimize-inventory-landing .client-logos .container .client-logo-strip a {
  display: inline-block;
  margin-right: 60px !important;
  margin-bottom: 20px;
  pointer-events: none;
  opacity: 0.7;
  backface-visibility: hidden;
}
@media (max-width: 480px) {
  .page-template-template-landing .client-logos .container .client-logo-strip a, .page-template-template-landing-new .client-logos .container .client-logo-strip a,
.page-template-template-supply-chain-landing .client-logos .container .client-logo-strip a,
.page-template-template-machine-learning-landing .client-logos .container .client-logo-strip a,
.page-template-template-optimize-inventory-landing .client-logos .container .client-logo-strip a {
    margin-right: 0 !important;
    margin-bottom: 28px;
  }
}
.page-template-template-landing .client-logos .container .client-logo-strip a svg,
.page-template-template-landing .client-logos .container .client-logo-strip a img, .page-template-template-landing-new .client-logos .container .client-logo-strip a svg,
.page-template-template-landing-new .client-logos .container .client-logo-strip a img,
.page-template-template-supply-chain-landing .client-logos .container .client-logo-strip a svg,
.page-template-template-supply-chain-landing .client-logos .container .client-logo-strip a img,
.page-template-template-machine-learning-landing .client-logos .container .client-logo-strip a svg,
.page-template-template-machine-learning-landing .client-logos .container .client-logo-strip a img,
.page-template-template-optimize-inventory-landing .client-logos .container .client-logo-strip a svg,
.page-template-template-optimize-inventory-landing .client-logos .container .client-logo-strip a img {
  max-height: 30px;
}
.page-template-template-landing .client-logos .container .client-logo-strip a img, .page-template-template-landing-new .client-logos .container .client-logo-strip a img,
.page-template-template-supply-chain-landing .client-logos .container .client-logo-strip a img,
.page-template-template-machine-learning-landing .client-logos .container .client-logo-strip a img,
.page-template-template-optimize-inventory-landing .client-logos .container .client-logo-strip a img {
  max-height: 30px;
  width: auto;
}
.page-template-template-landing .downloaded-ebooks-section, .page-template-template-landing-new .downloaded-ebooks-section,
.page-template-template-supply-chain-landing .downloaded-ebooks-section,
.page-template-template-machine-learning-landing .downloaded-ebooks-section,
.page-template-template-optimize-inventory-landing .downloaded-ebooks-section {
  padding: 50px 0;
}
@media (max-width: 992px) {
  .page-template-template-landing .downloaded-ebooks-section, .page-template-template-landing-new .downloaded-ebooks-section,
.page-template-template-supply-chain-landing .downloaded-ebooks-section,
.page-template-template-machine-learning-landing .downloaded-ebooks-section,
.page-template-template-optimize-inventory-landing .downloaded-ebooks-section {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .page-template-template-landing .downloaded-ebooks-section, .page-template-template-landing-new .downloaded-ebooks-section,
.page-template-template-supply-chain-landing .downloaded-ebooks-section,
.page-template-template-machine-learning-landing .downloaded-ebooks-section,
.page-template-template-optimize-inventory-landing .downloaded-ebooks-section {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .page-template-template-landing .downloaded-ebooks-section, .page-template-template-landing-new .downloaded-ebooks-section,
.page-template-template-supply-chain-landing .downloaded-ebooks-section,
.page-template-template-machine-learning-landing .downloaded-ebooks-section,
.page-template-template-optimize-inventory-landing .downloaded-ebooks-section {
    padding: 40px 0;
  }
}
.page-template-template-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-section-title, .page-template-template-landing-new .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-section-title,
.page-template-template-supply-chain-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-section-title,
.page-template-template-machine-learning-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-section-title,
.page-template-template-optimize-inventory-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-section-title {
  margin-bottom: 12px;
  color: #002067;
  text-align: center;
}
@media (max-width: 768px) {
  .page-template-template-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-section-title, .page-template-template-landing-new .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-section-title,
.page-template-template-supply-chain-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-section-title,
.page-template-template-machine-learning-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-section-title,
.page-template-template-optimize-inventory-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-section-title {
    margin-bottom: 16px;
  }
}
.page-template-template-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-section-description, .page-template-template-landing-new .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-section-description,
.page-template-template-supply-chain-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-section-description,
.page-template-template-machine-learning-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-section-description,
.page-template-template-optimize-inventory-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-section-description {
  text-align: center;
}
.page-template-template-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards, .page-template-template-landing-new .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards,
.page-template-template-supply-chain-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards,
.page-template-template-machine-learning-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards,
.page-template-template-optimize-inventory-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards {
  margin-top: 32px;
}
.page-template-template-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row, .page-template-template-landing-new .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row,
.page-template-template-supply-chain-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row,
.page-template-template-machine-learning-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row,
.page-template-template-optimize-inventory-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row {
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .page-template-template-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row, .page-template-template-landing-new .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row,
.page-template-template-supply-chain-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row,
.page-template-template-machine-learning-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row,
.page-template-template-optimize-inventory-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row {
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: unset;
  }
}
@media (max-width: 480px) {
  .page-template-template-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row, .page-template-template-landing-new .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row,
.page-template-template-supply-chain-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row,
.page-template-template-machine-learning-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row,
.page-template-template-optimize-inventory-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row {
    flex-direction: column;
    margin-bottom: unset;
  }
}
.page-template-template-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card, .page-template-template-landing-new .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card,
.page-template-template-supply-chain-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card,
.page-template-template-machine-learning-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card,
.page-template-template-optimize-inventory-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card {
  display: flex;
  width: 50%;
}
@media (max-width: 992px) {
  .page-template-template-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card, .page-template-template-landing-new .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card,
.page-template-template-supply-chain-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card,
.page-template-template-machine-learning-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card,
.page-template-template-optimize-inventory-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  .page-template-template-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card, .page-template-template-landing-new .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card,
.page-template-template-supply-chain-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card,
.page-template-template-machine-learning-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card,
.page-template-template-optimize-inventory-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card {
    flex-direction: column;
  }
}
.page-template-template-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card .ebook-card-left, .page-template-template-landing-new .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card .ebook-card-left,
.page-template-template-supply-chain-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card .ebook-card-left,
.page-template-template-machine-learning-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card .ebook-card-left,
.page-template-template-optimize-inventory-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card .ebook-card-left {
  background-size: cover;
  background-position: center;
}
@media (max-width: 480px) {
  .page-template-template-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card .ebook-card-left, .page-template-template-landing-new .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card .ebook-card-left,
.page-template-template-supply-chain-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card .ebook-card-left,
.page-template-template-machine-learning-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card .ebook-card-left,
.page-template-template-optimize-inventory-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card .ebook-card-left {
    margin: 0 auto !important;
  }
}
@media (max-width: 768px) {
  .page-template-template-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card .ebook-card-left, .page-template-template-landing-new .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card .ebook-card-left,
.page-template-template-supply-chain-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card .ebook-card-left,
.page-template-template-machine-learning-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card .ebook-card-left,
.page-template-template-optimize-inventory-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card .ebook-card-left {
    margin-left: 20px;
  }
}
.page-template-template-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card .ebook-card-left img, .page-template-template-landing-new .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card .ebook-card-left img,
.page-template-template-supply-chain-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card .ebook-card-left img,
.page-template-template-machine-learning-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card .ebook-card-left img,
.page-template-template-optimize-inventory-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card .ebook-card-left img {
  width: 220px;
  max-width: unset;
  height: 220px;
  object-fit: cover;
}
.page-template-template-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card .ebook-card-right, .page-template-template-landing-new .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card .ebook-card-right,
.page-template-template-supply-chain-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card .ebook-card-right,
.page-template-template-machine-learning-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card .ebook-card-right,
.page-template-template-optimize-inventory-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card .ebook-card-right {
  margin: 0 20px;
}
.page-template-template-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card .ebook-card-right h3, .page-template-template-landing-new .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card .ebook-card-right h3,
.page-template-template-supply-chain-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card .ebook-card-right h3,
.page-template-template-machine-learning-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card .ebook-card-right h3,
.page-template-template-optimize-inventory-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card .ebook-card-right h3 {
  font-size: 22px;
  color: #002067;
  line-height: 30px;
  margin-bottom: 14px;
}
.page-template-template-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card .ebook-card-right p, .page-template-template-landing-new .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card .ebook-card-right p,
.page-template-template-supply-chain-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card .ebook-card-right p,
.page-template-template-machine-learning-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card .ebook-card-right p,
.page-template-template-optimize-inventory-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card .ebook-card-right p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 25px;
}
.page-template-template-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card .ebook-card-right a p, .page-template-template-landing-new .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card .ebook-card-right a p,
.page-template-template-supply-chain-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card .ebook-card-right a p,
.page-template-template-machine-learning-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card .ebook-card-right a p,
.page-template-template-optimize-inventory-landing .downloaded-ebooks-section .downloaded-ebooks-section-content .downloaded-ebooks-cards .downloaded-ebooks-section-card-row .downloaded-ebooks-card .ebook-card-right a p {
  font-size: 20px;
}
.page-template-template-landing .pioneering-section, .page-template-template-landing-new .pioneering-section,
.page-template-template-supply-chain-landing .pioneering-section,
.page-template-template-machine-learning-landing .pioneering-section,
.page-template-template-optimize-inventory-landing .pioneering-section {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .page-template-template-landing .pioneering-section, .page-template-template-landing-new .pioneering-section,
.page-template-template-supply-chain-landing .pioneering-section,
.page-template-template-machine-learning-landing .pioneering-section,
.page-template-template-optimize-inventory-landing .pioneering-section {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .page-template-template-landing .pioneering-section, .page-template-template-landing-new .pioneering-section,
.page-template-template-supply-chain-landing .pioneering-section,
.page-template-template-machine-learning-landing .pioneering-section,
.page-template-template-optimize-inventory-landing .pioneering-section {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .page-template-template-landing .pioneering-section, .page-template-template-landing-new .pioneering-section,
.page-template-template-supply-chain-landing .pioneering-section,
.page-template-template-machine-learning-landing .pioneering-section,
.page-template-template-optimize-inventory-landing .pioneering-section {
    padding: 40px 0;
  }
}
.page-template-template-landing .pioneering-section .pioneering-section-content, .page-template-template-landing-new .pioneering-section .pioneering-section-content,
.page-template-template-supply-chain-landing .pioneering-section .pioneering-section-content,
.page-template-template-machine-learning-landing .pioneering-section .pioneering-section-content,
.page-template-template-optimize-inventory-landing .pioneering-section .pioneering-section-content {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .page-template-template-landing .pioneering-section .pioneering-section-content, .page-template-template-landing-new .pioneering-section .pioneering-section-content,
.page-template-template-supply-chain-landing .pioneering-section .pioneering-section-content,
.page-template-template-machine-learning-landing .pioneering-section .pioneering-section-content,
.page-template-template-optimize-inventory-landing .pioneering-section .pioneering-section-content {
    flex-direction: column;
  }
}
.page-template-template-landing .pioneering-section .pioneering-section-content .pioneering-section-left, .page-template-template-landing-new .pioneering-section .pioneering-section-content .pioneering-section-left,
.page-template-template-supply-chain-landing .pioneering-section .pioneering-section-content .pioneering-section-left,
.page-template-template-machine-learning-landing .pioneering-section .pioneering-section-content .pioneering-section-left,
.page-template-template-optimize-inventory-landing .pioneering-section .pioneering-section-content .pioneering-section-left {
  max-width: 500px;
  margin-right: 80px;
}
@media (max-width: 1200px) {
  .page-template-template-landing .pioneering-section .pioneering-section-content .pioneering-section-left, .page-template-template-landing-new .pioneering-section .pioneering-section-content .pioneering-section-left,
.page-template-template-supply-chain-landing .pioneering-section .pioneering-section-content .pioneering-section-left,
.page-template-template-machine-learning-landing .pioneering-section .pioneering-section-content .pioneering-section-left,
.page-template-template-optimize-inventory-landing .pioneering-section .pioneering-section-content .pioneering-section-left {
    margin-right: 40px;
  }
}
@media (max-width: 992px) {
  .page-template-template-landing .pioneering-section .pioneering-section-content .pioneering-section-left, .page-template-template-landing-new .pioneering-section .pioneering-section-content .pioneering-section-left,
.page-template-template-supply-chain-landing .pioneering-section .pioneering-section-content .pioneering-section-left,
.page-template-template-machine-learning-landing .pioneering-section .pioneering-section-content .pioneering-section-left,
.page-template-template-optimize-inventory-landing .pioneering-section .pioneering-section-content .pioneering-section-left {
    max-width: 80%;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .page-template-template-landing .pioneering-section .pioneering-section-content .pioneering-section-left, .page-template-template-landing-new .pioneering-section .pioneering-section-content .pioneering-section-left,
.page-template-template-supply-chain-landing .pioneering-section .pioneering-section-content .pioneering-section-left,
.page-template-template-machine-learning-landing .pioneering-section .pioneering-section-content .pioneering-section-left,
.page-template-template-optimize-inventory-landing .pioneering-section .pioneering-section-content .pioneering-section-left {
    max-width: 100%;
  }
}
.page-template-template-landing .pioneering-section .pioneering-section-content .pioneering-section-left .pioneering-section-title, .page-template-template-landing-new .pioneering-section .pioneering-section-content .pioneering-section-left .pioneering-section-title,
.page-template-template-supply-chain-landing .pioneering-section .pioneering-section-content .pioneering-section-left .pioneering-section-title,
.page-template-template-machine-learning-landing .pioneering-section .pioneering-section-content .pioneering-section-left .pioneering-section-title,
.page-template-template-optimize-inventory-landing .pioneering-section .pioneering-section-content .pioneering-section-left .pioneering-section-title {
  margin-bottom: 32px;
  color: #002067;
}
@media (max-width: 768px) {
  .page-template-template-landing .pioneering-section .pioneering-section-content .pioneering-section-left .pioneering-section-title, .page-template-template-landing-new .pioneering-section .pioneering-section-content .pioneering-section-left .pioneering-section-title,
.page-template-template-supply-chain-landing .pioneering-section .pioneering-section-content .pioneering-section-left .pioneering-section-title,
.page-template-template-machine-learning-landing .pioneering-section .pioneering-section-content .pioneering-section-left .pioneering-section-title,
.page-template-template-optimize-inventory-landing .pioneering-section .pioneering-section-content .pioneering-section-left .pioneering-section-title {
    margin-bottom: 16px;
  }
}
.page-template-template-landing .pioneering-section .pioneering-section-content .pioneering-section-right, .page-template-template-landing-new .pioneering-section .pioneering-section-content .pioneering-section-right,
.page-template-template-supply-chain-landing .pioneering-section .pioneering-section-content .pioneering-section-right,
.page-template-template-machine-learning-landing .pioneering-section .pioneering-section-content .pioneering-section-right,
.page-template-template-optimize-inventory-landing .pioneering-section .pioneering-section-content .pioneering-section-right {
  max-width: 50%;
}
@media (max-width: 992px) {
  .page-template-template-landing .pioneering-section .pioneering-section-content .pioneering-section-right, .page-template-template-landing-new .pioneering-section .pioneering-section-content .pioneering-section-right,
.page-template-template-supply-chain-landing .pioneering-section .pioneering-section-content .pioneering-section-right,
.page-template-template-machine-learning-landing .pioneering-section .pioneering-section-content .pioneering-section-right,
.page-template-template-optimize-inventory-landing .pioneering-section .pioneering-section-content .pioneering-section-right {
    order: -1;
    max-width: 80%;
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .page-template-template-landing .pioneering-section .pioneering-section-content .pioneering-section-right, .page-template-template-landing-new .pioneering-section .pioneering-section-content .pioneering-section-right,
.page-template-template-supply-chain-landing .pioneering-section .pioneering-section-content .pioneering-section-right,
.page-template-template-machine-learning-landing .pioneering-section .pioneering-section-content .pioneering-section-right,
.page-template-template-optimize-inventory-landing .pioneering-section .pioneering-section-content .pioneering-section-right {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .page-template-template-landing .pioneering-section .pioneering-section-content .pioneering-section-right, .page-template-template-landing-new .pioneering-section .pioneering-section-content .pioneering-section-right,
.page-template-template-supply-chain-landing .pioneering-section .pioneering-section-content .pioneering-section-right,
.page-template-template-machine-learning-landing .pioneering-section .pioneering-section-content .pioneering-section-right,
.page-template-template-optimize-inventory-landing .pioneering-section .pioneering-section-content .pioneering-section-right {
    margin-bottom: 24px;
  }
}
.page-template-template-landing .benefits-section, .page-template-template-landing-new .benefits-section,
.page-template-template-supply-chain-landing .benefits-section,
.page-template-template-machine-learning-landing .benefits-section,
.page-template-template-optimize-inventory-landing .benefits-section {
  padding: 60px 0 72px;
  background: #f0f0f0;
}
@media (max-width: 768px) {
  .page-template-template-landing .benefits-section, .page-template-template-landing-new .benefits-section,
.page-template-template-supply-chain-landing .benefits-section,
.page-template-template-machine-learning-landing .benefits-section,
.page-template-template-optimize-inventory-landing .benefits-section {
    padding: 40px 0;
  }
}
.page-template-template-landing .benefits-section .benefits-section-title, .page-template-template-landing-new .benefits-section .benefits-section-title,
.page-template-template-supply-chain-landing .benefits-section .benefits-section-title,
.page-template-template-machine-learning-landing .benefits-section .benefits-section-title,
.page-template-template-optimize-inventory-landing .benefits-section .benefits-section-title {
  margin-bottom: 20px;
  font-size: 28px;
  color: #002067;
  text-align: center;
}
.page-template-template-landing .benefits-section .benefits-section-description, .page-template-template-landing-new .benefits-section .benefits-section-description,
.page-template-template-supply-chain-landing .benefits-section .benefits-section-description,
.page-template-template-machine-learning-landing .benefits-section .benefits-section-description,
.page-template-template-optimize-inventory-landing .benefits-section .benefits-section-description {
  margin-bottom: 32px;
  text-align: center;
}
.page-template-template-landing .benefits-section .testimonial-block, .page-template-template-landing-new .benefits-section .testimonial-block,
.page-template-template-supply-chain-landing .benefits-section .testimonial-block,
.page-template-template-machine-learning-landing .benefits-section .testimonial-block,
.page-template-template-optimize-inventory-landing .benefits-section .testimonial-block {
  background: #fff;
  width: 90%;
  margin: 0 auto;
  padding: 32px;
}
.page-template-template-landing .benefits-section .testimonial-block .testimonial-block-text, .page-template-template-landing-new .benefits-section .testimonial-block .testimonial-block-text,
.page-template-template-supply-chain-landing .benefits-section .testimonial-block .testimonial-block-text,
.page-template-template-machine-learning-landing .benefits-section .testimonial-block .testimonial-block-text,
.page-template-template-optimize-inventory-landing .benefits-section .testimonial-block .testimonial-block-text {
  text-align: center;
  font-style: italic;
  margin-bottom: 32px;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 20px;
}
.page-template-template-landing .benefits-section .testimonial-block .testimonial-block-text:before, .page-template-template-landing-new .benefits-section .testimonial-block .testimonial-block-text:before,
.page-template-template-supply-chain-landing .benefits-section .testimonial-block .testimonial-block-text:before,
.page-template-template-machine-learning-landing .benefits-section .testimonial-block .testimonial-block-text:before,
.page-template-template-optimize-inventory-landing .benefits-section .testimonial-block .testimonial-block-text:before {
  display: block;
  content: '"';
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 100px;
  color: #FF6253;
  text-align: left;
  margin-left: -60px;
  margin-top: -20px;
}
.page-template-template-landing .benefits-section .testimonial-block .testimonial-client-info, .page-template-template-landing-new .benefits-section .testimonial-block .testimonial-client-info,
.page-template-template-supply-chain-landing .benefits-section .testimonial-block .testimonial-client-info,
.page-template-template-machine-learning-landing .benefits-section .testimonial-block .testimonial-client-info,
.page-template-template-optimize-inventory-landing .benefits-section .testimonial-block .testimonial-client-info {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .page-template-template-landing .benefits-section .testimonial-block .testimonial-client-info, .page-template-template-landing-new .benefits-section .testimonial-block .testimonial-client-info,
.page-template-template-supply-chain-landing .benefits-section .testimonial-block .testimonial-client-info,
.page-template-template-machine-learning-landing .benefits-section .testimonial-block .testimonial-client-info,
.page-template-template-optimize-inventory-landing .benefits-section .testimonial-block .testimonial-client-info {
    flex-direction: column;
  }
}
.page-template-template-landing .benefits-section .testimonial-block .testimonial-client-info .client-testimonial-logo, .page-template-template-landing-new .benefits-section .testimonial-block .testimonial-client-info .client-testimonial-logo,
.page-template-template-supply-chain-landing .benefits-section .testimonial-block .testimonial-client-info .client-testimonial-logo,
.page-template-template-machine-learning-landing .benefits-section .testimonial-block .testimonial-client-info .client-testimonial-logo,
.page-template-template-optimize-inventory-landing .benefits-section .testimonial-block .testimonial-client-info .client-testimonial-logo {
  max-width: 20%;
  margin-right: 20px;
}
.page-template-template-landing .benefits-section .testimonial-block .testimonial-client-info .client-testimonial-logo img, .page-template-template-landing-new .benefits-section .testimonial-block .testimonial-client-info .client-testimonial-logo img,
.page-template-template-supply-chain-landing .benefits-section .testimonial-block .testimonial-client-info .client-testimonial-logo img,
.page-template-template-machine-learning-landing .benefits-section .testimonial-block .testimonial-client-info .client-testimonial-logo img,
.page-template-template-optimize-inventory-landing .benefits-section .testimonial-block .testimonial-client-info .client-testimonial-logo img {
  height: auto;
}
@media (max-width: 768px) {
  .page-template-template-landing .benefits-section .testimonial-block .testimonial-client-info .client-testimonial-logo img, .page-template-template-landing-new .benefits-section .testimonial-block .testimonial-client-info .client-testimonial-logo img,
.page-template-template-supply-chain-landing .benefits-section .testimonial-block .testimonial-client-info .client-testimonial-logo img,
.page-template-template-machine-learning-landing .benefits-section .testimonial-block .testimonial-client-info .client-testimonial-logo img,
.page-template-template-optimize-inventory-landing .benefits-section .testimonial-block .testimonial-client-info .client-testimonial-logo img {
    margin: 0 auto !important;
  }
}
.page-template-template-landing .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text, .page-template-template-landing-new .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text,
.page-template-template-supply-chain-landing .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text,
.page-template-template-machine-learning-landing .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text,
.page-template-template-optimize-inventory-landing .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text {
  display: block;
}
@media (max-width: 768px) {
  .page-template-template-landing .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text, .page-template-template-landing-new .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text,
.page-template-template-supply-chain-landing .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text,
.page-template-template-machine-learning-landing .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text,
.page-template-template-optimize-inventory-landing .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
.page-template-template-landing .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text h4, .page-template-template-landing-new .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text h4,
.page-template-template-supply-chain-landing .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text h4,
.page-template-template-machine-learning-landing .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text h4,
.page-template-template-optimize-inventory-landing .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text h4 {
  margin-right: 7px;
}
@media (max-width: 768px) {
  .page-template-template-landing .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text h4, .page-template-template-landing-new .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text h4,
.page-template-template-supply-chain-landing .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text h4,
.page-template-template-machine-learning-landing .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text h4,
.page-template-template-optimize-inventory-landing .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text h4 {
    margin-right: unset;
    line-height: 22px;
  }
}
.page-template-template-landing .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text p, .page-template-template-landing-new .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text p,
.page-template-template-supply-chain-landing .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text p,
.page-template-template-machine-learning-landing .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text p,
.page-template-template-optimize-inventory-landing .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text p {
  line-height: 30px;
}
@media (max-width: 768px) {
  .page-template-template-landing .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text p, .page-template-template-landing-new .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text p,
.page-template-template-supply-chain-landing .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text p,
.page-template-template-machine-learning-landing .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text p,
.page-template-template-optimize-inventory-landing .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text p {
    line-height: 22px;
  }
}
.page-template-template-landing .benefits-section .benefits-cards, .page-template-template-landing-new .benefits-section .benefits-cards,
.page-template-template-supply-chain-landing .benefits-section .benefits-cards,
.page-template-template-machine-learning-landing .benefits-section .benefits-cards,
.page-template-template-optimize-inventory-landing .benefits-section .benefits-cards {
  display: flex;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .page-template-template-landing .benefits-section .benefits-cards, .page-template-template-landing-new .benefits-section .benefits-cards,
.page-template-template-supply-chain-landing .benefits-section .benefits-cards,
.page-template-template-machine-learning-landing .benefits-section .benefits-cards,
.page-template-template-optimize-inventory-landing .benefits-section .benefits-cards {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .page-template-template-landing .benefits-section .benefits-cards, .page-template-template-landing-new .benefits-section .benefits-cards,
.page-template-template-supply-chain-landing .benefits-section .benefits-cards,
.page-template-template-machine-learning-landing .benefits-section .benefits-cards,
.page-template-template-optimize-inventory-landing .benefits-section .benefits-cards {
    flex-direction: column;
  }
}
.page-template-template-landing .benefits-section .benefits-cards .benefits-card, .page-template-template-landing-new .benefits-section .benefits-cards .benefits-card,
.page-template-template-supply-chain-landing .benefits-section .benefits-cards .benefits-card,
.page-template-template-machine-learning-landing .benefits-section .benefits-cards .benefits-card,
.page-template-template-optimize-inventory-landing .benefits-section .benefits-cards .benefits-card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 0;
  width: 20%;
  padding: 24px;
  margin-right: 20px;
  background: #fff;
  border-radius: 2px;
}
@media (max-width: 992px) {
  .page-template-template-landing .benefits-section .benefits-cards .benefits-card, .page-template-template-landing-new .benefits-section .benefits-cards .benefits-card,
.page-template-template-supply-chain-landing .benefits-section .benefits-cards .benefits-card,
.page-template-template-machine-learning-landing .benefits-section .benefits-cards .benefits-card,
.page-template-template-optimize-inventory-landing .benefits-section .benefits-cards .benefits-card {
    flex-grow: unset;
    flex-basis: unset;
    width: calc(50% - 20px);
    padding: 24px;
    margin: 10px;
  }
}
@media (max-width: 480px) {
  .page-template-template-landing .benefits-section .benefits-cards .benefits-card, .page-template-template-landing-new .benefits-section .benefits-cards .benefits-card,
.page-template-template-supply-chain-landing .benefits-section .benefits-cards .benefits-card,
.page-template-template-machine-learning-landing .benefits-section .benefits-cards .benefits-card,
.page-template-template-optimize-inventory-landing .benefits-section .benefits-cards .benefits-card {
    width: 100%;
    margin: 0 0 20px;
  }
}
.page-template-template-landing .benefits-section .benefits-cards .benefits-card:last-child, .page-template-template-landing-new .benefits-section .benefits-cards .benefits-card:last-child,
.page-template-template-supply-chain-landing .benefits-section .benefits-cards .benefits-card:last-child,
.page-template-template-machine-learning-landing .benefits-section .benefits-cards .benefits-card:last-child,
.page-template-template-optimize-inventory-landing .benefits-section .benefits-cards .benefits-card:last-child {
  margin-right: 0;
}
.page-template-template-landing .benefits-section .benefits-cards .benefits-card .benefits-card-logo, .page-template-template-landing-new .benefits-section .benefits-cards .benefits-card .benefits-card-logo,
.page-template-template-supply-chain-landing .benefits-section .benefits-cards .benefits-card .benefits-card-logo,
.page-template-template-machine-learning-landing .benefits-section .benefits-cards .benefits-card .benefits-card-logo,
.page-template-template-optimize-inventory-landing .benefits-section .benefits-cards .benefits-card .benefits-card-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 84px;
  width: 100%;
  margin-bottom: 20px;
}
.page-template-template-landing .benefits-section .benefits-cards .benefits-card .benefits-card-logo svg,
.page-template-template-landing .benefits-section .benefits-cards .benefits-card .benefits-card-logo img, .page-template-template-landing-new .benefits-section .benefits-cards .benefits-card .benefits-card-logo svg,
.page-template-template-landing-new .benefits-section .benefits-cards .benefits-card .benefits-card-logo img,
.page-template-template-supply-chain-landing .benefits-section .benefits-cards .benefits-card .benefits-card-logo svg,
.page-template-template-supply-chain-landing .benefits-section .benefits-cards .benefits-card .benefits-card-logo img,
.page-template-template-machine-learning-landing .benefits-section .benefits-cards .benefits-card .benefits-card-logo svg,
.page-template-template-machine-learning-landing .benefits-section .benefits-cards .benefits-card .benefits-card-logo img,
.page-template-template-optimize-inventory-landing .benefits-section .benefits-cards .benefits-card .benefits-card-logo svg,
.page-template-template-optimize-inventory-landing .benefits-section .benefits-cards .benefits-card .benefits-card-logo img {
  max-width: 140px;
  max-height: 80px;
}
.page-template-template-landing .benefits-section .benefits-cards .benefits-card .benefits-card-number, .page-template-template-landing-new .benefits-section .benefits-cards .benefits-card .benefits-card-number,
.page-template-template-supply-chain-landing .benefits-section .benefits-cards .benefits-card .benefits-card-number,
.page-template-template-machine-learning-landing .benefits-section .benefits-cards .benefits-card .benefits-card-number,
.page-template-template-optimize-inventory-landing .benefits-section .benefits-cards .benefits-card .benefits-card-number {
  margin-bottom: 4px;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 24px;
  color: #FF6253;
}
.page-template-template-landing .outro-banner, .page-template-template-landing-new .outro-banner,
.page-template-template-supply-chain-landing .outro-banner,
.page-template-template-machine-learning-landing .outro-banner,
.page-template-template-optimize-inventory-landing .outro-banner {
  padding: 90px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 992px) {
  .page-template-template-landing .outro-banner, .page-template-template-landing-new .outro-banner,
.page-template-template-supply-chain-landing .outro-banner,
.page-template-template-machine-learning-landing .outro-banner,
.page-template-template-optimize-inventory-landing .outro-banner {
    padding: 40px 0 80px;
  }
}
@media (max-width: 480px) {
  .page-template-template-landing .outro-banner, .page-template-template-landing-new .outro-banner,
.page-template-template-supply-chain-landing .outro-banner,
.page-template-template-machine-learning-landing .outro-banner,
.page-template-template-optimize-inventory-landing .outro-banner {
    padding: 32px 0 40px;
  }
}
.page-template-template-landing .outro-banner .outro-banner-content, .page-template-template-landing-new .outro-banner .outro-banner-content,
.page-template-template-supply-chain-landing .outro-banner .outro-banner-content,
.page-template-template-machine-learning-landing .outro-banner .outro-banner-content,
.page-template-template-optimize-inventory-landing .outro-banner .outro-banner-content {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .page-template-template-landing .outro-banner .outro-banner-content, .page-template-template-landing-new .outro-banner .outro-banner-content,
.page-template-template-supply-chain-landing .outro-banner .outro-banner-content,
.page-template-template-machine-learning-landing .outro-banner .outro-banner-content,
.page-template-template-optimize-inventory-landing .outro-banner .outro-banner-content {
    flex-direction: column;
    align-items: center;
  }
}
.page-template-template-landing .outro-banner .outro-banner-content .outro-banner-left, .page-template-template-landing-new .outro-banner .outro-banner-content .outro-banner-left,
.page-template-template-supply-chain-landing .outro-banner .outro-banner-content .outro-banner-left,
.page-template-template-machine-learning-landing .outro-banner .outro-banner-content .outro-banner-left,
.page-template-template-optimize-inventory-landing .outro-banner .outro-banner-content .outro-banner-left {
  background: #fff;
  padding: 32px 36px;
  margin-top: 32px;
  margin-right: -52px;
  text-align: center;
  z-index: 1;
}
@media (max-width: 992px) {
  .page-template-template-landing .outro-banner .outro-banner-content .outro-banner-left, .page-template-template-landing-new .outro-banner .outro-banner-content .outro-banner-left,
.page-template-template-supply-chain-landing .outro-banner .outro-banner-content .outro-banner-left,
.page-template-template-machine-learning-landing .outro-banner .outro-banner-content .outro-banner-left,
.page-template-template-optimize-inventory-landing .outro-banner .outro-banner-content .outro-banner-left {
    margin-top: 0;
    margin-right: 0;
  }
}
.page-template-template-landing .outro-banner .outro-banner-content .outro-banner-left .outro-banner-left-subtitle, .page-template-template-landing-new .outro-banner .outro-banner-content .outro-banner-left .outro-banner-left-subtitle,
.page-template-template-supply-chain-landing .outro-banner .outro-banner-content .outro-banner-left .outro-banner-left-subtitle,
.page-template-template-machine-learning-landing .outro-banner .outro-banner-content .outro-banner-left .outro-banner-left-subtitle,
.page-template-template-optimize-inventory-landing .outro-banner .outro-banner-content .outro-banner-left .outro-banner-left-subtitle {
  margin-bottom: 4px;
  line-height: 1;
  font-size: 18px;
  color: #FF6253;
}
.page-template-template-landing .outro-banner .outro-banner-content .outro-banner-left .outro-banner-left-title, .page-template-template-landing-new .outro-banner .outro-banner-content .outro-banner-left .outro-banner-left-title,
.page-template-template-supply-chain-landing .outro-banner .outro-banner-content .outro-banner-left .outro-banner-left-title,
.page-template-template-machine-learning-landing .outro-banner .outro-banner-content .outro-banner-left .outro-banner-left-title,
.page-template-template-optimize-inventory-landing .outro-banner .outro-banner-content .outro-banner-left .outro-banner-left-title {
  margin-bottom: 8px;
  color: #002067;
}
.page-template-template-landing .outro-banner .outro-banner-content .outro-banner-left .outro-banner-right-description, .page-template-template-landing-new .outro-banner .outro-banner-content .outro-banner-left .outro-banner-right-description,
.page-template-template-supply-chain-landing .outro-banner .outro-banner-content .outro-banner-left .outro-banner-right-description,
.page-template-template-machine-learning-landing .outro-banner .outro-banner-content .outro-banner-left .outro-banner-right-description,
.page-template-template-optimize-inventory-landing .outro-banner .outro-banner-content .outro-banner-left .outro-banner-right-description {
  margin-bottom: 20px;
  font-size: 17px;
}
.page-template-template-landing .outro-banner .outro-banner-content .outro-banner-left .hubspot-form, .page-template-template-landing-new .outro-banner .outro-banner-content .outro-banner-left .hubspot-form,
.page-template-template-supply-chain-landing .outro-banner .outro-banner-content .outro-banner-left .hubspot-form,
.page-template-template-machine-learning-landing .outro-banner .outro-banner-content .outro-banner-left .hubspot-form,
.page-template-template-optimize-inventory-landing .outro-banner .outro-banner-content .outro-banner-left .hubspot-form {
  margin-top: 20px;
}
.page-template-template-landing .outro-banner .outro-banner-content .outro-banner-left .form-disclaimer, .page-template-template-landing-new .outro-banner .outro-banner-content .outro-banner-left .form-disclaimer,
.page-template-template-supply-chain-landing .outro-banner .outro-banner-content .outro-banner-left .form-disclaimer,
.page-template-template-machine-learning-landing .outro-banner .outro-banner-content .outro-banner-left .form-disclaimer,
.page-template-template-optimize-inventory-landing .outro-banner .outro-banner-content .outro-banner-left .form-disclaimer {
  font-size: 13px;
  font-style: italic;
  line-height: 1.6;
}
.page-template-template-landing .outro-banner .outro-banner-content .outro-banner-right, .page-template-template-landing-new .outro-banner .outro-banner-content .outro-banner-right,
.page-template-template-supply-chain-landing .outro-banner .outro-banner-content .outro-banner-right,
.page-template-template-machine-learning-landing .outro-banner .outro-banner-content .outro-banner-right,
.page-template-template-optimize-inventory-landing .outro-banner .outro-banner-content .outro-banner-right {
  flex-grow: 1;
  min-width: 740px;
  max-width: 740px;
  padding: 40px 44px 44px 100px;
  background: #002067;
  color: #fff;
}
@media (max-width: 1200px) {
  .page-template-template-landing .outro-banner .outro-banner-content .outro-banner-right, .page-template-template-landing-new .outro-banner .outro-banner-content .outro-banner-right,
.page-template-template-supply-chain-landing .outro-banner .outro-banner-content .outro-banner-right,
.page-template-template-machine-learning-landing .outro-banner .outro-banner-content .outro-banner-right,
.page-template-template-optimize-inventory-landing .outro-banner .outro-banner-content .outro-banner-right {
    min-width: 600px;
  }
}
@media (max-width: 992px) {
  .page-template-template-landing .outro-banner .outro-banner-content .outro-banner-right, .page-template-template-landing-new .outro-banner .outro-banner-content .outro-banner-right,
.page-template-template-supply-chain-landing .outro-banner .outro-banner-content .outro-banner-right,
.page-template-template-machine-learning-landing .outro-banner .outro-banner-content .outro-banner-right,
.page-template-template-optimize-inventory-landing .outro-banner .outro-banner-content .outro-banner-right {
    order: -1;
    min-width: unset;
    padding: 40px 44px 48px;
  }
}
.page-template-template-landing .outro-banner .outro-banner-content .outro-banner-right .outro-banner-right-title, .page-template-template-landing-new .outro-banner .outro-banner-content .outro-banner-right .outro-banner-right-title,
.page-template-template-supply-chain-landing .outro-banner .outro-banner-content .outro-banner-right .outro-banner-right-title,
.page-template-template-machine-learning-landing .outro-banner .outro-banner-content .outro-banner-right .outro-banner-right-title,
.page-template-template-optimize-inventory-landing .outro-banner .outro-banner-content .outro-banner-right .outro-banner-right-title {
  margin-bottom: 24px;
}
.page-template-template-landing .outro-banner .outro-banner-content .outro-banner-right .outro-banner-right-description, .page-template-template-landing-new .outro-banner .outro-banner-content .outro-banner-right .outro-banner-right-description,
.page-template-template-supply-chain-landing .outro-banner .outro-banner-content .outro-banner-right .outro-banner-right-description,
.page-template-template-machine-learning-landing .outro-banner .outro-banner-content .outro-banner-right .outro-banner-right-description,
.page-template-template-optimize-inventory-landing .outro-banner .outro-banner-content .outro-banner-right .outro-banner-right-description {
  margin-bottom: 24px;
}
.page-template-template-landing .outro-banner .outro-banner-content .outro-banner-right .outro-banner-right-points strong, .page-template-template-landing-new .outro-banner .outro-banner-content .outro-banner-right .outro-banner-right-points strong,
.page-template-template-supply-chain-landing .outro-banner .outro-banner-content .outro-banner-right .outro-banner-right-points strong,
.page-template-template-machine-learning-landing .outro-banner .outro-banner-content .outro-banner-right .outro-banner-right-points strong,
.page-template-template-optimize-inventory-landing .outro-banner .outro-banner-content .outro-banner-right .outro-banner-right-points strong {
  display: block;
  margin-bottom: 16px;
}
.page-template-template-landing .outro-banner .outro-banner-content .outro-banner-right .outro-banner-right-points ul li, .page-template-template-landing-new .outro-banner .outro-banner-content .outro-banner-right .outro-banner-right-points ul li,
.page-template-template-supply-chain-landing .outro-banner .outro-banner-content .outro-banner-right .outro-banner-right-points ul li,
.page-template-template-machine-learning-landing .outro-banner .outro-banner-content .outro-banner-right .outro-banner-right-points ul li,
.page-template-template-optimize-inventory-landing .outro-banner .outro-banner-content .outro-banner-right .outro-banner-right-points ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 20px;
  font-size: 16px;
}
.page-template-template-landing .outro-banner .outro-banner-content .outro-banner-right .outro-banner-right-points ul li:before, .page-template-template-landing-new .outro-banner .outro-banner-content .outro-banner-right .outro-banner-right-points ul li:before,
.page-template-template-supply-chain-landing .outro-banner .outro-banner-content .outro-banner-right .outro-banner-right-points ul li:before,
.page-template-template-machine-learning-landing .outro-banner .outro-banner-content .outro-banner-right .outro-banner-right-points ul li:before,
.page-template-template-optimize-inventory-landing .outro-banner .outro-banner-content .outro-banner-right .outro-banner-right-points ul li:before {
  content: url("/wp-content/themes/tgroup/assets/images/landing-page/tick.svg");
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
}
.page-template-template-landing .outro-banner .outro-banner-content .outro-banner-right .outro-banner-right-points ul li:last-child, .page-template-template-landing-new .outro-banner .outro-banner-content .outro-banner-right .outro-banner-right-points ul li:last-child,
.page-template-template-supply-chain-landing .outro-banner .outro-banner-content .outro-banner-right .outro-banner-right-points ul li:last-child,
.page-template-template-machine-learning-landing .outro-banner .outro-banner-content .outro-banner-right .outro-banner-right-points ul li:last-child,
.page-template-template-optimize-inventory-landing .outro-banner .outro-banner-content .outro-banner-right .outro-banner-right-points ul li:last-child {
  margin-bottom: 0;
}
.page-template-template-landing .peer-reviews-section, .page-template-template-landing-new .peer-reviews-section,
.page-template-template-supply-chain-landing .peer-reviews-section,
.page-template-template-machine-learning-landing .peer-reviews-section,
.page-template-template-optimize-inventory-landing .peer-reviews-section {
  padding: 90px 0;
  text-align: center;
}
@media (max-width: 992px) {
  .page-template-template-landing .peer-reviews-section, .page-template-template-landing-new .peer-reviews-section,
.page-template-template-supply-chain-landing .peer-reviews-section,
.page-template-template-machine-learning-landing .peer-reviews-section,
.page-template-template-optimize-inventory-landing .peer-reviews-section {
    padding: 40px 0 80px;
  }
}
@media (max-width: 480px) {
  .page-template-template-landing .peer-reviews-section, .page-template-template-landing-new .peer-reviews-section,
.page-template-template-supply-chain-landing .peer-reviews-section,
.page-template-template-machine-learning-landing .peer-reviews-section,
.page-template-template-optimize-inventory-landing .peer-reviews-section {
    padding: 32px 0 40px;
  }
}
.page-template-template-landing .peer-reviews-section .peer-reviews-section-title, .page-template-template-landing-new .peer-reviews-section .peer-reviews-section-title,
.page-template-template-supply-chain-landing .peer-reviews-section .peer-reviews-section-title,
.page-template-template-machine-learning-landing .peer-reviews-section .peer-reviews-section-title,
.page-template-template-optimize-inventory-landing .peer-reviews-section .peer-reviews-section-title {
  margin-bottom: 32px;
  color: #002067;
}
@media (max-width: 768px) {
  .page-template-template-landing .peer-reviews-section .peer-reviews-section-title, .page-template-template-landing-new .peer-reviews-section .peer-reviews-section-title,
.page-template-template-supply-chain-landing .peer-reviews-section .peer-reviews-section-title,
.page-template-template-machine-learning-landing .peer-reviews-section .peer-reviews-section-title,
.page-template-template-optimize-inventory-landing .peer-reviews-section .peer-reviews-section-title {
    margin-bottom: 24px;
    text-align: left;
  }
}
.page-template-template-landing .peer-reviews-section .peer-reviews, .page-template-template-landing-new .peer-reviews-section .peer-reviews,
.page-template-template-supply-chain-landing .peer-reviews-section .peer-reviews,
.page-template-template-machine-learning-landing .peer-reviews-section .peer-reviews,
.page-template-template-optimize-inventory-landing .peer-reviews-section .peer-reviews {
  display: inline-flex;
}
@media (max-width: 768px) {
  .page-template-template-landing .peer-reviews-section .peer-reviews, .page-template-template-landing-new .peer-reviews-section .peer-reviews,
.page-template-template-supply-chain-landing .peer-reviews-section .peer-reviews,
.page-template-template-machine-learning-landing .peer-reviews-section .peer-reviews,
.page-template-template-optimize-inventory-landing .peer-reviews-section .peer-reviews {
    flex-direction: column;
  }
}
.page-template-template-landing .peer-reviews-section .peer-reviews .peer-review, .page-template-template-landing-new .peer-reviews-section .peer-reviews .peer-review,
.page-template-template-supply-chain-landing .peer-reviews-section .peer-reviews .peer-review,
.page-template-template-machine-learning-landing .peer-reviews-section .peer-reviews .peer-review,
.page-template-template-optimize-inventory-landing .peer-reviews-section .peer-reviews .peer-review {
  margin-right: 32px;
  text-align: left;
}
@media (max-width: 768px) {
  .page-template-template-landing .peer-reviews-section .peer-reviews .peer-review, .page-template-template-landing-new .peer-reviews-section .peer-reviews .peer-review,
.page-template-template-supply-chain-landing .peer-reviews-section .peer-reviews .peer-review,
.page-template-template-machine-learning-landing .peer-reviews-section .peer-reviews .peer-review,
.page-template-template-optimize-inventory-landing .peer-reviews-section .peer-reviews .peer-review {
    margin-right: 0;
    margin-bottom: 32px;
  }
}
.page-template-template-landing .peer-reviews-section .peer-reviews .peer-review:last-child, .page-template-template-landing-new .peer-reviews-section .peer-reviews .peer-review:last-child,
.page-template-template-supply-chain-landing .peer-reviews-section .peer-reviews .peer-review:last-child,
.page-template-template-machine-learning-landing .peer-reviews-section .peer-reviews .peer-review:last-child,
.page-template-template-optimize-inventory-landing .peer-reviews-section .peer-reviews .peer-review:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .page-template-template-landing .peer-reviews-section .peer-reviews .peer-review:last-child, .page-template-template-landing-new .peer-reviews-section .peer-reviews .peer-review:last-child,
.page-template-template-supply-chain-landing .peer-reviews-section .peer-reviews .peer-review:last-child,
.page-template-template-machine-learning-landing .peer-reviews-section .peer-reviews .peer-review:last-child,
.page-template-template-optimize-inventory-landing .peer-reviews-section .peer-reviews .peer-review:last-child {
    margin-bottom: 0;
  }
}
.page-template-template-landing .peer-reviews-section .peer-reviews .peer-review blockquote, .page-template-template-landing-new .peer-reviews-section .peer-reviews .peer-review blockquote,
.page-template-template-supply-chain-landing .peer-reviews-section .peer-reviews .peer-review blockquote,
.page-template-template-machine-learning-landing .peer-reviews-section .peer-reviews .peer-review blockquote,
.page-template-template-optimize-inventory-landing .peer-reviews-section .peer-reviews .peer-review blockquote {
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .page-template-template-landing .peer-reviews-section .peer-reviews .peer-review blockquote, .page-template-template-landing-new .peer-reviews-section .peer-reviews .peer-review blockquote,
.page-template-template-supply-chain-landing .peer-reviews-section .peer-reviews .peer-review blockquote,
.page-template-template-machine-learning-landing .peer-reviews-section .peer-reviews .peer-review blockquote,
.page-template-template-optimize-inventory-landing .peer-reviews-section .peer-reviews .peer-review blockquote {
    margin-bottom: 16px;
  }
}
.page-template-template-landing .peer-reviews-section .peer-reviews .peer-review blockquote:before, .page-template-template-landing-new .peer-reviews-section .peer-reviews .peer-review blockquote:before,
.page-template-template-supply-chain-landing .peer-reviews-section .peer-reviews .peer-review blockquote:before,
.page-template-template-machine-learning-landing .peer-reviews-section .peer-reviews .peer-review blockquote:before,
.page-template-template-optimize-inventory-landing .peer-reviews-section .peer-reviews .peer-review blockquote:before {
  display: block;
  margin-bottom: -10px;
  margin-left: -12px;
  margin-top: 32px;
  content: '"';
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 72px;
  color: #FF6253;
  font-style: italic;
}
.page-template-template-landing .peer-reviews-section .peer-reviews .peer-review cite, .page-template-template-landing-new .peer-reviews-section .peer-reviews .peer-review cite,
.page-template-template-supply-chain-landing .peer-reviews-section .peer-reviews .peer-review cite,
.page-template-template-machine-learning-landing .peer-reviews-section .peer-reviews .peer-review cite,
.page-template-template-optimize-inventory-landing .peer-reviews-section .peer-reviews .peer-review cite {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-style: normal;
  color: #002067;
}
.page-template-template-landing .peer-reviews-section .read-more-btn, .page-template-template-landing-new .peer-reviews-section .read-more-btn,
.page-template-template-supply-chain-landing .peer-reviews-section .read-more-btn,
.page-template-template-machine-learning-landing .peer-reviews-section .read-more-btn,
.page-template-template-optimize-inventory-landing .peer-reviews-section .read-more-btn {
  display: inline-block;
  height: 56px;
  padding: 0 32px;
  line-height: 56px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid #0378FA;
  border-radius: 4px;
  transition: 0.1s;
}
.page-template-template-landing .peer-reviews-section .read-more-btn:hover, .page-template-template-landing-new .peer-reviews-section .read-more-btn:hover,
.page-template-template-supply-chain-landing .peer-reviews-section .read-more-btn:hover,
.page-template-template-machine-learning-landing .peer-reviews-section .read-more-btn:hover,
.page-template-template-optimize-inventory-landing .peer-reviews-section .read-more-btn:hover {
  opacity: 0.8;
}
@media (max-width: 480px) {
  .page-template-template-landing .peer-reviews-section .read-more-btn, .page-template-template-landing-new .peer-reviews-section .read-more-btn,
.page-template-template-supply-chain-landing .peer-reviews-section .read-more-btn,
.page-template-template-machine-learning-landing .peer-reviews-section .read-more-btn,
.page-template-template-optimize-inventory-landing .peer-reviews-section .read-more-btn {
    width: 100%;
  }
}
.page-template-template-landing .landing-footer, .page-template-template-landing-new .landing-footer,
.page-template-template-supply-chain-landing .landing-footer,
.page-template-template-machine-learning-landing .landing-footer,
.page-template-template-optimize-inventory-landing .landing-footer {
  padding: 22px 0 20px;
  color: #fff;
  background-color: #002067;
}
@media (max-width: 768px) {
  .page-template-template-landing .landing-footer, .page-template-template-landing-new .landing-footer,
.page-template-template-supply-chain-landing .landing-footer,
.page-template-template-machine-learning-landing .landing-footer,
.page-template-template-optimize-inventory-landing .landing-footer {
    padding: 32px 0;
  }
}
.page-template-template-landing .landing-footer .container, .page-template-template-landing-new .landing-footer .container,
.page-template-template-supply-chain-landing .landing-footer .container,
.page-template-template-machine-learning-landing .landing-footer .container,
.page-template-template-optimize-inventory-landing .landing-footer .container {
  max-width: 920px;
}
.page-template-template-landing .landing-footer .container .landing-footer-inner, .page-template-template-landing-new .landing-footer .container .landing-footer-inner,
.page-template-template-supply-chain-landing .landing-footer .container .landing-footer-inner,
.page-template-template-machine-learning-landing .landing-footer .container .landing-footer-inner,
.page-template-template-optimize-inventory-landing .landing-footer .container .landing-footer-inner {
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  margin: 30px 0;
}
@media (max-width: 768px) {
  .page-template-template-landing .landing-footer .container .landing-footer-inner, .page-template-template-landing-new .landing-footer .container .landing-footer-inner,
.page-template-template-supply-chain-landing .landing-footer .container .landing-footer-inner,
.page-template-template-machine-learning-landing .landing-footer .container .landing-footer-inner,
.page-template-template-optimize-inventory-landing .landing-footer .container .landing-footer-inner {
    flex-direction: column;
    justify-content: center;
  }
}
.page-template-template-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-contact, .page-template-template-landing-new .landing-footer .container .landing-footer-inner .landing-footer-inner-contact,
.page-template-template-supply-chain-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-contact,
.page-template-template-machine-learning-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-contact,
.page-template-template-optimize-inventory-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-contact {
  text-align: center;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 18px;
  margin: 0 0 20px 0;
}
.page-template-template-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-contact p, .page-template-template-landing-new .landing-footer .container .landing-footer-inner .landing-footer-inner-contact p,
.page-template-template-supply-chain-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-contact p,
.page-template-template-machine-learning-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-contact p,
.page-template-template-optimize-inventory-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-contact p {
  font-size: 18px;
}
.page-template-template-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-contact span, .page-template-template-landing-new .landing-footer .container .landing-footer-inner .landing-footer-inner-contact span,
.page-template-template-supply-chain-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-contact span,
.page-template-template-machine-learning-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-contact span,
.page-template-template-optimize-inventory-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-contact span {
  color: #0378FA;
  font-size: 18px;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .page-template-template-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-contact span, .page-template-template-landing-new .landing-footer .container .landing-footer-inner .landing-footer-inner-contact span,
.page-template-template-supply-chain-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-contact span,
.page-template-template-machine-learning-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-contact span,
.page-template-template-optimize-inventory-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-contact span {
    display: inline-block;
    margin-bottom: 8px;
  }
  .page-template-template-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-contact span:last-child, .page-template-template-landing-new .landing-footer .container .landing-footer-inner .landing-footer-inner-contact span:last-child,
.page-template-template-supply-chain-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-contact span:last-child,
.page-template-template-machine-learning-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-contact span:last-child,
.page-template-template-optimize-inventory-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-contact span:last-child {
    margin-bottom: 0;
  }
}
.page-template-template-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-contact span a, .page-template-template-landing-new .landing-footer .container .landing-footer-inner .landing-footer-inner-contact span a,
.page-template-template-supply-chain-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-contact span a,
.page-template-template-machine-learning-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-contact span a,
.page-template-template-optimize-inventory-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-contact span a {
  color: #0378FA;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 18px;
}
.page-template-template-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-links, .page-template-template-landing-new .landing-footer .container .landing-footer-inner .landing-footer-inner-links,
.page-template-template-supply-chain-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-links,
.page-template-template-machine-learning-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-links,
.page-template-template-optimize-inventory-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-links {
  display: flex;
  justify-content: center;
}
.page-template-template-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-links p, .page-template-template-landing-new .landing-footer .container .landing-footer-inner .landing-footer-inner-links p,
.page-template-template-supply-chain-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-links p,
.page-template-template-machine-learning-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-links p,
.page-template-template-optimize-inventory-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-links p {
  margin: 0 30px;
}
@media (max-width: 768px) {
  .page-template-template-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-links p, .page-template-template-landing-new .landing-footer .container .landing-footer-inner .landing-footer-inner-links p,
.page-template-template-supply-chain-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-links p,
.page-template-template-machine-learning-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-links p,
.page-template-template-optimize-inventory-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-links p {
    display: inline-block;
    margin-bottom: 8px;
  }
  .page-template-template-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-links p:last-child, .page-template-template-landing-new .landing-footer .container .landing-footer-inner .landing-footer-inner-links p:last-child,
.page-template-template-supply-chain-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-links p:last-child,
.page-template-template-machine-learning-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-links p:last-child,
.page-template-template-optimize-inventory-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-links p:last-child {
    margin-bottom: 0;
  }
}
.page-template-template-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-links p a, .page-template-template-landing-new .landing-footer .container .landing-footer-inner .landing-footer-inner-links p a,
.page-template-template-supply-chain-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-links p a,
.page-template-template-machine-learning-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-links p a,
.page-template-template-optimize-inventory-landing .landing-footer .container .landing-footer-inner .landing-footer-inner-links p a {
  color: #fff;
  font-style: italic;
  font-family: "Gilroy-Light", sans-serif;
}
@media (max-width: 768px) {
  .page-template-template-landing .landing-footer .container .landing-footer-inner span, .page-template-template-landing-new .landing-footer .container .landing-footer-inner span,
.page-template-template-supply-chain-landing .landing-footer .container .landing-footer-inner span,
.page-template-template-machine-learning-landing .landing-footer .container .landing-footer-inner span,
.page-template-template-optimize-inventory-landing .landing-footer .container .landing-footer-inner span {
    display: inline-block;
    margin-bottom: 8px;
  }
  .page-template-template-landing .landing-footer .container .landing-footer-inner span:last-child, .page-template-template-landing-new .landing-footer .container .landing-footer-inner span:last-child,
.page-template-template-supply-chain-landing .landing-footer .container .landing-footer-inner span:last-child,
.page-template-template-machine-learning-landing .landing-footer .container .landing-footer-inner span:last-child,
.page-template-template-optimize-inventory-landing .landing-footer .container .landing-footer-inner span:last-child {
    margin-bottom: 0;
  }
}
.page-template-template-landing .landing-footer .container .landing-footer-inner span a, .page-template-template-landing-new .landing-footer .container .landing-footer-inner span a,
.page-template-template-supply-chain-landing .landing-footer .container .landing-footer-inner span a,
.page-template-template-machine-learning-landing .landing-footer .container .landing-footer-inner span a,
.page-template-template-optimize-inventory-landing .landing-footer .container .landing-footer-inner span a {
  font-family: "Gilroy-Regular", sans-serif;
  font-weight: 100;
  color: #fff;
  line-height: 1.1;
  transition: 0.1s;
}
.page-template-template-landing .landing-footer .container .landing-footer-inner span a:hover, .page-template-template-landing-new .landing-footer .container .landing-footer-inner span a:hover,
.page-template-template-supply-chain-landing .landing-footer .container .landing-footer-inner span a:hover,
.page-template-template-machine-learning-landing .landing-footer .container .landing-footer-inner span a:hover,
.page-template-template-optimize-inventory-landing .landing-footer .container .landing-footer-inner span a:hover {
  border-bottom: 1px solid;
}

.industries_container.quote cite {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  color: #007cf7;
  text-transform: uppercase;
  font-weight: 100;
  display: block;
  line-height: 1.8;
  margin-top: 23px;
  letter-spacing: 0.8px;
}
.industries_container.quote cite strong {
  font-family: "Gilroy-Semibold", sans-serif;
}

/*.page-template-template-be-ready-landing {
  background-color: lightblue;
  .br-intro-section {
    background-color:#002067;
  }
}*/
.br-intro-section {
  background-color: #002067;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .br-intro-section {
    flex-direction: column;
  }
}
.br-intro-section .br-intro-section-left {
  max-width: 60%;
  margin-right: auto;
  padding-left: 156px;
}
@media screen and (max-width: 768px) {
  .br-intro-section .br-intro-section-left {
    margin-right: unset;
    max-width: unset;
    padding: 40px 24px;
  }
}
@media screen and (max-width: 1024px) {
  .br-intro-section .br-intro-section-left {
    padding-left: 40px;
  }
}
.br-intro-section .br-intro-section-left .br-intro-section-title {
  color: #fff;
  font-size: 38px;
  font-family: "Gilroy-Bold";
  font-weight: lighter;
  line-height: 1.2;
}
.br-intro-section .br-intro-section-left .br-intro-section-desc {
  color: #fff;
  font-size: 22px;
  max-width: 436px;
}
.br-intro-section .br-intro-section-right {
  width: 40%;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .br-intro-section .br-intro-section-right {
    width: 100%;
  }
}
.br-intro-section .br-intro-section-right .placeholder {
  height: 440px;
}
.br-intro-section .br-intro-section-right .br-video-wrap {
  background-size: cover;
}

.br-content-section {
  width: 848px;
  margin: 0 auto;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .br-content-section {
    width: unset;
    padding: 40px 24px;
  }
}
.br-content-section h2, .br-content-section h3, .br-content-section h4 {
  font-size: 24px;
  font-family: "Gilroy-Semibold";
  padding-bottom: 24px;
  color: #002067;
}
.br-content-section p {
  padding-bottom: 12px;
}
.br-content-section ul li {
  padding-left: 41px;
  margin: 24px 0;
  position: relative;
}
.br-content-section ul li::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  background-color: #ff6253;
  display: block;
  margin-left: -32px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .br-cta-section .c_body_container {
    width: unset;
  }
}
.br-cta-section .b_book .b_book_label {
  width: unset;
}

.br-other-landing-pages-links {
  width: 1104px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .br-other-landing-pages-links {
    width: unset;
  }
}
.br-other-landing-pages-links .container {
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 768px) {
  .br-other-landing-pages-links .container {
    flex-direction: column;
  }
}
.br-other-landing-pages-links .container .br-other-landing-pg-container {
  background-color: #002067;
  width: 40%;
  color: #fff;
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .br-other-landing-pages-links .container .br-other-landing-pg-container {
    width: unset;
    margin: 0 24px 40px 24px;
  }
}
.br-other-landing-pages-links .container .br-other-landing-pg-container a {
  color: #fff;
  border: 2px white solid;
  padding: 12px 18px;
  display: block;
  width: max-content;
}
.br-other-landing-pages-links .container .br-other-landing-pg-container a p {
  margin-bottom: unset;
  text-transform: uppercase;
  line-height: 1em;
  font-size: 16px;
}
.br-other-landing-pages-links .container .br-other-landing-pg-container h2, .br-other-landing-pages-links .container .br-other-landing-pg-container h3, .br-other-landing-pages-links .container .br-other-landing-pg-container h4 {
  font-size: 24px;
  font-family: "Gilroy-Semibold";
  padding-bottom: 24px;
}
.br-other-landing-pages-links .container .br-other-landing-pg-container p {
  margin-bottom: 24px;
}

.br-be-ready {
  margin: 28px 0 0;
  padding: 80px 24px;
  position: relative;
}
@media (max-width: 768px) {
  .br-be-ready {
    margin: 0;
    padding: 40px 24px;
  }
}
.br-be-ready .container {
  max-width: 1312px;
  margin: 0 auto;
}
.br-be-ready .container .br-be-ready-vid .br-be-ready-section-content {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .br-be-ready .container .br-be-ready-vid .br-be-ready-section-content {
    flex-direction: column;
  }
}
.br-be-ready .container .br-be-ready-vid .br-be-ready-section-content .br-be-ready-section-left {
  max-width: 40%;
  margin-right: auto;
}
@media (max-width: 768px) {
  .br-be-ready .container .br-be-ready-vid .br-be-ready-section-content .br-be-ready-section-left {
    max-width: 100%;
    padding: 0;
    margin: 0 0 40px;
  }
}
.br-be-ready .container .br-be-ready-vid .br-be-ready-section-content .br-be-ready-section-left .br-be-ready-subtitle {
  display: block;
  margin-bottom: 16px;
  font-family: "Gilroy-Bold";
  font-size: 16px;
  letter-spacing: 0.7px;
  color: #0378FA;
  text-transform: uppercase;
}
.br-be-ready .container .br-be-ready-vid .br-be-ready-section-content .br-be-ready-section-left .br-be-ready-title,
.br-be-ready .container .br-be-ready-vid .br-be-ready-section-content .br-be-ready-section-left .br-be-ready-desc {
  color: #081644;
}
.br-be-ready .container .br-be-ready-vid .br-be-ready-section-content .br-be-ready-section-left .br-be-ready-title {
  margin: 0 0 36px;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 48px;
  font-weight: lighter;
  line-height: 1.23;
  letter-spacing: -0.2px;
}
@media (max-width: 768px) {
  .br-be-ready .container .br-be-ready-vid .br-be-ready-section-content .br-be-ready-section-left .br-be-ready-title {
    margin: 0 0 16px;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.24px;
  }
}
.br-be-ready .container .br-be-ready-vid .br-be-ready-section-content .br-be-ready-section-left .br-be-ready-desc {
  font-size: 18px;
  line-height: 1.76;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .br-be-ready .container .br-be-ready-vid .br-be-ready-section-content .br-be-ready-section-left .br-be-ready-desc {
    font-size: 16px;
    line-height: 1.56;
  }
}
.br-be-ready .container .br-be-ready-vid .br-be-ready-section-content .br-be-ready-right {
  width: 52%;
  height: 440px;
}
@media (max-width: 768px) {
  .br-be-ready .container .br-be-ready-vid .br-be-ready-section-content .br-be-ready-right {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.br-be-ready .container .br-be-ready-vid .br-be-ready-section-content .br-be-ready-right .video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background-size: cover;
  background-position: center;
}
.br-be-ready .container .br-be-ready-vid .br-be-ready-section-content .br-be-ready-right .video-wrap.playing:before {
  opacity: 0;
}
.br-be-ready .container .br-be-ready-vid .br-be-ready-section-content .br-be-ready-right .video-wrap.playing .video-wrap-outer {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.br-be-ready .container .br-be-ready-vid .br-be-ready-section-content .br-be-ready-right .video-wrap.playing .wistia_responsive_padding {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.br-be-ready .container .br-be-ready-vid .br-be-ready-section-content .br-be-ready-right .video-wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(1, 30, 96, 0.2);
  transition: 0.2s;
}
.br-be-ready .container .br-be-ready-vid .br-be-ready-section-content .br-be-ready-right .video-wrap .video-wrap-outer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.br-be-ready .container .br-be-ready-vid .br-be-ready-section-content .br-be-ready-right .video-wrap .video-wrap-outer .video-wrap-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s;
}
.br-be-ready .container .br-be-ready-vid .br-be-ready-section-content .br-be-ready-right .video-wrap .video-wrap-outer .video-wrap-inner:hover {
  cursor: pointer;
  transform: scale(1.05);
}
.br-be-ready .container .br-be-ready-vid .br-be-ready-section-content .br-be-ready-right .video-wrap .video-wrap-outer .video-wrap-inner:hover .video-player-icon {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}
.br-be-ready .container .br-be-ready-vid .br-be-ready-section-content .br-be-ready-right .video-wrap .video-wrap-outer .video-wrap-inner .video-player-icon {
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: white;
  transition: 0.3s;
}
.br-be-ready .container .br-be-ready-vid .br-be-ready-section-content .br-be-ready-right .video-wrap .video-wrap-outer .video-wrap-inner .video-player-icon:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -10px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 26px solid #3f4a5b;
}
.br-be-ready .container .br-be-ready-vid .br-be-ready-section-content .br-be-ready-right .video-wrap .video-wrap-outer .video-wrap-inner .video-player-text {
  color: white;
  font-family: "Gilroy-Bold", sans-serif;
}
.br-be-ready .container .br-be-ready-vid .br-be-ready-section-content .br-be-ready-right .video-wrap .wistia_responsive_padding {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.2s;
}

.page-template-template-be-ready-landing-ebook .intro-section, .page-template-template-be-ready-landing-ebook-php .intro-section {
  margin: 28px 0 0;
  padding: 80px 24px;
  position: relative;
  background: #002067;
}
@media (max-width: 768px) {
  .page-template-template-be-ready-landing-ebook .intro-section, .page-template-template-be-ready-landing-ebook-php .intro-section {
    margin: 0;
    padding: 40px 24px;
  }
}
.page-template-template-be-ready-landing-ebook .intro-section .container, .page-template-template-be-ready-landing-ebook-php .intro-section .container {
  max-width: 1312px;
  margin: 0 auto;
}
.page-template-template-be-ready-landing-ebook .intro-section .container .intro-section-top .intro-section-content, .page-template-template-be-ready-landing-ebook-php .intro-section .container .intro-section-top .intro-section-content {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .page-template-template-be-ready-landing-ebook .intro-section .container .intro-section-top .intro-section-content, .page-template-template-be-ready-landing-ebook-php .intro-section .container .intro-section-top .intro-section-content {
    flex-direction: column;
  }
}
.page-template-template-be-ready-landing-ebook .intro-section .container .intro-section-top .intro-section-content .intro-section-left, .page-template-template-be-ready-landing-ebook-php .intro-section .container .intro-section-top .intro-section-content .intro-section-left {
  max-width: 40%;
  margin-right: auto;
  background-color: unset;
  padding: unset;
}
@media (max-width: 768px) {
  .page-template-template-be-ready-landing-ebook .intro-section .container .intro-section-top .intro-section-content .intro-section-left, .page-template-template-be-ready-landing-ebook-php .intro-section .container .intro-section-top .intro-section-content .intro-section-left {
    max-width: 100%;
    padding: 0;
    margin: 0 0 40px;
  }
}
.page-template-template-be-ready-landing-ebook .intro-section .container .intro-section-top .intro-section-content .intro-section-left .intro-section-subtitle, .page-template-template-be-ready-landing-ebook-php .intro-section .container .intro-section-top .intro-section-content .intro-section-left .intro-section-subtitle {
  display: block;
  margin-bottom: 16px;
  font-family: "Gilroy-Bold";
  font-size: 16px;
  letter-spacing: 0.7px;
  color: #0378FA;
  text-transform: uppercase;
}
.page-template-template-be-ready-landing-ebook .intro-section .container .intro-section-top .intro-section-content .intro-section-left .intro-section-title,
.page-template-template-be-ready-landing-ebook .intro-section .container .intro-section-top .intro-section-content .intro-section-left .intro-section-desc, .page-template-template-be-ready-landing-ebook-php .intro-section .container .intro-section-top .intro-section-content .intro-section-left .intro-section-title,
.page-template-template-be-ready-landing-ebook-php .intro-section .container .intro-section-top .intro-section-content .intro-section-left .intro-section-desc {
  color: #fff;
}
.page-template-template-be-ready-landing-ebook .intro-section .container .intro-section-top .intro-section-content .intro-section-left .intro-section-title, .page-template-template-be-ready-landing-ebook-php .intro-section .container .intro-section-top .intro-section-content .intro-section-left .intro-section-title {
  margin: 0 0 36px;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 48px;
  font-weight: lighter;
  line-height: 1.23;
  letter-spacing: -0.2px;
}
@media (max-width: 768px) {
  .page-template-template-be-ready-landing-ebook .intro-section .container .intro-section-top .intro-section-content .intro-section-left .intro-section-title, .page-template-template-be-ready-landing-ebook-php .intro-section .container .intro-section-top .intro-section-content .intro-section-left .intro-section-title {
    margin: 0 0 16px;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.24px;
  }
}
.page-template-template-be-ready-landing-ebook .intro-section .container .intro-section-top .intro-section-content .intro-section-left .intro-section-desc, .page-template-template-be-ready-landing-ebook-php .intro-section .container .intro-section-top .intro-section-content .intro-section-left .intro-section-desc {
  font-size: 18px;
  line-height: 1.76;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .page-template-template-be-ready-landing-ebook .intro-section .container .intro-section-top .intro-section-content .intro-section-left .intro-section-desc, .page-template-template-be-ready-landing-ebook-php .intro-section .container .intro-section-top .intro-section-content .intro-section-left .intro-section-desc {
    font-size: 16px;
    line-height: 1.56;
  }
}
.page-template-template-be-ready-landing-ebook .intro-section .container .intro-section-top .intro-section-content .intro-section-right, .page-template-template-be-ready-landing-ebook-php .intro-section .container .intro-section-top .intro-section-content .intro-section-right {
  width: 52%;
  background: #011e60;
  min-width: unset;
  height: unset;
}
@media (max-width: 768px) {
  .page-template-template-be-ready-landing-ebook .intro-section .container .intro-section-top .intro-section-content .intro-section-right, .page-template-template-be-ready-landing-ebook-php .intro-section .container .intro-section-top .intro-section-content .intro-section-right {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.page-template-template-be-ready-landing-ebook .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap, .page-template-template-be-ready-landing-ebook-php .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background-size: cover;
  background-position: center;
}
.page-template-template-be-ready-landing-ebook .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap.playing:before, .page-template-template-be-ready-landing-ebook-php .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap.playing:before {
  opacity: 0;
}
.page-template-template-be-ready-landing-ebook .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap.playing .video-wrap-outer, .page-template-template-be-ready-landing-ebook-php .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap.playing .video-wrap-outer {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.page-template-template-be-ready-landing-ebook .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap.playing .wistia_responsive_padding, .page-template-template-be-ready-landing-ebook-php .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap.playing .wistia_responsive_padding {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.page-template-template-be-ready-landing-ebook .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap:before, .page-template-template-be-ready-landing-ebook-php .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: transparent;
  transition: 0.2s;
}
.page-template-template-be-ready-landing-ebook .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap .video-wrap-outer, .page-template-template-be-ready-landing-ebook-php .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap .video-wrap-outer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.page-template-template-be-ready-landing-ebook .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap .video-wrap-outer .video-wrap-inner, .page-template-template-be-ready-landing-ebook-php .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap .video-wrap-outer .video-wrap-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s;
}
.page-template-template-be-ready-landing-ebook .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap .video-wrap-outer .video-wrap-inner:hover, .page-template-template-be-ready-landing-ebook-php .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap .video-wrap-outer .video-wrap-inner:hover {
  cursor: pointer;
  transform: scale(1.05);
}
.page-template-template-be-ready-landing-ebook .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap .video-wrap-outer .video-wrap-inner:hover .video-player-icon, .page-template-template-be-ready-landing-ebook-php .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap .video-wrap-outer .video-wrap-inner:hover .video-player-icon {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}
.page-template-template-be-ready-landing-ebook .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap .video-wrap-outer .video-wrap-inner .video-player-icon, .page-template-template-be-ready-landing-ebook-php .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap .video-wrap-outer .video-wrap-inner .video-player-icon {
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: white;
  transition: 0.3s;
}
.page-template-template-be-ready-landing-ebook .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap .video-wrap-outer .video-wrap-inner .video-player-icon:before, .page-template-template-be-ready-landing-ebook-php .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap .video-wrap-outer .video-wrap-inner .video-player-icon:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -10px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 26px solid #3f4a5b;
}
.page-template-template-be-ready-landing-ebook .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap .video-wrap-outer .video-wrap-inner .video-player-text, .page-template-template-be-ready-landing-ebook-php .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap .video-wrap-outer .video-wrap-inner .video-player-text {
  color: white;
  font-family: "Gilroy-Bold", sans-serif;
}
.page-template-template-be-ready-landing-ebook .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap .wistia_responsive_padding, .page-template-template-be-ready-landing-ebook-php .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap .wistia_responsive_padding {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.2s;
}
.page-template-template-be-ready-landing-ebook .be-ready-ebook .p_top, .page-template-template-be-ready-landing-ebook-php .be-ready-ebook .p_top {
  background-color: unset;
}
@media screen and (max-width: 768px) {
  .page-template-template-be-ready-landing-ebook .be-ready-ebook .p_top, .page-template-template-be-ready-landing-ebook-php .be-ready-ebook .p_top {
    background-color: unset;
  }
}
.page-template-template-be-ready-landing-ebook .be-ready-ebook .p_top .p_top_big, .page-template-template-be-ready-landing-ebook-php .be-ready-ebook .p_top .p_top_big {
  display: flex;
  flex-direction: column-reverse;
}
.page-template-template-be-ready-landing-ebook .be-ready-ebook .p_top .p_top_form, .page-template-template-be-ready-landing-ebook-php .be-ready-ebook .p_top .p_top_form {
  top: 85px;
}
@media (min-width: 426px) and (max-width: 768px) {
  .page-template-template-be-ready-landing-ebook .be-ready-ebook .p_top .p_top_form #sidebar, .page-template-template-be-ready-landing-ebook-php .be-ready-ebook .p_top .p_top_form #sidebar {
    width: 99% !important;
  }
}
@media screen and (max-width: 768px) {
  .page-template-template-be-ready-landing-ebook .be-ready-ebook .p_top .p_top_form, .page-template-template-be-ready-landing-ebook-php .be-ready-ebook .p_top .p_top_form {
    display: block;
    position: initial;
    height: unset;
    margin: 0;
    padding-left: 24px;
    padding-right: 24px;
    left: 0px;
    top: unset;
    bottom: unset;
    width: unset;
  }
}
.page-template-template-be-ready-landing-ebook .be-ready-ebook .p_top .p_top_form .p_top_thank, .page-template-template-be-ready-landing-ebook-php .be-ready-ebook .p_top .p_top_form .p_top_thank {
  margin-top: 0;
}
.page-template-template-be-ready-landing-ebook .be-ready-ebook .p_top .p_top_form .p_top_thank .ok_icon, .page-template-template-be-ready-landing-ebook-php .be-ready-ebook .p_top .p_top_form .p_top_thank .ok_icon {
  margin: 0 auto 24px auto;
}
.page-template-template-be-ready-landing-ebook .be-ready-ebook .p_top .p_top_form h3, .page-template-template-be-ready-landing-ebook-php .be-ready-ebook .p_top .p_top_form h3 {
  font-size: 22px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page-template-template-be-ready-landing-ebook .be-ready-ebook .p_top .p_top_form h3, .page-template-template-be-ready-landing-ebook-php .be-ready-ebook .p_top .p_top_form h3 {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .page-template-template-be-ready-landing-ebook .be-ready-ebook .p_top .p_top_form .hubspot_form, .page-template-template-be-ready-landing-ebook-php .be-ready-ebook .p_top .p_top_form .hubspot_form {
    width: 90%;
  }
}
.page-template-template-be-ready-landing-ebook .be-ready-ebook .p_top .p_top_form .hubspot_form .input input, .page-template-template-be-ready-landing-ebook-php .be-ready-ebook .p_top .p_top_form .hubspot_form .input input {
  height: 82px;
}
.page-template-template-be-ready-landing-ebook .be-ready-ebook .p_top .p_top_form .hubspot_form .hs_country, .page-template-template-be-ready-landing-ebook-php .be-ready-ebook .p_top .p_top_form .hubspot_form .hs_country {
  margin-top: 20px;
  height: 82px;
}
.page-template-template-be-ready-landing-ebook .be-ready-ebook .p_top .p_top_big_info, .page-template-template-be-ready-landing-ebook-php .be-ready-ebook .p_top .p_top_big_info {
  padding-top: 85px;
  min-height: 750px;
}
@media screen and (max-width: 768px) {
  .page-template-template-be-ready-landing-ebook .be-ready-ebook .p_top .p_top_big_info, .page-template-template-be-ready-landing-ebook-php .be-ready-ebook .p_top .p_top_big_info {
    background-color: unset;
    padding-top: 40px;
    min-height: unset;
  }
}
.page-template-template-be-ready-landing-ebook .be-ready-ebook .p_top .p_top_big_info .ebook-thumb, .page-template-template-be-ready-landing-ebook-php .be-ready-ebook .p_top .p_top_big_info .ebook-thumb {
  width: 388.97px;
  height: 216px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .page-template-template-be-ready-landing-ebook .be-ready-ebook .p_top .p_top_big_info .ebook-thumb, .page-template-template-be-ready-landing-ebook-php .be-ready-ebook .p_top .p_top_big_info .ebook-thumb {
    margin: 0 auto 24px auto;
  }
}
.page-template-template-be-ready-landing-ebook .be-ready-ebook .p_top .p_top_big_info h1, .page-template-template-be-ready-landing-ebook-php .be-ready-ebook .p_top .p_top_big_info h1 {
  color: #081644;
  font-size: 50px;
  line-height: 54px;
  margin-bottom: 44px;
}
.page-template-template-be-ready-landing-ebook .be-ready-ebook .p_top .p_top_big_info .p_top_big_excerpt, .page-template-template-be-ready-landing-ebook-php .be-ready-ebook .p_top .p_top_big_info .p_top_big_excerpt {
  color: #3F4A5B;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .page-template-template-be-ready-landing-ebook .be-ready-ebook .p_top .p_top_big_info .p_top_big_excerpt, .page-template-template-be-ready-landing-ebook-php .be-ready-ebook .p_top .p_top_big_info .p_top_big_excerpt {
    width: 100%;
  }
}
.page-template-template-be-ready-landing-ebook .be-ready-ebook .p_top .p_top_big_info span, .page-template-template-be-ready-landing-ebook-php .be-ready-ebook .p_top .p_top_big_info span {
  font-size: 20px;
  line-height: 33px;
}
.page-template-template-be-ready-landing-ebook .benefits-section, .page-template-template-be-ready-landing-ebook-php .benefits-section {
  padding: 60px 0 72px;
  background: #DFE6EE;
}
@media (max-width: 768px) {
  .page-template-template-be-ready-landing-ebook .benefits-section, .page-template-template-be-ready-landing-ebook-php .benefits-section {
    padding: 40px 0;
  }
}
.page-template-template-be-ready-landing-ebook .benefits-section .benefits-section-title, .page-template-template-be-ready-landing-ebook-php .benefits-section .benefits-section-title {
  margin-bottom: 20px;
  font-size: 28px;
  color: #002067;
  text-align: center;
}
.page-template-template-be-ready-landing-ebook .benefits-section .benefits-section-description, .page-template-template-be-ready-landing-ebook-php .benefits-section .benefits-section-description {
  margin-bottom: 32px;
  text-align: center;
}
.page-template-template-be-ready-landing-ebook .benefits-section .testimonial-block, .page-template-template-be-ready-landing-ebook-php .benefits-section .testimonial-block {
  width: 70%;
  margin: 0 auto;
  padding: 32px;
}
.page-template-template-be-ready-landing-ebook .benefits-section .testimonial-block .testimonial-block-text, .page-template-template-be-ready-landing-ebook-php .benefits-section .testimonial-block .testimonial-block-text {
  text-align: center;
  margin-bottom: 32px;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 20px;
  background-color: #fff;
  padding: 40px;
  line-height: 28px;
  color: #3F4A5B;
}
.page-template-template-be-ready-landing-ebook .benefits-section .testimonial-block .testimonial-block-text:before, .page-template-template-be-ready-landing-ebook-php .benefits-section .testimonial-block .testimonial-block-text:before {
  display: block;
  content: '"';
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 100px;
  color: #FF6253;
  text-align: left;
  margin-left: -40px;
  margin-top: 10px;
  line-height: 10px;
  font-style: italic;
}
.page-template-template-be-ready-landing-ebook .benefits-section .testimonial-block .testimonial-client-info, .page-template-template-be-ready-landing-ebook-php .benefits-section .testimonial-block .testimonial-client-info {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .page-template-template-be-ready-landing-ebook .benefits-section .testimonial-block .testimonial-client-info, .page-template-template-be-ready-landing-ebook-php .benefits-section .testimonial-block .testimonial-client-info {
    flex-direction: column;
  }
}
.page-template-template-be-ready-landing-ebook .benefits-section .testimonial-block .testimonial-client-info .client-testimonial-logo, .page-template-template-be-ready-landing-ebook-php .benefits-section .testimonial-block .testimonial-client-info .client-testimonial-logo {
  max-width: 20%;
  margin-right: 48px;
}
@media (max-width: 768px) {
  .page-template-template-be-ready-landing-ebook .benefits-section .testimonial-block .testimonial-client-info .client-testimonial-logo, .page-template-template-be-ready-landing-ebook-php .benefits-section .testimonial-block .testimonial-client-info .client-testimonial-logo {
    max-width: unset;
    margin-right: unset;
  }
}
.page-template-template-be-ready-landing-ebook .benefits-section .testimonial-block .testimonial-client-info .client-testimonial-logo img, .page-template-template-be-ready-landing-ebook-php .benefits-section .testimonial-block .testimonial-client-info .client-testimonial-logo img {
  width: 158px;
  height: auto;
}
@media (max-width: 768px) {
  .page-template-template-be-ready-landing-ebook .benefits-section .testimonial-block .testimonial-client-info .client-testimonial-logo img, .page-template-template-be-ready-landing-ebook-php .benefits-section .testimonial-block .testimonial-client-info .client-testimonial-logo img {
    margin: 0 auto !important;
  }
}
.page-template-template-be-ready-landing-ebook .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text, .page-template-template-be-ready-landing-ebook-php .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text {
  display: block;
}
@media (max-width: 768px) {
  .page-template-template-be-ready-landing-ebook .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text, .page-template-template-be-ready-landing-ebook-php .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
.page-template-template-be-ready-landing-ebook .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text h4, .page-template-template-be-ready-landing-ebook-php .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text h4 {
  margin-right: 7px;
  font-family: "Gilroy-Bold", sans-serif;
  color: #3F4A5B;
  font-size: 20px;
  line-height: 44px;
}
@media (max-width: 768px) {
  .page-template-template-be-ready-landing-ebook .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text h4, .page-template-template-be-ready-landing-ebook-php .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text h4 {
    margin-right: unset;
    line-height: 22px;
  }
}
.page-template-template-be-ready-landing-ebook .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text p, .page-template-template-be-ready-landing-ebook-php .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text p {
  line-height: 28px;
  color: #3F4A5B;
  font-family: "Gilroy-Light", sans-serif;
}
@media (max-width: 768px) {
  .page-template-template-be-ready-landing-ebook .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text p, .page-template-template-be-ready-landing-ebook-php .benefits-section .testimonial-block .testimonial-client-info .testimonial-client-info-text p {
    line-height: 22px;
  }
}
.page-template-template-be-ready-landing-ebook .benefits-section .benefits-cards, .page-template-template-be-ready-landing-ebook-php .benefits-section .benefits-cards {
  display: flex;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .page-template-template-be-ready-landing-ebook .benefits-section .benefits-cards, .page-template-template-be-ready-landing-ebook-php .benefits-section .benefits-cards {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .page-template-template-be-ready-landing-ebook .benefits-section .benefits-cards, .page-template-template-be-ready-landing-ebook-php .benefits-section .benefits-cards {
    flex-direction: column;
  }
}
.page-template-template-be-ready-landing-ebook .benefits-section .benefits-cards .benefits-card, .page-template-template-be-ready-landing-ebook-php .benefits-section .benefits-cards .benefits-card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 0;
  width: 20%;
  padding: 24px;
  margin-right: 20px;
  background: #fff;
  border-radius: 2px;
}
@media (max-width: 992px) {
  .page-template-template-be-ready-landing-ebook .benefits-section .benefits-cards .benefits-card, .page-template-template-be-ready-landing-ebook-php .benefits-section .benefits-cards .benefits-card {
    flex-grow: unset;
    flex-basis: unset;
    width: calc(50% - 20px);
    padding: 24px;
    margin: 10px;
  }
}
@media (max-width: 480px) {
  .page-template-template-be-ready-landing-ebook .benefits-section .benefits-cards .benefits-card, .page-template-template-be-ready-landing-ebook-php .benefits-section .benefits-cards .benefits-card {
    width: 100%;
    margin: 0 0 20px;
  }
}
.page-template-template-be-ready-landing-ebook .benefits-section .benefits-cards .benefits-card:last-child, .page-template-template-be-ready-landing-ebook-php .benefits-section .benefits-cards .benefits-card:last-child {
  margin-right: 0;
}
.page-template-template-be-ready-landing-ebook .benefits-section .benefits-cards .benefits-card .benefits-card-logo, .page-template-template-be-ready-landing-ebook-php .benefits-section .benefits-cards .benefits-card .benefits-card-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 84px;
  width: 100%;
  margin-bottom: 20px;
}
.page-template-template-be-ready-landing-ebook .benefits-section .benefits-cards .benefits-card .benefits-card-logo svg,
.page-template-template-be-ready-landing-ebook .benefits-section .benefits-cards .benefits-card .benefits-card-logo img, .page-template-template-be-ready-landing-ebook-php .benefits-section .benefits-cards .benefits-card .benefits-card-logo svg,
.page-template-template-be-ready-landing-ebook-php .benefits-section .benefits-cards .benefits-card .benefits-card-logo img {
  max-width: 140px;
  max-height: 80px;
}
.page-template-template-be-ready-landing-ebook .benefits-section .benefits-cards .benefits-card .benefits-card-number, .page-template-template-be-ready-landing-ebook-php .benefits-section .benefits-cards .benefits-card .benefits-card-number {
  margin-bottom: 4px;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 24px;
  color: #FF6253;
}
.page-template-template-be-ready-landing-ebook .outro-steps, .page-template-template-be-ready-landing-ebook-php .outro-steps {
  padding: 40px 24px 80px 24px;
  position: relative;
  background: #002067;
}
.page-template-template-be-ready-landing-ebook .outro-steps .container, .page-template-template-be-ready-landing-ebook-php .outro-steps .container {
  max-width: 1312px;
  margin: 0 auto;
}
.page-template-template-be-ready-landing-ebook .outro-steps .container .intro-section-middle, .page-template-template-be-ready-landing-ebook-php .outro-steps .container .intro-section-middle {
  text-align: center;
  padding: 64px 0 80px;
}
@media (max-width: 768px) {
  .page-template-template-be-ready-landing-ebook .outro-steps .container .intro-section-middle, .page-template-template-be-ready-landing-ebook-php .outro-steps .container .intro-section-middle {
    padding: 32px 0 72px;
  }
}
.page-template-template-be-ready-landing-ebook .outro-steps .container .intro-section-middle .intro-section-text, .page-template-template-be-ready-landing-ebook-php .outro-steps .container .intro-section-middle .intro-section-text {
  color: white;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 20px;
  margin-bottom: 16px;
  letter-spacing: 0.3px;
}
.page-template-template-be-ready-landing-ebook .outro-steps .container .intro-section-middle .intro-section-arrow:hover, .page-template-template-be-ready-landing-ebook-php .outro-steps .container .intro-section-middle .intro-section-arrow:hover {
  cursor: pointer;
}
.page-template-template-be-ready-landing-ebook .outro-steps .container .intro-section-middle .intro-section-arrow.active, .page-template-template-be-ready-landing-ebook-php .outro-steps .container .intro-section-middle .intro-section-arrow.active {
  animation: arrowMove 2s infinite;
}
.page-template-template-be-ready-landing-ebook .outro-steps .container .intro-section-bottom .intro-steps, .page-template-template-be-ready-landing-ebook-php .outro-steps .container .intro-section-bottom .intro-steps {
  display: flex;
  margin: 0 -32px;
}
@media (max-width: 1200px) {
  .page-template-template-be-ready-landing-ebook .outro-steps .container .intro-section-bottom .intro-steps, .page-template-template-be-ready-landing-ebook-php .outro-steps .container .intro-section-bottom .intro-steps {
    margin: 0 -12px;
  }
}
@media (max-width: 768px) {
  .page-template-template-be-ready-landing-ebook .outro-steps .container .intro-section-bottom .intro-steps, .page-template-template-be-ready-landing-ebook-php .outro-steps .container .intro-section-bottom .intro-steps {
    flex-direction: column;
    margin: 0;
  }
}
.page-template-template-be-ready-landing-ebook .outro-steps .container .intro-section-bottom .intro-steps .intro-step, .page-template-template-be-ready-landing-ebook-php .outro-steps .container .intro-section-bottom .intro-steps .intro-step {
  margin: 0 32px;
  padding: 64px 40px 40px;
  position: relative;
  background: #fff;
}
@media (max-width: 1200px) {
  .page-template-template-be-ready-landing-ebook .outro-steps .container .intro-section-bottom .intro-steps .intro-step, .page-template-template-be-ready-landing-ebook-php .outro-steps .container .intro-section-bottom .intro-steps .intro-step {
    margin: 0 12px;
  }
}
@media (max-width: 768px) {
  .page-template-template-be-ready-landing-ebook .outro-steps .container .intro-section-bottom .intro-steps .intro-step, .page-template-template-be-ready-landing-ebook-php .outro-steps .container .intro-section-bottom .intro-steps .intro-step {
    margin: 0 0 60px;
    padding: 56px 24px 24px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .page-template-template-be-ready-landing-ebook .outro-steps .container .intro-section-bottom .intro-steps .intro-step:last-child, .page-template-template-be-ready-landing-ebook-php .outro-steps .container .intro-section-bottom .intro-steps .intro-step:last-child {
    margin: 0;
  }
}
.page-template-template-be-ready-landing-ebook .outro-steps .container .intro-section-bottom .intro-steps .intro-step .intro-step-icon-wrap, .page-template-template-be-ready-landing-ebook-php .outro-steps .container .intro-section-bottom .intro-steps .intro-step .intro-step-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: -40px;
  margin-left: -40px;
  background: #0378FA;
  border-radius: 50%;
}
.page-template-template-be-ready-landing-ebook .outro-steps .container .intro-section-bottom .intro-steps .intro-step .intro-step-title, .page-template-template-be-ready-landing-ebook-php .outro-steps .container .intro-section-bottom .intro-steps .intro-step .intro-step-title {
  margin-bottom: 16px;
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: #002067;
}
.page-template-template-be-ready-landing-ebook .outro-steps .container .intro-section-bottom .intro-steps .intro-step .intro-step-desc, .page-template-template-be-ready-landing-ebook-php .outro-steps .container .intro-section-bottom .intro-steps .intro-step .intro-step-desc {
  margin-bottom: 24px;
  color: #485c76;
}
.page-template-template-be-ready-landing-ebook .outro-steps .container .intro-section-bottom .intro-steps .intro-step .intro-step-link, .page-template-template-be-ready-landing-ebook-php .outro-steps .container .intro-section-bottom .intro-steps .intro-step .intro-step-link {
  line-height: 1.2;
  font-size: 16px;
  border-bottom: 1px solid transparent;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.page-template-template-be-ready-landing-ebook .outro-steps .container .intro-section-bottom .intro-steps .intro-step .intro-step-link:hover, .page-template-template-be-ready-landing-ebook-php .outro-steps .container .intro-section-bottom .intro-steps .intro-step .intro-step-link:hover {
  border-color: #0378FA;
}
.page-template-template-be-ready-landing-ebook .landing-footer, .page-template-template-be-ready-landing-ebook-php .landing-footer {
  padding-top: 58px;
  padding-bottom: 35px;
  background-color: #081644;
}
.page-template-template-be-ready-landing-ebook .landing-footer .f_container, .page-template-template-be-ready-landing-ebook-php .landing-footer .f_container {
  border-bottom: unset;
}
.page-template-template-be-ready-landing-ebook .landing-footer .f_container .f_tiny_logo, .page-template-template-be-ready-landing-ebook-php .landing-footer .f_container .f_tiny_logo {
  display: block;
  margin: auto;
}
@media (max-width: 768px) {
  .page-template-template-be-ready-landing-ebook .landing-footer .f_container .f_newsletter .hs_email, .page-template-template-be-ready-landing-ebook-php .landing-footer .f_container .f_newsletter .hs_email {
    width: unset;
  }
}
@media (max-width: 768px) {
  .page-template-template-be-ready-landing-ebook .landing-footer .f_container .f_newsletter .hs_email input, .page-template-template-be-ready-landing-ebook-php .landing-footer .f_container .f_newsletter .hs_email input {
    border-right-style: none !important;
  }
}
@media (max-width: 498px) {
  .page-template-template-be-ready-landing-ebook .landing-footer .f_container .f_newsletter .hs_email input, .page-template-template-be-ready-landing-ebook-php .landing-footer .f_container .f_newsletter .hs_email input {
    width: unset;
  }
}
.page-template-template-be-ready-landing-ebook .landing-footer .f_container .f_title, .page-template-template-be-ready-landing-ebook-php .landing-footer .f_container .f_title {
  text-align: center;
}
@media (max-width: 768px) {
  .page-template-template-be-ready-landing-ebook .landing-footer .f_container .hbspt-form, .page-template-template-be-ready-landing-ebook-php .landing-footer .f_container .hbspt-form {
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .page-template-template-be-ready-landing-ebook .landing-footer .f_container .hbspt-form form, .page-template-template-be-ready-landing-ebook-php .landing-footer .f_container .hbspt-form form {
    height: unset;
    width: 100% !important;
    display: flex;
    align-items: baseline;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .page-template-template-be-ready-landing-ebook .landing-footer .f_container .hbspt-form .hs-button, .page-template-template-be-ready-landing-ebook-php .landing-footer .f_container .hbspt-form .hs-button {
    width: 101px;
    position: initial;
  }
}

.page-template-template-covid-39 .container, .page-template-template-covid-19-php .container {
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 576px) {
  .page-template-template-covid-39 .container, .page-template-template-covid-19-php .container {
    max-width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .page-template-template-covid-39 .container, .page-template-template-covid-19-php .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .page-template-template-covid-39 .container, .page-template-template-covid-19-php .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-covid-39 .container, .page-template-template-covid-19-php .container {
    max-width: 1140px;
  }
}
.page-template-template-covid-39 h1, .page-template-template-covid-39 h2, .page-template-template-covid-39 h3, .page-template-template-covid-39 h4, .page-template-template-covid-39 h5, .page-template-template-covid-39 h6, .page-template-template-covid-19-php h1, .page-template-template-covid-19-php h2, .page-template-template-covid-19-php h3, .page-template-template-covid-19-php h4, .page-template-template-covid-19-php h5, .page-template-template-covid-19-php h6 {
  font-family: "Gilroy-Semibold", sans-serif;
  line-height: 44px;
  letter-spacing: 0.4px;
}
.page-template-template-covid-39 h1, .page-template-template-covid-39 h2, .page-template-template-covid-19-php h1, .page-template-template-covid-19-php h2 {
  font-size: 28px;
}
@media (max-width: 480px) {
  .page-template-template-covid-39 h1, .page-template-template-covid-39 h2, .page-template-template-covid-19-php h1, .page-template-template-covid-19-php h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
.page-template-template-covid-39 h3, .page-template-template-covid-19-php h3 {
  font-size: 25px;
}
@media (max-width: 480px) {
  .page-template-template-covid-39 h3, .page-template-template-covid-19-php h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
.page-template-template-covid-39 strong, .page-template-template-covid-19-php strong {
  font-family: "Gilroy-Semibold", sans-serif;
  font-weight: lighter;
}
.page-template-template-covid-39 img, .page-template-template-covid-19-php img {
  max-width: 100%;
  height: auto;
}
.page-template-template-covid-39 .hubspot-form, .page-template-template-covid-19-php .hubspot-form {
  margin-bottom: 32px;
}
.page-template-template-covid-39 .hubspot-form .p_top_thank, .page-template-template-covid-19-php .hubspot-form .p_top_thank {
  margin-left: 0;
  margin-top: 0;
}
.page-template-template-covid-39 .hubspot-form .p_top_thank .ok_icon, .page-template-template-covid-19-php .hubspot-form .p_top_thank .ok_icon {
  margin: 0 auto 24px;
}
.page-template-template-covid-39 .hubspot-form label, .page-template-template-covid-19-php .hubspot-form label {
  display: none;
}
.page-template-template-covid-39 .hubspot-form ul.hs-error-msgs.inputs-list label, .page-template-template-covid-19-php .hubspot-form ul.hs-error-msgs.inputs-list label {
  display: block !important;
  font-family: inherit;
  color: #f00;
  text-align: left;
  font-size: 14px;
  padding-top: 2px;
}
.page-template-template-covid-39 .hubspot-form input.hs-input, .page-template-template-covid-39 .hubspot-form select, .page-template-template-covid-39 .hubspot-form textarea.hs-input, .page-template-template-covid-19-php .hubspot-form input.hs-input, .page-template-template-covid-19-php .hubspot-form select, .page-template-template-covid-19-php .hubspot-form textarea.hs-input {
  background-color: transparent;
  border: 0px;
  box-shadow: none;
  font-family: "Gilroy-Medium";
  color: #667587;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  height: 50px;
  resize: none;
  border-bottom: 1px solid #dfe6ee;
  outline: none;
}
.page-template-template-covid-39 .hubspot-form input.hs-input::placeholder, .page-template-template-covid-39 .hubspot-form input.hs-input::-webkit-input-placeholder, .page-template-template-covid-39 .hubspot-form select::placeholder, .page-template-template-covid-39 .hubspot-form select::-webkit-input-placeholder, .page-template-template-covid-39 .hubspot-form textarea.hs-input::placeholder, .page-template-template-covid-39 .hubspot-form textarea.hs-input::-webkit-input-placeholder, .page-template-template-covid-19-php .hubspot-form input.hs-input::placeholder, .page-template-template-covid-19-php .hubspot-form input.hs-input::-webkit-input-placeholder, .page-template-template-covid-19-php .hubspot-form select::placeholder, .page-template-template-covid-19-php .hubspot-form select::-webkit-input-placeholder, .page-template-template-covid-19-php .hubspot-form textarea.hs-input::placeholder, .page-template-template-covid-19-php .hubspot-form textarea.hs-input::-webkit-input-placeholder {
  color: #99A0AA;
}
.page-template-template-covid-39 .hubspot-form .hs_submit, .page-template-template-covid-19-php .hubspot-form .hs_submit {
  width: 100%;
  margin-top: 20px;
}
.page-template-template-covid-39 .hubspot-form .hs_submit .actions, .page-template-template-covid-19-php .hubspot-form .hs_submit .actions {
  margin: 0;
  padding: 0;
}
.page-template-template-covid-39 .hubspot-form input.hs-button, .page-template-template-covid-19-php .hubspot-form input.hs-button {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 18px;
  letter-spacing: 0.5px;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border: 0;
  background-color: #0378FA;
  color: #fff;
  box-shadow: none;
  text-shadow: none;
  background-image: none;
  border-radius: 5px;
  text-transform: uppercase;
  outline: none;
  transition: 0.1s;
}
.page-template-template-covid-39 .hubspot-form input.hs-button:hover, .page-template-template-covid-19-php .hubspot-form input.hs-button:hover {
  cursor: pointer;
  background-color: #036ce1;
}
.page-template-template-covid-39 .intro-section, .page-template-template-covid-19-php .intro-section {
  margin: 28px 0 0;
  padding: 80px 24px;
  position: relative;
  background: #002067;
}
@media (max-width: 768px) {
  .page-template-template-covid-39 .intro-section, .page-template-template-covid-19-php .intro-section {
    margin: 0;
    padding: 40px 24px;
  }
}
.page-template-template-covid-39 .intro-section .container, .page-template-template-covid-19-php .intro-section .container {
  max-width: 1312px;
  margin: 0 auto;
}
.page-template-template-covid-39 .intro-section .container .intro-section-top .intro-section-content, .page-template-template-covid-19-php .intro-section .container .intro-section-top .intro-section-content {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .page-template-template-covid-39 .intro-section .container .intro-section-top .intro-section-content, .page-template-template-covid-19-php .intro-section .container .intro-section-top .intro-section-content {
    flex-direction: column;
  }
}
.page-template-template-covid-39 .intro-section .container .intro-section-top .intro-section-content .intro-section-left, .page-template-template-covid-19-php .intro-section .container .intro-section-top .intro-section-content .intro-section-left {
  max-width: 40%;
  margin-right: auto;
}
@media (max-width: 768px) {
  .page-template-template-covid-39 .intro-section .container .intro-section-top .intro-section-content .intro-section-left, .page-template-template-covid-19-php .intro-section .container .intro-section-top .intro-section-content .intro-section-left {
    max-width: 100%;
    padding: 0;
    margin: 0 0 40px;
  }
}
.page-template-template-covid-39 .intro-section .container .intro-section-top .intro-section-content .intro-section-left .intro-section-subtitle, .page-template-template-covid-19-php .intro-section .container .intro-section-top .intro-section-content .intro-section-left .intro-section-subtitle {
  display: block;
  margin-bottom: 16px;
  font-family: "Gilroy-Bold";
  font-size: 16px;
  letter-spacing: 0.7px;
  color: #0378FA;
  text-transform: uppercase;
}
.page-template-template-covid-39 .intro-section .container .intro-section-top .intro-section-content .intro-section-left .intro-section-title,
.page-template-template-covid-39 .intro-section .container .intro-section-top .intro-section-content .intro-section-left .intro-section-desc, .page-template-template-covid-19-php .intro-section .container .intro-section-top .intro-section-content .intro-section-left .intro-section-title,
.page-template-template-covid-19-php .intro-section .container .intro-section-top .intro-section-content .intro-section-left .intro-section-desc {
  color: #fff;
}
.page-template-template-covid-39 .intro-section .container .intro-section-top .intro-section-content .intro-section-left .intro-section-title, .page-template-template-covid-19-php .intro-section .container .intro-section-top .intro-section-content .intro-section-left .intro-section-title {
  margin: 0 0 36px;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 48px;
  font-weight: lighter;
  line-height: 1.23;
  letter-spacing: -0.2px;
}
@media (max-width: 768px) {
  .page-template-template-covid-39 .intro-section .container .intro-section-top .intro-section-content .intro-section-left .intro-section-title, .page-template-template-covid-19-php .intro-section .container .intro-section-top .intro-section-content .intro-section-left .intro-section-title {
    margin: 0 0 16px;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.24px;
  }
}
.page-template-template-covid-39 .intro-section .container .intro-section-top .intro-section-content .intro-section-left .intro-section-desc, .page-template-template-covid-19-php .intro-section .container .intro-section-top .intro-section-content .intro-section-left .intro-section-desc {
  font-size: 18px;
  line-height: 1.76;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .page-template-template-covid-39 .intro-section .container .intro-section-top .intro-section-content .intro-section-left .intro-section-desc, .page-template-template-covid-19-php .intro-section .container .intro-section-top .intro-section-content .intro-section-left .intro-section-desc {
    font-size: 16px;
    line-height: 1.56;
  }
}
.page-template-template-covid-39 .intro-section .container .intro-section-top .intro-section-content .intro-section-right, .page-template-template-covid-19-php .intro-section .container .intro-section-top .intro-section-content .intro-section-right {
  width: 52%;
  background: #011e60;
}
@media (max-width: 768px) {
  .page-template-template-covid-39 .intro-section .container .intro-section-top .intro-section-content .intro-section-right, .page-template-template-covid-19-php .intro-section .container .intro-section-top .intro-section-content .intro-section-right {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.page-template-template-covid-39 .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap, .page-template-template-covid-19-php .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background-size: cover;
  background-position: center;
}
.page-template-template-covid-39 .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap.playing:before, .page-template-template-covid-19-php .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap.playing:before {
  opacity: 0;
}
.page-template-template-covid-39 .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap.playing .video-wrap-outer, .page-template-template-covid-19-php .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap.playing .video-wrap-outer {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.page-template-template-covid-39 .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap.playing .wistia_responsive_padding, .page-template-template-covid-19-php .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap.playing .wistia_responsive_padding {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.page-template-template-covid-39 .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap:before, .page-template-template-covid-19-php .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(1, 30, 96, 0.2);
  transition: 0.2s;
}
.page-template-template-covid-39 .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap .video-wrap-outer, .page-template-template-covid-19-php .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap .video-wrap-outer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.page-template-template-covid-39 .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap .video-wrap-outer .video-wrap-inner, .page-template-template-covid-19-php .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap .video-wrap-outer .video-wrap-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s;
}
.page-template-template-covid-39 .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap .video-wrap-outer .video-wrap-inner:hover, .page-template-template-covid-19-php .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap .video-wrap-outer .video-wrap-inner:hover {
  cursor: pointer;
  transform: scale(1.05);
}
.page-template-template-covid-39 .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap .video-wrap-outer .video-wrap-inner:hover .video-player-icon, .page-template-template-covid-19-php .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap .video-wrap-outer .video-wrap-inner:hover .video-player-icon {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}
.page-template-template-covid-39 .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap .video-wrap-outer .video-wrap-inner .video-player-icon, .page-template-template-covid-19-php .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap .video-wrap-outer .video-wrap-inner .video-player-icon {
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: white;
  transition: 0.3s;
}
.page-template-template-covid-39 .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap .video-wrap-outer .video-wrap-inner .video-player-icon:before, .page-template-template-covid-19-php .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap .video-wrap-outer .video-wrap-inner .video-player-icon:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -10px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 26px solid #3f4a5b;
}
.page-template-template-covid-39 .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap .video-wrap-outer .video-wrap-inner .video-player-text, .page-template-template-covid-19-php .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap .video-wrap-outer .video-wrap-inner .video-player-text {
  color: white;
  font-family: "Gilroy-Bold", sans-serif;
}
.page-template-template-covid-39 .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap .wistia_responsive_padding, .page-template-template-covid-19-php .intro-section .container .intro-section-top .intro-section-content .intro-section-right .video-wrap .wistia_responsive_padding {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.2s;
}
.page-template-template-covid-39 .intro-section .container .intro-section-middle, .page-template-template-covid-19-php .intro-section .container .intro-section-middle {
  text-align: center;
  padding: 64px 0 80px;
}
@media (max-width: 768px) {
  .page-template-template-covid-39 .intro-section .container .intro-section-middle, .page-template-template-covid-19-php .intro-section .container .intro-section-middle {
    padding: 32px 0 72px;
  }
}
.page-template-template-covid-39 .intro-section .container .intro-section-middle .intro-section-text, .page-template-template-covid-19-php .intro-section .container .intro-section-middle .intro-section-text {
  color: white;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 20px;
  margin-bottom: 16px;
  letter-spacing: 0.3px;
}
.page-template-template-covid-39 .intro-section .container .intro-section-middle .intro-section-arrow:hover, .page-template-template-covid-19-php .intro-section .container .intro-section-middle .intro-section-arrow:hover {
  cursor: pointer;
}
.page-template-template-covid-39 .intro-section .container .intro-section-middle .intro-section-arrow.active, .page-template-template-covid-19-php .intro-section .container .intro-section-middle .intro-section-arrow.active {
  animation: arrowMove 2s infinite;
}
.page-template-template-covid-39 .intro-section .container .intro-section-bottom .intro-steps, .page-template-template-covid-19-php .intro-section .container .intro-section-bottom .intro-steps {
  display: flex;
  margin: 0 -32px;
}
@media (max-width: 1200px) {
  .page-template-template-covid-39 .intro-section .container .intro-section-bottom .intro-steps, .page-template-template-covid-19-php .intro-section .container .intro-section-bottom .intro-steps {
    margin: 0 -12px;
  }
}
@media (max-width: 768px) {
  .page-template-template-covid-39 .intro-section .container .intro-section-bottom .intro-steps, .page-template-template-covid-19-php .intro-section .container .intro-section-bottom .intro-steps {
    flex-direction: column;
    margin: 0;
  }
}
.page-template-template-covid-39 .intro-section .container .intro-section-bottom .intro-steps .intro-step, .page-template-template-covid-19-php .intro-section .container .intro-section-bottom .intro-steps .intro-step {
  margin: 0 32px;
  padding: 64px 40px 40px;
  position: relative;
  background: #fff;
  max-width: 400px;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .page-template-template-covid-39 .intro-section .container .intro-section-bottom .intro-steps .intro-step, .page-template-template-covid-19-php .intro-section .container .intro-section-bottom .intro-steps .intro-step {
    margin: 0 12px;
  }
}
@media (max-width: 768px) {
  .page-template-template-covid-39 .intro-section .container .intro-section-bottom .intro-steps .intro-step, .page-template-template-covid-19-php .intro-section .container .intro-section-bottom .intro-steps .intro-step {
    margin: 0 0 60px;
    padding: 56px 24px 24px;
    text-align: center;
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .page-template-template-covid-39 .intro-section .container .intro-section-bottom .intro-steps .intro-step:last-child, .page-template-template-covid-19-php .intro-section .container .intro-section-bottom .intro-steps .intro-step:last-child {
    margin: 0;
  }
}
.page-template-template-covid-39 .intro-section .container .intro-section-bottom .intro-steps .intro-step .intro-step-icon-wrap, .page-template-template-covid-19-php .intro-section .container .intro-section-bottom .intro-steps .intro-step .intro-step-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: -40px;
  margin-left: -40px;
  background: #0378FA;
  border-radius: 50%;
}
.page-template-template-covid-39 .intro-section .container .intro-section-bottom .intro-steps .intro-step .intro-step-title, .page-template-template-covid-19-php .intro-section .container .intro-section-bottom .intro-steps .intro-step .intro-step-title {
  margin-bottom: 16px;
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: #002067;
}
.page-template-template-covid-39 .intro-section .container .intro-section-bottom .intro-steps .intro-step .intro-step-desc, .page-template-template-covid-19-php .intro-section .container .intro-section-bottom .intro-steps .intro-step .intro-step-desc {
  color: #485c76;
}
.page-template-template-covid-39 .intro-section .container .intro-section-bottom .intro-steps .intro-step .intro-step-desc ul, .page-template-template-covid-19-php .intro-section .container .intro-section-bottom .intro-steps .intro-step .intro-step-desc ul {
  padding-left: 36px;
}
.page-template-template-covid-39 .intro-section .container .intro-section-bottom .intro-steps .intro-step .intro-step-desc ul li, .page-template-template-covid-19-php .intro-section .container .intro-section-bottom .intro-steps .intro-step .intro-step-desc ul li {
  margin-bottom: 1em;
  position: relative;
}
.page-template-template-covid-39 .intro-section .container .intro-section-bottom .intro-steps .intro-step .intro-step-desc ul li:before, .page-template-template-covid-19-php .intro-section .container .intro-section-bottom .intro-steps .intro-step .intro-step-desc ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #ff6253;
  position: absolute;
  left: -32px;
  top: 10px;
}
.page-template-template-covid-39 .intro-section .container .intro-section-bottom .intro-steps .intro-step .intro-step-link, .page-template-template-covid-19-php .intro-section .container .intro-section-bottom .intro-steps .intro-step .intro-step-link {
  line-height: 1.2;
  font-size: 16px;
  border-bottom: 1px solid transparent;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.page-template-template-covid-39 .intro-section .container .intro-section-bottom .intro-steps .intro-step .intro-step-link:hover, .page-template-template-covid-19-php .intro-section .container .intro-section-bottom .intro-steps .intro-step .intro-step-link:hover {
  border-color: #0378FA;
}
.page-template-template-covid-39 .be-ready-ebook .p_top, .page-template-template-covid-19-php .be-ready-ebook .p_top {
  background-color: unset;
}
@media screen and (max-width: 768px) {
  .page-template-template-covid-39 .be-ready-ebook .p_top, .page-template-template-covid-19-php .be-ready-ebook .p_top {
    background-color: unset;
  }
}
.page-template-template-covid-39 .be-ready-ebook .p_top .p_top_big, .page-template-template-covid-19-php .be-ready-ebook .p_top .p_top_big {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: unset;
}
.page-template-template-covid-39 .be-ready-ebook .p_top .p_top_form, .page-template-template-covid-19-php .be-ready-ebook .p_top .p_top_form {
  top: 85px;
}
@media (min-width: 426px) and (max-width: 768px) {
  .page-template-template-covid-39 .be-ready-ebook .p_top .p_top_form #sidebar, .page-template-template-covid-19-php .be-ready-ebook .p_top .p_top_form #sidebar {
    width: 99% !important;
  }
}
@media screen and (max-width: 768px) {
  .page-template-template-covid-39 .be-ready-ebook .p_top .p_top_form, .page-template-template-covid-19-php .be-ready-ebook .p_top .p_top_form {
    display: block;
    position: initial;
    height: unset;
    margin: 0;
    padding-left: 24px;
    padding-right: 24px;
    left: 0px;
    top: unset;
    bottom: unset;
    width: unset;
  }
}
.page-template-template-covid-39 .be-ready-ebook .p_top .p_top_form .p_top_thank, .page-template-template-covid-19-php .be-ready-ebook .p_top .p_top_form .p_top_thank {
  margin-top: 0;
}
.page-template-template-covid-39 .be-ready-ebook .p_top .p_top_form .p_top_thank .ok_icon, .page-template-template-covid-19-php .be-ready-ebook .p_top .p_top_form .p_top_thank .ok_icon {
  margin: 0 auto 24px auto;
}
.page-template-template-covid-39 .be-ready-ebook .p_top .p_top_form h3, .page-template-template-covid-19-php .be-ready-ebook .p_top .p_top_form h3 {
  font-size: 22px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page-template-template-covid-39 .be-ready-ebook .p_top .p_top_form h3, .page-template-template-covid-19-php .be-ready-ebook .p_top .p_top_form h3 {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .page-template-template-covid-39 .be-ready-ebook .p_top .p_top_form .hubspot_form, .page-template-template-covid-19-php .be-ready-ebook .p_top .p_top_form .hubspot_form {
    width: 90%;
  }
}
.page-template-template-covid-39 .be-ready-ebook .p_top .p_top_form .hubspot_form .input input, .page-template-template-covid-19-php .be-ready-ebook .p_top .p_top_form .hubspot_form .input input {
  height: 82px;
}
.page-template-template-covid-39 .be-ready-ebook .p_top .p_top_form .hubspot_form .hs_country, .page-template-template-covid-19-php .be-ready-ebook .p_top .p_top_form .hubspot_form .hs_country {
  margin-top: 20px;
  height: 82px;
}
.page-template-template-covid-39 .be-ready-ebook .p_top .p_top_big_info, .page-template-template-covid-19-php .be-ready-ebook .p_top .p_top_big_info {
  padding-top: 85px;
  min-height: 700px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .page-template-template-covid-39 .be-ready-ebook .p_top .p_top_big_info, .page-template-template-covid-19-php .be-ready-ebook .p_top .p_top_big_info {
    background-color: unset;
    padding-top: 40px;
    min-height: unset;
  }
}
.page-template-template-covid-39 .be-ready-ebook .p_top .p_top_big_info .ebook-thumb, .page-template-template-covid-19-php .be-ready-ebook .p_top .p_top_big_info .ebook-thumb {
  width: 388.97px;
  height: 216px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .page-template-template-covid-39 .be-ready-ebook .p_top .p_top_big_info .ebook-thumb, .page-template-template-covid-19-php .be-ready-ebook .p_top .p_top_big_info .ebook-thumb {
    margin: 0 auto 24px auto;
  }
}
.page-template-template-covid-39 .be-ready-ebook .p_top .p_top_big_info h1, .page-template-template-covid-19-php .be-ready-ebook .p_top .p_top_big_info h1 {
  color: #081644;
  font-size: 50px;
  line-height: 54px;
  margin-bottom: 44px;
}
.page-template-template-covid-39 .be-ready-ebook .p_top .p_top_big_info .p_top_big_excerpt, .page-template-template-covid-19-php .be-ready-ebook .p_top .p_top_big_info .p_top_big_excerpt {
  color: #3F4A5B;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .page-template-template-covid-39 .be-ready-ebook .p_top .p_top_big_info .p_top_big_excerpt, .page-template-template-covid-19-php .be-ready-ebook .p_top .p_top_big_info .p_top_big_excerpt {
    width: 100%;
  }
}
.page-template-template-covid-39 .be-ready-ebook .p_top .p_top_big_info span, .page-template-template-covid-19-php .be-ready-ebook .p_top .p_top_big_info span {
  font-size: 20px;
  line-height: 33px;
}
.page-template-template-covid-39 .customer-support, .page-template-template-covid-19-php .customer-support {
  padding: 85px 0 100px;
  background: #DFE6EE;
}
@media (max-width: 768px) {
  .page-template-template-covid-39 .customer-support, .page-template-template-covid-19-php .customer-support {
    padding: 40px 24px;
  }
}
.page-template-template-covid-39 .customer-support .customer-support-title .intro-section-text, .page-template-template-covid-19-php .customer-support .customer-support-title .intro-section-text {
  margin-bottom: 20px;
  font-size: 28px;
  color: #002067;
  text-align: center;
}
.page-template-template-covid-39 .customer-support .customer-support-title .customer-support-desc, .page-template-template-covid-19-php .customer-support .customer-support-title .customer-support-desc {
  margin-bottom: 60px;
  text-align: center;
}
.page-template-template-covid-39 .customer-support .customer-support-columns .thecolumns, .page-template-template-covid-19-php .customer-support .customer-support-columns .thecolumns {
  margin: 0 -32px;
}
@media (max-width: 1200px) {
  .page-template-template-covid-39 .customer-support .customer-support-columns .thecolumns, .page-template-template-covid-19-php .customer-support .customer-support-columns .thecolumns {
    margin: 0 -12px;
  }
}
@media (max-width: 768px) {
  .page-template-template-covid-39 .customer-support .customer-support-columns .thecolumns, .page-template-template-covid-19-php .customer-support .customer-support-columns .thecolumns {
    display: flex;
    flex-direction: column;
    margin: 0;
  }
}
.page-template-template-covid-39 .customer-support .customer-support-columns .thecolumns .row, .page-template-template-covid-19-php .customer-support .customer-support-columns .thecolumns .row {
  display: flex;
  margin-bottom: 32px;
  justify-content: center;
}
@media (max-width: 768px) {
  .page-template-template-covid-39 .customer-support .customer-support-columns .thecolumns .row, .page-template-template-covid-19-php .customer-support .customer-support-columns .thecolumns .row {
    flex-direction: column;
  }
}
.page-template-template-covid-39 .customer-support .customer-support-columns .thecolumns .row .c-support-col, .page-template-template-covid-19-php .customer-support .customer-support-columns .thecolumns .row .c-support-col {
  margin: 0 16px;
  padding: 30px 40px;
  position: relative;
  background: #fff;
  max-width: 450px;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .page-template-template-covid-39 .customer-support .customer-support-columns .thecolumns .row .c-support-col, .page-template-template-covid-19-php .customer-support .customer-support-columns .thecolumns .row .c-support-col {
    margin: 0 6px;
  }
}
@media (max-width: 768px) {
  .page-template-template-covid-39 .customer-support .customer-support-columns .thecolumns .row .c-support-col, .page-template-template-covid-19-php .customer-support .customer-support-columns .thecolumns .row .c-support-col {
    margin: 0 0 32px;
    padding: 48px 24px 24px;
    text-align: center;
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .page-template-template-covid-39 .customer-support .customer-support-columns .thecolumns .row .c-support-col:last-child, .page-template-template-covid-19-php .customer-support .customer-support-columns .thecolumns .row .c-support-col:last-child {
    margin: 0;
  }
}
.page-template-template-covid-39 .customer-support .customer-support-columns .thecolumns .row .c-support-col .intro-step-icon-wrap, .page-template-template-covid-19-php .customer-support .customer-support-columns .thecolumns .row .c-support-col .intro-step-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: -40px;
  margin-left: -40px;
  background: #0378FA;
  border-radius: 50%;
}
.page-template-template-covid-39 .customer-support .customer-support-columns .thecolumns .row .c-support-col .intro-step-title, .page-template-template-covid-19-php .customer-support .customer-support-columns .thecolumns .row .c-support-col .intro-step-title {
  margin-bottom: 16px;
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: #002067;
  line-height: 1.5em;
}
.page-template-template-covid-39 .customer-support .customer-support-columns .thecolumns .row .c-support-col ul li, .page-template-template-covid-19-php .customer-support .customer-support-columns .thecolumns .row .c-support-col ul li {
  margin-bottom: 1em;
}
.page-template-template-covid-39 .customer-support .customer-support-columns .thecolumns .row .c-support-col .intro-step-desc, .page-template-template-covid-19-php .customer-support .customer-support-columns .thecolumns .row .c-support-col .intro-step-desc {
  margin-bottom: 24px;
  color: #485c76;
}
.page-template-template-covid-39 .customer-support .customer-support-columns .thecolumns .row .c-support-col .intro-step-link, .page-template-template-covid-19-php .customer-support .customer-support-columns .thecolumns .row .c-support-col .intro-step-link {
  line-height: 1.2;
  font-size: 16px;
  border-bottom: 1px solid transparent;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.page-template-template-covid-39 .customer-support .customer-support-columns .thecolumns .row .c-support-col .intro-step-link:hover, .page-template-template-covid-19-php .customer-support .customer-support-columns .thecolumns .row .c-support-col .intro-step-link:hover {
  border-color: #0378FA;
}
.page-template-template-covid-39 .customer-support .customer-support-btn-link, .page-template-template-covid-19-php .customer-support .customer-support-btn-link {
  margin: 60px auto 0;
  display: block;
  vertical-align: middle;
  text-align: center;
  max-width: fit-content;
  text-transform: uppercase;
  padding: 0 20px;
  height: 44px;
  line-height: 46px;
  font-size: 14px;
  font-family: "Gilroy-Bold";
  letter-spacing: 0.5px;
  color: #007cf7;
  border: 2px solid #007cf7;
  background-color: transparent;
}
.page-template-template-covid-39 .c19-resources, .page-template-template-covid-19-php .c19-resources {
  padding: 80px 24px;
  position: relative;
  background: #002067;
  display: flex;
}
@media (max-width: 768px) {
  .page-template-template-covid-39 .c19-resources, .page-template-template-covid-19-php .c19-resources {
    margin: 0;
    padding: 40px 24px;
  }
}
.page-template-template-covid-39 .c19-resources .container, .page-template-template-covid-19-php .c19-resources .container {
  max-width: 1312px;
  margin: 0 auto;
}
.page-template-template-covid-39 .c19-resources .container .heading-section, .page-template-template-covid-19-php .c19-resources .container .heading-section {
  margin-bottom: 60px;
  font-size: 28px;
  color: #fff;
  text-align: center;
}
.page-template-template-covid-39 .c19-resources .container .resources-grid .r_container, .page-template-template-covid-19-php .c19-resources .container .resources-grid .r_container {
  padding-bottom: 80px;
}
.page-template-template-covid-39 .c19-resources .container .resources-grid .r_container .res-element .res-content, .page-template-template-covid-19-php .c19-resources .container .resources-grid .r_container .res-element .res-content {
  border: unset;
}

.page-template-template-sitemap .smap {
  margin-bottom: 170px;
}

.cmplz-cookiebanner .cmplz-close {
  display: none;
}
@media (max-width: 768px) {
  .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
    width: auto !important;
  }
}

@media (max-width: 768px) {
  footer .f_container {
    width: 100%;
  }
  footer .f_container .f_first_line {
    margin: 0 24px;
  }
  footer .f_container .f_first_line .f_tiny_logo {
    float: unset;
  }
  footer .f_container .f_first_line .f_subscribe_form {
    float: unset;
    margin-top: 30px;
  }
  footer .f_container .f_first_line .f_subscribe_form .hbspt-form .hs_email {
    float: unset;
  }
  footer .f_container .f_first_line .f_subscribe_form .hbspt-form .hs_email .input input {
    padding-left: 12px;
  }
  footer .f_container .f_first_line .f_subscribe_form .hbspt-form .hs_submit {
    position: relative;
    width: 100%;
  }
  footer .f_container .f_menu {
    margin-top: 22px;
    padding: 0 24px;
  }
  footer .f_container .f_menu #pp li {
    width: 100%;
    float: none;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #002067;
    position: relative;
  }
  footer .f_container .f_menu #pp li .sub-menu {
    display: none;
  }
  footer .f_container .f_menu #pp .menu-item-has-children.open:after {
    background-image: url(/wp-content/themes/tgroup/assets/images/icons/close@2x.png) !important;
  }
  footer .f_container .f_menu #pp .menu-item-has-children:after {
    content: "" !important;
    width: 24px;
    height: 24px;
    background-image: url(/wp-content/themes/tgroup/assets/images/icons/add@2x.png);
    background-size: cover;
    position: absolute;
    right: 0px;
    top: 14px;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  header .h_container {
    width: 100%;
    padding-bottom: 0;
  }
  header .h_container .f_line {
    display: none;
  }
  header .h_container .s_line .s_line_logo {
    margin-left: 24px;
    margin-top: 19px;
  }
  header .h_container .s_line .s_line_menu {
    background-color: #fff;
    display: block;
    position: absolute;
    top: 70px;
    z-index: 10000;
    width: 100%;
    display: none;
    height: 100vh;
    overflow-y: scroll;
  }
  header .h_container .s_line .s_line_menu .primary-nav {
    background-color: #fff;
    width: 100%;
    margin: 0px;
    padding: 0px;
    padding-bottom: 24px;
  }
  header .h_container .s_line .s_line_menu .primary-nav li {
    display: block;
    border-bottom: 1px solid #dfe6ee;
    margin-left: 24px;
    margin-right: 24px;
    position: relative;
    line-height: 22px;
  }
  header .h_container .s_line .s_line_menu .primary-nav li a {
    color: #007cf7;
    font-size: 15px !important;
    line-height: 50px !important;
    opacity: 1 !important;
    border-bottom: 0px !important;
  }
  header .h_container .s_line .s_line_menu .primary-nav li .sub-menu-wrap {
    box-shadow: none !important;
  }
  header .h_container .s_line .s_line_menu .primary-nav li .sub-menu-wrap .sub-menu {
    margin-top: 0px;
    z-index: 222;
    width: auto;
    background-color: #fff;
    min-height: auto;
    padding-top: 0px;
    padding-left: 0px;
  }
  header .h_container .s_line .s_line_menu .primary-nav li .sub-menu-wrap .sub-menu .menu-item {
    margin-left: 0px;
    margin-bottom: 0px !important;
    width: auto !important;
    display: block !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
    position: relative;
    line-height: 22px;
  }
  header .h_container .s_line .s_line_menu .primary-nav li .sub-menu-wrap .sub-menu .menu-item a {
    font-family: "Gilroy-Regular" !important;
    color: #667587 !important;
    font-size: 15px !important;
    line-height: 20px !important;
    text-align: left;
    display: inline-block;
    text-transform: none;
    padding-bottom: 12px !important;
  }
  header .h_container .s_line .s_line_menu .primary-nav li .sub-menu-wrap .sub-menu .menu_related {
    display: none;
  }
  header .h_container .s_line .s_line_menu .primary-nav li.menu-item-has-children::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(/wp-content/themes/tgroup/assets/images/icons/plus.png);
    background-size: cover;
    position: absolute;
    right: 0px;
    top: 14px;
    opacity: 1;
  }
  header .h_container .s_line .s_line_menu .primary-nav li:hover .sub-menu-wrap {
    position: relative;
    top: 0px;
    left: 0px;
    width: auto;
    height: auto;
  }
  header .h_container .s_line .s_line_menu .primary-nav li.bookdemo_menulink {
    height: 40px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff !important;
  }
  header .h_container .s_line .s_line_menu .primary-nav li.bookdemo_menulink a {
    color: #ffffff !important;
  }
  header .h_container #s_hamb {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(/wp-content/themes/tgroup/assets/images/icons/menu@2x.png);
    float: right;
    margin-right: 24px;
    margin-top: 24px;
    background-size: cover;
  }
  header .h_container.fixedHeader {
    width: 100%;
    position: fixed;
    background-color: #fff;
    top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header .h_container.fixedHeader .s_line {
    width: 100%;
    box-sizing: border-box;
  }
  header .h_container.fixedHeader .f_line {
    display: none;
  }

  footer {
    padding-top: 40px;
  }
  footer .f_container {
    width: 100%;
  }
  footer .f_container .f_first_line {
    margin: 0 24px;
  }
  footer .f_container .f_first_line .f_tiny_logo {
    float: unset;
  }
  footer .f_container .f_first_line .f_subscribe_form {
    float: unset;
    margin-top: 30px;
  }
  footer .f_container .f_first_line .f_subscribe_form .hbspt-form .hs_email {
    float: unset;
  }
  footer .f_container .f_first_line .f_subscribe_form .hbspt-form .hs_submit {
    position: relative;
    width: 370px;
  }
  footer .f_container .f_menu {
    margin-top: 22px;
    padding: 0 24px;
  }
  footer .f_container .f_menu #pp li {
    width: 100%;
    float: none;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #002067;
    position: relative;
  }
  footer .f_container .f_menu #pp li .sub-menu {
    display: none;
  }
  footer .f_container .f_menu #pp:hover {
    /*.sub-menu {
      display: block;
    }*/
  }
  footer .f_container .f_menu #pp .menu-item-has-children.open {
    /*&:after {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg) !important;
    }*/
  }
  footer .f_container .f_menu #pp .menu-item-has-children.open:after {
    background-image: url(/wp-content/themes/tgroup/assets/images/icons/close@2x.png) !important;
  }
  footer .f_container .f_menu #pp .menu-item-has-children:after {
    content: "" !important;
    width: 24px;
    height: 24px;
    background-image: url(/wp-content/themes/tgroup/assets/images/icons/add@2x.png);
    background-size: cover;
    position: absolute;
    right: 0px;
    top: 14px;
    display: block;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  header .h_container {
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
  }
  header .h_container.fixedHeader {
    width: 100%;
    position: fixed;
    background-color: #fff;
    top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header .h_container.fixedHeader .s_line {
    width: 100%;
    box-sizing: border-box;
  }
  header .h_container.fixedHeader .s_line .s_line_menu .primary-nav li .sub-menu-wrap {
    top: 80px;
  }
  header .h_container.fixedHeader .f_line {
    display: block;
  }

  footer .f_container {
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
  }
  footer .footer_copy {
    padding-left: 24px !important;
    padding-right: 24px !important;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1199px) {
  header .h_container.fixedHeader .s_line .s_line_menu .primary-nav li .sub-menu-wrap {
    top: 135px;
  }
  header .h_container.fixedHeader .f_line {
    display: block;
    width: 1104px;
    margin: 0 auto;
  }
}
footer.footer2021 {
  padding: 0;
  background-color: unset;
  width: 100%;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  footer.footer2021 {
    box-sizing: border-box;
  }
}
@media (min-width: 1024px) {
  footer.footer2021 .spacer {
    height: 210px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer.footer2021 .spacer {
    height: 200px;
  }
}
@media (max-width: 767px) {
  footer.footer2021 .spacer {
    height: 230px;
  }
}
footer.footer2021 .footer_left {
  padding: 100px 0 50px;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  footer.footer2021 .footer_left {
    padding: 110px 0 40px;
  }
}
@media (max-width: 767px) {
  footer.footer2021 .footer_left {
    padding: 0;
  }
}
footer.footer2021 .footer_left .f_tiny_logo {
  float: none !important;
  padding-bottom: 20px;
  display: block;
}
@media screen and (max-width: 767px) {
  footer.footer2021 .footer_left .f_tiny_logo {
    padding-bottom: 0;
  }
}
footer.footer2021 .footer_left .f_tiny_logo svg {
  width: 263px !important;
}
@media screen and (max-width: 1023px) {
  footer.footer2021 .footer_left .f_tiny_logo svg {
    width: 144px !important;
  }
}
footer.footer2021 .subscribe_outer {
  background-color: #081644;
  width: 100%;
}
@media screen and (max-width: 767px) {
  footer.footer2021 .subscribe_outer {
    flex-direction: column-reverse;
    position: relative;
    height: 196px;
    padding: 0;
    box-sizing: border-box;
  }
}
footer.footer2021 .subscribe_outer .subscribe_inner {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer.footer2021 .subscribe_outer .subscribe_inner {
    flex-direction: column-reverse;
    height: 185px;
    box-sizing: border-box;
  }
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container {
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container {
    position: absolute;
    top: -120%;
    z-index: 99;
  }
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container {
  width: 100%;
  position: absolute;
  top: -70%;
  z-index: 99;
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container {
    top: -85%;
  }
}
@media screen and (max-width: 768px) {
  footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container {
    position: unset;
    top: unset;
  }
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents {
  max-width: 400px;
  background-color: #fff;
  height: 360px;
  min-height: unset;
  margin: 0 0 0 auto;
  padding: 24px 32px 72px;
  box-sizing: border-box;
  border: solid 1px #DFE6EE;
  position: relative !important;
  z-index: 999;
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents {
    padding: 30px 16px 70px;
    max-width: 337px;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents {
    max-width: 400px;
    margin: 0 auto;
    padding: 30px 30px 70px;
    min-height: unset;
    height: 100%;
  }
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .grecaptcha-badge {
  margin: 0 auto 30px;
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form {
  color: #002067;
  height: 100%;
  float: none;
}
@media screen and (max-width: 768px) {
  footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form {
    padding: 0 !important;
    margin: 0;
  }
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form {
  overflow: visible;
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email_subscription_preference {
  margin-bottom: 24px !important;
  position: relative;
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email_subscription_preference span.hs-form-required {
  display: none;
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email_subscription_preference label {
  margin-bottom: 10px;
  font-family: "Gilroy-Semibold", sans-serif !important;
  font-size: 24px !important;
  display: block;
  max-width: 370px;
  line-height: 34px;
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email_subscription_preference label.hs-form-checkbox-display {
  line-height: 20px;
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email_subscription_preference label.hs-form-checkbox-display:after {
  display: none;
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email_subscription_preference label:after {
  margin-top: 8px;
  content: "Please select at least one";
  font-size: 17px;
  line-height: 25px;
  color: #002067;
  font-family: "Gilroy-Regular", sans-serif;
  display: block;
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email_subscription_preference label:lang(es):after {
  content: "Seleccione las opciones que desee";
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email_subscription_preference label:lang(it):after {
  content: "Seleziona almeno un'opzione";
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email_subscription_preference label:lang(de):after {
  content: "Bitte wählen Sie mindestens eine Option aus";
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email_subscription_preference label:lang(fr):after {
  content: "Sélectionnez au moins une option";
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email_subscription_preference labelspan.hs-form-required {
  display: none;
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email_subscription_preference label.hs-error-msg {
  font-size: 10px !important;
  line-height: 14px !important;
  margin-bottom: 0 !important;
  color: #ED2934;
  font-family: "Gilroy-Medium", sans-serif !important;
  position: absolute;
  bottom: -18px;
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email_subscription_preference label.hs-error-msg:after {
  display: none;
}
@media screen and (max-width: 768px) {
  footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email_subscription_preference label {
    font-size: 18px !important;
    line-height: 24px;
  }
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email_subscription_preference[type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email_subscription_preference[type=checkbox]:not(:checked) span {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  display: inline-block;
  margin: 0 0 12px 0;
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 20px !important;
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email_subscription_preference[type=checkbox]:not(:checked) span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background-color: rgba(2, 125, 248, 0.2);
  border: rgba(255, 255, 255, 0.38) solid 1px;
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email_subscription_preference[type=checkbox]:not(:checked) span:after {
  content: "";
  width: 1px;
  height: 1px;
  background: none;
  position: absolute;
  top: 14px;
  left: 14px;
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email_subscription_preference[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email_subscription_preference[type=checkbox]:checked + span {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  display: inline-block;
  margin: 0 0 12px 0;
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 20px !important;
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email_subscription_preference[type=checkbox]:checked + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background-color: #027DF8;
  border: #027DF8 solid 1px;
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email_subscription_preference[type=checkbox]:checked + span:after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(/wp-content/themes/tgroup/assets/svg/checkbox-filled.svg) no-repeat;
  position: absolute;
  top: 8px;
  left: 3px;
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email_subscription_preference .input .hs-form-checkbox {
  margin: 0 0 10px 0;
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email_subscription_preference .input .hs-form-checkbox [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email_subscription_preference .input .hs-form-checkbox [type=checkbox]:not(:checked) + span {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  display: inline-block;
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 14px !important;
}
@media screen and (max-width: 768px) {
  footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email_subscription_preference .input .hs-form-checkbox [type=checkbox]:not(:checked) + span {
    font-size: 14px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email_subscription_preference .input .hs-form-checkbox [type=checkbox]:not(:checked) + span {
    padding-left: 28px;
  }
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email_subscription_preference .input .hs-form-checkbox [type=checkbox]:not(:checked) + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  background-color: white;
  border: #002067 solid 1px;
}
@media screen and (max-width: 767px) {
  footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email_subscription_preference .input .hs-form-checkbox [type=checkbox]:not(:checked) + span:before {
    height: 24px;
    width: 24px;
    top: -1px;
  }
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email_subscription_preference .input .hs-form-checkbox [type=checkbox]:not(:checked) + span:after {
  content: "";
  width: 1px;
  height: 1px;
  background: none;
  position: absolute;
  top: 14px;
  left: 14px;
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email_subscription_preference .input .hs-form-checkbox [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email_subscription_preference .input .hs-form-checkbox [type=checkbox]:checked + span {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  display: inline-block;
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 14px !important;
}
@media screen and (max-width: 768px) {
  footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email_subscription_preference .input .hs-form-checkbox [type=checkbox]:checked + span {
    font-size: 14px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email_subscription_preference .input .hs-form-checkbox [type=checkbox]:checked + span {
    padding-left: 28px;
  }
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email_subscription_preference .input .hs-form-checkbox [type=checkbox]:checked + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background-color: #002067;
  border: #002067 solid 1px;
}
@media screen and (max-width: 767px) {
  footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email_subscription_preference .input .hs-form-checkbox [type=checkbox]:checked + span:before {
    height: 24px;
    width: 24px;
    top: -1px;
  }
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email_subscription_preference .input .hs-form-checkbox [type=checkbox]:checked + span:after {
  content: "";
  width: 10px;
  height: 8px;
  background: url(/wp-content/themes/tgroup/assets/svg/checkbox-filled.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 6px;
  left: 5px;
}
@media screen and (max-width: 767px) {
  footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email_subscription_preference .input .hs-form-checkbox [type=checkbox]:checked + span:after {
    width: 16px;
    height: 12px;
    top: 5px;
  }
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email {
  width: 100% !important;
  float: none !important;
}
@media screen and (max-width: 768px) {
  footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email {
    margin-bottom: 20px !important;
  }
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email label {
  display: none !important;
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email .input[data-reactid=".hbspt-forms-0.1:$1.$email"], footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email .input[data-reactid=".hbspt-forms-1.1:$1"], footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email .input[data-reactid=".hbspt-forms-1.1:$1.$email"], footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email .input[data-reactid=".hbspt-forms-2.1:$1.$email"] {
  width: 60%;
  float: left;
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email .input[data-reactid=".hbspt-forms-0.1:$1.$email"] input, footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email .input[data-reactid=".hbspt-forms-1.1:$1"] input, footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email .input[data-reactid=".hbspt-forms-1.1:$1.$email"] input, footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email .input[data-reactid=".hbspt-forms-2.1:$1.$email"] input {
  font-family: "Gilroy-Regular", sans-serif !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
  background-color: white !important;
  color: #002067;
  width: 100% !important;
  height: 48px !important;
  font-size: 16px !important;
  line-height: 24px !important;
  padding-left: 10px !important;
  border: 2px solid #3574e3;
  float: none !important;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email .input[data-reactid=".hbspt-forms-0.1:$1.$email"] input, footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email .input[data-reactid=".hbspt-forms-1.1:$1"] input, footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email .input[data-reactid=".hbspt-forms-1.1:$1.$email"] input, footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email .input[data-reactid=".hbspt-forms-2.1:$1.$email"] input {
    height: 40px !important;
    padding: 9px 5px !important;
    font-size: 16px !important;
    line-height: 21px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email .input[data-reactid=".hbspt-forms-0.1:$1.$email"] input, footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email .input[data-reactid=".hbspt-forms-1.1:$1"] input, footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email .input[data-reactid=".hbspt-forms-1.1:$1.$email"] input, footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email .input[data-reactid=".hbspt-forms-2.1:$1.$email"] input {
    height: 40px !important;
    padding: 9px 5px !important;
    font-size: 16px !important;
    line-height: 25px;
  }
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email .input[data-reactid=".hbspt-forms-0.1:$1.$email"] input::placeholder, footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email .input[data-reactid=".hbspt-forms-1.1:$1"] input::placeholder, footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email .input[data-reactid=".hbspt-forms-1.1:$1.$email"] input::placeholder, footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email .input[data-reactid=".hbspt-forms-2.1:$1.$email"] input::placeholder {
  color: #017DF5 !important;
  opacity: 0.3;
  position: absolute;
  margin-top: 13px;
  padding-left: 10px !important;
}
@media (max-width: 1023px) {
  footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email .input[data-reactid=".hbspt-forms-0.1:$1.$email"] input::placeholder, footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email .input[data-reactid=".hbspt-forms-1.1:$1"] input::placeholder, footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email .input[data-reactid=".hbspt-forms-1.1:$1.$email"] input::placeholder, footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email .input[data-reactid=".hbspt-forms-2.1:$1.$email"] input::placeholder {
    margin-top: unset;
  }
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email .input[data-reactid=".hbspt-forms-0.1:$1.$email"] input:focus-visible, footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email .input[data-reactid=".hbspt-forms-1.1:$1"] input:focus-visible, footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email .input[data-reactid=".hbspt-forms-1.1:$1.$email"] input:focus-visible, footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email .input[data-reactid=".hbspt-forms-2.1:$1.$email"] input:focus-visible {
  outline: unset;
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  position: relative;
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_submit .actions {
  position: unset;
  float: right;
  width: 40%;
}
@media screen and (max-width: 768px) {
  footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_submit .actions {
    max-width: unset !important;
    padding: 0;
    margin: 0;
    display: block;
    height: 40px;
  }
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_submit .actions .hs-button {
  background-color: #007cf7 !important;
  border: 0 !important;
  font-family: "Gilroy-Semibold", sans-serif !important;
  font-size: 16px !important;
  letter-spacing: 0.5px !important;
  font-weight: normal !important;
  color: #fff !important;
  height: 48px !important;
  box-sizing: border-box;
  border-radius: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  float: none !important;
  box-shadow: none !important;
  background-image: none !important;
  text-transform: uppercase;
  line-height: 20px;
  width: 100% !important;
  position: unset;
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_submit .actions .hs-button {
    height: 40px !important;
    padding: 9px 15px !important;
    font-size: 16px !important;
    line-height: 25px;
  }
}
@media screen and (max-width: 768px) {
  footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_submit .actions .hs-button {
    height: 40px !important;
    padding: 9px 15px !important;
    font-size: 16px !important;
    line-height: 25px;
  }
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_error_rollup .hs-error-msgs {
  color: #ED2934;
  font-size: 10px;
  font-family: "Gilroy-Medium", sans-serif;
}
footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_error_rollup .hs-error-msgs li .hs-main-font-element {
  position: absolute;
  margin-top: 0;
  bottom: -70px;
  left: 0;
}
@media (max-width: 1023px) {
  footer.footer2021 .subscribe_outer .subscribe_inner .subscribe_container .form_container .form_contents .f_subscribe_form .hbspt-form .hs_error_rollup .hs-error-msgs li .hs-main-font-element {
    bottom: -60px;
  }
}
footer.footer2021 .f_container {
  background-color: #081644;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  footer.footer2021 .f_container {
    padding: 20px 0 0 !important;
  }
}
footer.footer2021 .f_container .f_first_line {
  max-width: 1920px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  footer.footer2021 .f_container .f_first_line {
    flex-direction: column;
    max-width: 90%;
  }
}
footer.footer2021 .f_container .f_menu {
  max-width: 100%;
  width: 100%;
  font-size: 0;
  margin-top: 0 !important;
}
@media screen and (max-width: 1199px) {
  footer.footer2021 .f_container .f_menu {
    max-width: unset;
    width: unset;
    padding: 0;
  }
}
@media screen and (min-width: 1199px) {
  footer.footer2021 .f_container .f_menu ul#pp {
    margin-top: 0;
    padding: 0;
    display: flex;
    flex-flow: column wrap;
    height: 490px;
    width: 90vw;
  }
}
@media screen and (max-width: 1199px) {
  footer.footer2021 .f_container .f_menu ul {
    display: flex;
    flex-direction: column;
  }
}
footer.footer2021 .f_container .f_menu ul li {
  float: unset;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 25%;
  min-height: 40px;
  /*&.menu_active, */
}
@media screen and (max-width: 1199px) {
  footer.footer2021 .f_container .f_menu ul li {
    margin-left: 0;
    border-bottom: 1px solid #002067;
  }
}
footer.footer2021 .f_container .f_menu ul li.open {
  /*&:after {
    background-image: unset !important;
    content: "-" !important;
    color: white;
    font-size: 20px;
    font-family: $gilroyRegular;
    top: 18px !important;
    right: 0 !important;
  }*/
}
@media screen and (max-width: 1199px) {
  footer.footer2021 .f_container .f_menu ul li.menu-item-has-children:after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(/wp-content/themes/tgroup/2021-assets/icons/Plus.svg);
    background-size: cover;
    position: absolute !important;
    right: -30px;
    top: 2px;
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  footer.footer2021 .f_container .f_menu ul li.no_plus:after {
    display: none !important;
  }
}
footer.footer2021 .f_container .f_menu ul li.foo-item-margin {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  footer.footer2021 .f_container .f_menu ul li.section_foo {
    position: relative;
  }
}
@media screen and (min-width: 1199px) {
  footer.footer2021 .f_container .f_menu ul li.section_foo:nth-child(1) {
    min-height: 261px;
    order: 1;
  }
  footer.footer2021 .f_container .f_menu ul li.section_foo:nth-child(2) {
    min-height: 229px;
    order: 3;
  }
  footer.footer2021 .f_container .f_menu ul li.section_foo:nth-child(3) {
    min-height: 133px;
    order: 5;
  }
  footer.footer2021 .f_container .f_menu ul li.section_foo:nth-child(4) {
    min-height: 229px;
    order: 7;
  }
  footer.footer2021 .f_container .f_menu ul li.section_foo:nth-child(5) {
    min-height: 40px;
    order: 2;
  }
  footer.footer2021 .f_container .f_menu ul li.section_foo:nth-child(6) {
    min-height: 101px;
    order: 4;
  }
  footer.footer2021 .f_container .f_menu ul li.section_foo:nth-child(7) {
    min-height: 77px;
    order: 6;
  }
  footer.footer2021 .f_container .f_menu ul li.section_foo:nth-child(8) {
    min-height: 157px;
    order: 8;
  }
}
@media (min-width: 1199px) {
  footer.footer2021 .f_container .f_menu ul li.section_foo.arrow {
    position: relative;
  }
  footer.footer2021 .f_container .f_menu ul li.section_foo.arrow a:after {
    display: inline-block;
    content: "→";
    font-size: 18px;
    margin-left: 10px;
  }
}
footer.footer2021 .f_container .f_menu ul li.section_foo.open .sub-menu {
  height: 100%;
}
footer.footer2021 .f_container .f_menu ul li.section_foo a {
  color: #017DF5;
  font-style: normal;
  font-size: 18px;
  padding: 0 0 15px;
  line-height: 22px;
  display: inline-block;
  margin-top: 14px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  footer.footer2021 .f_container .f_menu ul li.section_foo a {
    font-size: 15px;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  footer.footer2021 .f_container .f_menu ul li.section_foo a {
    font-size: 15px;
    width: 80%;
  }
}
footer.footer2021 .f_container .f_menu ul li.section_foo .sub-menu {
  margin: 0;
  position: relative;
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  footer.footer2021 .f_container .f_menu ul li.section_foo .sub-menu {
    display: none;
    padding: 0;
    width: 100% !important;
    opacity: 1 !important;
  }
}
footer.footer2021 .f_container .f_menu ul li.section_foo .sub-menu li {
  min-height: unset;
  order: unset;
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 14px;
  font-style: normal;
  color: #fff;
  padding: 0;
  margin-left: 0;
  line-height: 20px;
  display: block !important;
  width: 100% !important;
  float: none !important;
  margin-bottom: 12px;
  border-bottom: unset !important;
}
@media screen and (max-width: 767px) {
  footer.footer2021 .f_container .f_menu ul li.section_foo .sub-menu li {
    margin-bottom: 24px;
  }
}
footer.footer2021 .f_container .f_menu ul li.section_foo .sub-menu li a {
  font-family: "Gilroy-Regular", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  color: white;
  padding: 0;
  line-height: 20px;
  margin-top: unset;
  display: inline-block;
}
footer.footer2021 .f_container .f_menu ul li.section_foo .sub-menu li a:after {
  display: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
  footer.footer2021 .f_container .f_menu ul li.section_foo .sub-menu li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1199px) {
  footer.footer2021 .f_container .f_menu ul li.section_foo .sub-menu li a {
    font-size: 15px;
  }
  footer.footer2021 .f_container .f_menu ul li.section_foo .sub-menu li a:after {
    display: inline-block;
    content: "→";
    font-size: 15px;
    margin-left: 10px;
  }
}
footer.footer2021 .f_container .f_menu ul li.section_foo .sub-menu li.bottom_row {
  margin-bottom: 0;
}
@media (min-width: 1199px) {
  footer.footer2021 .f_container .f_menu ul li.section_foo .sub-menu li.bottom_row.arrow a:after {
    display: inline-block;
  }
}
footer.footer2021 .f_container .f_menu ul li.section_foo .sub-menu li.bottom_row a {
  font-family: "Gilroy-Semibold", sans-serif !important;
  padding: 0 0 15px;
  color: #017DF5;
  font-size: 18px;
  line-height: 22px;
}
footer.footer2021 .f_container .social_foo {
  width: unset;
  text-align: left;
  float: left;
  padding-left: 0;
  display: flex;
}
@media screen and (max-width: 1199px) {
  footer.footer2021 .f_container .social_foo {
    display: none;
  }
}
footer.footer2021 .f_container .social_foo a {
  display: block;
  top: 0;
  color: white;
  height: 30px;
  margin-right: 10px;
}
footer.footer2021 .f_container .social_foo a svg path {
  fill: white;
}
footer.footer2021 .f_container .social_foo.mobile {
  display: none;
}
@media screen and (max-width: 1199px) {
  footer.footer2021 .f_container .social_foo.mobile {
    display: flex;
    justify-content: center;
    padding-left: unset;
    text-align: center;
    float: none;
    width: 100%;
    padding-top: 40px;
  }
  footer.footer2021 .f_container .social_foo.mobile a {
    height: 25px;
  }
}
footer.footer2021 .f_container .social_foo.mobile a svg path {
  fill: white;
}
footer.footer2021 .footercopycontainer {
  background-color: #081644;
}
footer.footer2021 .footercopycontainer .footer_inner {
  border-top: #002E6D solid 2px;
  max-width: 1920px;
  width: 90%;
  margin: 5px auto 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  footer.footer2021 .footercopycontainer .footer_inner {
    border-top: unset;
    margin: 0 auto;
    justify-content: center;
    width: auto;
    max-width: unset;
  }
}
footer.footer2021 .footercopycontainer .footer_inner .footer_copy {
  max-width: unset;
  width: auto;
  margin: 0 32px 0 0;
  color: #9ba5c6;
  font-size: 14px;
  line-height: 22px;
  padding: 30px 0;
  text-transform: unset;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  footer.footer2021 .footercopycontainer .footer_inner .footer_copy {
    padding: 20px 0 30px;
    margin: unset;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  footer.footer2021 .footercopycontainer .footer_inner .footer_copy {
    text-align: center;
    padding: 15px;
  }
}
footer.footer2021 .footercopycontainer .footer_inner .social_foo {
  width: unset;
  text-align: right;
  float: right;
}
@media screen and (max-width: 1023px) {
  footer.footer2021 .footercopycontainer .footer_inner .social_foo {
    display: none;
  }
}
footer.footer2021 .footercopycontainer .footer_inner .social_foo a {
  display: inline-block;
  top: 0;
  color: white;
}
footer.footer2021 .footercopycontainer .footer_inner .social_foo a.hide {
  display: none !important;
}
footer.footer2021 .footercopycontainer .footer_inner .social_foo a.leftmargin {
  margin-left: 8px;
}
footer.footer2021 .footercopycontainer .footer_inner .social_foo a svg path {
  fill: white;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .f_container {
    margin-top: -1px !important;
  }

  .hs-input {
    padding: 0px 15px !important;
    height: 40px !important;
  }
}
/* SEO Pages */
.seo-page-content {
  display: flex;
  max-width: 1094px;
  margin: 40px auto;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .seo-page-content {
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1023px) {
  .seo-page-content {
    flex-direction: column;
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
  }
}
.seo-page-content .seo-page-copy {
  width: 70%;
}
@media screen and (max-width: 1023px) {
  .seo-page-content .seo-page-copy {
    width: 100%;
  }
}
.seo-page-content .seo-page-copy .copy-container {
  margin-right: 25px;
}
@media screen and (max-width: 1023px) {
  .seo-page-content .seo-page-copy .copy-container {
    margin-right: 0;
  }
}
.seo-page-content .seo-page-copy .copy-container .seo-heading h1 {
  font-size: 40px;
  font-family: "Gilroy", sans-serif;
  line-height: 49px;
  font-weight: 600;
  color: #002067;
}
@media screen and (max-width: 1023px) {
  .seo-page-content .seo-page-copy .copy-container .seo-heading h1 {
    font-size: 27px;
    line-height: 33px;
  }
}
.seo-page-content .seo-page-copy .copy-container .seo-heading .social-btns {
  margin: 18px 0 40px;
}
.seo-page-content .seo-page-copy .copy-container .seo-heading .social-btns .top_social .top_social_el {
  display: inline-block;
  margin-right: 8px;
}
.seo-page-content .seo-page-copy .copy-container .seo-heading .social-btns .top_social .top_social_el a {
  background-color: #F4F7FA;
  display: flex;
  border-radius: 100%;
  width: 41px;
  height: 41px;
  align-items: center;
  justify-content: center;
}
.seo-page-content .seo-page-copy .copy-container .seo-heading .social-btns .top_social .top_social_el a img {
  display: block;
  width: 24px;
}
.seo-page-content .seo-page-copy .copy-container .seo-heading .social-btns .top_social .top_social_el a .social_label_xt {
  display: none;
}
@media screen and (max-width: 1023px) {
  .seo-page-content .seo-page-copy .copy-container .seo-heading .social-btns .top_social .top_social_el a .social_label_xt {
    display: none;
  }
}
.seo-page-content .seo-page-copy .copy-container .seo-copy .first-section {
  margin-bottom: 25px;
  color: #3f4a5b;
  font-size: 16px;
  line-height: 25px;
}
@media screen and (max-width: 1023px) {
  .seo-page-content .seo-page-copy .copy-container .seo-copy .first-section {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .seo-page-content .seo-page-copy .copy-container .seo-copy .second-section {
    padding-top: 22px;
  }
}
.seo-page-content .seo-page-copy .copy-container .seo-copy p {
  margin-bottom: 25px;
  color: #3f4a5b;
  font-size: 16px;
  line-height: 25px;
}
.seo-page-content .seo-page-copy .copy-container .seo-copy h2, .seo-page-content .seo-page-copy .copy-container .seo-copy h3, .seo-page-content .seo-page-copy .copy-container .seo-copy h4 {
  margin: 23px 0 25px;
  font-size: 21px;
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  color: #002067;
  line-height: 26px;
}
.seo-page-content .seo-page-copy .copy-container .seo-copy ul {
  padding-left: 32px;
}
.seo-page-content .seo-page-copy .copy-container .seo-copy ul li {
  position: relative;
}
.seo-page-content .seo-page-copy .copy-container .seo-copy ul li p {
  font-weight: 500;
}
.seo-page-content .seo-page-copy .copy-container .seo-copy ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #ff6253;
  position: absolute;
  left: -32px;
  top: 7px;
}
.seo-page-content .seo-page-copy .copy-container .seo-copy .bottomform {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .seo-page-content .seo-page-copy .copy-container .seo-copy .bottomform {
    width: 100%;
  }
}
.seo-page-content .seo-page-copy .copy-container .seo-copy .bottomform .seo-cta-content {
  position: sticky;
  position: -webkit-sticky;
  top: 1rem;
  width: 100%;
  margin-left: 0;
}
.seo-page-content .seo-page-copy .copy-container .seo-copy .bottomform .seo-cta-content .container {
  background-color: #F4F7FA;
}
.seo-page-content .seo-page-copy .copy-container .seo-copy .bottomform .seo-cta-content .container .cta-img img {
  width: 100%;
}
.seo-page-content .seo-page-copy .copy-container .seo-copy .bottomform .seo-cta-content .container .cta-resource-type {
  padding: 28px 36px 0;
  display: flex;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .seo-page-content .seo-page-copy .copy-container .seo-copy .bottomform .seo-cta-content .container .cta-resource-type {
    padding: 18px 24px 0;
  }
}
.seo-page-content .seo-page-copy .copy-container .seo-copy .bottomform .seo-cta-content .container .cta-resource-type .resource-icon {
  width: 24px;
  display: block;
  margin-right: 12px;
  margin-bottom: 12px;
}
.seo-page-content .seo-page-copy .copy-container .seo-copy .bottomform .seo-cta-content .container .cta-resource-type .resource-name {
  font-family: "Gilroy", sans-serif;
  text-transform: uppercase;
  color: #FF6253;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.seo-page-content .seo-page-copy .copy-container .seo-copy .bottomform .seo-cta-content .container .cta-title {
  padding: 12px 36px 0;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .seo-page-content .seo-page-copy .copy-container .seo-copy .bottomform .seo-cta-content .container .cta-title {
    padding: 18px 24px 0;
  }
}
.seo-page-content .seo-page-copy .copy-container .seo-copy .bottomform .seo-cta-content .container .cta-title h3 {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  color: #002067;
  font-size: 21px;
  line-height: 26px;
}
.seo-page-content .seo-page-copy .copy-container .seo-copy .bottomform .seo-cta-content .container .cta-btn {
  padding: 25px 36px 65px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .seo-page-content .seo-page-copy .copy-container .seo-copy .bottomform .seo-cta-content .container .cta-btn {
    padding: 18px 24px 36px;
  }
}
.seo-page-content .seo-page-copy .copy-container .seo-copy .bottomform .seo-cta-content .container .cta-btn a {
  display: block;
  background-color: #002067;
  padding: 20px 0;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
.seo-page-content .seo-page-copy .copy-container .seo-copy .bottomform .seo-cta-content .container .cta-btn a p {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.seo-page-content .seo-page-copy .copy-container .seo-copy .bottomform .seo-cta-content .container .cta-form {
  padding: 18px 0 65px;
}
.seo-page-content .seo-page-copy .copy-container .seo-copy .bottomform .seo-cta-content .container .cta-form .hubspot_form {
  background-color: rgba(0, 0, 0, 0) !important;
  border-style: none;
  padding: 0 36px;
  width: 100%;
  box-sizing: border-box;
}
.seo-page-content .seo-page-copy .copy-container .seo-copy .bottomform .seo-cta-content .container .cta-form .hubspot_form h3 {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  color: #002067;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 20px;
}
.seo-page-content .seo-page-copy .copy-container .seo-copy .bottomform .seo-cta-content .container .cta-form .hubspot_form .hbspt-form .hs-form .hs-form-field .input .hs-input {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media screen and (max-width: 1023px) {
  .seo-page-content .seo-page-copy .copy-container .seo-copy .bottomform .seo-cta-content {
    margin: 0;
    position: relative;
    top: unset;
  }
  .seo-page-content .seo-page-copy .copy-container .seo-copy .bottomform .seo-cta-content .container {
    background-color: #F4F7FA;
    width: 100vw;
    margin: 0 -24px;
  }
  .seo-page-content .seo-page-copy .copy-container .seo-copy .bottomform .seo-cta-content .container .cta-img {
    padding-top: 24px;
  }
  .seo-page-content .seo-page-copy .copy-container .seo-copy .bottomform .seo-cta-content .container .cta-img img {
    width: 85%;
    margin: 0 auto;
    display: block;
  }
  .seo-page-content .seo-page-copy .copy-container .seo-copy .bottomform .seo-cta-content .container .cta-resource-type {
    padding: 28px 0 0;
    width: 85%;
    margin: 0 auto;
  }
  .seo-page-content .seo-page-copy .copy-container .seo-copy .bottomform .seo-cta-content .container .cta-resource-type .resource-icon {
    width: 24px;
    display: block;
    margin-bottom: 25px;
  }
  .seo-page-content .seo-page-copy .copy-container .seo-copy .bottomform .seo-cta-content .container .cta-resource-type .resource-name {
    font-family: "Gilroy", sans-serif;
    text-transform: uppercase;
    color: #FF6253;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
  }
  .seo-page-content .seo-page-copy .copy-container .seo-copy .bottomform .seo-cta-content .container .cta-title {
    padding: 0;
    margin: 0 auto;
    width: 85%;
  }
  .seo-page-content .seo-page-copy .copy-container .seo-copy .bottomform .seo-cta-content .container .cta-title h3 {
    font-family: "Gilroy", sans-serif;
    font-weight: 600;
    color: #002067;
    font-size: 21px;
    line-height: 26px;
    margin: 0;
    padding: 0;
  }
  .seo-page-content .seo-page-copy .copy-container .seo-copy .bottomform .seo-cta-content .container .cta-btn {
    padding: 0 0 24px;
    width: 85%;
    margin: 0 auto;
  }
  .seo-page-content .seo-page-copy .copy-container .seo-copy .bottomform .seo-cta-content .container .cta-btn a {
    display: block;
    background-color: #002067;
    padding: 20px 0;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
  }
  .seo-page-content .seo-page-copy .copy-container .seo-copy .bottomform .seo-cta-content .container .cta-btn a p {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .seo-page-content .seo-page-copy .copy-container .seo-copy .seo-cta-content.mobile {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .seo-page-content .seo-page-copy .copy-container .seo-copy .seo-cta-content.mobile .container {
    background-color: #F4F7FA;
    width: 100vw;
    margin: 0 -24px;
  }
  .seo-page-content .seo-page-copy .copy-container .seo-copy .seo-cta-content.mobile .container .cta-img {
    padding-top: 24px;
  }
  .seo-page-content .seo-page-copy .copy-container .seo-copy .seo-cta-content.mobile .container .cta-img img {
    width: 85%;
    margin: 0 auto;
    display: block;
  }
  .seo-page-content .seo-page-copy .copy-container .seo-copy .seo-cta-content.mobile .container .cta-resource-type {
    padding: 28px 0 0;
    width: 85%;
    margin: 0 auto;
  }
  .seo-page-content .seo-page-copy .copy-container .seo-copy .seo-cta-content.mobile .container .cta-resource-type .resource-icon {
    width: 24px;
    display: block;
    margin-bottom: 25px;
  }
  .seo-page-content .seo-page-copy .copy-container .seo-copy .seo-cta-content.mobile .container .cta-resource-type .resource-name {
    font-family: "Gilroy", sans-serif;
    text-transform: uppercase;
    color: #FF6253;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
  }
  .seo-page-content .seo-page-copy .copy-container .seo-copy .seo-cta-content.mobile .container .cta-title {
    padding: 0;
    margin: 0 auto;
    width: 85%;
  }
  .seo-page-content .seo-page-copy .copy-container .seo-copy .seo-cta-content.mobile .container .cta-title h3 {
    font-family: "Gilroy", sans-serif;
    font-weight: 600;
    color: #002067;
    font-size: 21px;
    line-height: 26px;
  }
  .seo-page-content .seo-page-copy .copy-container .seo-copy .seo-cta-content.mobile .container .cta-btn {
    padding: 0 0 24px;
    width: 85%;
    margin: 0 auto;
  }
  .seo-page-content .seo-page-copy .copy-container .seo-copy .seo-cta-content.mobile .container .cta-btn a {
    display: block;
    background-color: #002067;
    padding: 20px 0;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
  }
  .seo-page-content .seo-page-copy .copy-container .seo-copy .seo-cta-content.mobile .container .cta-btn a p {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
  }
}
.seo-page-content .seo-page-cta {
  width: 30%;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .seo-page-content .seo-page-cta.withscrollbtn {
    display: none;
  }
}
.seo-page-content .seo-page-cta.withscrollbtn .seo-cta-content {
  padding-bottom: 70rem;
}
@media screen and (max-width: 1023px) {
  .seo-page-content .seo-page-cta {
    width: 100%;
  }
}
.seo-page-content .seo-page-cta .seo-cta-content {
  margin-left: 25px;
  position: sticky;
  position: -webkit-sticky;
  top: 1rem;
  width: 100%;
}
.seo-page-content .seo-page-cta .seo-cta-content .container {
  background-color: #F4F7FA;
}
.seo-page-content .seo-page-cta .seo-cta-content .container .cta-img img {
  width: 100%;
}
.seo-page-content .seo-page-cta .seo-cta-content .container .cta-resource-type {
  padding: 28px 36px 0;
  display: flex;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .seo-page-content .seo-page-cta .seo-cta-content .container .cta-resource-type {
    padding: 18px 24px 0;
  }
}
.seo-page-content .seo-page-cta .seo-cta-content .container .cta-resource-type .resource-icon {
  width: 24px;
  display: block;
  margin-right: 12px;
  margin-bottom: 12px;
  height: 100%;
}
.seo-page-content .seo-page-cta .seo-cta-content .container .cta-resource-type .resource-name {
  font-family: "Gilroy", sans-serif;
  text-transform: uppercase;
  color: #FF6253;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.seo-page-content .seo-page-cta .seo-cta-content .container .cta-title {
  padding: 12px 36px 0;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .seo-page-content .seo-page-cta .seo-cta-content .container .cta-title {
    padding: 18px 24px 0;
  }
}
.seo-page-content .seo-page-cta .seo-cta-content .container .cta-title h3 {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  color: #002067;
  font-size: 21px;
  line-height: 26px;
  margin: 0;
}
.seo-page-content .seo-page-cta .seo-cta-content .container .cta-btn {
  padding: 25px 36px 65px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .seo-page-content .seo-page-cta .seo-cta-content .container .cta-btn {
    padding: 18px 24px 36px;
  }
}
.seo-page-content .seo-page-cta .seo-cta-content .container .cta-btn a {
  display: block;
  background-color: #002067;
  padding: 20px 0;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
.seo-page-content .seo-page-cta .seo-cta-content .container .cta-btn a p {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.seo-page-content .seo-page-cta .seo-cta-content .container .cta-form {
  padding: 18px 0 65px;
}
.seo-page-content .seo-page-cta .seo-cta-content .container .cta-form .hubspot_form {
  background-color: rgba(0, 0, 0, 0) !important;
  border-style: none;
  padding: 0 36px;
  width: 100%;
  box-sizing: border-box;
}
.seo-page-content .seo-page-cta .seo-cta-content .container .cta-form .hubspot_form h3 {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  color: #002067;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 20px;
}
.seo-page-content .seo-page-cta .seo-cta-content .container .cta-form .hubspot_form .hbspt-form .hs-form .hs-form-field .input .hs-input {
  background-color: rgba(0, 0, 0, 0) !important;
}
.seo-page-content .seo-page-cta .seo-cta-content .container .cta-form .p_top_form .p_top_thank {
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .seo-page-content .seo-page-cta .seo-cta-content .container .cta-form .p_top_form .p_top_thank {
    margin: 40px 24px 0;
  }
}
@media screen and (max-width: 1023px) {
  .seo-page-content .seo-page-cta .seo-cta-content .container .cta-form .p_top_form .p_top_thank .message_info {
    padding-right: 24px;
    width: 90%;
  }
}
@media screen and (max-width: 1023px) {
  .seo-page-content .seo-page-cta .seo-cta-content {
    margin: 0;
    position: relative;
    top: unset;
  }
  .seo-page-content .seo-page-cta .seo-cta-content .container {
    background-color: #F4F7FA;
    width: 100vw;
    margin: 0 -24px;
  }
  .seo-page-content .seo-page-cta .seo-cta-content .container .cta-img {
    padding-top: 24px;
  }
  .seo-page-content .seo-page-cta .seo-cta-content .container .cta-img img {
    width: 85%;
    margin: 0 auto;
    display: block;
  }
  .seo-page-content .seo-page-cta .seo-cta-content .container .cta-resource-type {
    padding: 28px 0 0;
    width: 85%;
    margin: 0 auto;
  }
  .seo-page-content .seo-page-cta .seo-cta-content .container .cta-resource-type .resource-icon {
    width: 24px;
    display: block;
    margin-bottom: 25px;
  }
  .seo-page-content .seo-page-cta .seo-cta-content .container .cta-resource-type .resource-name {
    font-family: "Gilroy", sans-serif;
    text-transform: uppercase;
    color: #FF6253;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
  }
  .seo-page-content .seo-page-cta .seo-cta-content .container .cta-title {
    padding: 0;
    margin: 0 auto;
    width: 85%;
  }
  .seo-page-content .seo-page-cta .seo-cta-content .container .cta-title h3 {
    font-family: "Gilroy", sans-serif;
    font-weight: 600;
    color: #002067;
    font-size: 21px;
    line-height: 26px;
    padding: 23px 0 25px;
  }
  .seo-page-content .seo-page-cta .seo-cta-content .container .cta-btn {
    padding: 0 0 24px;
    width: 85%;
    margin: 0 auto;
  }
  .seo-page-content .seo-page-cta .seo-cta-content .container .cta-btn a {
    display: block;
    background-color: #002067;
    padding: 20px 0;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
  }
  .seo-page-content .seo-page-cta .seo-cta-content .container .cta-btn a p {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
  }
}

/* Be Ready Pages */
@media screen and (max-width: 1199px) {
  .br-intro-section .br-intro-section-left {
    width: 100%;
    box-sizing: border-box;
    padding-left: 40px !important;
  }
  .br-intro-section .br-intro-section-right, .br-intro-section .br-video-wrap {
    background-position: center;
  }

  .br-content-section {
    width: unset;
    padding: 40px;
  }

  .br-cta-section .c_body_container {
    width: 100% !important;
  }
  .br-cta-section .c_body_container .b_book {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .br-cta-section .c_body_container .b_book .b_book_label {
    width: 70%;
  }
  .br-cta-section .c_body_container .b_book .book_a_demo_rg {
    width: 30%;
    box-sizing: border-box;
  }

  .br-other-landing-pages-links {
    width: 100%;
  }

  .br-be-ready .container .br-be-ready-section-content {
    align-items: end !important;
  }
  .br-be-ready .container .br-be-ready-section-content .br-be-ready-section-left {
    width: 100%;
    box-sizing: border-box;
  }
}
/*SOExpress Contact Page*/
.page-template-template-soexpress-contact header .strippedHeader {
  width: 1104px;
  margin: 51px auto 32px;
  padding-bottom: 20px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .page-template-template-soexpress-contact header .strippedHeader {
    padding: 0 24px;
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1023px) {
  .page-template-template-soexpress-contact header .strippedHeader {
    width: 100%;
    box-sizing: border-box;
    padding: 19px 0 24px;
    margin: 0;
  }
}
.page-template-template-soexpress-contact .soexpress_pagecontent {
  margin: 0 auto 80px;
  padding: 80px 145px;
  background-color: #F4F7FA;
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  box-sizing: border-box;
}
@media (min-device-width: 1024px) and (max-width: 1199px) {
  .page-template-template-soexpress-contact .soexpress_pagecontent {
    flex-direction: column;
  }
}
@media screen and (max-width: 1023px) {
  .page-template-template-soexpress-contact .soexpress_pagecontent {
    flex-direction: column;
    padding: 40px 24px;
  }
}
.page-template-template-soexpress-contact .soexpress_pagecontent .leftcol {
  width: 35%;
}
@media (min-device-width: 1024px) and (max-width: 1199px) {
  .page-template-template-soexpress-contact .soexpress_pagecontent .leftcol {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .page-template-template-soexpress-contact .soexpress_pagecontent .leftcol {
    width: 100%;
  }
}
@media (min-device-width: 1024px) and (max-width: 1199px) {
  .page-template-template-soexpress-contact .soexpress_pagecontent .leftcol .soe_logo img {
    max-width: 350px;
  }
}
@media screen and (max-width: 1023px) {
  .page-template-template-soexpress-contact .soexpress_pagecontent .leftcol .soe_logo img {
    max-width: 280px;
  }
}
.page-template-template-soexpress-contact .soexpress_pagecontent .leftcol .soe_copy p {
  display: block;
  margin-top: 14px;
  font-size: 20px;
  line-height: 30px;
  color: #667587;
}
.page-template-template-soexpress-contact .soexpress_pagecontent .rightcol {
  width: 55%;
}
@media (min-device-width: 1024px) and (max-width: 1199px) {
  .page-template-template-soexpress-contact .soexpress_pagecontent .rightcol {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .page-template-template-soexpress-contact .soexpress_pagecontent .rightcol {
    width: 100%;
  }
}
.page-template-template-soexpress-contact .soexpress_pagecontent .rightcol .form .hbspt-form form .form-columns-2 {
  max-width: unset !important;
}
.page-template-template-soexpress-contact .soexpress_pagecontent .rightcol .form .hbspt-form form .form-columns-2 .field {
  width: calc(50% - 16px) !important;
}
@media screen and (max-width: 1023px) {
  .page-template-template-soexpress-contact .soexpress_pagecontent .rightcol .form .hbspt-form form .form-columns-2 .field {
    width: 100% !important;
  }
}
.page-template-template-soexpress-contact .soexpress_pagecontent .rightcol .form .hbspt-form form .form-columns-2 .field:first-child {
  margin-right: 32px;
}
.page-template-template-soexpress-contact .soexpress_pagecontent .rightcol .form .hbspt-form form .form-columns-2 .field label {
  display: none !important;
}
.page-template-template-soexpress-contact .soexpress_pagecontent .rightcol .form .hbspt-form form .form-columns-2 .field .input {
  margin-right: 8px;
}
.page-template-template-soexpress-contact .soexpress_pagecontent .rightcol .form .hbspt-form form .form-columns-2 .field .input .hs-input {
  background: transparent;
  border: 0 !important;
  box-shadow: none !important;
  font-family: "Gilroy-Medium", sans-serif !important;
  color: #667587 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  width: 100% !important;
  height: 50px;
  resize: none;
  border-bottom: 1px solid #b0becc !important;
  border-radius: 0;
}
.page-template-template-soexpress-contact .soexpress_pagecontent .rightcol .form .hbspt-form form .form-columns-2 .field .input select {
  height: 58px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.page-template-template-soexpress-contact .soexpress_pagecontent .rightcol .form .hbspt-form form .form-columns-1 {
  width: 100% !important;
  max-width: unset !important;
}
.page-template-template-soexpress-contact .soexpress_pagecontent .rightcol .form .hbspt-form form .form-columns-1 label {
  display: none;
}
.page-template-template-soexpress-contact .soexpress_pagecontent .rightcol .form .hbspt-form form .form-columns-1 textarea {
  width: 100% !important;
  max-width: unset !important;
  background: transparent;
  border: 0 !important;
  box-shadow: none !important;
  font-family: "Gilroy-Medium", sans-serif !important;
  color: #667587 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  height: 50px;
  resize: none;
  border-bottom: 1px solid #b0becc !important;
  border-radius: 0;
  padding-top: 20px;
}
.page-template-template-soexpress-contact .soexpress_pagecontent .rightcol .form .hbspt-form form .hs_recaptcha {
  float: left;
}
@media screen and (max-width: 768px) {
  .page-template-template-soexpress-contact .soexpress_pagecontent .rightcol .form .hbspt-form form .hs_recaptcha {
    float: none !important;
  }
}
.page-template-template-soexpress-contact .soexpress_pagecontent .rightcol .form .hbspt-form form .hs_submit {
  width: 40%;
  float: right;
}
@media screen and (max-width: 768px) {
  .page-template-template-soexpress-contact .soexpress_pagecontent .rightcol .form .hbspt-form form .hs_submit {
    margin-top: 18px;
    float: none !important;
  }
}
.page-template-template-soexpress-contact .soexpress_pagecontent .rightcol .form .hbspt-form form .hs_submit .actions {
  margin: 0;
  padding: 0;
  float: right;
}
@media screen and (max-width: 768px) {
  .page-template-template-soexpress-contact .soexpress_pagecontent .rightcol .form .hbspt-form form .hs_submit .actions {
    float: none !important;
  }
}
.page-template-template-soexpress-contact .soexpress_pagecontent .rightcol .form .hbspt-form form .hs_submit .actions .hs-button {
  font-family: "Gilroy-Semibold", "Open Sans", "Verdana", sans-serif !important;
  line-height: 20px;
  font-size: 14px !important;
  letter-spacing: 0.5px !important;
  padding: 0 32px !important;
  margin: 0 !important;
  display: block !important;
  height: 60px !important;
  text-align: center !important;
  border: 0 !important;
  background-color: #002067 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  text-shadow: none !important;
  background-image: none !important;
}
.page-template-template-soexpress-contact .soexpress_pagecontent .rightcol .form .hbspt-form form .form-columns-0 .hs-richtext p span a {
  font-size: inherit !important;
}
.page-template-template-soexpress-contact footer {
  padding: 0;
}
.page-template-template-soexpress-contact footer .footer_copy {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page-template-template-soexpress-contact footer .footer_copy {
    flex-direction: column;
    align-items: center;
  }
}
.page-template-template-soexpress-contact footer .footer_copy .logo_copyright {
  display: flex;
}
@media screen and (max-width: 768px) {
  .page-template-template-soexpress-contact footer .footer_copy .logo_copyright {
    flex-direction: column;
  }
}
.page-template-template-soexpress-contact footer .footer_copy .logo_copyright .f_tiny_logo {
  margin-right: 12px;
  float: none;
  display: block;
  position: relative;
}
.page-template-template-soexpress-contact footer .footer_copy .logo_copyright .f_tiny_logo svg {
  width: 24px;
  height: 24px;
}
.page-template-template-soexpress-contact footer .footer_copy .logo_copyright .copyright {
  height: 24px;
  display: block;
  position: relative;
}
.page-template-template-soexpress-contact footer .footer_copy .logo_copyright .copyright p {
  display: block;
  width: 220px;
  color: #ffffff;
}
.page-template-template-soexpress-contact footer .footer_copy .soexpress_footer .footer_nav li {
  display: inline;
  margin-right: 12px;
}
.page-template-template-soexpress-contact footer .footer_copy .soexpress_footer .footer_nav li:nth-child(3) {
  margin-right: 0;
}
.page-template-template-soexpress-contact footer .footer_copy .soexpress_footer .footer_nav li a {
  font-family: "Gilroy-Regular", sans-serif;
  color: #ffffff;
}
.page-template-template-soexpress-contact footer .footer_copy .footer_email {
  width: 250px;
}
.page-template-template-soexpress-contact footer .footer_copy .footer_email p {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .page-template-template-soexpress-contact footer .footer_copy .footer_email p {
    text-align: center;
  }
}

/*Legal Pages*/
.page-template-template-legal-contract header .strippedHeader {
  width: 1104px;
  margin: 51px auto 32px;
  padding-bottom: 20px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .page-template-template-legal-contract header .strippedHeader {
    padding: 0 24px;
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1023px) {
  .page-template-template-legal-contract header .strippedHeader {
    width: 100%;
    box-sizing: border-box;
    padding: 19px 0 24px;
    margin: 0;
  }
}
@media screen and (max-width: 1023px) {
  .page-template-template-legal-contract .container {
    min-height: 73vh;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .page-template-template-legal-contract .container .legal {
    width: 100% !important;
    margin: 0 24px;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-template-legal-contract .container .legal {
    background-color: unset;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .page-template-template-legal-contract .container .legal .legalpage {
    margin-left: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .page-template-template-legal-contract .container .legal .legalpage {
    width: 100%;
    margin-top: 10px;
  }
}
.page-template-template-legal-contract .container .legal .legalpage .p_top_big_info .p_top_big_section {
  text-transform: unset;
}
@media screen and (max-width: 1023px) {
  .page-template-template-legal-contract .container .legal .legalpage .p_top_big_info {
    padding: 40px 24px;
    background-color: #002067;
  }
  .page-template-template-legal-contract .container .legal .legalpage .p_top_big_info h1 {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-template-legal-contract .container .legal .legalpage .p_top_big_image {
    height: 240px;
    position: relative;
    width: auto;
    float: none;
    background-color: #f2f7fa;
    right: 0;
  }
}
.page-template-template-legal-contract .container .pdf-links {
  padding: 84px 148px 172px;
  width: 1104px;
  margin: 0 auto;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .page-template-template-legal-contract .container .pdf-links {
    width: 100%;
    padding: 40px 24px 240px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1023px) {
  .page-template-template-legal-contract .container .pdf-links {
    padding: 40px 24px;
    width: unset;
  }
}
.page-template-template-legal-contract .container .pdf-links .pdf-links-container {
  display: flex;
}
@media screen and (max-width: 767px) {
  .page-template-template-legal-contract .container .pdf-links .pdf-links-container {
    flex-direction: column;
  }
}
.page-template-template-legal-contract .container .pdf-links .pdf-links-container .pdf-box {
  width: 50%;
  display: flex;
  border-top: 1px solid #DFE6EE;
}
@media screen and (max-width: 767px) {
  .page-template-template-legal-contract .container .pdf-links .pdf-links-container .pdf-box {
    width: 100%;
  }
}
.page-template-template-legal-contract .container .pdf-links .pdf-links-container .pdf-box:nth-child(1) {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .page-template-template-legal-contract .container .pdf-links .pdf-links-container .pdf-box:nth-child(1) {
    margin-right: unset;
    margin-bottom: 24px;
  }
}
.page-template-template-legal-contract .container .pdf-links .pdf-links-container .pdf-box .title-box {
  width: 45%;
  padding: 50px;
  background-color: #002067;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-template-template-legal-contract .container .pdf-links .pdf-links-container .pdf-box .title-box {
    min-width: 45vw !important;
    padding: 24px;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-template-legal-contract .container .pdf-links .pdf-links-container .pdf-box .title-box {
    min-width: unset;
    padding: 24px;
  }
}
.page-template-template-legal-contract .container .pdf-links .pdf-links-container .pdf-box .title-box p {
  font-size: 20px;
  color: #ffffff;
  font-family: "Gilroy-SemiBold", sans-serif;
  margin-bottom: 35px;
}
@media screen and (max-width: 1023px) {
  .page-template-template-legal-contract .container .pdf-links .pdf-links-container .pdf-box .title-box p {
    font-size: 17px;
  }
}
.page-template-template-legal-contract .container .pdf-links .pdf-links-container .pdf-box .download-box {
  width: 55%;
  padding: 50px 0 50px 50px;
}
@media screen and (max-width: 1023px) {
  .page-template-template-legal-contract .container .pdf-links .pdf-links-container .pdf-box .download-box {
    padding: 24px;
  }
}
.page-template-template-legal-contract .container .pdf-links .pdf-links-container .pdf-box .download-box .pdf-link {
  font-size: 16px;
  margin-bottom: 16px;
}
.page-template-template-legal-contract .container .pdf-links .pdf-links-container .pdf-box .download-box .revision-date {
  font-size: 16px;
  color: #3f4a5b;
}
.page-template-template-legal-contract footer {
  padding: 0;
}
.page-template-template-legal-contract footer .footer_copy {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .page-template-template-legal-contract footer .footer_copy {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.page-template-template-legal-contract footer .footer_copy .logo_copyright {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .page-template-template-legal-contract footer .footer_copy .logo_copyright {
    flex-direction: column;
  }
}
.page-template-template-legal-contract footer .footer_copy .logo_copyright .f_tiny_logo {
  margin-right: 12px;
  float: none;
  display: block;
  position: relative;
}
.page-template-template-legal-contract footer .footer_copy .logo_copyright .f_tiny_logo svg {
  width: 24px;
  height: 24px;
}
.page-template-template-legal-contract footer .footer_copy .logo_copyright .copyright {
  height: 24px;
  display: block;
  position: relative;
}
.page-template-template-legal-contract footer .footer_copy .logo_copyright .copyright p {
  display: block;
  width: 220px;
  color: #ffffff;
}
.page-template-template-legal-contract footer .footer_copy .soexpress_footer .footer_nav li {
  display: inline;
  margin-right: 12px;
}
.page-template-template-legal-contract footer .footer_copy .soexpress_footer .footer_nav li:nth-child(3) {
  margin-right: 0;
}
.page-template-template-legal-contract footer .footer_copy .soexpress_footer .footer_nav li a {
  font-family: "Gilroy-Regular", sans-serif;
  color: #ffffff;
}
.page-template-template-legal-contract footer .footer_copy .footer_email {
  width: 250px;
}
.page-template-template-legal-contract footer .footer_copy .footer_email p {
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .page-template-template-legal-contract footer .footer_copy .footer_email p {
    text-align: center;
  }
}

@media only screen and (min-width: 769px) {
  .h_blog_container .h_blog_topics {
    padding-right: 10px;
  }
  .h_blog_container .article-feed .h_blog_8 .item_8:hover a .h_blog_8-titlewrap {
    display: none;
  }
  .h_blog_container .article-feed .h_blog_8 .item_8:hover a img {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .h_blog_container {
    width: 100% !important;
    padding: 0 40px;
    box-sizing: border-box;
  }
  .h_blog_container .h_blog_featured {
    display: flex;
  }
  .h_blog_container .h_blog_featured a {
    width: 50%;
  }
  .h_blog_container .h_blog_featured a .featured_image {
    width: 100%;
    height: 100%;
    float: none;
    display: block;
    background-size: cover;
    background-position: center;
  }
  .h_blog_container .article-feed .h_blog_3 .item_3 {
    width: 33% !important;
  }
  .h_blog_container .article-feed .h_blog_8 .item_8 {
    width: 47% !important;
  }
  .h_blog_container .article-feed .h_blog_8 .item_8 a .h_blog_8_wrap {
    display: flex;
    align-items: center;
  }
  .h_blog_container .article-feed .h_blog_8 .item_8 a .h_blog_8_wrap .h_blog_8-titlewrap .featured_date {
    margin: 14px 0 !important;
  }
  .h_blog_container .article-feed .h_blog_8 .item_8 a .h_blog_8_wrap .h_blog_8-titlewrap h2 {
    width: 100%;
  }
  .h_blog_container .article-feed .h_blog_8 .item_8:hover a .h_blog_8-titlewrap {
    display: none !important;
  }
  .h_blog_container .article-feed .h_blog_8 .item_8:hover a img {
    display: none !important;
  }
  .h_blog_container .article-feed .h_blog_8 .item_8:nth-of-type(odd) {
    margin: 0 !important;
  }
  .h_blog_container .article-feed .h_blog_8 .item_8:nth-of-type(even) {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .h_blog_container {
    width: 100% !important;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .h_blog_container .h_blog_featured {
    margin: 0;
    display: flex;
  }
  .h_blog_container .h_blog_featured a {
    width: 40%;
  }
  .h_blog_container .h_blog_featured a .featured_image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
  .h_blog_container .h_blog_featured .featured_info {
    width: 50% !important;
  }
  .h_blog_container .article-feed .h_blog_3 {
    display: flex;
  }
  .h_blog_container .article-feed .h_blog_3 .item_3 {
    width: 33%;
  }
  .h_blog_container .article-feed .h_blog_3 .item_3 a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .h_blog_container .article-feed .h_blog_3 .item_3 a img {
    max-width: 90% !important;
  }
  .h_blog_container .article-feed .h_blog_3 .item_3 a .featured_date {
    margin: 0 !important;
    width: 85%;
    padding-top: 10px !important;
  }
  .h_blog_container .article-feed .h_blog_3 .item_3 a h2 {
    margin: 0 !important;
    width: 85%;
  }
  .h_blog_container .article-feed .h_blog_8 {
    margin-top: 0 !important;
  }
  .h_blog_container .article-feed .h_blog_8 .item_8 {
    margin-right: 0 !important;
    width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  article .p_top_blog .p_top_blog_big {
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
  }
  article .c_body_container {
    width: 100%;
    margin: 0 auto;
    padding: 60px 40px;
    box-sizing: border-box;
  }
  article .c_body_container .c_body_social_container {
    width: unset;
  }
  article .c_body_container .c_body_content {
    width: 85%;
  }
  article .c_body_container #blog_related .blog_related_container #blog_related_posts .item_8 {
    float: right;
    width: 47%;
  }
  article .c_body_container #blog_related .blog_related_container #blog_related_posts .item_8 a img {
    margin-right: 0;
  }
  article .c_body_container #blog_related .blog_related_container #blog_related_posts .item_8 a .featured_date {
    float: right;
  }
  article .c_body_container #blog_related .blog_related_container #blog_related_posts .item_8 a h2 {
    float: right;
  }
  article .c_body_container #blog_related .blog_related_container #blog_related_posts .item_8:nth-of-type(odd) {
    margin-right: 0;
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  article .p_top_blog .p_top_blog_big {
    width: 100%;
  }
  article .p_top_blog .p_top_blog_big .p_top_blog_big_image {
    width: 297px;
    height: 297px;
    margin-left: 24px;
    float: none;
  }
  article .p_top_blog .p_top_blog_big .p_top_blog_big_info {
    clear: both;
    padding-top: 0px;
    margin-top: 24px;
    padding-left: 24px;
    width: auto;
    padding-right: 24px;
  }
  article .p_top_blog .p_top_blog_big .p_top_blog_big_info h1 {
    width: 100%;
    margin: 0px;
    margin-top: 25px;
    font-size: 32px;
    line-height: 40px;
  }
  article .c_body_container {
    padding-top: 0;
    margin-top: 0;
    width: 100%;
  }
  article .c_body_container .c_body_social_container {
    display: none;
  }
  article .c_body_container .c_body_content {
    margin-left: 24px;
    margin-right: 24px;
    font-size: 16px;
    line-height: 25px;
    width: auto;
    float: none;
  }
  article .c_body_container .c_body_content img {
    width: 100% !important;
    height: auto !important;
  }
  article .c_body_container .c_body_content blockquote {
    margin-top: 80px;
  }
  article .c_body_container .c_body_content blockquote p {
    font-size: 24px;
    line-height: 28px;
    width: auto;
    margin-right: 0px;
  }
  article .c_body_container .c_body_content blockquote p:before {
    left: 0px;
    top: -50px;
  }
  article .c_body_container .c_body_content .share_mob {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: "Gilroy-Bold";
    border: 2px solid #002067;
    color: #002067;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  article .c_body_container #blog_related .blog_related_container {
    margin-top: 64px;
    border: 0px;
    padding-left: 24px;
    padding-right: 24px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  article .c_body_container .c_body_content .wistia_embed {
    width: 100% !important;
  }
}
@media screen and (max-width: 540px) {
  .h_blog_newsletter_form {
    width: 100% !important;
    margin: 30px 0 !important;
    float: left !important;
  }
}
@media screen and (max-width: 768px) {
  .p_top_blog .h_blog_newsletter .h_blog_newsletter_label, .h_blog_container .h_blog_newsletter .h_blog_newsletter_label {
    float: none;
    padding-left: 0;
    font-size: 16px;
    line-height: 24px;
  }
  .p_top_blog .h_blog_newsletter .h_blog_newsletter_form, .h_blog_container .h_blog_newsletter .h_blog_newsletter_form {
    width: auto;
    float: none;
    margin-right: 0;
  }
  .p_top_blog .h_blog_newsletter .h_blog_newsletter_form .hs-input, .h_blog_container .h_blog_newsletter .h_blog_newsletter_form .hs-input {
    height: 18px !important;
    width: 100% !important;
  }
  .p_top_blog .h_blog_newsletter .h_blog_newsletter_form .hs-button, .h_blog_container .h_blog_newsletter .h_blog_newsletter_form .hs-button {
    position: absolute !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p_top_blog .h_blog_newsletter .hs-input, .h_blog_container .h_blog_newsletter .hs-input {
    width: 100% !important;
  }
  .p_top_blog .h_blog_newsletter .hs-button, .h_blog_container .h_blog_newsletter .hs-button {
    position: absolute !important;
  }
}
.ctablog_shortcode {
  padding: 40px;
  background: #002067;
  margin: 50px auto;
}
.ctablog_shortcode .ctablog_shortcode_title {
  font-weight: 700;
  color: #fff;
  font-family: "Gilroy-Regular";
  font-size: 24px;
  line-height: 35.65px;
}
.ctablog_shortcode .ctablog_shortcode_content {
  color: #F4F7FA;
  font-family: "Gilroy-Light";
  font-weight: 400;
  font-size: 16px;
  line-height: 21.75px;
  font-style: normal;
  margin-bottom: 15px;
}
.ctablog_shortcode .ctablog_shortcode_content p {
  padding-bottom: 25px;
}
.ctablog_shortcode .ctablog_shortcode_url {
  color: #F4F7FA;
  font-family: "Gilroy-Light";
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 24.47px;
}

@media screen and (max-width: 1023px) {
  .resources-template-template-resources-type .p_top_res .show_resources_type, .page-template-template-resources .p_top_res .show_resources_type {
    display: block;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    font-family: "Gilroy-Bold";
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #007cf7;
    width: auto;
    border-top: 1px solid #dfe6ee;
    margin-bottom: 24px;
    border-bottom: 1px solid #dfe6ee;
    padding: 15px 0;
  }
  .resources-template-template-resources-type .p_top_res .show_resources_type:after, .page-template-template-resources .p_top_res .show_resources_type:after {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    opacity: 0.7;
    background-image: url(/wp-content/themes/tgroup/assets/images/icons/expand-more@2x.png);
    background-size: cover;
    width: 24px;
    height: 24px;
  }
  .resources-template-template-resources-type .p_top_res .company_menu, .page-template-template-resources .p_top_res .company_menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 99999;
    padding-top: 90px;
  }
  .resources-template-template-resources-type .p_top_res .company_menu:before, .page-template-template-resources .p_top_res .company_menu:before {
    content: "Resource type";
    position: absolute;
    top: 40px;
    left: 24px;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.24px;
    font-family: "Gilroy-Bold";
    color: #002067;
  }
  .resources-template-template-resources-type .p_top_res .company_menu .fixed_closer, .page-template-template-resources .p_top_res .company_menu .fixed_closer {
    bottom: 100px;
    left: 50%;
    border: 1px solid #dfe6ee;
    border-radius: 50%;
    background-color: #fff;
    top: auto;
    right: auto;
    padding: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(/wp-content/themes/tgroup/assets/images/icons/close@2x.png);
    cursor: pointer;
    z-index: 10000;
  }
  .resources-template-template-resources-type .p_top_res .company_menu .company-nav, .page-template-template-resources .p_top_res .company_menu .company-nav {
    display: block;
    border: unset;
  }
  .resources-template-template-resources-type .p_top_res .company_menu .company-nav li, .page-template-template-resources .p_top_res .company_menu .company-nav li {
    float: none;
    text-align: left;
    padding: 0 28px;
    width: auto;
    margin-bottom: 10px;
  }
  .resources-template-template-resources-type .p_top_res .company_menu .company-nav li a, .page-template-template-resources .p_top_res .company_menu .company-nav li a {
    padding: 0;
    font-family: "Gilroy-Regular";
  }
  .resources-template-template-resources-type .p_top_res .company_menu .company-nav li.active a, .page-template-template-resources .p_top_res .company_menu .company-nav li.active a {
    border-bottom: unset;
    color: #8091a5;
  }
  .resources-template-template-resources-type .p_top_res .company_menu .company-nav .customer-stories-li a, .page-template-template-resources .p_top_res .company_menu .company-nav .customer-stories-li a {
    text-align: left;
    padding: 0;
    width: 131px;
  }
  .resources-template-template-resources-type .r_container, .page-template-template-resources .r_container {
    width: 100%;
    box-sizing: border-box;
    padding: 0 24px;
  }
  .resources-template-template-resources-type .r_container .res-slider .slick-list .slick-track .res-element .res-content, .page-template-template-resources .r_container .res-slider .slick-list .slick-track .res-element .res-content {
    width: calc(90% - 2px) !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .resources-template-template-resources-type .p_top_res, .page-template-template-resources .p_top_res {
    width: 100% !important;
    padding: 0 24px;
    box-sizing: border-box;
  }
  .resources-template-template-resources-type .p_top_res .show_resources_type, .page-template-template-resources .p_top_res .show_resources_type {
    display: block;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    font-family: "Gilroy-Bold";
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #007cf7;
    width: auto;
    border-top: 1px solid #dfe6ee;
    margin-bottom: 24px;
    border-bottom: 1px solid #dfe6ee;
    padding: 15px 0;
  }
  .resources-template-template-resources-type .p_top_res .resources_menu, .page-template-template-resources .p_top_res .resources_menu {
    display: none;
  }
  .resources-template-template-resources-type .r_container, .page-template-template-resources .r_container {
    width: 100% !important;
    box-sizing: border-box;
    padding: 0 24px;
  }
  .resources-template-template-resources-type .r_container .res-slider .slick-arrow, .page-template-template-resources .r_container .res-slider .slick-arrow {
    background-color: unset;
  }
  .resources-template-template-resources-type .r_container .res-slider .slick-list .slick-track .res-element .res-content .res-image, .page-template-template-resources .r_container .res-slider .slick-list .slick-track .res-element .res-content .res-image {
    background-repeat: no-repeat;
    background-position: center;
  }
  .resources-template-template-resources-type .r_container .res-slider .slick-list .slick-track .res-element .res-content .res-info .res-cat, .page-template-template-resources .r_container .res-slider .slick-list .slick-track .res-element .res-content .res-info .res-cat {
    margin-left: 24px;
  }
  .resources-template-template-resources-type .r_container .res-slider .slick-list .slick-track .res-element .res-content .res-info .res-ico, .page-template-template-resources .r_container .res-slider .slick-list .slick-track .res-element .res-content .res-info .res-ico {
    top: 25px;
    right: 22px;
    width: 24px;
    height: 24px;
  }
  .resources-template-template-resources-type .r_container .res-slider .slick-list .slick-track .res-element .res-content .res-info h3 a, .page-template-template-resources .r_container .res-slider .slick-list .slick-track .res-element .res-content .res-info h3 a {
    margin-left: 24px;
    width: auto;
    padding-right: 24px;
  }
  .resources-template-template-resources-type .r_container .r_container_grid .res-element, .page-template-template-resources .r_container .r_container_grid .res-element {
    width: 50%;
    box-sizing: border-box;
    margin-right: 0;
  }
  .resources-template-template-resources-type .r_container .r_container_grid .res-element:nth-of-type(odd), .page-template-template-resources .r_container .r_container_grid .res-element:nth-of-type(odd) {
    padding-right: 2%;
  }
  .resources-template-template-resources-type .r_container .r_container_grid .res-element:nth-of-type(even), .page-template-template-resources .r_container .r_container_grid .res-element:nth-of-type(even) {
    padding-left: 2%;
  }
  .resources-template-template-resources-type .r_container .r_container_grid .res-element .res-content, .page-template-template-resources .r_container .r_container_grid .res-element .res-content {
    width: 100% !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .resources-template-template-resources-type .p_top_res, .page-template-template-resources .p_top_res {
    width: 100% !important;
    padding: 0 24px;
    box-sizing: border-box;
  }
  .resources-template-template-resources-type .r_container, .page-template-template-resources .r_container {
    width: 100% !important;
    padding: 0 24px;
    box-sizing: border-box;
  }
  .resources-template-template-resources-type .r_container .r_container_grid .res-element .res-content, .page-template-template-resources .r_container .r_container_grid .res-element .res-content {
    width: 100%;
  }
  .resources-template-template-resources-type .r_container .res-slider .slick-list .slick-track .res-element .res-content, .page-template-template-resources .r_container .res-slider .slick-list .slick-track .res-element .res-content {
    width: 90%;
  }
}

.single-resources .elementor .elementor-icon-list-item {
  align-items: flex-start;
}
.single-resources .elementor .elementor-icon-list-icon {
  height: 25px;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .single-resources .desktop_form {
    display: none;
  }
  .single-resources .c_resources_container {
    width: 100% !important;
    box-sizing: border-box;
  }
  .single-resources .c_resources_container .mobile-form-container {
    margin-top: 0;
    width: 100% !important;
    box-sizing: border-box;
  }
  .single-resources .c_resources_container .mobile-form-container .mobile_form {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 40px;
    width: auto;
    position: relative;
    display: block;
  }
  .single-resources .c_resources_container .mobile-form-container .mobile_form .p_top_form_image {
    top: 0;
    background-size: contain;
    margin: 0 0 40px 0;
    border: 1px solid lightgrey;
    height: 250px;
    border: 1px solid lightgrey;
    height: 250px;
    background-repeat: no-repeat;
  }
  .single-resources .c_resources_container .mobile-form-container .mobile_form #sidebar {
    width: 100%;
    float: none;
  }
  .single-resources .c_resources_container .mobile-form-container .mobile_form #sidebar h3 {
    margin-bottom: 16px;
    width: auto;
    height: auto;
    font-family: "Gilroy-SemiBold";
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #002067;
  }
  .single-resources .c_resources_container .mobile-form-container .mobile_form #sidebar .hubspot_form {
    padding: 0 !important;
    width: auto;
    margin: 0;
    border: none;
  }
  .single-resources .c_resources_container .mobile-form-container .mobile_form #sidebar .hubspot_form h3 {
    width: 100%;
    height: auto;
  }
  .single-resources .c_resources_container .mobile-form-container .mobile_form .p_top_thank {
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .single-resources article .resources {
    width: 100% !important;
    box-sizing: border-box;
  }
  .single-resources article .resources .p_top_big .desktop_form {
    display: none;
  }
  .single-resources article .resources .p_top_big .p_top_big_info {
    margin-left: 0;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 40px;
    padding-bottom: 25px;
  }
  .single-resources article .c_resources_container .mobile-form-container {
    margin-top: 0;
    width: 100% !important;
    box-sizing: border-box;
  }
  .single-resources article .c_resources_container .mobile-form-container .mobile_form {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 40px;
    width: auto;
    position: relative;
    display: block;
  }
  .single-resources article .c_resources_container .mobile-form-container .mobile_form .p_top_form_image {
    top: 0;
    width: 25% !important;
    background-size: cover;
    margin: 0 0 40px 0;
    border: 1px solid lightgrey;
    height: 300px !important;
  }
  .single-resources article .c_resources_container .mobile-form-container .mobile_form #sidebar {
    width: 100%;
    float: none;
  }
  .single-resources article .c_resources_container .mobile-form-container .mobile_form #sidebar h3 {
    margin-bottom: 16px;
    width: auto;
    height: auto;
    font-family: "Gilroy-SemiBold";
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #002067;
  }
  .single-resources article .c_resources_container .mobile-form-container .mobile_form #sidebar .hubspot_form {
    padding: 0 !important;
    width: auto;
    margin: 0;
    border: none;
  }
  .single-resources article .c_resources_container .mobile-form-container .mobile_form #sidebar .hubspot_form h3 {
    width: 100%;
    height: auto;
  }
  .single-resources article .c_resources_container .mobile-form-container .mobile_form .p_top_thank {
    margin-top: 0 !important;
  }
  .single-resources article .c_resources_container .c_resources_content {
    width: auto;
    margin: 0;
    padding-left: 24px;
    padding-right: 24px;
    min-height: auto;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .single-resources article .resources {
    width: 100% !important;
  }
  .single-resources article .resources .p_top_big {
    width: 100%;
    padding: 0 24px;
  }
  .single-resources article .resources .p_top_big .p_top_form {
    width: 30%;
    margin: 0 24px;
    left: 0 !important;
  }
  .single-resources article .resources .p_top_big .p_top_form #sidebar {
    width: 100%;
  }
  .single-resources article .resources .p_top_big .p_top_form #sidebar .hubspot_form {
    width: 100% !important;
    box-sizing: border-box;
  }
  .single-resources article .resources .p_top_big .p_top_form #sidebar .hubspot_form h3 {
    width: 100% !important;
  }
  .single-resources article .resources .p_top_big .p_top_big_info {
    margin-left: 35%;
    box-sizing: border-box;
    padding-right: 24px;
  }
  .single-resources article .resources .p_top_big .p_top_big_info h1 {
    width: 90%;
  }
  .single-resources article .c_resources_container {
    width: 100% !important;
    padding: 0 24px;
  }
  .single-resources article .c_resources_container .c_resources_content {
    margin-left: 35% !important;
  }
  .single-resources article .c_resources_container .mobile-form-container {
    display: none !important;
  }
  .single-resources article .c_resources_container .mobile-form-container .mobile_form {
    display: none;
  }
}

@media (min-width: 1199px) and (max-width: 1350px) {
  .resources-template-default article .resources {
    width: 100% !important;
  }
  .resources-template-default article .c_resources_container .mobile-form-container {
    display: none !important;
  }
  .resources-template-default article .c_resources_container .mobile-form-container .mobile_form {
    display: none;
  }
}
@media (min-width: 1351px) {
  .resources-template-default article .c_resources_container .mobile-form-container {
    display: none !important;
  }
  .resources-template-default article .c_resources_container .mobile-form-container .mobile_form {
    display: none;
  }
}
.page-template-template-resources .cards_container {
  padding: 80px 0;
}
@media (max-width: 980px) {
  .page-template-template-resources .cards_container {
    padding: 32px 0 60px !important;
  }
}
.page-template-template-resources .cards_container .container_outer .cards_title_container {
  margin-bottom: 30px !important;
}
.page-template-template-resources .cards_container .container_outer .cards_title_container .title h2 {
  padding: 0;
  font-size: 24px;
}
@media (max-width: 768px) {
  .page-template-template-resources .cards_container .container_outer .cards_title_container .title h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.page-template-template-resources .cards_container .container_outer .cards_title_container .title .title-underline {
  display: none;
}
.page-template-template-resources .cards_container .container_outer .cards_outer_container {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .page-template-template-resources .cards_container .container_outer .cards_outer_container {
    max-width: unset;
    margin: 0 auto;
    padding: unset;
  }
}
.page-template-template-resources .cards_container .container_outer .cards_outer_container .cards_inner_container .slick-arrow {
  display: none !important;
}
.page-template-template-resources .cards_container .container_outer .cards_outer_container .cards_inner_container .slick-list {
  overflow: visible !important;
}
.page-template-template-resources .cards_container .container_outer .cards_outer_container .cards_inner_container .card_container:nth-child(1) {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .page-template-template-resources .cards_container .container_outer .cards_outer_container .cards_inner_container .card_container:hover {
    transform: unset;
  }
}
.page-template-template-resources .cards_container .container_outer .cards_outer_container .cards_inner_container .card_container .card_inner {
  box-shadow: unset;
  border: solid 1px #DFE6EE;
  margin: unset;
  width: 100%;
}
.page-template-template-resources .cards_container .container_outer .cards_outer_container .cards_inner_container .card_container .card_inner:hover {
  border: unset;
  box-shadow: 0 8px 20px rgba(0, 46, 109, 0.18);
}
@media (max-width: 768px) {
  .page-template-template-resources .cards_container .container_outer .cards_outer_container .cards_inner_container .card_container .card_inner:hover {
    box-shadow: unset;
    border: solid 1px #DFE6EE;
  }
}
.page-template-template-resources .cards_container .container_outer .cards_outer_container .cards_inner_container .card_container .card_inner .card_text_container {
  height: 100%;
  min-height: unset !important;
}
@media (min-width: 1600px) {
  .page-template-template-resources .cards_container .container_outer .cards_outer_container .cards_inner_container .card_container .card_inner .card_text_container {
    height: 294px !important;
    min-height: unset !important;
  }
}
@media (max-width: 768px) {
  .page-template-template-resources .cards_container .container_outer .cards_outer_container .cards_inner_container .card_container .card_inner .card_text_container {
    padding: 24px 16px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page-template-template-resources .cards_container .container_outer .cards_outer_container .cards_inner_container .card_container .card_inner .card_text_container {
    height: 100% !important;
  }
}
.page-template-template-resources .cards_container .container_outer .cards_outer_container .cards_inner_container .card_container .card_inner .card_text_container .card_copy .content_type {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .page-template-template-resources .cards_container .container_outer .cards_outer_container .cards_inner_container .card_container .card_inner .card_text_container .card_copy .content_type {
    margin-bottom: 8px;
  }
}
.page-template-template-resources .cards_container .container_outer .cards_outer_container .cards_inner_container .card_container .card_inner .card_text_container .card_copy .content_title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .page-template-template-resources .cards_container .container_outer .cards_outer_container .cards_inner_container .card_container .card_inner .card_text_container .card_copy .content_title {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .page-template-template-resources .cards_container .container_outer .cards_outer_container .cards_inner_container .card_container .card_inner .card_text_container .card_copy .content_title p {
    font-size: 16px;
    letter-spacing: 0.3px;
  }
}
.page-template-template-resources .border_outer {
  margin: 0 auto 80px;
}
.page-template-template-resources .resources_archive {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto 50px;
}
.page-template-template-resources .resources_archive .resources_archive_inner {
  grid-column-gap: 52px;
  position: relative;
}
@media screen and (max-width: 769px) {
  .page-template-template-resources .resources_archive .resources_archive_inner {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .page-template-template-resources .resources_archive .resources_archive_inner {
    display: grid;
    grid-template-columns: 25% auto;
    grid-column-gap: 24px;
    width: 100%;
  }
}
@media (min-width: 1023px) and (max-width: 1199px) {
  .page-template-template-resources .resources_archive .resources_archive_inner {
    display: grid;
    grid-template-columns: 30% 65%;
  }
}
@media (min-width: 1199px) {
  .page-template-template-resources .resources_archive .resources_archive_inner {
    display: grid;
    grid-template-columns: 20% 77%;
  }
}
.page-template-template-resources .resources_archive .resources_archive_inner .apply_button_outer {
  display: none;
}
@media (max-width: 768px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .apply_button_outer {
    display: block;
    position: sticky;
    bottom: 0;
    left: 0;
    z-index: 999;
  }
}
.page-template-template-resources .resources_archive .resources_archive_inner .apply_button_outer button {
  cursor: pointer;
  width: 100vw;
  border: unset;
  background: #002067;
  color: white;
  height: 56px;
  box-sizing: border-box;
  font-family: "Gilroy-Semibold", sans-serif;
  text-transform: uppercase;
  z-index: 999;
}
.page-template-template-resources .resources_archive .resources_archive_inner .left_col {
  overflow: visible;
  position: relative;
}
@media (max-width: 768px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .left_col {
    display: block;
    position: absolute;
    width: 100%;
    transform: translateX(-150%);
    transition: transform linear 0.2s;
  }
}
@media (max-width: 768px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .left_col.showFilter {
    transform: translateX(0);
    z-index: 101;
    width: 100vw;
    margin: 0;
    left: 0;
    position: fixed;
    top: 0;
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 768px) and (max-height: 640px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .left_col.showFilter {
    height: 100%;
  }
}
.page-template-template-resources .resources_archive .resources_archive_inner .left_col.showFilter .left_col_wrapper {
  position: relative;
}
@media (max-width: 768px) and (max-height: 640px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .left_col.showFilter .left_col_wrapper {
    height: unset;
  }
}
.page-template-template-resources .resources_archive .resources_archive_inner .left_col .col_spacer {
  height: 40px;
  display: block;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .left_col .col_spacer {
    display: none;
  }
}
.page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner {
  padding: 24px;
  background-color: #F2F6F9;
  position: sticky;
  position: -webkit-sticky;
  top: 200px;
  height: 65vh;
  overflow-y: scroll;
  /*    height: auto; */
}
@media (max-width: 768px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner {
    background-color: white;
    border: #DFE6EE solid 1px;
    position: unset;
    top: 0;
    height: 100%;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner {
    /*background-color: white;
    border: $tgBorderGrey solid 1px;
    position: unset;
    top: 0;
    overflow-y: scroll;
    height: 100vh;
    padding-bottom: 75px;*/
  }
}
.page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .filter-title {
  padding: 0 0 13px;
  border-bottom: 1px solid #DFE6EE;
}
@media (max-width: 768px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .filter-title {
    display: flex;
    justify-content: space-between;
    border-bottom: none;
  }
}
.page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .filter-title span {
  font-size: 24px;
  line-height: 36px;
  color: #002067;
  font-family: "Gilroy-Semibold", sans-serif;
}
@media (max-width: 768px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .filter-title span {
    font-size: 32px;
    line-height: 40px;
  }
}
.page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .filter-title span.close_filter {
  display: none;
}
@media (max-width: 768px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .filter-title span.close_filter {
    display: block;
  }
}
.page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .categ_filter, .page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .type_filter {
  margin-bottom: 0;
}
.page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .categ_filter .filter_inner, .page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .type_filter .filter_inner {
  background-color: #F2F6F9;
  padding: 30px 0 0;
}
@media (max-width: 768px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .categ_filter .filter_inner, .page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .type_filter .filter_inner {
    background-color: white;
    padding: 0;
  }
}
.page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .categ_filter .filter_inner .border, .page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .type_filter .filter_inner .border {
  width: 100%;
  height: 1px;
  background-color: #9eaec1;
  opacity: 0.6;
}
.page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .categ_filter .filter_inner .filter_title_outer, .page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .type_filter .filter_inner .filter_title_outer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .categ_filter .filter_inner .filter_title_outer .filter_name span, .page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .type_filter .filter_inner .filter_title_outer .filter_name span {
  font-size: 20px;
  font-family: "Gilroy-Bold", sans-serif;
  color: #002067;
  line-height: 30px;
}
.page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .categ_filter .filter_inner .filter_title_outer .clearfilter_outer, .page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .type_filter .filter_inner .filter_title_outer .clearfilter_outer {
  height: 100%;
  padding: 0 0 8px;
}
.page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .categ_filter .filter_inner .filter_title_outer .clearfilter_outer .clearfilter, .page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .type_filter .filter_inner .filter_title_outer .clearfilter_outer .clearfilter {
  background: none;
  border: 0;
  padding: 0;
  color: #8091a5;
  font-size: 14px;
  line-height: 16px;
  font-family: "Gilroy-Bold", sans-serif;
  position: relative;
  cursor: pointer;
}
.page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .categ_filter .filter_inner .facetwp-facet, .page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .type_filter .filter_inner .facetwp-facet {
  padding: 0;
  margin-bottom: 24px;
}
.page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .categ_filter .filter_inner .facetwp-facet .facetwp-checkbox, .page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .type_filter .filter_inner .facetwp-facet .facetwp-checkbox {
  font-size: 14px;
  line-height: 22px;
  color: #002067;
  font-family: "Gilroy-Medium", sans-serif;
  padding-left: 28px;
  position: relative;
  margin-bottom: 12px;
  background-image: url("/wp-content/themes/tgroup/2021-assets/icons/checkbox-empty.svg");
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: 0 2px;
  cursor: pointer;
}
.page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .categ_filter .filter_inner .facetwp-facet .facetwp-checkbox.checked, .page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .type_filter .filter_inner .facetwp-facet .facetwp-checkbox.checked {
  background-image: url("/wp-content/themes/tgroup/2021-assets/icons/checkbox-filled.svg");
}
.page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .categ_filter .filter_inner .facetwp-facet .facetwp-checkbox[data-value="3minutes"], .page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .type_filter .filter_inner .facetwp-facet .facetwp-checkbox[data-value="3minutes"] {
  display: none;
}
.page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .categ_filter .filter_inner .facetwp-facet .facetwp-checkbox .facetwp-counter, .page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .type_filter .filter_inner .facetwp-facet .facetwp-checkbox .facetwp-counter {
  display: none;
}
.page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .categ_filter .filter_inner .facetwp-facet .facetwp-checkbox ul li ul .cat-item, .page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .type_filter .filter_inner .facetwp-facet .facetwp-checkbox ul li ul .cat-item {
  display: block;
}
.page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .categ_filter .filter_inner .facetwp-facet .facetwp-checkbox ul li ul .cat-item label, .page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .type_filter .filter_inner .facetwp-facet .facetwp-checkbox ul li ul .cat-item label {
  font-size: 14px;
  line-height: 19px;
  color: #002067;
  font-family: "Gilroy-Medium", sans-serif;
  padding-left: 28px;
  position: relative;
  margin-bottom: 12px;
}
.page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .categ_filter .filter_inner .facetwp-facet .facetwp-checkbox ul li ul .cat-item label input[type=checkbox]:not(:checked), .page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .type_filter .filter_inner .facetwp-facet .facetwp-checkbox ul li ul .cat-item label input[type=checkbox]:not(:checked) {
  position: absolute;
  left: 0;
  margin: 0;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .categ_filter .filter_inner .facetwp-facet .facetwp-checkbox ul li ul .cat-item label input[type=checkbox]:not(:checked):before, .page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .type_filter .filter_inner .facetwp-facet .facetwp-checkbox ul li ul .cat-item label input[type=checkbox]:not(:checked):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #002067;
}
.page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .categ_filter .filter_inner .facetwp-facet .facetwp-checkbox ul li ul .cat-item label input[type=checkbox]:not(:checked):after, .page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .type_filter .filter_inner .facetwp-facet .facetwp-checkbox ul li ul .cat-item label input[type=checkbox]:not(:checked):after {
  display: none;
}
.page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .categ_filter .filter_inner .facetwp-facet .facetwp-checkbox ul li ul .cat-item label input[type=checkbox]:checked, .page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .type_filter .filter_inner .facetwp-facet .facetwp-checkbox ul li ul .cat-item label input[type=checkbox]:checked {
  position: absolute;
  left: 0;
  margin: 0;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .categ_filter .filter_inner .facetwp-facet .facetwp-checkbox ul li ul .cat-item label input[type=checkbox]:checked:before, .page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .type_filter .filter_inner .facetwp-facet .facetwp-checkbox ul li ul .cat-item label input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #002067;
  background-color: #002067;
}
.page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .categ_filter .filter_inner .facetwp-facet .facetwp-checkbox ul li ul .cat-item label input[type=checkbox]:checked:after, .page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .type_filter .filter_inner .facetwp-facet .facetwp-checkbox ul li ul .cat-item label input[type=checkbox]:checked:after {
  content: "";
  width: 14px;
  height: 10px;
  background: url(/wp-content/themes/tgroup/assets/svg/checkbox-filled.svg) no-repeat;
  position: absolute;
  top: 5px;
  left: 4px;
}
.page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .categ_filter .filter_inner .facetwp-facet .facetwp-checkbox ul li ul .cat-item .children, .page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .type_filter .filter_inner .facetwp-facet .facetwp-checkbox ul li ul .cat-item .children {
  padding: 0 26px;
}
.page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .categ_filter .filter_inner .facetwp-facet .facetwp-checkbox ul li ul .cat-item .children label, .page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .type_filter .filter_inner .facetwp-facet .facetwp-checkbox ul li ul .cat-item .children label {
  position: relative;
  padding-left: 28px;
  font-size: 12px;
  color: #002067;
  line-height: 16px;
  font-family: "Gilroy-Medium", sans-serif;
  width: 100%;
}
.page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .categ_filter .filter_inner .facetwp-facet .no_topics, .page-template-template-resources .resources_archive .resources_archive_inner .left_col .left_col_inner .type_filter .filter_inner .facetwp-facet .no_topics {
  font-size: 14px;
  line-height: 22px;
  color: #002067;
  font-family: "Gilroy-Medium", sans-serif;
  display: block;
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col {
  position: relative;
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .top_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  width: 100%;
}
@media (max-width: 768px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .top_row {
    position: relative;
    height: 35px;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .top_row .results_counter {
    display: none;
  }
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .top_row .results_counter .facetwp-type-pager {
  font-family: "Gilroy-Medium", sans-serif;
  color: #002067;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .top_row .mobile_filter {
  display: none;
}
@media (max-width: 768px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .top_row .mobile_filter {
    display: block;
  }
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .top_row .mobile_filter a {
  color: #667587;
  text-transform: uppercase;
  font-family: "Gilroy-Regular", sans-serif;
  text-align: center;
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  background-color: white;
  border: 1px solid #DFE6EE;
  padding: 8px 15px;
  height: 35px;
  line-height: 1.2;
  font-size: 14px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .top_row .quick_search {
    display: none;
  }
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .top_row .quick_search .mob_close_search {
  display: none;
}
@media (max-width: 768px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .top_row .quick_search .mob_close_search {
    display: block;
    position: absolute;
    top: 7px;
    right: 4px;
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 768px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .top_row .quick_search .mob_close_search img {
    display: block;
  }
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .top_row .quick_search .facetwp-type-search {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .top_row .quick_search .facetwp-type-search {
    width: 100%;
    box-sizing: border-box;
  }
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .top_row .quick_search .facetwp-type-search .facetwp-search-wrap {
  height: 100%;
  display: block;
}
@media (max-width: 768px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .top_row .quick_search .facetwp-type-search .facetwp-search-wrap {
    width: 100%;
    box-sizing: border-box;
  }
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .top_row .quick_search .facetwp-type-search .facetwp-search-wrap .facetwp-btn {
  opacity: 1;
  right: 0;
  top: 0;
  position: absolute;
  background-color: #002067;
  width: 72px;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .top_row .quick_search .facetwp-type-search .facetwp-search-wrap .facetwp-btn {
    background: unset;
  }
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .top_row .quick_search .facetwp-type-search .facetwp-search-wrap .facetwp-btn:before {
  background: url("/wp-content/themes/tgroup/2021-assets/icons/search.svg") no-repeat;
  width: 20px;
  height: 20px;
  margin: auto;
  display: block;
  filter: brightness(2);
}
@media (max-width: 768px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .top_row .quick_search .facetwp-type-search .facetwp-search-wrap .facetwp-btn:before {
    display: none;
  }
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .top_row .quick_search .facetwp-type-search .facetwp-search-wrap .facetwp-search {
  height: 40px;
  box-sizing: border-box;
  color: #999;
  text-transform: capitalize;
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 12px;
  line-height: 25px;
  border: solid 1px #dfe6ee;
  background: white;
  padding: 7.5px 72px 7.5px 16px;
  width: 284px;
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .top_row .quick_search .facetwp-type-search .facetwp-search-wrap .facetwp-search:focus-visible {
  outline: unset;
}
@media (max-width: 768px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .top_row .quick_search .facetwp-type-search .facetwp-search-wrap .facetwp-search {
    width: 100%;
    font-size: 14px;
  }
  .page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .top_row .quick_search .facetwp-type-search .facetwp-search-wrap .facetwp-search::placeholder {
    color: #B0BECC !important;
  }
}
@media (max-width: 768px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .top_row .quick_search.openMobSearch {
    display: block;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
  }
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .top_row .mobile_quicksearch {
  display: none;
}
@media (max-width: 768px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .top_row .mobile_quicksearch {
    display: block;
  }
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .filter_list {
  display: none;
}
@media (max-width: 768px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .filter_list {
    display: block;
  }
  .page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .filter_list ul li .facetwp-selection-value {
    border: solid 1px rgba(0, 32, 103, 0.1);
    border-radius: 4px;
    padding: 8px 32px 8px 8px;
    font-family: "Gilroy-Medium", sans-serif;
    color: #002067;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
    background-image: url(/wp-content/themes/tgroup/assets/svg/close-darkblue.svg);
    background-size: 9px 9px;
    background-position: 92% center;
    background-repeat: no-repeat;
  }
  .page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .filter_list ul li .facetwp-selection-label {
    display: none;
  }
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container {
  display: grid;
}
@media screen and (max-width: 1023px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container {
    display: flex;
    flex-direction: column;
    grid-row-gap: 0;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 24px;
    grid-column-gap: 24px;
  }
}
@media (min-width: 1023px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 50px;
    grid-column-gap: 50px;
  }
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container {
  transition: transform 0.5s ease;
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container:hover {
  transform: translateY(-10px);
}
@media (max-width: 768px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container:hover {
    transform: unset !important;
  }
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container:hover .card_inner {
  border: unset;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container:hover .card_inner {
    box-shadow: unset;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #dfe6ee;
  }
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container .card_inner {
  background: white;
  box-shadow: unset;
  border: solid 1px #DFE6EE;
  width: 100%;
  min-height: 380px;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container .card_inner {
    width: 100%;
    flex-direction: row;
    min-height: unset;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #dfe6ee;
    justify-content: space-between;
    padding: 24px 0 12px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container .card_inner .image_container {
    width: 92px;
    height: 92px;
    box-sizing: border-box;
    min-width: 92px;
  }
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container .card_inner .image_container .resource_image {
  background-size: cover;
  background-position: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container .card_inner .image_container .resource_image {
    height: 100% !important;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
  }
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container .card_inner .image_container .resource_image.Medium {
  height: 249px;
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container .card_inner .image_container .resource_image.Large {
  height: 377px;
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container .card_inner .image_container .resource_image.Small {
  height: 160px;
}
@media screen and (max-width: 768px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container .card_inner .image_container .resource_image.Small {
    background-size: cover;
  }
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container .card_inner .image_container.image_visibility_false {
  display: none;
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container .card_inner .card_text_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 16px 26px;
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container .card_inner .card_text_container {
    padding: 0 0 0 20px;
    width: -webkit-fill-available;
    width: 100%;
  }
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container .card_inner .card_text_container .card_copy .content_type {
  margin-bottom: 10px;
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container .card_inner .card_text_container .card_copy .content_type .type .type-series {
  width: fit-content;
  padding: 0px 15px;
  background: #FF6253;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container .card_inner .card_text_container .card_copy .content_type .type p {
  color: #FF5749;
  font-size: 15px;
  line-height: 20px;
  font-family: "Gilroy-Semibold", sans-serif;
  text-transform: uppercase;
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container .card_inner .card_text_container .card_copy .content_type.date_visibility_false .date {
  display: none;
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container .card_inner .card_text_container .card_copy .content_type.date_visibility_1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container .card_inner .card_text_container .card_copy .content_type.date_visibility_1 .date {
  border-right: solid 1px #ECF0F5;
  padding: 0 32px 0 0;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container .card_inner .card_text_container .card_copy .content_type.date_visibility_1 .date {
    width: fit-content;
    width: -moz-fit-content;
    /* Firefox */
    width: -webkit-fit-content;
    /* Chrome */
    text-align: left;
  }
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container .card_inner .card_text_container .card_copy .content_type.date_visibility_1 .date .date_month {
  font-family: "Gilroy-Bold", sans-serif;
  color: #081644;
  font-size: 16px;
  line-height: 19px;
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container .card_inner .card_text_container .card_copy .content_type.date_visibility_1 .date .date_day {
  font-family: "Gilroy-Bold", sans-serif;
  color: #081644;
  font-size: 24px;
  line-height: 29px;
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container .card_inner .card_text_container .card_copy .content_type.date_visibility_1 .type {
  width: 50%;
  padding-left: 15px;
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container .card_inner .card_text_container .card_copy .content_type.date_visibility_1 .type p {
  color: #FF5749;
  font-size: 14px;
  line-height: 19px;
  font-family: "Gilroy-Semibold", sans-serif;
}
@media screen and (max-width: 768px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container .card_inner .card_text_container .card_copy .content_type.date_visibility_1 .type p {
    font-size: 12px;
    line-height: 26px;
  }
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container .card_inner .card_text_container .card_copy .content_title {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container .card_inner .card_text_container .card_copy .content_title {
    margin-bottom: 0;
  }
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container .card_inner .card_text_container .card_copy .content_title .name-subcat {
  font-size: 16px;
  font-family: "Gilroy-Bold", sans-serif;
  color: #002067;
  line-height: 24px;
  margin: 20px 0 10px 0;
}
@media screen and (max-width: 768px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container .card_inner .card_text_container .card_copy .content_title .name-subcat {
    font-size: 18px;
    line-height: 24px;
  }
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container .card_inner .card_text_container .card_copy .content_title p {
  font-size: 16px;
  font-family: "Gilroy-Bold", sans-serif;
  color: #002067;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container .card_inner .card_text_container .card_copy .content_title p {
    font-size: 18px;
    line-height: 24px;
  }
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container .card_inner .card_text_container .card_copy .content_blurb {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container .card_inner .card_text_container .card_copy .content_blurb {
    margin-bottom: 0;
  }
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container .card_inner .card_text_container .card_copy .content_blurb p {
  font-size: 14px;
  color: #999999;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container .card_inner .card_text_container .card_copy .content_blurb p {
    font-size: 14px;
    line-height: 19px;
  }
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container .card_inner .card_text_container .card_link a {
  display: flex;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container .card_inner .card_text_container .card_link a {
    display: none;
  }
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container .card_inner .card_text_container .card_link a .arrow {
  margin-left: 0;
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container .card_inner .card_text_container .card_link.textlength a {
  justify-content: flex-start;
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .card_container .card_inner .card_text_container .card_link.fullwidth a {
  justify-content: space-between;
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .no_resources {
  width: 100%;
  position: absolute;
  color: #3f4a5b;
}
@media (max-width: 768px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .resources_view .resource_cards .cards_inner_container .no_resources {
    position: relative;
    height: 100px;
  }
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .pagination .facetwp-type-pager {
  margin: 20px 0;
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .pagination .facetwp-type-pager .facetwp-pager {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .pagination .facetwp-type-pager .facetwp-pager {
    justify-content: center;
  }
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .pagination .facetwp-type-pager .facetwp-pager .facetwp-page {
  font-family: "Gilroy-Medium", sans-serif;
}
.page-template-template-resources .resources_archive .resources_archive_inner .right_col .resources_list .pagination .facetwp-type-pager .facetwp-pager .facetwp-page.active {
  font-family: "Gilroy-Bold", sans-serif;
  text-decoration: underline !important;
}

.resources-template-default {
  position: relative;
}
@media (max-height: 650px) and (max-width: 980px) {
  .resources-template-default.modal_active {
    height: 120vh;
    overflow-y: hidden;
  }
}
@media (min-height: 750px) and (max-width: 980px) {
  .resources-template-default.modal_active {
    height: 100vh;
    overflow-y: hidden;
  }
}
.resources-template-default .resource_gating {
  width: 90%;
  max-width: 1920px;
  margin: 57px auto 0;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .resources-template-default .resource_gating {
    max-width: unset;
    /*margin: 57px auto 0 0;*/
    margin: 8px auto 0 0;
    width: 100%;
    padding: 24px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .resources-template-default .resource_gating {
    max-width: unset;
    margin: 57px auto;
    width: 100%;
    padding: 24px;
  }
}
@media (min-width: 981px) and (max-width: 1024px) {
  .resources-template-default .resource_gating {
    max-width: unset;
    margin: 57px 24px 24px;
  }
}
.resources-template-default .resource_gating .resource_row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .resources-template-default .resource_gating .resource_row {
    flex-direction: column;
  }
}
.resources-template-default .resource_gating .resource_row .left {
  width: 50%;
}
@media (max-width: 768px) {
  .resources-template-default .resource_gating .resource_row .left {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .resources-template-default .resource_gating .resource_row .left {
    width: 45%;
  }
}
.resources-template-default .resource_gating .resource_row .left .article_outer .article_inner .resource_type {
  margin-bottom: 8px;
}
.resources-template-default .resource_gating .resource_row .left .article_outer .article_inner .resource_type span {
  text-transform: uppercase;
  color: #FF5749;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
  font-family: "Gilroy-Semibold", sans-serif;
}
.resources-template-default .resource_gating .resource_row .left .article_outer .article_inner .resource_title {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .resources-template-default .resource_gating .resource_row .left .article_outer .article_inner .resource_title {
    margin-bottom: 24px;
  }
}
.resources-template-default .resource_gating .resource_row .left .article_outer .article_inner .resource_title h1 {
  font-family: "Gilroy-Semibold", sans-serif;
  color: #002067;
  font-size: 40px;
  line-height: 46px;
}
@media (max-width: 980px) {
  .resources-template-default .resource_gating .resource_row .left .article_outer .article_inner .resource_title h1 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (min-width: 980px) and (max-width: 1024px) {
  .resources-template-default .resource_gating .resource_row .left .article_outer .article_inner .resource_title h1 {
    font-size: 30px;
    line-height: 38px;
  }
}
.resources-template-default .resource_gating .resource_row .left .article_outer .article_inner .resource_content .content_inner {
  color: #667587;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 25px;
}
.resources-template-default .resource_gating .resource_row .left .article_outer .article_inner .resource_content .content_inner h2 {
  font-size: 24px;
  line-height: 32px;
  font-family: "Gilroy-Semibold", sans-serif;
  color: #002067;
  margin-bottom: 25px;
}
@media (max-width: 980px) {
  .resources-template-default .resource_gating .resource_row .left .article_outer .article_inner .resource_content .content_inner h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 980px) and (max-width: 1024px) {
  .resources-template-default .resource_gating .resource_row .left .article_outer .article_inner .resource_content .content_inner h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.resources-template-default .resource_gating .resource_row .left .article_outer .article_inner .resource_content .content_inner h3, .resources-template-default .resource_gating .resource_row .left .article_outer .article_inner .resource_content .content_inner h4, .resources-template-default .resource_gating .resource_row .left .article_outer .article_inner .resource_content .content_inner h5, .resources-template-default .resource_gating .resource_row .left .article_outer .article_inner .resource_content .content_inner h6 {
  font-size: 20px;
  line-height: 30px;
  font-family: "Gilroy-Semibold", sans-serif;
  color: #002067;
  margin-bottom: 25px;
}
@media (max-width: 980px) {
  .resources-template-default .resource_gating .resource_row .left .article_outer .article_inner .resource_content .content_inner h3, .resources-template-default .resource_gating .resource_row .left .article_outer .article_inner .resource_content .content_inner h4, .resources-template-default .resource_gating .resource_row .left .article_outer .article_inner .resource_content .content_inner h5, .resources-template-default .resource_gating .resource_row .left .article_outer .article_inner .resource_content .content_inner h6 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 980px) and (max-width: 1024px) {
  .resources-template-default .resource_gating .resource_row .left .article_outer .article_inner .resource_content .content_inner h3, .resources-template-default .resource_gating .resource_row .left .article_outer .article_inner .resource_content .content_inner h4, .resources-template-default .resource_gating .resource_row .left .article_outer .article_inner .resource_content .content_inner h5, .resources-template-default .resource_gating .resource_row .left .article_outer .article_inner .resource_content .content_inner h6 {
    font-size: 16px;
    line-height: 22px;
  }
}
.resources-template-default .resource_gating .resource_row .left .article_outer .article_inner .resource_content .content_inner p {
  margin-bottom: 16px;
}
.resources-template-default .resource_gating .resource_row .left .article_outer .article_inner .resource_content .content_inner li {
  margin-bottom: 8px;
}
.resources-template-default .resource_gating .resource_row .left .article_outer .article_inner .resource_content .content_inner ol {
  margin: 16px 0;
}
.resources-template-default .resource_gating .resource_row .left .article_outer .article_inner .resource_content .content_inner ol li {
  padding-left: 8px;
  position: relative;
}
.resources-template-default .resource_gating .resource_row .left .article_outer .article_inner .resource_content .content_inner ol li:before {
  content: counter(item) ". ";
  font-size: 15px;
  counter-increment: item;
  color: #ff6253;
}
.resources-template-default .resource_gating .resource_row .left .article_outer .article_inner .resource_content .content_inner ul {
  margin: 16px 0;
}
.resources-template-default .resource_gating .resource_row .left .article_outer .article_inner .resource_content .content_inner ul li {
  padding-left: 14px;
  position: relative;
}
.resources-template-default .resource_gating .resource_row .left .article_outer .article_inner .resource_content .content_inner ul li:before {
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #FF5749;
  display: block;
  content: "";
  position: absolute;
}
@media (max-width: 767px) {
  .resources-template-default .resource_gating .resource_row .left .article_outer .download_res_btn {
    position: unset;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 99;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .resources-template-default .resource_gating .resource_row .left .article_outer .download_res_btn {
    width: 100%;
    margin-bottom: 24px;
  }
}
.resources-template-default .resource_gating .resource_row .left .article_outer .download_res_btn .btn_outer a {
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  .resources-template-default .resource_gating .resource_row .left .article_outer .download_res_btn .btn_outer a {
    width: 100%;
    height: 56px;
    padding: 20px;
    font-size: 14px;
  }
}
.resources-template-default .resource_gating .resource_row .left .thankyou_outer {
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .resources-template-default .resource_gating .resource_row .left .thankyou_outer {
    margin-bottom: 32px;
  }
}
.resources-template-default .resource_gating .resource_row .left .thankyou_outer .thankyou_heading {
  width: 70%;
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .resources-template-default .resource_gating .resource_row .left .thankyou_outer .thankyou_heading {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .resources-template-default .resource_gating .resource_row .left .thankyou_outer .thankyou_heading {
    margin-bottom: 24px;
  }
}
.resources-template-default .resource_gating .resource_row .left .thankyou_outer .thankyou_heading span {
  font-size: 40px;
  color: #002067;
  font-family: "Gilroy-Semibold", sans-serif;
  line-height: 46px;
}
@media (min-width: 980px) and (max-width: 1024px) {
  .resources-template-default .resource_gating .resource_row .left .thankyou_outer .thankyou_heading span {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 980px) {
  .resources-template-default .resource_gating .resource_row .left .thankyou_outer .thankyou_heading span {
    font-size: 24px;
    line-height: 36px;
  }
}
.resources-template-default .resource_gating .resource_row .left .thankyou_outer .thankyou_body p {
  font-size: 15px;
  line-height: 25px;
  color: #667587;
  font-family: "Gilroy-Regular", sans-serif;
}
.resources-template-default .resource_gating .resource_row .left .thankyou_outer .thankyou_body p a {
  text-decoration: underline !important;
}
.resources-template-default .resource_gating .resource_row .left .related_resources .rel_res_heading {
  width: 85%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .resources-template-default .resource_gating .resource_row .left .related_resources .rel_res_heading {
    width: 100%;
    margin-bottom: 24px;
  }
}
.resources-template-default .resource_gating .resource_row .left .related_resources .rel_res_heading span {
  color: #002067;
  font-family: "Gilroy-Semibold", sans-serif;
  line-height: 36px;
  font-size: 24px;
}
@media (max-width: 768px) {
  .resources-template-default .resource_gating .resource_row .left .related_resources .rel_res_heading span {
    font-size: 20px;
    line-height: 30px;
  }
}
.resources-template-default .resource_gating .resource_row .left .related_resources .rel_res_list .rel_resources_inner .rel_resource_outer {
  padding: 16px 0 24px;
}
@media (min-width: 768px) {
  .resources-template-default .resource_gating .resource_row .left .related_resources .rel_res_list .rel_resources_inner .rel_resource_outer:hover {
    box-shadow: 0 15px 34px 0 #002E6D2E;
  }
}
.resources-template-default .resource_gating .resource_row .left .related_resources .rel_res_list .rel_resources_inner .rel_resource_outer:nth-child(2) {
  border-top: #DFE6EE solid 1px;
  border-bottom: #DFE6EE solid 1px;
}
.resources-template-default .resource_gating .resource_row .left .related_resources .rel_res_list .rel_resources_inner .rel_resource_outer .rel_resource {
  display: flex;
  height: 100%;
}
.resources-template-default .resource_gating .resource_row .left .related_resources .rel_res_list .rel_resources_inner .rel_resource_outer .rel_resource .thumbnail {
  width: 120px;
  height: 120px;
  background-color: #002067;
}
@media (max-width: 768px) {
  .resources-template-default .resource_gating .resource_row .left .related_resources .rel_res_list .rel_resources_inner .rel_resource_outer .rel_resource .thumbnail {
    width: 92px;
    height: 92px;
  }
}
.resources-template-default .resource_gating .resource_row .left .related_resources .rel_res_list .rel_resources_inner .rel_resource_outer .rel_resource .thumbnail .thumb_inner {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center;
}
.resources-template-default .resource_gating .resource_row .left .related_resources .rel_res_list .rel_resources_inner .rel_resource_outer .rel_resource .rel_resource-text {
  margin-left: 24px;
  box-sizing: border-box;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 70%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .resources-template-default .resource_gating .resource_row .left .related_resources .rel_res_list .rel_resources_inner .rel_resource_outer .rel_resource .rel_resource-text {
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .resources-template-default .resource_gating .resource_row .left .related_resources .rel_res_list .rel_resources_inner .rel_resource_outer .rel_resource .rel_resource-text {
    height: unset;
    margin-left: 20px;
    max-width: 57%;
  }
}
.resources-template-default .resource_gating .resource_row .left .related_resources .rel_res_list .rel_resources_inner .rel_resource_outer .rel_resource .rel_resource-text .rel_res_type span {
  color: #FF5749;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.3px;
  font-family: "Gilroy-Semibold", sans-serif;
}
.resources-template-default .resource_gating .resource_row .left .related_resources .rel_res_list .rel_resources_inner .rel_resource_outer .rel_resource .rel_resource-text .rel_res_title span {
  font-family: "Gilroy-Semibold", sans-serif;
  color: #002067;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .resources-template-default .resource_gating .resource_row .left .related_resources .rel_res_list .rel_resources_inner .rel_resource_outer .rel_resource .rel_resource-text .rel_res_title span {
    font-size: 14px;
    line-height: 20px;
    display: block;
  }
}
.resources-template-default .resource_gating .resource_row .right {
  width: 37%;
}
@media (max-width: 768px) {
  .resources-template-default .resource_gating .resource_row .right {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .resources-template-default .resource_gating .resource_row .right {
    width: 45%;
  }
}
.resources-template-default .resource_gating .resource_row .right .res_cover_outer {
  display: block;
  max-width: 480px;
  margin-left: auto;
}
@media (min-width: 1440px) {
  .resources-template-default .resource_gating .resource_row .right .res_cover_outer {
    width: 480px;
  }
}
.resources-template-default .resource_gating .resource_row .right .res_cover_outer .res_cover {
  display: block;
}
.resources-template-default .resource_gating .resource_row .right .res_cover_outer .res_cover .cover_top {
  display: block;
  background-image: url("/wp-content/themes/tgroup/assets/images/ebookcovertop.jpg");
  background-size: cover;
}
.resources-template-default .resource_gating .resource_row .right .res_cover_outer .res_cover .cover_top .cover_top_inner {
  padding: 48px 38px;
  display: block;
}
.resources-template-default .resource_gating .resource_row .right .res_cover_outer .res_cover .cover_top .cover_top_inner .logo {
  display: block;
  height: 12px;
  margin-bottom: 42px;
}
.resources-template-default .resource_gating .resource_row .right .res_cover_outer .res_cover .cover_top .cover_top_inner .logo img {
  display: block;
  height: 100%;
}
.resources-template-default .resource_gating .resource_row .right .res_cover_outer .res_cover .cover_top .cover_top_inner .cover_title {
  display: block;
}
.resources-template-default .resource_gating .resource_row .right .res_cover_outer .res_cover .cover_top .cover_top_inner .cover_title span {
  color: white;
  font-size: 24px;
  line-height: 35px;
  font-family: "Gilroy-Semibold", sans-serif;
}
.resources-template-default .resource_gating .resource_row .right .res_cover_outer .res_cover .cover_bottom {
  display: block;
  height: 477px;
}
.resources-template-default .resource_gating .resource_row .right .res_cover_outer .res_cover .cover_bottom .cover_bottom_inner {
  display: block;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.resources-template-default .spacer {
  background-color: white;
  height: 0;
}

.form_modal {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(8, 22, 68, 0.86);
  overflow: scroll !important;
}
@media (max-width: 768px) {
  .form_modal {
    background-color: white;
  }
}
.form_modal .modal_outer {
  padding: 160px 0;
}
@media (max-width: 768px) {
  .form_modal .modal_outer {
    padding: 0;
  }
}
.form_modal .modal_outer .form {
  width: 400px;
  padding: 52px 35px 24px;
  margin: 0 auto;
  background-color: white;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .form_modal .modal_outer .form {
    width: 100%;
  }
}
.form_modal .modal_outer .form .form_inner .form_heading {
  margin-bottom: 10px;
}
.form_modal .modal_outer .form .form_inner .form_heading span {
  font-size: 20px;
  line-height: 30px;
  color: #002067;
  font-family: "Gilroy-Semibold", sans-serif;
}
.form_modal .modal_outer .form .form_inner .hbspt-form form .hs_error_rollup {
  height: 55px;
}
.form_modal .modal_outer .form .form_inner .hbspt-form form .hs-error-msgs label {
  display: block;
  color: #FF5749;
  margin-top: 8px;
}
.form_modal .modal_outer .form .form_inner .hbspt-form form label {
  display: none;
}
.form_modal .modal_outer .form .form_inner .hbspt-form form .hs-fieldtype-select .input {
  border-bottom: #DFE6EE solid 1px;
  position: relative;
}
.form_modal .modal_outer .form .form_inner .hbspt-form form .hs-fieldtype-select .input:after {
  position: absolute;
  top: 40%;
  right: 8px;
  display: block;
  content: "";
  background-image: url("/wp-content/themes/tgroup/assets/svg/arrowDropDown.svg");
  width: 10px;
  height: 5px;
  background-size: contain;
  background-repeat: no-repeat;
}
.form_modal .modal_outer .form .form_inner .hbspt-form form .hs-fieldtype-select .input select {
  font-family: "Gilroy-Regular", sans-serif !important;
}
.form_modal .modal_outer .form .form_inner .hbspt-form form .hs-richtext {
  font-size: 14px;
  line-height: 22px;
  color: #667587;
  font-family: "Gilroy-Medium", sans-serif;
  margin-bottom: 24px;
  width: 331px;
}
@media (max-width: 768px) {
  .form_modal .modal_outer .form .form_inner .hbspt-form form .hs-richtext {
    width: 100% !important;
  }
}
.form_modal .modal_outer .form .form_inner .hbspt-form form .actions .hs-button {
  height: 48px;
  color: white;
  background-color: #002067;
  text-transform: uppercase;
  width: 100%;
  cursor: pointer;
}
@media (max-width: 768px) {
  .form_modal .modal_outer .form .form_inner .hbspt-form form .actions .hs-button {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 56px;
  }
}
.form_modal .modal_outer .form .form_inner .hbspt-form form .input input {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 56px;
  padding: 0;
  font-family: "Gilroy-Regular", sans-serif;
  border: none;
  border-bottom: #DFE6EE solid 1px;
  font-size: 16px;
  line-height: 24px;
  background-color: white;
  color: #081644;
}
.form_modal .modal_outer .form .form_inner .hbspt-form form .input input:focus-visible {
  border-bottom-color: #081644;
  outline: unset;
}
.form_modal .modal_outer .form .close {
  cursor: pointer;
  position: absolute;
  top: 21px;
  right: 21px;
}

.resources-template-default {
  /*article {*/
}
@media (max-height: 649px) and (max-width: 980px) {
  .resources-template-default.modal_active {
    height: 120vh;
    overflow-y: hidden !important;
  }
}
@media (min-height: 650px) and (max-width: 980px) {
  .resources-template-default.modal_active {
    height: fit-content;
    height: -moz-fit-content;
    /* Firefox */
    height: -webkit-fit-content;
    /* Chrome */
    max-height: 120vh;
    overflow-y: hidden !important;
  }
}
.resources-template-default .videores_top .videores_top_wrapper {
  max-width: 994px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .resources-template-default .videores_top .videores_top_wrapper {
    max-width: unset;
  }
}
.resources-template-default .videores_top .videores_top_wrapper .titles {
  padding: 67px 85px 48px;
}
@media (max-width: 768px) {
  .resources-template-default .videores_top .videores_top_wrapper .titles {
    padding: 32px 30px 20px;
  }
}
.resources-template-default .videores_top .videores_top_wrapper .titles .subtitle {
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .resources-template-default .videores_top .videores_top_wrapper .titles .subtitle {
    margin-bottom: 4px;
  }
}
.resources-template-default .videores_top .videores_top_wrapper .titles .subtitle h3 {
  color: #FF5749;
  font-family: "Gilroy-Semibold", sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
@media (max-width: 768px) {
  .resources-template-default .videores_top .videores_top_wrapper .titles .subtitle h3 {
    font-size: 12px;
  }
}
.resources-template-default .videores_top .videores_top_wrapper .titles .subtitle h3 a {
  color: #FF5749;
  font-family: "Gilroy-Semibold", sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
@media (max-width: 768px) {
  .resources-template-default .videores_top .videores_top_wrapper .titles .subtitle h3 a {
    font-size: 12px;
  }
}
.resources-template-default .videores_top .videores_top_wrapper .titles .title {
  margin-bottom: 8px;
}
.resources-template-default .videores_top .videores_top_wrapper .titles .title h1 {
  font-family: "Gilroy-Semibold", sans-serif;
  color: #002067;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: 0.3px;
}
@media (max-width: 768px) {
  .resources-template-default .videores_top .videores_top_wrapper .titles .title h1 {
    font-size: 24px;
    line-height: 36px;
  }
}
.resources-template-default .videores_top .videores_top_wrapper .titles .copy_heading {
  font-size: 16px;
  line-height: 24px;
  color: #002067;
  font-family: "Gilroy-Medium", sans-serif;
  font-weight: normal;
}
@media (max-width: 768px) {
  .resources-template-default .videores_top .videores_top_wrapper .player_outer {
    padding: 0 30px;
  }
}
.resources-template-default .videores_top .videores_top_wrapper .player_outer .playerinner {
  display: flex;
  justify-content: center;
}
.resources-template-default .videores_top .videores_top_wrapper .player_outer .playerinner .share_outer {
  margin-right: 24px;
}
@media (max-width: 1024px) {
  .resources-template-default .videores_top .videores_top_wrapper .player_outer .playerinner .share_outer {
    display: none;
  }
}
.resources-template-default .videores_top .videores_top_wrapper .player_outer .playerinner .videoplayer {
  width: 100%;
  max-width: 820px;
  height: 100%;
  max-height: 464px;
  display: block;
  margin: 0 70px 0 0;
  position: relative;
}
.resources-template-default .videores_top .videores_top_wrapper .player_outer .playerinner .videoplayer iframe {
  width: 100% !important;
  height: 450px !important;
}
@media (1023px) {
  .resources-template-default .videores_top .videores_top_wrapper .player_outer .playerinner .videoplayer iframe {
    width: 100% !important;
    height: 350px !important;
  }
}
@media (max-width: 768px) and (min-width: 500px) {
  .resources-template-default .videores_top .videores_top_wrapper .player_outer .playerinner .videoplayer {
    margin: 0 0 22px;
    max-height: 400px;
  }
}
@media (max-width: 1023px) {
  .resources-template-default .videores_top .videores_top_wrapper .player_outer .playerinner .videoplayer {
    height: unset;
    margin: 0 auto;
  }
}
.resources-template-default .videores_top .videores_top_wrapper .player_outer .playerinner .videoplayer .wistia_responsive_padding {
  padding: unset !important;
}
.resources-template-default .videores_top .videores_top_wrapper .player_outer .playerinner .videoplayer .wistia_responsive_padding .wistia_responsive_wrapper {
  position: relative !important;
}
.resources-template-default .videores_top .videores_top_wrapper .player_outer .playerinner .videoplayer .gated_vid_trigger {
  display: none;
}
.resources-template-default .videores_top .videores_top_wrapper .player_outer .playerinner .videoplayer .gated_vid_trigger.gated_vid_active {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  cursor: pointer;
}
.resources-template-default .videores_copy {
  /*padding: 52px 0 80px;*/
  padding: 28px 0 80px;
  max-width: 1920px;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .resources-template-default .videores_copy {
    padding: 32px 30px 29px;
    /*padding: 32px 30px 56px;*/
    width: 100%;
    max-width: unset;
  }
}
.resources-template-default .videores_copy .videores_copy_inner {
  width: 80%;
  max-width: 819px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .resources-template-default .videores_copy .videores_copy_inner {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .resources-template-default .videores_copy .videores_copy_inner {
    width: 100%;
  }
}
.resources-template-default .videores_copy .videores_copy_inner .copy_heading {
  width: 48%;
}
@media (max-width: 768px) {
  .resources-template-default .videores_copy .videores_copy_inner .copy_heading {
    width: 100%;
    margin-bottom: 16px;
  }
}
.resources-template-default .videores_copy .videores_copy_inner .copy_heading h2 {
  color: #002067;
  font-family: "Gilroy-Semibold", sans-serif;
  font-size: 40px;
  line-height: 48px;
}
@media (max-width: 768px) {
  .resources-template-default .videores_copy .videores_copy_inner .copy_heading h2 {
    font-size: 24px;
    line-height: 36px;
  }
}
.resources-template-default .videores_copy .videores_copy_inner .copy_body {
  font-size: 15px;
  line-height: 25px;
  color: #667587;
  font-family: "Gilroy-Regular", sans-serif;
}
@media (max-width: 768px) {
  .resources-template-default .videores_copy .videores_copy_inner .copy_body {
    width: 100%;
  }
}
.resources-template-default .videores_copy .videores_copy_inner .copy_body p {
  margin-bottom: 16px;
}
.resources-template-default .videores_copy .videores_copy_inner .copy_body strong {
  font-family: "Gilroy-Medium" !important;
}
.resources-template-default .videores_copy .videores_copy_inner .copy_body ul {
  margin-bottom: 16px;
}
.resources-template-default .videores_copy .videores_copy_inner .copy_body ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
}
.resources-template-default .videores_copy .videores_copy_inner .copy_body ul li:before {
  width: 4px;
  height: 4px;
  background-color: #FF5749;
  display: block;
  content: "";
  left: 0;
  top: 10px;
  position: absolute;
}
.resources-template-default .videores_copy .videores_copy_inner .copy_body h2 {
  color: #002067;
  font-family: "Gilroy-Semibold", sans-serif;
  font-size: 40px;
  line-height: 48px;
}
@media (max-width: 768px) {
  .resources-template-default .videores_copy .videores_copy_inner .copy_body h2 {
    font-size: 24px;
    line-height: 36px;
  }
}
.resources-template-default .videores_copy .videores_copy_inner .copy_body h3, .resources-template-default .videores_copy .videores_copy_inner .copy_body h4, .resources-template-default .videores_copy .videores_copy_inner .copy_body h5 {
  color: #002067;
  font-family: "Gilroy-Semibold", sans-serif;
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 768px) {
  .resources-template-default .videores_copy .videores_copy_inner .copy_body h3, .resources-template-default .videores_copy .videores_copy_inner .copy_body h4, .resources-template-default .videores_copy .videores_copy_inner .copy_body h5 {
    font-size: 20px;
    line-height: 32px;
  }
}
.resources-template-default .videores_related {
  background-color: #F2F6F9;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .resources-template-default .videores_related {
    padding: 48px 30px !important;
  }
}
.resources-template-default .videores_related .videores_related_inner {
  max-width: 1920px;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .resources-template-default .videores_related .videores_related_inner {
    width: 100%;
  }
}
.resources-template-default .videores_related .videores_related_inner .related_heading {
  margin-bottom: 56px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .resources-template-default .videores_related .videores_related_inner .related_heading {
    margin-bottom: 48px;
    font-weight: 700;
  }
}
.resources-template-default .videores_related .videores_related_inner .related_heading span {
  color: #002067;
  letter-spacing: 0.3px;
  font-size: 40px;
  line-height: 46px;
  font-family: "Gilroy-Semibold", sans-serif;
}
@media (max-width: 768px) {
  .resources-template-default .videores_related .videores_related_inner .related_heading span {
    font-size: 20px;
    line-height: 30px;
  }
}
.resources-template-default .videores_related .videores_related_inner .cards_outer_container {
  padding: 0;
}
.resources-template-default .videores_related .videores_related_inner .cards_outer_container .cards_inner_container .slick-arrow {
  display: none !important;
}
.resources-template-default .videores_related .videores_related_inner .cards_outer_container .cards_inner_container .slick-list {
  overflow: visible !important;
}
@media (max-width: 768px) {
  .resources-template-default .videores_related .videores_related_inner .cards_outer_container .cards_inner_container .slick-list {
    padding: 0 !important;
  }
}
.resources-template-default .videores_related .videores_related_inner .cards_outer_container .cards_inner_container .slick-list .slick-track {
  display: flex;
  align-items: stretch;
}
.resources-template-default .videores_related .videores_related_inner .cards_outer_container .cards_inner_container .card_container:nth-child(1) {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .resources-template-default .videores_related .videores_related_inner .cards_outer_container .cards_inner_container .card_container:hover {
    transform: unset;
  }
}
.resources-template-default .videores_related .videores_related_inner .cards_outer_container .cards_inner_container .card_container .card_inner {
  box-shadow: unset;
  border: solid 1px #DFE6EE;
  margin: unset;
}
.resources-template-default .videores_related .videores_related_inner .cards_outer_container .cards_inner_container .card_container .card_inner:hover {
  border: unset;
  box-shadow: 0 8px 20px rgba(0, 46, 109, 0.18);
}
@media (max-width: 768px) {
  .resources-template-default .videores_related .videores_related_inner .cards_outer_container .cards_inner_container .card_container .card_inner:hover {
    box-shadow: unset;
    border: solid 1px #DFE6EE;
  }
}
.resources-template-default .videores_related .videores_related_inner .cards_outer_container .cards_inner_container .card_container .card_inner .card_text_container {
  min-height: 223px !important;
  height: unset;
}
@media (max-width: 768px) {
  .resources-template-default .videores_related .videores_related_inner .cards_outer_container .cards_inner_container .card_container .card_inner .card_text_container {
    padding: 24px 16px;
  }
}
.resources-template-default .videores_related .videores_related_inner .cards_outer_container .cards_inner_container .card_container .card_inner .card_text_container .card_copy .content_type {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .resources-template-default .videores_related .videores_related_inner .cards_outer_container .cards_inner_container .card_container .card_inner .card_text_container .card_copy .content_type {
    margin-bottom: 8px;
  }
}
.resources-template-default .videores_related .videores_related_inner .cards_outer_container .cards_inner_container .card_container .card_inner .card_text_container .card_copy .content_title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .resources-template-default .videores_related .videores_related_inner .cards_outer_container .cards_inner_container .card_container .card_inner .card_text_container .card_copy .content_title {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .resources-template-default .videores_related .videores_related_inner .cards_outer_container .cards_inner_container .card_container .card_inner .card_text_container .card_copy .content_title p {
    font-size: 16px;
  }
}
.resources-template-default #wistia_grid_29_top_inside,
.resources-template-default #wistia_grid_43_top_inside,
.resources-template-default #wistia_grid_57_top_inside,
.resources-template-default #wistia_grid_59_top_inside,
.resources-template-default #wistia_grid_71_top_inside,
.resources-template-default #wistia_grid_72_top_inside,
.resources-template-default #wistia_grid_74_top_inside,
.resources-template-default #wistia_grid_77_top_inside {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.resources-template-default #wistia_grid_29_top_inside section,
.resources-template-default #wistia_grid_43_top_inside section,
.resources-template-default #wistia_grid_57_top_inside section,
.resources-template-default #wistia_grid_59_top_inside section,
.resources-template-default #wistia_grid_71_top_inside section,
.resources-template-default #wistia_grid_72_top_inside section,
.resources-template-default #wistia_grid_74_top_inside section,
.resources-template-default #wistia_grid_77_top_inside section {
  background-image: none !important;
  background-color: rgba(8, 22, 68, 0.86) !important;
  overflow: scroll !important;
}
.resources-template-default #wistia_grid_29_top_inside section .wistiaHubspotFormWrapper,
.resources-template-default #wistia_grid_43_top_inside section .wistiaHubspotFormWrapper,
.resources-template-default #wistia_grid_57_top_inside section .wistiaHubspotFormWrapper,
.resources-template-default #wistia_grid_59_top_inside section .wistiaHubspotFormWrapper,
.resources-template-default #wistia_grid_71_top_inside section .wistiaHubspotFormWrapper,
.resources-template-default #wistia_grid_72_top_inside section .wistiaHubspotFormWrapper,
.resources-template-default #wistia_grid_74_top_inside section .wistiaHubspotFormWrapper,
.resources-template-default #wistia_grid_77_top_inside section .wistiaHubspotFormWrapper {
  background-color: white;
  padding: 2rem;
  width: 21rem;
  text-align: start;
  line-height: 1.2rem;
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  margin: 200px auto auto auto;
}
@media (max-width: 410px) {
  .resources-template-default #wistia_grid_29_top_inside section .wistiaHubspotFormWrapper,
.resources-template-default #wistia_grid_43_top_inside section .wistiaHubspotFormWrapper,
.resources-template-default #wistia_grid_57_top_inside section .wistiaHubspotFormWrapper,
.resources-template-default #wistia_grid_59_top_inside section .wistiaHubspotFormWrapper,
.resources-template-default #wistia_grid_71_top_inside section .wistiaHubspotFormWrapper,
.resources-template-default #wistia_grid_72_top_inside section .wistiaHubspotFormWrapper,
.resources-template-default #wistia_grid_74_top_inside section .wistiaHubspotFormWrapper,
.resources-template-default #wistia_grid_77_top_inside section .wistiaHubspotFormWrapper {
    width: 17rem !important;
  }
}
@media (max-width: 1099px) {
  .resources-template-default #wistia_grid_29_top_inside section .wistiaHubspotFormWrapper,
.resources-template-default #wistia_grid_43_top_inside section .wistiaHubspotFormWrapper,
.resources-template-default #wistia_grid_57_top_inside section .wistiaHubspotFormWrapper,
.resources-template-default #wistia_grid_59_top_inside section .wistiaHubspotFormWrapper,
.resources-template-default #wistia_grid_71_top_inside section .wistiaHubspotFormWrapper,
.resources-template-default #wistia_grid_72_top_inside section .wistiaHubspotFormWrapper,
.resources-template-default #wistia_grid_74_top_inside section .wistiaHubspotFormWrapper,
.resources-template-default #wistia_grid_77_top_inside section .wistiaHubspotFormWrapper {
    margin: 100px auto auto auto !important;
  }
}
.resources-template-default #wistia_grid_29_top_inside section .wistiaHubspotFormWrapper .hs_firstname::before,
.resources-template-default #wistia_grid_43_top_inside section .wistiaHubspotFormWrapper .hs_firstname::before,
.resources-template-default #wistia_grid_57_top_inside section .wistiaHubspotFormWrapper .hs_firstname::before,
.resources-template-default #wistia_grid_59_top_inside section .wistiaHubspotFormWrapper .hs_firstname::before,
.resources-template-default #wistia_grid_71_top_inside section .wistiaHubspotFormWrapper .hs_firstname::before,
.resources-template-default #wistia_grid_72_top_inside section .wistiaHubspotFormWrapper .hs_firstname::before,
.resources-template-default #wistia_grid_74_top_inside section .wistiaHubspotFormWrapper .hs_firstname::before,
.resources-template-default #wistia_grid_77_top_inside section .wistiaHubspotFormWrapper .hs_firstname::before {
  font-family: "Gilroy-Semibold", sans-serif;
  font-size: 24px;
  line-height: 34px;
  color: #002067;
}
.resources-template-default #wistia_grid_29_top_inside section .wistiaHubspotFormWrapper .hs_firstname:lang(en):before,
.resources-template-default #wistia_grid_43_top_inside section .wistiaHubspotFormWrapper .hs_firstname:lang(en):before,
.resources-template-default #wistia_grid_57_top_inside section .wistiaHubspotFormWrapper .hs_firstname:lang(en):before,
.resources-template-default #wistia_grid_59_top_inside section .wistiaHubspotFormWrapper .hs_firstname:lang(en):before,
.resources-template-default #wistia_grid_71_top_inside section .wistiaHubspotFormWrapper .hs_firstname:lang(en):before,
.resources-template-default #wistia_grid_72_top_inside section .wistiaHubspotFormWrapper .hs_firstname:lang(en):before,
.resources-template-default #wistia_grid_74_top_inside section .wistiaHubspotFormWrapper .hs_firstname:lang(en):before,
.resources-template-default #wistia_grid_77_top_inside section .wistiaHubspotFormWrapper .hs_firstname:lang(en):before {
  content: "Complete the form to keep watching";
}
.resources-template-default #wistia_grid_29_top_inside section .wistiaHubspotFormWrapper .hs_firstname:lang(es):before,
.resources-template-default #wistia_grid_43_top_inside section .wistiaHubspotFormWrapper .hs_firstname:lang(es):before,
.resources-template-default #wistia_grid_57_top_inside section .wistiaHubspotFormWrapper .hs_firstname:lang(es):before,
.resources-template-default #wistia_grid_59_top_inside section .wistiaHubspotFormWrapper .hs_firstname:lang(es):before,
.resources-template-default #wistia_grid_71_top_inside section .wistiaHubspotFormWrapper .hs_firstname:lang(es):before,
.resources-template-default #wistia_grid_72_top_inside section .wistiaHubspotFormWrapper .hs_firstname:lang(es):before,
.resources-template-default #wistia_grid_74_top_inside section .wistiaHubspotFormWrapper .hs_firstname:lang(es):before,
.resources-template-default #wistia_grid_77_top_inside section .wistiaHubspotFormWrapper .hs_firstname:lang(es):before {
  content: "Completa el siguiente formulario para seguir viendo";
}
.resources-template-default #wistia_grid_29_top_inside section .wistiaHubspotFormWrapper .hs_firstname:lang(it):before,
.resources-template-default #wistia_grid_43_top_inside section .wistiaHubspotFormWrapper .hs_firstname:lang(it):before,
.resources-template-default #wistia_grid_57_top_inside section .wistiaHubspotFormWrapper .hs_firstname:lang(it):before,
.resources-template-default #wistia_grid_59_top_inside section .wistiaHubspotFormWrapper .hs_firstname:lang(it):before,
.resources-template-default #wistia_grid_71_top_inside section .wistiaHubspotFormWrapper .hs_firstname:lang(it):before,
.resources-template-default #wistia_grid_72_top_inside section .wistiaHubspotFormWrapper .hs_firstname:lang(it):before,
.resources-template-default #wistia_grid_74_top_inside section .wistiaHubspotFormWrapper .hs_firstname:lang(it):before,
.resources-template-default #wistia_grid_77_top_inside section .wistiaHubspotFormWrapper .hs_firstname:lang(it):before {
  content: "Compila il modulo per continuare a guardare";
}
.resources-template-default #wistia_grid_29_top_inside section .wistiaHubspotFormWrapper .hs_firstname:lang(fr):before,
.resources-template-default #wistia_grid_43_top_inside section .wistiaHubspotFormWrapper .hs_firstname:lang(fr):before,
.resources-template-default #wistia_grid_57_top_inside section .wistiaHubspotFormWrapper .hs_firstname:lang(fr):before,
.resources-template-default #wistia_grid_59_top_inside section .wistiaHubspotFormWrapper .hs_firstname:lang(fr):before,
.resources-template-default #wistia_grid_71_top_inside section .wistiaHubspotFormWrapper .hs_firstname:lang(fr):before,
.resources-template-default #wistia_grid_72_top_inside section .wistiaHubspotFormWrapper .hs_firstname:lang(fr):before,
.resources-template-default #wistia_grid_74_top_inside section .wistiaHubspotFormWrapper .hs_firstname:lang(fr):before,
.resources-template-default #wistia_grid_77_top_inside section .wistiaHubspotFormWrapper .hs_firstname:lang(fr):before {
  content: "Remplissez le formulaire pour continuer à regarder";
}
.resources-template-default #wistia_grid_29_top_inside section .wistiaHubspotFormWrapper .hs_firstname:lang(de):before,
.resources-template-default #wistia_grid_43_top_inside section .wistiaHubspotFormWrapper .hs_firstname:lang(de):before,
.resources-template-default #wistia_grid_57_top_inside section .wistiaHubspotFormWrapper .hs_firstname:lang(de):before,
.resources-template-default #wistia_grid_59_top_inside section .wistiaHubspotFormWrapper .hs_firstname:lang(de):before,
.resources-template-default #wistia_grid_71_top_inside section .wistiaHubspotFormWrapper .hs_firstname:lang(de):before,
.resources-template-default #wistia_grid_72_top_inside section .wistiaHubspotFormWrapper .hs_firstname:lang(de):before,
.resources-template-default #wistia_grid_74_top_inside section .wistiaHubspotFormWrapper .hs_firstname:lang(de):before,
.resources-template-default #wistia_grid_77_top_inside section .wistiaHubspotFormWrapper .hs_firstname:lang(de):before {
  content: "Füllen Sie das Formular aus, um das Video weiterzuschauen";
}
.resources-template-default #wistia_grid_29_top_inside section .wistiaHubspotFormWrapper input,
.resources-template-default #wistia_grid_43_top_inside section .wistiaHubspotFormWrapper input,
.resources-template-default #wistia_grid_57_top_inside section .wistiaHubspotFormWrapper input,
.resources-template-default #wistia_grid_59_top_inside section .wistiaHubspotFormWrapper input,
.resources-template-default #wistia_grid_71_top_inside section .wistiaHubspotFormWrapper input,
.resources-template-default #wistia_grid_72_top_inside section .wistiaHubspotFormWrapper input,
.resources-template-default #wistia_grid_74_top_inside section .wistiaHubspotFormWrapper input,
.resources-template-default #wistia_grid_77_top_inside section .wistiaHubspotFormWrapper input {
  width: 95%;
  color: #667587;
  font-size: 1rem;
  border: 0;
  padding-bottom: 1.5rem;
  margin-top: 1.5rem;
  font-family: "Gilroy-Regular";
}
.resources-template-default #wistia_grid_29_top_inside section .wistiaHubspotFormWrapper input ::after,
.resources-template-default #wistia_grid_43_top_inside section .wistiaHubspotFormWrapper input ::after,
.resources-template-default #wistia_grid_57_top_inside section .wistiaHubspotFormWrapper input ::after,
.resources-template-default #wistia_grid_59_top_inside section .wistiaHubspotFormWrapper input ::after,
.resources-template-default #wistia_grid_71_top_inside section .wistiaHubspotFormWrapper input ::after,
.resources-template-default #wistia_grid_72_top_inside section .wistiaHubspotFormWrapper input ::after,
.resources-template-default #wistia_grid_74_top_inside section .wistiaHubspotFormWrapper input ::after,
.resources-template-default #wistia_grid_77_top_inside section .wistiaHubspotFormWrapper input ::after {
  width: 95%;
  color: #667587;
  font-size: 1rem;
  border: 0;
  border-bottom: 1px solid;
  border-bottom-color: #e3e6ec;
  padding-bottom: 0.5rem;
  margin-top: 1.5rem;
  font-family: "Gilroy-Regular";
}
.resources-template-default #wistia_grid_29_top_inside section .wistiaHubspotFormWrapper input:focus,
.resources-template-default #wistia_grid_43_top_inside section .wistiaHubspotFormWrapper input:focus,
.resources-template-default #wistia_grid_57_top_inside section .wistiaHubspotFormWrapper input:focus,
.resources-template-default #wistia_grid_59_top_inside section .wistiaHubspotFormWrapper input:focus,
.resources-template-default #wistia_grid_71_top_inside section .wistiaHubspotFormWrapper input:focus,
.resources-template-default #wistia_grid_72_top_inside section .wistiaHubspotFormWrapper input:focus,
.resources-template-default #wistia_grid_74_top_inside section .wistiaHubspotFormWrapper input:focus,
.resources-template-default #wistia_grid_77_top_inside section .wistiaHubspotFormWrapper input:focus {
  outline: none;
}
.resources-template-default #wistia_grid_29_top_inside section .wistiaHubspotFormWrapper label,
.resources-template-default #wistia_grid_43_top_inside section .wistiaHubspotFormWrapper label,
.resources-template-default #wistia_grid_57_top_inside section .wistiaHubspotFormWrapper label,
.resources-template-default #wistia_grid_59_top_inside section .wistiaHubspotFormWrapper label,
.resources-template-default #wistia_grid_71_top_inside section .wistiaHubspotFormWrapper label,
.resources-template-default #wistia_grid_72_top_inside section .wistiaHubspotFormWrapper label,
.resources-template-default #wistia_grid_74_top_inside section .wistiaHubspotFormWrapper label,
.resources-template-default #wistia_grid_77_top_inside section .wistiaHubspotFormWrapper label {
  display: none;
}
.resources-template-default #wistia_grid_29_top_inside section .wistiaHubspotFormWrapper p,
.resources-template-default #wistia_grid_43_top_inside section .wistiaHubspotFormWrapper p,
.resources-template-default #wistia_grid_57_top_inside section .wistiaHubspotFormWrapper p,
.resources-template-default #wistia_grid_59_top_inside section .wistiaHubspotFormWrapper p,
.resources-template-default #wistia_grid_71_top_inside section .wistiaHubspotFormWrapper p,
.resources-template-default #wistia_grid_72_top_inside section .wistiaHubspotFormWrapper p,
.resources-template-default #wistia_grid_74_top_inside section .wistiaHubspotFormWrapper p,
.resources-template-default #wistia_grid_77_top_inside section .wistiaHubspotFormWrapper p {
  line-height: 1.2rem;
}
.resources-template-default #wistia_grid_29_top_inside section .wistiaHubspotFormWrapper .input,
.resources-template-default #wistia_grid_43_top_inside section .wistiaHubspotFormWrapper .input,
.resources-template-default #wistia_grid_57_top_inside section .wistiaHubspotFormWrapper .input,
.resources-template-default #wistia_grid_59_top_inside section .wistiaHubspotFormWrapper .input,
.resources-template-default #wistia_grid_71_top_inside section .wistiaHubspotFormWrapper .input,
.resources-template-default #wistia_grid_72_top_inside section .wistiaHubspotFormWrapper .input,
.resources-template-default #wistia_grid_74_top_inside section .wistiaHubspotFormWrapper .input,
.resources-template-default #wistia_grid_77_top_inside section .wistiaHubspotFormWrapper .input {
  border: 0;
  border-bottom: 1px solid;
  border-bottom-color: #e3e6ec;
  font-family: "Gilroy-Regular";
}
.resources-template-default #wistia_grid_29_top_inside section .wistiaHubspotFormWrapper .input::after,
.resources-template-default #wistia_grid_43_top_inside section .wistiaHubspotFormWrapper .input::after,
.resources-template-default #wistia_grid_57_top_inside section .wistiaHubspotFormWrapper .input::after,
.resources-template-default #wistia_grid_59_top_inside section .wistiaHubspotFormWrapper .input::after,
.resources-template-default #wistia_grid_71_top_inside section .wistiaHubspotFormWrapper .input::after,
.resources-template-default #wistia_grid_72_top_inside section .wistiaHubspotFormWrapper .input::after,
.resources-template-default #wistia_grid_74_top_inside section .wistiaHubspotFormWrapper .input::after,
.resources-template-default #wistia_grid_77_top_inside section .wistiaHubspotFormWrapper .input::after {
  position: absolute;
  top: 62%;
  right: 10%;
  display: block;
  content: "";
  background-image: url("/wp-content/themes/tgroup/assets/svg/arrowDropDown.svg");
  width: 10px;
  height: 5px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 410px) {
  .resources-template-default #wistia_grid_29_top_inside section .wistiaHubspotFormWrapper .input::after,
.resources-template-default #wistia_grid_43_top_inside section .wistiaHubspotFormWrapper .input::after,
.resources-template-default #wistia_grid_57_top_inside section .wistiaHubspotFormWrapper .input::after,
.resources-template-default #wistia_grid_59_top_inside section .wistiaHubspotFormWrapper .input::after,
.resources-template-default #wistia_grid_71_top_inside section .wistiaHubspotFormWrapper .input::after,
.resources-template-default #wistia_grid_72_top_inside section .wistiaHubspotFormWrapper .input::after,
.resources-template-default #wistia_grid_74_top_inside section .wistiaHubspotFormWrapper .input::after,
.resources-template-default #wistia_grid_77_top_inside section .wistiaHubspotFormWrapper .input::after {
    top: 57% !important;
  }
}
.resources-template-default #wistia_grid_29_top_inside section .wistiaHubspotFormWrapper .input::after select option,
.resources-template-default #wistia_grid_43_top_inside section .wistiaHubspotFormWrapper .input::after select option,
.resources-template-default #wistia_grid_57_top_inside section .wistiaHubspotFormWrapper .input::after select option,
.resources-template-default #wistia_grid_59_top_inside section .wistiaHubspotFormWrapper .input::after select option,
.resources-template-default #wistia_grid_71_top_inside section .wistiaHubspotFormWrapper .input::after select option,
.resources-template-default #wistia_grid_72_top_inside section .wistiaHubspotFormWrapper .input::after select option,
.resources-template-default #wistia_grid_74_top_inside section .wistiaHubspotFormWrapper .input::after select option,
.resources-template-default #wistia_grid_77_top_inside section .wistiaHubspotFormWrapper .input::after select option {
  font-family: "Gilroy-Medium" !important;
}
.resources-template-default #wistia_grid_29_top_inside section .wistiaHubspotFormWrapper .hs_submit input,
.resources-template-default #wistia_grid_43_top_inside section .wistiaHubspotFormWrapper .hs_submit input,
.resources-template-default #wistia_grid_57_top_inside section .wistiaHubspotFormWrapper .hs_submit input,
.resources-template-default #wistia_grid_59_top_inside section .wistiaHubspotFormWrapper .hs_submit input,
.resources-template-default #wistia_grid_71_top_inside section .wistiaHubspotFormWrapper .hs_submit input,
.resources-template-default #wistia_grid_72_top_inside section .wistiaHubspotFormWrapper .hs_submit input,
.resources-template-default #wistia_grid_74_top_inside section .wistiaHubspotFormWrapper .hs_submit input,
.resources-template-default #wistia_grid_77_top_inside section .wistiaHubspotFormWrapper .hs_submit input {
  display: block;
  width: 90%;
  background: #042366;
  color: white !important;
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.download_res_section {
  margin-top: -80px;
  z-index: 11;
  position: relative;
  overflow: initial !important;
}
@media (max-width: 1023px) {
  .download_res_section {
    margin-top: -72px;
  }
}
.download_res_section .download_section_inner {
  padding: 80px;
  padding-top: 500px !important;
  background-image: linear-gradient(to top, #FFFFFF 40%, rgba(255, 255, 255, 0) 100%);
  margin-top: -500px;
}
@media (max-width: 1023px) {
  .download_res_section .download_section_inner {
    padding: 72px 30px 40px;
  }
}
.download_res_section .download_section_inner .download_section_heading {
  margin-bottom: 56px;
  text-align: center;
}
@media (max-width: 1023px) {
  .download_res_section .download_section_inner .download_section_heading {
    margin-bottom: 32px;
  }
}
.download_res_section .download_section_inner .download_section_heading span {
  color: #002067;
  font-family: "Gilroy-Semibold", sans-serif;
  font-size: 40px;
  text-align: center;
  line-height: 46px;
}
@media (max-width: 1023px) {
  .download_res_section .download_section_inner .download_section_heading span {
    font-size: 24px;
    line-height: 36px;
  }
}
.download_res_section .download_section_inner .download_section_link_wrap .download_btn_wrap .download_section_title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 46px;
  font-style: normal;
  margin-bottom: 56px;
  color: #002067;
}
.download_res_section .download_section_inner .download_section_link_wrap .download_btn_wrap .download-btn {
  cursor: pointer;
  background-color: #002067;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding: 18px 26px;
  height: 56px;
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  /* Firefox */
  width: -webkit-fit-content;
  /* Chrome */
  box-sizing: border-box;
  margin: 0 auto;
  transition: all ease 0.3s;
  font-family: "Gilroy-Semibold", sans-serif;
}
@media (max-width: 1023px) {
  .download_res_section .download_section_inner .download_section_link_wrap .download_btn_wrap .download-btn {
    width: 100%;
  }
}
.download_res_section .download_section_inner .download_section_link_wrap .download_btn_wrap .download-btn:hover {
  background-color: #017DF5;
}
.download_res_section .download_section_inner .download_section_link_wrap .download_btn_wrap .keep-reading-btn {
  cursor: pointer;
  background-color: #002067;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding: 18px 26px;
  height: 56px;
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  /* Firefox */
  width: -webkit-fit-content;
  /* Chrome */
  box-sizing: border-box;
  margin: 0 auto;
  transition: all ease 0.3s;
  font-family: "Gilroy-Semibold", sans-serif;
}
@media (max-width: 1023px) {
  .download_res_section .download_section_inner .download_section_link_wrap .download_btn_wrap .keep-reading-btn {
    width: 100%;
  }
}
.download_res_section .download_section_inner .download_section_link_wrap .download_btn_wrap .keep-reading-btn:hover {
  background-color: #017DF5;
}
.download_res_section .show_full_resource {
  background-image: none !important;
}

.facetwp-input-wrap .facetwp-icon {
  background-color: #002067;
  padding: 0px 15px;
  opacity: 1;
}
.facetwp-input-wrap .facetwp-icon:before {
  filter: brightness(0) invert(1);
}
.facetwp-input-wrap .facetwp-search {
  height: 40px;
  box-sizing: border-box;
  color: #999;
  text-transform: capitalize;
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 12px;
  line-height: 25px;
  border: solid 1px #dfe6ee;
  background: white;
  padding: 7.5px 72px 7.5px 16px;
  width: 284px;
}

@media screen and (max-width: 768px) {
  .page-template-template-solutions .c_body_container {
    width: 100% !important;
    box-sizing: border-box;
    padding: 40px 24px;
  }
  .page-template-template-solutions .c_body_container .s_content .s_elements {
    width: 100%;
    float: none;
  }
  .page-template-template-solutions .c_body_container .s_content .s_elements .s_el {
    width: 100%;
    float: none;
    height: auto !important;
    padding-top: 0;
    margin-bottom: 40px;
  }
  .page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_foto {
    width: calc(100%);
    height: 300px;
    margin: 0;
    clear: both;
    float: none;
  }
  .page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_content {
    float: none;
    width: auto !important;
    padding: 0 24px 24px;
    margin: 0;
  }
  .page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_content a {
    padding: 0;
  }
  .page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_content a h2 {
    margin-top: 24px;
  }
  .page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_content a p {
    width: auto;
  }
  .page-template-template-solutions .c_body_container .s_content .b_book {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    width: 100%;
    float: none;
    justify-content: space-between;
  }
  .page-template-template-solutions .c_body_container .s_content .b_book .b_book_label {
    width: 100%;
    text-align: center;
  }
  .page-template-template-solutions .c_body_container .s_content .b_book .book_a_demo_rg {
    box-sizing: border-box;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-template-solutions .p_top_full {
    height: auto;
  }
  .page-template-template-solutions .p_top_full .p_top_full_container {
    width: 100% !important;
    height: 100%;
  }
  .page-template-template-solutions .p_top_full .p_top_full_container .p_top_full_image {
    display: none;
  }
  .page-template-template-solutions .p_top_full .p_top_full_container .p_top_full_image.mobile {
    height: 350px;
    float: none;
    width: 100%;
    background-size: cover;
    background-position: center;
    display: block;
    position: relative;
  }
  .page-template-template-solutions .p_top_full .p_top_full_container .p_top_full_info {
    float: none;
    width: 100% !important;
    padding: 40px 24px;
  }
  .page-template-template-solutions .p_top_full .p_top_full_container .p_top_full_info .p_top_full_section {
    margin-top: 0;
  }
  .page-template-template-solutions .c_body_container {
    width: 100% !important;
    box-sizing: border-box;
    padding: 40px 24px;
  }
  .page-template-template-solutions .c_body_container .s_content .s_content_description {
    margin: 0 0 40px;
  }
  .page-template-template-solutions .c_body_container .s_content .s_elements {
    width: 100%;
    float: none;
  }
  .page-template-template-solutions .c_body_container .s_content .s_elements .s_el {
    width: 100%;
    float: none;
    height: auto !important;
    padding-top: 0;
    margin-bottom: 40px;
  }
  .page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_foto {
    width: calc(100%);
    height: 300px;
    margin: 0;
    clear: both;
    float: none;
  }
  .page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_content {
    float: none;
    width: auto !important;
    padding: 0 24px 24px;
    margin: 0;
  }
  .page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_content a {
    padding: 0;
  }
  .page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_content a h2 {
    margin-top: 24px;
  }
  .page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_content a p {
    width: auto;
  }
  .page-template-template-solutions .c_body_container .s_content .b_quote {
    width: 100%;
    float: none;
    margin: 40px 0 80px;
  }
  .page-template-template-solutions .c_body_container .s_content .b_quote .b_quote_photo {
    margin: 0 auto !important;
    float: none !important;
    clear: both !important;
  }
  .page-template-template-solutions .c_body_container .s_content .b_quote .b_quote_photo img {
    width: 100%;
    height: 100%;
  }
  .page-template-template-solutions .c_body_container .s_content .b_quote .b_quote_text {
    width: 100% !important;
    padding: 0 24px;
    margin: 22px 0 0;
    float: none;
  }
  .page-template-template-solutions .c_body_container .s_content .b_quote .b_quote_cit {
    float: none;
    margin-left: 22px;
  }
  .page-template-template-solutions .c_body_container .s_content .b_book {
    display: flex;
    align-items: center;
    padding: 0;
    width: 100%;
    float: none;
    justify-content: space-between;
  }
  .page-template-template-solutions .c_body_container .s_content .b_book .b_book_label {
    font-size: 18px;
    padding: 0 40px 0 0;
    width: 65%;
  }
  .page-template-template-solutions .c_body_container .s_content .b_book .clear {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .page-template-template-solutions .p_top_full .p_top_full_container {
    width: 100% !important;
    box-sizing: border-box;
  }
  .page-template-template-solutions .p_top_full .p_top_full_container .p_top_full_info {
    padding: 0 24px;
  }
  .page-template-template-solutions .c_body_container {
    width: 100% !important;
    box-sizing: border-box;
    padding: 40px 24px;
  }
  .page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_foto {
    width: 40%;
  }
  .page-template-template-solutions .c_body_container .s_content .b_quote .b_quote_photo img {
    width: 100%;
    height: auto;
  }
  .page-template-template-solutions .c_body_container .s_content .b_quote .b_quote_text {
    width: 65%;
  }
  .page-template-template-solutions .c_body_container .s_content .b_quote .b_quote_cit {
    width: 65%;
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .single-solutions article .sol {
    width: 100% !important;
  }
  .single-solutions article .sol .solution {
    width: 100% !important;
    margin: 10px 0 24px;
  }
  .single-solutions article .sol .solution .p_top_big_info {
    min-height: 160px;
    padding: 40px 24px;
  }
  .single-solutions article .sol .solution .p_top_big_info a .p_top_big_section {
    padding-bottom: 0;
  }
  .single-solutions article .sol .solution .p_top_big_info h1 {
    width: auto !important;
  }
  .single-solutions article .sol .solution .p_top_big_info .p_bookademo {
    margin-left: 0;
  }
  .single-solutions article .sol .solution .p_top_big_image {
    position: relative;
    width: 100%;
    right: 0;
    height: 280px;
    background-position: 0 25%;
  }
  .single-solutions article .sol_content {
    width: 100% !important;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  .single-solutions article .sol_content p {
    margin: 0 !important;
  }
  .single-solutions article .sol_content .intro {
    width: auto;
    padding: 0 24px 40px;
    margin: 0;
  }
  .single-solutions article .sol_content .section_container {
    width: 100%;
    margin-bottom: 40px;
  }
  .single-solutions article .sol_content .section_container .section_left {
    width: 100%;
    float: none;
    height: 150px;
  }
  .single-solutions article .sol_content .section_container .section_right {
    float: none;
    width: 100%;
    padding: 40px 24px;
    box-sizing: border-box;
    /*
    .section_right_content {
      p {
        &:last-of-type {
          &:after {
            display: block;
            content: "...";
          }
        }
      }
    }
    */
  }
  .single-solutions article .sol_content .box_title {
    padding: 0 24px;
  }
  .single-solutions article .sol_content .box_related {
    display: flex;
    padding: 0 24px 40px;
    box-sizing: border-box;
    width: 100%;
  }
  .single-solutions article .sol_content .box_related .res-element {
    /*width: 100% !important;
    float: none;*/
    margin-right: 24px;
  }
  .single-solutions article .sol_content .box_related .res-element:nth-child(2) {
    margin-left: 0 !important;
  }
  .single-solutions article .sol_content .box_related .res-element .res-content {
    width: 100%;
    box-sizing: border-box;
  }
  .single-solutions article .sol_content .box_related .res-element .res-content .res-info h3 a {
    width: auto !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .single-solutions article .sol {
    width: 100% !important;
    margin: 0 24px;
    box-sizing: border-box;
  }
  .single-solutions article .sol .solution {
    margin-left: 24px;
  }
  .single-solutions article .sol_content {
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .single-solutions article .sol_content .section_container .section_left {
    width: 28% !important;
  }
  .single-solutions article .sol_content .section_container .section_right {
    width: 65% !important;
  }
  .single-solutions article .sol_content .box_related {
    display: flex;
    justify-content: space-between;
  }
  .single-solutions article .sol_content .box_related .res-element .res-content {
    width: 100% !important;
    float: none !important;
  }
  .single-solutions article .sol_content .box_related .res-element:nth-child(2) {
    margin: 0 !important;
  }
}

.page-template-template-solutions .c_body_container, .page-template-template-industry .c_body_container {
  width: 100%;
  padding: 0;
}
.page-template-template-solutions .c_body_container .s_content, .page-template-template-industry .c_body_container .s_content {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.page-template-template-solutions .c_body_container .s_content .s_content_description, .page-template-template-industry .c_body_container .s_content .s_content_description {
  width: 60%;
  margin: 0 auto 90px;
}
.page-template-template-solutions .c_body_container .s_content .s_content_description.s_content_description-new, .page-template-template-industry .c_body_container .s_content .s_content_description.s_content_description-new {
  margin: 0 auto 50px;
  text-align: left;
  max-width: 911px;
  width: 65%;
  color: #999;
  font-size: 20px;
  line-height: 28px;
  font-family: "Gilroy-Regular", sans-serif;
}
@media screen and (max-width: 1199px) {
  .page-template-template-solutions .c_body_container .s_content .s_content_description, .page-template-template-industry .c_body_container .s_content .s_content_description {
    margin: 48px auto 50px;
  }
}
@media screen and (max-width: 1023px) {
  .page-template-template-solutions .c_body_container .s_content .s_content_description, .page-template-template-industry .c_body_container .s_content .s_content_description {
    width: 90% !important;
    margin: 48px auto 50px;
  }
}
.page-template-template-solutions .c_body_container .s_content .s_elements, .page-template-template-industry .c_body_container .s_content .s_elements {
  width: 90%;
  margin: 0 auto;
}
.page-template-template-solutions .c_body_container .s_content .s_elements .s_el, .page-template-template-industry .c_body_container .s_content .s_elements .s_el {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  background-color: white;
  display: flex;
  flex-direction: row;
  height: unset;
  min-height: 320px;
  padding: 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .page-template-template-solutions .c_body_container .s_content .s_elements .s_el, .page-template-template-industry .c_body_container .s_content .s_elements .s_el {
    flex-direction: column !important;
    min-height: unset;
  }
}
.page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_foto, .page-template-template-industry .c_body_container .s_content .s_elements .s_el .s_el_foto {
  float: none;
  width: 50%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_foto, .page-template-template-industry .c_body_container .s_content .s_elements .s_el .s_el_foto {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
  }
}
.page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_content, .page-template-template-industry .c_body_container .s_content .s_elements .s_el .s_el_content {
  float: none;
  width: 100%;
  box-sizing: border-box;
}
.page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_content a, .page-template-template-industry .c_body_container .s_content .s_elements .s_el .s_el_content a {
  display: flex;
  flex-direction: column;
  padding-left: 35px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_content a, .page-template-template-industry .c_body_container .s_content .s_elements .s_el .s_el_content a {
    padding: 0 !important;
  }
}
.page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_content a h2, .page-template-template-industry .c_body_container .s_content .s_elements .s_el .s_el_content a h2 {
  margin: 0 0 20px;
  font-size: 32px;
}
@media screen and (max-width: 1023px) {
  .page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_content a h2, .page-template-template-industry .c_body_container .s_content .s_elements .s_el .s_el_content a h2 {
    font-size: 20px;
  }
}
.page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_content a p, .page-template-template-industry .c_body_container .s_content .s_elements .s_el .s_el_content a p {
  font-size: 20px;
  color: #999;
  box-sizing: border-box;
  display: block;
  margin-bottom: auto;
}
@media screen and (max-width: 1023px) {
  .page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_content a p, .page-template-template-industry .c_body_container .s_content .s_elements .s_el .s_el_content a p {
    font-size: 14px;
  }
}
.page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_content a .learn-more, .page-template-template-industry .c_body_container .s_content .s_elements .s_el .s_el_content a .learn-more {
  text-transform: uppercase;
  color: #017DF5;
  font-size: 18px;
  line-height: 8px;
}
.page-template-template-solutions .c_body_container .s_content .s_elements .s_el.toright, .page-template-template-industry .c_body_container .s_content .s_elements .s_el.toright {
  flex-direction: row-reverse;
}
.page-template-template-solutions .c_body_container .s_content .s_elements .s_el.toright .s_el_content a, .page-template-template-industry .c_body_container .s_content .s_elements .s_el.toright .s_el_content a {
  padding-left: 0;
  padding-right: 35px;
}
.page-template-template-solutions .c_body_container .s_content .customer_quotes_container .customer_story_viewer_outer, .page-template-template-industry .c_body_container .s_content .customer_quotes_container .customer_story_viewer_outer {
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .page-template-template-solutions .c_body_container .s_content .customer_quotes_container .customer_story_viewer_outer, .page-template-template-industry .c_body_container .s_content .customer_quotes_container .customer_story_viewer_outer {
    margin-bottom: 0;
  }
}
.page-template-template-solutions .c_body_container .s_content .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy, .page-template-template-industry .c_body_container .s_content .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy {
  width: 100%;
  background: none;
  padding: 120px 0 0;
}
@media screen and (max-width: 1023px) {
  .page-template-template-solutions .c_body_container .s_content .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy, .page-template-template-industry .c_body_container .s_content .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy {
    padding: 30px 50px;
  }
}
.page-template-template-solutions .c_body_container .s_content .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner, .page-template-template-industry .c_body_container .s_content .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner {
  width: 60%;
  max-width: 1920px;
  margin: 0 auto;
}
.page-template-template-solutions .c_body_container .s_content .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .company_name, .page-template-template-industry .c_body_container .s_content .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .company_name {
  margin-bottom: 30px;
}
.page-template-template-solutions .c_body_container .s_content .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .company_name .logo, .page-template-template-industry .c_body_container .s_content .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .company_name .logo {
  height: 65px;
  max-height: 65px;
  max-width: 35%;
}
.page-template-template-solutions .c_body_container .s_content .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .company_name .logo img, .page-template-template-industry .c_body_container .s_content .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .company_name .logo img {
  height: 100%;
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .page-template-template-solutions .c_body_container .s_content .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .company_name .logo img, .page-template-template-industry .c_body_container .s_content .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .company_name .logo img {
    width: 100%;
    max-width: unset;
  }
}
.page-template-template-solutions .c_body_container .s_content .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .customer_quote .customer_quote_text p, .page-template-template-industry .c_body_container .s_content .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .customer_quote .customer_quote_text p {
  color: #999;
}
.page-template-template-solutions .c_body_container .s_content .customer_quotes_container .customer_story_logos_container, .page-template-template-industry .c_body_container .s_content .customer_quotes_container .customer_story_logos_container {
  width: 60%;
  max-width: 1920px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 0 100px;
}
@media screen and (max-width: 1023px) {
  .page-template-template-solutions .c_body_container .s_content .customer_quotes_container .customer_story_logos_container, .page-template-template-industry .c_body_container .s_content .customer_quotes_container .customer_story_logos_container {
    width: 100%;
    max-width: unset;
    padding: 0 0 50px;
  }
}
.page-template-template-solutions .c_body_container .s_content .customer_quotes_container .customer_story_logos_container .customer_story_logos, .page-template-template-industry .c_body_container .s_content .customer_quotes_container .customer_story_logos_container .customer_story_logos {
  width: 80%;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .page-template-template-solutions .c_body_container .s_content .customer_quotes_container .customer_story_logos_container .customer_story_logos, .page-template-template-industry .c_body_container .s_content .customer_quotes_container .customer_story_logos_container .customer_story_logos {
    margin: auto;
  }
}

.industries-template-default .c_body_container {
  width: 100%;
  padding: 60px 0 0 !important;
  margin: 0 auto;
}
.industries-template-default .c_body_container .c_body_content {
  margin: 0 auto !important;
  width: 100%;
  max-width: 911px;
  font-size: 17px !important;
  line-height: 32px;
  font-family: "Gilroy-Regular", sans-serif;
  color: #081644;
  float: none;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .industries-template-default .c_body_container .c_body_content {
    margin: 0 auto !important;
    width: 90% !important;
    float: none;
  }
}
.industries-template-default .c_body_container .c_body_content p {
  padding: 0 0 12px 0 !important;
}
.industries-template-default .c_body_container .c_body_content .industries_container {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .industries-template-default .c_body_container .c_body_content .industries_container {
    margin-top: unset !important;
  }
}
.industries-template-default .c_body_container .c_body_content .industries_container .i_content h2 {
  margin: 40px auto 0;
  font-size: 24px;
  line-height: 32px;
  color: #002067;
  border-top: 1px solid #99A6C2;
  padding: 0;
}
.industries-template-default .c_body_container .c_body_content .industries_container .i_content h2:before {
  margin: -4px -141px 50px 0;
  display: block;
  content: "";
  background: #ff6253;
  height: 4px;
  width: 48px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .industries-template-default .c_body_container .c_body_content .industries_container .i_content h2 {
    padding: 0 !important;
  }
  .industries-template-default .c_body_container .c_body_content .industries_container .i_content h2:before {
    margin: -4px 0 50px 0;
  }
}
.industries-template-default .c_body_container .c_body_content .industries_container .i_content .industries_cc {
  margin: 24px auto 0;
  max-width: unset;
  width: unset;
  font-size: 17px;
  line-height: 28px;
  color: #3f4a5b;
}
.industries-template-default .c_body_container .c_body_content .industries_container .i_content .industries_cc ul {
  padding: 0 0 12px 0;
}
.industries-template-default .c_body_container .c_body_content .industries_container .i_content .industries_cc ul li {
  position: relative;
  margin: 0 0 24px;
  color: #3f4a5b;
  font-size: 17px;
}
.industries-template-default .border_outer {
  display: none;
}
.industries-template-default .customer_quotes_container.bottom-padding {
  padding-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  .industries-template-default .customer_quotes_container.bottom-padding {
    padding-bottom: 0;
  }
}
.industries-template-default .customer_quotes_container .customer_story_viewer_outer {
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .industries-template-default .customer_quotes_container .customer_story_viewer_outer {
    margin-bottom: 0;
  }
}
.industries-template-default .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy {
  width: 100%;
  background: none;
  padding: 120px 0 0;
}
@media screen and (max-width: 1023px) {
  .industries-template-default .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy {
    padding: 30px 50px;
  }
}
.industries-template-default .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner {
  width: 60%;
  max-width: 1920px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .industries-template-default .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner {
    width: 90%;
    max-width: unset;
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  .industries-template-default .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner {
    margin: 0 auto;
    max-width: 80%;
    width: unset;
  }
}
@media screen and (max-width: 767px) {
  .industries-template-default .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner {
    margin: 0 auto;
  }
}
.industries-template-default .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .company_name {
  margin-bottom: 30px;
}
.industries-template-default .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .company_name .logo {
  height: 65px;
  max-height: 65px;
  max-width: 35%;
}
@media (max-width: 767px) {
  .industries-template-default .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .company_name .logo {
    max-width: 70%;
  }
}
.industries-template-default .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .company_name .logo img {
  height: 100%;
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .industries-template-default .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .company_name .logo img {
    width: unset;
    max-width: unset;
  }
}
.industries-template-default .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .customer_quote .customer_quote_text p {
  color: #999;
}
.industries-template-default .customer_quotes_container .customer_story_logos_container {
  width: 60%;
  max-width: 1920px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 0 100px;
}
@media screen and (max-width: 1023px) {
  .industries-template-default .customer_quotes_container .customer_story_logos_container {
    width: 100%;
    max-width: unset;
    padding: 0 0 50px;
  }
}
.industries-template-default .customer_quotes_container .customer_story_logos_container .customer_story_logos {
  width: 80%;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .industries-template-default .customer_quotes_container .customer_story_logos_container .customer_story_logos {
    margin: auto;
  }
}

@media screen and (max-width: 420px) {
  .page-template-template-product .prod .product .p_top_full_info .p_bookademo, .page-template-template-product .prod .product .p_top_full_info .contactus {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-template-product .contact_button {
    box-sizing: border-box !important;
  }
  .page-template-template-product .rmore_read {
    bottom: -20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-template-product article .prod {
    margin-bottom: 32px;
    height: auto;
    margin-top: 0;
  }
  .page-template-template-product article .prod .product {
    width: 100%;
  }
  .page-template-template-product article .prod .product .p_top_full_image {
    width: 100% !important;
    float: none;
    height: 245px !important;
    position: relative !important;
    display: none;
  }
  .page-template-template-product article .prod .product .p_top_full_image.mobile {
    display: block !important;
  }
  .page-template-template-product article .prod .product .p_top_full_info {
    width: 100% !important;
    float: none !important;
    padding: 40px 24px;
  }
  .page-template-template-product article .prod .product .p_top_full_info .p_top_full_section {
    margin-top: 0 !important;
  }
  .page-template-template-product article .sol_content {
    padding: 0 24px 0 0;
    width: 100%;
    margin: 0;
  }
  .page-template-template-product article .sol_content .intro {
    width: auto !important;
    padding: 0 24px;
    margin-bottom: 0;
  }
  .page-template-template-product article .sol_content .section_container {
    width: calc(100% - 24px);
    margin-bottom: 40px;
    margin-right: 24px;
  }
  .page-template-template-product article .sol_content .section_container .section_left {
    float: none;
    width: 100%;
    height: auto;
  }
  .page-template-template-product article .sol_content .section_container .section_right {
    float: none;
    width: auto;
    padding: 24px 24px 0;
  }
  .page-template-template-product article .sol_content .section_container .section_right .rmore_read {
    bottom: -10px;
    width: 120px !important;
    margin-top: inherit;
    right: 25px;
    font-size: 16px;
    z-index: 9;
    position: absolute;
    padding: 10px 0 0;
    float: right;
    text-align: right;
  }
  .page-template-template-product article .sol_content .box_title {
    width: auto;
    padding: 0 24px;
    margin-bottom: 32px;
  }
  .page-template-template-product article .sol_content .box_related .slick-list .slick-track {
    padding-left: 24px;
  }
  .page-template-template-product article .sol_content .box_related .slick-list .slick-track .res-element:nth-child(2) {
    margin: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .page-template-template-product article .prod .product {
    width: 100%;
  }
  .page-template-template-product article .prod .product .p_top_full_info {
    width: 40vw;
    margin-left: 24px;
  }
  .page-template-template-product article .sol_content {
    width: 100%;
    box-sizing: border-box;
  }
  .page-template-template-product article .sol_content .section_container {
    display: flex;
  }
  .page-template-template-product article .sol_content .section_container .section_right {
    width: fit-content;
  }
  .page-template-template-product article .sol_content .box_related {
    display: flex;
    justify-content: space-between;
  }
  .page-template-template-product article .sol_content .box_related .res-element:nth-child(2) {
    margin: 0 !important;
  }
  .page-template-template-product article .sol_content .box_related .res-element .res-content {
    width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 768px) {
  .page-template-template-about .about .dark .quotedark_offset .about_section_content blockquote p {
    color: #ffffff;
  }
  .page-template-template-about .about .c_contact .contact_button {
    box-sizing: border-box;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-template-about #about {
    width: auto;
    background-color: #fff;
  }
  .page-template-template-about #about .p_top_big {
    width: 100%;
    margin-top: 0;
  }
  .page-template-template-about #about .p_top_big .p_top_big_info {
    padding: 37px 24px 47px;
    background-color: #002067;
  }
  .page-template-template-about #about .p_top_big .p_top_big_info .p_top_big_section {
    padding-bottom: 0;
  }
  .page-template-template-about #about .p_top_big .p_top_big_image {
    position: relative;
    width: auto !important;
    float: none;
    background-position-x: 24px;
    background-color: #F4F7FA;
    right: 0;
    height: 230px;
  }
  .page-template-template-about .company-nav {
    display: none;
  }
  .page-template-template-about .about {
    width: 100% !important;
    box-sizing: border-box;
    padding: 0 24px;
  }
  .page-template-template-about .about .c_content .about_container.who {
    margin-bottom: 0;
  }
  .page-template-template-about .about .c_content .about_container.who .who_offset .about_section_title {
    width: 100%;
  }
  .page-template-template-about .about .c_content .about_container.who .who_offset .about_section_title h2 {
    margin: 32px 0 24px;
  }
  .page-template-template-about .about .c_content .about_container.who .who_offset .about_section_content {
    width: 100%;
    display: block;
    padding-bottom: 10px;
  }
  .page-template-template-about .about .quote .quote_offset .about_section_content {
    padding-bottom: 40px;
  }
  .page-template-template-about .about .quote .quote_offset .about_section_content img {
    width: 180px;
    margin: 0 auto auto;
    height: auto;
    text-align: center;
    display: block;
    float: none;
  }
  .page-template-template-about .about .quote .quote_offset .about_section_content blockquote {
    float: none;
    width: auto;
    margin: 70px 0 auto auto;
    padding-bottom: 70px;
  }
  .page-template-template-about .about .quote .quote_offset .about_section_content blockquote p {
    margin: auto;
  }
  .page-template-template-about .about .what {
    margin: 0 -24px;
  }
  .page-template-template-about .about .what .what_offset {
    position: relative;
    padding: 50px 24px 104px;
    width: auto;
  }
  .page-template-template-about .about .what .what_offset .about_section_title {
    width: 100%;
  }
  .page-template-template-about .about .what .what_offset .about_section_title h2 {
    margin: 32px 0 24px;
    width: auto;
  }
  .page-template-template-about .about .what .what_offset .about_section_title h2:before {
    left: 24px;
    top: 50px;
  }
  .page-template-template-about .about .what .what_offset .about_section_content {
    padding-bottom: 40px;
    float: none;
  }
  .page-template-template-about .about .dark {
    margin: 0 -24px;
  }
  .page-template-template-about .about .dark .quotedark_offset {
    padding: 10px 24px 50px;
    width: auto;
  }
  .page-template-template-about .about .dark .quotedark_offset .about_section_content {
    padding-bottom: 40px;
  }
  .page-template-template-about .about .dark .quotedark_offset .about_section_content img {
    float: none;
    margin: 0 auto;
    width: 180px;
    height: auto;
    text-align: center;
    display: block;
  }
  .page-template-template-about .about .dark .quotedark_offset .about_section_content blockquote {
    width: auto;
    color: #ffffff;
    margin: 70px 0 0;
    padding: 0 0 40px;
  }
  .page-template-template-about .about .dark .quotedark_offset .about_section_content blockquote p {
    color: #ffffff;
  }
  .page-template-template-about .about .dark .quotedark_offset .about_section_content blockquote .author_quote {
    margin-bottom: 32px;
  }
  .page-template-template-about .about .history {
    position: relative;
    margin-bottom: 0;
  }
  .page-template-template-about .about .history .history_offset {
    margin-top: 30px;
    padding-bottom: 80px;
  }
  .page-template-template-about .about .history .history_offset .about_section_title {
    width: 100%;
  }
  .page-template-template-about .about .history .history_offset .about_section_title h2 {
    margin: 32px auto 24px;
  }
  .page-template-template-about .about .history .history_offset .about_section_content {
    padding-bottom: 0;
    float: none;
  }
  .page-template-template-about .about .investors {
    margin-bottom: 0;
  }
  .page-template-template-about .about .investors .investors_offset {
    padding: 60px 0 0;
    width: auto;
  }
  .page-template-template-about .about .investors .investors_offset .about_section_title {
    width: 100%;
  }
  .page-template-template-about .about .investors .investors_offset .about_section_title h2 {
    width: auto;
    margin: 10px 0;
  }
  .page-template-template-about .about .investors .investors_offset .about_section_title img {
    margin: 30px 0 50px;
  }
  .page-template-template-about .about .investors .investors_offset .about_section_content {
    padding-bottom: 40px;
    float: none;
    width: 100%;
  }
  .page-template-template-about .about .investors .investors_offset .rmore_read {
    display: block;
    width: 125px;
  }
  .page-template-template-about .about .c_contact {
    margin: 40px 0 80px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .page-template-template-about #about {
    width: 100% !important;
    box-sizing: border-box;
  }
  .page-template-template-about #about .p_top_big {
    width: 95%;
  }
  .page-template-template-about .company-nav {
    width: 100%;
  }
  .page-template-template-about .about {
    width: 95%;
  }
  .page-template-template-about .about .quote .quote_offset .about_section_content {
    display: flex;
  }
  .page-template-template-about .about .what {
    width: 106%;
    margin: 0 -3%;
  }
  .page-template-template-about .about .what .what_offset {
    width: 100%;
    box-sizing: border-box;
    padding: 100px 24px;
  }
  .page-template-template-about .about .dark {
    width: 106%;
    margin: 0 -3% 50px;
  }
  .page-template-template-about .about .dark .quotedark_offset {
    width: 100%;
    padding: 100px 24px;
    box-sizing: border-box;
  }
  .page-template-template-about .about .dark .quotedark_offset .about_section_content {
    display: flex;
  }
  .page-template-template-about .about .dark .quotedark_offset .about_section_content blockquote p {
    color: #ffffff;
  }
  .page-template-template-about .about .key {
    width: 106%;
  }
  .page-template-template-about .about .investors .investors_offset {
    width: 100%;
  }
}
@media screen and (min-width: 1199px) {
  .page-template-template-about .about .dark .quotedark_offset .about_section_content blockquote p {
    color: #ffffff;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-template-industry .p_top_full {
    height: auto !important;
    margin-top: 0 !important;
  }
  .page-template-template-industry .p_top_full .p_top_full_container {
    width: 100%;
  }
  .page-template-template-industry .p_top_full .p_top_full_container .p_top_full_image {
    display: none;
  }
  .page-template-template-industry .p_top_full .p_top_full_container .p_top_full_image.mobile {
    display: block;
    width: 100% !important;
    float: none;
    height: 245px !important;
    position: relative !important;
    background-size: cover;
    background-position: 50% 50%;
  }
  .page-template-template-industry .p_top_full .p_top_full_container .p_top_full_info {
    float: none !important;
    width: 100% !important;
    padding-bottom: 40px;
  }
  .page-template-template-industry .p_top_full .p_top_full_container .p_top_full_info .p_top_full_section {
    margin: 40px 0 0 24px;
  }
  .page-template-template-industry .p_top_full .p_top_full_container .p_top_full_info h1 {
    margin-left: 24px;
  }
  .page-template-template-industry .p_top_full .p_top_full_container .p_top_full_info p {
    margin: 15px 24px 5px;
  }
  .page-template-template-industry .p_top_full .p_top_full_container .p_top_full_info .p_bookademo {
    margin: 20px 24px 0;
    display: block;
    width: 150px;
    height: 40px;
    line-height: 45px;
  }
  .page-template-template-industry .c_body_container {
    padding: 0 0 60px;
    width: 100%;
  }
  .page-template-template-industry .c_body_container .s_content .s_content_description {
    float: none;
    margin: 32px 24px 40px;
    width: auto;
  }
  .page-template-template-industry .c_body_container .s_content .s_elements {
    width: 100%;
    float: none;
  }
  .page-template-template-industry .c_body_container .s_content .s_elements .s_el {
    width: 100%;
    float: none;
    padding-top: 24px;
    margin-bottom: 40px;
    height: auto;
  }
  .page-template-template-industry .c_body_container .s_content .s_elements .s_el .s_el_foto {
    width: calc(100% - 40px);
    height: 272px;
    margin: 0 20px;
    clear: both;
    float: none;
  }
  .page-template-template-industry .c_body_container .s_content .s_elements .s_el .s_el_content {
    float: none;
    width: auto;
    padding: 0 24px 24px;
    margin: 0;
  }
  .page-template-template-industry .c_body_container .s_content .s_elements .s_el .s_el_content a {
    padding-left: 0;
  }
  .page-template-template-industry .c_body_container .s_content .s_elements .s_el .s_el_content a h2 {
    margin-top: 24px;
  }
  .page-template-template-industry .c_body_container .s_content .s_elements .s_el .s_el_content a p {
    width: auto;
    display: block;
  }
  .page-template-template-industry .c_body_container .s_content .s_elements .s_el .s_el_content a .learn-more {
    margin-top: 20px;
  }
  .page-template-template-industry .c_body_container .s_content .b_book {
    width: 100%;
    float: none;
  }
  .page-template-template-industry .c_body_container .s_content .b_book .b_book_label {
    width: 100%;
  }
  .page-template-template-industry .c_body_container .s_content .b_book .book_a_demo_rg {
    float: none;
    width: 100%;
    margin-top: 32px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .page-template-template-industry .p_top_full .p_top_full_container {
    width: 100%;
  }
  .page-template-template-industry .p_top_full .p_top_full_container .p_top_full_info {
    padding-left: 24px;
  }
  .page-template-template-industry .c_body_container {
    width: 100%;
    padding: 40px 24px;
    box-sizing: border-box;
  }
}
.page-template-template-video .container, .resources-template-default .container {
  width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .page-template-template-video .container, .resources-template-default .container {
    width: 100%;
    padding: 0 24px !important;
    box-sizing: border-box;
  }
}
.page-template-template-video .vidpagetop, .resources-template-default .vidpagetop {
  margin: 80px auto;
}
.page-template-template-video .vidpagetop .title, .resources-template-default .vidpagetop .title {
  margin-bottom: 21px;
}
.page-template-template-video .vidpagetop .title h1, .resources-template-default .vidpagetop .title h1 {
  font-size: 44px;
  line-height: 43px;
  font-weight: bold;
  color: #002067;
  font-family: "Gilroy-Semibold", sans-serif;
}
.page-template-template-video .vidpagetop .subtitle, .resources-template-default .vidpagetop .subtitle {
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 35px;
  color: #002067;
}
.page-template-template-video .videoplayer, .resources-template-default .videoplayer {
  margin-bottom: 80px;
}
.page-template-template-video .copy, .resources-template-default .copy {
  display: flex;
  margin-bottom: 107px;
}
.page-template-template-video .copy .socials, .resources-template-default .copy .socials {
  margin-right: 74px;
}
@media screen and (max-width: 1023px) {
  .page-template-template-video .copy .socials, .resources-template-default .copy .socials {
    display: none;
  }
}
.page-template-template-video .copy .content p, .page-template-template-video .copy .content li, .resources-template-default .copy .content p, .resources-template-default .copy .content li {
  font-size: 16px;
  line-height: 25px;
  color: #3f4a5b;
  margin-bottom: 25px;
}
.page-template-template-video .copy .content h3, .resources-template-default .copy .content h3 {
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  color: #002067;
  margin-bottom: 38px;
}
.page-template-template-video .copy .content ul, .resources-template-default .copy .content ul {
  padding-left: 32px !important;
  position: relative;
}
.page-template-template-video .copy .content ul li:before, .resources-template-default .copy .content ul li:before {
  font-size: 21px;
  background: #ff6253;
  width: 7px;
  height: 7px;
  display: block;
  content: "";
  position: absolute;
  margin-left: -32px;
  margin-top: 10px;
}
.page-template-template-video .relatedcontent .box_related, .resources-template-default .relatedcontent .box_related {
  display: flex;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .page-template-template-video .relatedcontent .box_related, .resources-template-default .relatedcontent .box_related {
    justify-content: space-between;
  }
}
.page-template-template-video .relatedcontent .box_related .res-element, .resources-template-default .relatedcontent .box_related .res-element {
  float: unset;
}
@media screen and (max-width: 1023px) {
  .page-template-template-video .relatedcontent .box_related .res-element, .resources-template-default .relatedcontent .box_related .res-element {
    float: left;
    margin-right: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page-template-template-video .relatedcontent .box_related .res-element:nth-child(2), .resources-template-default .relatedcontent .box_related .res-element:nth-child(2) {
    margin: 0 8px 0 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .page-template-template-video .relatedcontent .box_related .res-element .res-content, .resources-template-default .relatedcontent .box_related .res-element .res-content {
    width: 100% !important;
    float: none !important;
  }
}

.page-template-template-benefit-calculator {
  position: relative;
}
.page-template-template-benefit-calculator::-webkit-scrollbar {
  display: none;
  width: 0;
  background: transparent;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.page-template-template-benefit-calculator input:focus, .page-template-template-benefit-calculator textarea:focus, .page-template-template-benefit-calculator select:focus {
  outline: none !important;
}
.page-template-template-benefit-calculator header {
  /*padding: 50px 70px;
  position: absolute;
  background-color: transparent;*/
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator header {
    padding: unset;
  }
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator header .s_line_logo {
    margin-left: 24px;
    margin-top: 19px;
  }
}
.page-template-template-benefit-calculator .hide {
  display: none !important;
}
.page-template-template-benefit-calculator form {
  position: relative;
  height: 100vh;
  overflow-x: hidden;
}
.page-template-template-benefit-calculator form .calculatorcontainer {
  transition: transform 0.5s ease-in 0.5s, height 0.5s linear 0.5s;
  display: flex;
  width: 1000vw;
  height: 100vh;
  /*@media (min-height: 940px) {
    height: 95vh;
  }*/
  /*@media (max-width: 360px) {
    height: 260vh;
  }*/
  /*@media (height: 1024px) and (width: 768px) {
    height: 80vh;
  }*/
  /*@media (min-width: 361px) and (max-width: 412px) {
    height: 220vh;
  }*/
}
@media (max-height: 500px) {
  .page-template-template-benefit-calculator form .calculatorcontainer {
    height: 205vh;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer.showstep1 {
  transform: translateX(-100vw);
  /*@media (min-height: 940px) {
    height: 100vh;
  }
  @media (max-width: $max-width-tab) {
    height: 290vh;
  }
  @media (height: 1024px) and (width: 768px) {
    height: 175vh;
  }
  @media (max-width: 360px) {
    height: 320vh;
  }
  @media (min-width: 361px) and (max-width: 412px) {
    height: 280vh;
  }*/
}
.page-template-template-benefit-calculator form .calculatorcontainer.showstep2 {
  transform: translateX(-200vw);
  /*@media (min-height: 940px) {
    height: 75vh;
  }
  @media (max-width: $max-width-tab) {
    height: 200vh;
  }
  @media (height: 1024px) and (width: 768px) {
    height: 100vh;
  }
  @media (max-width: 360px) {
    height: 220vh;
  }*/
}
.page-template-template-benefit-calculator form .calculatorcontainer.showstep3 {
  transform: translateX(-300vw);
  /*@media (min-height: 940px) {
    height: 80vh;
  }

  @media (max-width: $min-width-tab) {
    height: 450vh;
  }

  @media (min-width: $min-width-tab) and (max-width: $max-width-tab) {
    height: 210vh;
  }
  @media (height: 1024px) and (width: 768px) {
    height: 150vh;
  }
  @media (max-width: 360px) {
    height: 500vh;
  }*/
}
.page-template-template-benefit-calculator form .calculatorcontainer.showstep23outcomes {
  transform: translateX(-400vw);
  /*@media (min-height: 940px) {
    height: 90vh;
  }
  @media (max-width: $max-width-tab) {
    height: 200vh;
  }
  @media (height: 1024px) and (width: 768px) {
    height: 110vh;
  }
  @media (max-width: 360px) {
    height: 225vh;
  }*/
}
.page-template-template-benefit-calculator form .calculatorcontainer.showstep4 {
  transform: translateX(-500vw);
  /* @media (min-height: 940px) {
     height: 75vh;
   }
   @media (max-width: $max-width-tab) {
     height: 220vh;
   }
   @media (height: 1024px) and (width: 768px) {
     height: 110vh;
   }
   @media (max-width: 360px) {
     height: 240vh;
   }*/
}
.page-template-template-benefit-calculator form .calculatorcontainer.showstep4form {
  transform: translateX(-600vw);
  /*@media (min-height: 940px) {
    height: 90vh;
  }
  @media (max-width: $max-width-tab) {
    height: 240vh;
  }
  @media (height: 1024px) and (width: 768px) {
    height: 120vh;
  }
  @media (max-width: 360px) {
    height: 270vh;
  }*/
}
.page-template-template-benefit-calculator form .calculatorcontainer.showstep5aoutcomes {
  /*@media (min-height: 940px) {
    height: 85vh;
  }
  @media (max-width: $max-width-tab) {
    height: 320vh;
  }
  @media (height: 1024px) and (width: 768px) {
    height: 190vh;
  }
  @media (max-width: 360px) {
    height: 350vh;
  }*/
}
.lang-en .page-template-template-benefit-calculator form .calculatorcontainer.showstep5aoutcomes {
  transform: translateX(-700vw);
}
.page-template-template-benefit-calculator form .calculatorcontainer.showstep5boutcomes {
  transform: translateX(-700vw);
  transition: unset;
  /*@media (min-height: 940px) {
    height: 75vh;
  }
  @media (max-width: $max-width-tab) {
    height: 190vh;
  }
  @media (height: 1024px) and (width: 768px) {
    height: 80vh;
  }*/
}
.lang-en .page-template-template-benefit-calculator form .calculatorcontainer.showstep5boutcomes {
  transform: translateX(-800vw);
  transition: transform 0.5s ease-in 0.5s, height 0.5s linear 0.5s;
}
.page-template-template-benefit-calculator form .calculatorcontainer.showthanks {
  transform: translateX(-800vw);
  transition: unset !important;
  /* @media (max-width: $max-width-tab) {
     height: 360vh;
   }
   @media (height: 1024px) and (width: 768px) {
     height: 230vh;
   }
   @media (max-width: 360px) {
     height: 500vh;
   }*/
}
.lang-en .page-template-template-benefit-calculator form .calculatorcontainer.showthanks {
  transform: translateX(-900vw);
}
.page-template-template-benefit-calculator form .calculatorcontainer.showthanksrefresh {
  transform: translateX(-900vw);
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer.showthanksrefresh {
    height: 260vh;
  }
}
@media (height: 1024px) and (width: 768px) {
  .page-template-template-benefit-calculator form .calculatorcontainer.showthanksrefresh {
    height: 190vh;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #landingpage {
  padding-top: 0;
}
@media (max-width: 768px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #landingpage {
    transform: unset;
    transform-origin: unset;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #landingpage .pagecontainer .hero {
  background-image: url("/wp-content/themes/tgroup/benefitcalc-assets/hero.jpg");
  background-size: cover;
}
.page-template-template-benefit-calculator form .calculatorcontainer #landingpage .pagecontainer .hero .herocontent {
  padding: 106px 0 70px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #landingpage .pagecontainer .hero .herocontent h1 {
  margin: auto;
  max-width: 645px;
  font-size: 50px;
  line-height: 54px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-family: "Gilroy-Semibold", sans-serif;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #landingpage .pagecontainer .hero .herocontent h1 {
    font-size: 40px;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #landingpage .pagecontainer .hero .herocontent .copy {
  max-width: 932px;
  margin: 50px auto 0;
}
.page-template-template-benefit-calculator form .calculatorcontainer #landingpage .pagecontainer .hero .herocontent .copy p {
  color: #fff;
  font-size: 20px;
  line-height: 33px;
  text-align: center;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #landingpage .pagecontainer .hero .herocontent .copy p {
    font-size: 16px;
    line-height: 28px;
    padding: 0 24px;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #landingpage .pagecontainer .pagecontent .pagecontentcontainer {
  max-width: 778px;
  margin: 60px auto 85px;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #landingpage .pagecontainer .pagecontent .pagecontentcontainer {
    padding: 0 24px;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #landingpage .pagecontainer .pagecontent .pagecontentcontainer .copy {
  margin-bottom: 39px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #landingpage .pagecontainer .pagecontent .pagecontentcontainer .copy p {
  color: #002067;
  font-size: 20px;
  line-height: 33px;
  text-align: center;
  margin-bottom: 20px;
  word-break: break-word;
}
.page-template-template-benefit-calculator form .calculatorcontainer #landingpage .pagecontainer .pagecontent .pagecontentcontainer .copy p.semibold {
  font-family: "Gilroy-SemiBold", sans-serif;
}
.page-template-template-benefit-calculator form .calculatorcontainer #landingpage .pagecontainer .pagecontent .pagecontentcontainer .copy p .bold {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 22px;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #landingpage .pagecontainer .pagecontent .pagecontentcontainer .copy p {
    font-size: 16px;
    line-height: 28px;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #landingpage .pagecontainer .pagecontent .pagecontentcontainer .copy .iconsrow {
  display: flex;
  max-width: 640px;
  margin: auto;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #landingpage .pagecontainer .pagecontent .pagecontentcontainer .copy .iconsrow {
    flex-direction: column;
    align-items: center;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #landingpage .pagecontainer .pagecontent .pagecontentcontainer .copy .iconsrow .iconcol {
  width: 144px;
  display: flex;
  flex-direction: column;
  /*&.icon1 {
    transition: opacity 0.5s linear;
  }

  &.icon2 {
    transition: opacity 1.5s linear;
  }

  &.icon3 {
    transition: opacity 2.5s linear;
  }

  &.icon4 {
    transition: opacity 3.5s linear;
  }*/
  /*&.icon1 {
    transition: opacity 0.2s ease-in;
    opacity: 1;
  }

  &.icon2 {
    transition: opacity 0.4s ease-in;
    opacity: 1;
  }

  &.icon3 {
    transition: opacity 0.6s ease-in;
    opacity: 1;
  }

  &.icon4 {
    transition: opacity 0.8s ease-in;
    opacity: 1;
  }*/
}
.page-template-template-benefit-calculator form .calculatorcontainer #landingpage .pagecontainer .pagecontent .pagecontentcontainer .copy .iconsrow .iconcol p {
  line-height: 24px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #landingpage .pagecontainer .pagecontent .pagecontentcontainer .copy .iconsrow .iconcol img {
  margin: 0 auto 14px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #landingpage .pagecontainer .pagecontent .pagecontentcontainer .buttoncontainer button, .page-template-template-benefit-calculator form .calculatorcontainer #landingpage .pagecontainer .pagecontent .pagecontentcontainer .buttoncontainer a {
  box-sizing: border-box;
  font-family: "Gilroy-SemiBold", sans-serif;
  display: block;
  background-color: #0378FA;
  max-width: 280px;
  font-size: 18px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  padding: 21px 80px;
  border: none;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #landingpage .pagecontainer .pagecontent .pagecontentcontainer .buttoncontainer button, .page-template-template-benefit-calculator form .calculatorcontainer #landingpage .pagecontainer .pagecontent .pagecontentcontainer .buttoncontainer a {
    font-size: 14px;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer .screen {
  height: 100vh;
  overflow-y: auto;
  width: 100vw;
  display: block;
  position: relative;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer .screen {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .page-template-template-benefit-calculator form .calculatorcontainer .screen {
    /*transform: scale(0.9);
    transform-origin: top;*/
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer .screen .stepcounter {
  /*position: absolute;
  top: -100px;*/
  z-index: 99999;
  width: 100%;
  background-color: #002067;
  padding: 40px 0;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer .screen .stepcounter {
    top: 0;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer .screen .stepcounter .stepscontainer {
  display: flex;
  align-items: center;
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .page-template-template-benefit-calculator form .calculatorcontainer .screen .stepcounter .stepscontainer {
    width: unset;
  }
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer .screen .stepcounter .stepscontainer {
    transform: scale(0.7);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .page-template-template-benefit-calculator form .calculatorcontainer .screen .stepcounter .stepscontainer {
    transform: scale(0.7);
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer .screen .stepcounter .stepscontainer .step {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  padding: 6px 10px;
  text-align: center;
  box-sizing: border-box;
}
.page-template-template-benefit-calculator form .calculatorcontainer .screen .stepcounter .stepscontainer .step p {
  font-size: 24px;
  color: #fff;
  font-family: "Gilroy-Bold", sans-serif;
  line-height: 100%;
}
.page-template-template-benefit-calculator form .calculatorcontainer .screen .stepcounter .stepscontainer .step.active {
  background-color: #fff;
  width: 40px;
  height: 40px;
  padding: 9px 13px;
}
.page-template-template-benefit-calculator form .calculatorcontainer .screen .stepcounter .stepscontainer .step.active p {
  color: #0378FA;
}
.page-template-template-benefit-calculator form .calculatorcontainer .screen .stepcounter .stepscontainer .step.inactive {
  background-color: #0378FA;
}
.page-template-template-benefit-calculator form .calculatorcontainer .screen .stepcounter .stepscontainer .step.done {
  background-color: #fff;
}
.page-template-template-benefit-calculator form .calculatorcontainer .screen .stepcounter .stepscontainer .step.done p {
  color: #0378FA;
}
.page-template-template-benefit-calculator form .calculatorcontainer .screen .stepcounter .stepscontainer .progressbar {
  width: 100px;
  height: 6px;
  display: block;
}
.page-template-template-benefit-calculator form .calculatorcontainer .screen .stepcounter .stepscontainer .progressbar.unfilled {
  background-color: #0378FA;
}
.page-template-template-benefit-calculator form .calculatorcontainer .screen .stepcounter .stepscontainer .progressbar.filled {
  background-color: #fff;
}
.page-template-template-benefit-calculator form .calculatorcontainer .screen .stepcounter .stepscontainer .progressbar.half {
  width: 50px;
}
.page-template-template-benefit-calculator form .calculatorcontainer .screen .steptitle {
  background-color: #002067;
  padding: 40px 0;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer .screen .steptitle {
    width: 100%;
    box-sizing: border-box;
    padding: 0 24px 40px;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer .screen .steptitle.biggertext h2 {
  font-size: 36px;
  max-width: 700px;
  line-height: 38px;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer .screen .steptitle.biggertext h2 {
    width: 90%;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer .screen .steptitle.longertitle h2 {
  font-size: 32px;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer .screen .steptitle.longertitle h2 {
    font-size: 28px;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer .screen .steptitle h2 {
  font-size: 36px;
  line-height: 33px;
  text-align: center;
  font-family: "Gilroy-Semibold", sans-serif;
  color: #fff;
  max-width: 630px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer .screen .steptitle h2 {
    font-size: 30px;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer .screen .stepcontent input[type=radio] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border-color: transparent !important;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer .screen .stepcontent {
    width: unset;
    padding: 0 24px;
    box-sizing: border-box;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer .screen .stepnav {
  display: flex;
  justify-content: flex-end;
  margin: 0 90px 32px;
  z-index: 99999999;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer .screen .stepnav {
    margin: 0 24px 40px;
    justify-content: center;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer .screen .stepnav .buttoncontainer button {
  border: unset;
  background-color: unset;
  color: unset;
}
.page-template-template-benefit-calculator form .calculatorcontainer .screen .stepnav .buttoncontainer button.buttonprimary {
  width: 150px;
  background-color: #0378FA;
  padding: 2px;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 54px;
  text-align: center;
  font-family: "Gilroy-SemiBold", sans-serif;
  color: #fff;
}
.page-template-template-benefit-calculator form .calculatorcontainer .screen .stepnav .buttoncontainer button.buttonprimary:disabled {
  cursor: unset;
  background-color: #F4F7FA;
  color: #3f4a5b;
}
.page-template-template-benefit-calculator form .calculatorcontainer .screen .stepnav .buttoncontainer button.buttonprimary p {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 54px;
  text-align: center;
  font-family: "Gilroy-SemiBold", sans-serif;
  color: #fff;
}
.page-template-template-benefit-calculator form .calculatorcontainer .screen .stepnav .buttoncontainer button.buttonsecondary {
  width: 150px;
  margin-right: 30px;
  border: solid 2px #0378FA;
  background-color: #fff;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 54px;
  text-align: center;
  font-family: "Gilroy-SemiBold", sans-serif;
  color: #0378FA;
}
.page-template-template-benefit-calculator form .calculatorcontainer .screen .stepnav .buttoncontainer button.buttonsecondary p {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 54px;
  text-align: center;
  font-family: "Gilroy-SemiBold", sans-serif;
  color: #0378FA;
}
.page-template-template-benefit-calculator form .calculatorcontainer .screen .infopanelswrap {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 99999999;
}
@media screen and (max-width: 768px) {
  .page-template-template-benefit-calculator form .calculatorcontainer .screen .infopanelswrap {
    bottom: unset;
    position: fixed;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer .screen .infopanelswrap .infopanel {
  display: none;
  bottom: 0;
  transition: ease-in top 0.2s;
  width: 100vw;
  position: fixed;
  z-index: 999999;
}
@media screen and (max-width: 768px) {
  .page-template-template-benefit-calculator form .calculatorcontainer .screen .infopanelswrap .infopanel {
    position: fixed;
    width: 100vw;
    bottom: 0;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer .screen .infopanelswrap .infopanel .panelcontent {
  background-color: #F4F7FA;
  padding: 50px 90px;
  box-shadow: 0px -8px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  color: #3f4a5b;
  font-family: "Gilroy-Regular", sans-serif;
}
@media screen and (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer .screen .infopanelswrap .infopanel .panelcontent {
    padding: 60px 40px;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer .screen .infopanelswrap .infopanel .panelcontent strong, .page-template-template-benefit-calculator form .calculatorcontainer .screen .infopanelswrap .infopanel .panelcontent .bold {
  font-family: "Gilroy-SemiBold", sans-serif;
}
.page-template-template-benefit-calculator form .calculatorcontainer .screen .infopanelswrap .infopanel .panelcontent p {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  color: #3f4a5b;
  font-family: "Gilroy-Regular", sans-serif;
}
.page-template-template-benefit-calculator form .calculatorcontainer .screen .infopanelswrap .infopanel .panelcontent p strong, .page-template-template-benefit-calculator form .calculatorcontainer .screen .infopanelswrap .infopanel .panelcontent p .bold {
  font-family: "Gilroy-SemiBold", sans-serif;
}
.page-template-template-benefit-calculator form .calculatorcontainer .screen .infopanelswrap .infopanel .panelcontent ul {
  margin-top: 19px;
  position: relative;
}
.page-template-template-benefit-calculator form .calculatorcontainer .screen .infopanelswrap .infopanel .panelcontent ul li {
  padding-left: 45px;
  position: relative;
}
.page-template-template-benefit-calculator form .calculatorcontainer .screen .infopanelswrap .infopanel .panelcontent ul li:before {
  position: absolute;
  content: "";
  display: block;
  background-color: #002067;
  width: 7px;
  height: 7px;
  top: 8px;
  left: 13px;
}
.page-template-template-benefit-calculator form .calculatorcontainer .screen .infopanelswrap .infopanel .panelcontent .closewrap {
  position: absolute;
  top: 0;
  right: 0;
  padding: 30px 38px;
}
.page-template-template-benefit-calculator form .calculatorcontainer .screen .infopanelswrap .infopanel .panelcontent .closewrap .closepanel {
  cursor: pointer;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step1 .stepcontent {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 90px;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step1 .stepcontent {
    width: unset;
    padding: 0 24px;
    box-sizing: border-box;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step1 .stepcontent {
    width: unset;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step1 .stepcontent .threecols {
  display: flex;
  margin: 50px auto;
  max-width: 1260px;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step1 .stepcontent .threecols {
    flex-direction: column;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step1 .stepcontent .threecols .column {
  width: 100%;
  margin: 0 69px;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step1 .stepcontent .threecols .column {
    margin: 0 0 40px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step1 .stepcontent .threecols .column {
    margin: 0 24px;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step1 .stepcontent .threecols .column:nth-child(1) {
  margin-left: 0;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step1 .stepcontent .threecols .column:nth-child(3) {
  margin-right: 0;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step1 .stepcontent .threecols .column .columnheading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step1 .stepcontent .threecols .column .columnheading .icon {
  width: 81px;
  height: 81px;
  background-color: #002067;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step1 .stepcontent .threecols .column .columnheading .icon img {
  display: block;
  width: 45px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step1 .stepcontent .threecols .column .columnheading .headingtitle p {
  text-transform: uppercase;
  font-family: "Gilroy-Semibold", sans-serif;
  color: #002067;
  font-size: 16px;
  line-height: 54px;
  text-align: center;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step1 .stepcontent .threecols .column .columnheading.active .icon {
  background-color: #0378FA;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step1 .stepcontent .threecols .column .columnheading.active .headingtitle p {
  color: #0378FA;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step1 .stepcontent .threecols .column .optionscontainer {
  background-color: #F4F7FA;
  padding: 0 20px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step1 .stepcontent .threecols .column .optionscontainer .options ul li {
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: margin 0.1s ease-out;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step1 .stepcontent .threecols .column .optionscontainer .options ul li input[type=radio] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border-color: transparent !important;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step1 .stepcontent .threecols .column .optionscontainer .options ul li input {
  cursor: pointer;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step1 .stepcontent .threecols .column .optionscontainer .options ul li input {
    width: 100%;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step1 .stepcontent .threecols .column .optionscontainer .options ul li:hover {
  cursor: pointer;
  opacity: 0.5;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step1 .stepcontent .threecols .column .optionscontainer .options ul li.active {
  background-color: #0378FA;
  margin: 0 -20px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step1 .stepcontent .threecols .column .optionscontainer .options ul li.active a, .page-template-template-benefit-calculator form .calculatorcontainer #step1 .stepcontent .threecols .column .optionscontainer .options ul li.active label {
  color: #fff;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step1 .stepcontent .threecols .column .optionscontainer .options ul li.active:after {
  display: none;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step1 .stepcontent .threecols .column .optionscontainer .options ul li:after {
  display: block;
  content: "";
  width: 100%;
  border-bottom: 1px solid rgba(153, 166, 194, 0.2);
}
.page-template-template-benefit-calculator form .calculatorcontainer #step1 .stepcontent .threecols .column .optionscontainer .options ul li:nth-of-type(6):after {
  display: none;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step1 .stepcontent .threecols .column .optionscontainer .options ul li a, .page-template-template-benefit-calculator form .calculatorcontainer #step1 .stepcontent .threecols .column .optionscontainer .options ul li label {
  color: #002067;
  font-size: 16px;
  line-height: 30px;
  font-family: "Gilroy-SemiBold", sans-serif;
  padding: 13px 0;
  display: block;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols {
  display: flex;
  justify-content: center;
  margin-top: 76px;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols {
    flex-direction: column;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column:nth-child(1), .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column:nth-child(1) {
  margin-right: 125px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column:nth-child(1), .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column:nth-child(1) {
    margin-right: 40px;
  }
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column:nth-child(1), .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column:nth-child(1) {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .calcinput.focused .textbox, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .calcinput.focused .textbox {
  border-color: #0378FA;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .calcinput, .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .calcinput, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .calcinput, .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .calcinput, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer {
    margin-bottom: 40px;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .calcinput:nth-child(3), .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer:nth-child(3), .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .calcinput:nth-child(3), .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer:nth-child(3) {
  margin-bottom: unset;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .calcinput label, .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer label, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .calcinput label, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer label {
  font-size: 20px;
  line-height: 33px;
  color: #3f4a5b;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .calcinput label, .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer label, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .calcinput label, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer label {
    text-align: left;
    font-size: 18px;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .calcinput label.withinfoicon, .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer label.withinfoicon, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .calcinput label.withinfoicon, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer label.withinfoicon {
  display: flex;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .calcinput label.withinfoicon, .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer label.withinfoicon, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .calcinput label.withinfoicon, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer label.withinfoicon {
    display: block;
    position: relative;
    padding: 0 18px 0 0;
    text-align: left;
    font-size: 18px;
  }
  .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .calcinput label.withinfoicon.longerlabel, .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer label.withinfoicon.longerlabel, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .calcinput label.withinfoicon.longerlabel, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer label.withinfoicon.longerlabel {
    padding-right: 40px;
  }
  .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .calcinput label.withinfoicon.longerlabel .infoicon, .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer label.withinfoicon.longerlabel .infoicon, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .calcinput label.withinfoicon.longerlabel .infoicon, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer label.withinfoicon.longerlabel .infoicon {
    top: 15px;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .calcinput label.withinfoicon .infoicon, .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer label.withinfoicon .infoicon, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .calcinput label.withinfoicon .infoicon, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer label.withinfoicon .infoicon {
  margin-left: 12px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .calcinput label.withinfoicon .infoicon, .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer label.withinfoicon .infoicon, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .calcinput label.withinfoicon .infoicon, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer label.withinfoicon .infoicon {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .calcinput label.withinfoicon .infoicon .infotrigger, .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer label.withinfoicon .infoicon .infotrigger, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .calcinput label.withinfoicon .infoicon .infotrigger, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer label.withinfoicon .infoicon .infotrigger {
  display: block;
  height: 30px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .calcinput .textbox, .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer .textbox, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .calcinput .textbox, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer .textbox {
  transition: border-color 0.2s ease;
  width: 400px;
  padding: 8px 17px;
  border: 1px solid #c4c4c4;
  margin-top: 8px;
  background-color: #fff;
  font-size: 20px;
  line-height: 33px;
  color: #3f4a5b;
  display: flex;
  height: 50px;
  box-sizing: border-box;
  /*&.focused {
    border-color: $blue-light;
  }*/
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .calcinput .textbox, .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer .textbox, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .calcinput .textbox, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer .textbox {
    width: 100%;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .calcinput .textbox input, .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer .textbox input, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .calcinput .textbox input, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer .textbox input {
  background: none;
  border: none;
  padding: 0 0 5px;
  font-size: 20px;
  line-height: 33px;
  color: #3f4a5b;
  width: 100%;
  margin-left: 8px;
  font-family: "Gilroy", sans-serif;
  -moz-appearance: textfield;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .calcinput .textbox input::-webkit-outer-spin-button, .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .calcinput .textbox input::-webkit-inner-spin-button, .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer .textbox input::-webkit-outer-spin-button, .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer .textbox input::-webkit-inner-spin-button, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .calcinput .textbox input::-webkit-outer-spin-button, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .calcinput .textbox input::-webkit-inner-spin-button, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer .textbox input::-webkit-outer-spin-button, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer .textbox input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer {
  margin-bottom: 57px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer .smalltype, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer .smalltype {
  font-size: 16px;
  line-height: 25px;
  color: rgba(63, 74, 91, 0.8);
  margin-bottom: 75px;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer .smalltype, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer .smalltype {
    text-align: left;
    font-size: 14px;
  }
  .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer .smalltype br, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer .smalltype br {
    display: none;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer .inputcontainer, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer .inputcontainer {
  position: relative;
  width: 496px;
  /*.jqslider {
    &.ui-slider-range {
      background: $blue-light;
    }
    &.ui-state-default {
      background: none;
      background-color:  #99A6C2;
    }
  }
  .ui-widget-content {
    .ui-state-default {
      background-color:  #99A6C2;
      background: none;
    }
  }*/
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer .inputcontainer, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer .inputcontainer {
    width: 100%;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer .inputcontainer input[type=range], .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer .inputcontainer input[type=range] {
  -webkit-appearance: none !important;
  appearance: none !important;
  -moz-appearance: none;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer .inputcontainer input[type=range] ::-webkit-slider-thumb, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer .inputcontainer input[type=range] ::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  appearance: none !important;
  -moz-appearance: none !important;
  background-color: #0378fa;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer .inputcontainer input[type=range] ::-webkit-slider-thumb, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer .inputcontainer input[type=range] ::-webkit-slider-thumb {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: #0378fa;
    width: 30px;
    height: 30px;
    border-radius: 100%;
  }
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer .inputcontainer ::-webkit-slider-runnable-track ::-webkit-slider-thumb, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer .inputcontainer ::-webkit-slider-runnable-track ::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #0378fa;
    width: 30px;
    height: 30px;
    border-radius: 100%;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer .inputcontainer .slider, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer .inputcontainer .slider {
  width: 492px;
  background: #99A6C2;
  border: none;
  height: 4px;
  -webkit-appearance: none;
  transition: background 450ms ease-in;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer .inputcontainer .slider, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer .inputcontainer .slider {
    width: 100%;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer .inputcontainer .slider::-webkit-slider-runnable-track #thumb, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer .inputcontainer .slider::-webkit-slider-runnable-track #thumb {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #0378fa;
  width: 15px;
  height: 15px;
  border-radius: 100%;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer .inputcontainer .slider::-webkit-slider-thumb, .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer .inputcontainer .slider::-moz-range-thumb, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer .inputcontainer .slider::-webkit-slider-thumb, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer .inputcontainer .slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  -webkit-appearance: none;
  appearance: none;
  color: #0378FA;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer .inputcontainer .slider::-webkit-slider-thumb, .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer .inputcontainer .slider::-moz-range-thumb, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer .inputcontainer .slider::-webkit-slider-thumb, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer .inputcontainer .slider::-moz-range-thumb {
    width: 30px;
    height: 30px;
    appearance: none;
    display: block;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer .inputcontainer .output-draggable-container, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer .inputcontainer .output-draggable-container {
  margin: 0 -58px 0 0;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer .inputcontainer .bubble, .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer .inputcontainer .jqbubble, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer .inputcontainer .bubble, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer .inputcontainer .jqbubble {
  background-color: #0378FA;
  color: #F4F7FA;
  padding: 6px 4px 12px;
  width: 50px;
  position: absolute;
  top: -60px;
  transform: translateX(-25%);
  text-align: center;
  font-family: "Gilroy-Regular", sans-serif;
  box-sizing: content-box;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer .inputcontainer .bubble:before, .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer .inputcontainer .jqbubble:before, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer .inputcontainer .bubble:before, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer .inputcontainer .jqbubble:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #0378FA;
  bottom: -12px;
  left: 30%;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer .inputcontainer .bubble:after, .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer .inputcontainer .jqbubble:after, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer .inputcontainer .bubble:after, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer .inputcontainer .jqbubble:after {
  background-color: #0378FA;
  border-radius: 100%;
  display: block;
  width: 15px;
  height: 15px;
  content: "";
  bottom: -32px;
  position: absolute;
  left: 22px;
}
@media screen and (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer .inputcontainer .bubble, .page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer .inputcontainer .jqbubble, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer .inputcontainer .bubble, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer .inputcontainer .jqbubble {
    transform: translateX(-24px);
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer .inputcontainer .industryaverage, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer .inputcontainer .industryaverage {
  position: absolute;
  font-size: 12px;
  line-height: 14px;
  width: 59px;
  color: #0378FA;
  text-align: center;
  transition: ease-in 0.5s;
  top: 15px;
  word-break: break-word;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step2 .stepcontent .twocols .column .slidecontainer .inputcontainer .industryaverage.widerWidth, .page-template-template-benefit-calculator form .calculatorcontainer #step4 .stepcontent .twocols .column .slidecontainer .inputcontainer .industryaverage.widerWidth {
  width: 69px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step3 .stepcontent {
    transform: scale(0.8);
    transform-origin: top;
    margin-left: 16px;
  }
}
@media (max-width: 768px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step3 .stepcontent {
    margin-left: -16px;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step3 .stepcontent .tworows {
  display: flex;
  flex-direction: column;
  margin: 74px 71px 80px;
}
@media (max-width: 768px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step3 .stepcontent .tworows {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step3 .stepcontent .tworows {
    margin: 0;
    padding: 40px 24px;
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step3 .stepcontent .tworows {
    align-items: center;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step3 .stepcontent .tworows .inventoryrow {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step3 .stepcontent .tworows .inventoryrow {
    flex-direction: column;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step3 .stepcontent .tworows .inventoryrow {
    display: inline-block;
    text-align: center;
    width: 75%;
    margin-bottom: 0;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step3 .stepcontent .tworows .inventoryrow:nth-of-type(2) {
  margin-bottom: 0;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step3 .stepcontent .tworows .inventoryrow .inventorysol {
  cursor: pointer;
  width: 198px;
  height: 198px;
  background-color: #F4F7FA;
  border-radius: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 21px;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step3 .stepcontent .tworows .inventoryrow .inventorysol {
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step3 .stepcontent .tworows .inventoryrow .inventorysol {
    display: inline-flex;
    float: left;
    margin: 12px;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step3 .stepcontent .tworows .inventoryrow .inventorysol:nth-of-type(6) {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step3 .stepcontent .tworows .inventoryrow .inventorysol:nth-of-type(6) {
    margin-right: 21px;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step3 .stepcontent .tworows .inventoryrow .inventorysol input {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 198px;
  height: 198px;
  border-radius: 100%;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step3 .stepcontent .tworows .inventoryrow .inventorysol .darken {
  mix-blend-mode: darken;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step3 .stepcontent .tworows .inventoryrow .inventorysol .showtext {
  display: flex;
  flex-direction: column;
  font-family: "Gilroy-SemiBold", sans-serif;
  color: #002067;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 19px;
  align-items: center;
  max-width: 138px;
  height: 120px;
  justify-content: space-around;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step3 .stepcontent .tworows .inventoryrow .inventorysol .showtext img {
  width: 77px;
  height: auto;
  display: block;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step3 .stepcontent .tworows .inventoryrow .inventorysol .showtext.smallerFont {
  font-size: 12px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step3 .stepcontent .tworows .inventoryrow .inventorysol.active {
  background-color: #dfebfb;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: background-color 0.5s linear;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step3 .stepcontent .tworows .inventoryrow .inventorysol.active .showtext {
  color: #0378FA;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step3 .stepcontent .tworows .inventoryrow .inventorysol.active .showtext img {
  cursor: pointer;
  filter: brightness(3.5) hue-rotate(-2deg);
}
.page-template-template-benefit-calculator form .calculatorcontainer #step3 .stepcontent .tworows .inventoryrow .inventorysol.active .showtext img.darken {
  mix-blend-mode: darken;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step3 .stepcontent .tworows .inventoryrow .inventorysol.deselected {
  opacity: 0.6;
  transition: opacity 0.5s linear;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows {
  margin-bottom: 71px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow {
  max-width: 1175px;
  margin: 0 auto;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow {
    max-width: 100%;
    box-sizing: border-box;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .subtitle, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .subtitle, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .subtitle {
  max-width: 663px;
  margin: 19px auto 70px;
  font-size: 22px;
  line-height: 35px;
  color: #002067;
  font-family: "Gilroy-SemiBold", sans-serif;
  text-align: center;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .dataheading, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .dataheading, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .dataheading {
  color: #002067;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Gilroy-SemiBold", sans-serif;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .dataheading.spacedheading, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .dataheading.spacedheading, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .dataheading.spacedheading {
  width: 90%;
  margin: 0 auto;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper {
  max-width: 834px;
  margin: 20px auto 40px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar {
  display: flex;
  align-items: center;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar:nth-child(1), .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar:nth-child(1), .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar:nth-child(1) {
  margin-bottom: 16px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar .bartitle, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar .bartitle, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar .bartitle {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 16px;
  line-height: 25px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar .bardata, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar .bardata, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar .bardata {
  padding: 11px 0;
  display: flex;
  height: 41px;
  box-sizing: border-box;
  justify-content: flex-end;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar .bardata .baramount, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar .bardata .baramount, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar .bardata .baramount {
  color: #fff;
  margin-right: 15px;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar .bardata .baramount, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar .bardata .baramount, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar .bardata .baramount {
    font-size: 15px;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.current .bartitle, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.current .bartitle, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.current .bartitle {
  color: #3f4a5b;
  width: 161px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.current .bardataouter, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.current .bardataouter, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.current .bardataouter {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.current .bardataouter, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.current .bardataouter, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.current .bardataouter {
    width: 77% !important;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.current .bardataouter .bardata, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.current .bardataouter .bardata, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.current .bardataouter .bardata {
  background-color: #99A6C2;
  width: 100px;
  transition: width 1.2s ease;
  transition-delay: 1.2s;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.current .bardataouter .bardata.shorterbar, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.current .bardataouter .bardata.shorterbar, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.current .bardataouter .bardata.shorterbar {
  width: 550px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.current .bardataouter .bardata.longerbar, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.current .bardataouter .bardata.longerbar, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.current .bardataouter .bardata.longerbar {
  width: 650px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.current .bardataouter .bardata.samelengthbar, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.current .bardataouter .bardata.samelengthbar, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.current .bardataouter .bardata.samelengthbar {
  width: 600px;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.current .bardataouter .bardata, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.current .bardataouter .bardata, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.current .bardataouter .bardata {
    width: 80%;
  }
  .page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.current .bardataouter .bardata.shorterbar, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.current .bardataouter .bardata.shorterbar, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.current .bardataouter .bardata.shorterbar {
    width: 70% !important;
  }
  .page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.current .bardataouter .bardata.longerbar, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.current .bardataouter .bardata.longerbar, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.current .bardataouter .bardata.longerbar {
    width: 100% !important;
  }
  .page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.current .bardataouter .bardata.samelengthbar, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.current .bardataouter .bardata.samelengthbar, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.current .bardataouter .bardata.samelengthbar {
    width: 88% !important;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential {
  align-items: flex-start;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bartitle, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bartitle, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bartitle {
  color: #002067;
  width: 161px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter {
    width: 77% !important;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter .bardata, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter .bardata, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter .bardata {
  background-color: #0378FA;
  width: 100px;
  transition: width 1.8s ease;
  transition-delay: 1.8s;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter .bardata, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter .bardata, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter .bardata {
    width: 100%;
  }
  .page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter .bardata.shorterbar, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter .bardata.shorterbar, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter .bardata.shorterbar {
    width: 80% !important;
  }
  .page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter .bardata.longerbar, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter .bardata.longerbar, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter .bardata.longerbar {
    width: 100% !important;
  }
  .page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter .bardata.samelengthbar, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter .bardata.samelengthbar, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter .bardata.samelengthbar {
    width: 88% !important;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter .bardata.shorterbar, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter .bardata.shorterbar, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter .bardata.shorterbar {
  width: 550px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter .bardata.longerbar, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter .bardata.longerbar, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter .bardata.longerbar {
  width: 650px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter .bardata.samelengthbar, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter .bardata.samelengthbar, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter .bardata.samelengthbar {
  width: 600px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter .difference-bracket, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter .difference-bracket, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter .difference-bracket {
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter .difference-bracket, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter .difference-bracket, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter .difference-bracket {
    display: none;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter .difference-bracket .bracket, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter .difference-bracket .bracket, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter .difference-bracket .bracket {
  height: 20px;
  border: #002067 solid 2px;
  border-top: none;
  margin-top: 5px;
  width: 100px;
  box-sizing: border-box;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter .difference-bracket p, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter .difference-bracket p, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper .databar.potential .bardataouter .difference-bracket p {
  text-align: center;
  font-size: 12px;
  font-family: "Gilroy-SemiBold", sans-serif;
  color: #002067;
  text-transform: uppercase;
  margin-top: 5px;
  width: 100px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper.narrower, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper.narrower, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper.narrower {
  max-width: unset;
}
@media (max-width: 1199px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper.narrower, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper.narrower, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper.narrower {
    transform: scale(0.6);
    margin: unset;
    padding-bottom: 40px;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper.narrower .bartitle, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper.narrower .bartitle, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper.narrower .bartitle {
  width: 100px !important;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper.narrower .databar, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper.narrower .databar, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper.narrower .databar {
  width: 540px;
}
@media (max-width: 1199px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper.narrower .databar, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper.narrower .databar, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper.narrower .databar {
    width: 100%;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper.narrower .databar .bartitle, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper.narrower .databar .bartitle, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper.narrower .databar .bartitle {
  min-width: 100px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper.narrower .databar.current .bardata, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper.narrower .databar.current .bardata, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper.narrower .databar.current .bardata {
  width: 439px;
}
@media (max-width: 1199px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper.narrower .databar.potential .bardataouter, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper.narrower .databar.potential .bardataouter, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper.narrower .databar.potential .bardataouter {
    width: 70%;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow .databarswrapper.narrower .databar.potential .bardataouter .bardata, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow .databarswrapper.narrower .databar.potential .bardataouter .bardata, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow .databarswrapper.narrower .databar.potential .bardataouter .bardata {
  background-color: #0378FA;
  width: 331px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow.data4, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow.data4, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow.data4 {
  flex-direction: column;
  align-items: center;
  justify-items: center;
}
@media (max-width: 1199px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow.data4 .potential .bardataouter, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow.data4 .potential .bardataouter, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow.data4 .potential .bardataouter {
    width: 70%;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow.data4 .potential .bardataouter .bardata, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow.data4 .potential .bardataouter .bardata, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow.data4 .potential .bardataouter .bardata {
  background-color: #0378FA;
  width: 331px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow.datacols, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow.datacols, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow.datacols {
  display: flex;
  justify-content: center;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datarow.datacols, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datarow.datacols, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datarow.datacols {
    flex-direction: column;
    align-items: center;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datacol, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datacol, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datacol {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 274px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datacol.wider, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datacol.wider, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datacol.wider {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datacol.wider, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datacol.wider, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datacol.wider {
    flex-direction: column;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datacol.wider:nth-child(1), .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datacol.wider:nth-child(1), .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datacol.wider:nth-child(1) {
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datacol.wider, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datacol.wider, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datacol.wider {
    width: 50%;
    box-sizing: border-box;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datacol.wider .barchartouter, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datacol.wider .barchartouter, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datacol.wider .barchartouter {
  margin-right: 80px;
}
@media (max-width: 1199px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datacol.wider .barchartouter, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datacol.wider .barchartouter, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datacol.wider .barchartouter {
    margin-right: 0;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datacol.wider .barchartouter .dataheading, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datacol.wider .barchartouter .dataheading, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datacol.wider .barchartouter .dataheading {
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datacol.wider .barchartouter .dataheading, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datacol.wider .barchartouter .dataheading, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datacol.wider .barchartouter .dataheading {
    text-align: center;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datacol.wider .datacircleouter .dataheading, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datacol.wider .datacircleouter .dataheading, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datacol.wider .datacircleouter .dataheading {
  max-width: 250px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datacol.wider .datacircleouter .dataheading.narrowerMaxWidth, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datacol.wider .datacircleouter .dataheading.narrowerMaxWidth, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datacol.wider .datacircleouter .dataheading.narrowerMaxWidth {
  max-width: 200px;
}
@media (max-width: 1199px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datacol:nth-child(1), .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datacol:nth-child(1), .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datacol:nth-child(1) {
    margin-right: 0;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datacol .datacirclewrap, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datacol .datacirclewrap, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datacol .datacirclewrap {
  position: relative;
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datacol .datacirclewrap, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datacol .datacirclewrap, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datacol .datacirclewrap {
    padding: 24px 0;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datacol .datacirclewrap .datacircle .circle, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datacol .datacirclewrap .datacircle .circle, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datacol .datacirclewrap .datacircle .circle {
  width: 196px;
  height: 196px;
  border-radius: 100%;
  background-color: #0378FA;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datacol .datacirclewrap .datacircle .circle p, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datacol .datacirclewrap .datacircle .circle p, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datacol .datacirclewrap .datacircle .circle p {
  color: #fff;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 24px;
  text-align: center;
  line-height: 43px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datacol .datacirclewrap .datacircle .circle p.longernumber, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datacol .datacirclewrap .datacircle .circle p.longernumber, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datacol .datacirclewrap .datacircle .circle p.longernumber {
  font-size: 18px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datacol .datacirclewrap .datacircle .circle.longernumber p, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datacol .datacirclewrap .datacircle .circle.longernumber p, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datacol .datacirclewrap .datacircle .circle.longernumber p {
  font-size: 18px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datacol .datacirclewrap .infoicon, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datacol .datacirclewrap .infoicon, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datacol .datacirclewrap .infoicon {
  position: absolute;
  top: 24px;
  right: 0;
  margin-left: 12px;
  cursor: pointer;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step23outcomes .stepcontent .pagerows .outcomerow .datacol .datacirclewrap .infoicon .infotrigger, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .pagerows .outcomerow .datacol .datacirclewrap .infoicon .infotrigger, .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .pagerows .outcomerow .datacol .datacirclewrap .infoicon .infotrigger {
  display: block;
  height: 30px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .outcomerow .copy,
.page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .outcomerow .copy {
  max-width: 951px;
  margin: 34px auto 53px;
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 19px;
  line-height: 25px;
  color: #3f4a5b;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .outcomerow .copy .bold,
.page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .outcomerow .copy .bold {
  font-family: "Gilroy-Semibold", sans-serif;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .outcomerow .copy p,
.page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .outcomerow .copy p {
  margin-bottom: 25px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .outcomerow .copy p:last-of-type,
.page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .outcomerow .copy p:last-of-type {
  margin-bottom: 0;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .benefitsrowwrap,
.page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .benefitsrowwrap {
  max-width: 1170px;
  margin: 0 auto 53px;
}
@media (max-width: 1199px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .benefitsrowwrap,
.page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .benefitsrowwrap {
    max-width: unset;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .benefitsrowwrap .benefitsrow,
.page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .benefitsrowwrap .benefitsrow {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .benefitsrowwrap .benefitsrow,
.page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .benefitsrowwrap .benefitsrow {
    flex-direction: column;
    align-items: center;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .benefitsrowwrap .benefitsrow .benefitwrap,
.page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .benefitsrowwrap .benefitsrow .benefitwrap {
  max-width: 227px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 58px;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .benefitsrowwrap .benefitsrow .benefitwrap,
.page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .benefitsrowwrap .benefitsrow .benefitwrap {
    margin-right: 0;
    margin-bottom: 40px;
    align-items: center;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .benefitsrowwrap .benefitsrow .benefitwrap,
.page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .benefitsrowwrap .benefitsrow .benefitwrap {
    align-items: center;
    transform: scale(0.8);
    margin-right: unset;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .benefitsrowwrap .benefitsrow .benefitwrap:nth-child(5),
.page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .benefitsrowwrap .benefitsrow .benefitwrap:nth-child(5) {
  margin-right: 0;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .benefitsrowwrap .benefitsrow .benefitwrap .benefittitle,
.page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .benefitsrowwrap .benefitsrow .benefitwrap .benefittitle {
  font-family: "Gilroy-Semibold", sans-serif;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #002067;
  margin-bottom: 28px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .benefitsrowwrap .benefitsrow .benefitwrap .benefittitle,
.page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .benefitsrowwrap .benefitsrow .benefitwrap .benefittitle {
    width: 80%;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .benefitsrowwrap .benefitsrow .benefitwrap .benefiticonwrap,
.page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .benefitsrowwrap .benefitsrow .benefitwrap .benefiticonwrap {
  width: 180px;
  height: 180px;
  background-color: #F4F7FA;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-a .stepcontent .benefitsrowwrap .benefitsrow .benefitwrap .benefiticonwrap .benefiticon,
.page-template-template-benefit-calculator form .calculatorcontainer #step5outcomes-b .stepcontent .benefitsrowwrap .benefitsrow .benefitwrap .benefiticonwrap .benefiticon {
  width: 150px;
  height: auto;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step4-form .stepcontent .enteremailwrap {
  max-width: 1155px;
  background-color: #F4F7FA;
  margin: 48px auto 90px;
  padding: 78px 120px;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step4-form .stepcontent .enteremailwrap {
    padding: 40px;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step4-form .stepcontent .enteremailwrap .enteremailcopy h2 {
  font-size: 36px;
  line-height: 33px;
  text-align: center;
  font-family: "Gilroy-Semibold", sans-serif;
  margin: 0 auto 24px;
  color: #002067;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step4-form .stepcontent .enteremailwrap .enteremailcopy p {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #002067;
  text-align: center;
  margin: 0 auto 71px;
  max-width: 940px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step4-form .stepcontent .enteremailwrap .enteremailcopy p .bold {
  font-family: "Gilroy-Semibold", sans-serif;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step4-form .stepcontent .enteremailwrap .emailinputwrap {
  max-width: 908px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step4-form .stepcontent .enteremailwrap .emailinputwrap {
    flex-direction: column;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step4-form .stepcontent .enteremailwrap .emailinputwrap label {
  font-size: 22px;
  color: #002067;
  line-height: 35px;
  font-family: "Gilroy-SemiBold", sans-serif;
  width: 40%;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step4-form .stepcontent .enteremailwrap .emailinputwrap label {
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step4-form .stepcontent .enteremailwrap .emailinputwrap .inputouter {
  width: 100%;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step4-form .stepcontent .enteremailwrap .emailinputwrap .inputouter .inputwrap {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step4-form .stepcontent .enteremailwrap .emailinputwrap .inputouter .inputwrap {
    flex-direction: column;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step4-form .stepcontent .enteremailwrap .emailinputwrap .inputouter .inputwrap #emailentry {
  max-width: 494px;
  border: solid 3px #0378FA;
  height: 64px;
  box-sizing: border-box;
  width: 100%;
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 22px;
  color: #3f4a5b;
  padding: 12px;
  background-color: #F4F7FA;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step4-form .stepcontent .enteremailwrap .emailinputwrap .inputouter .inputwrap button {
  width: 150px;
  height: 64px;
  background-color: #0378FA;
  color: #fff;
  font-size: 16px;
  line-height: 54px;
  text-transform: uppercase;
  font-family: "Gilroy-SemiBold", sans-serif;
  border: none;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step4-form .stepcontent .enteremailwrap .emailinputwrap .inputouter .inputwrap button {
    margin: 12px auto;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step4-form .stepcontent .enteremailwrap .emailinputwrap .inputouter .inputwrap button:disabled {
  opacity: 0.7;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step4-form .stepcontent .enteremailwrap .emailinputwrap .inputouter .inputwrap .loading-spinner {
  display: none;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 4px;
  right: -100px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step4-form .stepcontent .enteremailwrap .emailinputwrap .inputouter .inputwrap .loading-spinner.active {
  display: inline-block;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step4-form .stepcontent .enteremailwrap .emailinputwrap .inputouter .inputwrap .loading-spinner div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 56px;
  height: 56px;
  border: 6px solid #0378FA;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #0378FA transparent transparent transparent;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step4-form .stepcontent .enteremailwrap .emailinputwrap .inputouter .inputwrap .loading-spinner div:nth-child(1) {
  animation-delay: -0.45s;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step4-form .stepcontent .enteremailwrap .emailinputwrap .inputouter .inputwrap .loading-spinner div:nth-child(2) {
  animation-delay: -0.3s;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step4-form .stepcontent .enteremailwrap .emailinputwrap .inputouter .inputwrap .loading-spinner div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step4-form .stepcontent .enteremailwrap .emailinputwrap .inputouter .email-error {
  font-size: 14px;
  color: #ff0000;
  margin-top: 8px;
  padding: 0 4px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #step4-form .stepcontent .enteremailwrap .emaildisclaimer {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #3f4a5b;
  max-width: 580px;
  margin: 87px auto 0;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step4-form .stepcontent .enteremailwrap .emaildisclaimer {
    margin: 40px 24px;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #step4-form .stepcontent .enteremailwrap .emaildisclaimer p {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #3f4a5b;
  max-width: 580px;
  margin: 87px auto 0;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #step4-form .stepcontent .enteremailwrap .emaildisclaimer p {
    margin: 40px 24px;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .notitlebg {
  background-color: #fff;
}
.page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .notitlebg h2 {
  color: #002067;
}
.page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap {
  max-width: 920px;
  margin: 48px auto 87px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .pagecopy {
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .pagecopy {
    width: 100%;
    box-sizing: border-box;
    padding: 0 24px;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .pagecopy p {
  color: #002067;
  font-size: 20px;
  line-height: 33px;
  text-align: center;
}
.page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .pagecopy p .italic {
  font-style: italic;
}
.page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .pagecopy p .bold {
  font-family: "Gilroy-SemiBold", sans-serif;
}
.page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .pagecopy p a {
  color: #002067;
  text-decoration: underline !important;
}
.page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .buttoncontainer {
  margin-bottom: 40px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .buttoncontainer button, .page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .buttoncontainer a {
  box-sizing: border-box;
  font-family: "Gilroy-SemiBold", sans-serif;
  display: block;
  background-color: #0378FA;
  max-width: 280px;
  font-size: 18px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  padding: 21px 60px;
  border: none;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .buttoncontainer button, .page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .buttoncontainer a {
    font-size: 14px;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .thankyouicon .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .relatedcontent .relatedcontentmessage {
  margin-bottom: 87px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .relatedcontent .relatedcontentmessage p {
  color: #002067;
  font-size: 22px;
  line-height: 35px;
  font-family: "Gilroy-SemiBold", sans-serif;
  text-align: center;
}
.page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .relatedcontent .relatedcontentcardswrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .relatedcontent .relatedcontentcardswrap {
    flex-direction: column;
    align-items: center;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .relatedcontent .relatedcontentcardswrap .secondarycards {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .relatedcontent .relatedcontentcardswrap .secondarycards {
    display: block;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .relatedcontent .relatedcontentcardswrap .secondarycards .cardwrap:nth-child(1) {
  margin-right: 20px;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .relatedcontent .relatedcontentcardswrap .secondarycards .cardwrap:nth-child(1) {
    margin-right: unset;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .relatedcontent .relatedcontentcardswrap .cardwrap {
  width: 290px;
  background-color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .relatedcontent .relatedcontentcardswrap .cardwrap {
    margin-bottom: 40px;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .relatedcontent .relatedcontentcardswrap .cardwrap .cardimg .image {
  width: 290px;
  height: 249px;
  background-size: cover;
}
.page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .relatedcontent .relatedcontentcardswrap .cardwrap .contenttype {
  margin: 25px 0 10px;
  padding: 0 26px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .relatedcontent .relatedcontentcardswrap .cardwrap .contenttype p {
  color: #FF6253;
  font-family: "Gilroy-Medium", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .relatedcontent .relatedcontentcardswrap .cardwrap .content-title {
  margin-bottom: 25px;
  padding: 0 26px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .relatedcontent .relatedcontentcardswrap .cardwrap .content-title p {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 20px;
  line-height: 27px;
  color: #051B47;
}
.page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .relatedcontent .relatedcontentcardswrap .cardwrap .link {
  padding: 0 26px 30px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .relatedcontent .relatedcontentcardswrap .cardwrap .link a p {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .relatedcontent .relatedcontentcardswrap .cardwrap.featured {
  width: 600px;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .relatedcontent .relatedcontentcardswrap .cardwrap.featured {
    width: 290px;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .relatedcontent .relatedcontentcardswrap .cardwrap.featured .cardimg .image {
  width: 600px;
  height: 350px;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .relatedcontent .relatedcontentcardswrap .cardwrap.featured .cardimg .image {
    width: 290px;
    height: 249px;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .quote {
  margin-top: 80px;
}
@media screen and (max-width: 1023px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .quote {
    margin-top: 40px;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .quote .testimonial-block {
  background: #F4F7FA;
  width: 90%;
  margin: 0 auto;
  padding: 32px;
  position: relative;
  box-sizing: border-box;
}
.page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .quote .testimonial-block .testimonial-block-text {
  text-align: center;
  font-style: italic;
  margin-bottom: 32px;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 20px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .quote .testimonial-block .testimonial-block-text:before {
  display: block;
  content: '"';
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 100px;
  color: #FF6253;
  text-align: left;
  margin-left: -60px;
  margin-top: -80px;
  position: absolute;
}
.page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .quote .testimonial-block .testimonial-client-info {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .quote .testimonial-block .testimonial-client-info {
    flex-direction: column;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .quote .testimonial-block .testimonial-client-info .client-testimonial-logo {
  max-width: 20%;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .quote .testimonial-block .testimonial-client-info .client-testimonial-logo {
    max-width: unset;
    margin-right: unset;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .quote .testimonial-block .testimonial-client-info .client-testimonial-logo img {
  max-width: 100%;
  height: auto;
  mix-blend-mode: darken;
}
@media (max-width: 768px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .quote .testimonial-block .testimonial-client-info .client-testimonial-logo img {
    margin: 0 auto !important;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .quote .testimonial-block .testimonial-client-info .testimonial-client-info-text {
  display: block;
}
@media (max-width: 768px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .quote .testimonial-block .testimonial-client-info .testimonial-client-info-text {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .quote .testimonial-block .testimonial-client-info .testimonial-client-info-text h4 {
  margin-right: 7px;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 20px;
  color: #002067;
}
@media (max-width: 768px) {
  .page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .quote .testimonial-block .testimonial-client-info .testimonial-client-info-text h4 {
    margin-right: unset;
    line-height: 22px;
  }
}
.page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .quote .testimonial-block .testimonial-client-info .testimonial-client-info-text p {
  line-height: 30px;
  color: #002067;
}
.page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .socials {
  text-align: center;
  margin: 80px;
}
.page-template-template-benefit-calculator form .calculatorcontainer #thankyouscreen .thankyoucontentwrap .socials p {
  font-size: 20px;
  font-family: "Gilroy-SemiBold", sans-serif;
  color: #002067;
  line-height: 25px;
  margin-bottom: 24px;
}
.page-template-template-benefit-calculator .calcfooter {
  background-color: #002067;
  position: relative;
}
.page-template-template-benefit-calculator .calcfooter .image {
  position: absolute;
  padding: 31px 65px;
  width: 164px;
  height: auto;
}
.page-template-template-benefit-calculator .calcfooter .image img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .page-template-template-benefit-calculator .calcfooter .image {
    padding: 20px 0 0;
    position: relative;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}
.page-template-template-benefit-calculator .calcfooter .footercontentwrap {
  max-width: 644px;
  margin: 0 auto;
  padding: 30px 0;
}
@media (max-width: 1023px) {
  .page-template-template-benefit-calculator .calcfooter .footercontentwrap {
    max-width: 100%;
    box-sizing: border-box;
    padding: 20px 24px 40px;
  }
}
.page-template-template-benefit-calculator .calcfooter .footercontentwrap .disclaimer {
  margin-bottom: 14px;
}
.page-template-template-benefit-calculator .calcfooter .footercontentwrap p {
  color: #fff;
  text-align: left;
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 12px;
  line-height: 14px;
}
.page-template-template-benefit-calculator .calcfooter .footercontentwrap .copyright p {
  text-align: center !important;
}
.page-template-template-benefit-calculator .rangeslider {
  position: relative;
  height: 4px;
  border-radius: 0;
  width: 100%;
  background-color: #99A6C2;
}
.page-template-template-benefit-calculator .rangeslider__handle {
  transition: background-color 0.2s;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #0378FA;
  touch-action: pan-y;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: -5.5px;
  box-shadow: unset;
  border: unset;
}
.page-template-template-benefit-calculator .rangeslider__handle__value {
  transition: background-color 0.2s, transform 0.1s;
  position: absolute;
  text-align: center;
  width: 50px;
  padding: 4px;
  border-radius: 0;
  background-color: #0378FA;
  color: #F4F7FA;
  left: -23;
  top: -55px;
  white-space: nowrap;
}
.page-template-template-benefit-calculator .rangeslider__handle__value:before {
  position: absolute;
  bottom: -11px;
  left: calc(50% - 10px);
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #0378FA;
}
.page-template-template-benefit-calculator .rangeslider__fill {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  background-color: #0378FA;
  border-radius: 0;
}

/*
.page-template-template-benefit-calculator-thankyou {
  position: relative;
  overflow-y: hidden;
  header {
    padding: 50px 70px;
    position: relative;
    background-color: transparent;

    @media (max-width: $max-width-tab) {
      padding: unset;
    }

    .s_line_logo {
      @media (max-width: $max-width-tab) {
        margin-left: 24px;
        margin-top: 19px;
      }
    }
  }
  .screen {
    width: 100vw;
    display: block;
    position: relative;
    @media (max-width: $max-width-tab) {
      padding-top: 70px;
    }
    @media (max-width: $min-width-tab) {
      transform: scale(0.9);
      transform-origin: top;
    }
    .stepcounter {
      position: absolute;
      top: -100px;
      z-index: 99999;
      width: 100%;
      @media (max-width: $max-width-tab) {
        top: 0;
      }
      .stepscontainer {
        display: flex;
        align-items: center;
        width: fit-content;
        margin: 0 auto;
        @media (max-width: $min-width-tab) {
          width: unset;
        }
        @media (max-width: $max-width-tab) {
          transform: scale(0.7);
          //width: unset;
        }
        @media (min-width: $min-width-desktop) and (max-width: $max-width-desktop) {
          transform: scale(0.7);
        }
        .step {
          width: 35px;
          height: 35px;
          border-radius: 100%;
          padding: 6px 10px;
          text-align: center;
          box-sizing: border-box;
          p {
            font-size: 24px;
            color: $white;
            font-family: 'Gilroy-Bold', sans-serif;
            line-height: 100%;

          }
          &.active {
            background-color: $blue-light;
            width: 40px;
            height: 40px;
            padding: 9px 13px;
          }
          &.inactive {
            background-color: $grey;

          }
          &.done {
            background-color: $blue-light;
          }
        }
        .progressbar {
          width: 100px;
          height: 3px;
          display: block;

          &.unfilled {
            background-color: $grey;
          }

          &.filled {
            background-color: $blue-light;
          }

          &.half {
            width: 50px;
          }
        }
      }
    }
    .steptitle {
      &.biggertext {
        h2 {
          font-size: 36px;
          max-width: 700px;
          line-height: 38px;
          @media (max-width: $max-width-tab) {
            width: 90%;
          }
        }
      }

      &.longertitle {
        h2 {
          font-size: 32px;
          @media (max-width: $max-width-tab) {
            font-size: 28px;
          }
        }
      }
      h2 {
        font-size: 36px;
        line-height: 33px;
        text-align: center;
        font-family: 'Gilroy-Semibold', sans-serif;
        color: $blue;
        max-width: 615px;
        margin: 0 auto;
        @media (max-width: $max-width-tab) {
          font-size: 30px;
        }
      }
    }

    .stepcontent {
      @media (max-width: $max-width-tab) {
        width: unset;
        padding: 0 24px;
        box-sizing: border-box;
      }
    }

    .stepnav {
      display: flex;
      justify-content: flex-end;
      margin: 0 90px 32px;
      z-index: 99999999;
      @media (max-width: $max-width-tab) {
        margin: 0 24px 40px;
        justify-content: center;
      }
      .buttoncontainer {
        button {
          border: unset;
          background-color: unset;
          color: unset;


          &.buttonprimary {
            width: 150px;
            background-color: $blue-light;
            padding: 2px;
            cursor: pointer;
            font-size: 16px;
            text-transform: uppercase;
            line-height: 54px;
            text-align: center;
            font-family: "Gilroy-SemiBold", sans-serif;
            color: $white;

            &:disabled {
              cursor: unset;
              background-color: $off-white;
              color: $blue-grey;
            }

            p {
              font-size: 16px;
              text-transform: uppercase;
              line-height: 54px;
              text-align: center;
              font-family: "Gilroy-SemiBold", sans-serif;
              color: $white;
            }

          }

          &.buttonsecondary {
            width: 150px;
            margin-right: 30px;
            border: solid 2px $blue-light;
            background-color: $white;
            box-sizing: border-box;
            cursor: pointer;
            font-size: 16px;
            text-transform: uppercase;
            line-height: 54px;
            text-align: center;
            font-family: "Gilroy-SemiBold", sans-serif;
            color: $blue-light;
            p {
              font-size: 16px;
              text-transform: uppercase;
              line-height: 54px;
              text-align: center;
              font-family: "Gilroy-SemiBold", sans-serif;
              color: $blue-light;
            }
          }
        }
      }
    }

    .infopanelswrap {
      position: relative;
      .infopanel {
        display: none;
        position: absolute;
        bottom: 100%;
        transition: ease-in top 0.2s;
        width: 100%;
        .panelcontent {
          background-color: $off-white;
          padding: 50px 90px;
          box-shadow: 0px -8px 20px rgba(0,0,0,0.08);
          position: relative;
          p {
            font-size: 16px;
            line-height: 25px;
            text-align: left;
            color: $blue-grey;
            font-family: 'Gilroy-Regular', sans-serif;
            .bold {
              font-family: "Gilroy-SemiBold", sans-serif;
            }
          }
          ul {
            //margin-left: 45px;
            margin-top: 19px;
            position: relative;
            li {
              padding-left: 45px;
              position: relative;;
              &:before {
                position: absolute;
                content: "";
                display: block;
                background-color: $blue;
                width: 7px;
                height: 7px;
                top: 8px;
                left: 13px;
              }
            }
          }
          .closewrap {
            position: absolute;
            top: 0;
            right: 0;
            padding: 30px 38px;
            .closepanel {
              cursor: pointer;
            }
          }
        }
      }
    }

  }
  #thankyouscreen {
    .thankyoucontentwrap {
      max-width: 920px;
      margin: 48px auto 87px;
      .thankyouicon {
        .icon {
          display: flex;
          align-items: center;
          justify-content: center;
          margin-bottom: 45px;
        }
      }
      .relatedcontent {
        .relatedcontentmessage {
          margin-bottom: 87px;
          p {
            color: $blue;
            font-size: 22px;
            line-height: 35px;
            font-family: "Gilroy-SemiBold", sans-serif;
            text-align: center;
          }
        }
        .relatedcontentcardswrap {
          display: flex;
          justify-content: space-between;
          @media (max-width: $max-width-tab) {
            flex-direction: column;
            align-items: center;
          }
          .cardwrap {
            width: 290px;
            background-color: $white;
            box-shadow: 0 8px 20px rgba(0,0,0,0.08);
            @media (max-width: $max-width-tab) {
              margin-bottom: 40px;
            }
            .cardimg {
              .image {
                width: 290px;
                height: 249px;
                background-size: cover;
              }
            }
            .contenttype {
              margin: 25px 0 10px;
              padding: 0 26px;
              p {
                color: $red;
                font-family: "Gilroy-Medium", sans-serif;
                text-transform: uppercase;
                font-size: 14px;
                line-height: 19px;
              }
            }
            .content-title {
              margin-bottom: 25px;
              padding: 0 26px;
              p {
                font-family: "Gilroy-SemiBold", sans-serif;
                font-size: 20px;
                line-height: 27px;
                color: #051B47;
              }
            }
            .link {
              padding: 0 26px;
              margin-bottom: 30px;
              a {
                p {
                  text-transform: uppercase;
                  font-size: 18px;
                  line-height: 24px;
                }
              }
            }
          }
        }
      }
    }
  }
  .calcfooter {
    background-color: $blue;
    .footercontentwrap {
      max-width: 644px;
      margin: 0 auto;
      padding: 30px 0;
      .disclaimer {
        margin-bottom: 14px;
      }
      p {
        color: $white;
        text-align: center;
        font-family: "Gilroy-Regular", sans-serif;
        font-size: 12px;
        line-height: 14px;

        a {
          text-decoration: none;
          color: $blue-light;
        }
      }
    }
  }
}*/
@media screen and (max-width: 768px) {
  .page-template-template-solutions .c_body_container {
    width: 100% !important;
    box-sizing: border-box;
    padding: 40px 24px;
  }
  .page-template-template-solutions .c_body_container .s_content .s_elements {
    width: 100%;
    float: none;
  }
  .page-template-template-solutions .c_body_container .s_content .s_elements .s_el {
    width: 100%;
    float: none;
    height: auto !important;
    padding-top: 0;
    margin-bottom: 40px;
  }
  .page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_foto {
    width: calc(100%);
    height: 300px;
    margin: 0;
    clear: both;
    float: none;
  }
  .page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_content {
    float: none;
    width: auto !important;
    padding: 0 24px 24px;
    margin: 0;
  }
  .page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_content a {
    padding: 0;
  }
  .page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_content a h2 {
    margin-top: 24px;
  }
  .page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_content a p {
    width: auto;
  }
  .page-template-template-solutions .c_body_container .s_content .b_book {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    width: 100%;
    float: none;
    justify-content: space-between;
  }
  .page-template-template-solutions .c_body_container .s_content .b_book .b_book_label {
    width: 100%;
    text-align: center;
  }
  .page-template-template-solutions .c_body_container .s_content .b_book .book_a_demo_rg {
    box-sizing: border-box;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-template-solutions .p_top_full {
    height: auto;
  }
  .page-template-template-solutions .p_top_full .p_top_full_container {
    width: 100% !important;
    height: 100%;
  }
  .page-template-template-solutions .p_top_full .p_top_full_container .p_top_full_image {
    display: none;
  }
  .page-template-template-solutions .p_top_full .p_top_full_container .p_top_full_image.mobile {
    height: 350px;
    float: none;
    width: 100%;
    background-size: cover;
    background-position: center;
    display: block;
    position: relative;
  }
  .page-template-template-solutions .p_top_full .p_top_full_container .p_top_full_info {
    float: none;
    width: 100% !important;
    padding: 40px 24px;
  }
  .page-template-template-solutions .p_top_full .p_top_full_container .p_top_full_info .p_top_full_section {
    margin-top: 0;
  }
  .page-template-template-solutions .c_body_container {
    width: 100% !important;
    box-sizing: border-box;
    padding: 40px 24px;
  }
  .page-template-template-solutions .c_body_container .s_content .s_content_description {
    margin: 0 0 40px;
  }
  .page-template-template-solutions .c_body_container .s_content .s_elements {
    width: 100%;
    float: none;
  }
  .page-template-template-solutions .c_body_container .s_content .s_elements .s_el {
    width: 100%;
    float: none;
    height: auto !important;
    padding-top: 0;
    margin-bottom: 40px;
  }
  .page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_foto {
    width: calc(100%);
    height: 300px;
    margin: 0;
    clear: both;
    float: none;
  }
  .page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_content {
    float: none;
    width: auto !important;
    padding: 0 24px 24px;
    margin: 0;
  }
  .page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_content a {
    padding: 0;
  }
  .page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_content a h2 {
    margin-top: 24px;
  }
  .page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_content a p {
    width: auto;
  }
  .page-template-template-solutions .c_body_container .s_content .b_quote {
    width: 100%;
    float: none;
    margin: 40px 0 80px;
  }
  .page-template-template-solutions .c_body_container .s_content .b_quote .b_quote_photo {
    margin: 0 auto !important;
    float: none !important;
    clear: both !important;
  }
  .page-template-template-solutions .c_body_container .s_content .b_quote .b_quote_photo img {
    width: 100%;
    height: 100%;
  }
  .page-template-template-solutions .c_body_container .s_content .b_quote .b_quote_text {
    width: 100% !important;
    padding: 0 24px;
    margin: 22px 0 0;
    float: none;
  }
  .page-template-template-solutions .c_body_container .s_content .b_quote .b_quote_cit {
    float: none;
    margin-left: 22px;
  }
  .page-template-template-solutions .c_body_container .s_content .b_book {
    display: flex;
    align-items: center;
    padding: 0;
    width: 100%;
    float: none;
    justify-content: space-between;
  }
  .page-template-template-solutions .c_body_container .s_content .b_book .b_book_label {
    font-size: 18px;
    padding: 0 40px 0 0;
    width: 65%;
  }
  .page-template-template-solutions .c_body_container .s_content .b_book .clear {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .page-template-template-solutions .p_top_full .p_top_full_container {
    width: 100% !important;
    box-sizing: border-box;
  }
  .page-template-template-solutions .p_top_full .p_top_full_container .p_top_full_info {
    padding: 0 24px;
  }
  .page-template-template-solutions .c_body_container {
    width: 100% !important;
    box-sizing: border-box;
    padding: 40px 24px;
  }
  .page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_foto {
    width: 40%;
  }
  .page-template-template-solutions .c_body_container .s_content .b_quote .b_quote_photo img {
    width: 100%;
    height: auto;
  }
  .page-template-template-solutions .c_body_container .s_content .b_quote .b_quote_text {
    width: 65%;
  }
  .page-template-template-solutions .c_body_container .s_content .b_quote .b_quote_cit {
    width: 65%;
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .single-solutions article .sol {
    width: 100% !important;
  }
  .single-solutions article .sol .solution {
    width: 100% !important;
    margin: 10px 0 24px;
  }
  .single-solutions article .sol .solution .p_top_big_info {
    min-height: 160px;
    padding: 40px 24px;
  }
  .single-solutions article .sol .solution .p_top_big_info a .p_top_big_section {
    padding-bottom: 0;
  }
  .single-solutions article .sol .solution .p_top_big_info h1 {
    width: auto !important;
  }
  .single-solutions article .sol .solution .p_top_big_info .p_bookademo {
    margin-left: 0;
  }
  .single-solutions article .sol .solution .p_top_big_image {
    position: relative;
    width: 100%;
    right: 0;
    height: 280px;
    background-position: 0 25%;
  }
  .single-solutions article .sol_content {
    width: 100% !important;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  .single-solutions article .sol_content p {
    margin: 0 !important;
  }
  .single-solutions article .sol_content .intro {
    width: auto;
    padding: 0 24px 40px;
    margin: 0;
  }
  .single-solutions article .sol_content .section_container {
    width: 100%;
    margin-bottom: 40px;
  }
  .single-solutions article .sol_content .section_container .section_left {
    width: 100%;
    float: none;
    height: 150px;
  }
  .single-solutions article .sol_content .section_container .section_right {
    float: none;
    width: 100%;
    padding: 40px 24px;
    box-sizing: border-box;
    /*
    .section_right_content {
      p {
        &:last-of-type {
          &:after {
            display: block;
            content: "...";
          }
        }
      }
    }
    */
  }
  .single-solutions article .sol_content .box_title {
    padding: 0 24px;
  }
  .single-solutions article .sol_content .box_related {
    display: flex;
    padding: 0 24px 40px;
    box-sizing: border-box;
    width: 100%;
  }
  .single-solutions article .sol_content .box_related .res-element {
    /*width: 100% !important;
    float: none;*/
    margin-right: 24px;
  }
  .single-solutions article .sol_content .box_related .res-element:nth-child(2) {
    margin-left: 0 !important;
  }
  .single-solutions article .sol_content .box_related .res-element .res-content {
    width: 100%;
    box-sizing: border-box;
  }
  .single-solutions article .sol_content .box_related .res-element .res-content .res-info h3 a {
    width: auto !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .single-solutions article .sol {
    width: 100% !important;
    margin: 0 24px;
    box-sizing: border-box;
  }
  .single-solutions article .sol .solution {
    margin-left: 24px;
  }
  .single-solutions article .sol_content {
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .single-solutions article .sol_content .section_container .section_left {
    width: 28% !important;
  }
  .single-solutions article .sol_content .section_container .section_right {
    width: 65% !important;
  }
  .single-solutions article .sol_content .box_related {
    display: flex;
    justify-content: space-between;
  }
  .single-solutions article .sol_content .box_related .res-element .res-content {
    width: 100% !important;
    float: none !important;
  }
  .single-solutions article .sol_content .box_related .res-element:nth-child(2) {
    margin: 0 !important;
  }
}

.page-template-template-solutions .c_body_container, .page-template-template-industry .c_body_container {
  width: 100%;
  padding: 0;
}
.page-template-template-solutions .c_body_container .s_content, .page-template-template-industry .c_body_container .s_content {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.page-template-template-solutions .c_body_container .s_content .s_content_description, .page-template-template-industry .c_body_container .s_content .s_content_description {
  width: 60%;
  margin: 0 auto 90px;
}
.page-template-template-solutions .c_body_container .s_content .s_content_description.s_content_description-new, .page-template-template-industry .c_body_container .s_content .s_content_description.s_content_description-new {
  margin: 0 auto 50px;
  text-align: left;
  max-width: 911px;
  width: 65%;
  color: #999;
  font-size: 20px;
  line-height: 28px;
  font-family: "Gilroy-Regular", sans-serif;
}
@media screen and (max-width: 1199px) {
  .page-template-template-solutions .c_body_container .s_content .s_content_description, .page-template-template-industry .c_body_container .s_content .s_content_description {
    margin: 48px auto 50px;
  }
}
@media screen and (max-width: 1023px) {
  .page-template-template-solutions .c_body_container .s_content .s_content_description, .page-template-template-industry .c_body_container .s_content .s_content_description {
    width: 90% !important;
    margin: 48px auto 50px;
  }
}
.page-template-template-solutions .c_body_container .s_content .s_elements, .page-template-template-industry .c_body_container .s_content .s_elements {
  width: 90%;
  margin: 0 auto;
}
.page-template-template-solutions .c_body_container .s_content .s_elements .s_el, .page-template-template-industry .c_body_container .s_content .s_elements .s_el {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  background-color: white;
  display: flex;
  flex-direction: row;
  height: unset;
  min-height: 320px;
  padding: 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .page-template-template-solutions .c_body_container .s_content .s_elements .s_el, .page-template-template-industry .c_body_container .s_content .s_elements .s_el {
    flex-direction: column !important;
    min-height: unset;
  }
}
.page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_foto, .page-template-template-industry .c_body_container .s_content .s_elements .s_el .s_el_foto {
  float: none;
  width: 50%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_foto, .page-template-template-industry .c_body_container .s_content .s_elements .s_el .s_el_foto {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
  }
}
.page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_content, .page-template-template-industry .c_body_container .s_content .s_elements .s_el .s_el_content {
  float: none;
  width: 100%;
  box-sizing: border-box;
}
.page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_content a, .page-template-template-industry .c_body_container .s_content .s_elements .s_el .s_el_content a {
  display: flex;
  flex-direction: column;
  padding-left: 35px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_content a, .page-template-template-industry .c_body_container .s_content .s_elements .s_el .s_el_content a {
    padding: 0 !important;
  }
}
.page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_content a h2, .page-template-template-industry .c_body_container .s_content .s_elements .s_el .s_el_content a h2 {
  margin: 0 0 20px;
  font-size: 32px;
}
@media screen and (max-width: 1023px) {
  .page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_content a h2, .page-template-template-industry .c_body_container .s_content .s_elements .s_el .s_el_content a h2 {
    font-size: 20px;
  }
}
.page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_content a p, .page-template-template-industry .c_body_container .s_content .s_elements .s_el .s_el_content a p {
  font-size: 20px;
  color: #999;
  box-sizing: border-box;
  display: block;
  margin-bottom: auto;
}
@media screen and (max-width: 1023px) {
  .page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_content a p, .page-template-template-industry .c_body_container .s_content .s_elements .s_el .s_el_content a p {
    font-size: 14px;
  }
}
.page-template-template-solutions .c_body_container .s_content .s_elements .s_el .s_el_content a .learn-more, .page-template-template-industry .c_body_container .s_content .s_elements .s_el .s_el_content a .learn-more {
  text-transform: uppercase;
  color: #017DF5;
  font-size: 18px;
  line-height: 8px;
}
.page-template-template-solutions .c_body_container .s_content .s_elements .s_el.toright, .page-template-template-industry .c_body_container .s_content .s_elements .s_el.toright {
  flex-direction: row-reverse;
}
.page-template-template-solutions .c_body_container .s_content .s_elements .s_el.toright .s_el_content a, .page-template-template-industry .c_body_container .s_content .s_elements .s_el.toright .s_el_content a {
  padding-left: 0;
  padding-right: 35px;
}
.page-template-template-solutions .c_body_container .s_content .customer_quotes_container .customer_story_viewer_outer, .page-template-template-industry .c_body_container .s_content .customer_quotes_container .customer_story_viewer_outer {
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .page-template-template-solutions .c_body_container .s_content .customer_quotes_container .customer_story_viewer_outer, .page-template-template-industry .c_body_container .s_content .customer_quotes_container .customer_story_viewer_outer {
    margin-bottom: 0;
  }
}
.page-template-template-solutions .c_body_container .s_content .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy, .page-template-template-industry .c_body_container .s_content .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy {
  width: 100%;
  background: none;
  padding: 120px 0 0;
}
@media screen and (max-width: 1023px) {
  .page-template-template-solutions .c_body_container .s_content .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy, .page-template-template-industry .c_body_container .s_content .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy {
    padding: 30px 50px;
  }
}
.page-template-template-solutions .c_body_container .s_content .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner, .page-template-template-industry .c_body_container .s_content .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner {
  width: 60%;
  max-width: 1920px;
  margin: 0 auto;
}
.page-template-template-solutions .c_body_container .s_content .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .company_name, .page-template-template-industry .c_body_container .s_content .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .company_name {
  margin-bottom: 30px;
}
.page-template-template-solutions .c_body_container .s_content .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .company_name .logo, .page-template-template-industry .c_body_container .s_content .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .company_name .logo {
  height: 65px;
  max-height: 65px;
  max-width: 35%;
}
.page-template-template-solutions .c_body_container .s_content .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .company_name .logo img, .page-template-template-industry .c_body_container .s_content .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .company_name .logo img {
  height: 100%;
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .page-template-template-solutions .c_body_container .s_content .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .company_name .logo img, .page-template-template-industry .c_body_container .s_content .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .company_name .logo img {
    width: 100%;
    max-width: unset;
  }
}
.page-template-template-solutions .c_body_container .s_content .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .customer_quote .customer_quote_text p, .page-template-template-industry .c_body_container .s_content .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .customer_quote .customer_quote_text p {
  color: #999;
}
.page-template-template-solutions .c_body_container .s_content .customer_quotes_container .customer_story_logos_container, .page-template-template-industry .c_body_container .s_content .customer_quotes_container .customer_story_logos_container {
  width: 60%;
  max-width: 1920px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 0 100px;
}
@media screen and (max-width: 1023px) {
  .page-template-template-solutions .c_body_container .s_content .customer_quotes_container .customer_story_logos_container, .page-template-template-industry .c_body_container .s_content .customer_quotes_container .customer_story_logos_container {
    width: 100%;
    max-width: unset;
    padding: 0 0 50px;
  }
}
.page-template-template-solutions .c_body_container .s_content .customer_quotes_container .customer_story_logos_container .customer_story_logos, .page-template-template-industry .c_body_container .s_content .customer_quotes_container .customer_story_logos_container .customer_story_logos {
  width: 80%;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .page-template-template-solutions .c_body_container .s_content .customer_quotes_container .customer_story_logos_container .customer_story_logos, .page-template-template-industry .c_body_container .s_content .customer_quotes_container .customer_story_logos_container .customer_story_logos {
    margin: auto;
  }
}

.industries-template-default .c_body_container {
  width: 100%;
  padding: 60px 0 0 !important;
  margin: 0 auto;
}
.industries-template-default .c_body_container .c_body_content {
  margin: 0 auto !important;
  width: 100%;
  max-width: 911px;
  font-size: 17px !important;
  line-height: 32px;
  font-family: "Gilroy-Regular", sans-serif;
  color: #081644;
  float: none;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .industries-template-default .c_body_container .c_body_content {
    margin: 0 auto !important;
    width: 90% !important;
    float: none;
  }
}
.industries-template-default .c_body_container .c_body_content p {
  padding: 0 0 12px 0 !important;
}
.industries-template-default .c_body_container .c_body_content .industries_container {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .industries-template-default .c_body_container .c_body_content .industries_container {
    margin-top: unset !important;
  }
}
.industries-template-default .c_body_container .c_body_content .industries_container .i_content h2 {
  margin: 40px auto 0;
  font-size: 24px;
  line-height: 32px;
  color: #002067;
  border-top: 1px solid #99A6C2;
  padding: 0;
}
.industries-template-default .c_body_container .c_body_content .industries_container .i_content h2:before {
  margin: -4px -141px 50px 0;
  display: block;
  content: "";
  background: #ff6253;
  height: 4px;
  width: 48px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .industries-template-default .c_body_container .c_body_content .industries_container .i_content h2 {
    padding: 0 !important;
  }
  .industries-template-default .c_body_container .c_body_content .industries_container .i_content h2:before {
    margin: -4px 0 50px 0;
  }
}
.industries-template-default .c_body_container .c_body_content .industries_container .i_content .industries_cc {
  margin: 24px auto 0;
  max-width: unset;
  width: unset;
  font-size: 17px;
  line-height: 28px;
  color: #3f4a5b;
}
.industries-template-default .c_body_container .c_body_content .industries_container .i_content .industries_cc ul {
  padding: 0 0 12px 0;
}
.industries-template-default .c_body_container .c_body_content .industries_container .i_content .industries_cc ul li {
  position: relative;
  margin: 0 0 24px;
  color: #3f4a5b;
  font-size: 17px;
}
.industries-template-default .border_outer {
  display: none;
}
.industries-template-default .customer_quotes_container.bottom-padding {
  padding-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  .industries-template-default .customer_quotes_container.bottom-padding {
    padding-bottom: 0;
  }
}
.industries-template-default .customer_quotes_container .customer_story_viewer_outer {
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .industries-template-default .customer_quotes_container .customer_story_viewer_outer {
    margin-bottom: 0;
  }
}
.industries-template-default .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy {
  width: 100%;
  background: none;
  padding: 120px 0 0;
}
@media screen and (max-width: 1023px) {
  .industries-template-default .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy {
    padding: 30px 50px;
  }
}
.industries-template-default .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner {
  width: 60%;
  max-width: 1920px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .industries-template-default .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner {
    width: 90%;
    max-width: unset;
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  .industries-template-default .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner {
    margin: 0 auto;
    max-width: 80%;
    width: unset;
  }
}
@media screen and (max-width: 767px) {
  .industries-template-default .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner {
    margin: 0 auto;
  }
}
.industries-template-default .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .company_name {
  margin-bottom: 30px;
}
.industries-template-default .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .company_name .logo {
  height: 65px;
  max-height: 65px;
  max-width: 35%;
}
@media (max-width: 767px) {
  .industries-template-default .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .company_name .logo {
    max-width: 70%;
  }
}
.industries-template-default .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .company_name .logo img {
  height: 100%;
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .industries-template-default .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .company_name .logo img {
    width: unset;
    max-width: unset;
  }
}
.industries-template-default .customer_quotes_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .customer_quote .customer_quote_text p {
  color: #999;
}
.industries-template-default .customer_quotes_container .customer_story_logos_container {
  width: 60%;
  max-width: 1920px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 0 100px;
}
@media screen and (max-width: 1023px) {
  .industries-template-default .customer_quotes_container .customer_story_logos_container {
    width: 100%;
    max-width: unset;
    padding: 0 0 50px;
  }
}
.industries-template-default .customer_quotes_container .customer_story_logos_container .customer_story_logos {
  width: 80%;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .industries-template-default .customer_quotes_container .customer_story_logos_container .customer_story_logos {
    margin: auto;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .page-template-template-success .p_top_stories {
    margin: 32px 0;
    width: unset;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-template-template-success .p_top_stories .p_top_st {
    padding: 0 24px;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-template-template-success .p_top_stories .p_top_st .p_top_stories_info h1 {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .page-template-template-success .p_featured_stories {
    width: 90%;
    margin: 0 auto;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-template-template-success .p_featured_stories {
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .page-template-template-success .p_featured_stories {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .page-template-template-success .p_featured_stories .p_featured {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-template-success .p_featured_stories .p_featured .p_stories_image {
    float: none;
    width: auto;
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .page-template-template-success .p_featured_stories .p_featured .p_featured_content {
    position: relative;
    bottom: 0;
    width: auto;
    height: auto;
    padding-left: 0;
    margin-right: 24px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .page-template-template-success .p_featured_stories .p_featured .p_featured_content h2 {
    margin: 13px 0 16px;
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .page-template-template-success .p_featured_stories .p_featured .p_featured_content h2 .s_right_arrow {
    top: 6px;
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .page-template-template-success .p_featured_stories .p_featured .p_featured_content .featured_text {
    color: #3f4a5b;
    font-size: 16px;
    line-height: 25px;
    display: block;
    height: 125px;
    overflow: hidden;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .page-template-template-success .c_body_container {
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .page-template-template-success .c_body_container {
    width: 90%;
    padding: 0 0 60px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .page-template-template-success .c_body_container .s_content {
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  .page-template-template-success .c_body_container .s_content .story {
    width: 90%;
    margin: 0 auto 56px;
    padding-left: 0;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .page-template-template-success .c_body_container .s_content .story {
    width: 48%;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .page-template-template-success .c_body_container .s_content .story {
    padding-left: 0;
    float: none;
    width: auto;
    margin-bottom: 56px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .page-template-template-success .c_body_container .s_content .story .story_image {
    height: 250px;
    background-position: center;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .page-template-template-success .c_body_container .s_content .story .story_content {
    width: 90%;
    margin-bottom: 20px;
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .page-template-template-success .c_body_container .s_content .story .story_content {
    width: auto;
    margin-top: 13px;
    height: auto;
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .page-template-template-success .c_body_container .s_content .story .story_content h2 {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    width: auto;
    padding: 0 64px 12px 0;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .page-template-template-success .c_body_container .s_content .story .story_content .s_right_arrow {
    right: 24px;
    top: -3px;
    color: #FF5749;
  }
}
.page-template-template-success .c_body_container .s_content .story .story_content .story_text {
  width: auto;
  margin: 16px 0 0;
  padding: 0 24px 0 32px;
}
@media (max-width: 767px) {
  .page-template-template-success .c_body_container .s_content .story .story_content .story_text {
    padding: 0 24px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .single-success-stories article .p_top_full .p_top_full_container {
    background-color: #002067;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .single-success-stories article .p_top_full .p_top_full_container .p_top_full_info {
    margin-left: 0;
    padding: 40px 0;
    width: 100%;
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .single-success-stories article .p_top_full .p_top_full_container .p_top_full_info .p_top_full_section {
    display: unset;
    margin: 40px 0 0 24px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .single-success-stories article .p_top_full .p_top_full_container .p_top_full_info h1 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.24px;
    margin-left: 24px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .single-success-stories article .p_top_full .p_top_full_container .p_top_full_info p {
    margin: 24px 24px 5px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .single-success-stories article .p_top_full .p_top_full_container .p_top_full_image {
    display: block !important;
    position: absolute;
    height: 280px !important;
    top: -280px !important;
    float: none;
    width: 100%;
  }
}
@media (min-width: 980px) and (max-width: 1024px) {
  .single-success-stories article .p_top_full .p_top_full_container .p_top_full_image {
    display: block !important;
    position: absolute;
    height: 280px !important;
    top: -280px !important;
    float: none;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .single-success-stories article .p_top_full.c_story {
    width: auto;
    background-color: white;
    margin-top: 210px !important;
    position: relative;
    height: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .single-success-stories article .storydet_content {
    margin: 0 0 70px;
    width: 100%;
    padding-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .single-success-stories article .storydet_content .storydet_left {
    width: auto;
    margin: 0 24px;
    font-size: 16px;
    line-height: 25px;
    border-right: 0;
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .single-success-stories article .storydet_content .storydet_left h3 {
    font-size: 16px;
    line-height: 24px;
    margin: 25px 0 16px;
  }
}
.single-success-stories article .storydet_content .storydet_left ul {
  position: relative;
}
.single-success-stories article .storydet_content .storydet_left ul li {
  padding-left: 2em;
  margin-bottom: 12px;
}
.single-success-stories article .storydet_content .storydet_left ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #FF5749;
  position: absolute;
  left: 0;
  margin-top: 9px !important;
  margin: 0;
  display: block;
}
@media (min-width: 768px) and (max-width: 980px) {
  .single-success-stories article .storydet_content .storydet_right {
    width: auto;
    margin: 48px 24px 0;
    font-size: 16px;
    line-height: 25px;
    float: none;
    padding-left: 0;
    border-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .single-success-stories article .storydet_content .storydet_right h3 {
    font-size: 16px;
    line-height: 24px;
    margin: 25px 0 16px;
  }
}
.single-success-stories article .storydet_content .storydet_right .link {
  text-decoration: none !important;
  color: #007cf7 !important;
  font-family: "Gilroy-Semibold" !important;
  font-weight: normal !important;
}
@media (max-width: 767px) {
  .single-success-stories article .c_body_container {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .single-success-stories article .c_body_container {
    padding-top: 0;
    margin-top: 0;
    width: 100%;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .single-success-stories article .c_body_container .c_body_social_container {
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    height: 100%;
    min-height: 320px;
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .single-success-stories article .c_body_container .c_body_content {
    margin: 0 24px;
    font-size: 16px;
    line-height: 25px;
    width: auto;
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .single-success-stories article .c_body_container .c_body_content.success_story p {
    padding-bottom: 12px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .single-success-stories article .c_body_container .c_body_content.success_story p .story_subtit {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .single-success-stories article .c_body_container .c_body_content.success_story ul li {
    font-size: 16px;
    line-height: 25px;
    padding-left: 16px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .single-success-stories article .c_body_container .c_body_content.success_story h2 {
    font-weight: normal;
  }
  .single-success-stories article .c_body_container .c_body_content.success_story h2:before {
    margin-bottom: 24px;
  }
  .single-success-stories article .c_body_container .c_body_content.success_story h2 .story_subtit {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 980px) and (max-width: 1024px) {
  .single-success-stories article .c_body_container .c_body_content.success_story .share_mob {
    width: 48% !important;
    float: left !important;
    margin-top: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .single-success-stories article .c_body_container .c_body_content.success_story .share_mob {
    display: block;
    margin: 40px 0 16px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    font-family: "Gilroy-Semibold", sans-serif;
    border: 2px solid #002067;
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .single-success-stories article .c_body_container .c_body_content.success_story .call_to_action_story {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .single-success-stories article .c_body_container .c_body_content.success_story .call_to_action_story {
    width: 100%;
    color: white;
    box-sizing: border-box;
    display: block;
    line-height: 50px;
    height: 48px;
    padding: 0 20px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-family: "Gilroy-Semibold", sans-serif;
    vertical-align: middle;
    margin-bottom: 60px;
  }
}
@media (min-width: 980px) and (max-width: 1024px) {
  .single-success-stories article .c_body_container .c_body_content.success_story .call_to_action_story {
    width: 48%;
    display: block;
    box-sizing: border-box;
    line-height: 48px;
    margin-top: 24px;
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .single-success-stories article .relatedstory_container .p_featured_stories {
    padding-left: 0;
    width: 90%;
  }
}
@media (min-width: 980px) and (max-width: 1024px) {
  .single-success-stories article .relatedstory_container .p_featured_stories {
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .single-success-stories article .relatedstory_container .p_featured_stories {
    width: 90%;
    margin: 0 auto;
  }
}
.single-success-stories article .relatedstory_container .p_featured_stories .l_div {
  margin: 0 0 30px;
  width: auto;
}
@media (min-width: 768px) and (max-width: 980px) {
  .single-success-stories article .relatedstory_container .p_featured_stories h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .single-success-stories article .relatedstory_container .p_featured_stories .p_featured {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .single-success-stories article .relatedstory_container .p_featured_stories .p_featured .p_stories_image {
    float: none;
    width: auto;
    height: 177px;
    background-repeat: no-repeat;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .single-success-stories article .relatedstory_container .p_featured_stories .p_featured .p_featured_content {
    position: relative;
    bottom: 0;
    width: auto;
    height: auto;
    padding-left: 0;
    margin-right: 24px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .single-success-stories article .relatedstory_container .p_featured_stories .p_featured .p_featured_content h2 {
    margin: 13px 0 16px;
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .single-success-stories article .relatedstory_container .p_featured_stories .p_featured .p_featured_content .featured_text {
    color: #3f4a5b;
    font-size: 16px;
    line-height: 25px;
    display: block;
    height: 125px;
    overflow: hidden;
  }
}
.single-success-stories article .section-global-card .title {
  font-size: 32px;
  color: #002067;
  font-family: "Gilroy-Semibold", sans-serif;
  display: inline-block;
  margin-left: 125px;
  padding: 20px;
}
.single-success-stories article .cards_container {
  padding: 0 !important;
}
.single-success-stories article .cards_title_container {
  display: none !important;
}

.featured_blocks_section .featured_blocks_outer .featured_block_single_container .featured_block {
  position: relative;
}
.featured_blocks_section .featured_blocks_outer .featured_block_single_container .featured_block .background_container {
  z-index: -1;
}
.featured_blocks_section .featured_blocks_outer .featured_block_single_container .featured_block .background_container .background-image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  position: absolute;
}
.featured_blocks_section .featured_blocks_outer .featured_block_single_container .featured_block .background_container .background_overlay {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(267.96deg, rgba(255, 255, 255, 0.81) 54.07%, rgba(255, 255, 255, 0) 81.04%);
}
@media screen and (max-width: 767px) {
  .featured_blocks_section .featured_blocks_outer .featured_block_single_container .featured_block .background_container .background_overlay {
    background: linear-gradient(2.66deg, rgba(255, 255, 255, 0.6) 11.09%, rgba(83, 108, 165, 0.6) 180.91%);
  }
}
.featured_blocks_section .featured_blocks_outer .featured_block_single_container .featured_block .featured_block_content {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  padding: 90px 270px;
  max-width: 1920px;
  margin: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .featured_blocks_section .featured_blocks_outer .featured_block_single_container .featured_block .featured_block_content {
    padding: 40px 60px 80px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .featured_blocks_section .featured_blocks_outer .featured_block_single_container .featured_block .featured_block_content {
    padding: 40px 80px;
  }
}
.featured_blocks_section .featured_blocks_outer .featured_block_single_container .featured_block .featured_block_content .icon_side {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .featured_blocks_section .featured_blocks_outer .featured_block_single_container .featured_block .featured_block_content .icon_side {
    width: auto;
    margin-bottom: 24px;
  }
}
.featured_blocks_section .featured_blocks_outer .featured_block_single_container .featured_block .featured_block_content .icon_side .icon_container {
  margin: 0 auto;
  display: none;
}
@media screen and (max-width: 767px) {
  .featured_blocks_section .featured_blocks_outer .featured_block_single_container .featured_block .featured_block_content .icon_side .icon_container {
    display: block;
  }
}
.featured_blocks_section .featured_blocks_outer .featured_block_single_container .featured_block .featured_block_content .icon_side .icon_container img {
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .featured_blocks_section .featured_blocks_outer .featured_block_single_container .featured_block .featured_block_content .icon_side .icon_container img {
    width: 60%;
  }
}
.featured_blocks_section .featured_blocks_outer .featured_block_single_container .featured_block .featured_block_content .copy_side {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .featured_blocks_section .featured_blocks_outer .featured_block_single_container .featured_block .featured_block_content .copy_side {
    width: 100%;
  }
}
.featured_blocks_section .featured_blocks_outer .featured_block_single_container .featured_block .featured_block_content .copy_side .copy_container {
  width: 80%;
  margin: 0 auto;
}
.featured_blocks_section .featured_blocks_outer .featured_block_single_container .featured_block .featured_block_content .copy_side .copy_container .icon_container {
  margin-bottom: 16px;
  max-width: 103px;
  max-height: 103px;
}
@media screen and (max-width: 767px) {
  .featured_blocks_section .featured_blocks_outer .featured_block_single_container .featured_block .featured_block_content .copy_side .copy_container .icon_container {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .featured_blocks_section .featured_blocks_outer .featured_block_single_container .featured_block .featured_block_content .copy_side .copy_container .icon_container {
    max-width: 70px;
    max-height: 70px;
    margin-bottom: 10px;
  }
}
.featured_blocks_section .featured_blocks_outer .featured_block_single_container .featured_block .featured_block_content .copy_side .copy_container .icon_container img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
}
.featured_blocks_section .featured_blocks_outer .featured_block_single_container .featured_block .featured_block_content .copy_side .copy_container .block_title {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .featured_blocks_section .featured_blocks_outer .featured_block_single_container .featured_block .featured_block_content .copy_side .copy_container .block_title {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .featured_blocks_section .featured_blocks_outer .featured_block_single_container .featured_block .featured_block_content .copy_side .copy_container .block_title {
    margin-bottom: 10px;
  }
}
.featured_blocks_section .featured_blocks_outer .featured_block_single_container .featured_block .featured_block_content .copy_side .copy_container .block_title h3 {
  font-size: 32px;
  line-height: 39px;
  color: #002067;
  font-family: "Gilroy-Bold", sans-serif;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .featured_blocks_section .featured_blocks_outer .featured_block_single_container .featured_block .featured_block_content .copy_side .copy_container .block_title h3 {
    font-size: 20px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .featured_blocks_section .featured_blocks_outer .featured_block_single_container .featured_block .featured_block_content .copy_side .copy_container .block_title h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.featured_blocks_section .featured_blocks_outer .featured_block_single_container .featured_block .featured_block_content .copy_side .copy_container .block_blurb {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .featured_blocks_section .featured_blocks_outer .featured_block_single_container .featured_block .featured_block_content .copy_side .copy_container .block_blurb {
    margin-bottom: 18px;
  }
}
.featured_blocks_section .featured_blocks_outer .featured_block_single_container .featured_block .featured_block_content .copy_side .copy_container .block_blurb p {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #002067;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .featured_blocks_section .featured_blocks_outer .featured_block_single_container .featured_block .featured_block_content .copy_side .copy_container .block_blurb p {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .featured_blocks_section .featured_blocks_outer .featured_block_single_container .featured_block .featured_block_content .copy_side .copy_container .block_blurb p {
    font-size: 14px;
  }
}
.featured_blocks_section .featured_blocks_outer .featured_block_single_container .featured_block .featured_block_content .copy_side .copy_container .block_button_container .block_button {
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .featured_blocks_section .featured_blocks_outer .featured_block_single_container .featured_block .featured_block_content .copy_side .copy_container .block_button_container .block_button {
    display: block;
    margin: 0 auto;
  }
}
.featured_blocks_section .featured_blocks_outer .featured_block_single_container .featured_block .featured_block_content .copy_side .copy_container .block_button_container .block_button a {
  cursor: pointer;
  min-width: 200px;
  box-sizing: border-box;
  height: 60px;
  border: 2px solid #002067;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
  padding: 18px 24px;
  display: block;
  background-color: transparent;
  transition: background-color ease 0.5s, opacity linear 0.5s;
}
@media screen and (max-width: 767px) {
  .featured_blocks_section .featured_blocks_outer .featured_block_single_container .featured_block .featured_block_content .copy_side .copy_container .block_button_container .block_button a {
    min-width: 150px;
    height: 45px;
    border-width: 1.4px;
    padding: 10px 18px 8px;
    margin: 0 auto;
  }
}
.featured_blocks_section .featured_blocks_outer .featured_block_single_container .featured_block .featured_block_content .copy_side .copy_container .block_button_container .block_button a p {
  text-align: center;
  color: #002067;
  text-transform: uppercase;
  font-family: "Gilroy-Semibold", sans-serif;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .featured_blocks_section .featured_blocks_outer .featured_block_single_container .featured_block .featured_block_content .copy_side .copy_container .block_button_container .block_button a p {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .featured_blocks_section .featured_blocks_outer .featured_block_single_container .featured_block .featured_block_content .copy_side .copy_container .block_button_container .block_button a p {
    font-size: 18px;
  }
}
.featured_blocks_section .featured_blocks_outer .featured_block_single_container .featured_block .featured_block_content .copy_side .copy_container .block_button_container .block_button a:hover {
  background-color: #017DF5;
  opacity: 0.8;
}
.featured_blocks_section .featured_blocks_outer .featured_block_single_container:nth-of-type(even) .featured_block .background_container .background_overlay {
  background: linear-gradient(88.8deg, rgba(22, 124, 247, 0.6) 34.93%, rgba(22, 124, 247, 0.1) 84.28%);
}
@media screen and (max-width: 767px) {
  .featured_blocks_section .featured_blocks_outer .featured_block_single_container:nth-of-type(even) .featured_block .background_container .background_overlay {
    background: linear-gradient(31.46deg, rgba(22, 124, 247, 0.57) 41.33%, rgba(22, 124, 247, 0.1) 87.83%);
  }
}
.featured_blocks_section .featured_blocks_outer .featured_block_single_container:nth-of-type(even) .featured_block .featured_block_content {
  flex-direction: row-reverse;
}
.featured_blocks_section .featured_blocks_outer .featured_block_single_container:nth-of-type(even) .featured_block .featured_block_content .copy_side h3, .featured_blocks_section .featured_blocks_outer .featured_block_single_container:nth-of-type(even) .featured_block .featured_block_content .copy_side p {
  color: white !important;
}
.featured_blocks_section .featured_blocks_outer .featured_block_single_container:nth-of-type(even) .featured_block .featured_block_content a {
  border-color: white !important;
}
@media screen and (max-width: 767px) {
  .featured_blocks_section .featured_blocks_outer .featured_block_single_container .featured_block .featured_block_content {
    flex-direction: column !important;
  }
}

.pillar_section {
  padding: 93px 0 80px;
  background-color: white;
  margin: 0 auto;
  max-width: 1920px;
}
@media screen and (max-width: 767px) {
  .pillar_section {
    padding: 60px 0;
  }
}
.pillar_section .pillars_container_outer {
  max-width: 80%;
  margin: 0 auto;
}
.pillar_section .pillars_container_outer .pillars_title {
  margin-bottom: 68px;
}
.pillar_section .pillars_container_outer .pillars_title h2 {
  font-family: "Gilroy-Bold", sans-serif;
  color: #002067;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pillar_section .pillars_container_outer .pillars_title h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pillar_section .pillars_container_outer .pillars_title h2 {
    font-size: 24px;
  }
}
.pillar_section .pillars_container_outer .pillars_container {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .pillar_section .pillars_container_outer .pillars_container {
    flex-direction: column;
  }
}
.pillar_section .pillars_container_outer .pillars_container .pillar {
  flex-grow: 1;
}
@media (min-width: 767px) and (max-width: 1024px) {
  .pillar_section .pillars_container_outer .pillars_container .pillar {
    width: 30%;
    flex-grow: unset;
  }
}
@media screen and (max-width: 767px) {
  .pillar_section .pillars_container_outer .pillars_container .pillar {
    margin-bottom: 50px;
  }
}
.pillar_section .pillars_container_outer .pillars_container .pillar .icon_circle {
  background: linear-gradient(155.57deg, #2550BB 12.87%, #002067 81.45%);
  text-align: center;
  border-radius: 100%;
  width: 225px;
  height: 225px;
  margin: 0 auto 33px;
  padding: 58px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .pillar_section .pillars_container_outer .pillars_container .pillar .icon_circle {
    width: 148px;
    height: 148px;
    padding: 36px 0;
  }
}
.pillar_section .pillars_container_outer .pillars_container .pillar .icon_circle .icon {
  width: 105px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .pillar_section .pillars_container_outer .pillars_container .pillar .icon_circle .icon {
    width: 72px;
  }
}
.pillar_section .pillars_container_outer .pillars_container .pillar .icon_circle .icon img {
  width: 100%;
}
.pillar_section .pillars_container_outer .pillars_container .pillar .pillar_content {
  margin: 0 auto;
  width: fit-content;
  max-width: 250px;
  text-align: center;
}
.pillar_section .pillars_container_outer .pillars_container .pillar .pillar_content .pillar_title {
  display: block;
  width: 100%;
  margin: auto;
}
.pillar_section .pillars_container_outer .pillars_container .pillar .pillar_content .pillar_title p {
  text-transform: uppercase;
  color: #081644;
  font-size: 18px;
  font-family: "Gilroy-Bold", sans-serif;
  line-height: 25px;
  margin-bottom: 10px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .pillar_section .pillars_container_outer .pillars_container .pillar .pillar_content .pillar_title p {
    text-align: center;
    margin: 0 auto 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pillar_section .pillars_container_outer .pillars_container .pillar .pillar_content .pillar_title p {
    text-align: left;
  }
}
.pillar_section .pillars_container_outer .pillars_container .pillar .pillar_content .pillar_blurb {
  margin: 0 auto 10px;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 767px) and (max-width: 1024px) {
  .pillar_section .pillars_container_outer .pillars_container .pillar .pillar_content .pillar_blurb {
    width: unset;
  }
}
@media screen and (max-width: 767px) {
  .pillar_section .pillars_container_outer .pillars_container .pillar .pillar_content .pillar_blurb {
    width: 85%;
    margin: 0 auto 20px;
    padding: 0;
  }
}
.pillar_section .pillars_container_outer .pillars_container .pillar .pillar_content .pillar_blurb p {
  font-family: "Gilroy-Regular", sans-serif;
  line-height: 19px;
  font-size: 14px;
  color: #999999;
}
@media screen and (max-width: 767px) {
  .pillar_section .pillars_container_outer .pillars_container .pillar .pillar_content .pillar_blurb p {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pillar_section .pillars_container_outer .pillars_container .pillar .pillar_content .pillar_blurb p {
    text-align: left;
  }
}
.pillar_section .pillars_container_outer .pillars_container .pillar .pillar_content .pillar_link {
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .pillar_section .pillars_container_outer .pillars_container .pillar .pillar_content .pillar_link {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pillar_section .pillars_container_outer .pillars_container .pillar .pillar_content .pillar_link {
    text-align: left;
  }
}
.pillar_section .pillars_container_outer .pillars_container .pillar .pillar_content .pillar_link a p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .pillar_section .pillars_container_outer .pillars_container .pillar .pillar_content .pillar_link a p {
    font-size: 16px;
  }
}
.pillar_section .pillars_container_outer .pillars_container .pillar:nth-of-type(odd) {
  padding-top: 57px;
}
@media screen and (max-width: 767px) {
  .pillar_section .pillars_container_outer .pillars_container .pillar:nth-of-type(odd) {
    padding: 0;
  }
}
.pillar_section .pillars_container_outer .pillars_container .pillar:nth-child(2) {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .pillar_section .pillars_container_outer .pillars_container .pillar:nth-child(2) {
    margin: 0 0 50px;
  }
}

#sl-solutions-2021 {
  width: 100% !important;
  margin: 0;
  position: relative;
  padding: 137px 0 73px;
  background-image: linear-gradient(180deg, white 0%, #F2F6F9 50%);
}
@media (min-width: 767px) and (max-width: 1199px) {
  #sl-solutions-2021 {
    background-color: #F2F6F9;
  }
}
@media screen and (min-width: 1600px) {
  #sl-solutions-2021 {
    padding-bottom: 0;
  }
}
#sl-solutions-2021 .solutions_top_curve_cont {
  width: 105%;
  padding: 0;
  margin: -0.2%;
  box-sizing: content-box;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #sl-solutions-2021 .solutions_top_curve_cont {
    height: 67px;
    background-image: url("/wp-content/themes/tgroup/2021-assets/img/mobilesolutionscurve-top.svg");
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  #sl-solutions-2021 .solutions_top_curve_cont {
    height: 120px;
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  #sl-solutions-2021 .solutions_top_curve_cont {
    margin: -1%;
  }
}
#sl-solutions-2021 .solutions_top_curve_cont img {
  line-height: 0;
  margin-bottom: -0.1%;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #sl-solutions-2021 .solutions_top_curve_cont img {
    display: none;
  }
}
#sl-solutions-2021 .solutions_bottom_curve_cont {
  width: 105%;
  padding: 0;
  box-sizing: border-box;
  position: absolute;
  bottom: -15%;
  background-color: #F2F6F9;
}
@media (min-width: 767px) and (max-width: 1199px) {
  #sl-solutions-2021 .solutions_bottom_curve_cont {
    margin: -1px;
    z-index: unset;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  #sl-solutions-2021 .solutions_bottom_curve_cont {
    bottom: -2px;
    margin: 0;
    position: relative;
    z-index: unset;
    height: 140px;
    background-image: url("/wp-content/themes/tgroup/2021-assets/img/mobilesolutionscurve-bottom.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 425px) {
  #sl-solutions-2021 .solutions_bottom_curve_cont {
    bottom: 0;
    margin: -2px;
    position: relative;
    z-index: unset;
    height: 76px !important;
    background-size: cover;
    background-image: url("/wp-content/themes/tgroup/2021-assets/img/mobilesolutionscurve-bottom.svg");
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1600px) {
  #sl-solutions-2021 .solutions_bottom_curve_cont {
    margin: -0.4%;
    position: unset;
    bottom: unset;
  }
}
#sl-solutions-2021 .solutions_bottom_curve_cont img {
  line-height: 0;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #sl-solutions-2021 .solutions_bottom_curve_cont img {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #sl-solutions-2021 {
    width: 100% !important;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  #sl-solutions-2021 {
    width: 100% !important;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #sl-solutions-2021 {
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
}
#sl-solutions-2021 .solutions_outer {
  background-image: linear-gradient(93.6deg, #2550BB 4%, #002067 90.57%);
  position: relative;
}
@media screen and (max-width: 425px) {
  #sl-solutions-2021 .solutions_outer {
    background-image: linear-gradient(180.79deg, #2550BB 0.64%, #002067 79.32%);
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  #sl-solutions-2021 .solutions_outer {
    background-image: linear-gradient(180.79deg, #2550BB 0.64%, #002067 70.32%);
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  #sl-solutions-2021 .solutions_outer {
    background-image: linear-gradient(93.6deg, #2550BB 4%, #002067 90.57%);
  }
}
@media screen and (min-width: 1600px) {
  #sl-solutions-2021 .solutions_outer {
    background-image: linear-gradient(93.6deg, #2550BB 0, #002067 90.57%);
  }
}
#sl-solutions-2021 .solutions_outer .solutions_inner {
  max-width: 1920px;
  margin: auto;
  position: relative;
  z-index: 1;
}
#sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors {
  width: 50%;
  background-color: transparent !important;
  min-height: fit-content !important;
  border-right: 1px solid #ECF0F5;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors {
    padding-left: 60px !important;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1023px) {
  #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors {
    width: 80%;
    height: auto;
    min-height: auto !important;
    margin: 0 auto;
    border-right: none;
  }
}
#sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors h2 {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 32px;
  line-height: 43px;
  color: #fff;
  display: block;
  width: 70%;
  margin: 0 auto 48px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors h2 {
    margin-left: unset !important;
  }
}
@media screen and (max-width: 1023px) {
  #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors h2 {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.24px;
    color: #fff;
    margin: 0 0 30px;
    padding: 0;
  }
}
#sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner {
  width: 85%;
  margin: 0 0 0 auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner {
    width: unset;
    margin: unset;
  }
}
#sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul {
  width: fit-content;
  /*@media (min-width: $larger-mobile) and (max-width: $max-width-tab){
    margin-left: 18px !important;
    margin-top: 24px !important;
  }*/
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul {
    margin-left: unset !important;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
#sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title {
  display: block;
  width: 100%;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  line-height: 33px;
  font-family: "Gilroy-Regular", sans-serif;
  margin-bottom: 36px;
}
#sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title.open span {
  color: #017DF5;
}
#sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title.open span i {
  display: block;
}
@media screen and (max-width: 1023px) {
  #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title.open span i {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title.open .sl_info_button svg {
    display: none;
  }
  #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title.open .sl_info_button:after {
    content: "-";
    font-size: 30px;
    font-family: "Gilroy-Regular", sans-serif;
    color: #017DF5;
    line-height: 18px;
    float: right;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title.open .sl_info_button:after {
    position: absolute;
    top: 5px;
  }
}
#sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title.open .sl_content, #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title.open .sl-content {
  z-index: 100;
  max-width: 800px;
  overflow: visible;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title.open .sl_content, #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title.open .sl-content {
    transform: translateX(0);
  }
}
@media screen and (max-width: 1023px) {
  #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title.open .sl_content, #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title.open .sl-content {
    height: 100%;
    padding-bottom: 25px;
    margin: 12px 0;
  }
}
@media screen and (max-width: 1023px) {
  #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title {
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.2px;
    width: 100%;
    position: relative;
    transition: height ease 3s;
    height: 20px;
  }
  #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title:last-child {
    margin-bottom: 0;
  }
  #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title.open {
    height: 100%;
  }
}
#sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title span.sl_title_span {
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title span {
    border-bottom: none;
    margin: 0;
  }
}
#sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title span i {
  display: none;
  font-style: normal;
  color: #017DF5;
  font-size: 36px;
  margin: 0 8px 0 0;
  width: fit-content;
  float: left;
}
@media screen and (max-width: 1023px) {
  #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title span i {
    display: none;
    font-size: 16px;
  }
}
#sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl_info_button {
  display: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl_info_button {
    display: inline-block;
    position: absolute;
    top: -4px;
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }
  #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl_info_button svg {
    width: 20px;
    height: 20px;
  }
  #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl_info_button svg path {
    fill: white;
  }
}
@media screen and (max-width: 767px) {
  #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl_info_button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
  }
  #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl_info_button svg {
    width: 20px;
    height: 20px;
  }
  #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl_info_button svg path {
    fill: white;
  }
}
#sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl-content, #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl_content {
  width: 100%;
  background-color: transparent;
  position: absolute;
  right: -100%;
  top: 0;
  z-index: 99;
  padding: 0 70px;
  box-sizing: border-box;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  /*&.en-solutions {
    padding: 0 70px;
  }*/
  /*@media (min-width: $min-width-desktop) and (max-width: $max-width-desktop){
    width: 50% !important;
  }*/
  /*@media (min-width: $larger-mobile) and (max-width: $max-width-tab){
    width: 50% !important;
    padding: 40px !important;
    height: fit-content !important;
  }*/
}
@media screen and (min-width: 1024px) {
  #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl-content, #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl_content {
    transform: translateX(-150px);
    transition: transform ease-out 0.5s, transform ease-in 0.1s, opacity ease-in 0.1s, z-index ease 0.3s;
  }
}
@media (min-width: 1199px) {
  #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl-content, #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl_content {
    z-index: -998;
  }
}
@media screen and (max-width: 1023px) {
  #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl-content, #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl_content {
    width: 100%;
    height: 0;
    position: relative;
    right: 0;
    bottom: 0;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    opacity: 0;
    transition: opacity linear 0.5s;
  }
}
#sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl-content .sl-title, #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl_content .sl-title {
  margin-top: 104px;
  font-family: "Gilroy-Semibold";
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: white;
  font-style: normal;
  margin-left: 104px;
  font-stretch: normal;
  display: none;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl-content .sl-title, #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl_content .sl-title {
    margin-top: 64px !important;
    margin-left: 92px !important;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl-content .sl-title, #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl_content .sl-title {
    margin: 0 !important;
    padding-left: 24px;
  }
}
@media screen and (max-width: 1023px) {
  #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl-content .sl-title, #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl_content .sl-title {
    display: none;
  }
}
#sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl-content .sl-description, #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl_content .sl-description {
  font-family: "Gilroy-Regular", sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  color: white;
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 90px 0 0;
  /*@media (min-width: $larger-mobile) and (max-width: $max-width-tab){
    //margin-left: 24px !important;
    width: 90% !important;
    margin-bottom: 40px !important;
  }*/
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl-content .sl-description, #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl_content .sl-description {
    margin: unset;
    width: unset;
    padding: unset;
  }
}
@media screen and (max-width: 1023px) {
  #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl-content .sl-description, #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl_content .sl-description {
    width: auto;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
  }
}
#sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl-content .sl-readmore, #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl_content .sl-readmore {
  margin: 0;
}
@media (min-width: 767px) and (max-width: 1023px) {
  #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl-content .sl-readmore, #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl_content .sl-readmore {
    margin-left: 24px !important;
  }
}
@media screen and (max-width: 1023px) {
  #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl-content .sl-readmore, #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl_content .sl-readmore {
    margin-left: 24px;
    margin-bottom: 4px;
    padding-bottom: 24px;
    border-bottom: 1px solid #dfe6ee !important;
  }
}
#sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl-content .sl-readmore a, #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl_content .sl-readmore a {
  margin-top: 51px;
  display: block;
  vertical-align: middle;
  text-align: center;
  width: fit-content;
  text-transform: uppercase;
  padding: 0 44px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-family: "Gilroy-Semibold", sans-serif;
  letter-spacing: 0.5px;
  color: white;
  border: 2px solid white;
  background-color: transparent;
  transition: background-color ease 0.5s, opacity linear 0.5s;
  /*@media (min-width: $larger-mobile) and (max-width: $max-width-tab){
    margin-left: 92px !important;
  }*/
}
#sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl-content .sl-readmore a:hover, #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl_content .sl-readmore a:hover {
  background-color: #017DF5;
  opacity: 0.8;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl-content .sl-readmore a, #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl_content .sl-readmore a {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl-content .sl-readmore a, #sl-solutions-2021 .solutions_outer .solutions_inner .sl-selectors .sol_inner ul .sl_title .sl_content .sl-readmore a {
    display: block;
    margin-left: 0;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    margin-top: 20px;
    padding: 0 17px;
  }
}

.customer_stories_container {
  width: 100%;
  background-color: #F2F6F9;
}
.customer_stories_container .title_container {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 123px 0 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .customer_stories_container .title_container {
    padding: 30px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .customer_stories_container .title_container {
    text-align: left;
    padding: 0 0 60px;
  }
}
.customer_stories_container .title_container h2 {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 32px;
  line-height: 38px;
  color: #081644;
  margin-bottom: 5px;
}
.customer_stories_container .title_container h2:after {
  width: 25%;
  margin: 7px auto 0;
  display: block;
  height: 3px;
  content: "";
  background-image: linear-gradient(to right, #017DF5 0%, #081644 100%);
}
@media screen and (max-width: 767px) {
  .customer_stories_container .title_container h2:after {
    width: 60%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .customer_stories_container .title_container h2:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .customer_stories_container .title_container h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .customer_stories_container .title_container h2 {
    font-size: 24px;
    line-height: 29px;
  }
}
.customer_stories_container .title_container p {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 32px;
  line-height: 45px;
  color: #081644;
}
@media screen and (max-width: 767px) {
  .customer_stories_container .title_container p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .customer_stories_container .title_container p {
    font-size: 24px;
    line-height: 30px;
  }
}
.customer_stories_container .customer_story_viewer_outer {
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .customer_stories_container .customer_story_viewer_outer {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .customer_stories_container .customer_story_viewer_outer {
    margin-bottom: 60px;
  }
}
.customer_stories_container .customer_story_viewer_outer .customer_story_viewer {
  width: 400vw;
  display: flex;
  transition: transform ease 0.5s;
}
.customer_stories_container .customer_story_viewer_outer .customer_story_viewer.showStory1 {
  transform: translateX(0);
}
.customer_stories_container .customer_story_viewer_outer .customer_story_viewer.showStory2 {
  transform: translateX(-100vw);
}
.customer_stories_container .customer_story_viewer_outer .customer_story_viewer.showStory3 {
  transform: translateX(-200vw);
}
.customer_stories_container .customer_story_viewer_outer .customer_story_viewer.showStory4 {
  transform: translateX(-300vw);
}
.customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story {
  display: flex;
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story {
    flex-direction: column-reverse;
  }
}
.customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy {
  background-color: #002067;
  padding: 118px 0 84px;
  width: 45%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy {
    width: 50%;
    padding: 42px 0;
  }
}
@media screen and (max-width: 767px) {
  .customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy {
    width: 100%;
    padding: 30px 10px;
    box-sizing: border-box;
  }
}
.customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner {
  max-width: 440px;
  margin: 0 68px 0 auto;
}
@media (min-width: 767px) and (max-width: 1199px) {
  .customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner {
    margin: 0 auto;
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner {
    margin: 0 auto;
  }
}
.customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .company_name {
  margin-bottom: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .company_name {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 767px) {
  .customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .company_name {
    margin-bottom: 10px;
  }
}
.customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .company_name h3 {
  color: white;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 28px;
  line-height: 38px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .company_name h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .company_name h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .customer_quote {
  margin-bottom: 23px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .customer_quote {
    margin-bottom: 10px;
  }
}
.customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .customer_quote .customer_quote_text {
  position: relative;
}
.customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .customer_quote .customer_quote_text.customer_quote_text-blue p {
  font-family: "Gilroy-Semibold";
  font-size: 24px;
  line-height: 36px;
  color: #002067;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .customer_quote .customer_quote_text.customer_quote_text-blue p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .customer_quote .customer_quote_text.customer_quote_text-blue p {
    font-size: 20px;
    line-height: 28px;
  }
}
.customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .customer_quote .customer_quote_text.customer_quote_text-blue p:before {
  content: "“";
  font-size: 95px;
  line-height: 90px;
  font-weight: normal;
  color: #007cf7;
  position: absolute;
  left: 0px;
  top: -50px;
  background-image: unset;
}
@media screen and (max-width: 767px) {
  .customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .customer_quote .customer_quote_text.customer_quote_text-blue p:before {
    width: 20px;
    height: 20px;
    left: -5px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .customer_quote .customer_quote_text.customer_quote_text-blue p:before {
    width: 19px;
    height: 14px;
    left: -24px;
  }
}
.customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .customer_quote .customer_quote_text.customer_quote_text-blue p:after {
  display: none;
}
.customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .customer_quote .customer_quote_text p {
  font-family: "Gilroy-Regular", sans-serif;
  color: white;
  font-size: 20px;
  line-height: 28px;
}
.customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .customer_quote .customer_quote_text p:before {
  content: "";
  display: block;
  width: 30px;
  height: 23px;
  background-image: url("/wp-content/themes/tgroup/2021-assets/icons/quote-left.svg");
  position: absolute;
  top: -7px;
  left: -37px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .customer_quote .customer_quote_text p:before {
    width: 20px;
    height: 20px;
    left: -24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .customer_quote .customer_quote_text p:before {
    width: 19px;
    height: 14px;
    left: -24px;
  }
}
.customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .customer_quote .customer_quote_text p:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 23px;
  background-image: url("/wp-content/themes/tgroup/2021-assets/icons/quote_right.svg");
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .customer_quote .customer_quote_text p:after {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .customer_quote .customer_quote_text p:after {
    width: 19px;
    height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .customer_quote .customer_quote_text p {
    font-size: 14px;
    line-height: 19px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .customer_quote .customer_quote_text p {
    font-size: 12px;
    line-height: 16px;
  }
}
.customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .customer_name {
  margin-bottom: 32px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .customer_name {
    margin-bottom: 13px;
  }
}
.customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .customer_name.customer_name-blue p {
  color: #007cf7;
  font-size: 14px;
  font-family: "Gilroy-Medium", sans-serif;
  line-height: 19px;
  text-transform: uppercase !important;
}
.customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .customer_name.customer_name-blue p span {
  font-weight: bold;
}
.customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .customer_name p {
  color: #FF5749;
  font-size: 14px;
  font-family: "Gilroy-Medium", sans-serif;
  line-height: 19px;
}
.customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .customer_name p span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .story_link {
    text-align: center;
  }
}
.customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .story_link a {
  width: fit-content;
  box-sizing: border-box;
  height: 60px;
  color: white;
  border: 1px solid white;
  padding: 18px 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Gilroy-Semibold", sans-serif;
  line-height: 24px;
  transition: background-color ease 0.5s, opacity linear 0.5s;
}
.customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .story_link a:hover {
  background-color: #017DF5;
  opacity: 0.8;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .story_link a {
    height: 46px;
    display: block;
    padding: 6px 10px;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_copy .story_copy_inner .story_link a {
    font-size: 16px;
    padding: 9px 17px;
    text-align: center;
  }
}
.customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_photo_outer {
  width: 55%;
  height: auto;
}
.customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_photo_outer.story_photo-height {
  width: 90% !important;
}
@media screen and (max-width: 767px) {
  .customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_photo_outer.story_photo-height {
    height: auto;
    padding-bottom: 70px;
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_photo_outer {
    width: 100%;
    height: 230px;
  }
}
.customer_stories_container .customer_story_viewer_outer .customer_story_viewer .customer_story .story_photo_outer .story_photo {
  width: 100%;
  height: 100%;
  background-size: cover;
  display: block;
  background-position: center;
}
.customer_stories_container .customer_story_logos_container {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 0 100px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .customer_stories_container .customer_story_logos_container {
    padding: 0 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .customer_stories_container .customer_story_logos_container {
    padding: 0 0 35px;
  }
}
.customer_stories_container .customer_story_logos_container .customer_story_logos {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-template-rows: auto;
  grid-column-gap: 46px;
  width: 90%;
  max-width: 1920px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .customer_stories_container .customer_story_logos_container .customer_story_logos {
    width: 90% !important;
  }
}
.customer_stories_container .customer_story_logos_container .customer_story_logos.customer_story_logos-three {
  grid-template-columns: 35% 35% 35%;
}
@media screen and (max-width: 767px) {
  .customer_stories_container .customer_story_logos_container .customer_story_logos.customer_story_logos-three {
    width: 90% !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .customer_stories_container .customer_story_logos_container .customer_story_logos.customer_story_logos-three {
    grid-template-columns: 33% 33% 33%;
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  .customer_stories_container .customer_story_logos_container .customer_story_logos {
    grid-column-gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .customer_stories_container .customer_story_logos_container .customer_story_logos {
    grid-column-gap: unset;
    grid-template-rows: unset;
    grid-template-columns: unset;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
.customer_stories_container .customer_story_logos_container .customer_story_logos .logo_container {
  flex-grow: 1;
  opacity: 0.5;
  cursor: pointer;
  transition: filter ease 0.2s, opacity linear 0.2s;
}
@media screen and (max-width: 767px) {
  .customer_stories_container .customer_story_logos_container .customer_story_logos .logo_container {
    flex-grow: unset;
    width: 20%;
    max-width: 20%;
  }
}
.customer_stories_container .customer_story_logos_container .customer_story_logos .logo_container:hover {
  filter: grayscale(0);
  opacity: 1;
}
.customer_stories_container .customer_story_logos_container .customer_story_logos .logo_container:hover .logo {
  filter: grayscale(0);
}
.customer_stories_container .customer_story_logos_container .customer_story_logos .logo_container:hover .company_name p {
  color: rgba(0, 32, 103, 0.7) !important;
}
.customer_stories_container .customer_story_logos_container .customer_story_logos .logo_container:hover .company_desc p {
  color: rgba(5, 27, 71, 0.7) !important;
}
.customer_stories_container .customer_story_logos_container .customer_story_logos .logo_container.active {
  opacity: 1 !important;
}
.customer_stories_container .customer_story_logos_container .customer_story_logos .logo_container.active .logo {
  filter: unset !important;
}
.customer_stories_container .customer_story_logos_container .customer_story_logos .logo_container.active .company_name p {
  color: #002067;
}
.customer_stories_container .customer_story_logos_container .customer_story_logos .logo_container.active .company_desc p {
  color: #081644;
}
.customer_stories_container .customer_story_logos_container .customer_story_logos .logo_container .border-top {
  display: block;
  width: 100%;
  height: 2.8px;
  background-image: linear-gradient(90deg, #167CF7 0%, #002067 100%);
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .customer_stories_container .customer_story_logos_container .customer_story_logos .logo_container .border-top {
    height: 6px;
    margin-bottom: 10px;
  }
}
.customer_stories_container .customer_story_logos_container .customer_story_logos .logo_container .logo {
  height: 60px;
  max-width: 70%;
  margin-bottom: 21px;
  filter: grayscale(1);
}
@media screen and (max-width: 767px) {
  .customer_stories_container .customer_story_logos_container .customer_story_logos .logo_container .logo {
    height: 30px;
    margin: 0 auto;
    max-width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .customer_stories_container .customer_story_logos_container .customer_story_logos .logo_container .logo {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .customer_stories_container .customer_story_logos_container .customer_story_logos .logo_container .logo {
    height: 35px;
    margin-bottom: 12px;
  }
}
.customer_stories_container .customer_story_logos_container .customer_story_logos .logo_container .logo.logo-medium img {
  display: inline-block;
  text-align: left;
  max-width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .customer_stories_container .customer_story_logos_container .customer_story_logos .logo_container .logo.logo-medium img {
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .customer_stories_container .customer_story_logos_container .customer_story_logos .logo_container .logo.logo-medium img {
    max-height: 35px;
    object-fit: fill;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .customer_stories_container .customer_story_logos_container .customer_story_logos .logo_container .logo.logo-medium img {
    object-fit: contain;
  }
}
.customer_stories_container .customer_story_logos_container .customer_story_logos .logo_container .logo img {
  width: auto;
  height: 100%;
  display: inline-block;
  text-align: left;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .customer_stories_container .customer_story_logos_container .customer_story_logos .logo_container .logo img {
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .customer_stories_container .customer_story_logos_container .customer_story_logos .logo_container .logo img {
    max-height: 35px;
  }
}
.customer_stories_container .customer_story_logos_container .customer_story_logos .logo_container .company_name {
  margin-bottom: 28px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .customer_stories_container .customer_story_logos_container .customer_story_logos .logo_container .company_name {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .customer_stories_container .customer_story_logos_container .customer_story_logos .logo_container .company_name {
    display: none;
  }
}
.customer_stories_container .customer_story_logos_container .customer_story_logos .logo_container .company_name p {
  font-family: "Gilroy-Bold", sans-serif;
  color: rgba(0, 32, 103, 0.5);
  font-size: 20px;
  line-height: 27px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .customer_stories_container .customer_story_logos_container .customer_story_logos .logo_container .company_name p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .customer_stories_container .customer_story_logos_container .customer_story_logos .logo_container .company_desc {
    display: none;
  }
}
.customer_stories_container .customer_story_logos_container .customer_story_logos .logo_container .company_desc p {
  color: rgba(5, 27, 71, 0.5);
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 20px;
  line-height: 27px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .customer_stories_container .customer_story_logos_container .customer_story_logos .logo_container .company_desc p {
    font-size: 12px;
    line-height: 16px;
  }
}

#slider-customers {
  width: 100%;
  background-color: white;
  padding-top: 104px;
  padding-bottom: 88px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #slider-customers {
    padding: 60px 40px;
    box-sizing: border-box;
  }
}
#slider-customers .sl-customer-title-box .sl-customer-title {
  display: block;
  text-align: center;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: -0.3px;
  color: #081644;
  padding-bottom: 20px;
}
#slider-customers .sl-customer-title-box .sl-customer-title.Normal {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  #slider-customers .sl-customer-title-box .sl-customer-title.Normal {
    font-size: 16px;
    line-height: 19px;
    padding: 0;
  }
}
@media screen and (max-width: 425px) {
  #slider-customers .sl-customer-title-box .sl-customer-title {
    font-size: 20px;
    line-height: 24px;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #slider-customers .sl-customer-title-box .sl-customer-title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  #slider-customers #slider-customer-home {
    display: none;
  }
}
#slider-customers #slider-customer-home .shadow-customer.left {
  height: 100%;
  width: 80px;
  z-index: 9;
  top: 0;
  position: absolute;
  background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
}
#slider-customers #slider-customer-home .shadow-customer.right {
  height: 100%;
  width: 80px;
  z-index: 9;
  top: 0;
  position: absolute;
  right: 0;
  background: -moz-linear-gradient(left, rgba(242, 247, 250, 0) 0%, white 100%);
  background: -webkit-linear-gradient(left, rgba(242, 247, 250, 0) 0%, white 100%);
  background: linear-gradient(to right, rgba(242, 247, 250, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00f2f7fa", endColorstr="#ffffff",GradientType=1 );
}
#slider-customers #slider-customer-home .bx-wrapper {
  margin: auto;
  text-align: center;
  max-width: 100% !important;
}
#slider-customers #slider-customer-home .bx-wrapper img {
  width: 100%;
}
#slider-customers #slider-customer-home-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  #slider-customers #slider-customer-home-mobile {
    display: block;
    padding-top: 0;
    overflow: hidden;
    width: 70%;
    margin: auto;
  }
}
#slider-customers #slider-customer-home-mobile ul li {
  width: 50%;
  text-align: center;
  float: left;
}
#slider-customers #slider-customer-home-mobile ul li img {
  width: 100%;
  height: auto;
  text-align: center;
  margin: auto;
}
#slider-customers .btn-container {
  text-align: center;
}
#slider-customers .btn-container.Hide {
  display: none;
}
#slider-customers .btn-container .seealcustomers {
  font-family: "Gilroy-Bold", sans-serif;
  letter-spacing: 0.3px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  margin-top: 42px;
}

.single-success-stories article .cards_container {
  padding-bottom: 25px !important;
}

.video_heading {
  display: block;
  position: relative;
}
.video_heading .heading_container {
  position: relative;
  min-height: 756px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .video_heading .heading_container {
    min-height: unset;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .video_heading .heading_container {
    min-height: unset;
  }
}
.video_heading .heading_container .video_background {
  width: 100%;
  height: 100%;
  min-height: 756px;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .video_heading .heading_container .video_background {
    min-height: unset;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .video_heading .heading_container .video_background {
    min-height: unset;
  }
}
.video_heading .heading_container .video_background video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.video_heading .heading_container .video_background .blue-overlay {
  height: 100%;
  min-height: 756px;
  background-color: #002067;
  opacity: 0.8;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .video_heading .heading_container .video_background .blue-overlay {
    min-height: unset;
  }
}
.video_heading .heading_container .heading_text_container {
  padding: 140px 0 145px;
}
@media screen and (max-width: 768px) {
  .video_heading .heading_container .heading_text_container {
    padding: 38px 64px 64px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .video_heading .heading_container .heading_text_container {
    padding: 65px 0 80px;
  }
}
.video_heading .heading_container .heading_text_container .heading_text .subtitle {
  margin-bottom: 16px;
}
.video_heading .heading_container .heading_text_container .heading_text .subtitle h2 {
  color: #017DF5;
  text-align: center;
  font-size: 24px;
  line-height: 29px;
  font-family: "Gilroy-Semibold", sans-serif;
}
@media screen and (max-width: 768px) {
  .video_heading .heading_container .heading_text_container .heading_text .subtitle h2 {
    font-size: 11px;
    line-height: 13px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .video_heading .heading_container .heading_text_container .heading_text .subtitle h2 {
    font-size: 12px;
  }
}
.video_heading .heading_container .heading_text_container .heading_text .heading {
  margin-bottom: 41px;
}
@media screen and (max-width: 768px) {
  .video_heading .heading_container .heading_text_container .heading_text .heading {
    margin-bottom: 17px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .video_heading .heading_container .heading_text_container .heading_text .heading {
    margin-bottom: 25px;
  }
}
.video_heading .heading_container .heading_text_container .heading_text .heading h1 {
  font-family: "Gilroy-Medium", sans-serif;
  color: white;
  font-size: 64px;
  line-height: 52px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .video_heading .heading_container .heading_text_container .heading_text .heading h1 {
    font-size: 24px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .video_heading .heading_container .heading_text_container .heading_text .heading h1 {
    font-size: 45px;
    line-height: 36px;
  }
}
.video_heading .heading_container .heading_text_container .heading_text .copy {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .video_heading .heading_container .heading_text_container .heading_text .copy {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .video_heading .heading_container .heading_text_container .heading_text .copy {
    margin-bottom: 23px;
  }
}
.video_heading .heading_container .heading_text_container .heading_text .copy p {
  max-width: 440px;
  font-size: 24px;
  line-height: 33px;
  color: white;
  font-family: "Gilroy-Regular", sans-serif;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .video_heading .heading_container .heading_text_container .heading_text .copy p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .video_heading .heading_container .heading_text_container .heading_text .copy p {
    font-size: 14px;
    line-height: 19px;
    max-width: 318px;
  }
}
.video_heading .heading_container .heading_text_container .heading_text .play_button .play_button_circle {
  cursor: pointer;
  border-radius: 100%;
  background-color: white;
  width: 89px;
  height: 89px;
  display: block;
  margin: auto;
  padding: 26px 0;
  box-sizing: border-box;
  transition: filter 0.5s ease;
}
@media screen and (max-width: 768px) {
  .video_heading .heading_container .heading_text_container .heading_text .play_button .play_button_circle {
    width: 45px;
    height: 45px;
    padding: 11px 0;
  }
}
.video_heading .heading_container .heading_text_container .heading_text .play_button .play_button_circle .play_button_icon {
  margin: auto;
  text-align: center;
}
.video_heading .heading_container .heading_text_container .heading_text .play_button .play_button_circle .play_button_icon svg, .video_heading .heading_container .heading_text_container .heading_text .play_button .play_button_circle .play_button_icon img {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .video_heading .heading_container .heading_text_container .heading_text .play_button .play_button_circle .play_button_icon svg, .video_heading .heading_container .heading_text_container .heading_text .play_button .play_button_circle .play_button_icon img {
    width: 19px;
    height: 24px;
    margin-left: 5px;
  }
}
.video_heading .heading_container .heading_text_container .heading_text .play_button .play_button_circle:hover {
  filter: brightness(1.5);
}
.video_heading .heading_container .heading_text_container .heading_text .header-video-container {
  transition: opacity 1.5s ease;
  display: none;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  padding: 100px 0;
}
@media screen and (max-width: 1023px) {
  .video_heading .heading_container .heading_text_container .heading_text .header-video-container {
    padding: 0;
    top: 50px;
    left: 0;
  }
}
.video_heading .heading_container .heading_text_container .heading_text .header-video-container .header-video-inner {
  width: 60%;
  margin: auto;
  padding: 65px 60px;
  background-color: white;
  position: relative;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1023px) {
  .video_heading .heading_container .heading_text_container .heading_text .header-video-container .header-video-inner {
    width: 85%;
    padding: 10px;
  }
}
.video_heading .heading_container .heading_text_container .heading_text .header-video-container .header-video-inner .close-video {
  position: absolute;
  border-radius: 100%;
  width: 84px;
  height: 84px;
  top: -40px;
  right: -40px;
  cursor: pointer;
  transition: filter 0.5s ease;
}
@media screen and (max-width: 767px) {
  .video_heading .heading_container .heading_text_container .heading_text .header-video-container .header-video-inner .close-video {
    width: 40px;
    height: 40px;
    z-index: 1;
    top: -20px;
    right: -4px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .video_heading .heading_container .heading_text_container .heading_text .header-video-container .header-video-inner .close-video {
    width: 40px;
    height: 40px;
    z-index: 1;
    top: -20px;
    right: -20px;
  }
}
.video_heading .heading_container .heading_text_container .heading_text .header-video-container .header-video-inner .close-video:hover {
  filter: brightness(1.5);
}
@media screen and (max-width: 1023px) {
  .video_heading .heading_container .heading_text_container .heading_text .header-video-container .header-video-inner .close-video img {
    width: 100%;
  }
}
.video_heading .bottom_curve {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.video_heading .bottom_curve .curve_container {
  position: relative;
  width: 100%;
  height: auto;
  bottom: -12px;
}
.video_heading .bottom_curve .curve_container svg, .video_heading .bottom_curve .curve_container img {
  width: 100%;
  height: auto;
}

.image_heading {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.image_heading .bottom_curve {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.image_heading .bottom_curve .curve_container {
  position: relative;
  width: 100%;
  height: auto;
  bottom: -12px;
}
@media screen and (max-width: 425px) {
  .image_heading .bottom_curve .curve_container {
    height: 117px;
    background-image: url("/wp-content/themes/tgroup/2021-assets/img/mobiletheadercurve.svg");
    background-size: cover;
    background-position: 50% 50%;
    bottom: 0;
  }
}
.image_heading .bottom_curve .curve_container svg, .image_heading .bottom_curve .curve_container img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 425px) {
  .image_heading .bottom_curve .curve_container svg, .image_heading .bottom_curve .curve_container img {
    display: none;
  }
}
.image_heading .heading_container {
  position: relative;
  min-height: 500px;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .image_heading .heading_container {
    min-height: unset;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .image_heading .heading_container {
    min-height: unset;
  }
}
.image_heading .heading_container .image_background {
  width: 100%;
  height: 100%;
  min-height: 500px;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .image_heading .heading_container .image_background {
    min-height: unset;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .image_heading .heading_container .image_background {
    min-height: unset;
  }
}
.image_heading .heading_container .image_background .image {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}
.image_heading .heading_container .image_background .blue-overlay {
  height: 100%;
  min-height: 500px;
  background-color: #002067;
  opacity: 0.5;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .image_heading .heading_container .image_background .blue-overlay {
    min-height: unset;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .image_heading .heading_container .image_background .blue-overlay {
    min-height: unset;
  }
}
.image_heading .heading_container .heading_text_container {
  padding: 100px 0;
}
@media (min-width: 425px) and (max-width: 1023px) {
  .image_heading .heading_container .heading_text_container {
    padding: 70px 0 100px;
  }
}
@media screen and (max-width: 425px) {
  .image_heading .heading_container .heading_text_container {
    padding: 45px 0 80px;
  }
}
.image_heading .heading_container .heading_text_container .heading_text {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .image_heading .heading_container .heading_text_container .heading_text {
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .image_heading .heading_container .heading_text_container .heading_text {
    width: 75%;
  }
}
.image_heading .heading_container .heading_text_container .heading_text .heading {
  margin-bottom: 40px;
  width: 100%;
}
@media screen and (max-width: 425px) {
  .image_heading .heading_container .heading_text_container .heading_text .heading {
    margin-bottom: 26px;
  }
}
@media (min-width: 425px) and (max-width: 1023px) {
  .image_heading .heading_container .heading_text_container .heading_text .heading {
    margin-bottom: 25px;
  }
}
.image_heading .heading_container .heading_text_container .heading_text .heading h1 {
  font-weight: 600;
  font-size: 62px;
  line-height: 100%;
  font-family: "Gilroy-Regular", sans-serif;
  color: white;
}
@media screen and (max-width: 1199px) {
  .image_heading .heading_container .heading_text_container .heading_text .heading h1 {
    font-size: 52px;
  }
}
@media (min-width: 425px) and (max-width: 1023px) {
  .image_heading .heading_container .heading_text_container .heading_text .heading h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 425px) {
  .image_heading .heading_container .heading_text_container .heading_text .heading h1 {
    font-size: 22px;
    line-height: 24px;
  }
}
.image_heading .heading_container .heading_text_container .heading_text .subtitle {
  width: 60%;
  font-size: 20px;
  line-height: 28px;
  color: white;
  font-family: "Gilroy-Regular", sans-serif;
}
@media screen and (max-width: 425px) {
  .image_heading .heading_container .heading_text_container .heading_text .subtitle {
    font-size: 14px;
    line-height: 18px;
    width: unset;
  }
}
@media (min-width: 425px) and (max-width: 1023px) {
  .image_heading .heading_container .heading_text_container .heading_text .subtitle {
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.28px;
  }
}
.image_heading .heading_container .heading_text_container .heading_text .button_container {
  display: flex;
  margin: 40px 0 80px;
}
@media (max-width: 768px) {
  .image_heading .heading_container .heading_text_container .heading_text .button_container {
    flex-direction: column;
  }
}
@media screen and (max-width: 1023px) {
  .image_heading .heading_container .heading_text_container .heading_text .button_container {
    margin: 20px 0 40px;
  }
}
.image_heading .heading_container .heading_text_container .heading_text .button_container .button_secondary {
  margin-left: 24px;
}
@media (max-width: 768px) {
  .image_heading .heading_container .heading_text_container .heading_text .button_container .button_secondary {
    margin-left: 0;
    margin-top: 24px;
  }
}

.image-heading-2 {
  margin-bottom: 0px;
  background-image: linear-gradient(to right, #002067 0%, #002067 80%, white 80%, white 100%);
}
@media (max-width: 1023px) {
  .image-heading-2 {
    margin-bottom: 0px;
  }
}
@media (max-width: 1023px) {
  .image-heading-2 {
    background-image: unset;
    background-color: #002067;
  }
}
.image-heading-2 .heading-wrap {
  padding: 90px 0 0;
}
@media (max-width: 1023px) {
  .image-heading-2 .heading-wrap {
    padding: 32px 30px;
  }
}
.image-heading-2 .heading-wrap .heading-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .image-heading-2 .heading-wrap .heading-inner {
    display: block;
  }
}
.image-heading-2 .heading-wrap .heading-inner .heading-copy-outer {
  min-height: 380px;
  height: fit-content;
  height: -moz-fit-content;
  /* Firefox */
  height: -webkit-fit-content;
  /* Chrome */
  width: 38%;
  margin: 0 90px 0 auto;
}
@media (min-width: 1024px) {
  .image-heading-2 .heading-wrap .heading-inner .heading-copy-outer {
    max-width: 530px;
  }
}
@media (max-width: 1023px) {
  .image-heading-2 .heading-wrap .heading-inner .heading-copy-outer {
    margin: unset;
    width: 100%;
    min-height: unset;
  }
}
.image-heading-2 .heading-wrap .heading-inner .heading-copy-outer .heading-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.image-heading-2 .heading-wrap .heading-inner .heading-copy-outer .heading-copy .subtitle {
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .image-heading-2 .heading-wrap .heading-inner .heading-copy-outer .heading-copy .subtitle {
    margin-bottom: 4px;
  }
}
.image-heading-2 .heading-wrap .heading-inner .heading-copy-outer .heading-copy .subtitle span {
  color: #FF5749;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
  font-family: "Gilroy-Semibold", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .image-heading-2 .heading-wrap .heading-inner .heading-copy-outer .heading-copy .subtitle span {
    font-size: 12px;
    line-height: 24px;
  }
}
.image-heading-2 .heading-wrap .heading-inner .heading-copy-outer .heading-copy .title {
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .image-heading-2 .heading-wrap .heading-inner .heading-copy-outer .heading-copy .title {
    margin-bottom: 4px;
  }
}
.image-heading-2 .heading-wrap .heading-inner .heading-copy-outer .heading-copy .title h1 {
  font-family: "Gilroy-Semibold", sans-serif;
  color: white;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: 0.3px;
}
@media (max-width: 1023px) {
  .image-heading-2 .heading-wrap .heading-inner .heading-copy-outer .heading-copy .title h1 {
    font-size: 24px;
    line-height: 36px;
  }
}
.image-heading-2 .heading-wrap .heading-inner .heading-copy-outer .heading-copy .blurb {
  margin-bottom: 24px;
}
.image-heading-2 .heading-wrap .heading-inner .heading-copy-outer .heading-copy .blurb span {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: white;
}
@media (max-width: 1023px) {
  .image-heading-2 .heading-wrap .heading-inner .heading-copy-outer .heading-copy .blurb span {
    font-size: 16px;
  }
}
.image-heading-2 .heading-wrap .heading-inner .heading-copy-outer .heading-copy .download {
  display: block;
  margin-bottom: 56px;
}
@media (max-width: 1023px) {
  .image-heading-2 .heading-wrap .heading-inner .heading-copy-outer .heading-copy .download {
    margin-bottom: unset;
    margin: 0 auto;
  }
}
.image-heading-2 .heading-wrap .heading-inner .heading-copy-outer .heading-copy .download .download-btn {
  background-color: white;
  width: fit-content;
  width: -moz-fit-content;
  /* Firefox */
  width: -webkit-fit-content;
  /* Chrome */
  box-sizing: border-box;
  padding: 19px 41px;
  text-transform: uppercase;
  color: #002067;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.5px;
  font-family: "Gilroy-Semibold", sans-serif;
  display: block;
  cursor: pointer;
}
.image-heading-2 .heading-wrap .heading-inner .heading-img {
  width: 50%;
  height: 100%;
  display: block;
}
@media (max-width: 1023px) {
  .image-heading-2 .heading-wrap .heading-inner .heading-img {
    display: none;
  }
}
.image-heading-2 .heading-wrap .heading-inner .heading-img .img-inner {
  width: 100%;
  height: 100%;
  display: block;
  min-height: 500px;
  background-size: cover;
  background-position: center;
}

.page-template-template-resources .minimal_heading .heading_inner {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
  border-bottom: solid 2px #DFE6EE;
  padding: 80px 0 32px;
}
@media (max-width: 768px) {
  .page-template-template-resources .minimal_heading .heading_inner {
    padding: 18px 0 16px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .page-template-template-resources .minimal_heading .heading_inner {
    width: 100%;
    max-width: unset;
    margin: 0 24px;
  }
}
.page-template-template-resources .minimal_heading .heading_inner h1 {
  font-size: 40px;
  color: #002067;
  line-height: 46px;
  font-family: "Gilroy-Semibold", sans-serif;
}
@media (max-width: 768px) {
  .page-template-template-resources .minimal_heading .heading_inner h1 {
    font-size: 24px;
    line-height: 36px;
  }
}

.page-template-template-landing-french .customer_stories_container .customer_story_logos_container {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 0 40px;
}

/*Page Components*/
.cards_container {
  padding: 100px 0 71px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cards_container {
    padding: 0 0 60px;
  }
}
.cards_container.Grey {
  background-color: #F2F6F9;
}
.cards_container.resource_cards {
  background-color: #F2F6F9;
}
.cards_container.news_cards {
  background-color: #F2F6F9;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .cards_container {
    padding: 20px 0 50px !important;
  }
}
.cards_container .container_outer {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
}
.cards_container .container_outer .cards_title_container {
  margin-bottom: 53px;
}
@media screen and (max-width: 768px) {
  .cards_container .container_outer .cards_title_container {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cards_container .container_outer .cards_title_container {
    margin-bottom: 36px;
  }
}
.cards_container .container_outer .cards_title_container .title {
  width: fit-content;
  width: -moz-fit-content;
  /* Firefox */
  width: -webkit-fit-content;
  /* Chrome */
}
.cards_container .container_outer .cards_title_container .title h2 {
  font-size: 32px;
  color: #002067;
  font-family: "Gilroy-Semibold", sans-serif;
  display: inline-block;
  padding: 0 0 15px 27.5px;
}
@media screen and (max-width: 768px) {
  .cards_container .container_outer .cards_title_container .title h2 {
    font-size: 20px;
    padding: 0 0 4px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cards_container .container_outer .cards_title_container .title h2 {
    font-size: 24px;
    padding: 0 0 6px 0;
  }
}
.cards_container .container_outer .cards_title_container .title .title-underline {
  display: block;
  height: 3px;
  width: 100%;
  background-image: linear-gradient(to right, #FF5749 0%, rgba(255, 255, 255, 0.35) 100%);
}
@media screen and (max-width: 768px) {
  .cards_container .container_outer .cards_title_container .title .title-underline {
    height: 2px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cards_container .container_outer .cards_title_container .title .title-underline {
    height: 3px;
  }
}
.cards_container .container_outer .cards_outer_container {
  justify-content: space-between;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .cards_container .container_outer .cards_outer_container {
    max-width: 90%;
    margin: 0 auto;
    padding: unset;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cards_container .container_outer .cards_outer_container {
    max-width: 110%;
    margin: 0 -10% 0 auto;
    padding: unset;
  }
}
.cards_container .container_outer .cards_outer_container .card_container {
  transition: transform 0.5s ease;
  min-width: 250px;
}
.cards_container .container_outer .cards_outer_container .card_container:hover {
  transform: translateY(-10px);
}
.cards_container .container_outer .cards_outer_container .card_container .card_inner {
  background: white;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  width: 95%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .cards_container .container_outer .cards_outer_container .card_container .card_inner {
    width: 100%;
  }
}
.cards_container .container_outer .cards_outer_container .card_container .card_inner .image_container .resource_image {
  background-size: cover;
  background-position: center;
  display: block;
}
.cards_container .container_outer .cards_outer_container .card_container .card_inner .image_container .resource_image.Medium {
  height: 249px;
}
.cards_container .container_outer .cards_outer_container .card_container .card_inner .image_container .resource_image.Large {
  height: 377px;
}
.cards_container .container_outer .cards_outer_container .card_container .card_inner .image_container .resource_image.Small {
  height: 160px;
}
.cards_container .container_outer .cards_outer_container .card_container .card_inner .image_container.image_visibility_false {
  display: none;
}
.cards_container .container_outer .cards_outer_container .card_container .card_inner .card_text_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
.cards_container .container_outer .cards_outer_container .card_container .card_inner .card_text_container .card_copy .content_type {
  margin-bottom: 10px;
}
.cards_container .container_outer .cards_outer_container .card_container .card_inner .card_text_container .card_copy .content_type .type p {
  color: #FF5749;
  font-size: 14px;
  line-height: 19px;
  font-family: "Gilroy-Semibold", sans-serif;
  text-transform: uppercase;
}
.cards_container .container_outer .cards_outer_container .card_container .card_inner .card_text_container .card_copy .content_type.date_visibility_false .date {
  display: none;
}
.cards_container .container_outer .cards_outer_container .card_container .card_inner .card_text_container .card_copy .content_type.date_visibility_1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.cards_container .container_outer .cards_outer_container .card_container .card_inner .card_text_container .card_copy .content_type.date_visibility_1 .date {
  border-right: solid 1px #ECF0F5;
  padding: 0 32px 0 0;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cards_container .container_outer .cards_outer_container .card_container .card_inner .card_text_container .card_copy .content_type.date_visibility_1 .date {
    width: fit-content;
    width: -moz-fit-content;
    /* Firefox */
    width: -webkit-fit-content;
    /* Chrome */
    text-align: left;
  }
}
.cards_container .container_outer .cards_outer_container .card_container .card_inner .card_text_container .card_copy .content_type.date_visibility_1 .date .date_month {
  font-family: "Gilroy-Bold", sans-serif;
  color: #081644;
  font-size: 16px;
  line-height: 19px;
}
.cards_container .container_outer .cards_outer_container .card_container .card_inner .card_text_container .card_copy .content_type.date_visibility_1 .date .date_day {
  font-family: "Gilroy-Bold", sans-serif;
  color: #081644;
  font-size: 24px;
  line-height: 29px;
}
.cards_container .container_outer .cards_outer_container .card_container .card_inner .card_text_container .card_copy .content_type.date_visibility_1 .type {
  width: 50%;
  padding-left: 15px;
}
.cards_container .container_outer .cards_outer_container .card_container .card_inner .card_text_container .card_copy .content_type.date_visibility_1 .type p {
  color: #FF5749;
  font-size: 14px;
  line-height: 19px;
  font-family: "Gilroy-Semibold", sans-serif;
}
@media screen and (max-width: 768px) {
  .cards_container .container_outer .cards_outer_container .card_container .card_inner .card_text_container .card_copy .content_type.date_visibility_1 .type p {
    font-size: 12px;
    line-height: 26px;
  }
}
.cards_container .container_outer .cards_outer_container .card_container .card_inner .card_text_container .card_copy .content_title {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .cards_container .container_outer .cards_outer_container .card_container .card_inner .card_text_container .card_copy .content_title {
    margin-bottom: 20px;
  }
}
.cards_container .container_outer .cards_outer_container .card_container .card_inner .card_text_container .card_copy .content_title p {
  font-size: 16px;
  font-family: "Gilroy-Bold", sans-serif;
  color: #002067;
  line-height: 24px;
  letter-spacing: 0.3px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .cards_container .container_outer .cards_outer_container .card_container .card_inner .card_text_container .card_copy .content_title p {
    font-size: 18px;
    line-height: 24px;
  }
}
.cards_container .container_outer .cards_outer_container .card_container .card_inner .card_text_container .card_copy .content_blurb {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .cards_container .container_outer .cards_outer_container .card_container .card_inner .card_text_container .card_copy .content_blurb {
    margin-bottom: 40px;
  }
}
.cards_container .container_outer .cards_outer_container .card_container .card_inner .card_text_container .card_copy .content_blurb p {
  font-size: 14px;
  color: #999999;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .cards_container .container_outer .cards_outer_container .card_container .card_inner .card_text_container .card_copy .content_blurb p {
    font-size: 17px;
    line-height: 25px;
  }
}
.cards_container .container_outer .cards_outer_container .card_container .card_inner .card_text_container .card_link a {
  display: flex;
  text-transform: uppercase;
}
.cards_container .container_outer .cards_outer_container .card_container .card_inner .card_text_container .card_link a .arrow {
  margin-left: 10px;
}
.cards_container .container_outer .cards_outer_container .card_container .card_inner .card_text_container .card_link.textlength a {
  justify-content: flex-start;
}
.cards_container .container_outer .cards_outer_container .card_container .card_inner .card_text_container .card_link.fullwidth a {
  justify-content: space-between;
}
.cards_container .container_outer .cards_outer_container.multirow .cards_inner_container {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-row-gap: 60px;
}
@media screen and (max-width: 768px) {
  .cards_container .container_outer .cards_outer_container.multirow .cards_inner_container {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cards_container .container_outer .cards_outer_container.multirow .cards_inner_container {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-row-gap: 40px;
  }
}
.cards_container .container_outer .cards_outer_container.carousel .carousel_true .slick-list {
  padding-top: 10px;
}
.cards_container .container_outer .cards_outer_container.carousel .carousel_true .slick-list .slick-track {
  display: flex;
  align-items: stretch;
}
.cards_container .container_outer .cards_outer_container.carousel .carousel_true .slick-list .slick-track .card_container {
  flex-grow: 1;
  flex-basis: 0;
  align-items: stretch;
  height: auto;
  margin-left: 25px;
}
.cards_container .container_outer .cards_outer_container.carousel .carousel_true .slick-list .slick-track .card_container .card_inner .card_text_container {
  min-height: 250px;
  max-width: 368px;
}
.cards_container .container_outer .cards_outer_container.carousel .carousel_true .slick-arrow {
  display: none;
}
.cards_container .container_outer .cards_outer_container.carousel .carousel_true .slick-prev {
  position: absolute;
  left: -58px;
  top: 45%;
  border: 0;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/tgroup/assets/images/icons/resource-left@2x.png);
  width: 53px;
  height: 53px;
  box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cards_container .container_outer .cards_outer_container.carousel .carousel_true .slick-prev {
    display: none !important;
  }
}
.cards_container .container_outer .cards_outer_container.carousel .carousel_true .slick-next {
  position: absolute;
  right: -58px;
  top: 45%;
  border: 0;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/tgroup/assets/images/icons/resource-right@2x.png);
  width: 53px;
  height: 53px;
  box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cards_container .container_outer .cards_outer_container.carousel .carousel_true .slick-next {
    display: none !important;
  }
}
.cards_container .container_outer .cards_outer_container.singlerow .cards_inner_container {
  display: flex;
}
@media (min-width: 1023px) and (max-width: 1199px) {
  .cards_container .container_outer .cards_outer_container.singlerow .cards_inner_container {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-row-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .cards_container .container_outer .cards_outer_container.singlerow .cards_inner_container {
    flex-direction: column;
  }
}
.cards_container .container_outer .cards_outer_container.singlerow .cards_inner_container .card_container {
  flex-grow: 1;
  flex-basis: 0;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .cards_container .container_outer .cards_outer_container.singlerow .cards_inner_container .card_container {
    margin-bottom: 22px;
  }
}
.cards_container .container_outer .cards_outer_container.singlerow .cards_inner_container .card_container .card_inner {
  width: 96%;
}
.cards_container .container_outer .cards_container {
  padding: 100px 0 71px;
}
.cards_container .container_outer .cards_container.Grey {
  background-color: #F2F6F9;
}
.cards_container .container_outer .cards_container.resource_cards {
  background-color: #F2F6F9;
}
.cards_container .container_outer .cards_container.news_cards {
  background-color: #F2F6F9;
  padding-bottom: 223px;
}
@media screen and (max-width: 768px) {
  .cards_container .container_outer .cards_container {
    padding: 20px 0 50px !important;
  }
}
.cards_container .container_outer .cards_container .container_outer {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
}
.cards_container .container_outer .cards_container .container_outer .cards_title_container {
  margin-bottom: 53px;
}
@media screen and (max-width: 768px) {
  .cards_container .container_outer .cards_container .container_outer .cards_title_container {
    margin-bottom: 20px;
  }
}
.cards_container .container_outer .cards_container .container_outer .cards_title_container .title {
  width: fit-content;
  width: -moz-fit-content;
  /* Firefox */
  width: -webkit-fit-content;
  /* Chrome */
}
.cards_container .container_outer .cards_container .container_outer .cards_title_container .title h2 {
  font-size: 32px;
  color: #002067;
  font-family: "Gilroy-Semibold", sans-serif;
  display: inline-block;
  padding: 0 0 15px 26px;
}
@media screen and (max-width: 768px) {
  .cards_container .container_outer .cards_container .container_outer .cards_title_container .title h2 {
    font-size: 20px;
    padding: 0 0 4px 0;
  }
}
.cards_container .container_outer .cards_container .container_outer .cards_title_container .title .title-underline {
  display: block;
  height: 3px;
  width: 100%;
  background-image: linear-gradient(to right, #FF5749 0%, rgba(255, 255, 255, 0.35) 100%);
}
@media screen and (max-width: 768px) {
  .cards_container .container_outer .cards_container .container_outer .cards_title_container .title .title-underline {
    height: 2px;
  }
}

.single-success-stories #cardInnerContainer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
@media screen and (max-width: 1200px) {
  .single-success-stories #cardInnerContainer {
    overflow: scroll;
  }
}

.page_content {
  padding: 80px 0 80px;
}
@media screen and (max-width: 425px) {
  .page_content {
    padding: 30px 60px 60px;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .page_content {
    padding: 30px 60px 60px;
  }
}
.page_content .page_content_inner {
  max-width: 911px;
  width: 65%;
  margin: 0 auto;
  color: #999;
  font-family: "Gilroy-Regular", sans-serif;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 425px) {
  .page_content .page_content_inner {
    width: unset;
    max-width: unset;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .page_content .page_content_inner {
    width: unset;
    max-width: unset;
  }
}
.page_content .page_content_inner h2 {
  margin: 60px auto 0 !important;
  font-size: 24px;
  line-height: 32px;
  color: #002067;
  border-top: 1px solid #99A6C2;
  padding: 0 !important;
  font-family: "Gilroy-Semibold";
  letter-spacing: normal;
}
.page_content .page_content_inner p {
  color: #999;
  font-size: 20px;
  line-height: 28px;
  font-family: "Gilroy-Regular", sans-serif;
}
@media screen and (max-width: 425px) {
  .page_content .page_content_inner p {
    font-size: 14px;
    line-height: 19px;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .page_content .page_content_inner p {
    font-size: 14px;
    line-height: 19px;
  }
}
.page_content .page_content_inner strong {
  font-family: "Gilroy-Bold", sans-serif;
}
.page_content .page_content_inner ul {
  padding: 0;
  margin-top: 24px;
}
.page_content .page_content_inner ul li {
  position: relative;
  margin: 0 0 24px;
  list-style-type: none;
  color: #999;
  font-size: 20px;
  line-height: 28px;
  font-family: "Gilroy-Regular", sans-serif;
  padding-left: 2em !important;
  text-indent: 0;
  text-align: left;
}
.page_content .page_content_inner ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #FF5749;
  position: absolute;
  left: 0;
  top: 9px;
  margin: 0;
  display: block;
}
.page_content .page_content_inner .industries_cc ul {
  padding: 0;
  margin-top: 24px;
}
.page_content .page_content_inner .industries_cc ul li {
  position: relative;
  margin: 0 0 24px;
  list-style-type: none;
  color: #999;
  font-size: 20px;
  line-height: 28px;
  font-family: "Gilroy-Regular", sans-serif;
  padding-left: 2em !important;
  text-indent: 0;
  text-align: left;
}
.page_content .page_content_inner .industries_cc ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #FF5749;
  position: absolute;
  left: 0;
  top: 9px;
  margin: 0;
  display: block;
}
.page_content .page_content_inner .i_content {
  text-align: left;
}
.page_content .page_content_inner .i_content h2 {
  margin: 60px auto 0 !important;
  font-size: 24px;
  line-height: 32px;
  color: #002067;
  border-top: 1px solid #99A6C2;
  padding: 0 !important;
  font-family: "Gilroy-Semibold";
  letter-spacing: normal;
}
.page_content .page_content_inner .i_content h2:before {
  margin: -4px -141px 50px 0 !important;
  display: block;
  content: "";
  background: #ff6253;
  height: 4px;
  width: 48px;
}
.page_content .page_content_inner .i_content .industries_cc {
  width: unset;
  margin: 0 auto !important;
  font-size: 17px;
  line-height: 28px;
  color: #3f4a5b;
}
.page_content .page_content_inner .i_content .industries_cc p {
  margin: 24px auto 0;
  max-width: unset;
  width: unset;
  font-size: 17px;
  line-height: 28px;
  color: #3f4a5b;
  padding: 0 0 12px;
}
.page_content .page_content_inner .i_content .industries_cc ul {
  padding: 0;
}
.page_content .page_content_inner .i_content .industries_cc ul li {
  position: relative;
  margin: 0 0 24px;
  color: #3f4a5b;
  font-size: 17px;
  list-style-type: none;
  font-family: "Gilroy-Regular";
  line-height: 28px;
  padding-left: 2em !important;
  text-indent: 0px;
}
.page_content .page_content_inner .i_content .industries_cc ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #FF5749;
  position: absolute;
  left: 0;
  top: 9px;
  margin: 0;
  display: block;
}

.alternating_content_blocks .blocks_outer {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 425px) {
  .alternating_content_blocks .blocks_outer {
    width: unset;
    padding: 0 30px;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .alternating_content_blocks .blocks_outer {
    width: unset;
    padding: 0 30px;
  }
}
.alternating_content_blocks .blocks_outer .blocks_wrapper {
  margin: 27px auto 0;
  width: 100%;
}
@media (min-width: 425px) and (max-width: 767px) {
  .alternating_content_blocks .blocks_outer .blocks_wrapper {
    width: 100%;
    margin: 30px auto;
  }
}
@media screen and (max-width: 425px) {
  .alternating_content_blocks .blocks_outer .blocks_wrapper {
    width: 100%;
    margin: 30px auto;
  }
}
.alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container {
  margin-bottom: 100px;
}
.alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container:last-child {
  margin-bottom: 0;
}
.alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container:last-child .border_outer {
  display: none;
}
.alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container.alt_block_single_container-program {
  margin-bottom: 10px;
}
.alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container.alt_block_single_container-program .single_alt_block {
  align-items: center;
}
.alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container.alt_block_single_container-program .single_alt_block .text_half .text_wrap p {
  font-size: 17px;
  line-height: 25px;
}
@media screen and (max-width: 425px) {
  .alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container {
    margin-bottom: 40px;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container {
    margin-bottom: 40px;
  }
}
.alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container .single_alt_block {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media screen and (max-width: 425px) {
  .alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container .single_alt_block {
    flex-direction: column !important;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container .single_alt_block {
    flex-direction: column !important;
  }
}
.alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container .single_alt_block .image_half {
  min-width: 420px;
}
@media screen and (max-width: 425px) {
  .alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container .single_alt_block .image_half {
    min-width: unset;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container .single_alt_block .image_half {
    min-width: unset;
    width: 100%;
    margin-bottom: 20px;
  }
}
.alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container .single_alt_block .image_half.image_half-small {
  min-width: 450px;
  width: unset;
  height: unset;
}
@media screen and (max-width: 425px) {
  .alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container .single_alt_block .image_half.image_half-small {
    min-width: unset;
    width: 100%;
    margin-bottom: 20px;
    height: 360px;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container .single_alt_block .image_half.image_half-small {
    min-width: unset;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container .single_alt_block .image_half.image_half-small {
    min-width: 50%;
    width: 50%;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container .single_alt_block .image_half.image_half-small {
    min-width: 50%;
    width: 50%;
  }
}
.alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container .single_alt_block .image_half.image_half-small .image_wrap {
  max-width: 354px;
  height: 354px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container .single_alt_block .image_half.image_half-small .image_wrap {
    height: 280px;
    width: 320px;
  }
}
@media screen and (max-width: 425px) {
  .alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container .single_alt_block .image_half.image_half-small .image_wrap {
    height: 360px !important;
  }
}
@media screen and (max-width: 425px) {
  .alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container .single_alt_block .image_half.image_half-small .image_wrap img {
    height: 100%;
    object-fit: cover;
  }
}
.alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container .single_alt_block .image_half .image_wrap {
  height: 354px;
  width: 90%;
  display: inline-block;
  max-width: 354px;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container .single_alt_block .image_half .image_wrap {
    background-image: none !important;
    height: unset !important;
    width: unset !important;
  }
}
.alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container .single_alt_block .image_half .image_wrap img {
  width: 94%;
  display: none;
}
@media screen and (max-width: 425px) {
  .alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container .single_alt_block .image_half .image_wrap img {
    width: 100%;
    display: block;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container .single_alt_block .image_half .image_wrap img {
    width: 100%;
    display: block;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container .single_alt_block .text_half {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 425px) {
  .alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container .single_alt_block .text_half {
    width: 100%;
    margin: 0 auto;
  }
}
.alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container .single_alt_block .text_half .text_wrap.text_wrap-solutions h2 {
  font-size: 40px !important;
  line-height: 46px !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container .single_alt_block .text_half .text_wrap.text_wrap-solutions h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container .single_alt_block .text_half .text_wrap.text_wrap-solutions .learn-more {
  text-transform: uppercase;
}
.alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container .single_alt_block .text_half .text_wrap h2 {
  font-size: 28px;
  font-family: "Gilroy-Semibold", sans-serif;
  line-height: 38px;
  color: #002067 !important;
  margin-bottom: 25px;
}
@media screen and (max-width: 425px) {
  .alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container .single_alt_block .text_half .text_wrap h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container .single_alt_block .text_half .text_wrap h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
.alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container .single_alt_block .text_half .text_wrap p {
  font-size: 20px;
  color: #999;
  font-family: "Gilroy-Regular", sans-serif;
  line-height: 28px;
}
@media screen and (max-width: 425px) {
  .alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container .single_alt_block .text_half .text_wrap p {
    font-size: 14px;
    line-height: 19px;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container .single_alt_block .text_half .text_wrap p {
    font-size: 14px;
    line-height: 19px;
  }
}
.alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container:nth-child(even) .single_alt_block {
  flex-direction: row-reverse;
}
.alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container:nth-child(even) .single_alt_block .image_half {
  text-align: right;
}
.alternating_content_blocks .blocks_outer .blocks_wrapper .alt_block_single_container:nth-child(even) .single_alt_block .image_half .image_wrap {
  text-align: right;
}

.alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block.photo_block .quote_block_wrap {
  padding: 65px 0 70px;
  position: relative;
}
@media screen and (max-width: 425px) {
  .alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block.photo_block .quote_block_wrap {
    padding-bottom: 0;
  }
}
@media (min-width: 425px) and (max-width: 768px) {
  .alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block.photo_block .quote_block_wrap {
    padding-bottom: 0;
  }
}
.alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block.photo_block .quote_block_wrap .quote_inner {
  width: 80%;
}
.alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block.photo_block .quote_block_wrap .quote_inner .quote_image_side {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 425px) {
  .alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block.photo_block .quote_block_wrap .quote_inner .quote_image_side {
    position: unset;
    width: 100vw;
    height: 250px;
  }
}
@media (min-width: 425px) and (max-width: 768px) {
  .alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block.photo_block .quote_block_wrap .quote_inner .quote_image_side {
    position: unset;
    width: 100vw;
    height: 400px;
  }
}
.alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block.photo_block .quote_block_wrap .quote_inner .quote_image_side .image_container {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap {
  background-color: rgba(242, 246, 249, 0.72);
  padding: 65px 0 70px;
  margin-bottom: 30px;
}
@media screen and (max-width: 425px) {
  .alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap {
    padding: 45px 50px 25px;
  }
}
@media (min-width: 425px) and (max-width: 768px) {
  .alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap {
    padding: 45px 50px 25px;
  }
}
.alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 425px) {
  .alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner {
    flex-direction: column;
    width: unset;
  }
}
@media (min-width: 425px) and (max-width: 768px) {
  .alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner {
    flex-direction: column;
    width: unset;
  }
}
.alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner .quote_side {
  width: 39%;
}
@media screen and (max-width: 425px) {
  .alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner .quote_side {
    width: unset;
    padding-bottom: 30px;
  }
}
@media (min-width: 425px) and (max-width: 768px) {
  .alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner .quote_side {
    width: unset;
    padding-bottom: 30px;
  }
}
.alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner .quote_side .quote_content .logo_wrap {
  margin-bottom: 30px;
}
@media screen and (max-width: 425px) {
  .alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner .quote_side .quote_content .logo_wrap {
    margin-bottom: 24px;
    width: 75%;
  }
}
@media (min-width: 425px) and (max-width: 768px) {
  .alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner .quote_side .quote_content .logo_wrap {
    margin-bottom: 24px;
    width: 75%;
  }
}
@media screen and (max-width: 425px) {
  .alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner .quote_side .quote_content .logo_wrap img {
    width: auto;
    max-height: 72px;
    max-width: 240px;
  }
}
@media (min-width: 425px) and (max-width: 768px) {
  .alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner .quote_side .quote_content .logo_wrap img {
    width: auto;
    max-height: 72px;
    max-width: 240px;
  }
}
.alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner .quote_side .quote_content .quote_text_wrap {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 425px) {
  .alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner .quote_side .quote_content .quote_text_wrap {
    width: unset;
    margin-bottom: 10px;
  }
}
@media (min-width: 425px) and (max-width: 768px) {
  .alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner .quote_side .quote_content .quote_text_wrap {
    width: unset;
    margin-bottom: 10px;
  }
}
.alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner .quote_side .quote_content .quote_text_wrap .quote_text p {
  color: #999;
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 20px;
  line-height: 28px;
}
@media screen and (max-width: 425px) {
  .alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner .quote_side .quote_content .quote_text_wrap .quote_text p {
    font-size: 14px;
    line-height: 19px;
  }
}
@media (min-width: 425px) and (max-width: 768px) {
  .alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner .quote_side .quote_content .quote_text_wrap .quote_text p {
    font-size: 14px;
    line-height: 19px;
  }
}
.alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner .quote_side .quote_content .quote_text_wrap .quote_text p br {
  display: none;
}
.alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner .quote_side .quote_content .quote_text_wrap .quote_text p:before {
  content: "";
  background-image: url("/wp-content/themes/tgroup/2021-assets/icons/quote-left.svg");
  display: block;
  width: 29px;
  height: 23px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -8px;
  left: -36px;
}
@media screen and (max-width: 425px) {
  .alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner .quote_side .quote_content .quote_text_wrap .quote_text p:before {
    width: 22px;
    height: 17px;
    left: -25px;
  }
}
@media (min-width: 425px) and (max-width: 768px) {
  .alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner .quote_side .quote_content .quote_text_wrap .quote_text p:before {
    width: 22px;
    height: 17px;
    left: -25px;
  }
}
.alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner .quote_side .quote_content .quote_text_wrap .quote_text p:after {
  content: "";
  background-image: url("/wp-content/themes/tgroup/2021-assets/icons/quote_right.svg");
  display: inline-block;
  width: 29px;
  height: 23px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 425px) {
  .alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner .quote_side .quote_content .quote_text_wrap .quote_text p:after {
    width: 22px;
    height: 17px;
    right: 0;
  }
}
@media (min-width: 425px) and (max-width: 768px) {
  .alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner .quote_side .quote_content .quote_text_wrap .quote_text p:after {
    width: 22px;
    height: 17px;
    right: 0;
  }
}
.alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner .quote_side .quote_content .quote_source {
  margin-bottom: 20px;
  width: 80%;
}
@media screen and (max-width: 425px) {
  .alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner .quote_side .quote_content .quote_source {
    margin-bottom: 30px;
    width: unset;
  }
}
@media (min-width: 425px) and (max-width: 768px) {
  .alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner .quote_side .quote_content .quote_source {
    margin-bottom: 30px;
    width: unset;
  }
}
.alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner .quote_side .quote_content .quote_source p {
  color: #FF5749;
  font-family: "Gilroy-Semibold", sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media screen and (max-width: 425px) {
  .alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner .quote_side .quote_content .quote_source p {
    font-size: 11px;
    line-height: 14px;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner .quote_side .quote_content .quote_source p {
    font-size: 11px;
    line-height: 14px;
  }
}
.alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner .quote_points_side {
  width: 48%;
  height: fit-content;
}
@media screen and (max-width: 425px) {
  .alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner .quote_points_side {
    width: unset;
  }
}
@media (min-width: 425px) and (max-width: 768px) {
  .alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner .quote_points_side {
    width: 100%;
  }
}
.alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner .quote_points_side .points_list li {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 28px;
  color: #081644;
  font-family: "Gilroy-Regular", sans-serif;
  position: relative;
}
@media (min-width: 767px) and (max-width: 1023px) {
  .alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner .quote_points_side .points_list li {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 15px 15px;
  }
}
@media screen and (max-width: 767px) {
  .alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner .quote_points_side .points_list li {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 15px 15px;
  }
}
.alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner .quote_points_side .points_list li:before {
  content: "";
  background-color: #FF5749;
  display: block;
  border-radius: 100%;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 8.5px;
  left: -14px;
}
@media (min-width: 767px) and (max-width: 1023px) {
  .alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner .quote_points_side .points_list li:before {
    width: 5px;
    height: 5px;
    top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner .quote_points_side .points_list li:before {
    width: 5px;
    height: 5px;
    top: 4.7px;
  }
}
@media (max-width: 767px) {
  .alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner .quote_points_side .mobile_button {
    display: block;
    margin: 30px auto;
    width: fit-content;
    width: -moz-fit-content;
    /* Firefox */
    width: -webkit-fit-content;
    /* Chrome */
  }
}
.alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner .quote_button_wrap {
  text-align: center;
  margin-bottom: 40px;
  display: none;
}
@media (min-width: 1024px) {
  .alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner .quote_button_wrap.desktop_button {
    display: inline-block;
  }
}
@media (max-width: 1023px) {
  .alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block .quote_block_wrap .quote_inner .quote_button_wrap.mobile_button {
    display: inline-block;
  }
}
.alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block:nth-child(even) .border_outer .border {
  flex-direction: row-reverse;
}
.alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block:nth-child(even) .quote_block_wrap .quote_inner {
  flex-direction: row-reverse;
}
@media screen and (max-width: 425px) {
  .alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block:nth-child(even) .quote_block_wrap .quote_inner {
    flex-direction: column;
  }
}
@media (min-width: 425px) and (max-width: 768px) {
  .alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block:nth-child(even) .quote_block_wrap .quote_inner {
    flex-direction: column;
  }
}
.alt_quote_blocks .alt_quote_blocks_wrapper .single_quote_block:nth-child(even) .quote_block_wrap .quote_inner .quote_image_side {
  left: 0;
  right: unset;
}

.software_blocks {
  width: 90%;
  max-width: 1920px;
  margin: 100px auto;
}
@media screen and (max-width: 425px) {
  .software_blocks {
    width: unset;
    padding: 0 30px;
    margin: 0 auto;
  }
}
@media (min-width: 425px) and (max-width: 768px) {
  .software_blocks {
    width: unset;
    padding: 0 30px;
    margin: 0 auto;
  }
}
.software_blocks .blocks_outer_wrapper {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 425px) {
  .software_blocks .blocks_outer_wrapper {
    width: unset;
    padding: 10px 0;
  }
}
@media (min-width: 425px) and (max-width: 768px) {
  .software_blocks .blocks_outer_wrapper {
    width: unset;
    padding: 10px 0;
  }
}
.software_blocks .blocks_outer_wrapper .blocks_inner_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}
@media screen and (max-width: 425px) {
  .software_blocks .blocks_outer_wrapper .blocks_inner_wrapper {
    display: flex;
    flex-direction: column;
    grid-column-gap: unset;
    grid-row-gap: unset;
  }
}
@media (min-width: 425px) and (max-width: 768px) {
  .software_blocks .blocks_outer_wrapper .blocks_inner_wrapper {
    display: flex;
    flex-direction: column;
    grid-column-gap: unset;
    grid-row-gap: unset;
  }
}
.software_blocks .blocks_outer_wrapper .blocks_inner_wrapper .single_feat_block {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  background-color: #F2F6F9;
  padding: 30px 52px;
  min-height: 370px;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 425px) {
  .software_blocks .blocks_outer_wrapper .blocks_inner_wrapper .single_feat_block {
    min-height: unset;
    padding: 30px 25px;
    margin-bottom: 40px;
  }
}
@media (min-width: 425px) and (max-width: 768px) {
  .software_blocks .blocks_outer_wrapper .blocks_inner_wrapper .single_feat_block {
    min-height: unset;
    padding: 30px 25px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 425px) {
  .software_blocks .blocks_outer_wrapper .blocks_inner_wrapper .single_feat_block:nth-child(even) {
    background-color: white !important;
  }
}
@media (min-width: 425px) and (max-width: 768px) {
  .software_blocks .blocks_outer_wrapper .blocks_inner_wrapper .single_feat_block:nth-child(even) {
    background-color: white !important;
  }
}
@media screen and (max-width: 425px) {
  .software_blocks .blocks_outer_wrapper .blocks_inner_wrapper .single_feat_block:nth-child(odd) {
    background-color: #F2F6F9 !important;
  }
}
@media (min-width: 425px) and (max-width: 768px) {
  .software_blocks .blocks_outer_wrapper .blocks_inner_wrapper .single_feat_block:nth-child(odd) {
    background-color: #F2F6F9 !important;
  }
}
.software_blocks .blocks_outer_wrapper .blocks_inner_wrapper .single_feat_block.block_no_2, .software_blocks .blocks_outer_wrapper .blocks_inner_wrapper .single_feat_block.block_no_3, .software_blocks .blocks_outer_wrapper .blocks_inner_wrapper .single_feat_block.block_no_6, .software_blocks .blocks_outer_wrapper .blocks_inner_wrapper .single_feat_block.block_no_7 {
  background-color: white;
}
.software_blocks .blocks_outer_wrapper .blocks_inner_wrapper .single_feat_block .feat_block_inner .feat_number {
  font-size: 32px;
  color: #FF5749;
  font-family: "Gilroy-Bold", sans-serif;
  line-height: 38px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 425px) {
  .software_blocks .blocks_outer_wrapper .blocks_inner_wrapper .single_feat_block .feat_block_inner .feat_number {
    margin-bottom: 10px;
  }
}
@media (min-width: 425px) and (max-width: 768px) {
  .software_blocks .blocks_outer_wrapper .blocks_inner_wrapper .single_feat_block .feat_block_inner .feat_number {
    margin-bottom: 10px;
  }
}
.software_blocks .blocks_outer_wrapper .blocks_inner_wrapper .single_feat_block .feat_block_inner h4 {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 20px;
  text-align: center;
  color: #081644;
  line-height: 27px;
  margin-bottom: 30px;
}
@media screen and (max-width: 425px) {
  .software_blocks .blocks_outer_wrapper .blocks_inner_wrapper .single_feat_block .feat_block_inner h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}
@media (min-width: 425px) and (max-width: 768px) {
  .software_blocks .blocks_outer_wrapper .blocks_inner_wrapper .single_feat_block .feat_block_inner h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}
.software_blocks .blocks_outer_wrapper .blocks_inner_wrapper .single_feat_block .feat_block_inner p {
  color: #666;
  font-size: 18px;
  font-family: "Gilroy-Regular", sans-serif;
  line-height: 24px;
  text-align: left;
}
@media screen and (max-width: 425px) {
  .software_blocks .blocks_outer_wrapper .blocks_inner_wrapper .single_feat_block .feat_block_inner p {
    font-size: 14px;
    line-height: 19px;
  }
}
@media (min-width: 425px) and (max-width: 768px) {
  .software_blocks .blocks_outer_wrapper .blocks_inner_wrapper .single_feat_block .feat_block_inner p {
    font-size: 14px;
    line-height: 19px;
  }
}
.software_blocks .blocks_outer_wrapper .blocks_inner_wrapper.odd {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .software_blocks .blocks_outer_wrapper .blocks_inner_wrapper.odd {
    margin-bottom: 0;
  }
}
.software_blocks .blocks_outer_wrapper .blocks_inner_wrapper.even .software_feat_cta .text_outer {
  padding: 92px 48px;
}

.software_feat_cta {
  position: relative;
}
@media (max-width: 768px) {
  .software_feat_cta {
    margin-bottom: 40px;
  }
}
.software_feat_cta .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.software_feat_cta .background .img_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.software_feat_cta .background .blue-overlay {
  background: rgba(0, 32, 103, 0.45);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.software_feat_cta .text_outer {
  padding: 95px 240px 105px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 425px) {
  .software_feat_cta .text_outer {
    padding: 30px 25px !important;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .software_feat_cta .text_outer {
    padding: 30px 25px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .software_feat_cta .text_outer {
    padding: 60px 50px !important;
  }
}
.software_feat_cta .text_outer .text {
  margin-bottom: 40px;
}
@media screen and (max-width: 425px) {
  .software_feat_cta .text_outer .text {
    margin-bottom: 20px;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .software_feat_cta .text_outer .text {
    margin-bottom: 20px;
  }
}
.software_feat_cta .text_outer .text p {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 24px;
  line-height: 35px;
  color: white;
}
@media screen and (max-width: 425px) {
  .software_feat_cta .text_outer .text p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .software_feat_cta .text_outer .text p {
    font-size: 18px;
    line-height: 24px;
  }
}
.software_feat_cta .text_outer .cta_link a {
  display: inline-block;
  margin: 0 auto;
}
.software_feat_cta.full_width_cta {
  width: 100%;
}

.feature_circles {
  margin: 120px 0;
}
@media screen and (max-width: 425px) {
  .feature_circles {
    margin: 60px 0;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .feature_circles {
    margin: 60px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .feature_circles {
    margin: 60px 0;
  }
}
.feature_circles .feature_circle_inner .feature_circle_title {
  max-width: 60%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 425px) {
  .feature_circles .feature_circle_inner .feature_circle_title {
    max-width: 90%;
    margin-bottom: 20px;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .feature_circles .feature_circle_inner .feature_circle_title {
    max-width: 90%;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .feature_circles .feature_circle_inner .feature_circle_title {
    max-width: 90%;
    margin-bottom: 20px;
  }
}
.feature_circles .feature_circle_inner .feature_circle_title h2 {
  text-align: center;
  color: #002067;
  font-size: 32px;
  line-height: 38px;
  font-family: "Gilroy-Bold", sans-serif;
}
@media screen and (max-width: 425px) {
  .feature_circles .feature_circle_inner .feature_circle_title h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .feature_circles .feature_circle_inner .feature_circle_title h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
.feature_circles .feature_circle_inner .circles_outer .circles_row {
  display: grid;
  grid-gap: 1rem;
  width: 90%;
  margin: 0 auto;
  max-width: 1152px;
}
@media screen and (max-width: 425px) {
  .feature_circles .feature_circle_inner .circles_outer .circles_row {
    grid-template-columns: repeat(2, 1fr);
    width: calc(260px + 1rem);
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .feature_circles .feature_circle_inner .circles_outer .circles_row {
    grid-template-columns: repeat(2, 1fr);
    width: calc(300px + 1rem);
  }
}
@media screen and (min-width: 768px) {
  .feature_circles .feature_circle_inner .circles_outer .circles_row {
    grid-template-columns: repeat(2, 1fr);
    width: calc(380px + 1rem);
    grid-gap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .feature_circles .feature_circle_inner .circles_outer .circles_row {
    width: 90%;
    grid-template-columns: repeat(4, 1fr);
  }
}
.feature_circles .feature_circle_inner .circles_outer .circles_row .circle_container .circle {
  background-color: white;
  border-radius: 100%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  padding: 60px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 230px;
  height: 230px;
  box-sizing: border-box;
  margin: auto;
}
@media screen and (max-width: 425px) {
  .feature_circles .feature_circle_inner .circles_outer .circles_row .circle_container .circle {
    width: 130px;
    min-height: unset;
    height: 130px;
    padding: 20px 10px;
    justify-content: center;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .feature_circles .feature_circle_inner .circles_outer .circles_row .circle_container .circle {
    width: 150px;
    min-height: unset;
    height: 150px;
    padding: 30px 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .feature_circles .feature_circle_inner .circles_outer .circles_row .circle_container .circle {
    width: 190px;
    min-height: unset;
    height: 190px;
    padding: 50px 25px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .feature_circles .feature_circle_inner .circles_outer .circles_row .circle_container .circle {
    width: 200px;
    min-height: unset;
    height: 200px;
    padding: 50px 25px;
  }
}
.feature_circles .feature_circle_inner .circles_outer .circles_row .circle_container .circle .number {
  font-size: 32px;
  line-height: 35px;
  color: #FF5749;
  font-family: "Gilroy-Bold", sans-serif;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 425px) {
  .feature_circles .feature_circle_inner .circles_outer .circles_row .circle_container .circle .number {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 4px;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .feature_circles .feature_circle_inner .circles_outer .circles_row .circle_container .circle .number {
    font-size: 26px;
    line-height: 30px;
  }
}
.feature_circles .feature_circle_inner .circles_outer .circles_row .circle_container .circle .feature {
  font-family: "Gilroy-Regular", sans-serif;
  color: #081644;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
}
@media screen and (max-width: 425px) {
  .feature_circles .feature_circle_inner .circles_outer .circles_row .circle_container .circle .feature {
    font-size: 10px;
    line-height: 14px;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .feature_circles .feature_circle_inner .circles_outer .circles_row .circle_container .circle .feature {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .feature_circles .feature_circle_inner .circles_outer .circles_row .circle_container .circle .feature {
    font-size: 14px;
    line-height: 19px;
  }
}
@media screen and (max-width: 767px) {
  .feature_circles .feature_circle_inner .circles_outer .circles_row.three_circles {
    display: flex;
    flex-direction: column;
    width: unset;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .feature_circles .feature_circle_inner .circles_outer .circles_row.three_circles {
    grid-template-columns: repeat(3, 1fr);
    width: 80%;
    grid-gap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .feature_circles .feature_circle_inner .circles_outer .circles_row.three_circles {
    width: 60%;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .feature_circles .feature_circle_inner .circles_outer .circles_row.two_circles {
    display: flex;
    flex-direction: column;
    width: unset;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .feature_circles .feature_circle_inner .circles_outer .circles_row.two_circles {
    width: 45%;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .feature_circles .feature_circle_inner .circles_outer .circles_row.two_circles {
    width: 40%;
    grid-template-columns: repeat(2, 1fr);
  }
}

.c_body_content ul {
  position: relative;
}
.c_body_content ul li {
  padding-left: 2em !important;
}
.c_body_content ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #FF5749;
  position: absolute;
  left: 0;
  top: 9px;
  margin: 0;
  display: block;
}

.single_customer_story {
  margin: 40px 0 0;
}
.single_customer_story .single_story_inner {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1023px) {
  .single_customer_story .single_story_inner {
    flex-direction: column-reverse;
  }
}
.single_customer_story .single_story_inner .story_copy {
  width: 45%;
  background-color: #002067;
  padding: 80px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .single_customer_story .single_story_inner .story_copy {
    padding: 40px;
  }
}
@media (max-width: 1023px) {
  .single_customer_story .single_story_inner .story_copy {
    width: 100%;
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .single_customer_story .single_story_inner .story_copy {
    width: 55%;
  }
}
.single_customer_story .single_story_inner .story_copy .copy_inner {
  margin-left: 100px;
}
@media (max-width: 1023px) {
  .single_customer_story .single_story_inner .story_copy .copy_inner {
    margin-left: 0;
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .single_customer_story .single_story_inner .story_copy .copy_inner {
    margin-left: 0;
  }
}
.single_customer_story .single_story_inner .story_copy .copy_inner .story_type {
  margin-bottom: 15px;
}
.single_customer_story .single_story_inner .story_copy .copy_inner .story_type span {
  color: #FF6253;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
  font-family: "Gilroy-Medium", sans-serif;
}
.single_customer_story .single_story_inner .story_copy .copy_inner .customer_name h2 {
  margin-bottom: 18px;
  font-family: "Gilroy-Semibold", sans-serif;
  color: white;
  font-size: 28px;
  line-height: 38px;
}
.single_customer_story .single_story_inner .story_copy .copy_inner .customer_story_copy {
  color: white;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 19px;
}
.single_customer_story .single_story_inner .story_copy .copy_inner .customer_story_copy ul li {
  padding-left: 3em;
  position: relative;
  margin-bottom: 1em;
}
.single_customer_story .single_story_inner .story_copy .copy_inner .customer_story_copy ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  background-color: #FF5749;
  border-radius: 100%;
  left: 1em;
  top: 7px;
  position: absolute;
}
.single_customer_story .single_story_inner .story_copy .copy_inner .stat_circles .stat_circles_inner {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 1023px) {
  .single_customer_story .single_story_inner .story_copy .copy_inner .stat_circles .stat_circles_inner {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .single_customer_story .single_story_inner .story_copy .copy_inner .stat_circles .stat_circles_inner {
    transform: scale(0.8);
  }
}
.single_customer_story .single_story_inner .story_copy .copy_inner .stat_circles .stat_circles_inner.three_circles .circle_container {
  margin-right: 20px;
}
.single_customer_story .single_story_inner .story_copy .copy_inner .stat_circles .stat_circles_inner.three_circles .circle_container .circle {
  width: 112px;
  height: 112px;
  padding: 14px;
}
.single_customer_story .single_story_inner .story_copy .copy_inner .stat_circles .stat_circles_inner.three_circles .circle_container .circle .number {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 5px;
}
.single_customer_story .single_story_inner .story_copy .copy_inner .stat_circles .stat_circles_inner .circle_container {
  margin-right: 30px;
}
.single_customer_story .single_story_inner .story_copy .copy_inner .stat_circles .stat_circles_inner .circle_container .circle {
  background-color: white;
  border-radius: 100%;
  padding: 32px 24px;
  width: 142px;
  height: 142px;
  box-sizing: border-box;
}
.single_customer_story .single_story_inner .story_copy .copy_inner .stat_circles .stat_circles_inner .circle_container .circle .number {
  font-size: 28px;
  color: #FF5749;
  margin-bottom: 10px;
  text-align: center;
  font-family: "Gilroy-Semibold", sans-serif;
  line-height: 35px;
}
.single_customer_story .single_story_inner .story_copy .copy_inner .stat_circles .stat_circles_inner .circle_container .circle .feature {
  color: #081644;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.single_customer_story .single_story_inner .customer_story_image {
  width: 55%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .single_customer_story .single_story_inner .customer_story_image {
    width: 100%;
    height: 350px;
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .single_customer_story .single_story_inner .customer_story_image {
    width: 45%;
  }
}

.longer_page_content {
  width: 90%;
  max-width: 1104px;
  margin: 0 auto;
}
.longer_page_content .longer_page_content_inner {
  width: 100%;
}
.longer_page_content .longer_page_content_inner .page_content_section h2 {
  padding-left: 141px;
  margin: 0 auto;
  font-family: "Gilroy-Semibold", sans-serif;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: normal;
  margin-bottom: 24px;
  color: #002067;
  border-top: 1px solid #dfe6ee;
}
.longer_page_content .longer_page_content_inner .page_content_section h2:before {
  display: block;
  content: "";
  background: #FF5749;
  height: 4px;
  width: 48px;
  margin-top: -4px;
  margin-left: -141px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .longer_page_content .longer_page_content_inner .page_content_section h2:before {
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .longer_page_content .longer_page_content_inner .page_content_section h2 {
    padding-left: 0;
    font-size: 18px;
    line-height: 24px;
  }
}
.longer_page_content .longer_page_content_inner .page_content_section .page_content_text {
  max-width: 822px;
  margin: 24px auto 97px;
  line-height: 28px;
  font-size: 17px;
  color: #3f4a5b;
  font-family: "Gilroy-Regular", sans-serif;
}
.longer_page_content .longer_page_content_inner .page_content_section .page_content_text p {
  padding-bottom: 12px;
}
.longer_page_content .longer_page_content_inner .page_content_section .page_content_text p strong {
  font-family: "Gilroy-Semibold", sans-serif;
}
.longer_page_content .longer_page_content_inner .page_content_section .page_content_text ul {
  padding: 0;
  margin: 0;
}
.longer_page_content .longer_page_content_inner .page_content_section .page_content_text ul li {
  position: relative;
  padding-left: 41px;
  margin-bottom: 24px;
  text-indent: 0;
  list-style-type: none;
}
.longer_page_content .longer_page_content_inner .page_content_section .page_content_text ul li strong, .longer_page_content .longer_page_content_inner .page_content_section .page_content_text ul li b {
  font-family: "Gilroy-Semibold", sans-serif;
}
.longer_page_content .longer_page_content_inner .page_content_section .page_content_text ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #FF5749;
  position: absolute;
  left: 0;
  top: 9px;
  margin: 0;
  display: block;
}
.single-solutions footer.footer2021 .spacer {
  height: 105px;
}

.section-global-card .cards_container.Grey {
  background-color: #ffffff;
}

.section-global-card .cards_container .container_outer .cards_title_container {
  margin-bottom: 0px;
}

.single-solutions .main-fullstory__list h3 {
  font-size: 25px;
}
.single-solutions .main-headings h2 {
  font-size: 35px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .single-solutions .main-headings h2 {
    font-size: 24px;
    line-height: 36px;
  }
}
.single-solutions .main-cta__content .main-cta-card h3 {
  font-size: 35px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .single-solutions .main-cta__content .main-cta-card h3 {
    font-size: 24px;
    line-height: 36px;
  }
}

.postid-2492 .cards_container {
  padding: 40px 0 71px !important;
}
.postid-2492 .cards_container.Grey {
  background-color: #F2F6F9;
}
.postid-2492 .cards_container.resource_cards {
  background-color: #F2F6F9;
}
.postid-2492 .cards_container.news_cards {
  background-color: #F2F6F9;
  padding-bottom: 223px;
}
@media screen and (max-width: 768px) {
  .postid-2492 .cards_container {
    padding: 20px 0 50px !important;
  }
}
.postid-2492 .cards_container .container_outer {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
}
.postid-2492 .cards_container .container_outer .cards_title_container {
  margin-bottom: 53px;
}
@media screen and (max-width: 768px) {
  .postid-2492 .cards_container .container_outer .cards_title_container {
    margin-bottom: 20px;
  }
}
.postid-2492 .cards_container .container_outer .cards_title_container .title {
  width: fit-content;
  width: -moz-fit-content;
  /* Firefox */
  width: -webkit-fit-content;
  /* Chrome */
}
.postid-2492 .cards_container .container_outer .cards_title_container .title h2 {
  font-size: 40px !important;
  color: #002067;
  font-family: "Gilroy-Semibold", sans-serif;
  display: inline-block;
  padding: 0 0 15px 26px;
}
@media screen and (max-width: 768px) {
  .postid-2492 .cards_container .container_outer .cards_title_container .title h2 {
    font-size: 20px !important;
    padding: 0 0 4px 0 !important;
  }
}
.postid-2492 .cards_container .container_outer .cards_title_container .title .title-underline {
  display: block;
  height: 3px;
  width: 100%;
  background-image: linear-gradient(to right, #FF5749 0%, rgba(255, 255, 255, 0.35) 100%);
}
@media screen and (max-width: 768px) {
  .postid-2492 .cards_container .container_outer .cards_title_container .title .title-underline {
    height: 2px;
  }
}
@media screen and (max-width: 767px) {
  .postid-2492 .cards_container .container_outer #cardOuterContainer {
    margin: 0 !important;
  }
}
.postid-2492 .cards_container .container_outer #cardOuterContainer .card_inner {
  background: white;
  width: 95%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: auto;
  box-shadow: none;
  border: solid 1px #DFE6EE !important;
}

@media (max-width: 1250px) {
  .elementor-section {
    max-width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.calculation-section {
  position: relative;
}
.calculation-section .benfits-section-left {
  font-family: "Gilroy-Medium", sans-serif;
}
.calculation-section .benfits-section-left .first-heading p {
  font-family: "Gilroy-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #FF5749;
}
.calculation-section .benfits-section-left strong.text-bold {
  color: #002067;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  font-family: "Gilroy-Bold", sans-serif;
  line-height: 25px;
}
.calculation-section .calculation-block {
  z-index: 11;
}
.calculation-section #calculate-graphic-service-level::before {
  content: "";
  width: 2px;
  background: #b0becc;
  position: absolute;
  z-index: 9;
  height: 475px;
  display: block;
}
@media (min-width: 1250px) {
  .calculation-section #calculate-graphic-service-level::before {
    top: 29%;
    left: 8.8%;
  }
}
@media (min-width: 1240px) and (max-width: 1249px) {
  .calculation-section #calculate-graphic-service-level::before {
    top: 28%;
    left: 12.8%;
    height: 497px;
  }
}
@media (min-width: 1200px) and (max-width: 1239px) {
  .calculation-section #calculate-graphic-service-level::before {
    top: 29%;
    left: 12.8%;
  }
}
@media (min-width: 1121px) and (max-width: 1199px) {
  .calculation-section #calculate-graphic-service-level::before {
    top: 27%;
    left: 12.8%;
    height: 500px;
  }
}
@media (min-width: 1090px) and (max-width: 1120px) {
  .calculation-section #calculate-graphic-service-level::before {
    top: 26%;
    left: 12.8%;
    height: 540px;
  }
}
@media (min-width: 1025px) and (max-width: 1089px) {
  .calculation-section #calculate-graphic-service-level::before {
    top: 24%;
    left: 12.8%;
    height: 540px;
  }
}
@media (max-width: 768px) {
  .calculation-section #calculate-graphic-service-level::before {
    display: none;
  }
}
@media (min-width: 843px) and (max-width: 945px) {
  .calculation-section #calculate-graphic-service-level::before {
    left: 18.5%;
    top: 18%;
    height: 500px;
  }
}
@media (min-width: 800px) and (max-width: 842px) {
  .calculation-section #calculate-graphic-service-level::before {
    left: 18.5%;
    top: 17.8%;
    height: 525px;
  }
}
@media (min-width: 769px) and (max-width: 799px) {
  .calculation-section #calculate-graphic-service-level::before {
    left: 18.5%;
    top: 17%;
    height: 525px;
  }
}
@media (min-width: 946px) and (max-width: 969px) {
  .calculation-section #calculate-graphic-service-level::before {
    left: 19%;
    top: 17%;
  }
}
@media (min-width: 970px) and (max-width: 1024px) {
  .calculation-section #calculate-graphic-service-level::before {
    left: 19%;
    top: 18%;
  }
}
@media (max-width: 1024px) {
  .calculation-section #calculate-graphic-service-level .elementor-widget-wrap .calculation-row .elementor-container {
    align-items: baseline !important;
  }
}
.calculation-section #calculate-graphic-service-level .elementor-widget-wrap .calculation-row .elementor-container .elementor-column .elementor-widget-wrap {
  padding: 0 !important;
}
.calculation-section #calculate-graphic-service-level .elementor-widget-wrap .calculation-row .elementor-container .elem-calc-symbol {
  width: 5% !important;
}
.calculation-section #calculate-graphic-service-level .elementor-widget-wrap .calculation-row .elementor-container .elem-calculation {
  width: fit-content;
  width: -moz-fit-content;
  /* Firefox */
  width: -webkit-fit-content;
  /* Chrome */
  align-items: center;
}
@media (max-width: 1024px) {
  .calculation-section #calculate-graphic-service-level .elementor-widget-wrap .calculation-row .elementor-container .elem-calculation {
    width: fit-content !important;
    width: -moz-fit-content !important;
    /* Firefox */
    width: -webkit-fit-content !important;
    /* Chrome */
  }
}
.calculation-section #calculate-graphic-service-level .elementor-widget-wrap .calculation-row .elementor-container .elem-calculation .elementor-widget-wrap {
  padding: 0 !important;
}
@media (max-width: 768px) {
  .calculation-section #calculate-graphic-service-level .elementor-widget-wrap .calculation-block {
    z-index: 12;
  }
}
@media (max-width: 768px) {
  .calculation-section #calculate-graphic-service-level .elementor-widget-wrap .calculation-block:nth-of-type(2) {
    position: relative;
  }
  .calculation-section #calculate-graphic-service-level .elementor-widget-wrap .calculation-block:nth-of-type(2):after {
    content: "";
    width: 2px;
    background: #b0becc;
    position: absolute;
    top: 115px;
    left: 18%;
    z-index: -1;
    height: 1030px;
    display: block;
  }
}
@media (min-width: 446px) and (max-width: 484px) {
  .calculation-section #calculate-graphic-service-level .elementor-widget-wrap .calculation-block:nth-of-type(2) {
    position: relative;
  }
  .calculation-section #calculate-graphic-service-level .elementor-widget-wrap .calculation-block:nth-of-type(2):after {
    content: "";
    width: 2px;
    background: #b0becc;
    position: absolute;
    top: 115px;
    left: 18%;
    z-index: -1;
    height: 1060px;
    display: block;
  }
}
@media (min-width: 348px) and (max-width: 445px) {
  .calculation-section #calculate-graphic-service-level .elementor-widget-wrap .calculation-block:nth-of-type(2) {
    position: relative;
  }
  .calculation-section #calculate-graphic-service-level .elementor-widget-wrap .calculation-block:nth-of-type(2):after {
    content: "";
    width: 2px;
    background: #b0becc;
    position: absolute;
    top: 115px;
    left: 18%;
    z-index: -1;
    height: 1080px;
    display: block;
  }
}
@media (min-width: 324px) and (max-width: 347px) {
  .calculation-section #calculate-graphic-service-level .elementor-widget-wrap .calculation-block:nth-of-type(2) {
    position: relative;
  }
  .calculation-section #calculate-graphic-service-level .elementor-widget-wrap .calculation-block:nth-of-type(2):after {
    content: "";
    width: 2px;
    background: #b0becc;
    position: absolute;
    top: 115px;
    left: 18%;
    z-index: -1;
    height: 1070px;
    display: block;
  }
}
@media (min-width: 300px) and (max-width: 323px) {
  .calculation-section #calculate-graphic-service-level .elementor-widget-wrap .calculation-block:nth-of-type(2) {
    position: relative;
  }
  .calculation-section #calculate-graphic-service-level .elementor-widget-wrap .calculation-block:nth-of-type(2):after {
    content: "";
    width: 2px;
    background: #b0becc;
    position: absolute;
    top: 115px;
    left: 18%;
    z-index: -1;
    height: 1120px;
    display: block;
  }
}
@media (max-width: 299px) {
  .calculation-section #calculate-graphic-service-level .elementor-widget-wrap .calculation-block:nth-of-type(2) {
    position: relative;
  }
  .calculation-section #calculate-graphic-service-level .elementor-widget-wrap .calculation-block:nth-of-type(2):after {
    content: "";
    width: 2px;
    background: #b0becc;
    position: absolute;
    top: 124px;
    left: 18%;
    z-index: -1;
    height: 1195px;
    display: block;
  }
}
.calculation-section #calculate-graphic-inventory-savings::before {
  content: "";
  width: 2px;
  background: #b0becc;
  position: absolute;
  z-index: 9;
  height: 475px;
  display: block;
}
@media (min-width: 1250px) {
  .calculation-section #calculate-graphic-inventory-savings::before {
    top: 39%;
    left: 8.8%;
    height: 365px;
  }
}
@media (min-width: 1240px) and (max-width: 1249px) {
  .calculation-section #calculate-graphic-inventory-savings::before {
    top: 35%;
    left: 12.8%;
    height: 350px;
  }
}
@media (min-width: 1200px) and (max-width: 1239px) {
  .calculation-section #calculate-graphic-inventory-savings::before {
    top: 35%;
    left: 12.8%;
    height: 375px;
  }
}
@media (min-width: 1121px) and (max-width: 1199px) {
  .calculation-section #calculate-graphic-inventory-savings::before {
    top: 35%;
    left: 12.8%;
    height: 375px;
  }
}
@media (min-width: 1090px) and (max-width: 1120px) {
  .calculation-section #calculate-graphic-inventory-savings::before {
    top: 33%;
    left: 12.8%;
    height: 395px;
  }
}
@media (min-width: 1025px) and (max-width: 1089px) {
  .calculation-section #calculate-graphic-inventory-savings::before {
    top: 34%;
    left: 12.8%;
    height: 407px;
  }
}
@media (max-width: 768px) {
  .calculation-section #calculate-graphic-inventory-savings::before {
    display: none;
  }
}
@media (min-width: 843px) and (max-width: 945px) {
  .calculation-section #calculate-graphic-inventory-savings::before {
    left: 18.5%;
    top: 25%;
    height: 370px;
  }
}
@media (min-width: 800px) and (max-width: 842px) {
  .calculation-section #calculate-graphic-inventory-savings::before {
    left: 18.5%;
    top: 28%;
    height: 425px;
  }
}
@media (min-width: 769px) and (max-width: 799px) {
  .calculation-section #calculate-graphic-inventory-savings::before {
    left: 18.5%;
    top: 26%;
    height: 425px;
  }
}
@media (min-width: 946px) and (max-width: 969px) {
  .calculation-section #calculate-graphic-inventory-savings::before {
    left: 19%;
    top: 25%;
    height: 360px;
  }
}
@media (min-width: 970px) and (max-width: 1024px) {
  .calculation-section #calculate-graphic-inventory-savings::before {
    left: 19%;
    top: 26%;
    height: 360px;
  }
}
@media (max-width: 1024px) {
  .calculation-section #calculate-graphic-inventory-savings .elementor-widget-wrap .calculation-row .elementor-container {
    align-items: baseline !important;
  }
}
.calculation-section #calculate-graphic-inventory-savings .elementor-widget-wrap .calculation-row .elementor-container .elementor-column .elementor-widget-wrap {
  padding: 0 !important;
}
.calculation-section #calculate-graphic-inventory-savings .elementor-widget-wrap .calculation-row .elementor-container .elem-calc-symbol {
  width: 5% !important;
}
.calculation-section #calculate-graphic-inventory-savings .elementor-widget-wrap .calculation-row .elementor-container .elem-calculation {
  width: fit-content;
  width: -moz-fit-content;
  /* Firefox */
  width: -webkit-fit-content;
  /* Chrome */
  align-items: center;
}
@media (max-width: 1024px) {
  .calculation-section #calculate-graphic-inventory-savings .elementor-widget-wrap .calculation-row .elementor-container .elem-calculation {
    width: fit-content !important;
    width: -moz-fit-content !important;
    /* Firefox */
    width: -webkit-fit-content !important;
    /* Chrome */
  }
}
.calculation-section #calculate-graphic-inventory-savings .elementor-widget-wrap .calculation-row .elementor-container .elem-calculation .elementor-widget-wrap {
  padding: 0 !important;
}
@media (max-width: 768px) {
  .calculation-section #calculate-graphic-inventory-savings .elementor-widget-wrap .calculation-block {
    z-index: 12;
  }
}
@media (max-width: 768px) {
  .calculation-section #calculate-graphic-inventory-savings .elementor-widget-wrap .calculation-block:nth-of-type(2) {
    position: relative;
  }
  .calculation-section #calculate-graphic-inventory-savings .elementor-widget-wrap .calculation-block:nth-of-type(2):after {
    content: "";
    width: 2px;
    background: #b0becc;
    position: absolute;
    top: 120px;
    left: 18%;
    z-index: -1;
    height: 750px;
    display: block;
  }
}
@media (min-width: 446px) and (max-width: 499px) {
  .calculation-section #calculate-graphic-inventory-savings .elementor-widget-wrap .calculation-block:nth-of-type(2) {
    position: relative;
  }
  .calculation-section #calculate-graphic-inventory-savings .elementor-widget-wrap .calculation-block:nth-of-type(2):after {
    content: "";
    width: 2px;
    background: #b0becc;
    position: absolute;
    top: 120px;
    left: 18%;
    z-index: -1;
    height: 800px;
    display: block;
  }
}
@media (min-width: 348px) and (max-width: 445px) {
  .calculation-section #calculate-graphic-inventory-savings .elementor-widget-wrap .calculation-block:nth-of-type(2) {
    position: relative;
  }
  .calculation-section #calculate-graphic-inventory-savings .elementor-widget-wrap .calculation-block:nth-of-type(2):after {
    content: "";
    width: 2px;
    background: #b0becc;
    position: absolute;
    top: 122px;
    left: 18%;
    z-index: -1;
    height: 845px;
    display: block;
  }
}
@media (min-width: 324px) and (max-width: 347px) {
  .calculation-section #calculate-graphic-inventory-savings .elementor-widget-wrap .calculation-block:nth-of-type(2) {
    position: relative;
  }
  .calculation-section #calculate-graphic-inventory-savings .elementor-widget-wrap .calculation-block:nth-of-type(2):after {
    content: "";
    width: 2px;
    background: #b0becc;
    position: absolute;
    top: 122px;
    left: 18%;
    z-index: -1;
    height: 880px;
    display: block;
  }
}
@media (min-width: 300px) and (max-width: 323px) {
  .calculation-section #calculate-graphic-inventory-savings .elementor-widget-wrap .calculation-block:nth-of-type(2) {
    position: relative;
  }
  .calculation-section #calculate-graphic-inventory-savings .elementor-widget-wrap .calculation-block:nth-of-type(2):after {
    content: "";
    width: 2px;
    background: #b0becc;
    position: absolute;
    top: 140px;
    left: 18%;
    z-index: -1;
    height: 880px;
    display: block;
  }
}
@media (max-width: 299px) {
  .calculation-section #calculate-graphic-inventory-savings .elementor-widget-wrap .calculation-block:nth-of-type(2) {
    position: relative;
  }
  .calculation-section #calculate-graphic-inventory-savings .elementor-widget-wrap .calculation-block:nth-of-type(2):after {
    content: "";
    width: 2px;
    background: #b0becc;
    position: absolute;
    top: 140px;
    left: 18%;
    z-index: -1;
    height: 920px;
    display: block;
  }
}
.calculation-section .benefit-description strong {
  font-family: "Gilroy-Bold", sans-serif;
  font-style: normal;
  font-size: 15px;
  line-height: 25px;
  color: #283647;
}
.calculation-section .benefit-description-left strong {
  font-family: "Gilroy-Bold", sans-serif;
  font-style: normal;
  font-size: 15px;
  line-height: 25px;
  color: #283647;
}
.calculation-section .benefit-description {
  font-family: "Gilroy-Medium", sans-serif;
  font-style: normal;
  font-size: 17px;
  line-height: 25px;
  color: #283647;
}
@media only screen and (max-width: 1024px) {
  .calculation-section .benefit-right-container::before {
    content: "";
    width: 2px;
    position: relative;
    top: 241px;
    right: -50px;
    z-index: 9;
    height: 510px;
  }
}
@media only screen and (max-width: 500px) {
  .calculation-section .benefit-right-container::before {
    content: "";
    width: 2px;
    position: relative;
    top: 32%;
    right: -20.6%;
    z-index: 9;
    height: 56%;
  }
}
@media only screen and (max-width: 486px) {
  .calculation-section .benefit-right-container::before {
    height: 56%;
  }
}
@media only screen and (max-width: 424px) {
  .calculation-section .benefit-right-container::before {
    right: -21.3%;
  }
}
@media only screen and (max-width: 421px) {
  .calculation-section .benefit-right-container::before {
    top: 32%;
  }
}
@media only screen and (max-width: 416px) {
  .calculation-section .benefit-right-container::before {
    top: 34%;
  }
}
@media only screen and (max-width: 375px) {
  .calculation-section .benefit-right-container::before {
    top: 33%;
  }
}

.contents-table-section .hover-container {
  transition: all ease 0.3s;
  box-sizing: content-box;
}
@media (min-width: 1023px) {
  .contents-table-section .hover-container .elementor-container {
    justify-content: space-between;
  }
}
.contents-table-section .hover-container .content-table-item-text {
  /*width: fit-content !important;
  width: -moz-fit-content !important; !* Firefox *!
  width: -webkit-fit-content !important; !* Chrome *!*/
}
.contents-table-section .hover-container .elementor-button-wrapper {
  transition: opacity ease 0.3s;
}
@media (min-width: 1023px) {
  .contents-table-section .hover-container .elementor-button-wrapper {
    opacity: 0;
  }
}
.contents-table-section .hover-container:hover {
  /*  padding: 16px !important; */
}
.contents-table-section .hover-container:hover .elementor-button-wrapper {
  opacity: 1;
}

/*.demand-section {
  .demand-header {
    h2 {
      font-family: $gilroyHeavy;
      font-style: normal;
      font-weight: bold;
      font-size: 40px;
      line-height: 46px;
      letter-spacing: -0.3px;
      color: $tgDarkBlue;
    }
  }
}

.demand-section p {
  font-family: $gilroyRegular;
  font-size: 17px;
  line-height: 25px;
  color: #667587;
}

@media only screen and (max-width: $smaller-mobile) {
  .demand-section {
    .demand-header {
      h2 {
        font-size: 24px;
      }
    }
  }
}*/
/*.table-section {
  h2 {
    font-family: $gilroyHeavy;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -0.3px;
    color: $tgDarkBlue;
  }

  .right-container {
    .heading {
      font-family: $gilroyHeavy;
      font-style: normal;
      font-weight: bold;
      font-size: 14px;
      line-height: 22px;
      letter-spacing: 0.2px;
      color: #FF6253;
    }

    .sub-heading {
      font-family: $gilroyHeavy;
      font-style: normal;
      font-weight: bold;
      font-size: 20px;
      line-height: 30px;
      color: $tgCopyGrey;
    }

    a#table-button {
      display: none;

      span {
        span {
          font-family: $gilroySemiBold;
          font-style: normal;
          font-weight: bold;
          font-size: 14px;
          line-height: 17px;
          text-align: center;
          letter-spacing: 0.5px;
          text-transform: uppercase;
          color: $tgDarkBlue;
        }
      }
    }
  }
}

@media only screen and (min-width: 501px) {
  .table-section {
    .right-container {
      .hover-container:hover {
        background: $white;
        border: 1px solid $tgBorderGrey;
        box-sizing: border-box;
        box-shadow: 0 15px 34px rgba(0, 46, 109, 0.18);
        cursor: pointer;
        padding: 8px 0 8px 8px;

        a#table-button {
          display: block;
        }
      }
    }
  }
}

@media only screen and (max-width: 500px) {
  .table-section {
    .right-container {
      .hover-container {
        a#table-button {
          display: block;

          span {
            span {
              text-align: left;
            }
          }
        }
      }
    }
  }
}*/
/*.tradition-section {
  h2 {
    font-family: $gilroySemiBold;
    font-style: normal;
    font-weight: bold;
    line-height: 46px;
    letter-spacing: -0.3px;
    color: $tgDarkBlue;
  }

  p {
    font-family: $gilroyRegular;
    line-height: 135.94%;
    color: $tgTextGrey;
  }
}*/
/*.goals-section {
  .first-heading {
    p {
      font-family: $gilroyHeavy;
      font-style: normal;
      font-weight: bold;
      line-height: 24px;
      letter-spacing: 0.3px;
      text-transform: uppercase;
      color: $tgRed;
    }
  }

  h2 {
    font-family: $gilroyHeavy;
    font-style: normal;
    font-weight: bold;
    line-height: 46px;
    letter-spacing: -0.3px;
    color: $tgDarkBlue;
  }

  p {
    !*font-family: $gilroyHeavy;
    font-style: normal;
    font-weight: bold;
    line-height: 28px;
    color: $tgDarkBlue;*!
  }

  .feature-text {
    p {
      font-family: $gilroyRegular;
      font-style: normal;
      font-weight: normal;
      line-height: 24px;
      color: $tgBlue;
    }
  }

  .feature-sub-text {
    p {
      font-family: $gilroyRegular;
      line-height: 135.94%;
      color: $tgGrey;
    }
  }

  .elementor-element {
    .elementor-icon-list-icon i {
      display: flex;
      align-items: center;
      height: 30px;
    }
  }
}*/
/*.demand-header h2 {
  font-family: $gilroyHeavy;
  font-style: normal;
  line-height: 46px;
  letter-spacing: -0.3px;
  color: $tgDarkBlue;
}*/
/*.build-section {
  .build-left-container {
    .elementor-element {
      .elementor-icon-list-icon i {
        display: flex;
        align-items: center;
        height: 30px;
      }
    }

    h2 {
      font-family: $gilroyHeavy;
      font-style: normal;
      font-weight: bold;
      line-height: 46px;
      color: $tgDarkBlue;
    }

    .first-heading {
      p {
        font-family: $gilroyHeavy;
        font-style: normal;
        font-weight: bold;
        line-height: 24px;
        letter-spacing: 0.3px;
        text-transform: uppercase;
        color: $tgRed;
      }
    }

    p {
      font-family: $gilroyLight;
      line-height: 25px;
      color: $tgCopyGrey;
    }

    .feature-text-download {
      p {
        font-family: $gilroyHeavy;
        font-style: normal;
        line-height: 36px;
        color: $tgDarkBlue;
      }
    }
  }

  .build-right-container {
    .image-feature-header {
      p {
        font-family: $gilroyHeavy;
        font-style: normal;
        line-height: 35px;
        color: $white;
      }
    }
  }
}*/
/*.image-feature-container {
  p.elementor-image-box-description {
    font-style: normal;
    font-family: $gilroyHeavy;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: $tgDarkBlue;
  }

  h3.elementor-image-box-title {
    font-family: $gilroyHeavy;
    font-style: normal;
    letter-spacing: 0.3px;
    text-transform: uppercase;
  }
}*/
/*.ebook-cta-container {
  p {
    font-family: $gilroyHeavy;
    font-style: normal;
    line-height: 46px;
    text-align: center;
    color: $tgDarkBlue;
  }
}*/
/*.quote-container {
  .first-heading {
    p {
      font-family: $gilroyHeavy;
      font-style: normal;
      font-weight: bold;
      line-height: 36px;
      color: $tgDarkBlue;
    }
  }

  .second-heading {
    p {
      font-family: $gilroyRegular;
      line-height: 135.94%;
      color: #B0BECC;
    }
  }

  .last-heading {
    font-family: $gilroyRegular;
    font-style: normal;
    line-height: 18px;
    letter-spacing: 1.07692px;
    text-transform: uppercase;
    color: $tgBlue;

    strong {
      font-family: $gilroyHeavy;
    }
  }
}*/
/*.check-container {
  .first-heading {
    p {
      font-family: $gilroyHeavy;
      font-style: normal;
      font-weight: bold;
      line-height: 56px;
      text-align: center;
      color: $tgBlue;
    }
  }

  p {
    font-family: $gilroyHeavy;
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    color: $tgDarkBlue;
  }
}*/
/*.elementor-section {
  .elementor-container {
    .elementor-heading-title {
      font-family: $gilroySemiBold;
      @media (max-width: $min-width-tab) {
        line-height: 30px !important;
      }
    }
    @media (min-width: $min-width-desktop) {
      width: 90% !important;
      max-width: 1920px !important;
      margin: 0 auto;
    }
  }

  @media (max-width: $max-width-tab) {
    padding: 0;
  }

  &.benefits-section, &.build-section, &.tradition-section, &.demand-section, &.goals-section, &.quote-container, &.table-section, {
    padding: 80px 0;
    @media (max-width: $min-width-tab) {
      padding: 40px 0;
    }

    .elementor-container {
      width: 90% !important;
      max-width: 1920px !important;
      margin: 0 auto;
      @media (max-width: $max-width-tab) {
        width: 100% !important;
        max-width: unset;
        box-sizing: border-box;
        padding: 0 24px;
      }
    }
  }
  &.check-container {
    background-color: $tgLightGrey;
  }


  h2 {
    font-family: $gilroySemiBold;

    @media (max-width: $min-width-tab) {
      font-size: 24px !important;
      line-height: 36px !important;
    }
  }

  .elementor-widget-divider--view-line {
    @media (max-width: $min-width-tab) {
      margin: 40px 0;
    }
  }

  .elementor-icon-list-items {
    @media (max-width: $min-width-tab) {
      margin: 16px 0;
    }

    .elementor-icon-list-item {
      margin-bottom: 8px;
    }
  }
}*/
.main-btn {
  background: transparent;
  height: 55px;
  padding: 15px 29px;
  font-family: "Gilroy-Semibold", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  text-transform: none !important;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  width: fit-content;
  width: -moz-fit-content;
  /* Firefox */
  width: -webkit-fit-content;
  /* Chrome */
  transition: 0.3s;
  position: relative;
}
.main-btn span {
  position: relative;
  font-size: 18px !important;
  letter-spacing: 1px;
  width: 100%;
  transition: 0.3s;
  color: #fff !important;
  font-family: "Gilroy-Semibold", sans-serif;
  line-height: 24px;
  font-weight: normal !important;
}
@media screen and (max-width: 767px) {
  .main-btn {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-btn {
    padding: 12px 30px;
  }
}
.main-btn.btn-blueLight {
  background: rgba(1, 125, 245, 0.9);
}
.main-btn.btn-blueLight:before {
  transition: 0.3s ease-out;
  background: #017DF5;
}
@media screen and (max-width: 767px) {
  .main-btn.btn-blueLight {
    width: 100%;
  }
}
.main-btn.btn-whiteLightFull {
  background: #fff;
}
.main-btn.btn-whiteLightFull span {
  color: #092067 !important;
}
.main-btn.btn-whiteLightFull:before {
  transition: 0.3s ease-out;
  background: #017DF5;
}
@media screen and (max-width: 767px) {
  .main-btn.btn-whiteLightFull {
    width: 100%;
  }
}
.main-btn.btn-whiteFull {
  background: #fff;
}
.main-btn.btn-whiteFull span {
  color: #002067 !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-family: "Gilroy-Semibold", sans-serif !important;
}
.main-btn.btn-whiteFull:before {
  transition: 0.3s ease-out;
  background: #e6e6e6;
}
@media screen and (max-width: 767px) {
  .main-btn.btn-whiteFull {
    width: -webkit-fit-content;
  }
}
.main-btn.btn-bluedDark {
  background: #002067;
}
.main-btn.btn-bluedDark:before {
  transition: 0.3s ease-out;
  background: #06174f;
}
@media screen and (max-width: 767px) {
  .main-btn.btn-bluedDark {
    width: 100%;
  }
}
.main-btn.btn-header {
  padding: 13px 22px;
  height: auto;
  font-size: 13px;
  margin: 0 !important;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .main-btn.btn-header {
    padding: 13px 16px;
  }
}
.main-btn.btn-header span {
  font-size: 14px !important;
}
.main-btn.btn-hover-sliderup:before {
  bottom: 0;
  left: 0;
  right: 0;
  height: 0%;
  width: 100%;
  position: absolute;
  content: "";
}
.main-btn.btn-hover-sliderup:hover:before {
  height: 100%;
}
.main-btn.btn-whiteLight {
  background: transparent;
  border: 2px solid #fff;
  font-weight: 600;
}
.main-btn.btn-whiteLight.not-fullwidth {
  width: fit-content;
}
.main-btn.btn-whiteLight:before {
  transition: 0.3s ease-out;
  background: #fff;
}
.main-btn.btn-whiteLight:hover {
  border: 2px solid transparent;
}
.main-btn.btn-whiteLight:hover span {
  color: #002067 !important;
}
.main-btn.lightblue {
  border: none;
  color: #167CF7;
  padding: 17px 0;
  background: none;
  text-align: left;
  font-weight: 500;
}
.main-btn.lightbtn {
  border: none;
  display: flex;
  background: none;
  font-size: 18px;
  font-family: "Gilroy-Semibold", sans-serif;
  line-height: 24px;
  font-weight: normal !important;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .main-btn.lightbtn {
    justify-content: center;
    align-items: center;
  }
}
.main-btn img {
  width: 25px;
  height: 25px;
  object-fit: cover;
  margin-left: 5px;
}

button {
  border: none;
}

.textNomal {
  text-transform: unset !important;
}

.textUppercase {
  text-transform: uppercase !important;
}

.img-hover-zoom {
  overflow: hidden;
}
.img-hover-zoom:hover img {
  transform: scale(1.2);
}
.img-hover-zoom:hover .main-storiesnew__cite img {
  transform: scale(1) !important;
}
.img-hover-zoom img {
  transition: transform 0.3s ease;
}

.padding-horizontal {
  padding-inline: 95px;
}
@media screen and (max-width: 767px) {
  .padding-horizontal {
    padding: 80px 25px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .padding-horizontal {
    padding-inline: 30px;
  }
}

.main-bg-light {
  background: #F7F9FB;
}

.main-img-fluid {
  width: 100%;
  height: 100%;
}

.main-container {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 100px 0 32px;
}
@media screen and (max-width: 767px) {
  .main-container {
    padding: 40px 0 32px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main-container {
    padding: 60px 0 32px;
  }
}
.main-container.main-container-medium-pt {
  padding: 50px 0 32px;
}

.main-container-medium {
  width: 70%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 100px 0 32px;
}
@media screen and (max-width: 767px) {
  .main-container-medium {
    padding: 40px 0 32px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main-container-medium {
    padding: 60px 0 32px;
  }
}

.visible-mobile {
  display: none;
  font-family: "Gilroy-Semibold", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  margin: 0px 10px;
  color: #167CF7;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .visible-mobile {
    display: block;
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 20px 0 40px 0;
  }
}

.main-line {
  padding: 80px 0 32px;
}
@media screen and (max-width: 767px) {
  .main-line {
    padding: 40px 0 32px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main-line {
    padding: 60px 0 32px;
  }
}
.main-line.line-space__bottom {
  padding: 10px 0 100px;
}
.main-line .main-custom-line {
  margin: 0;
  width: 100%;
  height: 3px;
  position: relative;
}
.main-line .main-custom-line:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  width: 90px;
  height: 3px;
  background: #FF5749;
}

.main-banner {
  background-color: #06174D;
}
@media (min-width: 0) and (max-width: 1199px) {
  .main-banner {
    margin-top: 0px;
  }
}
.main-banner svg {
  top: 0;
  position: absolute;
  z-index: -1;
  margin-top: 65px;
}

.main-banner__content {
  height: 464px;
  display: flex;
  align-items: center;
  background-image: url("/wp-content/uploads/2022/04/Full-Resolution.gif");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 464px;
  max-width: 1920px;
  margin: auto;
}
@media (min-width: 767px) and (max-width: 1023px) {
  .main-banner__content {
    background-position-y: top !important;
    background-image: url("/wp-content/uploads/2022/04/Full-resolution-mobile.gif");
    background-size: auto 411px;
    background-position: center right;
    height: 411px;
  }
}
@media (min-width: 375px) and (max-width: 767px) {
  .main-banner__content {
    background-image: url("/wp-content/uploads/2022/04/Full-resolution-mobile.gif");
    background-size: auto 411px;
    background-position: top center;
    height: unset;
  }
}
@media (max-width: 375px) {
  .main-banner__content {
    background-image: url("/wp-content/uploads/2022/04/Full-resolution-mobile.gif");
    background-size: auto 550px;
    background-position: top center;
    height: 550px;
  }
}
.main-banner__content .main-banner__item:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 850px;
  /* margin-left: auto; */
}
.main-banner__content .main-banner__item .main-banner__info h1 {
  font-family: "Gilroy-Semibold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 59px;
  color: #fff;
}
@media (min-width: 376px) and (max-width: 767px) {
  .main-banner__content .main-banner__item .main-banner__info h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media screen and (max-width: 375px) {
  .main-banner__content .main-banner__item .main-banner__info h1 {
    font-size: 35px;
    line-height: 46px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main-banner__content .main-banner__item .main-banner__info h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
.main-banner__content .main-banner__item .main-banner__info h3 {
  font-size: 28px;
  color: #fff;
}
.main-banner__content .main-banner__item .main-banner__info p {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin: 25px 0;
}
@media screen and (max-width: 767px) {
  .main-banner__content .main-banner__item .main-banner__info p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main-banner__content .main-banner__item .main-banner__info p {
    font-size: 20px;
    line-height: 24px;
  }
}
.main-banner__content .main-banner__item .main-banner__info p.p-small {
  font-size: 20px;
  line-height: 28px;
}
.main-banner__content .main-banner__item .main-banner__info span {
  font-family: "Gilroy-Semibold", sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #FF5749;
}
.main-banner__content .main-banner__item .main-banner__info .main-btn {
  background: transparent;
  height: 55px;
  padding: 15px 29px;
  font-family: "Gilroy-Semibold", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  text-transform: none !important;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  width: fit-content;
  width: -moz-fit-content;
  /* Firefox */
  width: -webkit-fit-content;
  /* Chrome */
  transition: 0.3s;
  position: relative;
}
.main-banner__content .main-banner__item .main-banner__info .main-btn.btn-whiteFull {
  background: #fff;
}
.main-banner__content .main-banner__item .main-banner__info .main-btn.btn-whiteFull span {
  color: #002067 !important;
  font-size: 18px !important;
  line-height: 28px !important;
}
.main-banner__content .main-banner__item .main-banner__info .main-btn.btn-whiteFull:before {
  transition: 0.3s ease-out;
  background: #e6e6e6;
}
@media screen and (max-width: 767px) {
  .main-banner__content .main-banner__item .main-banner__info .main-btn.btn-whiteFull {
    width: 100%;
  }
}
.main-banner__content .main-banner__item.main-banner__item-img .main-banner__img {
  height: 100%;
  height: 800px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 980px) {
  .main-banner__content .main-banner__item.main-banner__item-img .main-banner__img {
    height: 650px;
  }
}
.main-banner__content .main-banner__item.main-banner__item-img .main-banner__img:after {
  position: absolute;
  content: "";
  inset: 0;
  background-color: #081644;
  animation: slide-up 1s linear both;
}
@media screen and (max-width: 767px) {
  .main-banner__content .main-banner__item.main-banner__item-img .main-banner__img:after {
    animation: unset;
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .main-banner__content .main-banner__item.main-banner__item-img .main-banner__img {
    height: 300px;
  }
}
.main-banner__content .main-banner__item.main-banner__item-img .main-banner__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .main-banner__content .main-banner__item.main-banner__item-img .main-banner__img img {
    object-fit: cover;
  }
}

.main-headings.main-headings__grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  border-bottom: 2px solid #DFE6EE;
  margin-bottom: 50px;
}
@media (min-width: 0) and (max-width: 767px) {
  .main-headings.main-headings__grid {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-headings.main-headings__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.main-headings.main-headings__grid h2 {
  width: 90%;
}
.main-headings.main-headings__grid .custom-width {
  width: 90%;
}
.main-headings.main-headings-full h2 {
  width: 90%;
}
.main-headings.main-headings-center {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 80px 0 0 0;
}
.main-headings.main-headings-center h2 {
  font-family: "Gilroy-Semibold", sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 46px;
  color: #002067;
  width: 50%;
  letter-spacing: -0.3px;
}
@media screen and (max-width: 767px) {
  .main-headings.main-headings-center h2 {
    width: 100%;
    font-size: 24px;
    line-height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main-headings.main-headings-center h2 {
    font-size: 30px;
    line-height: 36px;
    width: 75%;
  }
}
.main-headings.main-headings-paddTop {
  padding: 0px 32px !important;
}
.main-headings.main-headings-font32 {
  padding: 25px 0 0 0;
}
.main-headings.main-headings-font32 h2 {
  font-size: 32px;
}
.main-headings.main-headings-center-small {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 80px 0 0 0;
}
@media screen and (max-width: 767px) {
  .main-headings.main-headings-center-small {
    padding: 80px 0 40px 0;
  }
}
.main-headings.main-headings-center-small h2 {
  width: 100%;
  font-size: 24px;
  line-height: 36px;
}
.main-headings.main-headings-left-small {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  padding: 80px 0 0 0;
}
@media screen and (max-width: 767px) {
  .main-headings.main-headings-left-small {
    padding: 0;
  }
}
.main-headings.main-headings-left-small h2 {
  width: 100%;
  font-size: 24px;
  line-height: 36px;
}
.main-headings h2 {
  font-family: "Gilroy-Semibold", sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 46px;
  color: #002067;
  letter-spacing: -0.3px;
}
@media screen and (max-width: 767px) {
  .main-headings h2 {
    width: 100%;
    font-size: 24px;
    line-height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main-headings h2 {
    font-size: 30px;
    line-height: 36px;
    width: 75%;
  }
}
.main-headings.headings-full h2 {
  width: 80%;
}
.main-headings.heading-flex-betweewn {
  display: flex;
  justify-content: space-between;
}
.main-headings.heading-flex-betweewn a {
  font-family: "Gilroy-Semibold", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  margin: 0px 10px;
  color: #167CF7;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .main-headings.heading-flex-betweewn a {
    display: none;
  }
}
.main-headings p {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 24px;
  line-height: 36px;
  color: #002067;
  margin: 30px 0 20px 0;
}
@media screen and (max-width: 767px) {
  .main-headings p {
    color: #667587;
    font-size: 20px;
    line-height: 30px;
    margin: 30px 0 0px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-headings p {
    font-size: 18px;
    line-height: 30px;
    margin: 15px 0 0px 0;
  }
}
.main-headings p.main-description__small {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 17px;
  line-height: 25px;
  color: #667587;
}
.main-headings-complete p {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 17px;
  line-height: 25px;
  color: #667587;
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  .main-headings-complete p {
    font-weight: 600;
  }
}
.main-headings-complete a {
  font-family: "Gilroy-Semibold", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #007CF7;
}

.main-objective .main-container {
  padding: 56px 0 0 0 !important;
}
@media screen and (max-width: 767px) {
  .main-objective {
    padding: 0px 0 60px 0px;
  }
}
.main-objective.main-objective__about .main-container {
  padding: 88px 0 0 0 !important;
}
.main-objective.main-objective__about .main-headings {
  margin-bottom: 50px;
}
.main-objective.main-objective__about .main-headings p {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 17px;
  line-height: 25px;
  color: #667587;
}
.main-objective .main-objective__content.main-grid__desk {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 32px 32px 80px 32px;
}
@media screen and (max-width: 767px) {
  .main-objective .main-objective__content.main-grid__desk {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem;
    overflow-y: auto;
    padding: 0px 0px 30px 0;
  }
  .main-objective .main-objective__content.main-grid__desk::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  .main-objective .main-objective__content.main-grid__desk::-webkit-scrollbar:vertical {
    width: 8px;
  }
  .main-objective .main-objective__content.main-grid__desk::-webkit-scrollbar:horizontal {
    height: 4px;
  }
  .main-objective .main-objective__content.main-grid__desk::-webkit-scrollbar-thumb {
    background-color: #007CF7;
    border-radius: 5px;
  }
  .main-objective .main-objective__content.main-grid__desk::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #DFE6EE;
  }
}

.main-objective__item {
  border: 1px solid #DFE6EE;
}
@media screen and (max-width: 767px) {
  .main-objective__item {
    border: 1px solid transparent;
  }
}
.main-objective__item:hover {
  box-shadow: 0px 15px 34px rgba(0, 46, 109, 0.18);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .main-objective__item:hover {
    box-shadow: 0px 15px 34px rgba(0, 46, 109, 0);
  }
}
.main-objective__item.main-objective__item-about .custom-card {
  align-items: center;
  padding: 40px;
  min-height: 50px;
}
.main-objective__item.main-objective__item-about .custom-card .custom-card-text h4 {
  font-size: 20px;
  line-height: 30px;
}
.main-objective__item.main-objective__item-about .custom-card .custom-card-img {
  background: transparent;
  width: 112px !important;
  height: 112px !important;
  padding: 0 !important;
}
.main-objective__item .custom-card {
  display: grid;
  grid-template-columns: 15% 85%;
  grid-gap: 2rem;
  padding: 70px 40px;
  min-height: 100px;
  transition: 0.3s ease-in-out;
}
.main-objective__item .custom-card.custom-card-number {
  grid-template-columns: 1fr;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .main-objective__item .custom-card.custom-card-number {
    padding: 15px;
  }
}
.main-objective__item .custom-card.custom-card-number .custom-card-text span {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  color: #FF6253;
  font-family: "Gilroy-Semibold" !important;
}
.main-objective__item .custom-card.custom-card-number .custom-card-text h4 {
  margin: 10px 0;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .main-objective__item .custom-card {
    border: 1px solid #DFE6EE;
  }
}
@media screen and (max-width: 767px) {
  .main-objective__item .custom-card {
    padding: 20px;
    grid-template-columns: 1fr;
    min-height: 200px;
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-objective__item .custom-card {
    grid-template-columns: 100%;
    padding: 40px 20px;
    grid-gap: 0rem;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .main-objective__item .custom-card {
    grid-template-columns: 100%;
    padding: 30px;
    grid-gap: 0;
  }
}
@media (min-width: 1200px) {
  .main-objective__item .custom-card .custom-card-text {
    padding-right: 40px;
    padding-left: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .main-objective__item .custom-card .custom-card-text {
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-objective__item .custom-card .custom-card-text {
    padding-right: 20px;
  }
}
.main-objective__item .custom-card .custom-card-img {
  background: #F4F7FA;
  border-radius: 10px;
  width: 72px;
  height: 72px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .main-objective__item .custom-card .custom-card-img {
    width: 42px;
    height: 42px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-objective__item .custom-card .custom-card-img {
    width: 52px;
    height: 52px;
  }
}
.main-objective__item .custom-card .custom-card-img img {
  width: 100%;
}
.main-objective__item .custom-card .custom-card-text h3 {
  font-family: "Gilroy-Semibold", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  color: #002067;
}
@media screen and (max-width: 767px) {
  .main-objective__item .custom-card .custom-card-text h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-objective__item .custom-card .custom-card-text h3 {
    font-size: 20px;
  }
}
.main-objective__item .custom-card .custom-card-text p {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 17px;
  line-height: 25px;
  color: #667587;
}
@media screen and (max-width: 767px) {
  .main-objective__item .custom-card .custom-card-text p {
    font-size: 14px;
    line-height: 25px;
  }
}
.main-objective__item .custom-card .custom-card-text p strong {
  font-family: "Gilroy-Semibold", sans-serif;
  font-weight: bold;
}
.main-objective__item .custom-card .custom-card-text a {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 17px;
  color: #007CF7;
}

.postid-2492 .main-brands,
.postid-2493 .main-brands,
.postid-2494 .main-brands,
.postid-2495 .main-brands,
.postid-2496 .main-brands {
  background: white !important;
}
.postid-2492 .main-headings.main-headings-left-small,
.postid-2493 .main-headings.main-headings-left-small,
.postid-2494 .main-headings.main-headings-left-small,
.postid-2495 .main-headings.main-headings-left-small,
.postid-2496 .main-headings.main-headings-left-small {
  padding: 0 !important;
}
.postid-2492 .main-headings.main-headings-paddTop,
.postid-2493 .main-headings.main-headings-paddTop,
.postid-2494 .main-headings.main-headings-paddTop,
.postid-2495 .main-headings.main-headings-paddTop,
.postid-2496 .main-headings.main-headings-paddTop {
  padding: 0px 32px !important;
}

.main-brands__content {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: center;
  padding: 60px 0 32px;
}
.main-brands__content.spacing-small {
  padding: 10px 0 10px;
}
.main-brands__content.main-brands__content-six {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 767px) {
  .main-brands__content.main-brands__content-six {
    overflow: scroll;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-brands__content.main-brands__content-six {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .main-brands__content.main-brands__content-six .main-brands__item {
    padding: 0px 10px;
  }
}
.main-brands__content.main-brands__content-eight {
  grid-template-columns: repeat(8, 1fr);
}
@media screen and (max-width: 767px) {
  .main-brands__content.main-brands__content-eight {
    overflow: scroll;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-brands__content.main-brands__content-eight {
    overflow: scroll;
  }
}
.main-brands__content.main-brands__content-flex {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .main-brands__content.main-brands__content-flex {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    overflow: scroll;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-brands__content.main-brands__content-flex {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    overflow: scroll;
  }
}
@media screen and (max-width: 767px) {
  .main-brands__content {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-brands__content {
    display: flex;
    flex-wrap: wrap;
  }
}
.main-brands__content .main-brands__item {
  width: 150px;
  padding: 30px;
  flex: 1 1 auto;
  text-align: center;
}
.main-brands__content .main-brands__item img {
  width: 100%;
  max-width: 150px !important;
}
@media screen and (max-width: 767px) {
  .main-brands__content .main-brands__item {
    padding-right: 30px;
    width: 130px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-brands__content .main-brands__item {
    width: 150px;
    padding: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .main-brands__content .main-brands__item {
    width: 110px;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .main-solution {
    width: 100%;
  }
}

.main-solution__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 0px) and (max-width: 767px) {
  .main-solution__content {
    grid-template-columns: 1fr;
  }
}
.main-solution__content .main-solution__imgs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .main-solution__content .main-solution__imgs {
    display: flex;
    justify-content: flex-start;
    max-width: 90vw;
  }
}
.main-solution__content .main-solution__imgs .main-solution__img {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .main-solution__content .main-solution__imgs .main-solution__img {
    max-width: 100px;
    margin: 10px 0;
    padding: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .main-solution__content .main-solution__imgs .main-solution__img {
    padding: 20px;
  }
}
.main-solution__content .main-solution__imgs .main-solution__img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: scale-down;
}
@media screen and (max-width: 767px) {
  .main-solution__content .main-solution__title {
    width: 90%;
    margin: 0 auto;
  }
}
.main-solution__content.main-solution__video .main-solution__title {
  width: 90%;
}
.main-solution__content.main-solution__video .main-solution__title p {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #667587;
  margin-top: 60px;
}
.main-solution__content .main-solution__texts {
  padding-left: 80px;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .main-solution__content .main-solution__texts {
    padding: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main-solution__content .main-solution__texts {
    padding-left: 5px;
  }
}
.main-solution__content .main-solution__texts .main-solution__textsc {
  padding: 80px 50px;
  background: #F4F7FA;
  width: 430px;
  height: 370px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .main-solution__content .main-solution__texts .main-solution__textsc {
    padding: 0px 10px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .main-solution__content .main-solution__texts .main-solution__textsc {
    width: 250px;
    height: 250px;
  }
}
.main-solution__content .main-solution__texts .main-solution__textsc p {
  font-family: "Gilroy-Semibold", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #002E6D;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .main-solution__content .main-solution__texts .main-solution__textsc p {
    font-size: 20px;
    line-height: 30px;
    padding: 50px 20px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .main-solution__content .main-solution__texts .main-solution__textsc p {
    font-size: 18px;
    line-height: 25px;
  }
}
.main-solution__content .main-solution__texts .main-solution__textsc p span {
  color: #007CF7;
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .main-solution__content .main-solution__texts .main-solution__textsc p span {
    font-size: 14px;
    line-height: 18px;
  }
}

.main-benefit__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 180px 0 32px;
}
@media screen and (max-width: 767px) {
  .main-benefit__content {
    width: 100%;
    grid-template-columns: 1fr;
    padding: 60px 0 32px;
  }
}
.main-benefit__content .main-benefit__img {
  width: 100%;
  height: 100%;
}
.main-benefit__content .mask-benefit {
  position: absolute;
  left: -4rem;
  top: -4rem;
  background: #002067;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  animation: slide-down 1s linear both;
  animation-delay: 3s;
  width: 750px;
}
@media screen and (max-width: 767px) {
  .main-benefit__content .mask-benefit {
    position: unset;
    animation: unset;
    height: unset;
    visibility: unset;
    width: 100%;
    left: unset;
    top: unset;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-benefit__content .mask-benefit {
    width: 400px;
    top: -7rem;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .main-benefit__content .mask-benefit {
    width: 550px;
    top: -6rem;
  }
}
.main-benefit__content .main-benefit__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 90px 40px;
  transition: 0.3s ease-in-out;
  height: 390px;
}
@media screen and (max-width: 767px) {
  .main-benefit__content .main-benefit__info {
    padding: 30px;
    height: unset;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-benefit__content .main-benefit__info {
    padding: 55px 25px;
    height: 280px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .main-benefit__content .main-benefit__info {
    padding: 50px 30px;
    height: 360px;
  }
}
.main-benefit__content .main-benefit__info h3 {
  font-family: "Gilroy-Semibold", sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 46px;
  color: #fff;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .main-benefit__content .main-benefit__info h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-benefit__content .main-benefit__info h3 {
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .main-benefit__content .main-benefit__info h3 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}
.main-benefit__content .main-benefit__info p {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 17px;
  line-height: 25px;
  color: #F4F7FA;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .main-benefit__content .main-benefit__info p {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-benefit__content .main-benefit__info p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .main-benefit__content .main-benefit__info p {
    margin-bottom: 15px;
  }
}
.main-benefit__content .main-benefit__info ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .main-benefit__content .main-benefit__info ul {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main-benefit__content .main-benefit__info ul {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
  }
}
.main-benefit__content .main-benefit__info ul li {
  display: flex;
  align-items: center;
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-benefit__content .main-benefit__info ul li {
    line-height: 15px;
  }
}
.main-benefit__content .main-benefit__info ul li .main-benefit-icon {
  margin-right: 10px;
}

.main-podcast__content {
  position: relative;
  padding-bottom: 30px;
}
.main-podcast__content .slick-list {
  padding-bottom: 0px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .main-podcast__content {
    padding-bottom: 60px;
  }
}
.main-podcast__content .main-podcast__slider {
  margin-left: 5%;
}
@media (min-width: 0px) and (max-width: 575px) {
  .main-podcast__content .main-podcast__slider {
    margin-top: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main-podcast__content .main-podcast__slider {
    margin-top: 30px;
  }
}
@media (min-width: 2133px) {
  .main-podcast__content .main-podcast__slider {
    margin-left: calc((100vw - 1920px)/2);
  }
}
.main-podcast__content .main-podcast__slider .slick-prev {
  width: 48px;
  height: 48px;
  background: #002067;
  left: calc(65vw + 39px);
  z-index: 9;
  top: auto;
  bottom: 0;
  color: transparent;
}
@media (min-width: 0px) and (max-width: 575px) {
  .main-podcast__content .main-podcast__slider .slick-prev {
    top: -30%;
    left: calc(58vw + 39px);
  }
}
@media (min-width: 2561px) and (max-width: 4000px) {
  .main-podcast__content .main-podcast__slider .slick-prev {
    left: calc(52vw + 39px);
  }
}
.main-podcast__content .main-podcast__slider .slick-prev:hover {
  background: #007CF7;
}
.main-podcast__content .main-podcast__slider .slick-prev:after {
  position: absolute;
  content: "←";
  color: #fff;
  font-size: 30px;
  line-height: 50px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  font-family: "Gilroy-Medium";
}
.main-podcast__content .main-podcast__slider .slick-next {
  width: 48px;
  height: 48px;
  background: #002067;
  left: calc(65vw + 87px);
  top: auto;
  bottom: 0;
  z-index: 9;
  color: transparent;
}
@media (min-width: 0px) and (max-width: 575px) {
  .main-podcast__content .main-podcast__slider .slick-next {
    left: calc(58vw + 87px);
    top: -30%;
  }
}
@media (min-width: 2561px) and (max-width: 4000px) {
  .main-podcast__content .main-podcast__slider .slick-next {
    left: calc(52vw + 87px);
  }
}
.main-podcast__content .main-podcast__slider .slick-next:hover {
  background: #007CF7;
}
.main-podcast__content .main-podcast__slider .slick-next:after {
  position: absolute;
  content: "→";
  color: #fff;
  font-size: 30px;
  line-height: 50px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  font-family: "Gilroy-Medium";
}

.main-podcast__video.slick-slide {
  opacity: 0.4;
  display: flex;
  align-items: flex-end;
  height: 680px;
  justify-content: flex-end;
}
@media (min-width: 0) and (max-width: 575px) {
  .main-podcast__video.slick-slide {
    height: 200px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main-podcast__video.slick-slide {
    height: 290px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .main-podcast__video.slick-slide {
    height: 280px;
  }
}
@media (min-width: 980px) and (max-width: 1024px) {
  .main-podcast__video.slick-slide {
    height: 390px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .main-podcast__video.slick-slide {
    height: 450px;
  }
}
@media (min-width: 1200px) and (max-width: 1630px) {
  .main-podcast__video.slick-slide {
    height: 500px;
  }
}
@media (min-width: 1921px) and (max-width: 2560px) {
  .main-podcast__video.slick-slide {
    height: 850px;
  }
}
.main-podcast__video.slick-slide video {
  height: 390px;
}
@media (min-width: 0) and (max-width: 575px) {
  .main-podcast__video.slick-slide video {
    height: 180px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main-podcast__video.slick-slide video {
    height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .main-podcast__video.slick-slide video {
    height: 250px;
  }
}
@media (min-width: 980px) and (max-width: 1024px) {
  .main-podcast__video.slick-slide video {
    height: 250px;
  }
}
.main-podcast__video.slick-current {
  opacity: 1;
  height: 680px;
  padding-right: 39px;
  width: 65vw;
}
@media (min-width: 0px) and (max-width: 575px) {
  .main-podcast__video.slick-current {
    height: 200px;
    padding-right: 30px;
    width: 90vw;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main-podcast__video.slick-current {
    height: 290px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .main-podcast__video.slick-current {
    height: 280px;
  }
}
@media (min-width: 980px) and (max-width: 1024px) {
  .main-podcast__video.slick-current {
    height: 390px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .main-podcast__video.slick-current {
    height: 450px;
  }
}
@media (min-width: 1200px) and (max-width: 1630px) {
  .main-podcast__video.slick-current {
    height: 500px;
  }
}
@media (min-width: 1921px) and (max-width: 2560px) {
  .main-podcast__video.slick-current {
    height: 850px;
  }
}
@media (min-width: 2561px) and (max-width: 4000px) {
  .main-podcast__video.slick-current {
    height: 850px;
    width: 50vw;
  }
}
.main-podcast__video.slick-current video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.main-progresbar {
  display: flex;
  align-items: center;
  position: absolute;
  top: 18%;
  left: calc(5% + 65vw + 39px);
}
@media (min-width: 0px) and (max-width: 575px) {
  .main-progresbar {
    top: -20%;
    left: calc(5% + -10vw + 39px);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main-progresbar {
    top: -12%;
    left: calc(5% + -5vw + 39px);
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .main-progresbar {
    top: 0%;
  }
}
@media (min-width: 1025px) and (max-width: 1300px) {
  .main-progresbar {
    top: 3%;
  }
}
@media (min-width: 1200px) and (max-width: 1635px) {
  .main-progresbar {
    top: 10%;
  }
}
@media (min-width: 1921px) and (max-width: 2560px) {
  .main-progresbar {
    left: calc(5% + 65vw + 39px);
  }
}
@media (min-width: 2133px) {
  .main-progresbar {
    left: calc(((100vw - 1920px)/2) + 65vw + 39px);
  }
}
.main-progresbar span {
  font-family: "Gilroy-Semibold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: 0.3px;
  color: #000000;
}
.main-progresbar .progress {
  display: block;
  width: 80px;
  height: 3px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #DFE6EE;
  background-image: linear-gradient(to right, #002067, #002067);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .main-resource .main-container {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .main-resource .main-container .main-headings {
    width: 90%;
    margin: 0 auto;
  }
}
.main-resource .main-resource__content {
  margin-top: 30px;
  padding-bottom: 30px;
}
.main-resource .main-resource__content .slick-list {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .main-resource .main-resource__content .slick-list {
    padding: 0px 18px !important;
  }
}

.main-resource__card {
  background-color: #fff;
  border: 1px solid #DFE6EE;
  width: 90%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .main-resource__card {
    width: 90%;
  }
}
.main-resource__card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.main-resource__card .main-resource__img {
  height: 200px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .main-resource__card .main-resource__img {
    height: 130px;
  }
}
.main-resource__card .main-resource__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-resource__card .main-resource__info {
  min-height: 175px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  justify-content: space-between;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .main-resource__card .main-resource__info {
    min-height: 240px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .main-resource__card .main-resource__info {
    min-height: 220px;
  }
}
.main-resource__card .main-resource__info span {
  font-family: "Gilroy-Semibold", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  color: #FF5749;
  text-transform: uppercase;
}
.main-resource__card .main-resource__info p {
  font-family: "Gilroy-Semibold", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #002067;
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-resource__card .main-resource__info p {
    font-size: 13px;
  }
}

.main-stories {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .main-stories {
    padding-top: 30px;
  }
}
.main-stories .customer_story_viewer_outer {
  margin-bottom: 60px !important;
}
.main-stories .customer_story_viewer_outer.customer_story-gray {
  background: #F7F9FB;
  padding: 30px 0;
}
.main-stories .customer_story_viewer_outer .customer_story {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .main-stories .customer_story_viewer_outer .customer_story {
    grid-template-columns: 1fr;
  }
}
.main-stories .customer_story_viewer_outer .customer_story .story_copy {
  width: unset !important;
  padding: 30px 0 0px !important;
}
.main-stories .customer_story_viewer_outer .customer_story .story_copy.story_copy-white {
  background-color: #F7F9FB !important;
  padding-top: 0px;
}
.main-stories .customer_story_viewer_outer .customer_story .story_copy.story_copy-white .story_copy_inner {
  padding: 0px 75px 75px 75px !important;
}
@media screen and (max-width: 767px) {
  .main-stories .customer_story_viewer_outer .customer_story .story_copy.story_copy-white .story_copy_inner {
    padding: 0 20px 0 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main-stories .customer_story_viewer_outer .customer_story .story_copy.story_copy-white .story_copy_inner {
    padding: 0px 30px 40px 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .main-stories .customer_story_viewer_outer .customer_story .story_copy {
    width: unset !important;
    margin-top: -40px;
  }
}
@media screen and (max-width: 767px) {
  .main-stories .customer_story_viewer_outer .customer_story .story_copy {
    padding: 30px 15px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-stories .customer_story_viewer_outer .customer_story .story_copy {
    padding: 30px 0 0 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .main-stories .customer_story_viewer_outer .customer_story .story_copy {
    padding: 20px 0px 0px 0px !important;
  }
}
.main-stories .customer_story_viewer_outer .customer_story .story_copy .story_copy_inner {
  max-width: 740px !important;
  margin: 0 auto !important;
  padding: 75px !important;
}
@media screen and (max-width: 767px) {
  .main-stories .customer_story_viewer_outer .customer_story .story_copy .story_copy_inner {
    padding: 30px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-stories .customer_story_viewer_outer .customer_story .story_copy .story_copy_inner {
    padding: 0px 20px 0 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-stories .customer_story_viewer_outer .customer_story .story_copy .story_copy_inner {
    padding: 50px 10px 50px 60px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .main-stories .customer_story_viewer_outer .customer_story .story_copy .story_copy_inner {
    padding: 90px 0px 90px 65px !important;
  }
}
@media (min-width: 1921px) and (max-width: 2560px) {
  .main-stories .customer_story_viewer_outer .customer_story .story_copy .story_copy_inner {
    max-width: 600px !important;
  }
}
@media (min-width: 2561px) {
  .main-stories .customer_story_viewer_outer .customer_story .story_copy .story_copy_inner {
    max-width: 950px !important;
    margin: unset !important;
    margin-left: auto !important;
    padding: 100px 0 !important;
  }
}
.main-stories .customer_story_viewer_outer .customer_story .story_copy .story_copy_inner .main-btns {
  display: flex;
}
@media screen and (max-width: 767px) {
  .main-stories .customer_story_viewer_outer .customer_story .story_copy .story_copy_inner .main-btns {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .main-stories .customer_story_viewer_outer .customer_story .story_copy .story_copy_inner .main-btns {
    justify-content: center;
    flex-direction: column;
  }
}
.main-stories .customer_story_viewer_outer .customer_story .story_photo_outer {
  width: unset !important;
}
@media screen and (max-width: 767px) {
  .main-stories .customer_story_viewer_outer .customer_story .story_photo_outer {
    order: -1;
  }
}
.main-stories .border-top {
  background: #002067;
  background-image: unset !important;
}

.main-storiesnew__challenge {
  margin-top: 20px;
}
.main-storiesnew__title {
  color: #FF6253;
  font-family: "Gilroy-Semibold", sans-serif;
  font-weight: bold;
}
.main-storiesnew__subtitle {
  color: #092067;
  font-family: "Gilroy-Semibold", sans-serif;
  font-weight: bold;
}
.main-storiesnew__description {
  margin-bottom: 20px;
}
.main-storiesnew__description ul {
  padding-left: 30px;
  margin-top: 20px;
  list-style-image: url(https://staging-toolsgroup.kinsta.cloud/wp-content/uploads/2022/06/check.svg);
}
.main-storiesnew__description ul li {
  position: relative;
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 17px;
  line-height: 25px;
  color: #667587;
}
.main-storiesnew__btn {
  margin-top: 50px;
}
.main-storiesnew__img {
  width: 100%;
  height: 222px;
  overflow: hidden;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .main-storiesnew__img {
    width: 100%;
    height: 200px;
  }
}
.main-storiesnew__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-storiesnew__quotes {
  margin: 10px 0 25px 0;
  color: #092067;
  font-family: "Gilroy-Semibold", sans-serif;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .main-storiesnew__quotes {
    padding: 10px;
    font-size: 17px;
  }
}
.main-storiesnew__quotes span {
  color: #FF6253;
}
.main-storiesnew__name {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 17px;
  line-height: 25px;
  color: #007CF4;
}
@media screen and (max-width: 767px) {
  .main-storiesnew__name {
    padding: 10px;
    font-size: 17px;
  }
}
.main-storiesnew__name strong {
  font-family: "Gilroy-Semibold", sans-serif;
  font-weight: bold;
}

.main-values .main-desk__visible {
  padding: 0 10px 32px;
}

.main-values__content.main-values__content-about {
  padding: 40px 0 0px 0 !important;
}
.main-values__content.main-grid__desk {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  gap: 2.5rem;
  padding: 40px 0 80px 0;
}
.main-values__content.main-grid__desk.three_square {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  gap: 2.5rem;
  padding: 40px 0 80px 0;
}
.main-values__content.main-grid__desk.two_square {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
  gap: 2.5rem;
  padding: 40px 200px 80px 200px;
}
@media (min-width: 768px) and (max-width: 980px) {
  .main-values__content.main-grid__desk {
    grid-gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 981px) and (max-width: 1023px) {
  .main-values__content.main-grid__desk {
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .main-values__content .values-cards__content {
    border: 1px solid #E9E9E9;
    margin-right: 30px;
  }
}

.values-cards {
  border: 1px solid #E9E9E9;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Gilroy-Semibold", sans-serif;
  text-align: center;
  position: relative;
  width: 100%;
  padding: 50px 10px 50px 10px;
}
.values-cards.values-cards-white {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .values-cards {
    padding-right: 0px;
    padding-left: 0px;
    border: 1px solid transparent;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .values-cards {
    padding-right: 40px;
    padding-left: 40px;
    width: 75%;
  }
}
.values-cards:hover {
  border: 1px solid #002067;
}
.values-cards .values-cards__h3 {
  font-weight: bold;
  font-size: 48px !important;
  line-height: 46px !important;
  color: #007CF7 !important;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .values-cards .values-cards__h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .values-cards .values-cards__h3 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .values-cards .values-cards__h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 5px;
  }
}
.values-cards p {
  font-size: 16px;
  line-height: 24px;
  color: #667587;
  text-align: center;
  font-family: "Gilroy-Medium", sans-serif;
}

.main-cta__content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px;
}
@media screen and (max-width: 767px) {
  .main-cta__content {
    padding: 60px;
  }
}
.main-cta__content .main-cta-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .main-cta__content .main-cta-card {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main-cta__content .main-cta-card {
    width: 90%;
  }
}
.main-cta__content .main-cta-card h3 {
  font-family: "Gilroy-Semibold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  color: #002067;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .main-cta__content .main-cta-card h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main-cta__content .main-cta-card h3 {
    font-size: 30px;
    line-height: 36px;
  }
}

@keyframes slide-up {
  from {
    visibility: visible;
    height: 650px;
  }
  to {
    visibility: hidden;
    height: 0;
  }
}
@keyframes slide-down {
  0% {
    visibility: hidden;
    height: 0;
  }
  95% {
    visibility: visible;
    height: 400px;
  }
  /* Set height to 'auto' after animation for spacing showing form-invalid feedback message */
  100% {
    visibility: visible;
    height: auto;
  }
}
.main-mobile__visible {
  display: none;
}
@media screen and (max-width: 767px) {
  .main-mobile__visible {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .main-desk__visible {
    display: none;
  }
}

.progress-bar__mobile .progress {
  display: block;
  width: 90%;
  height: 3px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #DFE6EE;
  background-image: linear-gradient(to right, #007CF7, #007CF7);
  background-repeat: no-repeat;
  background-size: 25% 100%;
  transition: background-size 0.4s ease-in-out;
  margin: 32px auto;
}

/* HEADINGS */
.main-heading__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .main-heading__content {
    grid-template-columns: 1fr;
  }
}
.main-heading__content .main-heading__item {
  height: 590px;
  background: #002067;
}
@media screen and (max-width: 1023px) {
  .main-heading__content .main-heading__item {
    height: 194px;
    display: flex;
  }
}
.main-heading__content .main-heading__item .main-heading__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-width: 850px;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .main-heading__content .main-heading__item .main-heading__info {
    height: unset;
    max-width: unset;
  }
}
.main-heading__content .main-heading__item .main-heading__info span {
  font-family: "Gilroy-Regular", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #FF6253;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .main-heading__content .main-heading__item .main-heading__info span {
    font-size: 12px;
    line-height: 24px;
  }
}
.main-heading__content .main-heading__item .main-heading__info h1 {
  color: #fff;
  font-family: "Gilroy-Semibold", sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: -0.3px;
  margin-top: 10px;
}
@media screen and (max-width: 1023px) {
  .main-heading__content .main-heading__item .main-heading__info h1 {
    font-size: 20px;
    line-height: 25px;
    margin-top: 0px;
  }
}
.main-heading__content .main-heading__item .main-heading__info p {
  font-family: "Gilroy-Regular", sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  flex-grow: 0;
  color: #fff;
  margin-top: 24px;
  width: 80%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .main-heading__content .main-heading__item .main-heading__info p {
    font-size: 13px;
    line-height: 19px;
    margin-top: 5px;
    width: 90%;
  }
}
.main-heading__content .main-heading__contentimg {
  position: relative;
  height: 590px;
}
@media screen and (max-width: 767px) {
  .main-heading__content .main-heading__contentimg {
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-heading__content .main-heading__contentimg {
    height: 400px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .main-heading__content .main-heading__contentimg {
    height: 500px;
  }
}
.main-heading__content .main-heading__contentimg .main-heading__gridimg {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1023px) {
  .main-heading__content .main-heading__contentimg .main-heading__gridimg {
    display: none;
  }
}
.main-heading__content .main-heading__contentimg .main-heading__gridimg .main-heading__itemimg:nth-child(1) {
  background: #002067;
  height: 580px;
  margin-left: -1px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-heading__content .main-heading__contentimg .main-heading__gridimg .main-heading__itemimg:nth-child(1) {
    height: 400px;
  }
}
.main-heading__content .main-heading__contentimg .main-heading__gridimg .main-heading__itemimg:nth-child(2) {
  background: #fff;
}
.main-heading__content .main-heading__contentimg .main-heading__img {
  position: absolute;
  bottom: -1rem;
  right: 0;
  max-width: 45vw;
}
@media screen and (max-width: 767px) {
  .main-heading__content .main-heading__contentimg .main-heading__img {
    height: 300px;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-heading__content .main-heading__contentimg .main-heading__img {
    right: unset;
    max-width: 100%;
  }
}
@media (min-width: 1601px) {
  .main-heading__content .main-heading__contentimg .main-heading__img {
    height: 95%;
  }
}
.main-heading__content .main-heading__contentimg .main-heading__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.main-heading__industries.main-heading__program {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
}
.main-heading__industries.main-heading__program .main-heading__content {
  grid-template-columns: 1fr 1.2fr;
}
@media screen and (max-width: 1023px) {
  .main-heading__industries.main-heading__program .main-heading__content {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1023px) {
  .main-heading__industries.main-heading__program .main-heading__content .main-heading__item.main-heading__item-landing {
    height: 400px !important;
  }
}
.main-heading__industries.main-heading__program .main-heading__content .main-heading__item .main-heading__itemb {
  height: 560px;
  bottom: unset;
  top: 0;
}
@media screen and (max-width: 1023px) {
  .main-heading__industries.main-heading__program .main-heading__content .main-heading__item .main-heading__itemb {
    height: 230px;
  }
}
.main-heading__industries.main-heading__program .main-heading__content .main-heading__item .main-heading__itemb .main-heading__info .main-heading__text p {
  width: 80%;
}
@media screen and (max-width: 1023px) {
  .main-heading__industries.main-heading__program .main-heading__content .main-heading__item .main-heading__itemb .main-heading__info .main-heading__text p {
    width: 100%;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px;
  }
}
.main-heading__industries .main-heading__content {
  grid-template-columns: 1fr 1.2fr;
}
@media screen and (max-width: 1023px) {
  .main-heading__industries .main-heading__content {
    grid-template-columns: 1fr;
  }
}
.main-heading__industries .main-heading__content .main-heading__item {
  height: 590px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .main-heading__industries .main-heading__content .main-heading__item.main-heading__item-landing {
    height: 400px !important;
  }
}
@media screen and (max-width: 1023px) {
  .main-heading__industries .main-heading__content .main-heading__item {
    height: 230px;
  }
}
.main-heading__industries .main-heading__content .main-heading__item .main-heading__itemb {
  background: #002067;
  height: 480px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.main-heading__industries .main-heading__content .main-heading__item .main-heading__itemb.main-heading__itemtop {
  top: 10%;
}
@media screen and (max-width: 1023px) {
  .main-heading__industries .main-heading__content .main-heading__item .main-heading__itemb.main-heading__itemtop {
    top: 20%;
  }
}
@media screen and (max-width: 1023px) {
  .main-heading__industries .main-heading__content .main-heading__item .main-heading__itemb {
    height: 230px;
    display: flex;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .main-heading__industries .main-heading__content .main-heading__item .main-heading__itemb {
    height: 500px;
  }
}
.main-heading__industries .main-heading__content .main-heading__item .main-heading__itemb .main-heading__info {
  max-width: 750px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .main-heading__industries .main-heading__content .main-heading__item .main-heading__itemb .main-heading__info {
    height: unset;
    max-width: unset;
    margin-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .main-heading__industries .main-heading__content .main-heading__item .main-heading__itemb .main-heading__info .main-heading__text span {
    font-size: 12px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .main-heading__industries .main-heading__content .main-heading__item .main-heading__itemb .main-heading__info .main-heading__text h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.main-heading__industries .main-heading__content .main-heading__item .main-heading__itemb .main-heading__info .main-heading__text p {
  width: 90%;
}
@media screen and (max-width: 1023px) {
  .main-heading__industries .main-heading__content .main-heading__item .main-heading__itemb .main-heading__info .main-heading__text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .main-heading__industries .main-heading__content .main-heading__item .main-heading__itemb .main-heading__info .main-heading__text .button_container {
    display: flex;
  }
}
@media screen and (max-width: 1023px) {
  .main-heading__industries .main-heading__content .main-heading__item .main-heading__itemb .main-heading__info .main-heading__text .button_container a {
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    height: 45px;
  }
}
@media screen and (max-width: 1023px) {
  .main-heading__industries .main-heading__content .main-heading__item .main-heading__itemb .main-heading__info .main-heading__text .button_container a span {
    color: #002067 !important;
    font-size: 13px !important;
    line-height: 15px !important;
  }
}
@media screen and (max-width: 1023px) {
  .main-heading__industries .main-heading__content .main-heading__contentimg {
    display: none;
  }
}
.main-heading__industries .main-heading__content .main-heading__contentimg .main-heading__gridimg .main-heading__itemimg:nth-child(1) {
  margin-left: 0px;
}
.main-heading__industries .main-heading__content .main-heading__contentimg .main-heading__img {
  height: 590px;
  max-width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1023px) {
  .main-heading__industries .main-heading__content .main-heading__contentimg .main-heading__img {
    display: none;
  }
}
.main-heading__industries .main-heading__content .main-heading__contentimg .main-heading__img img {
  object-fit: cover;
  height: 500px;
  bottom: 0;
  position: absolute;
  object-position: center;
}

.main-heading__full .main-heading {
  padding-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .main-heading__full .main-heading .main-heading__content {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1023px) {
  .main-heading__full .main-heading .main-heading__content .main-heading__contentimg {
    display: none;
  }
}
.main-heading__full .main-heading .main-heading__content .main-heading__contentimg .main-heading__gridimg .main-heading__itemimg:nth-child(1) {
  margin-left: 0px;
  background-color: #fff;
}
.main-heading__full .main-heading .main-heading__content .main-heading__contentimg .main-heading__img {
  height: 590px;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .main-heading__full .main-heading .main-heading__content .main-heading__contentimg .main-heading__img {
    display: none;
  }
}
.main-heading__full .main-heading .main-heading__content .main-heading__contentimg #main-heading__img__careers,
.main-heading__full .main-heading .main-heading__content .main-heading__contentimg #main-heading__img__partners {
  left: 0;
  top: 0;
}

.main-pagecontent {
  padding: 32px 0;
}
.main-pagecontent .main-pagecontent__item {
  max-width: 911px;
  width: 65%;
  margin: 0 auto;
  color: #999;
  font-family: "Gilroy-Regular", sans-serif;
  text-align: center;
  font-size: 20px;
}
.main-pagecontent .main-pagecontent__item .main-pagecontent__text {
  text-align: left;
  color: #999;
  font-size: 20px;
  line-height: 28px;
  font-family: "Gilroy-Regular", sans-serif;
}

.company-nav {
  border-top: 1px solid #dfe6ee;
}

.main-container__menu {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
  margin-top: 20px;
}
@media only screen and (max-width: 1200px) {
  .main-container__menu {
    width: 95%;
  }
}

.main-heading__titles {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 80px 0 0;
}
@media only screen and (max-width: 1200px) {
  .main-heading__titles {
    width: 95%;
  }
}
.main-heading__titles h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: -0.3px;
  color: #002067;
  font-family: "Gilroy-Bold";
}
@media screen and (max-width: 767px) {
  .main-heading__titles h1 {
    font-size: 30px;
    line-height: 35px;
    padding: 60px 0 0px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-heading__titles h1 {
    font-size: 35px;
    line-height: 40px;
  }
}

/* customer stories */
.main-stories__top {
  max-width: 1920px;
  width: 90%;
  margin: 50px auto;
  border-bottom: 1px solid #DFE6EF;
}
.main-stories__top .main-stories__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .main-stories__top .main-stories__info {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }
}
.main-stories__top .main-stories__info h1 {
  font-family: "Gilroy-Semibold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: -0.3px;
  color: #002067;
  padding: 60px 0 32px 0;
}
@media screen and (max-width: 767px) {
  .main-stories__top .main-stories__info h1 {
    font-size: 30px;
    line-height: 35px;
    padding: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-stories__top .main-stories__info h1 {
    font-size: 35px;
    line-height: 40px;
  }
}

/* unset */
.p_standard_right.p_standard_right-unset {
  width: unset !important;
}
.p_standard_right.p_standard_right-unset .l_div {
  margin-bottom: 0px;
  border-bottom: 1px solid #ffffff;
}
.p_standard_right.p_standard_right-unset .l_div:before {
  background-color: #ffffff;
}

.company-nav li a[aria-current=page] {
  color: #007cf7;
  margin-bottom: 0;
  border-bottom: 3px solid #007cf7;
}

.c_body_content.c_body_content-width {
  width: 90% !important;
  max-width: 1104px !important;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .c_body_content.c_body_content-width {
    width: 90% !important;
  }
}
.c_body_content.c_body_content-width p {
  padding-left: 141px !important;
  text-align: left;
  color: #999;
  font-size: 20px;
  line-height: 28px;
  font-family: "Gilroy-Regular", sans-serif;
}
@media screen and (max-width: 1023px) {
  .c_body_content.c_body_content-width p {
    padding-left: 0 !important;
  }
}

/* Mini banner */
@media (max-width: 1199px) {
  .mobile__style {
    justify-content: space-between !important;
    align-items: center !important;
    text-align: left !important;
    font-size: 12px !important;
  }
}
@media (max-width: 1199px) {
  .mobile__style .width_mobile {
    width: 80% !important;
  }
}

/* filter partners */
.c_container.c_container_partners-new {
  width: 1920px;
  margin: 0 auto;
  max-width: 90%;
}
.c_container.c_container_partners-new .c_open_positions-new {
  display: flex;
}
@media (min-width: 0px) and (max-width: 1120px) {
  .c_container.c_container_partners-new .c_open_positions-new {
    flex-wrap: wrap;
  }
}
.c_container.c_container_partners-new .c_open_positions-new .show_btn_mobile {
  display: none;
  padding: 10px;
  border: 1px solid #002067;
  width: 42%;
  position: relative;
  color: #002067;
  margin-bottom: 30px;
}
.c_container.c_container_partners-new .c_open_positions-new .show_btn_mobile:nth-child(1) {
  margin-right: 2%;
}
@media (min-width: 0px) and (max-width: 1120px) {
  .c_container.c_container_partners-new .c_open_positions-new .show_btn_mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.c_container.c_container_partners-new .c_open_positions-new .c_filters-new {
  width: 20%;
}
@media (min-width: 0px) and (max-width: 1120px) {
  .c_container.c_container_partners-new .c_open_positions-new .c_filters-new {
    display: unset !important;
    background-color: unset !important;
    z-index: unset !important;
    position: unset !important;
    top: unset !important;
    left: unset !important;
    width: 100% !important;
    height: unset !important;
    padding-top: unset !important;
  }
}
.c_container.c_container_partners-new .c_open_positions-new .c_filters-new .c_filters-content {
  border: 1px solid #DFE6EE;
  padding: 15px;
  margin-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 1120px) {
  .c_container.c_container_partners-new .c_open_positions-new .c_filters-new .c_filters-content {
    border: 1px solid transparent;
    padding: 0px;
    margin-bottom: 0px;
  }
}
.c_container.c_container_partners-new .c_open_positions-new .c_filters-new .c_filters-content h3 {
  margin-bottom: 24px;
}
@media (min-width: 0px) and (max-width: 1120px) {
  .c_container.c_container_partners-new .c_open_positions-new .c_filters-new .c_filters-content h3 {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 1120px) {
  .c_container.c_container_partners-new .c_open_positions-new .c_filters-new .c_filters-content .c_filters-nav1, .c_container.c_container_partners-new .c_open_positions-new .c_filters-new .c_filters-content .c_filters-nav2 {
    background-color: #fff;
    z-index: 9999;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-top: 90px;
    display: none;
  }
  .c_container.c_container_partners-new .c_open_positions-new .c_filters-new .c_filters-content .c_filters-nav1:before, .c_container.c_container_partners-new .c_open_positions-new .c_filters-new .c_filters-content .c_filters-nav2:before {
    position: absolute;
    content: "Filter by";
    top: 30px;
    left: 20px;
    font-size: 30px;
    font-family: "Gilroy-Bold";
    color: #002067;
  }
}
.c_container.c_container_partners-new .c_open_positions-new .c_filters-new .c_filters-content .c_filters-nav1 nav, .c_container.c_container_partners-new .c_open_positions-new .c_filters-new .c_filters-content .c_filters-nav2 nav {
  position: relative;
}
@media (min-width: 0px) and (max-width: 1120px) {
  .c_container.c_container_partners-new .c_open_positions-new .c_filters-new .c_filters-content .c_filters-nav1 nav .c_filters_close, .c_container.c_container_partners-new .c_open_positions-new .c_filters-new .c_filters-content .c_filters-nav2 nav .c_filters_close {
    position: absolute;
    right: 30px;
    top: -40px;
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/themes/tgroup/assets/images/icons/close@2x.png);
    background-size: cover;
    cursor: pointer;
    z-index: 10000;
    filter: brightness(0);
  }
}
.c_container.c_container_partners-new .c_open_positions-new .c_filters-new .c_filters-content .c_filters-nav1 .c_filters-new-btn, .c_container.c_container_partners-new .c_open_positions-new .c_filters-new .c_filters-content .c_filters-nav2 .c_filters-new-btn {
  display: none;
}
@media (min-width: 0px) and (max-width: 1120px) {
  .c_container.c_container_partners-new .c_open_positions-new .c_filters-new .c_filters-content .c_filters-nav1 .c_filters-new-btn, .c_container.c_container_partners-new .c_open_positions-new .c_filters-new .c_filters-content .c_filters-nav2 .c_filters-new-btn {
    display: block;
    background: #002067 !important;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
}
.c_container.c_container_partners-new .c_open_positions-new .c_filters-new .c_filters-content .c_filters-content-ul {
  margin-bottom: 25px;
  border-top: 1px solid transparent;
}
@media (min-width: 0px) and (max-width: 767px) {
  .c_container.c_container_partners-new .c_open_positions-new .c_filters-new .c_filters-content .c_filters-content-ul {
    padding: 0 40px;
  }
}
.c_container.c_container_partners-new .c_open_positions-new .c_filters-new .c_filters-content .c_filters-content-ul li {
  color: #3f4a5b;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 767px) {
  .c_container.c_container_partners-new .c_open_positions-new .c_filters-new .c_filters-content .c_filters-content-ul li {
    padding: 15px 0;
  }
}
.c_container.c_container_partners-new .c_open_positions-new .c_filters-new .c_filters-content .c_filters-content-ul li a.c_filters-content-item {
  padding: 10px 0;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #002067;
  position: relative;
}
@media (min-width: 0px) and (max-width: 1120px) {
  .c_container.c_container_partners-new .c_open_positions-new .c_filters-new .c_filters-content .c_filters-content-ul li a.c_filters-content-item {
    line-height: 30px;
    color: #002067 !important;
    font-size: 20px;
    display: none;
    font-size: 20px !important;
    font-family: "Gilroy-Bold" !important;
    padding-left: 0 !important;
  }
}
.c_container.c_container_partners-new .c_open_positions-new .c_filters-new .c_filters-content .c_filters-content-ul li a.c_filters-content-item:hover {
  background-color: transparent;
}
.c_container.c_container_partners-new .c_open_positions-new .c_filters-new .c_filters-content .c_filters-content-ul li a.c_filters-content-item .c_filters-svg {
  position: absolute;
  right: 0;
  top: 5px;
  width: 16px;
  width: 13px;
}
@media (min-width: 0px) and (max-width: 1120px) {
  .c_container.c_container_partners-new .c_open_positions-new .c_filters-new .c_filters-content .c_filters-content-ul li a.c_filters-content-item .c_filters-svg {
    display: none;
    right: 10px;
    top: 40%;
  }
}
.c_container.c_container_partners-new .c_open_positions-new .c_filters-new .c_filters-content .c_filters-content-ul li .c_filters-content-submenu {
  display: none;
}
@media (min-width: 0px) and (max-width: 1120px) {
  .c_container.c_container_partners-new .c_open_positions-new .c_filters-new .c_filters-content .c_filters-content-ul li .c_filters-content-submenu {
    display: block;
    padding: 0 5px;
  }
}
.c_container.c_container_partners-new .c_open_positions-new .c_filters-new .c_filters-content .c_filters-content-ul li .c_filters-content-submenu.active-menu {
  display: block !important;
}
.c_container.c_container_partners-new .c_open_positions-new .c_filters-new .c_filters-content .c_filters-content-ul li .c_filters-content-submenu li a {
  padding: 18px 0 18px 40px;
  color: #002067;
}
@media (min-width: 0px) and (max-width: 767px) {
  .c_container.c_container_partners-new .c_open_positions-new .c_filters-new .c_filters-content .c_filters-content-ul li .c_filters-content-submenu li a {
    padding: 0px 0px 0px 5px !important;
    color: #002067 !important;
    font-size: 16px !important;
  }
}
.c_container.c_container_partners-new .c_open_positions-new .c_filters-new .c_filters-content .c_filters-content-ul li .c_filters-content-submenu li a:hover {
  background-color: #ffffff;
  cursor: pointer;
}
.c_container.c_container_partners-new .c_open_positions-new .c_filters-new .c_filters-content .c_filters-content-ul li .c_filters-content-submenu li a::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #002067;
  background-color: transparent;
  left: 5px;
  top: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .c_container.c_container_partners-new .c_open_positions-new .c_filters-new .c_filters-content .c_filters-content-ul li .c_filters-content-submenu li a::before {
    top: unset;
    left: -25px;
  }
}
.c_container.c_container_partners-new .c_open_positions-new .c_filters-new .c_filters-content .c_filters-content-ul li .c_filters-content-submenu li a.selected {
  position: relative;
}
.c_container.c_container_partners-new .c_open_positions-new .c_filters-new .c_filters-content .c_filters-content-ul li .c_filters-content-submenu li a.selected:before {
  background-color: #002067;
  content: "✓";
  padding-bottom: 2px;
  padding-left: 1px;
  padding-right: 1px;
  color: #ffffff;
  display: flex;
  justify-content: center;
}
@media (min-width: 0px) and (max-width: 767px) {
  .c_container.c_container_partners-new .c_open_positions-new .c_filters-new .c_filters-content .c_filters-content-ul li .c_filters-content-submenu li a.selected:before {
    top: unset;
  }
}
.c_container.c_container_partners-new .c_open_positions-new .c_filters-new .c_filters-content .c_filters-content-ul li .c_filters-content-submenu li a.selected:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 20px;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/themes/tgroup/assets/images/icons/close@2x.png);
  background-size: cover;
  cursor: pointer;
  z-index: 10000;
  filter: brightness(0.5);
}
@media (min-width: 0px) and (max-width: 767px) {
  .c_container.c_container_partners-new .c_open_positions-new .c_filters-new .c_filters-content .c_filters-content-ul li .c_filters-content-submenu li a.selected:after {
    top: unset;
  }
}
.c_container.c_container_partners-new .c_open_positions-new .c_partners-new {
  width: 77%;
  margin-left: 3%;
}
@media (min-width: 0px) and (max-width: 1120px) {
  .c_container.c_container_partners-new .c_open_positions-new .c_partners-new {
    width: 100% !important;
    margin-left: 0;
  }
}
.c_container.c_container_partners-new .c_open_positions-new .c_partners-new .c_featured {
  font-style: normal;
  font-size: 24px;
  line-height: 36px;
  color: #002067;
  font-family: "Gilroy-Bold";
  letter-spacing: -0.3px;
}
.c_container.c_container_partners-new .c_open_positions-new .c_partners-new .grid-1 {
  border-left: 1px solid #dfe6ee;
}

.c_partners-new .customer_item {
  width: 33.3%;
}
@media (min-width: 0) and (max-width: 767px) {
  .c_partners-new .customer_item {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c_partners-new .customer_item {
    width: 33%;
  }
}
.c_partners-new div#customer1_54425 p {
  width: auto !important;
}
.c_partners-new .customer_detail_expanded {
  width: 0%;
  position: absolute;
  min-height: 333px;
  top: 100%;
  z-index: 99;
  background-color: #ffff;
  border-bottom: 1px solid #DFE6EE;
  border-right: 1px solid #DFE6EE;
  box-sizing: border-box;
  box-shadow: 0px 15px 34px rgba(0, 46, 109, 0.08);
}
@media (min-width: 0) and (max-width: 1120px) {
  .c_partners-new .customer_detail_expanded {
    position: fixed;
    top: 0 !important;
  }
  .c_partners-new .customer_detail_expanded br:nth-child(1) {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 1120px) {
  .c_partners-new .customer_detail_expanded {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999999;
  }
}
.c_partners-new .customer_detail_expanded .customer_detail_title {
  width: 90%;
  margin-left: 30px;
  margin-top: 40px;
  font-size: 24px;
  line-height: 36px;
  color: #007CF7;
}
@media (min-width: 0px) and (max-width: 1120px) {
  .c_partners-new .customer_detail_expanded .customer_detail_title {
    margin-left: unset;
    margin-top: 40px;
    width: 90%;
    margin-left: 0px;
  }
}
.c_partners-new .customer_detail_expanded .customer_detail_description {
  width: 90%;
  margin-top: 5px;
  margin-left: 30px;
}
@media (min-width: 0) and (max-width: 1120px) {
  .c_partners-new .customer_detail_expanded .customer_detail_description {
    width: unset;
    margin-top: 0px;
    margin-left: 0;
  }
}
.c_partners-new .customer_detail_expanded .customer_detail_description .c_item_site {
  font-size: 14px;
}
@media (min-width: 0) and (max-width: 767px) {
  .c_partners-new .customer_detail_expanded .customer_detail_description .customer_detail_close {
    right: unset;
    top: unset;
    filter: none;
  }
}
.c_partners-new .customer_detail_expanded .customer_detail_close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 24px;
  height: 24px;
  background-image: url(/wp-content/themes/tgroup/assets/images/icons/close@2x.png);
  background-size: cover;
  cursor: pointer;
  z-index: 10000;
}
@media (min-width: 0px) and (max-width: 1120px) {
  .c_partners-new .customer_detail_expanded .customer_detail_close {
    bottom: 48px;
    left: 43%;
    filter: brightness(1);
    top: unset;
  }
}

span.PartnerType select {
  background: url(/wp-content/uploads/2021/11/Mask.png) no-repeat !important;
  background-position: right;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-position: 98% !important;
}

.partner_form_right select {
  padding-top: 0px;
  height: auto !important;
}
.partner_form_right .PartnerType {
  width: 100% !important;
}
.partner_form_right .PartnerType .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
}
.partner_form_right .PartnerType .wpcf7-radio .wpcf7-list-item {
  width: 33% !important;
}
@media (min-width: 0px) and (max-width: 767px) {
  .partner_form_right .PartnerType .wpcf7-radio .wpcf7-list-item {
    width: 100% !important;
    padding-bottom: 10px !important;
  }
}
.partner_form_right .PartnerType .wpcf7-radio .wpcf7-list-item label {
  display: flex;
}
.partner_form_right .PartnerType .wpcf7-radio .wpcf7-list-item input[type=radio] {
  -webkit-appearance: none;
  width: 18px;
  height: 2px;
  border: 1px solid #464E58;
  border-radius: 50%;
  outline: none;
  order: -1;
  position: relative;
}
.partner_form_right .PartnerType .wpcf7-radio .wpcf7-list-item input[type=radio]:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 4px;
}
.partner_form_right .PartnerType .wpcf7-radio .wpcf7-list-item input[type=radio]:checked {
  background-color: #002067 !important;
  border: 1px solid #002067 !important;
}
.partner_form_right .PartnerType .wpcf7-radio .wpcf7-list-item input[type=radio]:checked:before {
  background: white;
}

/* FULL STORY */
.main-fullstory {
  margin-top: -70px;
}
.main-fullstory .main-container {
  padding: 0 0 33px;
}
.main-fullstory .main-fullstory__title {
  margin: 70px 0 50px 0;
}
.main-fullstory.main-fullstory-p {
  margin-top: 0px;
  padding: 50px 0;
}
.main-fullstory.main-fullstory-p .main-container {
  padding: 33px 0 33px;
}
.main-fullstory.main-fullstory-p .main-container .main-fullstory__content {
  margin: 0;
}
.main-fullstory.main-fullstory__product .main-fullstory__content {
  grid-template-columns: 60% 40%;
}
.main-fullstory.main-fullstory__product .main-fullstory__content.column-reverse {
  grid-template-columns: 40% 60%;
}
.main-fullstory.main-fullstory__product .main-fullstory__content.column-reverse .main-fullstory__item:nth-child(2) {
  max-width: 100%;
}
.main-fullstory.main-fullstory__product .main-fullstory__content .main-fullstory__item:nth-child(2) {
  justify-content: flex-end;
}
.main-fullstory.main-fullstory__product .main-fullstory__content .main-fullstory__item:nth-child(2) img {
  width: 80%;
  height: 80%;
}
.main-fullstory.main-fullstory__product .main-fullstory__content .main-fullstory__text.main-fullstory__cite {
  background-color: #ffffff;
}
.main-fullstory .main-fullstory__content {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 20px;
  margin: 0 0 70px 0;
}
@media screen and (max-width: 767px) {
  .main-fullstory .main-fullstory__content {
    grid-template-columns: 1fr;
  }
}
.main-fullstory .main-fullstory__content.column-reverse .main-fullstory__item:nth-child(1) {
  max-width: 85%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .main-fullstory .main-fullstory__content.column-reverse .main-fullstory__item:nth-child(1) {
    max-width: 100%;
  }
}
.main-fullstory .main-fullstory__content.column-reverse .main-fullstory__item:nth-child(2) {
  order: -1;
  max-width: 85%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 0px) and (max-width: 767px) {
  .main-fullstory .main-fullstory__content.column-reverse .main-fullstory__item:nth-child(2) {
    max-width: 100%;
  }
}
.main-fullstory .main-fullstory__content.column-reverse .main-fullstory__item .main-fullsroty__logo {
  margin-bottom: 40px;
  width: 200px;
  height: 50px;
}
.main-fullstory .main-fullstory__content.column-reverse .main-fullstory__item .main-fullsroty__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-fullstory .main-fullstory__content .main-fullstory__item:nth-child(1) {
  max-width: 90%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .main-fullstory .main-fullstory__content .main-fullstory__item:nth-child(1) {
    max-width: 100%;
  }
}
.main-fullstory .main-fullstory__content .main-fullstory__item:nth-child(1) img {
  width: 100%;
}
.main-fullstory .main-fullstory__content .main-fullstory__item:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-fullstory .main-fullstory__content .main-fullstory__item:nth-child(2) img {
  height: 100%;
  object-fit: cover;
}
.main-fullstory .main-fullstory__content .main-fullstory__item.main-fullstory__item-img {
  max-width: 90%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .main-fullstory .main-fullstory__content .main-fullstory__item.main-fullstory__item-img {
    max-width: 100%;
  }
}
.main-fullstory .main-fullstory__content .main-fullstory__text h2 {
  font-family: "Gilroy-Semibold", sans-serif;
  color: #002067;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 36px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .main-fullstory .main-fullstory__content .main-fullstory__text h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
.main-fullstory .main-fullstory__content .main-fullstory__text.main-fullstory__cite {
  padding: 80px 50px;
  background: #F4F7FA;
  display: flex;
  align-items: baseline;
}
.main-fullstory .main-fullstory__content .main-fullstory__text.main-fullstory__cite .main-fullstory__quates {
  width: 200px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .main-fullstory .main-fullstory__content .main-fullstory__text.main-fullstory__cite {
    padding: 50px 30px;
  }
}
.main-fullstory .main-fullstory__content .main-fullstory__text.main-fullstory__cite h2 {
  display: flex;
  flex-direction: column;
}
.main-fullstory .main-fullstory__content .main-fullstory__text.main-fullstory__cite h2 strong {
  color: #007CF7;
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 0px) and (max-width: 767px) {
  .main-fullstory .main-fullstory__content .main-fullstory__text.main-fullstory__cite h2 strong {
    font-size: 13px;
    line-height: 18px;
  }
}
.main-fullstory .main-fullstory__content .main-fullstory__text.main-fullstory__cite h2 strong span {
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 767px) {
  .main-fullstory .main-fullstory__content .main-fullstory__text.main-fullstory__cite h2 strong span {
    font-size: 13px;
    line-height: 18px;
  }
}
.main-fullstory .main-fullstory__content .main-fullstory__text.main-fullstory__cite h2 .main-fullstory__quates {
  width: 35px;
  height: 35px;
}
.main-fullstory .main-fullstory__content .main-fullstory__text.main-fullstory__cite h2 .main-fullstory__quates img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-fullstory .main-fullstory__content .main-fullsroty__logo {
  margin-bottom: 40px;
  width: 200px;
  height: 50px;
}
.main-fullstory .main-fullstory__content .main-fullstory__list ul {
  margin-bottom: 50px;
  padding-left: 30px;
}
.main-fullstory .main-fullstory__content .main-fullstory__list ul li {
  color: #667587;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 16px;
  position: relative;
}
.main-fullstory .main-fullstory__content .main-fullstory__list ul li::before {
  content: "■";
  color: #FF6253;
  font-weight: bold;
  display: inline-block;
  width: 2em;
  margin-left: -2em;
  font-size: 12px;
}
.main-fullstory .main-fullstory__content .main-fullstory__list ul li strong {
  font-weight: bold;
}
.main-fullstory .main-fullstory__cite .main-fullstory__text {
  padding: 80px 50px;
  background: #F4F7FA;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-fullstory .main-fullstory__cite .main-fullstory__text {
    width: 330px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .main-fullstory .main-fullstory__cite .main-fullstory__text {
    width: 330px;
  }
}
.main-fullstory .main-fullstory__cite .main-fullstory__text h2 {
  font-family: "Gilroy-Semibold", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #002E6D;
  display: flex;
  flex-direction: column;
}
.main-fullstory .main-fullstory__cite .main-fullstory__text h2 strong {
  color: #007CF7;
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
  font-weight: 600;
}
.main-fullstory .main-fullstory__cite .main-fullstory__text h2 strong span {
  font-weight: 400;
}
.main-fullstory .main-fullstory__cite .main-fullstory__text h2 .main-fullstory__quates {
  width: 35px;
  height: 35px;
}
.main-fullstory .main-fullstory__cite .main-fullstory__text h2 .main-fullstory__quates img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Card lineborder */
.main-linecard__content {
  display: flex;
  margin-top: 50px;
  flex-wrap: wrap;
}
.main-linecard__content .main-objective__item {
  width: 50%;
  margin-bottom: 15px;
}
.main-linecard__content .main-objective__item:nth-child(odd) {
  width: 48%;
  margin-right: 1%;
}
@media screen and (max-width: 767px) {
  .main-linecard__content .main-objective__item:nth-child(odd) {
    margin-right: 0%;
  }
}
.main-linecard__content .main-objective__item:nth-child(odd):last-child {
  width: 100%;
}

.main-description-content {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .main-description-content {
    width: 85%;
  }
}
.main-description-content p {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Gilroy-Light";
  font-size: 17px;
  line-height: 25px;
  color: #667587;
}
.main-description-content p a {
  color: #667587;
  font-family: "Gilroy-Light";
}
.main-description-content p b {
  font-size: 16px;
  line-height: 25px;
  color: #667587;
  font-family: "Gilroy-Light";
  font-weight: normal;
}
.main-description-content ul {
  display: block;
  margin-top: 1rem;
  margin-bottom: 0;
  font-family: "Gilroy-Light";
  font-size: 17px;
  line-height: 25px;
  color: #667587;
}
.main-description-content ul li {
  position: relative;
  list-style: inside;
  list-style-type: square;
}
.main-description-content ul li::marker {
  color: #ff6253;
  font-size: 12px;
}

.minibanner-learn {
  text-decoration-line: underline !important;
  font-size: 17px;
}
@media screen and (max-width: 1199px) {
  .minibanner-learn {
    font-size: 17px !important;
  }
}

.main-borderline__customer {
  width: 90%;
  max-width: 1920px;
  margin: -50px auto;
}

/* NEW ABOUT */
.about_section_title {
  width: 283px;
  float: left;
}
@media only screen and (max-width: 1200px) {
  .about_section_title {
    width: 230px !important;
  }
}
.about_section_title h2 {
  font-family: "Gilroy-Bold";
  font-size: 40px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: -0.3px;
  color: #002067;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about_section_title h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .about_section_title h2 {
    font-size: 24px;
    line-height: 36px;
    font-size: 24px !important;
    line-height: 36px !important;
    letter-spacing: -0.24px;
    margin-top: 32px;
    margin-bottom: 24px;
    width: auto;
  }
}

.about_section_content {
  width: 680px;
  float: right;
  font-family: "Gilroy-Light";
  font-size: 17px;
  line-height: 28px;
  color: #3f4a5b;
}
@media only screen and (max-width: 768px) {
  .about_section_content {
    width: 100%;
    overflow: hidden;
    float: none;
    font-size: 16px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .about_section_content {
    width: 670px !important;
  }
}

.about-who {
  padding: 0 0 30px 0;
}
.about-who.about-sec__first {
  padding-top: 0;
}
.about-who .about_section_title {
  width: 283px;
  float: left;
}
.about-who .about_section_title h2 {
  font-family: "Gilroy-Bold";
  font-size: 40px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: -0.3px;
  margin: 30px 0 20px 0;
  color: #002067;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about-who .about_section_title h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .about-who .about_section_title h2 {
    font-size: 24px;
    line-height: 36px;
  }
}
.about-who .about-who__content {
  width: 680px;
  float: right;
  font-family: "Gilroy-Light";
  font-size: 17px;
  line-height: 28px;
  color: #3f4a5b;
}
@media only screen and (max-width: 768px) {
  .about-who .about-who__content {
    width: 100%;
    overflow: hidden;
    float: none;
    font-size: 16px;
    line-height: 25px;
  }
}
.about-who .about-who__content h3 {
  font-family: "Gilroy-Semibold";
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  color: #667587;
  margin-bottom: 36px;
}
@media only screen and (max-width: 768px) {
  .about-who .about-who__content h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
.about-who .about-who__content ul {
  padding-left: 32px;
  padding-top: 22px;
  list-style: none;
}
.about-who .about-who__content ul li {
  margin-bottom: 20px;
  position: relative;
  clear: both;
  z-index: 1;
}
.about-who .about-who__content ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #ff6253;
  position: absolute;
  left: -32px;
  top: 10px;
}

.about-guitar.about-blue__bg {
  background-color: #081644;
  padding: 60px 0;
}
.about-guitar.about-blue__bg blockquote {
  color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  .about-guitar.about-blue__bg blockquote {
    width: 560px !important;
    font-size: 25px !important;
    line-height: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .about-guitar.about-blue__bg blockquote {
    float: none !important;
    width: 350px !important;
    margin-left: 0px;
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 40px;
    margin-top: 70px;
  }
}
.about-guitar.about-blue__bg blockquote:before {
  content: "“";
  font-size: 95px;
  line-height: 90px;
  font-weight: normal;
  color: #007cf7;
  position: absolute;
  left: 0px;
  top: -50px;
}
.about-guitar.about-blue__bg img {
  float: left;
  width: 300px;
  height: 250px;
  object-fit: contain;
}
@media only screen and (max-width: 1200px) {
  .about-guitar.about-blue__bg img {
    width: 250px !important;
  }
}
@media only screen and (max-width: 768px) {
  .about-guitar.about-blue__bg img {
    float: none !important;
    margin-left: 10px;
    margin-top: 0px !important;
    width: 180px !important;
    height: auto;
    margin: 0 !important;
    text-align: center;
    display: block;
  }
}
.about-guitar img {
  float: left;
  width: 300px;
  height: 250px;
  object-fit: contain;
}
@media only screen and (max-width: 1200px) {
  .about-guitar img {
    width: 250px !important;
  }
}
@media only screen and (max-width: 768px) {
  .about-guitar img {
    float: none !important;
    margin-left: 10px;
    margin-top: 0px !important;
    width: 180px !important;
    height: auto;
    margin: 0 !important;
    text-align: center;
    display: block;
  }
}
.about-guitar blockquote {
  width: 680px !important;
  float: right !important;
  font-size: 32px;
  line-height: 37px;
  color: #002067;
  font-family: "Gilroy-Semibold";
  font-weight: normal;
  margin-top: 85px;
  margin-left: 125px;
  position: relative;
}
@media only screen and (max-width: 1381px) {
  .about-guitar blockquote {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 1200px) {
  .about-guitar blockquote {
    width: 560px !important;
    font-size: 25px !important;
    line-height: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .about-guitar blockquote {
    float: none !important;
    width: 350px !important;
    margin-left: 0px;
    font-size: 20px !important;
    line-height: 25px !important;
    padding-bottom: 40px;
    margin-top: 70px;
  }
}
.about-guitar blockquote:before {
  content: "“";
  font-size: 95px;
  line-height: 90px;
  font-weight: normal;
  color: #007cf7;
  position: absolute;
  left: 0px;
  top: -50px;
}

.key {
  padding-top: 100px;
  padding-left: 155px;
  padding-bottom: 100px;
  background-color: #f4f7fa;
  margin-left: 0px !important;
  margin-right: -104px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .key {
    padding-left: 0px !important;
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 1200px) {
  .key .about_section_content {
    width: 585px !important;
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .key .about_section_content {
    width: 350px !important;
  }
}
.key .about_section_title {
  width: 283px;
  float: left;
}
.key .about_section_title h2 {
  font-family: "Gilroy-Bold";
  font-size: 40px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: -0.3px;
  color: #002067;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .key .about_section_title h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .key .about_section_title h2 {
    font-size: 24px;
    line-height: 36px;
  }
}
.key .about_section_title ul.keynote {
  padding-left: 0px;
  position: relative;
  padding-top: 22px;
}
.key .about_section_title ul.keynote:before {
  content: "";
  height: 95%;
  width: 1px;
  border-right: 1 px solid #ccc;
  position: absolute;
  top: 30px;
  left: 127px;
}
.key .about_section_title ul.keynote li {
  margin-bottom: 20px;
  position: relative;
  clear: both;
  z-index: 1;
}
.key .about_section_title ul.keynote li span {
  display: inline-block;
  width: 100px;
  margin-right: 48px;
  text-align: right;
  font-family: "Gilroy-Bold";
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.2px;
  position: relative;
  padding-bottom: 38px;
  float: left;
}
.key .about_section_title ul.keynote li span:after {
  width: 8px;
  height: 8px;
  position: absolute;
  right: -32px;
  top: 7px;
  border-radius: 50%;
  background-color: #002067;
  content: "";
}

@media only screen and (max-width: 1200px) {
  .investors .about_section_content {
    width: 585px !important;
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .investors .about_section_content {
    width: 350px !important;
  }
}

.about-video {
  padding: 100px 0 0 0;
}
@media only screen and (max-width: 1200px) {
  .about-video {
    padding: 100px 0 30px 0;
  }
}
.about-video .about-heading__title {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.about-video .about-heading__title h2 {
  font-family: "Gilroy-Bold";
  font-size: 40px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: -0.3px;
  color: #002067;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about-video .about-heading__title h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .about-video .about-heading__title h2 {
    font-size: 24px;
    line-height: 36px;
  }
}
.about-video .about-video__content img {
  width: 100%;
}

.about-padding {
  padding: 100px 0 0 0;
}

.main-container__border {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
}

.c_container_content {
  width: 80%;
  max-width: 1920px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .c_container_content {
    padding-left: 24px;
    width: auto;
    padding-right: 24px;
  }
}

/* INDUSTRIES */
.longer_page_content-new {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 50px 0;
}
.longer_page_content-new .page_content_section-new {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .longer_page_content-new .page_content_section-new {
    grid-template-columns: repeat(1, 1fr);
  }
}
.longer_page_content-new .page_content_section-new .page_content_title-new {
  display: flex;
  align-items: start;
}
.longer_page_content-new .page_content_section-new .page_content_title-new h2 {
  font-family: "Gilroy-Semibold", sans-serif;
  font-size: 32px;
  line-height: 46px;
  letter-spacing: normal;
  margin-bottom: 24px;
  color: #002067;
  padding-right: 10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .longer_page_content-new .page_content_section-new .page_content_title-new h2 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .longer_page_content-new .page_content_section-new .page_content_title-new h2 {
    font-size: 24px;
    line-height: 36px;
  }
}
.longer_page_content-new .page_content_section-new .page_content_text-new {
  line-height: 28px;
  font-size: 17px;
  color: #3f4a5b;
  font-family: "Gilroy-Regular", sans-serif;
}
.longer_page_content-new .page_content_section-new .page_content_text-new p {
  padding-bottom: 12px;
  color: #667587;
}
.longer_page_content-new .page_content_section-new .page_content_text-new ul {
  padding-left: 20px;
}
.longer_page_content-new .page_content_section-new .page_content_text-new ul li {
  color: #667587;
  position: relative;
}
.longer_page_content-new .page_content_section-new .page_content_text-new ul li:before {
  position: absolute;
  content: "";
  left: -20px;
  width: 4px;
  height: 4px;
  background: #ff6253;
  top: 10px;
}

.single_customer_story-new {
  padding: 80px 0;
  background-color: #002067;
}
.single_customer_story-new .single_story_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 90%;
  margin: 0 auto;
  max-width: 1920px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .single_customer_story-new .single_story_inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.single_customer_story-new .story_copy {
  width: unset;
  background-color: #002067;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .single_customer_story-new .story_copy {
    padding: 0 10px;
  }
}
.single_customer_story-new .story_copy .customer_story_image {
  width: 100%;
  height: 530px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .single_customer_story-new .story_copy .customer_story_image {
    height: 350px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .single_customer_story-new .story_copy .story_type {
    margin-top: 20px;
  }
}
.single_customer_story-new .story_copy .story_type span {
  font-family: "Gilroy-Semibold";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #FF6253;
}
.single_customer_story-new .story_copy .customer_name h2 {
  font-family: "Gilroy-Semibold";
  font-size: 40px;
  line-height: 46px;
  letter-spacing: -0.3px;
  color: #ffffff;
  margin: 20px 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .single_customer_story-new .story_copy .customer_name h2 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .single_customer_story-new .story_copy .customer_name h2 {
    font-size: 24px;
    line-height: 36px;
  }
}
.single_customer_story-new .story_copy .customer_story_copy {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 25px;
  color: #DFE6EE;
}

.stat_circles {
  margin-top: 32px;
}
.stat_circles .card-square__content {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  grid-gap: 20px;
}
.stat_circles .card-square__content.three_circles {
  grid-template-columns: repeat(3, 2fr);
}
@media (min-width: 0) and (max-width: 767px) {
  .stat_circles .card-square__content.three_circles {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .stat_circles .card-square__content.three_circles {
    grid-template-columns: repeat(2, 1fr);
  }
}
.stat_circles .card-square__content .card-square {
  border: 1px solid #081644;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Gilroy-Semibold", sans-serif;
  text-align: center;
  position: relative;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #081644;
  transition: 0.3s ease-in-out;
}
.stat_circles .card-square__content .card-square:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
  transition: 0.3s ease-in-out;
}
.stat_circles .card-square__content .card-square:hover p {
  color: #081644;
}
.stat_circles .card-square__content .card-square span {
  color: #ffffff;
  font-weight: 600;
}
.stat_circles .card-square__content .card-square h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  color: #007CF7;
  margin-bottom: 10px;
}
.stat_circles .card-square__content .card-square p {
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #DFE6EE;
  text-align: center;
  font-family: "Gilroy-Light";
}

#sl-solutions-2021 {
  padding: 0 !important;
  background-image: linear-gradient(180deg, white 0%, #f4f7fa 26%) !important;
}
#sl-solutions-2021.solutions_section-new .solutions_outer {
  background-image: linear-gradient(93.6deg, #2550bb00 0, #00206700 90.57%) !important;
}
#sl-solutions-2021.solutions_section-new .solutions_outer .sl-selectors {
  background-color: #002067 !important;
  padding: 50px 0 100px 50px !important;
}
#sl-solutions-2021.solutions_section-new .solutions_outer .sl-selectors h2 {
  margin: 20px auto 20px !important;
  font-size: 40px !important;
  line-height: 46px !important;
}
@media (min-width: 0px) and (max-width: 1023px) {
  #sl-solutions-2021.solutions_section-new .solutions_outer .sl-selectors h2 {
    margin: 0px auto 20px !important;
    font-size: 30px !important;
    line-height: 35px !important;
  }
}
#sl-solutions-2021.solutions_section-new .solutions_outer .sl-selectors ul {
  width: 60% !important;
}
@media (min-width: 0px) and (max-width: 1023px) {
  #sl-solutions-2021.solutions_section-new .solutions_outer .sl-selectors ul {
    width: 90% !important;
  }
}
#sl-solutions-2021.solutions_section-new .solutions_outer .sl-selectors ul .sl_title {
  margin-bottom: 0px !important;
  border-top: 1px solid #e3ebf340;
}
@media (min-width: 0px) and (max-width: 1023px) {
  #sl-solutions-2021.solutions_section-new .solutions_outer .sl-selectors ul .sl_title {
    margin-bottom: 20px !important;
  }
}
#sl-solutions-2021.solutions_section-new .solutions_outer .sl-selectors ul .sl_title.open .sl_title_span {
  color: #ffffff !important;
  background-color: #017DF5 !important;
  display: flex;
  padding: 10px 20px !important;
}
#sl-solutions-2021.solutions_section-new .solutions_outer .sl-selectors ul .sl_title.open .sl_title_span i {
  color: #ffffff !important;
  font-size: 20px !important;
  margin: 0 -5px 0 10px !important;
}
#sl-solutions-2021.solutions_section-new .solutions_outer .sl-selectors ul .sl_title .sl_title_span {
  color: #ffffff !important;
  background-color: transparent !important;
  display: flex;
  padding: 10px 20px !important;
  font-size: 15px !important;
  line-height: 19px !important;
  font-family: "Gilroy-Semibold" !important;
}
#sl-solutions-2021.solutions_section-new .solutions_outer .sl-selectors ul .sl_title .sl_info_button {
  display: inline-block;
  position: absolute;
  top: 7px !important;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  right: 0 !important;
}
#sl-solutions-2021.solutions_section-new .solutions_outer .sl-selectors ul .sl_title .sl_content {
  transform: translateX(-300px) !important;
  transition: transform ease-out 0.5s, transform ease-in 0.1s, opacity ease-in 0.1s, z-index ease 0.3s;
  background: #F4F7FA !important;
  padding: 80px 100px 154px 100px !important;
  top: unset !important;
  z-index: 9999;
  bottom: -100px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  #sl-solutions-2021.solutions_section-new .solutions_outer .sl-selectors ul .sl_title .sl_content {
    transform: unset !important;
    padding: 30px !important;
  }
}
@media (min-width: 1023px) and (max-width: 1199px) {
  #sl-solutions-2021.solutions_section-new .solutions_outer .sl-selectors ul .sl_title .sl_content {
    transform: translateX(-185px) !important;
    background: #F4F7FA !important;
    padding: 50px 40px !important;
  }
}
#sl-solutions-2021.solutions_section-new .solutions_outer .sl-selectors ul .sl_title .sl_content .sl-title {
  margin-left: 0px !important;
  display: block !important;
  margin-bottom: 20px !important;
  color: #002e6d !important;
  margin-top: 10px !important;
}
#sl-solutions-2021.solutions_section-new .solutions_outer .sl-selectors ul .sl_title .sl_content .sl-description {
  color: #485C76 !important;
  padding: 0px 0 0 !important;
  font-size: 17px !important;
  line-height: 28px !important;
}
#sl-solutions-2021.solutions_section-new .solutions_outer .sl-selectors ul .sl_title .sl_content .sl-readmore a {
  color: #007CF7 !important;
  border: 2px solid #007CF7 !important;
}
#sl-solutions-2021.solutions_section-new .solutions_outer .sl-selectors ul .sl_title .sl_content .sl-readmore a:hover {
  color: #ffffff !important;
}

.main-footer__product footer.footer2021 .spacer {
  height: 0 !important;
}

/* Style global navbar */
.main-languages__mobiles1 {
  position: fixed;
  top: 65px;
  z-index: 999;
  background: white;
  width: 100%;
  padding: 20px;
  height: 100%;
}
.main-languages__mobiles1 .close {
  position: absolute;
  bottom: auto;
  display: block;
  right: auto;
  left: auto;
  bottom: -150%;
  padding: 12px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-image: url(/wp-content/themes/tgroup/assets/images/icons/close@2x.png);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: center center;
  cursor: pointer;
  z-index: 10000;
  border: 1px solid #dfe6ee;
  margin-top: 20px;
  left: 50%;
  transform: translate(-50%);
}
.main-languages__mobiles1.d-none {
  display: none;
}
.main-languages__mobiles1 span {
  font-family: "Gilroy-Semibold", sans-serif;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.7px;
  color: #002e6d;
  max-height: 22px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.main-languages__mobiles1 ul li a {
  color: #002067;
}
.main-languages__mobiles1 ul li a span {
  font-weight: 500;
  opacity: 0.7;
}
.main-languages__mobiles1 .sub-menu li a {
  color: #002067;
}
.main-languages__mobiles1 .sub-menu li span {
  font-weight: 500;
  opacity: 0.5;
}

.languages-visible {
  padding: 5px 7px;
  border-radius: 8px;
  transition: 0.3s ease-in-out;
}
.languages-visible.languages-visible1 {
  position: absolute;
  right: 70px;
  top: 20px;
  background: #F4F7FA;
  display: none;
}
@media (max-width: 1199px) {
  .languages-visible.languages-visible1 {
    display: block;
  }
}
@media (max-width: 1199px) {
  .languages-visible a {
    display: flex;
    align-items: center;
  }
}
.languages-visible a span {
  font-size: 13px;
  line-height: 21px;
  color: #3F4A5B;
  margin-right: 10px;
}
.languages-visible a .img-global {
  background-image: url(/wp-content/uploads/2022/01/globe-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.languages-visible:hover {
  background-color: #F4F7FA;
  transition: 0.3s ease-in-out;
}
.languages-visible:hover a .img-global {
  background-image: url(/wp-content/uploads/2022/01/globe.svg);
  transition: 0.3s ease-in-out;
}

.page-template-template-2021-blank .main-pagecontent {
  padding: 0 !important;
}

.main-study {
  padding: 40px 0 100px 0;
}
.main-study .main-study__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .main-study .main-study__content {
    grid-template-columns: 1fr;
  }
}
.main-study .main-study__content .main-study__img {
  width: 100%;
  height: 430px;
  border: solid 1px #002067;
}
@media (max-width: 767px) {
  .main-study .main-study__content .main-study__img {
    height: 260px;
  }
}
.main-study .main-study__content .main-study__img.main-study__img-small {
  height: 314px;
  border: 1px solid transparent;
}
.main-study .main-study__content .main-study__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-study .main-study__content .main-study__text {
  background: #002067;
  padding: 70px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: solid 1px #002067;
}
@media (max-width: 767px) {
  .main-study .main-study__content .main-study__text {
    padding: 40px 30px;
  }
}
.main-study .main-study__content .main-study__text .main-study__subtitle {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #FF6253;
  font-family: "Gilroy-Semibold", sans-serif;
}
@media (max-width: 767px) {
  .main-study .main-study__content .main-study__text .main-study__subtitle {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-study .main-study__content .main-study__text .main-study__subtitle {
    font-size: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .main-study .main-study__content .main-study__text .main-study__subtitle {
    font-size: 15px;
  }
}
.main-study .main-study__content .main-study__text .main-study__title {
  font-family: "Gilroy-Semibold", sans-serif;
  font-weight: bold;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.3px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .main-study .main-study__content .main-study__text .main-study__title {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-study .main-study__content .main-study__text .main-study__title {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .main-study .main-study__content .main-study__text .main-study__title {
    font-size: 24px;
    line-height: 36px;
  }
}
.main-study .main-study__content .main-study__text .main-study__title span {
  color: #FF6253;
}
.main-study .main-study__content .main-study__text .main-study__btn {
  margin-top: 30px;
}

.call_to_action_story-white {
  height: 48px;
  padding: 0px 30px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-family: "Gilroy-bold" !important;
  color: #002067;
  display: table-cell;
  vertical-align: middle;
  background-color: #ffffff;
  margin-bottom: 144px;
  display: flex;
  align-items: center;
  width: fit-content;
  text-transform: uppercase !important;
  letter-spacing: 0.5px;
}
.call_to_action_story-white svg {
  margin-left: 10px;
}
.call_to_action_story-white:hover {
  background-color: #F4F7FA;
  color: #002067;
}

.main-stories__watch h2 {
  font-size: 20px;
  line-height: 30px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

.resources_archive {
  overflow: visible !important;
}

.left_col_wrapper {
  position: sticky;
  position: -webkit-sticky;
  top: 90px;
}

/* comic */
.main-susc__btn .hbspt-form {
  float: right;
}
@media (max-width: 704px) {
  .main-susc__btn .hbspt-form {
    width: 100%;
  }
}
.main-susc__btn .hbspt-form form {
  display: flex;
}
@media (max-width: 704px) {
  .main-susc__btn .hbspt-form form {
    justify-content: flex-start;
  }
}
.main-susc__btn .hbspt-form form .hs_email {
  color: #33475b;
}
@media (max-width: 704px) {
  .main-susc__btn .hbspt-form form .hs_email {
    width: 100%;
  }
}
.main-susc__btn .hbspt-form form .hs_email label {
  display: none;
}
.main-susc__btn .hbspt-form form .hs_email input {
  font-family: "Gilroy-Regular", sans-serif !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
  background-color: white !important;
  color: #002067;
  width: 100% !important;
  height: 48px !important;
  font-size: 16px !important;
  line-height: 24px !important;
  padding-left: 10px !important;
  border: 2px solid #3574e3;
  float: none !important;
  position: relative;
  border-radius: 0;
}
@media (max-width: 704px) {
  .main-susc__btn .hbspt-form form .hs_email input {
    border-right: 0;
  }
}
.main-susc__btn .hbspt-form form .hs_email input.hs-input.error:focus {
  border-color: #3574e3;
}
.main-susc__btn .hbspt-form form .hs_email .hs-error-msg {
  color: red;
  font-size: 10px;
}
.main-susc__btn .hbspt-form form .hs_submit .actions {
  margin: 0;
  text-align: left;
  padding: 0;
}
.main-susc__btn .hbspt-form form .hs_submit .actions input {
  background-color: #007cf7 !important;
  border: 0 !important;
  font-family: "Gilroy-Semibold", sans-serif !important;
  font-size: 16px !important;
  letter-spacing: 0.5px !important;
  font-weight: normal !important;
  color: #fff !important;
  height: 48px !important;
  box-sizing: border-box;
  border-radius: 0 !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  float: none !important;
  box-shadow: none !important;
  background-image: none !important;
  text-transform: uppercase;
  line-height: 20px;
  position: unset;
}

.main-comic {
  padding-bottom: 50px;
}

.main-comic__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
  grid-gap: 22px;
}
@media (min-width: 0) and (max-width: 767px) {
  .main-comic__content {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-comic__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
.main-comic__content .main-comic__item {
  margin-bottom: 30px;
}
.main-comic__content .main-comic__img {
  width: 100%;
}
.main-comic__content .main-comic__img img {
  width: 100%;
}
.main-comic__content .main-comic__text .main-comic__number {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 136.53%;
  text-transform: uppercase;
  color: #FF5749;
  font-family: "Gilroy-Semibold";
  margin: 10px 0 10px 0;
}
.main-comic__content .main-comic__text .main-comic__title {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 136.53%;
  color: #002067;
  font-family: "Gilroy-Semibold";
}
.main-comic__content .main-comic__text .main-comic__btn {
  color: #167CF7;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  align-items: center;
}
.main-comic__content .main-comic__text .main-comic__btn .main-comic__share {
  cursor: pointer;
}
.main-comic__content .main-comic__text .main-comic__btn .main-comic__share p {
  text-decoration: none !important;
  color: #007cf7;
  font-family: "Gilroy-Semibold";
  font-weight: normal;
  margin: 0;
}
.main-comic__content .main-comic__text .main-comic__btn .main-comic__btn-a {
  position: relative;
}
.main-comic__content .main-comic__text .main-comic__btn .main-comic__btn-a:after {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  content: "";
  background: #DFE6EE;
  right: -7px;
}

.main-comic__social.d-none {
  display: none;
}
.main-comic__social ul {
  display: flex;
}
.main-comic__social ul li {
  width: 24px;
  height: 24px;
  top: 8px;
  background: #F0F6FB;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  padding: 10px;
  margin-right: 8px;
}

.main-comic__social__modal.d-none {
  display: none;
}
.main-comic__social__modal ul {
  display: flex;
}
.main-comic__social__modal ul li {
  width: 24px;
  height: 24px;
  top: 8px;
  background: #F0F6FB;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  padding: 10px;
  margin-right: 8px;
}

/* Industries retails */
.main-digital {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 50px 0;
}
.main-digital .main-digital__flex {
  display: flex;
  align-items: baseline;
  width: 100%;
  justify-content: space-between;
}
@media (min-width: 0) and (max-width: 767px) {
  .main-digital .main-digital__flex {
    flex-direction: column;
  }
}
.main-digital .main-digital__flex .main-digital__btn a span {
  text-transform: uppercase;
}
.main-digital .main-digital__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 16px;
  margin-top: 50px;
}
@media (min-width: 0) and (max-width: 767px) {
  .main-digital .main-digital__content {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-digital .main-digital__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
.main-digital .main-digital__item {
  border: 1px solid #DFE6EE;
  box-sizing: border-box;
  transition: 0.3s ease-in-out;
  padding: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-digital .main-digital__item:hover {
  background-color: #081644;
  transition: 0.3s ease-in-out;
}
.main-digital .main-digital__item:hover p a {
  color: #ffffff;
}
.main-digital .main-digital__item p {
  text-align: center;
}
.main-digital .main-digital__item p a {
  color: #667587;
  font-size: 14pt;
}

.retail-video {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
}
.retail-video .retail-video__center {
  max-width: 820px;
  margin: 60px auto 0;
}

#main-banner-blue-span {
  font-size: unset !important;
  line-height: unset !important;
  color: #007CF7 !important;
}

.single-comics {
  background: #F7F9FB;
}
.single-comics .main-comic {
  text-align: center;
}
.single-comics .main-comic .main-btn.btn-blueLight {
  background: #007CF7;
}
.single-comics .main-comic__img {
  width: 100%;
  margin: 40px auto 50px auto;
}
.single-comics .main-comic__img img {
  width: 100%;
}
.single-comics .main-comic__share {
  cursor: pointer;
}
.single-comics .main-comic__share p {
  text-decoration: none !important;
  color: #007cf7;
  font-family: "Gilroy-Semibold";
  font-weight: normal;
  margin: 0;
}
.single-comics .main-comic__social.d-none {
  display: none;
}
.single-comics .main-comic__social ul {
  display: flex;
}
.single-comics .main-comic__social ul li {
  width: 24px;
  height: 24px;
  top: 8px;
  background: #F0F6FB;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  padding: 10px;
  margin-right: 8px;
}

.page-template-template-comic .lb-number {
  display: none !important;
}

.page-template-template-product .main-pagecontent__item {
  margin: 0 auto;
  color: #999;
  font-family: "Gilroy-Regular", sans-serif;
  text-align: center;
  font-size: 20px;
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 50px 0 0 0;
}

.list-icons__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media screen and (max-width: 767px) {
  .list-icons__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .list-icons__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.list-icons .main-container {
  padding: 50px 0 32px;
}
.list-icons__item {
  display: flex;
  align-items: center;
}
.list-icons__text {
  margin-left: 15px;
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 17px;
  line-height: 25px;
  color: #667587;
}
.list-icons__img {
  width: 50px;
  height: 50px;
}
.list-icons__img img {
  width: 100%;
  height: 100%;
}

.page-template-template-landing-french .main-stories .customer_story_viewer_outer .customer_story .story_copy.story_copy-white .story_copy_inner {
  padding: 0px 75px 50px 75px !important;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page-template-template-landing-french .main-stories .customer_story_viewer_outer .customer_story .story_copy.story_copy-white .story_copy_inner {
    padding: 0px 40px 50px 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .page-template-template-landing-french .main-stories .customer_story_viewer_outer .customer_story .story_copy.story_copy-white .story_copy_inner {
    padding: 0px 25px 50px 25px !important;
  }
}
.page-template-template-landing-french .main-stories .customer_story_viewer_outer.customer_story-gray {
  background: #F7F9FB;
  padding: 30px 0 0 0;
}
.page-template-template-landing-french .main-study {
  padding: 40px 0 40px 0;
}
.page-template-template-landing-french .main-line {
  padding: 20px 0 32px !important;
}
.page-template-template-landing-french .main-line.line-space__bottom {
  padding: 10px 0 60px !important;
}
.page-template-template-landing-french .main-container {
  padding: 40px 0 32px;
}
.page-template-template-landing-french .main-values__content.main-grid__desk {
  padding: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  .page-template-template-landing-french .main-storiesnew__cite {
    padding-left: 20px;
  }
  .page-template-template-landing-french .main-storiesnew__quotes {
    padding: 10px 30px;
  }
  .page-template-template-landing-french .main-storiesnew__name {
    padding: 10px 30px;
  }
  .page-template-template-landing-french .main-btn.btn-bluedDark {
    height: auto !important;
  }
  .page-template-template-landing-french .main-btn.btn-whiteLightFull {
    height: auto;
  }
}

.main-heading__span {
  border-bottom: 2px solid #DFE6EE;
}
.main-heading__span svg {
  margin-right: 15px;
}
.main-heading__span span {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #002067;
  font-family: "Gilroy-Semibold", sans-serif;
  font-weight: bold;
}

.heading-born .mini-title {
  font-family: "Gilroy-Semibold", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  color: #002067;
  width: 50%;
  letter-spacing: -0.3px;
  margin-bottom: 20px;
}
.heading-born .subtitle {
  font-family: "Gilroy-Regular";
  font-size: 17px;
  line-height: 25px;
  color: #002067;
}
.heading-born .description {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 17px;
  line-height: 25px;
  color: #667587;
  margin: 15px 0;
}

/** Subscribe */
.main-get {
  padding: 60px 0 100px;
}
.main-get .main-headings {
  padding-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-get .main-headings p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #667587;
  width: 65%;
}
@media screen and (max-width: 767px) {
  .main-get .main-headings p {
    font-size: 17px;
    width: 100%;
  }
}
.main-get .main-get__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 60px;
  grid-gap: 20px;
}
@media screen and (max-width: 767px) {
  .main-get .main-get__content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.main-get .main-get__content .main-get__item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .main-get .main-get__content .main-get__item {
    margin-bottom: 50px;
  }
}
.main-get .main-get__content .main-get__item .main-get__img {
  width: 280px;
  height: 280px;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-get .main-get__content .main-get__item .main-get__img {
    width: 180px;
    height: 180px;
  }
}
.main-get .main-get__content .main-get__item .main-get__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-get .main-get__content .main-get__item h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #002067;
  margin-bottom: 20px;
}
.main-get .main-get__content .main-get__item p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #667587;
}

.main-plan-subscribe {
  background: #002067;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 80px;
}
.main-plan-subscribe .main-headings {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .main-plan-subscribe .main-headings {
    width: 90%;
  }
}
.main-plan-subscribe .main-headings h2 {
  color: #ffffff;
}
.main-plan-subscribe .main-headings p {
  color: #ffffff;
  font-weight: 400;
  font-size: 17px !important;
  line-height: 25px !important;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .main-plan-subscribe .main-headings p {
    width: 100%;
  }
}
.main-plan-subscribe .main-plan-subscribe__content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .main-plan-subscribe .main-plan-subscribe__content {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-plan-subscribe .main-plan-subscribe__content {
    grid-template-columns: repeat(3, 1fr);
  }
}
.main-plan-subscribe .main-plan-subscribe__content .main-plan-subscribe__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-plan-subscribe .main-plan-subscribe__content .main-plan-subscribe__item .main-plan-subscribe__img {
  background: #081644;
  border-radius: 16px;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.main-plan-subscribe .main-plan-subscribe__content .main-plan-subscribe__item h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
  color: #F4F7FA;
}

.main-subscribe-form__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .main-subscribe-form__content {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-subscribe-form__content {
    grid-template-columns: 1fr;
  }
}
.main-subscribe-form__content .main-subscribe-form__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-subscribe-form__content .main-subscribe-form__right h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  display: flex;
  align-items: center;
  letter-spacing: -0.3px;
  color: #002067;
  margin-bottom: 20px;
}
.main-subscribe-form__content .main-subscribe-form__right p {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #002067;
}
.main-subscribe-form__content .main-subscribe-form__left .form_contents {
  width: 610px;
  height: 280px;
  background: #FFFFFF;
  border: 1px solid #DFE6EE;
  padding: 60px 60px 0 60px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .main-subscribe-form__content .main-subscribe-form__left .form_contents {
    padding: 40px;
    width: 70%;
    height: auto;
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-subscribe-form__content .main-subscribe-form__left .form_contents {
    height: 350px;
    margin-top: 40px;
    width: 600px;
    padding: 40px;
  }
}
.main-subscribe-form__content .main-subscribe-form__left .form_contents .text-form {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #002067;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .main-subscribe-form__content .main-subscribe-form__left .form_contents .text-form {
    line-height: 22px;
  }
}
.main-subscribe-form__content .main-subscribe-form__left .form_contents .hs_email_subscription_preference .hs-form-checkbox span {
  color: #002067;
  font-family: "Gilroy-Regular", sans-serif;
}
.main-subscribe-form__content .main-subscribe-form__left .form_contents .hs_email_subscription_preference #label-email_subscription_preference-4d3f4b6d-ab5c-4bef-9b55-3da269f9138f {
  display: none;
}
.main-subscribe-form__content .main-subscribe-form__left .form_contents .hs_email_subscription_preference .input input[type=email] {
  font-family: "Gilroy-Regular", sans-serif !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
  background-color: white !important;
  color: #002067;
  width: 100% !important;
  height: 48px !important;
  font-size: 16px !important;
  line-height: 24px !important;
  padding-left: 10px !important;
  border: 2px solid #3574e3;
  float: none !important;
  border-radius: 0;
}
.main-subscribe-form__content .main-subscribe-form__left .form_contents .hs_email_subscription_preference .input .hs-form-checkbox [type=checkbox]:checked + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background-color: #002067;
  border: #002067 solid 1px;
}
.main-subscribe-form__content .main-subscribe-form__left .form_contents .hs_email_subscription_preference .input .hs-form-checkbox [type=checkbox]:not(:checked) + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  background-color: white;
  border: #002067 solid 1px;
}

.main-thankyou-subscribe_inner {
  background: #F4F7FA;
  height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.main-thankyou-subscribe_inner .main-thankyou-subscribe_inner__img {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .main-thankyou-subscribe_inner .main-thankyou-subscribe_inner__img {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .main-thankyou-subscribe_inner .main-thankyou-subscribe_inner__text {
    padding: 20px;
  }
}
.main-thankyou-subscribe_inner .main-thankyou-subscribe_inner__text h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  color: #002067;
  font-family: "Gilroy-Semibold", sans-serif;
  font-weight: bold;
  margin-bottom: 16px;
}
.main-thankyou-subscribe_inner .main-thankyou-subscribe_inner__text p {
  font-family: "Gilroy-Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #002067;
}
@media screen and (max-width: 767px) {
  .main-thankyou-subscribe_inner .main-thankyou-subscribe_inner__text p {
    font-size: 17px;
  }
}

.main-section__one p {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
  color: #667587;
}

.main-leadership {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 25px;
  width: 90% !important;
  max-width: 1920px !important;
  margin: 0 auto !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-leadership {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
  }
  .main-leadership .main-leadership__member {
    width: 100%;
  }
}
.main-leadership .main-leadership__member {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.main-leadership .main-leadership__member .main-leadership__photo {
  border-radius: 0;
  width: 100%;
  height: 365px;
  background-position: center;
  cursor: pointer;
}
.main-leadership .main-leadership__member .main-leadership__left .main-leadership__name {
  display: block;
  /* font-family: "Gilroy-Semibold"; */
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #002067;
  margin-bottom: 5px;
  margin-right: 10px;
  float: left;
  font-family: "Gilroy-Light";
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-leadership .main-leadership__member .main-leadership__left .main-leadership__name {
    font-size: 15px;
  }
}
.main-leadership .main-leadership__member .main-leadership__left .main-leadership__linkedin {
  float: left;
}
.main-leadership .main-leadership__member .main-leadership__left .main-leadership__position {
  display: block;
  /* font-family: "Gilroy-Medium"; */
  max-width: 200px;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #667587;
  margin-bottom: 20px;
  font-family: "Gilroy-Light";
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-leadership .main-leadership__member .main-leadership__left .main-leadership__position {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-leadership .main-leadership__member .main-leadership__left .main-leadership__btn {
    font-size: 14px;
  }
}
.main-leadership .main-leadership__member .main-leadership__right {
  float: right;
  width: 680px;
  color: #3f4a5b;
  font-size: 15px;
  line-height: 25px;
  display: none;
}

.modal-window {
  position: fixed;
  background: #081644;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: none;
  pointer-events: auto;
  transition: all 0.3s;
}
.modal-window > div {
  width: 860px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2em;
  background: white;
}
@media (min-width: 0) and (max-width: 767px) {
  .modal-window > div {
    width: 300px !important;
    height: 500px;
    overflow: scroll;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .modal-window > div {
    width: 600px !important;
  }
}
.modal-window header {
  font-weight: bold;
}
.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}

.modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}
.modal-close:hover {
  color: black;
}

/* Demo Styles */
.modal-window > div {
  border-radius: 0rem;
}

.modal-window div:not(:last-of-type) {
  margin-bottom: 15px;
}

.modal-leadership {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 25px;
}
@media (min-width: 0) and (max-width: 767px) {
  .modal-leadership {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.modal-leadership .modal-leadership__img {
  height: 360px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .modal-leadership .modal-leadership__img {
    height: 260px;
  }
}
.modal-leadership .modal-leadership__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.modal-leadership .modal-leadership__text-flex {
  display: flex;
  align-items: center;
}
.modal-leadership .modal-leadership__text-flex h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #002067;
  margin-bottom: 5px;
  margin-right: 10px;
  float: left;
  font-family: "Gilroy-Light";
}
@media (min-width: 768px) and (max-width: 1023px) {
  .modal-leadership .modal-leadership__text-flex h2 {
    font-size: 15px;
  }
}
.modal-leadership .modal-leadership__text-flex .modal-leadership__linkedin {
  margin-left: 15px;
}
.modal-leadership .modal-leadership__description {
  color: #3f4a5b;
  font-size: 15px;
  line-height: 25px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .modal-leadership .modal-leadership__description {
    font-size: 13px;
    line-height: 23px;
  }
}

.modal-back {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%);
  color: #fff;
  text-decoration: underline !important;
}
@media (min-width: 0) and (max-width: 767px) {
  .modal-back {
    bottom: 40px;
  }
}

.single-solutions .main-fullstory {
  padding: 10px 0 !important;
}
.single-solutions .main-fullstory .main-container {
  padding: 40px 0 0px;
}
.single-solutions .main-fullstory .main-container .main-fullstory__title {
  margin: 0 !important;
}

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