/*@include font-size(13);  */
/*@include absolute(top 100% left 0);*/
/*Placeholders @include input-placeholder { color: $grey; }*/
/*MEDIA QUERIES: Same between and fix*/
/*MEDIA QUERIES: Same between and fix END*/
@-webkit-keyframes header {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes header {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 1440px) {
  :root {
    font-size: 16px;
  }
}
@media (min-width: 1441px) and (max-width: 1600px) {
  :root {
    font-size: 18px;
  }
}
@media (min-width: 1601px) and (max-width: 1800px) {
  :root {
    font-size: 18px;
  }
}
@media (min-width: 1801px) {
  :root {
    font-size: 20px;
  }
}

body.has-header {
  /* padding-top: 120px;
  @include mq-blw(md) {
      padding-top: 100px; 
  } */
}
@media (max-width: 991px) {
  body.is_hidden, body.is_hidden-cms {
    overflow: hidden;
  }
}

.hidden-extra {
  display: none !important;
}

.anchor-hover a {
  color: #1575ba;
  text-decoration: underline;
}
.anchor-hover a:hover {
  color: #0f5c94;
  text-decoration: underline;
}
.anchor-hover a:focus {
  background-color: #ffc448;
  color: #000000;
  border-bottom: 0.2rem solid #000000;
  text-decoration: none;
  outline: 0;
  text-decoration: none !important;
}

.a-border:focus {
  background-color: transparent;
  color: inherit;
  border: 0;
  outline: 0.2rem solid #ffc448;
  text-decoration: none;
}

.white-text {
  color: #ffffff;
}
.white-text div,
.white-text h1,
.white-text .h1,
.white-text h2,
.white-text .h2,
.white-text h3,
.white-text .h3,
.white-text h4,
.white-text .h4,
.white-text h5,
.white-text h6,
.white-text p,
.white-text li,
.white-text a {
  color: #ffffff;
}
.white-text a:focus, .white-text a:focus-visible {
  color: #000000;
  border-bottom: 2px solid #000000;
  background-color: #ffc448;
}
.white-text a,
.white-text input,
.white-text button {
  color: #ffffff;
}
.white-text a:focus, .white-text a:focus-visible,
.white-text input:focus,
.white-text input:focus-visible,
.white-text button:focus,
.white-text button:focus-visible {
  color: #000000 !important;
  border-bottom: 2px solid #000000;
  background-color: #ffc448;
}
.white-text a :not(.btn):hover,
.white-text a :not(.btn-white):hover,
.white-text a :not(.btn-black):hover,
.white-text input :not(.btn):hover,
.white-text input :not(.btn-white):hover,
.white-text input :not(.btn-black):hover,
.white-text button :not(.btn):hover,
.white-text button :not(.btn-white):hover,
.white-text button :not(.btn-black):hover {
  color: #ffffff;
}
.white-text a.btn-white:hover,
.white-text input.btn-white:hover,
.white-text button.btn-white:hover {
  color: #1575ba;
  background-color: #ffffff;
}

@media (min-width: 1500px) and (max-width: 1699px) {
  .container {
    max-width: 1400px;
    width: 100%;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: 1500px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.list-all ul,
.list-all ol {
  padding: 0;
  margin: 0;
  font-weight: normal;
  color: #000000;
  letter-spacing: 0;
  text-align: left;
  margin: 0 0 1.5rem 1.25rem;
  padding: 0;
}
.list-all ul li,
.list-all ol li {
  position: relative;
  padding-bottom: 0.75rem;
}
.list-all ul {
  list-style: none;
  margin-left: 0;
}
.list-all ul li {
  list-style: none;
  padding-left: 13px;
}
.list-all ul li:before {
  content: "";
  background-color: #1575ba;
  font-weight: bold;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 10px;
  top: 0.67rem;
}

.sec-space, .people-wrap {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  .sec-space, .people-wrap {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}

.sec-space-bottom {
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  .sec-space-bottom {
    padding-top: 25px;
  }
}

.sec-space-top {
  padding-bottom: 0;
  padding-top: 45px;
}
@media (max-width: 767px) {
  .sec-space-top {
    padding-bottom: 0;
    padding-top: 25px;
  }
}

.sec-margin-space {
  margin-top: 45px;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .sec-margin-space {
    margin-bottom: 35px;
    margin-top: 35px;
  }
}

.btn-style .btn, .btn-style .base-style .btn-black, .base-style .btn-style .btn-black {
  background: transparent;
  letter-spacing: 0;
  text-align: center;
  min-width: 150px;
  border: 2px solid #1575ba;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  text-transform: none;
  line-height: 1.15;
  position: relative;
  padding: 16px 25px;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  color: #1575ba;
  font-family: "Titillium Web", sans-serif;
}
.btn-style .btn:active, .btn-style .base-style .btn-black:active, .base-style .btn-style .btn-black:active {
  background-color: inherit;
}
.btn-style .btn:hover, .btn-style .base-style .btn-black:hover, .base-style .btn-style .btn-black:hover, .btn-style .btn:focus, .btn-style .base-style .btn-black:focus, .base-style .btn-style .btn-black:focus {
  text-decoration: none;
}
.btn-style .btn.disabled, .btn-style .base-style .disabled.btn-black, .base-style .btn-style .disabled.btn-black, .btn-style .btn:disabled, .btn-style .base-style .btn-black:disabled, .base-style .btn-style .btn-black:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.btn-style .btn.disabled:focus, .btn-style .base-style .disabled.btn-black:focus, .base-style .btn-style .disabled.btn-black:focus, .btn-style .btn.disabled:hover, .btn-style .base-style .disabled.btn-black:hover, .base-style .btn-style .disabled.btn-black:hover, .btn-style .btn:disabled:focus, .btn-style .base-style .btn-black:disabled:focus, .base-style .btn-style .btn-black:disabled:focus, .btn-style .btn:disabled:hover, .btn-style .base-style .btn-black:disabled:hover, .base-style .btn-style .btn-black:disabled:hover {
  background-color: initial !important;
  color: initial !important;
}
.btn-style .btn.btn-small, .btn-style .base-style .btn-small.btn-black, .base-style .btn-style .btn-small.btn-black {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 5px 15px;
  padding: 0.315rem 0.9375rem;
  min-width: initial;
}
.btn-style .btn.btn-primary, .btn-style .base-style .btn-black, .base-style .btn-style .btn-black, .btn-style .btn.btn-default, .btn-style .base-style .btn-default.btn-black, .base-style .btn-style .btn-default.btn-black {
  border-color: #1575ba;
  color: #1575ba;
  background-color: #ffffff;
}
.btn-style .btn.btn-primary:hover, .btn-style .base-style .btn-black:hover, .base-style .btn-style .btn-black:hover, .btn-style .btn.btn-default:hover, .btn-style .base-style .btn-default.btn-black:hover, .base-style .btn-style .btn-default.btn-black:hover {
  background-color: #1575ba;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .btn-style .btn.btn-primary:focus, .btn-style .base-style .btn-black:focus, .base-style .btn-style .btn-black:focus, .btn-style .btn.btn-default:focus, .btn-style .base-style .btn-default.btn-black:focus, .base-style .btn-style .btn-default.btn-black:focus {
    background-color: #ffc448;
    border-color: #000000;
    color: #000000;
  }
}
.btn-style .btn.btn-secondary, .btn-style .base-style .btn-secondary.btn-black, .base-style .btn-style .btn-secondary.btn-black {
  border-color: #0f5c94;
  color: #000000;
}
.btn-style .btn.btn-secondary:hover, .btn-style .base-style .btn-secondary.btn-black:hover, .base-style .btn-style .btn-secondary.btn-black:hover {
  background-color: #0f5c94;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .btn-style .btn.btn-secondary:focus, .btn-style .base-style .btn-secondary.btn-black:focus, .base-style .btn-style .btn-secondary.btn-black:focus {
    background-color: #ffc448;
    border-color: #000000;
    color: #000000;
  }
}
.btn-style .btn.btn-white, .btn-style .base-style .btn-white.btn-black, .base-style .btn-style .btn-white.btn-black {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
}
.btn-style .btn.btn-white:hover, .btn-style .base-style .btn-white.btn-black:hover, .base-style .btn-style .btn-white.btn-black:hover {
  color: #1575ba;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .btn-style .btn.btn-white:focus, .btn-style .base-style .btn-white.btn-black:focus, .base-style .btn-style .btn-white.btn-black:focus {
    background-color: #ffc448;
    border-color: #000000;
    color: #000000;
  }
}
.btn-style .btn.btn-black2, .btn-style .base-style .btn-black2.btn-black, .base-style .btn-style .btn-black2.btn-black {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #000000;
}
.btn-style .btn.btn-black2:hover, .btn-style .base-style .btn-black2.btn-black:hover, .base-style .btn-style .btn-black2.btn-black:hover {
  color: #000000;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .btn-style .btn.btn-black2:focus, .btn-style .base-style .btn-black2.btn-black:focus, .base-style .btn-style .btn-black2.btn-black:focus {
    background-color: #ffc448;
    border-color: #000000;
    color: #000000;
  }
}
.btn-style .btn.btn-tag, .btn-style .base-style .btn-tag.btn-black, .base-style .btn-style .btn-tag.btn-black {
  border-color: #1575ba;
  color: #1575ba;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 12px 18px;
  min-width: initial;
  font-weight: normal;
  font-size: 15px;
  font-size: 0.9375rem;
}
.btn-style .btn.btn-tag:hover, .btn-style .base-style .btn-tag.btn-black:hover, .base-style .btn-style .btn-tag.btn-black:hover, .btn-style .btn.btn-tag.btn-active, .btn-style .base-style .btn-tag.btn-active.btn-black, .base-style .btn-style .btn-tag.btn-active.btn-black {
  background: #0f5c94;
  color: #ffffff;
}
.btn-style .btn.btn-tag:focus, .btn-style .base-style .btn-tag.btn-black:focus, .base-style .btn-style .btn-tag.btn-black:focus {
  background-color: #1575ba;
  color: #ffffff;
  border-color: #1575ba;
}
@media (min-width: 992px) {
  .btn-style .btn.btn-tag:focus-visible, .btn-style .base-style .btn-tag.btn-black:focus-visible, .base-style .btn-style .btn-tag.btn-black:focus-visible {
    background-color: #ffc448;
    border-color: #000000;
    color: #000000;
  }
}
@media (min-width: 992px) {
  .btn-style .btn.btn-large, .btn-style .base-style .btn-large.btn-black, .base-style .btn-style .btn-large.btn-black {
    min-width: 272px;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 600;
    letter-spacing: -0.53px;
    line-height: 46px;
    padding: 6px 25px;
  }
}

.base-style {
  line-height: 1.6;
  font-family: "Titillium Web", sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
}
.base-style.search-result-sec .result-list h2 a {
  text-decoration: underline;
}
.base-style.search-result-sec .result-list h2 a:hover {
  color: #0f5c94;
}
.base-style.search-result-sec .result-list h2 a:focus {
  color: #000000;
}
.base-style.search-result-sec .search-result a {
  text-transform: none;
  border-radius: 0px 10px 10px 0px;
  text-decoration: none;
  font-weight: bold;
  background-color: #ffffff;
  border: 2px solid #1575ba;
}
.base-style.search-result-sec .search-result a.active, .base-style.search-result-sec .search-result a:hover {
  background-color: #1575ba;
  color: #ffffff;
}
.base-style.search-result-sec .search-result a:focus-visible {
  background-color: #ffc448;
  color: #000000;
  border-color: #000000;
}
.base-style.search-result-sec .careers-search-result a {
  text-transform: none;
  border-radius: 10px 0px 0px 10px;
  text-decoration: none;
  font-weight: bold;
  background-color: #ffffff;
  border: 2px solid #1575ba;
}
.base-style.search-result-sec .careers-search-result a.active, .base-style.search-result-sec .careers-search-result a:hover {
  background-color: #1575ba;
  color: #ffffff;
}
.base-style.search-result-sec .careers-search-result a:focus-visible {
  background-color: #ffc448;
  color: #000000;
  border-color: #000000;
}
.base-style hr,
.base-style .divider1 {
  border-color: #1575ba !important;
}
.base-style b,
.base-style strong {
  font-family: "Titillium Web", sans-serif !important;
  font-weight: 700;
}
.base-style p {
  font-size: 16px;
  font-size: 1rem;
}
.base-style ul,
.base-style ol {
  padding: 0.5rem 0 0;
  font-weight: normal;
  color: #000000;
  letter-spacing: 0;
  text-align: left;
  margin: 0rem 0 1.5rem 1rem;
}
.base-style ul li,
.base-style ol li {
  position: relative;
  padding-bottom: 0.75rem;
  font-size: 16px;
  font-size: 1rem;
}
.base-style ul li:last-child,
.base-style ol li:last-child {
  padding-bottom: 0;
}
.base-style ul {
  list-style-image: none;
}
.base-style ul li::marker {
  color: #1575ba;
}
.base-style ul li:before {
  /*  content: "";
  background-color: $color-primary;
  font-weight: bold;
  display: inline-block;
  @include border-radius(50%);
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 10px;
  top: 0.67rem; */
}
.base-style .btn, .base-style .btn-black {
  background: transparent;
  letter-spacing: 0;
  text-align: center;
  min-width: 150px;
  border: 2px solid #1575ba;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  text-transform: none;
  line-height: 1.15;
  position: relative;
  padding: 16px 25px;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  font-family: "Titillium Web", sans-serif;
}
.base-style .btn:active, .base-style .btn-black:active {
  background-color: inherit;
}
.base-style .btn:hover, .base-style .btn-black:hover, .base-style .btn:focus, .base-style .btn-black:focus {
  text-decoration: none;
}
.base-style .btn.disabled, .base-style .disabled.btn-black, .base-style .btn:disabled, .base-style .btn-black:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.base-style .btn.disabled:focus, .base-style .disabled.btn-black:focus, .base-style .btn.disabled:hover, .base-style .disabled.btn-black:hover, .base-style .btn:disabled:focus, .base-style .btn-black:disabled:focus, .base-style .btn:disabled:hover, .base-style .btn-black:disabled:hover {
  background-color: initial !important;
  color: initial !important;
}
.base-style .btn.btn-small, .base-style .btn-small.btn-black {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 5px 15px;
  padding: 0.315rem 0.9375rem;
  min-width: initial;
}
.base-style .btn.btn-primary, .base-style .btn-black, .base-style .btn.btn-default, .base-style .btn-default.btn-black {
  border-color: #1575ba;
  color: #1575ba;
  background-color: #ffffff;
}
.base-style .btn.btn-primary:hover, .base-style .btn-black:hover, .base-style .btn.btn-default:hover, .base-style .btn-default.btn-black:hover {
  background-color: #1575ba;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .base-style .btn.btn-primary:focus, .base-style .btn-black:focus, .base-style .btn.btn-default:focus, .base-style .btn-default.btn-black:focus {
    background-color: #ffc448;
    border-color: #000000;
    color: #000000;
  }
}
.base-style .btn.btn-secondary, .base-style .btn-secondary.btn-black {
  border-color: #0f5c94;
  color: #000000;
}
.base-style .btn.btn-secondary:hover, .base-style .btn-secondary.btn-black:hover {
  background-color: #0f5c94;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .base-style .btn.btn-secondary:focus, .base-style .btn-secondary.btn-black:focus {
    background-color: #ffc448;
    border-color: #000000;
    color: #000000;
  }
}
.base-style .btn.btn-white, .base-style .btn-white.btn-black {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
}
.base-style .btn.btn-white:hover, .base-style .btn-white.btn-black:hover {
  color: #1575ba;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .base-style .btn.btn-white:focus, .base-style .btn-white.btn-black:focus {
    background-color: #ffc448;
    border-color: #000000;
    color: #000000;
  }
}
.base-style .btn.btn-black2, .base-style .btn-black2.btn-black {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #000000;
}
.base-style .btn.btn-black2:hover, .base-style .btn-black2.btn-black:hover {
  color: #000000;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .base-style .btn.btn-black2:focus, .base-style .btn-black2.btn-black:focus {
    background-color: #ffc448;
    border-color: #000000;
    color: #000000;
  }
}
.base-style .btn.btn-tag, .base-style .btn-tag.btn-black {
  border-color: #1575ba;
  color: #1575ba;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 12px 18px;
  min-width: initial;
  font-weight: normal;
  font-size: 15px;
  font-size: 0.9375rem;
}
.base-style .btn.btn-tag:hover, .base-style .btn-tag.btn-black:hover, .base-style .btn.btn-tag.btn-active, .base-style .btn-tag.btn-active.btn-black {
  background: #0f5c94;
  color: #ffffff;
}
.base-style .btn.btn-tag:focus, .base-style .btn-tag.btn-black:focus {
  background-color: #1575ba;
  color: #ffffff;
  border-color: #1575ba;
}
@media (min-width: 992px) {
  .base-style .btn.btn-tag:focus-visible, .base-style .btn-tag.btn-black:focus-visible {
    background-color: #ffc448;
    border-color: #000000;
    color: #000000;
  }
}
@media (min-width: 992px) {
  .base-style .btn.btn-large, .base-style .btn-large.btn-black {
    min-width: 272px;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 600;
    letter-spacing: -0.53px;
    line-height: 46px;
    padding: 6px 25px;
  }
}
.base-style a {
  color: #1575ba;
  text-decoration: underline;
}
.base-style a:hover {
  color: #0f5c94;
  text-decoration: underline;
}
.base-style a:focus {
  background-color: #ffc448;
  color: #000000;
  border-bottom: 0.2rem solid #000000;
  text-decoration: none;
  outline: 0;
  text-decoration: none !important;
}
.base-style h1,
.base-style .h1,
.base-style h2,
.base-style .h2,
.base-style h3,
.base-style .h3,
.base-style h4,
.base-style .h4,
.base-style h5,
.base-style .h5,
.base-style h6,
.base-style .h6 {
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: none;
  padding-bottom: 0;
  font-family: "Titillium Web", sans-serif;
}
.base-style h1 a,
.base-style .h1 a,
.base-style h2 a,
.base-style .h2 a,
.base-style h3 a,
.base-style .h3 a,
.base-style h4 a,
.base-style .h4 a,
.base-style h5 a,
.base-style .h5 a,
.base-style h6 a,
.base-style .h6 a {
  color: #000000;
  text-decoration: none;
}
.base-style h1 a:hover,
.base-style .h1 a:hover,
.base-style h2 a:hover,
.base-style .h2 a:hover,
.base-style h3 a:hover,
.base-style .h3 a:hover,
.base-style h4 a:hover,
.base-style .h4 a:hover,
.base-style h5 a:hover,
.base-style .h5 a:hover,
.base-style h6 a:hover,
.base-style .h6 a:hover {
  text-decoration: underline;
}
.base-style h1,
.base-style .h1 {
  font-size: 60px;
  font-size: 3.75rem;
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .base-style h1,
  .base-style .h1 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .base-style h1,
  .base-style .h1 {
    font-size: 30px;
  }
}
.base-style h2,
.base-style .h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 35px;
  line-height: 2.1875rem;
  line-height: 15px;
  line-height: 0.9375rem;
  line-height: 1.2;
  padding-top: 10px;
  padding-top: 0.6rem;
  padding-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .base-style h2,
  .base-style .h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .base-style h2,
  .base-style .h2 {
    font-size: 25px;
  }
}
.base-style h2:first-child,
.base-style .h2:first-child {
  padding-top: 0;
}
.base-style h3,
.base-style .h3 {
  font-size: 24px;
  font-size: 1.5rem;
  padding-top: 10px;
  padding-bottom: 0;
  font-weight: 600;
}
@media (max-width: 767px) {
  .base-style h3,
  .base-style .h3 {
    font-size: 22px;
  }
}
.base-style h3:first-child,
.base-style .h3:first-child {
  padding-top: 0;
}
.base-style h4,
.base-style .h4 {
  font-size: 20px;
  font-size: 1.25rem;
}
.base-style h5,
.base-style .h5 {
  font-size: 16px;
  font-size: 1rem;
}
.base-style h6,
.base-style .h6 {
  font-size: 16px;
  font-size: 1rem;
  color: #000000;
  padding: 0;
}
.base-style p {
  margin-bottom: 30px;
  margin-bottom: 1.75rem;
  line-height: 1.7;
}
.base-style p:last-child {
  margin-bottom: 0;
}
.base-style blockquote {
  position: relative;
  border-left: 0 !important;
  line-height: 1;
  white-space: normal;
  word-break: break-word;
  clear: both;
  padding: 20px 15px 0 60px !important;
}
.base-style blockquote:before {
  content: "\201C";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #1575ba;
  border: 2px solid #1575ba;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 43px;
  line-height: 1.35;
}
.base-style blockquote:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50px;
  width: 40px;
  height: 2px;
  background-color: #1575ba;
}
.base-style blockquote p {
  font-size: 18px;
  line-height: 1.6;
  color: #000000;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
}
@media (max-width: 767px) {
  .base-style .img-left,
  .base-style .img-right {
    margin-bottom: 30px;
  }
}
.base-style .img-left p,
.base-style .img-right p {
  color: #000000;
}
.base-style table {
  font-family: "Titillium Web", sans-serif;
  width: 100%;
}
.base-style table th {
  background-color: #1575ba;
  color: #ffffff;
  padding: 5px 10px;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  font-weight: 700;
}
.base-style table thead tr:first-child th {
  border-top: 0;
}
.base-style table thead tr:first-child th:first-child {
  border-left: 0;
}
.base-style ul.pager {
  margin: 0 0 15px;
  text-align: left;
}
.base-style ul.pager li {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
  font-weight: bold;
  margin-right: 6px;
  padding-left: 0px;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.base-style ul.pager li:first-child {
  padding-left: 0;
}
.base-style ul.pager li:before {
  display: none;
}
.base-style ul.pager li.pager-current {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 15px;
  border: solid 2px #1575ba;
  color: #fff;
  background: #1575ba;
}
@media (max-width: 575px) {
  .base-style ul.pager li.pager-current {
    padding: 3px 8px;
  }
}
.base-style ul.pager li a {
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 8px;
  color: #1575ba;
  border: solid 2px #1575ba;
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
@media (max-width: 575px) {
  .base-style ul.pager li a {
    padding: 3px 8px;
  }
}
.base-style ul.pager li a:hover {
  color: #ffffff;
  background: #1575ba;
  border-color: #1575ba;
}
.base-style ul.pager li a:focus {
  border-bottom: 2px solid #000000;
}
.base-style ul.pager li a:focus-visible {
  border-bottom: 2px solid #000000;
  color: #000000 !important;
  background: #ffc448;
}
.base-style .news-readmore {
  font-weight: 600;
  font-family: "Titillium Web", sans-serif;
}
.base-style #edit-field-category-tid-wrapper {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.base-style .news-category .form-checkboxes input[type=checkbox]:checked + label {
  background: none;
}
.base-style .news-category .form-checkboxes input[type=checkbox]:checked + label:before {
  border-color: #0f5c94;
}
.base-style .news-category .form-checkboxes input[type=checkbox] + label {
  background: none;
}
.base-style .news-category .form-item label:before {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.base-style .news-category .views-exposed-form label {
  text-transform: none;
}
.base-style.contact-form-sec .input,
.base-style.contact-form-sec #edit-captcha-response,
.base-style.contact-form-sec #edit-captcha-response--2,
.base-style.contact-form-sec [id^="edit-captcha-response-"] {
  border-color: #000000;
  font-family: "Titillium Web", sans-serif;
  font-style: normal;
  color: #000000;
  font-weight: 600;
}
.base-style.contact-form-sec .input.error,
.base-style.contact-form-sec #edit-captcha-response.error,
.base-style.contact-form-sec #edit-captcha-response--2.error,
.base-style.contact-form-sec [id^="edit-captcha-response-"].error {
  border-color: #ff0000;
}
.base-style.contact-form-sec #edit-captcha-response,
.base-style.contact-form-sec #edit-captcha-response--2,
.base-style.contact-form-sec [id^="edit-captcha-response-"] {
  border: 2px solid #000000;
  height: 50px;
}
.base-style.contact-form-sec .description {
  border-color: #000000;
  font-family: "Titillium Web", sans-serif;
  font-style: normal;
}
.base-style .form-checkboxes label {
  background-image: url(../images/check-box-bg.png);
}
.base-style .form-actions .webform-submit {
  margin-left: 1px !important;
  color: #1575ba !important;
  background-color: #ffffff !important;
  font-family: "Titillium Web", sans-serif !important;
  font-weight: 600 !important;
  border-radius: 6px !important;
  border: 2px solid #1575ba !important;
  font-size: 16px !important;
  font-size: 1rem !important;
  text-transform: none !important;
  padding: 10px 25px !important;
  min-width: 130px;
  margin-top: 30px !important;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.base-style .form-actions .webform-submit:hover {
  background-color: #1575ba !important;
  color: #ffffff !important;
}
.base-style .form-actions .webform-submit:focus {
  background-color: #ffc448 !important;
  color: #000000 !important;
  border-color: #000000 !important;
  -webkit-box-shadow: 0px 0px 0px 0px transparent !important;
          box-shadow: 0px 0px 0px 0px transparent !important;
  outline: 0px solid #000000 !important;
}
.base-style input,
.base-style textarea {
  font-family: "Titillium Web", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  font-weight: 600;
}
.base-style input:focus,
.base-style textarea:focus {
  outline: 0;
  -webkit-box-shadow: 0px 0px 0px 3px #ffc448;
          box-shadow: 0px 0px 0px 3px #ffc448;
}
.base-style ::-webkit-input-placeholder {
  color: #000000;
  font-style: normal;
  font-weight: 600;
}
.base-style ::-moz-placeholder {
  color: #000000;
  font-style: normal;
  font-weight: 600;
}
.base-style :-ms-input-placeholder {
  color: #000000;
  font-style: normal;
  font-weight: 600;
}
.base-style :-moz-placeholder {
  color: #000000;
  font-style: normal;
  font-weight: 600;
}
.base-style .news-cont-sec {
  position: relative;
}
.base-style .news-cont-sec .news-cont h2 a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.base-style .news-cont-sec .news-cont h2 a:focus {
  color: #000000;
}
.base-style .jp-details .jp-title {
  font-size: 14px;
  font-weight: 70;
  font-size: 14px;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
}
.base-style .jp-details .jp-title:hover {
  color: #ffffff;
}
.base-style .close {
  opacity: 1;
}
.base-style .modal-body {
  font-family: "Titillium Web", sans-serif;
}

#webform-ajax-wrapper-363 .messages ul {
  text-align: left;
}

.bg-cover {
  background: 50% 50% / cover no-repeat;
}
.bg-cover img {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.iframe.tech-profile-wrap {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 15px;
}
.iframe.tech-profile-wrap iframe {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  max-width: 1010px;
}
.iframe.tech-profile-wrap iframe #app {
  margin: 0 auto;
}

/* Koala sass compliler  */
body {
  font-family: "Titillium Web", sans-serif;
}

#ccc #ccc-icon.ccc-icon--dark:focus, #ccc #ccc-close:focus {
  outline: 2px solid  #FFC446;
}
#ccc .checkbox-toggle:focus-within {
  outline: 2px solid #FFC446 !important;
}
#ccc .ccc-content--dark a:focus {
  background-color: #ffc448;
  color: #000000;
  border-bottom: 0.2rem solid #000000;
  text-decoration: none;
  outline: 0;
  text-decoration: none !important;
}

.cross-agency ul li a {
  display: block;
}

@media (max-width: 991px) {
  div.top-header .th-left ul li {
    line-height: 1.2;
  }

  #ccc-icon.ccc-icon--dark {
    width: 40px !important;
    height: 40px !important;
  }
}
.big-image-cross-link.common-arrow .slick-prev {
  left: 30px;
  background: #ffffff url(../images/back.svg) 19px 50% no-repeat;
  background-size: 15px;
}
.big-image-cross-link.common-arrow .slick-disabled {
  opacity: 0.6;
  pointer-events: none;
}
.big-image-cross-link.common-arrow .slick-next {
  right: 30px;
}
.big-image-cross-link.common-arrow .slick-slide .sr-only {
  display: none;
}
.big-image-cross-link.common-arrow .slick-current .sr-only {
  display: block;
}

.text-carousel-bottom-slider .text-carousel-bottom-content a {
  text-decoration: none;
}

.people-wrap {
  position: relative;
}
.people-wrap .h2 {
  margin-bottom: 0.6rem;
}
.people-wrap .slick-list {
  margin: 0 121px;
  z-index: 1;
}
.people-wrap .slick-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 62px;
  width: 62px;
  position: absolute;
  font-size: 0;
  cursor: pointer;
  background: #ffffff url(../images/next.svg) 23px 50% no-repeat;
  border: none;
  background-size: 15px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(67, 67, 67, 0.5);
          box-shadow: 0 2px 4px 0 rgba(67, 67, 67, 0.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1;
  border: 3px solid transparent;
  margin-top: -31px;
}
@media (max-width: 1199px) {
  .people-wrap .slick-arrow {
    display: none !important;
  }
}
.people-wrap .slick-arrow:focus {
  border-color: #000000;
  outline: 0;
  background-color: #ffc448;
}
.people-wrap .slick-prev {
  left: 15px;
  background: #ffffff url(../images/back.svg) 19px 50% no-repeat;
  background-size: 15px;
}
.people-wrap .slick-next {
  right: 15px;
}
.people-wrap .slick-slide .sr-only {
  display: none;
}
.people-wrap .slick-current .sr-only {
  display: block;
}
.people-wrap .read-more-js {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  /* display: none; */
}
.people-wrap .read-more-wrap {
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.people-wrap .slick-dots {
  max-width: 800px;
  left: 410px;
  width: auto;
  margin: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  bottom: 119px;
  display: block;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  position: absolute;
  z-index: 2;
}
.people-wrap .slick-dots button {
  background-color: #1575ba;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.people-wrap .slick-dots li.slick-active button {
  -webkit-box-shadow: inset 0px 0px 9px 9px #ffffff;
          box-shadow: inset 0px 0px 9px 9px #ffffff;
}
.people-wrap .people-slider {
  background-color: #1575ba;
  margin-bottom: 0;
  position: relative;
  max-height: 605px;
  overflow: hidden;
}
.people-wrap .people-slider.is-max-height {
  overflow: inherit;
  max-height: inherit;
}
.people-wrap .people-slider.is-max-height .single-item .col-left {
  opacity: 1;
}
.people-wrap .people-slider:before, .people-wrap .people-slider:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  z-index: 0;
  top: 0;
  left: 0;
}
.people-wrap .people-slider:after {
  top: auto;
  height: 85px;
  bottom: 0;
}
.people-wrap .people-slider .single-item .col-left {
  opacity: 0;
}
.people-wrap .single-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.people-wrap .single-item p {
  font-size: 15px;
}
.people-wrap .single-item .col-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 290px;
          flex: 1 1 290px;
  max-width: 290px;
}
.people-wrap .single-item .col-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 290px);
          flex: 1 1 calc(100% - 290px);
  max-width: calc(100% - 290px);
  padding-top: 130px;
  padding-bottom: 180px;
}
.people-wrap .single-item .col-right > *:first-child {
  margin-top: 0;
  padding-top: 0;
}

.finance-quiz-wrap .bg-cover {
  width: 100%;
  height: 530px;
  position: relative;
}
.finance-quiz-wrap .bottom-content {
  position: absolute;
  bottom: 0;
  left: 50%;
  bottom: 0;
  background-color: #1575ba;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 525px;
  text-align: center;
  padding: 35px 45px 30px;
}
.finance-quiz-wrap .bottom-content .h1 {
  margin: 0;
  font-weight: 600;
  font-size: 70px;
  letter-spacing: -2.2px;
  line-height: 1.1;
}
.finance-quiz-wrap .bottom-content p {
  line-height: 1.3;
}
.finance-quiz-wrap .quiz-number-box {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(21, 117, 186, 0.1)), to(rgba(21, 117, 186, 0.1))), #FFFFFF;
  background: linear-gradient(0deg, rgba(21, 117, 186, 0.1), rgba(21, 117, 186, 0.1)), #FFFFFF;
  padding: 60px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.finance-quiz-wrap .option-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.finance-quiz-wrap .fin-radio {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 30px);
          flex: 0 0 calc(25% - 30px);
  max-width: calc(25% - 30px);
  margin: 15px;
}
.finance-quiz-wrap input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.finance-quiz-wrap input[type="radio"] + label {
  color: #1575ba;
  background-color: #ffffff;
  padding: 11px 15px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 5px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  font-size: 16px;
  font-weight: normal;
  border: 2px solid #1575ba;
  display: block;
  font-weight: 600;
  letter-spacing: -0.3px;
}
.finance-quiz-wrap input[type="radio"] + label:hover {
  background-color: #0f5c94;
  color: #ffffff;
  border-color: #0f5c94;
}
.finance-quiz-wrap input[type="radio"]:focus + label {
  background-color: #ffc448;
  color: #000000;
  border-color: #000000;
}
.finance-quiz-wrap input[type="radio"]:checked + label {
  /* Checked style  */
  background-color: #1575ba;
  color: #ffffff;
  /* backface-visibility: hidden;
  transform: rotateY(360deg); */
}
.finance-quiz-wrap .steps-quiz {
  margin: 0 auto 0px;
  padding: 0;
}
.finance-quiz-wrap .steps-quiz li {
  display: inline-block;
  text-align: center;
  position: relative;
}
.finance-quiz-wrap .steps-quiz li:nth-child(n+2) {
  margin: 0 0 0 65px;
}
.finance-quiz-wrap .steps-quiz li:nth-child(n+2):before {
  width: 100px;
  height: 4px;
  display: block;
  background-color: #1575ba;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
  top: 50%;
  position: absolute;
  left: calc(-100% - 25px);
}
.finance-quiz-wrap .steps-quiz li.active button,
.finance-quiz-wrap .steps-quiz li.active span {
  background-color: #1575ba;
  color: #ffffff;
}
.finance-quiz-wrap .steps-quiz li button,
.finance-quiz-wrap .steps-quiz li span {
  width: 58px;
  height: 58px;
  background-color: #ffffff;
  border: 4px solid #1575ba;
  border-radius: 50%;
  padding: 0;
  font-size: 30px;
  font-weight: 600;
  color: #1575ba;
  display: block;
  position: relative;
  z-index: 1;
  /* &:hover {
    background-color: $color-primary;
    color: $color-white;
  } */
}
.finance-quiz-wrap .form-group {
  text-align: center;
  margin: 50px auto 0;
  max-width: 1070px;
  width: 100%;
}
.finance-quiz-wrap .form-group.fin-answer {
  display: none;
}
.finance-quiz-wrap .form-group .h4 {
  border: 0;
  margin-bottom: 15px;
}
.finance-quiz-wrap .result-group {
  margin-top: 60px;
}
.finance-quiz-wrap .result-group.fin-result {
  display: none;
}
.finance-quiz-wrap .result-group.small-txt .col-right .btn, .finance-quiz-wrap .result-group.small-txt .col-right .base-style .btn-black, .base-style .finance-quiz-wrap .result-group.small-txt .col-right .btn-black {
  display: none;
}
.finance-quiz-wrap .result-group.small-txt .col-right .h2 {
  font-size: 30px;
}
.finance-quiz-wrap .result-group .fin-redo {
  text-align: center;
  margin-top: 60px;
}
.finance-quiz-wrap .result-group .fin-redo button {
  position: relative;
  background: transparent;
  border: 0;
  padding-left: 40px;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.155555px;
  color: #1575ba;
  font-weight: 600;
}
.finance-quiz-wrap .result-group .fin-redo button:hover:before {
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.finance-quiz-wrap .result-group .fin-redo button:focus {
  background-color: #ffc448;
  color: #000000;
  outline: 2px solid #000000;
}
.finance-quiz-wrap .result-group .fin-redo button:focus:before {
  -webkit-filter: brightness(0.1);
          filter: brightness(0.1);
}
.finance-quiz-wrap .result-group .fin-redo button:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../../images/finance/redo.svg) no-repeat;
  background-size: 100%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.finance-quiz-wrap .result-group .h4 {
  text-align: center;
}
.finance-quiz-wrap .result-group .finance-result-box {
  max-width: 850px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 230px;
}
.finance-quiz-wrap .result-group .finance-result-box p:empty {
  display: none;
}
.finance-quiz-wrap .result-group .col-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 263px;
          flex: 1 1 263px;
  max-width: 263px;
  background: 50% 50%/cover no-repeat;
}
.finance-quiz-wrap .result-group .col-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 263px);
          flex: 1 1 calc(100% - 263px);
  max-width: calc(100% - 263px);
  background-color: #1575ba;
  padding: 50px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.finance-quiz-wrap .result-group .col-right > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.finance-quiz-wrap .result-group .col-right > *:not(.btn):last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.finance-quiz-wrap .result-group .col-right .h2 {
  font-size: 50px;
}

.finance-popover {
  position: relative;
  border: 0;
  padding: 0;
  margin-left: 5px;
  background-color: transparent;
}
.finance-popover:hover .finance-pop-text {
  display: inline;
}
.finance-popover:focus {
  background-color: #ffc448;
  color: #000000;
  outline: 2px solid #000000;
}
.finance-popover:focus img {
  -webkit-filter: brightness(0.1);
          filter: brightness(0.1);
}
.finance-popover .finance-pop-text {
  position: absolute;
  left: calc(100% + 15px);
  padding: 16px;
  background-color: #1575ba;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 250px;
  font-size: 16px;
  text-align: left;
  display: none;
  z-index: 1;
}
.finance-popover .finance-pop-text:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 15px solid #1575ba;
  left: -14px;
  margin-top: 2px;
}
.finance-popover .finance-pop-text p,
.finance-popover .finance-pop-text span {
  display: block;
  font-weight: normal;
  font-size: 16px;
  margin: 0 0 3px;
  line-height: 25px;
  letter-spacing: -0.284444px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .people-wrap .slick-list {
    margin: 0 15px;
  }
  .people-wrap .slick-slide img {
    margin: 0 auto;
  }
  .people-wrap .slick-dots {
    left: 305px;
  }
  .people-wrap .single-item .col-left {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .big-image-cross-link .slick-arrow {
    display: none;
  }

  .people-wrap .read-more-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .people-wrap .h2 {
    margin-bottom: 1rem;
  }
  .people-wrap .finance-content {
    display: none;
    padding-top: 15px;
  }
  .people-wrap .finance-content.is-open {
    display: block;
  }
  .people-wrap .slick-list {
    margin: 0;
  }
  .people-wrap .slick-slide img {
    margin: 0 auto;
  }
  .people-wrap .slick-dots {
    position: relative;
    left: 0;
    bottom: 0px;
    margin-top: 30px;
    padding-bottom: 40px;
  }
  .people-wrap .read-more-js {
    display: inline-block;
  }
  .people-wrap .people-slider {
    padding-right: 22px;
    padding-left: 22px;
  }
  .people-wrap .people-slider:after {
    display: none;
  }
  .people-wrap .single-item {
    display: block;
  }
  .people-wrap .single-item .col-right,
  .people-wrap .single-item .col-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 0px);
            flex: 1 1 calc(100% - 0px);
    max-width: calc(100% - 0px);
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .people-wrap .single-item .col-left {
    margin-bottom: 15px;
  }

  .finance-quiz-wrap .bottom-content {
    width: 90%;
    padding: 17px 17px 22px;
    text-align: center;
  }
  .finance-quiz-wrap .bottom-content .h1 {
    font-size: 40px;
    margin-bottom: 5px;
  }
  .finance-quiz-wrap .steps-quiz li button:hover,
  .finance-quiz-wrap .steps-quiz li span:hover {
    background-color: #ffffff;
    color: #1575ba;
  }
  .finance-quiz-wrap .fin-radio {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }

  .finance-popover .finance-pop-text {
    left: auto;
    right: calc(100% + 15px);
    width: 170px;
  }
  .finance-popover .finance-pop-text:before {
    left: auto;
    right: -14px;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
}
@media (max-width: 767px) {
  .finance-quiz-wrap .fin-radio {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin: 0 0 5px;
  }
  .finance-quiz-wrap .finance-result-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .finance-quiz-wrap .result-group .col-left {
    height: 305px;
  }
  .finance-quiz-wrap .result-group .result-link a {
    word-wrap: break-word;
    white-space: normal;
  }
  .finance-quiz-wrap .result-group .col-right {
    padding: 20px;
  }
  .finance-quiz-wrap .result-group .col-right .h2 {
    font-size: 40px;
  }
  .finance-quiz-wrap .result-group .col-left,
  .finance-quiz-wrap .result-group .col-right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
.nav-btn.c-hamburger {
  height: 35px;
}
.nav-btn.c-hamburger:focus-visible {
  background-color: #ffc448;
  outline: 2px solid #000000;
}
.nav-btn.c-hamburger:focus-visible span {
  background-color: #ffc448;
}

.node-type-multilingual-pages .ta-logo a:focus-visible {
  outline: 2px solid #ffc448;
}
.node-type-multilingual-pages .ta-logo a img {
  max-width: 241px;
  width: 100%;
}
.node-type-multilingual-pages .footer-nav ul li a:focus {
  outline: 0;
}
.node-type-multilingual-pages .footer-nav ul li a:focus-visible {
  background-color: #ffc448;
  color: #000000;
  border-bottom: 0.2rem solid #000000;
}
.node-type-multilingual-pages #nav.multilingual-nav li a:focus {
  outline: 0;
}
.node-type-multilingual-pages #nav.multilingual-nav li a.active:focus-visible, .node-type-multilingual-pages #nav.multilingual-nav li a:focus-visible {
  background-color: #ffc448;
  color: #000000;
  border-bottom: 0.2rem solid #000000;
}

body .mh-insta .mh-insta-btn:focus, body .intro-section-content .btn.btn-primary:focus, body .intro-section-content .base-style .btn-black:focus, .base-style body .intro-section-content .btn-black:focus, body .ststic-btn .btn:focus, body .ststic-btn .base-style .btn-black:focus, .base-style body .ststic-btn .btn-black:focus, body .image-text-left-right-btn .btn:focus, body .image-text-left-right-btn .base-style .btn-black:focus, .base-style body .image-text-left-right-btn .btn-black:focus, body .news-box-in .btn:focus, body .news-box-in .base-style .btn-black:focus, .base-style body .news-box-in .btn-black:focus, body .image-text-cross-btn .btn:focus, body .image-text-cross-btn .base-style .btn-black:focus, .base-style body .image-text-cross-btn .btn-black:focus, body .news-box .news-mbl .btn.btn-primary:focus, body .news-box .news-mbl .base-style .btn-black:focus, .base-style body .news-box .news-mbl .btn-black:focus, body .cross-linking .btn:focus, body .cross-linking .base-style .btn-black:focus, .base-style body .cross-linking .btn-black:focus, body .deep-banner-content .btn:focus, body .deep-banner-content .base-style .btn-black:focus, .base-style body .deep-banner-content .btn-black:focus {
  background-color: #ffc448;
  color: #000000;
  border: 2px solid #000000;
}
