body {
  font-family: 'Maven Pro', sans-serif;
}
.display-1 {
  font-family: 'Maven Pro', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Maven Pro', sans-serif;
  font-size: 2rem;
  line-height: 0.9;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Maven Pro', sans-serif;
  font-size: 1rem;
  line-height: 1.1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Maven Pro', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Maven Pro', sans-serif;
  font-size: 1.1rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffb32f !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffb32f !important;
  border-color: #ffb32f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #d78900 !important;
  border-color: #d78900 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d78900 !important;
  border-color: #d78900 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #9b9ba5 !important;
  border-color: #9b9ba5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #6f6f7b !important;
  border-color: #6f6f7b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #6f6f7b !important;
  border-color: #6f6f7b !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline {
  border-color: #ffb32f;
  color: #ffb32f;
}
.btn-secondary-outline {
  border-color: #9b9ba5;
  color: #9b9ba5;
}
.btn-info-outline {
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-success-outline {
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-warning-outline {
  border-color: #ffe161;
  color: #ffe161;
}
.btn-danger-outline {
  border-color: #ff9966;
  color: #ff9966;
}
.btn-black-outline {
  border-color: #17171a;
  color: #17171a;
}
.btn-white-outline {
  border-color: #ffffff;
  color: #ffffff;
}
.text-primary {
  color: #ffb32f !important;
}
.text-secondary {
  color: #9b9ba5 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #17171A !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #c87f00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #676773 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffb32f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffb32f;
  border-color: #ffb32f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffb32f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffefb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #ffb32f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffb32f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffb32f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffb32f;
  border-bottom-color: #ffb32f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffb32f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #9b9ba5 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffb32f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tphQBQUHWR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/base-web-1-1600x800.jpg");
}
.cid-tphQBQUHWR .wrapper {
  height: 550px;
}
.cid-tphU8boife {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tphU8boife .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tphU8boife .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tphU8boife .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tphU8boife .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tphU8boife .list {
    margin-bottom: 0rem;
  }
}
.cid-tphU8boife .mbr-text {
  color: #7b7b8b;
}
.cid-tphU8boife .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 4rem;
  width: 4rem;
}
.cid-tphU8boife .mbr-iconfont {
  color: black;
}
.cid-tphU8boife H5 {
  color: #7b7b8b;
}
.cid-tphU8boife .mbr-section-subtitle {
  color: #ffb32f;
}
.cid-tphOi7isxm {
  padding-top: 3.5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tphOi7isxm .image-wrapper {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tphOi7isxm .image-wrapper {
    width: 49%;
  }
}
.cid-tphOi7isxm .text-wrapper {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tphOi7isxm .text-wrapper {
    width: 100%;
    text-align: center;
  }
  .cid-tphOi7isxm .text-wrapper h3 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .cid-tphOi7isxm .text-wrapper p {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-tphOi7isxm .text-wrapper {
    padding: 0 4rem;
    width: 49%;
  }
  .cid-tphOi7isxm .text-wrapper h3 {
    width: 85%;
    margin-bottom: 2.2rem;
  }
  .cid-tphOi7isxm .text-wrapper p {
    width: 50%;
    margin-bottom: 1rem;
  }
}
.cid-tphOi7isxm .item-btn {
  width: 10.6rem;
  height: 10.6rem;
  position: absolute;
  top: 5.2rem;
  right: 3.5rem;
  top: 1rem;
}
.cid-tphOi7isxm .item-btn:hover {
  opacity: 0.8;
}
.cid-tphOi7isxm .item-btn:hover > span {
  transform: scale(1.3) translateY(0.5rem);
}
.cid-tphOi7isxm .item-btn span {
  transform: scale(1.3);
  transition: all 0.8s;
}
@media (max-width: 1199px) {
  .cid-tphOi7isxm .item-btn {
    width: 7.6rem;
    height: 7.6rem;
    top: 6.2rem;
    right: 2.5rem;
    display: none;
  }
  .cid-tphOi7isxm .item-btn:hover > span {
    transform: translateY(0.5rem);
  }
}
@media (max-width: 992px) {
  .cid-tphOi7isxm .item-btn {
    width: 4rem;
    height: 4rem;
    position: static;
    display: inline-flex;
    align-self: center;
    margin-bottom: 1.6rem;
  }
  .cid-tphOi7isxm .item-btn:hover > span {
    transform: scale(0.6) translateY(0.3rem);
  }
  .cid-tphOi7isxm .item-btn span {
    transform: scale(0.6);
    transition: all 0.8s;
  }
}
@media (max-width: 767px) {
  .cid-tphOi7isxm .item-btn {
    position: static;
    margin-top: 0rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-tphOi7isxm .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tphOi7isxm .mbr-section-title a {
  color: #9b9ba5;
}
.cid-tphOi7isxm P {
  color: #9b9ba5;
}
.cid-tphOi7isxm .mbr-section-subtitle {
  color: #9b9ba5;
  text-align: left;
}
.cid-tphOi7I3TL {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background: #ffffff;
}
.cid-tphOi7I3TL .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tphOi7I3TL .team-card:hover {
  transform: translateY(-10px);
}
.cid-tphOi7I3TL .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tphOi7I3TL .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tphOi7I3TL .card-wrap .image-wrap {
  background: #ffffff;
  padding-top: 30px;
  padding-right: 30px;
}
.cid-tphOi7I3TL .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tphOi7I3TL .card-wrap .content-wrap {
    padding: 2rem;
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tphOi7I3TL .card-wrap .content-wrap {
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
}
.cid-tphOi7I3TL .occupation {
  font-size: 1rem;
  margin-top: 0.5rem;
  color: #9b9ba5;
}
@media (max-width: 600px) {
  .cid-tphOi7I3TL .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tphOi7I3TL .mbr-section-title {
  text-align: center;
}
.cid-tphOi7I3TL .card-title,
.cid-tphOi7I3TL .social-row {
  text-align: left;
}
.cid-tphOi87XSR {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #28282c;
}
@media (max-width: 767px) {
  .cid-tphOi87XSR .card-wrapper {
    margin: 0;
    padding: 0;
  }
}
.cid-tphOi87XSR .mbr-section-title,
.cid-tphOi87XSR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tphOi87XSR .card-title,
.cid-tphOi87XSR .card-box {
  color: #ffffff;
}
.cid-tphOi87XSR .mbr-text {
  color: #9b9ba5;
}
@media (max-width: 600px) {
  .cid-tphOi87XSR .mbr-section-title {
    letter-spacing: -1px;
  }
}
@media (min-width: 768px) {
  .cid-tphOi87XSR .border-right {
    border-right: 2px solid rgba(255, 255, 255, 0.25);
  }
  .cid-tphOi87XSR .top {
    border-top: 2px solid rgba(255, 255, 255, 0.25);
  }
  .cid-tphOi87XSR .margin-left {
    margin-left: 5rem;
    padding: 3rem 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .cid-tphOi87XSR .border-right {
    padding: 3rem 3rem 3rem 0;
  }
}
.cid-tphOi87XSR .mbr-section-title {
  text-align: center;
}
.cid-tphOi8vuPx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-tphOi8vuPx .line {
  width: 100%;
  height: 2px;
  background: #17171A;
}
.cid-tphOi8vuPx .mbr-section-title {
  width: 100%;
}
.cid-tphOi8vuPx .item {
  width: 17.6rem;
  padding: 1rem 0;
  border-top: 1px solid #9b9ba5;
  margin: 0 1.2rem 2rem;
}
@media (max-width: 992px) {
  .cid-tphOi8vuPx .item {
    width: 45%;
  }
  .cid-tphOi8vuPx .item:nth-child(2n) {
    margin-right: 0.1rem;
  }
}
@media (max-width: 768px) {
  .cid-tphOi8vuPx .item {
    width: 88%;
  }
}
@media (max-width: 600px) {
  .cid-tphOi8vuPx .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tphOi8vuPx .mbr-text {
  color: #9b9ba5;
}
.cid-tphOi8vuPx .mbr-section-subtitle {
  color: #9b9ba5;
  text-align: left;
}
.cid-tphOi8vuPx .mbr-section-title {
  text-align: center;
}
.cid-tphOi8U3OF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tphOi8U3OF .nav-tabs .nav-item.open .nav-link:focus,
.cid-tphOi8U3OF .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tphOi8U3OF .nav-tabs {
  border-bottom: 1px solid #17171a;
}
@media (max-width: 767px) {
  .cid-tphOi8U3OF .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tphOi8U3OF .nav-tabs .nav-link {
  text-align: center;
  border: none;
  border-bottom: 1px solid #9b9ba5;
  border-radius: 0;
}
.cid-tphOi8U3OF .nav-tabs .nav-link:not(.active) {
  color: #9b9ba5;
}
.cid-tphOi8U3OF .nav-link,
.cid-tphOi8U3OF .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tphOi8U3OF .nav-tabs .nav-link.active {
  color: #17171a;
  border-bottom: 1px solid #17171a;
}
@media (min-width: 992px) {
  .cid-tphOi8U3OF .content {
    padding: 0 2rem;
  }
}
.cid-tphOi8U3OF .item {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-tphOi8U3OF .card-text p {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-tphOi8U3OF .item-title {
    margin-left: -1rem;
  }
}
@media (max-width: 991px) {
  .cid-tphOi8U3OF .card-text p {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-tphOi8U3OF .item-title {
    margin-left: 0;
  }
}
.cid-tphOi8U3OF .upper {
  border-bottom: 1px solid #C4C4C8;
}
.cid-tphOi8U3OF .item-wrapper {
  position: relative;
  background: #f8f8f8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tphOi8U3OF .item-wrapper .item-content {
    padding: 2rem 4rem 0;
  }
  .cid-tphOi8U3OF .item-wrapper .mbr-text {
    margin-bottom: 2rem;
  }
  .cid-tphOi8U3OF .item-wrapper .item-footer {
    padding: 0 3rem 2rem;
    right: -2rem;
    top: 11.6rem;
  }
  .cid-tphOi8U3OF .item-wrapper .item-btn {
    width: 6.3rem;
    height: 6.3rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin: 0;
  }
  .cid-tphOi8U3OF .item-wrapper .item-btn span {
    transform: rotate(45deg) scale(0.8);
    margin-top: 0.4rem;
    margin-right: 0.6rem;
    margin-left: 0.5rem;
    transition: all 0.8s;
  }
  .cid-tphOi8U3OF .item-wrapper .item-btn:hover > span {
    transform: scale(0.8) rotate(90deg);
  }
}
@media (max-width: 991px) {
  .cid-tphOi8U3OF .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tphOi8U3OF .item-wrapper .mbr-text {
    margin-bottom: 1rem;
  }
  .cid-tphOi8U3OF .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
  .cid-tphOi8U3OF .item-wrapper .item-btn {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    display: flex;
    margin: 0 auto;
  }
  .cid-tphOi8U3OF .item-wrapper .item-btn span {
    transform: rotate(45deg) scale(0.7);
    margin-top: 0.2rem;
    margin-left: 0.2rem;
    transition: all 0.8s;
  }
  .cid-tphOi8U3OF .item-wrapper .item-btn:hover > span {
    transform: scale(0.7) rotate(90deg);
  }
}
@media (max-width: 767px) {
  .cid-tphOi8U3OF .item-wrapper .item-btn {
    margin: 0;
    margin-left: 0.5rem;
    padding-top: 0.5rem;
  }
}
@media (max-width: 600px) {
  .cid-tphOi8U3OF .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tphOi8U3OF .mbr-text,
.cid-tphOi8U3OF .mbr-section-btn {
  color: #9b9ba5;
}
.cid-tphOi8U3OF H3 {
  text-align: center;
}
.cid-tphOiao4gP {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #28282c;
}
.cid-tphOiao4gP .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tphOiao4gP form .mbr-section-btn {
  text-align: center;
}
.cid-tphOiao4gP .mbr-section-subtitle {
  color: #ebeff2;
}
.cid-tphOiao4gP .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding-left: 0;
  font-size: small;
  color: rgba(225, 225, 225, 0.3);
}
.cid-tphOiao4gP .form-control:focus {
  background: none;
}
.cid-tphOiao4gP .form-control:focus::placeholder {
  color: transparent;
}
.cid-tphOiao4gP .btn:hover {
  color: #ebeff2;
}
@media (max-width: 600px) {
  .cid-tphOiao4gP .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tphOiao4gP .mbr-section-title {
  color: #ffffff;
}
.cid-tphU8boife {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tphU8boife .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tphU8boife .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tphU8boife .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tphU8boife .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tphU8boife .list {
    margin-bottom: 0rem;
  }
}
.cid-tphU8boife .mbr-text {
  color: #7b7b8b;
}
.cid-tphU8boife .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 4rem;
  width: 4rem;
}
.cid-tphU8boife .mbr-iconfont {
  color: black;
}
.cid-tphU8boife H5 {
  color: #7b7b8b;
}
.cid-tphU8boife .mbr-section-subtitle {
  color: #ffb32f;
}
