.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((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: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1c1d1c !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #d2c14e !important;
}
.bg-warning {
  background-color: #fddd5f !important;
}
.bg-danger {
  background-color: #fddd5f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1c1d1c !important;
  border-color: #1c1d1c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #353735 !important;
  border-color: #353735 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #353735 !important;
  border-color: #353735 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b3763a !important;
  border-color: #b3763a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #c99057 !important;
  border-color: #c99057 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c99057 !important;
  border-color: #c99057 !important;
}
.btn-info,
.btn-info:active {
  background-color: #d2c14e !important;
  border-color: #d2c14e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #dccf77 !important;
  border-color: #dccf77 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #dccf77 !important;
  border-color: #dccf77 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fddd5f !important;
  border-color: #fddd5f !important;
  color: #5c4901 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fee891 !important;
  border-color: #fee891 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #5c4901 !important;
  background-color: #fee891 !important;
  border-color: #fee891 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fddd5f !important;
  border-color: #fddd5f !important;
  color: #5c4901 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fee891 !important;
  border-color: #fee891 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #5c4901 !important;
  background-color: #fee891 !important;
  border-color: #fee891 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #1c1d1c;
  color: #1c1d1c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1c1d1c !important;
  border-color: #1c1d1c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #b3763a;
  color: #b3763a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #724b25 !important;
  background-color: transparent !important;
  border-color: #724b25 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b3763a !important;
  border-color: #b3763a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #d2c14e;
  color: #d2c14e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a09129 !important;
  background-color: transparent !important;
  border-color: #a09129 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #d2c14e !important;
  border-color: #d2c14e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fddd5f;
  color: #fddd5f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fccb09 !important;
  background-color: transparent !important;
  border-color: #fccb09 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #5c4901 !important;
  background-color: #fddd5f !important;
  border-color: #fddd5f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fddd5f;
  color: #fddd5f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fccb09 !important;
  background-color: transparent !important;
  border-color: #fccb09 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #5c4901 !important;
  background-color: #fddd5f !important;
  border-color: #fddd5f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1c1d1c !important;
}
.text-secondary {
  color: #b3763a !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #d2c14e !important;
}
.text-warning {
  color: #fddd5f !important;
}
.text-danger {
  color: #fddd5f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #664321 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #948626 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #f3c203 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #f3c203 !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: #1c1d1c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #d2c14e;
}
.alert-warning {
  background-color: #fddd5f;
}
.alert-danger {
  background-color: #fddd5f;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1c1d1c;
  border-color: #1c1d1c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1c1d1c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ced0ce;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fbfaf1;
}
.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;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #1c1d1c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #1c1d1c;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1c1d1c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1c1d1c;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1c1d1c;
  border-bottom-color: #1c1d1c;
}
.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: #ffffff !important;
  background-color: #1c1d1c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #b3763a !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='%231c1d1c' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vbYAVUflfK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vbYAVUflfK nav.navbar {
  position: fixed;
}
.cid-vbYAVUflfK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbYAVUflfK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vbYAVUflfK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vbYAVUflfK .dropdown-item:hover,
.cid-vbYAVUflfK .dropdown-item:focus {
  background: #1c1d1c !important;
  color: white !important;
}
.cid-vbYAVUflfK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbYAVUflfK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbYAVUflfK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbYAVUflfK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbYAVUflfK .nav-link {
  position: relative;
}
.cid-vbYAVUflfK .container {
  display: flex;
  margin: auto;
}
.cid-vbYAVUflfK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbYAVUflfK .dropdown-menu,
.cid-vbYAVUflfK .navbar.opened {
  background: #1c1d1c !important;
}
.cid-vbYAVUflfK .nav-item:focus,
.cid-vbYAVUflfK .nav-link:focus {
  outline: none;
}
.cid-vbYAVUflfK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbYAVUflfK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbYAVUflfK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbYAVUflfK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbYAVUflfK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbYAVUflfK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbYAVUflfK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c1d1c;
}
.cid-vbYAVUflfK .navbar.opened {
  transition: all 0.3s;
}
.cid-vbYAVUflfK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbYAVUflfK .navbar .navbar-logo img {
  width: auto;
}
.cid-vbYAVUflfK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbYAVUflfK .navbar.collapsed {
  justify-content: center;
}
.cid-vbYAVUflfK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbYAVUflfK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbYAVUflfK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-vbYAVUflfK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbYAVUflfK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbYAVUflfK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vbYAVUflfK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbYAVUflfK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbYAVUflfK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbYAVUflfK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbYAVUflfK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbYAVUflfK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbYAVUflfK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbYAVUflfK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vbYAVUflfK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbYAVUflfK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbYAVUflfK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbYAVUflfK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbYAVUflfK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbYAVUflfK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbYAVUflfK .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbYAVUflfK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbYAVUflfK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbYAVUflfK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbYAVUflfK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbYAVUflfK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbYAVUflfK .dropdown-item.active,
.cid-vbYAVUflfK .dropdown-item:active {
  background-color: transparent;
}
.cid-vbYAVUflfK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbYAVUflfK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbYAVUflfK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbYAVUflfK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c1d1c;
}
.cid-vbYAVUflfK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbYAVUflfK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbYAVUflfK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbYAVUflfK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbYAVUflfK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbYAVUflfK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a6a99c;
}
.cid-vbYAVUflfK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbYAVUflfK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbYAVUflfK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbYAVUflfK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbYAVUflfK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbYAVUflfK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbYAVUflfK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbYAVUflfK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbYAVUflfK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbYAVUflfK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbYAVUflfK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbYAVUflfK .navbar {
    height: 70px;
  }
  .cid-vbYAVUflfK .navbar.opened {
    height: auto;
  }
  .cid-vbYAVUflfK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ve4GVoOZE6 {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ve4GVoOZE6 img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vcpbtmStGZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vcpbtmStGZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcpbtmStGZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcpbtmStGZ .card-wrapper {
  background: #313131;
}
@media (max-width: 767px) {
  .cid-vcpbtmStGZ .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcpbtmStGZ .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vcpbtmStGZ .card-wrapper {
    padding: 1rem;
  }
}
.cid-vcpbtmStGZ .mbr-text,
.cid-vcpbtmStGZ .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vcpbtmStGZ .card-title,
.cid-vcpbtmStGZ .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vndk3ge5yU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-vndk3ge5yU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vndk3ge5yU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vndk3ge5yU .card-wrapper {
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vndk3ge5yU .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vndk3ge5yU .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vndk3ge5yU .card-wrapper {
    padding: 1rem;
  }
}
.cid-vndk3ge5yU .mbr-text,
.cid-vndk3ge5yU .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vndk3ge5yU .card-title,
.cid-vndk3ge5yU .card-box {
  text-align: center;
}
.cid-vib6Zgv7aD {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/tfg-hg-01-1920x1080.jpg");
}
.cid-vib6Zgv7aD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vib6Zgv7aD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vib6Zgv7aD .content-head {
  max-width: 800px;
}
.cid-vib6Zgv7aD .mbr-section-title {
  color: #ffffff;
}
.cid-viq1Fom5GT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-viq1Fom5GT .mbr-fallback-image.disabled {
  display: none;
}
.cid-viq1Fom5GT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viq1Fom5GT .card-wrapper {
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-viq1Fom5GT .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-viq1Fom5GT .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-viq1Fom5GT .card-wrapper {
    padding: 1rem;
  }
}
.cid-viq1Fom5GT .mbr-text,
.cid-viq1Fom5GT .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-viq1Fom5GT .card-title,
.cid-viq1Fom5GT .card-box {
  text-align: center;
}
.cid-vbYC2dmfju {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vbYC2dmfju img,
.cid-vbYC2dmfju .item-img {
  width: 100%;
}
.cid-vbYC2dmfju .item:focus,
.cid-vbYC2dmfju span:focus {
  outline: none;
}
.cid-vbYC2dmfju .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vbYC2dmfju .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vbYC2dmfju .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vbYC2dmfju .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vbYC2dmfju .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vbYC2dmfju .mbr-section-title {
  color: #232323;
}
.cid-vbYC2dmfju .mbr-text,
.cid-vbYC2dmfju .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vbYC2dmfju .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vbYC2dmfju .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-vbYC2dmfju .mbr-section-subtitle {
  text-align: left;
}
.cid-velIIjqMBe {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-velIIjqMBe .mbr-fallback-image.disabled {
  display: none;
}
.cid-velIIjqMBe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-velIIjqMBe .card-wrapper {
  background: #313131;
}
@media (max-width: 767px) {
  .cid-velIIjqMBe .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-velIIjqMBe .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-velIIjqMBe .card-wrapper {
    padding: 1rem;
  }
}
.cid-velIIjqMBe .mbr-text,
.cid-velIIjqMBe .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-velIIjqMBe .card-title,
.cid-velIIjqMBe .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vihg1KFuaV {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-vihg1KFuaV img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vcpaYkf7Cb {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vcpaYkf7Cb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcpaYkf7Cb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcpaYkf7Cb .card-wrapper {
  background: #313131;
}
@media (max-width: 767px) {
  .cid-vcpaYkf7Cb .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcpaYkf7Cb .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vcpaYkf7Cb .card-wrapper {
    padding: 1rem;
  }
}
.cid-vcpaYkf7Cb .mbr-text,
.cid-vcpaYkf7Cb .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vcpaYkf7Cb .card-title,
.cid-vcpaYkf7Cb .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vbYDQ47qfy {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
@media (max-width: 767px) {
  .cid-vbYDQ47qfy .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vbYDQ47qfy .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbYDQ47qfy .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-vbYDQ47qfy .card-wrapper {
  border-radius: 4px;
  background-color: #353535;
}
.cid-vbYDQ47qfy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbYDQ47qfy .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-vbYDQ47qfy .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-vbYDQ47qfy .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-vbYDQ47qfy .price {
  color: #000000;
}
.cid-vndmCi4HbW {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/tfg-hg-01-1920x1080.jpg");
}
.cid-vndmCi4HbW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vndmCi4HbW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vndmCi4HbW .content-head {
  max-width: 800px;
}
.cid-vndmCi4HbW .mbr-section-title {
  color: #ffffff;
}
.cid-vndpHDie9f {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vndpHDie9f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vndpHDie9f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vndpHDie9f .card-wrapper {
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vndpHDie9f .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vndpHDie9f .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vndpHDie9f .card-wrapper {
    padding: 1rem;
  }
}
.cid-vndpHDie9f .mbr-text,
.cid-vndpHDie9f .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vndpHDie9f .card-title,
.cid-vndpHDie9f .card-box {
  text-align: center;
}
.cid-vdcquyuXOt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vdcquyuXOt .iconfont-wrapper {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ff4712;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 24px;
}
.cid-vdcquyuXOt .iconfont-wrapper span {
  font-size: 28px;
  color: #ffffff;
}
.cid-vdcquyuXOt .mbr-section-title {
  margin-bottom: 30px;
  color: #20232a;
}
.cid-vdcquyuXOt .btn {
  width: 100%;
  height: 55px;
  min-width: 170px;
  margin-top: 0;
  flex-direction: row-reverse;
  letter-spacing: 0.8px;
}
.cid-vdcquyuXOt .btn span {
  margin-right: 11px;
}
.cid-vdcquyuXOt .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-vdcquyuXOt H1 {
  text-align: center;
  color: #ffffff;
}
.cid-vdcquyuXOt .form-control {
  border-radius: 30px;
  border: none !important;
  height: 55px;
}
.cid-vdcquyuXOt .form-check {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.cid-vdcquyuXOt .form-check label {
  margin-left: 11px;
}
.cid-vdGoOcEgrF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vdGoOcEgrF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdGoOcEgrF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdGoOcEgrF .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vdGoOcEgrF .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdGoOcEgrF .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-vdGoOcEgrF .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-vdGoOcEgrF .wrap {
  background: url("../../../assets/images/tfg-banner08-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vdGoOcEgrF .wrap .inner-wrap {
  padding: 40px;
}
.cid-vdGoOcEgrF .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vdGoOcEgrF .mbr-text {
  color: #000000;
}
.cid-vdGoOcEgrF .mbr-text,
.cid-vdGoOcEgrF .mbr-section-btn {
  color: #ffffff;
}
.cid-vcpdNQ5bSk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vcpdNQ5bSk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcpdNQ5bSk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcpdNQ5bSk .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcpdNQ5bSk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcpdNQ5bSk .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vcpdNQ5bSk .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vcpdNQ5bSk div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcpdNQ5bSk .copyright {
  color: #bbbbbb;
}
.cid-vo8H6ZN5e7 {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-vo8H6ZN5e7 img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vbYAVUflfK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vbYAVUflfK nav.navbar {
  position: fixed;
}
.cid-vbYAVUflfK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbYAVUflfK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vbYAVUflfK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vbYAVUflfK .dropdown-item:hover,
.cid-vbYAVUflfK .dropdown-item:focus {
  background: #1c1d1c !important;
  color: white !important;
}
.cid-vbYAVUflfK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbYAVUflfK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbYAVUflfK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbYAVUflfK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbYAVUflfK .nav-link {
  position: relative;
}
.cid-vbYAVUflfK .container {
  display: flex;
  margin: auto;
}
.cid-vbYAVUflfK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbYAVUflfK .dropdown-menu,
.cid-vbYAVUflfK .navbar.opened {
  background: #1c1d1c !important;
}
.cid-vbYAVUflfK .nav-item:focus,
.cid-vbYAVUflfK .nav-link:focus {
  outline: none;
}
.cid-vbYAVUflfK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbYAVUflfK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbYAVUflfK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbYAVUflfK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbYAVUflfK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbYAVUflfK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbYAVUflfK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c1d1c;
}
.cid-vbYAVUflfK .navbar.opened {
  transition: all 0.3s;
}
.cid-vbYAVUflfK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbYAVUflfK .navbar .navbar-logo img {
  width: auto;
}
.cid-vbYAVUflfK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbYAVUflfK .navbar.collapsed {
  justify-content: center;
}
.cid-vbYAVUflfK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbYAVUflfK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbYAVUflfK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-vbYAVUflfK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbYAVUflfK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbYAVUflfK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vbYAVUflfK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbYAVUflfK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbYAVUflfK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbYAVUflfK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbYAVUflfK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbYAVUflfK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbYAVUflfK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbYAVUflfK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vbYAVUflfK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbYAVUflfK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbYAVUflfK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbYAVUflfK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbYAVUflfK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbYAVUflfK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbYAVUflfK .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbYAVUflfK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbYAVUflfK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbYAVUflfK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbYAVUflfK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbYAVUflfK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbYAVUflfK .dropdown-item.active,
.cid-vbYAVUflfK .dropdown-item:active {
  background-color: transparent;
}
.cid-vbYAVUflfK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbYAVUflfK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbYAVUflfK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbYAVUflfK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c1d1c;
}
.cid-vbYAVUflfK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbYAVUflfK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbYAVUflfK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbYAVUflfK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbYAVUflfK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbYAVUflfK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a6a99c;
}
.cid-vbYAVUflfK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbYAVUflfK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbYAVUflfK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbYAVUflfK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbYAVUflfK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbYAVUflfK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbYAVUflfK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbYAVUflfK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbYAVUflfK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbYAVUflfK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbYAVUflfK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbYAVUflfK .navbar {
    height: 70px;
  }
  .cid-vbYAVUflfK .navbar.opened {
    height: auto;
  }
  .cid-vbYAVUflfK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcjTYnDU1G {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vcjTYnDU1G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcjTYnDU1G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcjTYnDU1G .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vcjTYnDU1G .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcjTYnDU1G .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-vcjTYnDU1G .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-vcjTYnDU1G .wrap {
  background: url("../../../assets/images/tfg-banner08-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vcjTYnDU1G .wrap .inner-wrap {
  padding: 40px;
}
.cid-vcjTYnDU1G .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcjTYnDU1G .mbr-text {
  color: #000000;
}
.cid-vcjTYnDU1G .mbr-text,
.cid-vcjTYnDU1G .mbr-section-btn {
  color: #ffffff;
}
.cid-vdVPJvhLdX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vdVPJvhLdX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdVPJvhLdX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdVPJvhLdX .card-wrapper {
  background: #313131;
}
@media (max-width: 767px) {
  .cid-vdVPJvhLdX .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdVPJvhLdX .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vdVPJvhLdX .card-wrapper {
    padding: 2rem;
  }
}
.cid-vdVPJvhLdX .mbr-text,
.cid-vdVPJvhLdX .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vdVPJvhLdX .card-title,
.cid-vdVPJvhLdX .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vdGqhzj2q1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vdGqhzj2q1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdGqhzj2q1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdGqhzj2q1 .card-wrapper {
  background: #353535;
}
@media (max-width: 767px) {
  .cid-vdGqhzj2q1 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdGqhzj2q1 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vdGqhzj2q1 .card-wrapper {
    padding: 2rem;
  }
}
.cid-vdGqhzj2q1 .mbr-text,
.cid-vdGqhzj2q1 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vdGqhzj2q1 .card-title,
.cid-vdGqhzj2q1 .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vdGqihWnWC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
@media (max-width: 991px) {
  .cid-vdGqihWnWC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdGqihWnWC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vdGqihWnWC .text-wrapper {
    padding: 2rem;
  }
}
.cid-vdGqihWnWC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vdGqihWnWC .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vdGqiYnyiz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
@media (max-width: 991px) {
  .cid-vdGqiYnyiz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdGqiYnyiz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vdGqiYnyiz .text-wrapper {
    padding: 2rem;
  }
}
.cid-vdGqiYnyiz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vdGqiYnyiz .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vdcqVG79xX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vdcqVG79xX .iconfont-wrapper {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ff4712;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 24px;
}
.cid-vdcqVG79xX .iconfont-wrapper span {
  font-size: 28px;
  color: #ffffff;
}
.cid-vdcqVG79xX .mbr-section-title {
  margin-bottom: 30px;
  color: #20232a;
}
.cid-vdcqVG79xX .btn {
  width: 100%;
  height: 55px;
  min-width: 170px;
  margin-top: 0;
  flex-direction: row-reverse;
  letter-spacing: 0.8px;
}
.cid-vdcqVG79xX .btn span {
  margin-right: 11px;
}
.cid-vdcqVG79xX .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-vdcqVG79xX H1 {
  text-align: center;
  color: #ffffff;
}
.cid-vdcqVG79xX .form-control {
  border-radius: 30px;
  border: none !important;
  height: 55px;
}
.cid-vdcqVG79xX .form-check {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.cid-vdcqVG79xX .form-check label {
  margin-left: 11px;
}
.cid-vdGrbkHzn8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vdGrbkHzn8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdGrbkHzn8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdGrbkHzn8 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vdGrbkHzn8 .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdGrbkHzn8 .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-vdGrbkHzn8 .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-vdGrbkHzn8 .wrap {
  background: url("../../../assets/images/tfg-banner08-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vdGrbkHzn8 .wrap .inner-wrap {
  padding: 40px;
}
.cid-vdGrbkHzn8 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vdGrbkHzn8 .mbr-text {
  color: #000000;
}
.cid-vdGrbkHzn8 .mbr-text,
.cid-vdGrbkHzn8 .mbr-section-btn {
  color: #ffffff;
}
.cid-vcpdNQ5bSk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vcpdNQ5bSk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcpdNQ5bSk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcpdNQ5bSk .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcpdNQ5bSk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcpdNQ5bSk .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vcpdNQ5bSk .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vcpdNQ5bSk div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcpdNQ5bSk .copyright {
  color: #bbbbbb;
}
.cid-vo8HeSKWNd {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-vo8HeSKWNd img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vbYAVUflfK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vbYAVUflfK nav.navbar {
  position: fixed;
}
.cid-vbYAVUflfK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbYAVUflfK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vbYAVUflfK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vbYAVUflfK .dropdown-item:hover,
.cid-vbYAVUflfK .dropdown-item:focus {
  background: #1c1d1c !important;
  color: white !important;
}
.cid-vbYAVUflfK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbYAVUflfK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbYAVUflfK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbYAVUflfK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbYAVUflfK .nav-link {
  position: relative;
}
.cid-vbYAVUflfK .container {
  display: flex;
  margin: auto;
}
.cid-vbYAVUflfK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbYAVUflfK .dropdown-menu,
.cid-vbYAVUflfK .navbar.opened {
  background: #1c1d1c !important;
}
.cid-vbYAVUflfK .nav-item:focus,
.cid-vbYAVUflfK .nav-link:focus {
  outline: none;
}
.cid-vbYAVUflfK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbYAVUflfK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbYAVUflfK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbYAVUflfK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbYAVUflfK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbYAVUflfK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbYAVUflfK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c1d1c;
}
.cid-vbYAVUflfK .navbar.opened {
  transition: all 0.3s;
}
.cid-vbYAVUflfK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbYAVUflfK .navbar .navbar-logo img {
  width: auto;
}
.cid-vbYAVUflfK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbYAVUflfK .navbar.collapsed {
  justify-content: center;
}
.cid-vbYAVUflfK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbYAVUflfK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbYAVUflfK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-vbYAVUflfK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbYAVUflfK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbYAVUflfK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vbYAVUflfK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbYAVUflfK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbYAVUflfK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbYAVUflfK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbYAVUflfK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbYAVUflfK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbYAVUflfK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbYAVUflfK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vbYAVUflfK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbYAVUflfK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbYAVUflfK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbYAVUflfK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbYAVUflfK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbYAVUflfK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbYAVUflfK .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbYAVUflfK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbYAVUflfK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbYAVUflfK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbYAVUflfK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbYAVUflfK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbYAVUflfK .dropdown-item.active,
.cid-vbYAVUflfK .dropdown-item:active {
  background-color: transparent;
}
.cid-vbYAVUflfK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbYAVUflfK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbYAVUflfK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbYAVUflfK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c1d1c;
}
.cid-vbYAVUflfK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbYAVUflfK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbYAVUflfK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbYAVUflfK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbYAVUflfK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbYAVUflfK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a6a99c;
}
.cid-vbYAVUflfK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbYAVUflfK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbYAVUflfK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbYAVUflfK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbYAVUflfK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbYAVUflfK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbYAVUflfK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbYAVUflfK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbYAVUflfK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbYAVUflfK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbYAVUflfK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbYAVUflfK .navbar {
    height: 70px;
  }
  .cid-vbYAVUflfK .navbar.opened {
    height: auto;
  }
  .cid-vbYAVUflfK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcjU4TeRSq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vcjU4TeRSq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcjU4TeRSq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcjU4TeRSq .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vcjU4TeRSq .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcjU4TeRSq .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-vcjU4TeRSq .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-vcjU4TeRSq .wrap {
  background: url("../../../assets/images/tfg-banner08-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vcjU4TeRSq .wrap .inner-wrap {
  padding: 40px;
}
.cid-vcjU4TeRSq .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcjU4TeRSq .mbr-text {
  color: #000000;
}
.cid-vcjU4TeRSq .mbr-text,
.cid-vcjU4TeRSq .mbr-section-btn {
  color: #ffffff;
}
.cid-vcxCD1Xsb2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vcxCD1Xsb2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcxCD1Xsb2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcxCD1Xsb2 .card-wrapper {
  background: #313131;
}
@media (max-width: 767px) {
  .cid-vcxCD1Xsb2 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcxCD1Xsb2 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vcxCD1Xsb2 .card-wrapper {
    padding: 2rem;
  }
}
.cid-vcxCD1Xsb2 .mbr-text,
.cid-vcxCD1Xsb2 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vcxCD1Xsb2 .card-title,
.cid-vcxCD1Xsb2 .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vbYLDU3zi2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vbYLDU3zi2 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vbYLDU3zi2 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #353535;
}
@media (max-width: 991px) {
  .cid-vbYLDU3zi2 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbYLDU3zi2 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-vbYLDU3zi2 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #1c1d1c;
}
.cid-vbYLDU3zi2 .mbr-section-title {
  text-align: left;
}
.cid-vbYLDU3zi2 .mbr-section-subtitle {
  text-align: left;
}
.cid-vbYLDU3zi2 .card-title {
  color: #ffffff;
}
.cid-vbYLDU3zi2 P {
  color: #ffe885;
}
.cid-vcxEugsruq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-vcxEugsruq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcxEugsruq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcxEugsruq .card-wrapper {
  background: #313131;
}
@media (max-width: 767px) {
  .cid-vcxEugsruq .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcxEugsruq .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vcxEugsruq .card-wrapper {
    padding: 4rem;
  }
}
.cid-vcxEugsruq .mbr-text,
.cid-vcxEugsruq .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vcxEugsruq .card-title,
.cid-vcxEugsruq .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vo8HqFWi6h {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-vo8HqFWi6h img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vbYJ3xbKOH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vbYJ3xbKOH .mbr-text,
.cid-vbYJ3xbKOH .mbr-section-btn {
  color: #232323;
}
.cid-vbYJ3xbKOH .card-title,
.cid-vbYJ3xbKOH .card-box {
  color: #ffffff;
}
.cid-vbYJ3xbKOH .mbr-text,
.cid-vbYJ3xbKOH .link-wrap {
  color: #ffffff;
}
.cid-vbYJ4F0f8j {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #1c1d1c;
}
.cid-vbYJ4F0f8j .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vbYJ4F0f8j H4 {
  color: #ffffff;
  text-align: center;
}
.cid-vbYJ4F0f8j H5 {
  color: #ffffff;
}
.cid-vdJxEj3Q6c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vdJxEj3Q6c .iconfont-wrapper {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ff4712;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 24px;
}
.cid-vdJxEj3Q6c .iconfont-wrapper span {
  font-size: 28px;
  color: #ffffff;
}
.cid-vdJxEj3Q6c .mbr-section-title {
  margin-bottom: 30px;
  color: #20232a;
}
.cid-vdJxEj3Q6c .btn {
  width: 100%;
  height: 55px;
  min-width: 170px;
  margin-top: 0;
  flex-direction: row-reverse;
  letter-spacing: 0.8px;
}
.cid-vdJxEj3Q6c .btn span {
  margin-right: 11px;
}
.cid-vdJxEj3Q6c .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-vdJxEj3Q6c H1 {
  text-align: center;
  color: #ffffff;
}
.cid-vdJxEj3Q6c .form-control {
  border-radius: 30px;
  border: none !important;
  height: 55px;
}
.cid-vdJxEj3Q6c .form-check {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.cid-vdJxEj3Q6c .form-check label {
  margin-left: 11px;
}
.cid-vdJxwT81dt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vdJxwT81dt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdJxwT81dt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdJxwT81dt .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vdJxwT81dt .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdJxwT81dt .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-vdJxwT81dt .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-vdJxwT81dt .wrap {
  background: url("../../../assets/images/tfg-banner08-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vdJxwT81dt .wrap .inner-wrap {
  padding: 40px;
}
.cid-vdJxwT81dt .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vdJxwT81dt .mbr-text {
  color: #000000;
}
.cid-vdJxwT81dt .mbr-text,
.cid-vdJxwT81dt .mbr-section-btn {
  color: #ffffff;
}
.cid-vcpdNQ5bSk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vcpdNQ5bSk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcpdNQ5bSk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcpdNQ5bSk .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcpdNQ5bSk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcpdNQ5bSk .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vcpdNQ5bSk .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vcpdNQ5bSk div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcpdNQ5bSk .copyright {
  color: #bbbbbb;
}
.cid-vo8HoRl9jk {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-vo8HoRl9jk img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vbYAVUflfK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vbYAVUflfK nav.navbar {
  position: fixed;
}
.cid-vbYAVUflfK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbYAVUflfK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vbYAVUflfK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vbYAVUflfK .dropdown-item:hover,
.cid-vbYAVUflfK .dropdown-item:focus {
  background: #1c1d1c !important;
  color: white !important;
}
.cid-vbYAVUflfK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbYAVUflfK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbYAVUflfK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbYAVUflfK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbYAVUflfK .nav-link {
  position: relative;
}
.cid-vbYAVUflfK .container {
  display: flex;
  margin: auto;
}
.cid-vbYAVUflfK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbYAVUflfK .dropdown-menu,
.cid-vbYAVUflfK .navbar.opened {
  background: #1c1d1c !important;
}
.cid-vbYAVUflfK .nav-item:focus,
.cid-vbYAVUflfK .nav-link:focus {
  outline: none;
}
.cid-vbYAVUflfK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbYAVUflfK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbYAVUflfK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbYAVUflfK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbYAVUflfK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbYAVUflfK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbYAVUflfK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c1d1c;
}
.cid-vbYAVUflfK .navbar.opened {
  transition: all 0.3s;
}
.cid-vbYAVUflfK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbYAVUflfK .navbar .navbar-logo img {
  width: auto;
}
.cid-vbYAVUflfK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbYAVUflfK .navbar.collapsed {
  justify-content: center;
}
.cid-vbYAVUflfK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbYAVUflfK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbYAVUflfK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-vbYAVUflfK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbYAVUflfK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbYAVUflfK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vbYAVUflfK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbYAVUflfK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbYAVUflfK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbYAVUflfK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbYAVUflfK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbYAVUflfK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbYAVUflfK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbYAVUflfK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vbYAVUflfK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbYAVUflfK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbYAVUflfK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbYAVUflfK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbYAVUflfK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbYAVUflfK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbYAVUflfK .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbYAVUflfK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbYAVUflfK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbYAVUflfK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbYAVUflfK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbYAVUflfK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbYAVUflfK .dropdown-item.active,
.cid-vbYAVUflfK .dropdown-item:active {
  background-color: transparent;
}
.cid-vbYAVUflfK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbYAVUflfK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbYAVUflfK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbYAVUflfK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c1d1c;
}
.cid-vbYAVUflfK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbYAVUflfK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbYAVUflfK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbYAVUflfK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbYAVUflfK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbYAVUflfK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a6a99c;
}
.cid-vbYAVUflfK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbYAVUflfK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbYAVUflfK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbYAVUflfK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbYAVUflfK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbYAVUflfK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbYAVUflfK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbYAVUflfK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbYAVUflfK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbYAVUflfK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbYAVUflfK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbYAVUflfK .navbar {
    height: 70px;
  }
  .cid-vbYAVUflfK .navbar.opened {
    height: auto;
  }
  .cid-vbYAVUflfK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcjUccWE0Z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vcjUccWE0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcjUccWE0Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcjUccWE0Z .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vcjUccWE0Z .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcjUccWE0Z .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-vcjUccWE0Z .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-vcjUccWE0Z .wrap {
  background: url("../../../assets/images/tfg-banner08-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vcjUccWE0Z .wrap .inner-wrap {
  padding: 40px;
}
.cid-vcjUccWE0Z .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcjUccWE0Z .mbr-text {
  color: #000000;
}
.cid-vcjUccWE0Z .mbr-text,
.cid-vcjUccWE0Z .mbr-section-btn {
  color: #ffffff;
}
.cid-vcpgeuEGwo {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vcpgeuEGwo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcpgeuEGwo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcpgeuEGwo .card-wrapper {
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vcpgeuEGwo .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcpgeuEGwo .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcpgeuEGwo .card-wrapper {
    padding: 2rem;
  }
}
.cid-vcpgeuEGwo .mbr-text,
.cid-vcpgeuEGwo .mbr-section-btn {
  color: #ffffff;
}
.cid-vcpgeuEGwo .card-title,
.cid-vcpgeuEGwo .card-box {
  text-align: center;
}
.cid-vlFfZUr6BE {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/tfg-hg-01-1920x1080.jpg");
}
.cid-vlFfZUr6BE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlFfZUr6BE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlFfZUr6BE .content-head {
  max-width: 800px;
}
.cid-vlFfZUr6BE .mbr-section-title {
  color: #ffffff;
}
.cid-vo8GxZEVZ8 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-vo8GxZEVZ8 .video-wrapper iframe {
  width: 100%;
}
.cid-vo8GxZEVZ8 .mbr-section-title,
.cid-vo8GxZEVZ8 .mbr-section-subtitle,
.cid-vo8GxZEVZ8 .mbr-text {
  text-align: center;
}
.cid-vo8GIQZsDd {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-vo8GIQZsDd .video-wrapper iframe {
  width: 100%;
}
.cid-vo8GIQZsDd .mbr-section-title,
.cid-vo8GIQZsDd .mbr-section-subtitle,
.cid-vo8GIQZsDd .mbr-text {
  text-align: center;
}
.cid-vdJy1up5Az {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vdJy1up5Az .iconfont-wrapper {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ff4712;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 24px;
}
.cid-vdJy1up5Az .iconfont-wrapper span {
  font-size: 28px;
  color: #ffffff;
}
.cid-vdJy1up5Az .mbr-section-title {
  margin-bottom: 30px;
  color: #20232a;
}
.cid-vdJy1up5Az .btn {
  width: 100%;
  height: 55px;
  min-width: 170px;
  margin-top: 0;
  flex-direction: row-reverse;
  letter-spacing: 0.8px;
}
.cid-vdJy1up5Az .btn span {
  margin-right: 11px;
}
.cid-vdJy1up5Az .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-vdJy1up5Az H1 {
  text-align: center;
  color: #ffffff;
}
.cid-vdJy1up5Az .form-control {
  border-radius: 30px;
  border: none !important;
  height: 55px;
}
.cid-vdJy1up5Az .form-check {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.cid-vdJy1up5Az .form-check label {
  margin-left: 11px;
}
.cid-vdJy0RMMDO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vdJy0RMMDO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdJy0RMMDO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdJy0RMMDO .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vdJy0RMMDO .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdJy0RMMDO .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-vdJy0RMMDO .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-vdJy0RMMDO .wrap {
  background: url("../../../assets/images/tfg-banner08-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vdJy0RMMDO .wrap .inner-wrap {
  padding: 40px;
}
.cid-vdJy0RMMDO .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vdJy0RMMDO .mbr-text {
  color: #000000;
}
.cid-vdJy0RMMDO .mbr-text,
.cid-vdJy0RMMDO .mbr-section-btn {
  color: #ffffff;
}
.cid-vcpdNQ5bSk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vcpdNQ5bSk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcpdNQ5bSk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcpdNQ5bSk .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcpdNQ5bSk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcpdNQ5bSk .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vcpdNQ5bSk .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vcpdNQ5bSk div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcpdNQ5bSk .copyright {
  color: #bbbbbb;
}
.cid-vo8GWB1D5y {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-vo8GWB1D5y img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vbYAVUflfK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vbYAVUflfK nav.navbar {
  position: fixed;
}
.cid-vbYAVUflfK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbYAVUflfK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vbYAVUflfK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vbYAVUflfK .dropdown-item:hover,
.cid-vbYAVUflfK .dropdown-item:focus {
  background: #1c1d1c !important;
  color: white !important;
}
.cid-vbYAVUflfK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbYAVUflfK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbYAVUflfK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbYAVUflfK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbYAVUflfK .nav-link {
  position: relative;
}
.cid-vbYAVUflfK .container {
  display: flex;
  margin: auto;
}
.cid-vbYAVUflfK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbYAVUflfK .dropdown-menu,
.cid-vbYAVUflfK .navbar.opened {
  background: #1c1d1c !important;
}
.cid-vbYAVUflfK .nav-item:focus,
.cid-vbYAVUflfK .nav-link:focus {
  outline: none;
}
.cid-vbYAVUflfK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbYAVUflfK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbYAVUflfK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbYAVUflfK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbYAVUflfK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbYAVUflfK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbYAVUflfK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c1d1c;
}
.cid-vbYAVUflfK .navbar.opened {
  transition: all 0.3s;
}
.cid-vbYAVUflfK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbYAVUflfK .navbar .navbar-logo img {
  width: auto;
}
.cid-vbYAVUflfK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbYAVUflfK .navbar.collapsed {
  justify-content: center;
}
.cid-vbYAVUflfK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbYAVUflfK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbYAVUflfK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-vbYAVUflfK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbYAVUflfK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbYAVUflfK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vbYAVUflfK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbYAVUflfK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbYAVUflfK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbYAVUflfK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbYAVUflfK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbYAVUflfK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbYAVUflfK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbYAVUflfK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vbYAVUflfK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbYAVUflfK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbYAVUflfK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbYAVUflfK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbYAVUflfK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbYAVUflfK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbYAVUflfK .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbYAVUflfK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbYAVUflfK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbYAVUflfK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbYAVUflfK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbYAVUflfK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbYAVUflfK .dropdown-item.active,
.cid-vbYAVUflfK .dropdown-item:active {
  background-color: transparent;
}
.cid-vbYAVUflfK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbYAVUflfK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbYAVUflfK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbYAVUflfK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c1d1c;
}
.cid-vbYAVUflfK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbYAVUflfK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbYAVUflfK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbYAVUflfK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbYAVUflfK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbYAVUflfK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a6a99c;
}
.cid-vbYAVUflfK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbYAVUflfK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbYAVUflfK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbYAVUflfK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbYAVUflfK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbYAVUflfK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbYAVUflfK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbYAVUflfK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbYAVUflfK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbYAVUflfK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbYAVUflfK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbYAVUflfK .navbar {
    height: 70px;
  }
  .cid-vbYAVUflfK .navbar.opened {
    height: auto;
  }
  .cid-vbYAVUflfK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcjUhKKUcj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vcjUhKKUcj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcjUhKKUcj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcjUhKKUcj .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vcjUhKKUcj .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcjUhKKUcj .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-vcjUhKKUcj .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-vcjUhKKUcj .wrap {
  background: url("../../../assets/images/tfg-banner08-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vcjUhKKUcj .wrap .inner-wrap {
  padding: 40px;
}
.cid-vcjUhKKUcj .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcjUhKKUcj .mbr-text {
  color: #000000;
}
.cid-vcjUhKKUcj .mbr-text,
.cid-vcjUhKKUcj .mbr-section-btn {
  color: #ffffff;
}
.cid-vipXITpUpC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vipXITpUpC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vipXITpUpC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vipXITpUpC .card-wrapper {
  background: #313131;
}
@media (max-width: 767px) {
  .cid-vipXITpUpC .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vipXITpUpC .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vipXITpUpC .card-wrapper {
    padding: 2rem;
  }
}
.cid-vipXITpUpC .mbr-text,
.cid-vipXITpUpC .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vipXITpUpC .card-title,
.cid-vipXITpUpC .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vfqhJG9YG1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vfqhJG9YG1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqhJG9YG1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfqhJG9YG1 .card-wrapper {
  background: #313131;
}
@media (max-width: 767px) {
  .cid-vfqhJG9YG1 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfqhJG9YG1 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vfqhJG9YG1 .card-wrapper {
    padding: 2rem;
  }
}
.cid-vfqhJG9YG1 .mbr-text,
.cid-vfqhJG9YG1 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vfqhJG9YG1 .card-title,
.cid-vfqhJG9YG1 .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vdJyc7Y0G1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vdJyc7Y0G1 .iconfont-wrapper {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ff4712;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 24px;
}
.cid-vdJyc7Y0G1 .iconfont-wrapper span {
  font-size: 28px;
  color: #ffffff;
}
.cid-vdJyc7Y0G1 .mbr-section-title {
  margin-bottom: 30px;
  color: #20232a;
}
.cid-vdJyc7Y0G1 .btn {
  width: 100%;
  height: 55px;
  min-width: 170px;
  margin-top: 0;
  flex-direction: row-reverse;
  letter-spacing: 0.8px;
}
.cid-vdJyc7Y0G1 .btn span {
  margin-right: 11px;
}
.cid-vdJyc7Y0G1 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-vdJyc7Y0G1 H1 {
  text-align: center;
  color: #ffffff;
}
.cid-vdJyc7Y0G1 .form-control {
  border-radius: 30px;
  border: none !important;
  height: 55px;
}
.cid-vdJyc7Y0G1 .form-check {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.cid-vdJyc7Y0G1 .form-check label {
  margin-left: 11px;
}
.cid-vdJybvWVgw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vdJybvWVgw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdJybvWVgw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdJybvWVgw .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vdJybvWVgw .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdJybvWVgw .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-vdJybvWVgw .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-vdJybvWVgw .wrap {
  background: url("../../../assets/images/tfg-banner08-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vdJybvWVgw .wrap .inner-wrap {
  padding: 40px;
}
.cid-vdJybvWVgw .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vdJybvWVgw .mbr-text {
  color: #000000;
}
.cid-vdJybvWVgw .mbr-text,
.cid-vdJybvWVgw .mbr-section-btn {
  color: #ffffff;
}
.cid-vcpdNQ5bSk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vcpdNQ5bSk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcpdNQ5bSk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcpdNQ5bSk .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcpdNQ5bSk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcpdNQ5bSk .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vcpdNQ5bSk .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vcpdNQ5bSk div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcpdNQ5bSk .copyright {
  color: #bbbbbb;
}
.cid-vo8HIUyShH {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-vo8HIUyShH img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vbYAVUflfK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vbYAVUflfK nav.navbar {
  position: fixed;
}
.cid-vbYAVUflfK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbYAVUflfK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vbYAVUflfK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vbYAVUflfK .dropdown-item:hover,
.cid-vbYAVUflfK .dropdown-item:focus {
  background: #1c1d1c !important;
  color: white !important;
}
.cid-vbYAVUflfK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbYAVUflfK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbYAVUflfK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbYAVUflfK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbYAVUflfK .nav-link {
  position: relative;
}
.cid-vbYAVUflfK .container {
  display: flex;
  margin: auto;
}
.cid-vbYAVUflfK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbYAVUflfK .dropdown-menu,
.cid-vbYAVUflfK .navbar.opened {
  background: #1c1d1c !important;
}
.cid-vbYAVUflfK .nav-item:focus,
.cid-vbYAVUflfK .nav-link:focus {
  outline: none;
}
.cid-vbYAVUflfK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbYAVUflfK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbYAVUflfK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbYAVUflfK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbYAVUflfK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbYAVUflfK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbYAVUflfK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c1d1c;
}
.cid-vbYAVUflfK .navbar.opened {
  transition: all 0.3s;
}
.cid-vbYAVUflfK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbYAVUflfK .navbar .navbar-logo img {
  width: auto;
}
.cid-vbYAVUflfK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbYAVUflfK .navbar.collapsed {
  justify-content: center;
}
.cid-vbYAVUflfK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbYAVUflfK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbYAVUflfK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-vbYAVUflfK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbYAVUflfK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbYAVUflfK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vbYAVUflfK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbYAVUflfK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbYAVUflfK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbYAVUflfK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbYAVUflfK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbYAVUflfK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbYAVUflfK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbYAVUflfK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vbYAVUflfK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbYAVUflfK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbYAVUflfK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbYAVUflfK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbYAVUflfK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbYAVUflfK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbYAVUflfK .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbYAVUflfK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbYAVUflfK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbYAVUflfK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbYAVUflfK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbYAVUflfK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbYAVUflfK .dropdown-item.active,
.cid-vbYAVUflfK .dropdown-item:active {
  background-color: transparent;
}
.cid-vbYAVUflfK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbYAVUflfK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbYAVUflfK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbYAVUflfK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c1d1c;
}
.cid-vbYAVUflfK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbYAVUflfK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbYAVUflfK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbYAVUflfK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbYAVUflfK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbYAVUflfK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a6a99c;
}
.cid-vbYAVUflfK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbYAVUflfK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbYAVUflfK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbYAVUflfK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbYAVUflfK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbYAVUflfK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbYAVUflfK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbYAVUflfK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbYAVUflfK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbYAVUflfK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbYAVUflfK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbYAVUflfK .navbar {
    height: 70px;
  }
  .cid-vbYAVUflfK .navbar.opened {
    height: auto;
  }
  .cid-vbYAVUflfK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcjUm3lL9Z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vcjUm3lL9Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcjUm3lL9Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcjUm3lL9Z .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vcjUm3lL9Z .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcjUm3lL9Z .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-vcjUm3lL9Z .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-vcjUm3lL9Z .wrap {
  background: url("../../../assets/images/tfg-banner08-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vcjUm3lL9Z .wrap .inner-wrap {
  padding: 40px;
}
.cid-vcjUm3lL9Z .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcjUm3lL9Z .mbr-text {
  color: #000000;
}
.cid-vcjUm3lL9Z .mbr-text,
.cid-vcjUm3lL9Z .mbr-section-btn {
  color: #ffffff;
}
.cid-vipXQw8qxc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vipXQw8qxc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vipXQw8qxc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vipXQw8qxc .card-wrapper {
  background: #313131;
}
@media (max-width: 767px) {
  .cid-vipXQw8qxc .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vipXQw8qxc .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vipXQw8qxc .card-wrapper {
    padding: 2rem;
  }
}
.cid-vipXQw8qxc .mbr-text,
.cid-vipXQw8qxc .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vipXQw8qxc .card-title,
.cid-vipXQw8qxc .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vfqikNf3hl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vfqikNf3hl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqikNf3hl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfqikNf3hl .card-wrapper {
  background: #313131;
}
@media (max-width: 767px) {
  .cid-vfqikNf3hl .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfqikNf3hl .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vfqikNf3hl .card-wrapper {
    padding: 2rem;
  }
}
.cid-vfqikNf3hl .mbr-text,
.cid-vfqikNf3hl .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vfqikNf3hl .card-title,
.cid-vfqikNf3hl .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vdJykBRpB5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vdJykBRpB5 .iconfont-wrapper {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ff4712;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 24px;
}
.cid-vdJykBRpB5 .iconfont-wrapper span {
  font-size: 28px;
  color: #ffffff;
}
.cid-vdJykBRpB5 .mbr-section-title {
  margin-bottom: 30px;
  color: #20232a;
}
.cid-vdJykBRpB5 .btn {
  width: 100%;
  height: 55px;
  min-width: 170px;
  margin-top: 0;
  flex-direction: row-reverse;
  letter-spacing: 0.8px;
}
.cid-vdJykBRpB5 .btn span {
  margin-right: 11px;
}
.cid-vdJykBRpB5 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-vdJykBRpB5 H1 {
  text-align: center;
  color: #ffffff;
}
.cid-vdJykBRpB5 .form-control {
  border-radius: 30px;
  border: none !important;
  height: 55px;
}
.cid-vdJykBRpB5 .form-check {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.cid-vdJykBRpB5 .form-check label {
  margin-left: 11px;
}
.cid-vdJyk1qsns {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vdJyk1qsns .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdJyk1qsns .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdJyk1qsns .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vdJyk1qsns .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdJyk1qsns .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-vdJyk1qsns .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-vdJyk1qsns .wrap {
  background: url("../../../assets/images/tfg-banner08-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vdJyk1qsns .wrap .inner-wrap {
  padding: 40px;
}
.cid-vdJyk1qsns .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vdJyk1qsns .mbr-text {
  color: #000000;
}
.cid-vdJyk1qsns .mbr-text,
.cid-vdJyk1qsns .mbr-section-btn {
  color: #ffffff;
}
.cid-vcpdNQ5bSk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vcpdNQ5bSk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcpdNQ5bSk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcpdNQ5bSk .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcpdNQ5bSk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcpdNQ5bSk .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vcpdNQ5bSk .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vcpdNQ5bSk div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcpdNQ5bSk .copyright {
  color: #bbbbbb;
}
.cid-vo8HYGuAlm {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-vo8HYGuAlm img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vdNhWg8SfG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vdNhWg8SfG nav.navbar {
  position: fixed;
}
.cid-vdNhWg8SfG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdNhWg8SfG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdNhWg8SfG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vdNhWg8SfG .dropdown-item:hover,
.cid-vdNhWg8SfG .dropdown-item:focus {
  background: #1c1d1c !important;
  color: white !important;
}
.cid-vdNhWg8SfG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdNhWg8SfG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdNhWg8SfG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdNhWg8SfG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdNhWg8SfG .nav-link {
  position: relative;
}
.cid-vdNhWg8SfG .container {
  display: flex;
  margin: auto;
}
.cid-vdNhWg8SfG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdNhWg8SfG .dropdown-menu,
.cid-vdNhWg8SfG .navbar.opened {
  background: #1c1d1c !important;
}
.cid-vdNhWg8SfG .nav-item:focus,
.cid-vdNhWg8SfG .nav-link:focus {
  outline: none;
}
.cid-vdNhWg8SfG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdNhWg8SfG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdNhWg8SfG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdNhWg8SfG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdNhWg8SfG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdNhWg8SfG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdNhWg8SfG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c1d1c;
}
.cid-vdNhWg8SfG .navbar.opened {
  transition: all 0.3s;
}
.cid-vdNhWg8SfG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdNhWg8SfG .navbar .navbar-logo img {
  width: auto;
}
.cid-vdNhWg8SfG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdNhWg8SfG .navbar.collapsed {
  justify-content: center;
}
.cid-vdNhWg8SfG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdNhWg8SfG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdNhWg8SfG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-vdNhWg8SfG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdNhWg8SfG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdNhWg8SfG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vdNhWg8SfG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdNhWg8SfG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdNhWg8SfG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdNhWg8SfG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdNhWg8SfG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdNhWg8SfG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdNhWg8SfG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdNhWg8SfG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vdNhWg8SfG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdNhWg8SfG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdNhWg8SfG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdNhWg8SfG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdNhWg8SfG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdNhWg8SfG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdNhWg8SfG .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdNhWg8SfG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdNhWg8SfG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdNhWg8SfG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdNhWg8SfG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdNhWg8SfG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdNhWg8SfG .dropdown-item.active,
.cid-vdNhWg8SfG .dropdown-item:active {
  background-color: transparent;
}
.cid-vdNhWg8SfG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdNhWg8SfG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdNhWg8SfG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdNhWg8SfG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c1d1c;
}
.cid-vdNhWg8SfG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdNhWg8SfG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdNhWg8SfG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdNhWg8SfG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdNhWg8SfG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdNhWg8SfG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a6a99c;
}
.cid-vdNhWg8SfG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdNhWg8SfG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdNhWg8SfG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdNhWg8SfG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdNhWg8SfG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdNhWg8SfG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdNhWg8SfG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdNhWg8SfG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdNhWg8SfG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdNhWg8SfG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdNhWg8SfG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdNhWg8SfG .navbar {
    height: 70px;
  }
  .cid-vdNhWg8SfG .navbar.opened {
    height: auto;
  }
  .cid-vdNhWg8SfG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdNhWgEkRI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vdNhWgEkRI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdNhWgEkRI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdNhWgEkRI .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vdNhWgEkRI .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdNhWgEkRI .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-vdNhWgEkRI .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-vdNhWgEkRI .wrap {
  background: url("../../../assets/images/tfg-banner08-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vdNhWgEkRI .wrap .inner-wrap {
  padding: 40px;
}
.cid-vdNhWgEkRI .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vdNhWgEkRI .mbr-text {
  color: #000000;
}
.cid-vdNhWgEkRI .mbr-text,
.cid-vdNhWgEkRI .mbr-section-btn {
  color: #ffffff;
}
.cid-vdNi1KNmc2 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vdNi1KNmc2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdNi1KNmc2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdNi1KNmc2 .card-wrapper {
  background: #353535;
}
@media (max-width: 767px) {
  .cid-vdNi1KNmc2 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdNi1KNmc2 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vdNi1KNmc2 .card-wrapper {
    padding: 1rem;
  }
}
.cid-vdNi1KNmc2 .mbr-text,
.cid-vdNi1KNmc2 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vdNi1KNmc2 .card-title,
.cid-vdNi1KNmc2 .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vdNi3dbM5o {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vdNi3dbM5o .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdNi3dbM5o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdNi3dbM5o .card-wrapper {
  background: #353535;
}
@media (max-width: 767px) {
  .cid-vdNi3dbM5o .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdNi3dbM5o .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vdNi3dbM5o .card-wrapper {
    padding: 2rem;
  }
}
.cid-vdNi3dbM5o .mbr-text,
.cid-vdNi3dbM5o .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vdNi3dbM5o .card-title,
.cid-vdNi3dbM5o .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vdNi4OBqa7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vdNi4OBqa7 img,
.cid-vdNi4OBqa7 .item-img {
  width: 100%;
}
.cid-vdNi4OBqa7 .item:focus,
.cid-vdNi4OBqa7 span:focus {
  outline: none;
}
.cid-vdNi4OBqa7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vdNi4OBqa7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #313131;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vdNi4OBqa7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vdNi4OBqa7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vdNi4OBqa7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vdNi4OBqa7 .mbr-section-title {
  color: #232323;
}
.cid-vdNi4OBqa7 .mbr-text,
.cid-vdNi4OBqa7 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vdNi4OBqa7 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vdNi4OBqa7 .item-subtitle {
  text-align: center;
}
.cid-vdNi5IIlyC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vdNi5IIlyC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdNi5IIlyC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdNi5IIlyC .card-wrapper {
  background: #353535;
}
@media (max-width: 767px) {
  .cid-vdNi5IIlyC .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdNi5IIlyC .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vdNi5IIlyC .card-wrapper {
    padding: 2rem;
  }
}
.cid-vdNi5IIlyC .mbr-text,
.cid-vdNi5IIlyC .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vdNi5IIlyC .card-title,
.cid-vdNi5IIlyC .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vdNi6t9zm7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vdNi6t9zm7 img,
.cid-vdNi6t9zm7 .item-img {
  width: 100%;
}
.cid-vdNi6t9zm7 .item:focus,
.cid-vdNi6t9zm7 span:focus {
  outline: none;
}
.cid-vdNi6t9zm7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vdNi6t9zm7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #313131;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vdNi6t9zm7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vdNi6t9zm7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vdNi6t9zm7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vdNi6t9zm7 .mbr-section-title {
  color: #232323;
}
.cid-vdNi6t9zm7 .mbr-text,
.cid-vdNi6t9zm7 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vdNi6t9zm7 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vdNi6t9zm7 .item-subtitle {
  text-align: center;
}
.cid-vdNi7AaFYo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vdNi7AaFYo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdNi7AaFYo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdNi7AaFYo .card-wrapper {
  background: #353535;
}
@media (max-width: 767px) {
  .cid-vdNi7AaFYo .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdNi7AaFYo .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vdNi7AaFYo .card-wrapper {
    padding: 2rem;
  }
}
.cid-vdNi7AaFYo .mbr-text,
.cid-vdNi7AaFYo .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vdNi7AaFYo .card-title,
.cid-vdNi7AaFYo .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vdNi8Aaujw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vdNi8Aaujw img,
.cid-vdNi8Aaujw .item-img {
  width: 100%;
}
.cid-vdNi8Aaujw .item:focus,
.cid-vdNi8Aaujw span:focus {
  outline: none;
}
.cid-vdNi8Aaujw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vdNi8Aaujw .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #313131;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vdNi8Aaujw .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vdNi8Aaujw .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vdNi8Aaujw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vdNi8Aaujw .mbr-section-title {
  color: #232323;
}
.cid-vdNi8Aaujw .mbr-text,
.cid-vdNi8Aaujw .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vdNi8Aaujw .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vdNi8Aaujw .item-subtitle {
  text-align: center;
}
.cid-vdNhWiuVQ4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vdNhWiuVQ4 .iconfont-wrapper {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ff4712;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 24px;
}
.cid-vdNhWiuVQ4 .iconfont-wrapper span {
  font-size: 28px;
  color: #ffffff;
}
.cid-vdNhWiuVQ4 .mbr-section-title {
  margin-bottom: 30px;
  color: #20232a;
}
.cid-vdNhWiuVQ4 .btn {
  width: 100%;
  height: 55px;
  min-width: 170px;
  margin-top: 0;
  flex-direction: row-reverse;
  letter-spacing: 0.8px;
}
.cid-vdNhWiuVQ4 .btn span {
  margin-right: 11px;
}
.cid-vdNhWiuVQ4 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-vdNhWiuVQ4 H1 {
  text-align: center;
  color: #ffffff;
}
.cid-vdNhWiuVQ4 .form-control {
  border-radius: 30px;
  border: none !important;
  height: 55px;
}
.cid-vdNhWiuVQ4 .form-check {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.cid-vdNhWiuVQ4 .form-check label {
  margin-left: 11px;
}
.cid-vdNhWiW2mB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vdNhWiW2mB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdNhWiW2mB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdNhWiW2mB .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vdNhWiW2mB .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdNhWiW2mB .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-vdNhWiW2mB .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-vdNhWiW2mB .wrap {
  background: url("../../../assets/images/tfg-banner08-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vdNhWiW2mB .wrap .inner-wrap {
  padding: 40px;
}
.cid-vdNhWiW2mB .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vdNhWiW2mB .mbr-text {
  color: #000000;
}
.cid-vdNhWiW2mB .mbr-text,
.cid-vdNhWiW2mB .mbr-section-btn {
  color: #ffffff;
}
.cid-vdNhWjmQQk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vdNhWjmQQk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdNhWjmQQk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdNhWjmQQk .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vdNhWjmQQk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdNhWjmQQk .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vdNhWjmQQk .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vdNhWjmQQk div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vdNhWjmQQk .copyright {
  color: #bbbbbb;
}
.cid-vo8HlCp3L1 {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-vo8HlCp3L1 img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vbYAVUflfK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vbYAVUflfK nav.navbar {
  position: fixed;
}
.cid-vbYAVUflfK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbYAVUflfK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vbYAVUflfK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vbYAVUflfK .dropdown-item:hover,
.cid-vbYAVUflfK .dropdown-item:focus {
  background: #1c1d1c !important;
  color: white !important;
}
.cid-vbYAVUflfK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbYAVUflfK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbYAVUflfK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbYAVUflfK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbYAVUflfK .nav-link {
  position: relative;
}
.cid-vbYAVUflfK .container {
  display: flex;
  margin: auto;
}
.cid-vbYAVUflfK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbYAVUflfK .dropdown-menu,
.cid-vbYAVUflfK .navbar.opened {
  background: #1c1d1c !important;
}
.cid-vbYAVUflfK .nav-item:focus,
.cid-vbYAVUflfK .nav-link:focus {
  outline: none;
}
.cid-vbYAVUflfK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbYAVUflfK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbYAVUflfK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbYAVUflfK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbYAVUflfK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbYAVUflfK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbYAVUflfK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c1d1c;
}
.cid-vbYAVUflfK .navbar.opened {
  transition: all 0.3s;
}
.cid-vbYAVUflfK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbYAVUflfK .navbar .navbar-logo img {
  width: auto;
}
.cid-vbYAVUflfK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbYAVUflfK .navbar.collapsed {
  justify-content: center;
}
.cid-vbYAVUflfK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbYAVUflfK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbYAVUflfK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-vbYAVUflfK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbYAVUflfK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbYAVUflfK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vbYAVUflfK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbYAVUflfK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbYAVUflfK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbYAVUflfK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbYAVUflfK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbYAVUflfK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbYAVUflfK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbYAVUflfK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vbYAVUflfK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbYAVUflfK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbYAVUflfK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbYAVUflfK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbYAVUflfK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbYAVUflfK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbYAVUflfK .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbYAVUflfK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbYAVUflfK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbYAVUflfK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbYAVUflfK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbYAVUflfK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbYAVUflfK .dropdown-item.active,
.cid-vbYAVUflfK .dropdown-item:active {
  background-color: transparent;
}
.cid-vbYAVUflfK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbYAVUflfK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbYAVUflfK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbYAVUflfK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c1d1c;
}
.cid-vbYAVUflfK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbYAVUflfK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbYAVUflfK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbYAVUflfK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbYAVUflfK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbYAVUflfK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a6a99c;
}
.cid-vbYAVUflfK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbYAVUflfK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbYAVUflfK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbYAVUflfK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbYAVUflfK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbYAVUflfK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbYAVUflfK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbYAVUflfK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbYAVUflfK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbYAVUflfK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbYAVUflfK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbYAVUflfK .navbar {
    height: 70px;
  }
  .cid-vbYAVUflfK .navbar.opened {
    height: auto;
  }
  .cid-vbYAVUflfK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcjU83gSdc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vcjU83gSdc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcjU83gSdc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcjU83gSdc .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vcjU83gSdc .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcjU83gSdc .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-vcjU83gSdc .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-vcjU83gSdc .wrap {
  background: url("../../../assets/images/tfg-banner08-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vcjU83gSdc .wrap .inner-wrap {
  padding: 40px;
}
.cid-vcjU83gSdc .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcjU83gSdc .mbr-text {
  color: #000000;
}
.cid-vcjU83gSdc .mbr-text,
.cid-vcjU83gSdc .mbr-section-btn {
  color: #ffffff;
}
.cid-vcxCe8xvWn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-vcxCe8xvWn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcxCe8xvWn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcxCe8xvWn .card-wrapper {
  background: #313131;
}
@media (max-width: 767px) {
  .cid-vcxCe8xvWn .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcxCe8xvWn .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vcxCe8xvWn .card-wrapper {
    padding: 2rem;
  }
}
.cid-vcxCe8xvWn .mbr-text,
.cid-vcxCe8xvWn .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vcxCe8xvWn .card-title,
.cid-vcxCe8xvWn .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vdJxKKjOMs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vdJxKKjOMs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdJxKKjOMs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdJxKKjOMs .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vdJxKKjOMs .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdJxKKjOMs .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-vdJxKKjOMs .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-vdJxKKjOMs .wrap {
  background: url("../../../assets/images/aces4media-banner-4r4-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vdJxKKjOMs .wrap .inner-wrap {
  padding: 40px;
}
.cid-vdJxKKjOMs .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vdJxKKjOMs .mbr-text {
  color: #000000;
}
.cid-vdJxKKjOMs .mbr-text,
.cid-vdJxKKjOMs .mbr-section-btn {
  color: #ffffff;
}
.cid-vd7zcavGXA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vd7zcavGXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd7zcavGXA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd7zcavGXA .card-wrapper {
  background: #313131;
}
@media (max-width: 767px) {
  .cid-vd7zcavGXA .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vd7zcavGXA .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vd7zcavGXA .card-wrapper {
    padding: 2rem;
  }
}
.cid-vd7zcavGXA .mbr-text,
.cid-vd7zcavGXA .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vd7zcavGXA .card-title,
.cid-vd7zcavGXA .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vdJxN8ltwB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vdJxN8ltwB .iconfont-wrapper {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ff4712;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 24px;
}
.cid-vdJxN8ltwB .iconfont-wrapper span {
  font-size: 28px;
  color: #ffffff;
}
.cid-vdJxN8ltwB .mbr-section-title {
  margin-bottom: 30px;
  color: #20232a;
}
.cid-vdJxN8ltwB .btn {
  width: 100%;
  height: 55px;
  min-width: 170px;
  margin-top: 0;
  flex-direction: row-reverse;
  letter-spacing: 0.8px;
}
.cid-vdJxN8ltwB .btn span {
  margin-right: 11px;
}
.cid-vdJxN8ltwB .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-vdJxN8ltwB H1 {
  text-align: center;
  color: #ffffff;
}
.cid-vdJxN8ltwB .form-control {
  border-radius: 30px;
  border: none !important;
  height: 55px;
}
.cid-vdJxN8ltwB .form-check {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.cid-vdJxN8ltwB .form-check label {
  margin-left: 11px;
}
.cid-vdJxMxRAVg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vdJxMxRAVg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdJxMxRAVg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdJxMxRAVg .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vdJxMxRAVg .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdJxMxRAVg .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-vdJxMxRAVg .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-vdJxMxRAVg .wrap {
  background: url("../../../assets/images/tfg-banner08-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vdJxMxRAVg .wrap .inner-wrap {
  padding: 40px;
}
.cid-vdJxMxRAVg .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vdJxMxRAVg .mbr-text {
  color: #000000;
}
.cid-vdJxMxRAVg .mbr-text,
.cid-vdJxMxRAVg .mbr-section-btn {
  color: #ffffff;
}
.cid-vcpdNQ5bSk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vcpdNQ5bSk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcpdNQ5bSk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcpdNQ5bSk .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcpdNQ5bSk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcpdNQ5bSk .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vcpdNQ5bSk .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vcpdNQ5bSk div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcpdNQ5bSk .copyright {
  color: #bbbbbb;
}
.cid-vo8Hx16tS9 {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-vo8Hx16tS9 img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vfqhzeS4em {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vfqhzeS4em nav.navbar {
  position: fixed;
}
.cid-vfqhzeS4em .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfqhzeS4em .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vfqhzeS4em .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vfqhzeS4em .dropdown-item:hover,
.cid-vfqhzeS4em .dropdown-item:focus {
  background: #1c1d1c !important;
  color: white !important;
}
.cid-vfqhzeS4em .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfqhzeS4em .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfqhzeS4em .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfqhzeS4em .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfqhzeS4em .nav-link {
  position: relative;
}
.cid-vfqhzeS4em .container {
  display: flex;
  margin: auto;
}
.cid-vfqhzeS4em .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfqhzeS4em .dropdown-menu,
.cid-vfqhzeS4em .navbar.opened {
  background: #1c1d1c !important;
}
.cid-vfqhzeS4em .nav-item:focus,
.cid-vfqhzeS4em .nav-link:focus {
  outline: none;
}
.cid-vfqhzeS4em .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfqhzeS4em .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfqhzeS4em .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfqhzeS4em .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfqhzeS4em .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfqhzeS4em .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfqhzeS4em .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c1d1c;
}
.cid-vfqhzeS4em .navbar.opened {
  transition: all 0.3s;
}
.cid-vfqhzeS4em .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfqhzeS4em .navbar .navbar-logo img {
  width: auto;
}
.cid-vfqhzeS4em .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfqhzeS4em .navbar.collapsed {
  justify-content: center;
}
.cid-vfqhzeS4em .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfqhzeS4em .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfqhzeS4em .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-vfqhzeS4em .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfqhzeS4em .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfqhzeS4em .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfqhzeS4em .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfqhzeS4em .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfqhzeS4em .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfqhzeS4em .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfqhzeS4em .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfqhzeS4em .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfqhzeS4em .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfqhzeS4em .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfqhzeS4em .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfqhzeS4em .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfqhzeS4em .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfqhzeS4em .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfqhzeS4em .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfqhzeS4em .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfqhzeS4em .navbar.navbar-short {
  min-height: 60px;
}
.cid-vfqhzeS4em .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vfqhzeS4em .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vfqhzeS4em .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfqhzeS4em .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfqhzeS4em .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfqhzeS4em .dropdown-item.active,
.cid-vfqhzeS4em .dropdown-item:active {
  background-color: transparent;
}
.cid-vfqhzeS4em .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfqhzeS4em .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfqhzeS4em .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfqhzeS4em .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c1d1c;
}
.cid-vfqhzeS4em .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfqhzeS4em .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfqhzeS4em ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfqhzeS4em .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vfqhzeS4em button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfqhzeS4em button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a6a99c;
}
.cid-vfqhzeS4em button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfqhzeS4em button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfqhzeS4em button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfqhzeS4em button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfqhzeS4em nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfqhzeS4em nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfqhzeS4em nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfqhzeS4em nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfqhzeS4em .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfqhzeS4em a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfqhzeS4em .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfqhzeS4em .navbar {
    height: 70px;
  }
  .cid-vfqhzeS4em .navbar.opened {
    height: auto;
  }
  .cid-vfqhzeS4em .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfqhzflU5a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vfqhzflU5a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqhzflU5a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfqhzflU5a .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vfqhzflU5a .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfqhzflU5a .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-vfqhzflU5a .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-vfqhzflU5a .wrap {
  background: url("../../../assets/images/tfg-banner08-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vfqhzflU5a .wrap .inner-wrap {
  padding: 40px;
}
.cid-vfqhzflU5a .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vfqhzflU5a .mbr-text {
  color: #000000;
}
.cid-vfqhzflU5a .mbr-text,
.cid-vfqhzflU5a .mbr-section-btn {
  color: #ffffff;
}
.cid-vipXGauhG8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vipXGauhG8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vipXGauhG8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vipXGauhG8 .card-wrapper {
  background: #313131;
}
@media (max-width: 767px) {
  .cid-vipXGauhG8 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vipXGauhG8 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vipXGauhG8 .card-wrapper {
    padding: 2rem;
  }
}
.cid-vipXGauhG8 .mbr-text,
.cid-vipXGauhG8 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vipXGauhG8 .card-title,
.cid-vipXGauhG8 .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vfqhZbWN3x {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vfqhZbWN3x .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqhZbWN3x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfqhZbWN3x .card-wrapper {
  background: #313131;
}
@media (max-width: 767px) {
  .cid-vfqhZbWN3x .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfqhZbWN3x .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vfqhZbWN3x .card-wrapper {
    padding: 2rem;
  }
}
.cid-vfqhZbWN3x .mbr-text,
.cid-vfqhZbWN3x .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vfqhZbWN3x .card-title,
.cid-vfqhZbWN3x .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vfqhzh4hz5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vfqhzh4hz5 .iconfont-wrapper {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ff4712;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 24px;
}
.cid-vfqhzh4hz5 .iconfont-wrapper span {
  font-size: 28px;
  color: #ffffff;
}
.cid-vfqhzh4hz5 .mbr-section-title {
  margin-bottom: 30px;
  color: #20232a;
}
.cid-vfqhzh4hz5 .btn {
  width: 100%;
  height: 55px;
  min-width: 170px;
  margin-top: 0;
  flex-direction: row-reverse;
  letter-spacing: 0.8px;
}
.cid-vfqhzh4hz5 .btn span {
  margin-right: 11px;
}
.cid-vfqhzh4hz5 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-vfqhzh4hz5 H1 {
  text-align: center;
  color: #ffffff;
}
.cid-vfqhzh4hz5 .form-control {
  border-radius: 30px;
  border: none !important;
  height: 55px;
}
.cid-vfqhzh4hz5 .form-check {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.cid-vfqhzh4hz5 .form-check label {
  margin-left: 11px;
}
.cid-vfqhzht6j4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vfqhzht6j4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqhzht6j4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfqhzht6j4 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vfqhzht6j4 .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfqhzht6j4 .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-vfqhzht6j4 .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-vfqhzht6j4 .wrap {
  background: url("../../../assets/images/tfg-banner08-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vfqhzht6j4 .wrap .inner-wrap {
  padding: 40px;
}
.cid-vfqhzht6j4 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vfqhzht6j4 .mbr-text {
  color: #000000;
}
.cid-vfqhzht6j4 .mbr-text,
.cid-vfqhzht6j4 .mbr-section-btn {
  color: #ffffff;
}
.cid-vfqhzhZsCN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vfqhzhZsCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqhzhZsCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfqhzhZsCN .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vfqhzhZsCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfqhzhZsCN .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqhzhZsCN .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vfqhzhZsCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vfqhzhZsCN .copyright {
  color: #bbbbbb;
}
.cid-vo8HLrOg2K {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-vo8HLrOg2K img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vfqhy4jy3q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vfqhy4jy3q nav.navbar {
  position: fixed;
}
.cid-vfqhy4jy3q .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfqhy4jy3q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vfqhy4jy3q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vfqhy4jy3q .dropdown-item:hover,
.cid-vfqhy4jy3q .dropdown-item:focus {
  background: #1c1d1c !important;
  color: white !important;
}
.cid-vfqhy4jy3q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfqhy4jy3q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfqhy4jy3q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfqhy4jy3q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfqhy4jy3q .nav-link {
  position: relative;
}
.cid-vfqhy4jy3q .container {
  display: flex;
  margin: auto;
}
.cid-vfqhy4jy3q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfqhy4jy3q .dropdown-menu,
.cid-vfqhy4jy3q .navbar.opened {
  background: #1c1d1c !important;
}
.cid-vfqhy4jy3q .nav-item:focus,
.cid-vfqhy4jy3q .nav-link:focus {
  outline: none;
}
.cid-vfqhy4jy3q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfqhy4jy3q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfqhy4jy3q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfqhy4jy3q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfqhy4jy3q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfqhy4jy3q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfqhy4jy3q .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c1d1c;
}
.cid-vfqhy4jy3q .navbar.opened {
  transition: all 0.3s;
}
.cid-vfqhy4jy3q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfqhy4jy3q .navbar .navbar-logo img {
  width: auto;
}
.cid-vfqhy4jy3q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfqhy4jy3q .navbar.collapsed {
  justify-content: center;
}
.cid-vfqhy4jy3q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfqhy4jy3q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfqhy4jy3q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-vfqhy4jy3q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfqhy4jy3q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfqhy4jy3q .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfqhy4jy3q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfqhy4jy3q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfqhy4jy3q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfqhy4jy3q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfqhy4jy3q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfqhy4jy3q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfqhy4jy3q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfqhy4jy3q .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfqhy4jy3q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfqhy4jy3q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfqhy4jy3q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfqhy4jy3q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfqhy4jy3q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfqhy4jy3q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfqhy4jy3q .navbar.navbar-short {
  min-height: 60px;
}
.cid-vfqhy4jy3q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vfqhy4jy3q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vfqhy4jy3q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfqhy4jy3q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfqhy4jy3q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfqhy4jy3q .dropdown-item.active,
.cid-vfqhy4jy3q .dropdown-item:active {
  background-color: transparent;
}
.cid-vfqhy4jy3q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfqhy4jy3q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfqhy4jy3q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfqhy4jy3q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c1d1c;
}
.cid-vfqhy4jy3q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfqhy4jy3q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfqhy4jy3q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfqhy4jy3q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vfqhy4jy3q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfqhy4jy3q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a6a99c;
}
.cid-vfqhy4jy3q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfqhy4jy3q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfqhy4jy3q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfqhy4jy3q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfqhy4jy3q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfqhy4jy3q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfqhy4jy3q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfqhy4jy3q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfqhy4jy3q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfqhy4jy3q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfqhy4jy3q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfqhy4jy3q .navbar {
    height: 70px;
  }
  .cid-vfqhy4jy3q .navbar.opened {
    height: auto;
  }
  .cid-vfqhy4jy3q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfqhy5FQmW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vfqhy5FQmW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqhy5FQmW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfqhy5FQmW .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vfqhy5FQmW .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfqhy5FQmW .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-vfqhy5FQmW .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-vfqhy5FQmW .wrap {
  background: url("../../../assets/images/tfg-banner08-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vfqhy5FQmW .wrap .inner-wrap {
  padding: 40px;
}
.cid-vfqhy5FQmW .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vfqhy5FQmW .mbr-text {
  color: #000000;
}
.cid-vfqhy5FQmW .mbr-text,
.cid-vfqhy5FQmW .mbr-section-btn {
  color: #ffffff;
}
.cid-vipXCQjQd6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vipXCQjQd6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vipXCQjQd6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vipXCQjQd6 .card-wrapper {
  background: #313131;
}
@media (max-width: 767px) {
  .cid-vipXCQjQd6 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vipXCQjQd6 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vipXCQjQd6 .card-wrapper {
    padding: 2rem;
  }
}
.cid-vipXCQjQd6 .mbr-text,
.cid-vipXCQjQd6 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vipXCQjQd6 .card-title,
.cid-vipXCQjQd6 .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vfqhy8AcNL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vfqhy8AcNL .iconfont-wrapper {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ff4712;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 24px;
}
.cid-vfqhy8AcNL .iconfont-wrapper span {
  font-size: 28px;
  color: #ffffff;
}
.cid-vfqhy8AcNL .mbr-section-title {
  margin-bottom: 30px;
  color: #20232a;
}
.cid-vfqhy8AcNL .btn {
  width: 100%;
  height: 55px;
  min-width: 170px;
  margin-top: 0;
  flex-direction: row-reverse;
  letter-spacing: 0.8px;
}
.cid-vfqhy8AcNL .btn span {
  margin-right: 11px;
}
.cid-vfqhy8AcNL .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-vfqhy8AcNL H1 {
  text-align: center;
  color: #ffffff;
}
.cid-vfqhy8AcNL .form-control {
  border-radius: 30px;
  border: none !important;
  height: 55px;
}
.cid-vfqhy8AcNL .form-check {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.cid-vfqhy8AcNL .form-check label {
  margin-left: 11px;
}
.cid-vfqhy9bchJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vfqhy9bchJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqhy9bchJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfqhy9bchJ .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vfqhy9bchJ .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfqhy9bchJ .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-vfqhy9bchJ .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-vfqhy9bchJ .wrap {
  background: url("../../../assets/images/tfg-banner08-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vfqhy9bchJ .wrap .inner-wrap {
  padding: 40px;
}
.cid-vfqhy9bchJ .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vfqhy9bchJ .mbr-text {
  color: #000000;
}
.cid-vfqhy9bchJ .mbr-text,
.cid-vfqhy9bchJ .mbr-section-btn {
  color: #ffffff;
}
.cid-vfqhy9U65N {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vfqhy9U65N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqhy9U65N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfqhy9U65N .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vfqhy9U65N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfqhy9U65N .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqhy9U65N .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vfqhy9U65N div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vfqhy9U65N .copyright {
  color: #bbbbbb;
}
.cid-vo8HQS6u4x {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-vo8HQS6u4x img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vipRlmksAj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vipRlmksAj nav.navbar {
  position: fixed;
}
.cid-vipRlmksAj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vipRlmksAj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vipRlmksAj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vipRlmksAj .dropdown-item:hover,
.cid-vipRlmksAj .dropdown-item:focus {
  background: #1c1d1c !important;
  color: white !important;
}
.cid-vipRlmksAj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vipRlmksAj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vipRlmksAj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vipRlmksAj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vipRlmksAj .nav-link {
  position: relative;
}
.cid-vipRlmksAj .container {
  display: flex;
  margin: auto;
}
.cid-vipRlmksAj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vipRlmksAj .dropdown-menu,
.cid-vipRlmksAj .navbar.opened {
  background: #1c1d1c !important;
}
.cid-vipRlmksAj .nav-item:focus,
.cid-vipRlmksAj .nav-link:focus {
  outline: none;
}
.cid-vipRlmksAj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vipRlmksAj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vipRlmksAj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vipRlmksAj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vipRlmksAj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vipRlmksAj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vipRlmksAj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c1d1c;
}
.cid-vipRlmksAj .navbar.opened {
  transition: all 0.3s;
}
.cid-vipRlmksAj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vipRlmksAj .navbar .navbar-logo img {
  width: auto;
}
.cid-vipRlmksAj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vipRlmksAj .navbar.collapsed {
  justify-content: center;
}
.cid-vipRlmksAj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vipRlmksAj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vipRlmksAj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-vipRlmksAj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vipRlmksAj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vipRlmksAj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vipRlmksAj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vipRlmksAj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vipRlmksAj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vipRlmksAj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vipRlmksAj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vipRlmksAj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vipRlmksAj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vipRlmksAj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vipRlmksAj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vipRlmksAj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vipRlmksAj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vipRlmksAj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vipRlmksAj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vipRlmksAj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vipRlmksAj .navbar.navbar-short {
  min-height: 60px;
}
.cid-vipRlmksAj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vipRlmksAj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vipRlmksAj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vipRlmksAj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vipRlmksAj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vipRlmksAj .dropdown-item.active,
.cid-vipRlmksAj .dropdown-item:active {
  background-color: transparent;
}
.cid-vipRlmksAj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vipRlmksAj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vipRlmksAj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vipRlmksAj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c1d1c;
}
.cid-vipRlmksAj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vipRlmksAj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vipRlmksAj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vipRlmksAj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vipRlmksAj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vipRlmksAj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a6a99c;
}
.cid-vipRlmksAj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vipRlmksAj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vipRlmksAj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vipRlmksAj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vipRlmksAj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vipRlmksAj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vipRlmksAj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vipRlmksAj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vipRlmksAj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vipRlmksAj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vipRlmksAj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vipRlmksAj .navbar {
    height: 70px;
  }
  .cid-vipRlmksAj .navbar.opened {
    height: auto;
  }
  .cid-vipRlmksAj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vipRlmOiwC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vipRlmOiwC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vipRlmOiwC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vipRlmOiwC .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vipRlmOiwC .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vipRlmOiwC .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-vipRlmOiwC .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-vipRlmOiwC .wrap {
  background: url("../../../assets/images/tfg-banner08-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vipRlmOiwC .wrap .inner-wrap {
  padding: 40px;
}
.cid-vipRlmOiwC .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vipRlmOiwC .mbr-text {
  color: #000000;
}
.cid-vipRlmOiwC .mbr-text,
.cid-vipRlmOiwC .mbr-section-btn {
  color: #ffffff;
}
.cid-vipSiGJ1yT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vipSiGJ1yT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vipSiGJ1yT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vipSiGJ1yT .card-wrapper {
  background: #353535;
}
@media (max-width: 767px) {
  .cid-vipSiGJ1yT .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vipSiGJ1yT .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vipSiGJ1yT .card-wrapper {
    padding: 2rem;
  }
}
.cid-vipSiGJ1yT .mbr-text,
.cid-vipSiGJ1yT .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vipSiGJ1yT .card-title,
.cid-vipSiGJ1yT .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vipRRrwivi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vipRRrwivi img,
.cid-vipRRrwivi .item-img {
  width: 100%;
}
.cid-vipRRrwivi .item:focus,
.cid-vipRRrwivi span:focus {
  outline: none;
}
.cid-vipRRrwivi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vipRRrwivi .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #313131;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vipRRrwivi .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vipRRrwivi .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vipRRrwivi .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vipRRrwivi .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vipRRrwivi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vipRRrwivi .mbr-section-title {
  color: #232323;
}
.cid-vipRRrwivi .mbr-text,
.cid-vipRRrwivi .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vipRRrwivi .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vipRRrwivi .item-subtitle {
  text-align: center;
}
.cid-vipRSdugWT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vipRSdugWT img,
.cid-vipRSdugWT .item-img {
  width: 100%;
}
.cid-vipRSdugWT .item:focus,
.cid-vipRSdugWT span:focus {
  outline: none;
}
.cid-vipRSdugWT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vipRSdugWT .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vipRSdugWT .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vipRSdugWT .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vipRSdugWT .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vipRSdugWT .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vipRSdugWT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vipRSdugWT .mbr-section-title {
  color: #232323;
}
.cid-vipRSdugWT .mbr-text,
.cid-vipRSdugWT .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vipRSdugWT .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vipRSdugWT .item-subtitle {
  text-align: center;
}
.cid-vipRSXnIvz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vipRSXnIvz img,
.cid-vipRSXnIvz .item-img {
  width: 100%;
}
.cid-vipRSXnIvz .item:focus,
.cid-vipRSXnIvz span:focus {
  outline: none;
}
.cid-vipRSXnIvz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vipRSXnIvz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vipRSXnIvz .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vipRSXnIvz .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vipRSXnIvz .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vipRSXnIvz .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vipRSXnIvz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vipRSXnIvz .mbr-section-title {
  color: #232323;
}
.cid-vipRSXnIvz .mbr-text,
.cid-vipRSXnIvz .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vipRSXnIvz .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vipRSXnIvz .item-subtitle {
  text-align: center;
}
.cid-vipRTFRl5T {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vipRTFRl5T img,
.cid-vipRTFRl5T .item-img {
  width: 100%;
}
.cid-vipRTFRl5T .item:focus,
.cid-vipRTFRl5T span:focus {
  outline: none;
}
.cid-vipRTFRl5T .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vipRTFRl5T .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #313131;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vipRTFRl5T .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vipRTFRl5T .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vipRTFRl5T .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vipRTFRl5T .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vipRTFRl5T .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vipRTFRl5T .mbr-section-title {
  color: #232323;
}
.cid-vipRTFRl5T .mbr-text,
.cid-vipRTFRl5T .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vipRTFRl5T .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vipRTFRl5T .item-subtitle {
  text-align: center;
}
.cid-vipSgYYz6P {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vipSgYYz6P .mbr-fallback-image.disabled {
  display: none;
}
.cid-vipSgYYz6P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vipSgYYz6P .card-wrapper {
  background: #353535;
}
@media (max-width: 767px) {
  .cid-vipSgYYz6P .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vipSgYYz6P .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vipSgYYz6P .card-wrapper {
    padding: 2rem;
  }
}
.cid-vipSgYYz6P .mbr-text,
.cid-vipSgYYz6P .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vipSgYYz6P .card-title,
.cid-vipSgYYz6P .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vipS9sAIvQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vipS9sAIvQ img,
.cid-vipS9sAIvQ .item-img {
  width: 100%;
}
.cid-vipS9sAIvQ .item:focus,
.cid-vipS9sAIvQ span:focus {
  outline: none;
}
.cid-vipS9sAIvQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vipS9sAIvQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #313131;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vipS9sAIvQ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vipS9sAIvQ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vipS9sAIvQ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vipS9sAIvQ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vipS9sAIvQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vipS9sAIvQ .mbr-section-title {
  color: #232323;
}
.cid-vipS9sAIvQ .mbr-text,
.cid-vipS9sAIvQ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vipS9sAIvQ .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vipS9sAIvQ .item-subtitle {
  text-align: center;
}
.cid-vipSauyTh6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vipSauyTh6 img,
.cid-vipSauyTh6 .item-img {
  width: 100%;
}
.cid-vipSauyTh6 .item:focus,
.cid-vipSauyTh6 span:focus {
  outline: none;
}
.cid-vipSauyTh6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vipSauyTh6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vipSauyTh6 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vipSauyTh6 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vipSauyTh6 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vipSauyTh6 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vipSauyTh6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vipSauyTh6 .mbr-section-title {
  color: #232323;
}
.cid-vipSauyTh6 .mbr-text,
.cid-vipSauyTh6 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vipSauyTh6 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vipSauyTh6 .item-subtitle {
  text-align: center;
}
.cid-vipSbsHWnl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vipSbsHWnl img,
.cid-vipSbsHWnl .item-img {
  width: 100%;
}
.cid-vipSbsHWnl .item:focus,
.cid-vipSbsHWnl span:focus {
  outline: none;
}
.cid-vipSbsHWnl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vipSbsHWnl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #313131;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vipSbsHWnl .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vipSbsHWnl .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vipSbsHWnl .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vipSbsHWnl .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vipSbsHWnl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vipSbsHWnl .mbr-section-title {
  color: #232323;
}
.cid-vipSbsHWnl .mbr-text,
.cid-vipSbsHWnl .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vipSbsHWnl .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vipSbsHWnl .item-subtitle {
  text-align: center;
}
.cid-vipSg9q2vE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vipSg9q2vE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vipSg9q2vE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vipSg9q2vE .card-wrapper {
  background: #353535;
}
@media (max-width: 767px) {
  .cid-vipSg9q2vE .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vipSg9q2vE .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vipSg9q2vE .card-wrapper {
    padding: 2rem;
  }
}
.cid-vipSg9q2vE .mbr-text,
.cid-vipSg9q2vE .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vipSg9q2vE .card-title,
.cid-vipSg9q2vE .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vipRCLCXFY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vipRCLCXFY img,
.cid-vipRCLCXFY .item-img {
  width: 100%;
}
.cid-vipRCLCXFY .item:focus,
.cid-vipRCLCXFY span:focus {
  outline: none;
}
.cid-vipRCLCXFY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vipRCLCXFY .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #313131;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vipRCLCXFY .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vipRCLCXFY .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vipRCLCXFY .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vipRCLCXFY .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vipRCLCXFY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vipRCLCXFY .mbr-section-title {
  color: #232323;
}
.cid-vipRCLCXFY .mbr-text,
.cid-vipRCLCXFY .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vipRCLCXFY .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vipRCLCXFY .item-subtitle {
  text-align: center;
}
.cid-vipRDBqmOf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vipRDBqmOf img,
.cid-vipRDBqmOf .item-img {
  width: 100%;
}
.cid-vipRDBqmOf .item:focus,
.cid-vipRDBqmOf span:focus {
  outline: none;
}
.cid-vipRDBqmOf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vipRDBqmOf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vipRDBqmOf .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vipRDBqmOf .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vipRDBqmOf .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vipRDBqmOf .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vipRDBqmOf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vipRDBqmOf .mbr-section-title {
  color: #232323;
}
.cid-vipRDBqmOf .mbr-text,
.cid-vipRDBqmOf .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vipRDBqmOf .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vipRDBqmOf .item-subtitle {
  text-align: center;
}
.cid-vipRlnqGQB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vipRlnqGQB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vipRlnqGQB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vipRlnqGQB .card-wrapper {
  background: #353535;
}
@media (max-width: 767px) {
  .cid-vipRlnqGQB .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vipRlnqGQB .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vipRlnqGQB .card-wrapper {
    padding: 2rem;
  }
}
.cid-vipRlnqGQB .mbr-text,
.cid-vipRlnqGQB .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vipRlnqGQB .card-title,
.cid-vipRlnqGQB .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vipRloklZg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vipRloklZg .iconfont-wrapper {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ff4712;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 24px;
}
.cid-vipRloklZg .iconfont-wrapper span {
  font-size: 28px;
  color: #ffffff;
}
.cid-vipRloklZg .mbr-section-title {
  margin-bottom: 30px;
  color: #20232a;
}
.cid-vipRloklZg .btn {
  width: 100%;
  height: 55px;
  min-width: 170px;
  margin-top: 0;
  flex-direction: row-reverse;
  letter-spacing: 0.8px;
}
.cid-vipRloklZg .btn span {
  margin-right: 11px;
}
.cid-vipRloklZg .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-vipRloklZg H1 {
  text-align: center;
  color: #ffffff;
}
.cid-vipRloklZg .form-control {
  border-radius: 30px;
  border: none !important;
  height: 55px;
}
.cid-vipRloklZg .form-check {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.cid-vipRloklZg .form-check label {
  margin-left: 11px;
}
.cid-vipRloDAbc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vipRloDAbc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vipRloDAbc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vipRloDAbc .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vipRloDAbc .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vipRloDAbc .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-vipRloDAbc .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-vipRloDAbc .wrap {
  background: url("../../../assets/images/tfg-banner08-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vipRloDAbc .wrap .inner-wrap {
  padding: 40px;
}
.cid-vipRloDAbc .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vipRloDAbc .mbr-text {
  color: #000000;
}
.cid-vipRloDAbc .mbr-text,
.cid-vipRloDAbc .mbr-section-btn {
  color: #ffffff;
}
.cid-vipRlp0VyA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vipRlp0VyA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vipRlp0VyA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vipRlp0VyA .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vipRlp0VyA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vipRlp0VyA .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vipRlp0VyA .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vipRlp0VyA div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vipRlp0VyA .copyright {
  color: #bbbbbb;
}
.cid-vo8Hi4jb86 {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-vo8Hi4jb86 img {
  object-fit: contain;
  border-radius: 0 !important;
}
