body {
  font-family: 'Montserrat', sans-serif;
}
.display-1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 90rem) / (48 - 25)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 25))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 40rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f29100 !important;
}
.bg-success {
  background-color: #f29100 !important;
}
.bg-info {
  background-color: #383838 !important;
}
.bg-warning {
  background-color: #ffa6a6 !important;
}
.bg-danger {
  background-color: #b10e0e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f29100 !important;
  border-color: #f29100 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9b5d00 !important;
  border-color: #9b5d00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9b5d00 !important;
  border-color: #9b5d00 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ece9e6 !important;
  border-color: #ece9e6 !important;
  color: #78695b !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c7beb5 !important;
  border-color: #c7beb5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #78695b !important;
  background-color: #c7beb5 !important;
  border-color: #c7beb5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #383838 !important;
  border-color: #383838 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #f29100 !important;
  border-color: #f29100 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #9b5d00 !important;
  border-color: #9b5d00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #9b5d00 !important;
  border-color: #9b5d00 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffa6a6 !important;
  border-color: #ffa6a6 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff4f4f !important;
  border-color: #ff4f4f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff4f4f !important;
  border-color: #ff4f4f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b10e0e !important;
  border-color: #b10e0e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #610808 !important;
  border-color: #610808 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #610808 !important;
  border-color: #610808 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !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: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9b5d00;
  color: #f29100;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #9b5d00 !important;
  background-color: transparent!important;
  border-color: #9b5d00 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f29100 !important;
  border-color: #f29100 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #c7beb5;
  color: #ece9e6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c7beb5 !important;
  background-color: transparent!important;
  border-color: #c7beb5 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #78695b !important;
  background-color: #ece9e6 !important;
  border-color: #ece9e6 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0d0d0d;
  color: #383838;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0d0d0d !important;
  background-color: transparent!important;
  border-color: #0d0d0d !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #383838 !important;
  border-color: #383838 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #9b5d00;
  color: #f29100;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #9b5d00 !important;
  background-color: transparent!important;
  border-color: #9b5d00 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f29100 !important;
  border-color: #f29100 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff4f4f;
  color: #ffa6a6;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff4f4f !important;
  background-color: transparent!important;
  border-color: #ff4f4f !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa6a6 !important;
  border-color: #ffa6a6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #610808;
  color: #b10e0e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #610808 !important;
  background-color: transparent!important;
  border-color: #610808 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b10e0e !important;
  border-color: #b10e0e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  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: #cfcfcf;
  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: #f29100 !important;
}
.text-secondary {
  color: #ece9e6 !important;
}
.text-success {
  color: #f29100 !important;
}
.text-info {
  color: #383838 !important;
}
.text-warning {
  color: #ffa6a6 !important;
}
.text-danger {
  color: #b10e0e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #8c5400 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c0b6ac !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #8c5400 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #050505 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff4040 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #520707 !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;
  font-style: italic;
  border-bottom: 1px solid transparent;
}
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: #f29100;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #383838;
}
.alert-warning {
  background-color: #ffa6a6;
}
.alert-danger {
  background-color: #b10e0e;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f29100;
  border-color: #f29100;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f29100;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffe5bf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffe5bf;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ababab;
}
.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: #f14e4e;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #f29100 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #f29100;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f29100;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f29100;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f29100;
  border-bottom-color: #f29100;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f29100 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ece9e6 !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='%23f29100' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sMzMR0CkOY {
  z-index: 1000;
  width: 100%;
}
.cid-sMzMR0CkOY nav.navbar {
  position: fixed;
}
.cid-sMzMR0CkOY .nav-link {
  transition: all .5s;
  border-bottom: 1px solid transparent;
  font-family: "Josefin Sans";
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-sMzMR0CkOY .nav-link:hover,
.cid-sMzMR0CkOY .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-sMzMR0CkOY .nav-item {
    position: relative;
  }
}
.cid-sMzMR0CkOY .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  position: absolute;
}
@media (min-width: 992px) {
  .cid-sMzMR0CkOY .navbar {
    background: rgba(19, 61, 66, 0);
    border-bottom: 1px solid #C0BCB7;
  }
}
.cid-sMzMR0CkOY .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #133d42 !important;
}
.cid-sMzMR0CkOY .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sMzMR0CkOY .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-sMzMR0CkOY .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sMzMR0CkOY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sMzMR0CkOY .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sMzMR0CkOY .navbar.collapsed .navbar-collapse.show,
.cid-sMzMR0CkOY .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sMzMR0CkOY .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sMzMR0CkOY .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sMzMR0CkOY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sMzMR0CkOY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sMzMR0CkOY .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-sMzMR0CkOY .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sMzMR0CkOY .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sMzMR0CkOY .navbar .navbar-collapse.show,
  .cid-sMzMR0CkOY .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-sMzMR0CkOY .navbar .navbar-collapse.show .brand-container,
  .cid-sMzMR0CkOY .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sMzMR0CkOY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sMzMR0CkOY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sMzMR0CkOY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMzMR0CkOY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sMzMR0CkOY .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-sMzMR0CkOY .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sMzMR0CkOY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sMzMR0CkOY .navbar .right-menu,
  .cid-sMzMR0CkOY .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sMzMR0CkOY .navbar.navbar-short {
  min-height: 60px;
  background: #133d42 !important;
}
.cid-sMzMR0CkOY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sMzMR0CkOY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sMzMR0CkOY .navbar {
    padding: 2rem 1rem;
  }
  .cid-sMzMR0CkOY .navbar-collapse {
    padding-top: 0;
  }
}
.cid-sMzMR0CkOY .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sMzMR0CkOY .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-sMzMR0CkOY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMzMR0CkOY .dropdown-item.active,
.cid-sMzMR0CkOY .dropdown-item:active {
  background-color: transparent;
}
.cid-sMzMR0CkOY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sMzMR0CkOY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-sMzMR0CkOY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #133d42;
}
.cid-sMzMR0CkOY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sMzMR0CkOY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMzMR0CkOY ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sMzMR0CkOY ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sMzMR0CkOY .navbar-buttons {
  margin-left: auto;
}
.cid-sMzMR0CkOY button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-sMzMR0CkOY button.navbar-toggler:hover {
  outline: none;
}
.cid-sMzMR0CkOY button.navbar-toggler:active {
  outline: none;
}
.cid-sMzMR0CkOY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sMzMR0CkOY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sMzMR0CkOY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sMzMR0CkOY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sMzMR0CkOY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sMzMR0CkOY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sMzMR0CkOY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sMzMR0CkOY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sMzMR0CkOY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sMzMR0CkOY .navbar-dropdown {
  position: fixed;
}
.cid-sMzMR0CkOY a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-sMzMR0CkOY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sMzMR0CkOY .right-menu,
.cid-sMzMR0CkOY .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sMzMR0CkOY .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMzMR0CkOY .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMzMR0CkOY .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sMzMR0CkOY .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sMzMR0CkOY .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-sMzMR0CkOY .brand-container {
    padding: 0;
  }
}
.cid-sMzMR0CkOY .card-wrapper {
  z-index: 3;
}
.cid-sMzMR0CkOY .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sMzMR0CkOY .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-sMzMR0CkOY .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-sMzMR0CkOY .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-sMzMR0CkOY .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-sMzMR0CkOY .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-sMzMR0CkOY .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-sMzMR0CkOY .navbar-caption {
  color: #ffffff;
}
.cid-sMzMR0CkOY .navbar-caption:hover {
  color: #ffffff;
}
.cid-sMzMR0CkOY .dropdown-item:hover {
  color: #f29100 !important;
}
.cid-sMzMR0CkOY .dropdown-toggle:after {
  display: none;
}
.cid-sMzMR0CkOY a:hover .line-animation,
.cid-sMzMR0CkOY a:focus .line-animation {
  opacity: 1;
}
.cid-sMzMR0CkOY .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-sMzMR0CkOY .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sMzMR0CkOY .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-xmJy8Z2GYr {
  background-image: url("../../../assets/images/dsc09013-2000x3000.jpeg");
}
.cid-xmJy8Z2GYr .slider-text-two {
  background: rgba(35, 35, 35, 0) none repeat scroll 0 0;
  backdrop-filter: blur(0px);
  padding: 50px 50px;
  outline: 0px solid #ffffff;
  outline-offset: 0px;
  box-shadow: -4px 0px -1px -16px #cebfaf;
  -moz-box-shadow: -4px 0px -1px -16px #cebfaf;
  -webkit-box-shadow: -4px 0px -1px -16px #cebfaf;
}
.cid-xmJy8Z2GYr .mbr-section-title {
  color: #ffffff;
}
.cid-xmJy8Z2GYr .mbr-text {
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 100;
}
.cid-xmJy8Z2GYr .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-xmJy8Z2GYr .mbr-figure img {
  height: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-xmJy8Z2GYr .slider-text-two {
    outline: 15px solid rgba(35, 35, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 991px) {
  .cid-xmJy8Z2GYr .mbr-figure img {
    width: 80% !important;
  }
}
.cid-xmJy8Z2GYr .snow1 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve1 10s infinite linear;
}
.cid-xmJy8Z2GYr .snow2 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve2 10s infinite linear;
  background-size: 800px;
  filter: blur(1.5px);
}
.cid-xmJy8Z2GYr .snow3 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve3 10s infinite linear;
  background-size: 1600px;
  filter: blur(1px);
}
@keyframes neve1 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 100px 650px;
  }
}
@keyframes neve2 {
  0% {
    background-position: 0px -100px;
  }
  100% {
    background-position: 0px 650px;
  }
}
@keyframes neve3 {
  0% {
    background-position: 0px 100px;
  }
  100% {
    background-position: 300px 650px;
  }
}
.cid-xmJy8Z2GYr H3 {
  color: #ffffff;
}
.cid-tPV2hrK9LJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bgrd.svg");
}
.cid-tPV2hrK9LJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPV2hrK9LJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPV2hrK9LJ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tPV2hrK9LJ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tPV2hrK9LJ .container {
    padding: 0;
  }
}
.cid-tPV2hrK9LJ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tPV2hrK9LJ .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tPV2hrK9LJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tPV2hrK9LJ .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tPV2hrK9LJ .mbr-section-title {
  color: #f29100;
  text-align: center;
}
.cid-tPV2hrK9LJ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tPV6FCkUnL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #133d42;
}
.cid-tPV6FCkUnL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPV6FCkUnL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPV6FCkUnL .col-img {
  display: flex;
  flex-direction: column;
}
.cid-tPV6FCkUnL .mbr-description {
  color: #f3f4ef;
}
.cid-tPV6FCkUnL .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 700px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tPV6FCkUnL .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}
.cid-tPV48MmNIS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #133d42;
}
.cid-tPV48MmNIS .item {
  margin-right: 25px !imporant;
  margin-left: 25px !imporant;
}
.cid-tPV48MmNIS img,
.cid-tPV48MmNIS .item-img {
  transition: all 0.5s;
  width: 100%;
}
.cid-tPV48MmNIS .item-img {
  height: 100%;
}
.cid-tPV48MmNIS .item-img img {
  object-fit: cover;
  height: 100%;
}
.cid-tPV48MmNIS .item:focus,
.cid-tPV48MmNIS span:focus {
  outline: none;
}
.cid-tPV48MmNIS .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tPV48MmNIS .title-block {
  z-index: 99999;
  min-width: 200px;
  text-align: center;
  top: 90%;
  left: 50%;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -20%);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-tPV48MmNIS .mbr-text {
  color: #977741;
}
.cid-tPV48MmNIS .mbr-section-subtitle {
  color: #9a948d;
}
.cid-tPV48MmNIS .item-wrapper:hover .title-block {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-tPV48MmNIS .item-wrapper:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.9);
  opacity: 0.4;
}
.cid-tPV48MmNIS .slide-content {
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tPV48MmNIS .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 38%;
  max-width: 38%;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tPV48MmNIS .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tPV48MmNIS .embla__button--next,
.cid-tPV48MmNIS .embla__button--prev {
  display: flex;
}
.cid-tPV48MmNIS .embla__button {
  color: #f29100;
  top: 50%;
  width: 100px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 38px;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
}
.cid-tPV48MmNIS .embla__button:hover {
  color: #fff;
  opacity: 1;
}
.cid-tPV48MmNIS .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tPV48MmNIS .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tPV48MmNIS .embla__button.embla__button--prev {
    margin-left: 0.5rem;
  }
}
.cid-tPV48MmNIS .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tPV48MmNIS .embla__button.embla__button--next {
    margin-right: 0.5rem;
  }
}
.cid-tPV48MmNIS .embla {
  position: relative;
  width: 100%;
}
.cid-tPV48MmNIS .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tPV48MmNIS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tPV48MmNIS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tPV48MmNIS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tRCF1lbm0H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #133d42;
}
.cid-tRCF1lbm0H .carousel-item {
  justify-content: center;
}
.cid-tRCF1lbm0H .carousel-item.active,
.cid-tRCF1lbm0H .carousel-item-next,
.cid-tRCF1lbm0H .carousel-item-prev {
  display: flex;
}
.cid-tRCF1lbm0H .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 40px;
  position: absolute;
  top: 80px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: gray;
}
.cid-tRCF1lbm0H .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-tRCF1lbm0H .carousel-control-next span {
  padding-left: 5px;
}
.cid-tRCF1lbm0H .carousel-control-prev span {
  padding-right: 5px;
}
.cid-tRCF1lbm0H .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tRCF1lbm0H .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-tRCF1lbm0H .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tRCF1lbm0H .user_desk {
  color: #666666;
}
.cid-tRCF1lbm0H H3 {
  color: #f29100;
}
.cid-tRCUXo4A8h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dsc09015-2000x3000.jpeg");
}
.cid-tRCUXo4A8h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCUXo4A8h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCUXo4A8h .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tRCUXo4A8h .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tRCUXo4A8h .container {
    padding: 0 20px;
  }
}
.cid-tRCUXo4A8h .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-tRCUXo4A8h .title-wrapper {
    padding: 50px 0;
  }
}
.cid-tRCUXo4A8h .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tRCUXo4A8h .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tRCUXo4A8h .mbr-section-title {
  color: #ffffff;
}
.cid-tRCUXo4A8h .mbr-section-title,
.cid-tRCUXo4A8h .mbr-section-btn {
  text-align: center;
  color: #f29100;
}
.cid-tRDzbtGz3g {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #133d42;
}
.cid-tRDzbtGz3g .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-tRDzbtGz3g .row {
  border-bottom: 1px solid #808080;
}
.cid-tRDzbtGz3g H2 {
  color: #e7272d;
}
.cid-tRDzbtGz3g .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-tRDzbtGz3g .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-tRDzbtGz3g .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tRDzbtGz3g .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tRDzbtGz3g .col-lg-12 {
  overflow: hidden;
}
.cid-tRDzbtGz3g H4 {
  color: #f29100;
}
.cid-tRDzbtGz3g .mbr-text,
.cid-tRDzbtGz3g .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-tRDzbtGz3g .logo-wrap:before {
    content: none;
  }
  .cid-tRDzbtGz3g .logo-wrap:after {
    content: none;
  }
}
.cid-tRDzbtGz3g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRDzbtGz3g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRDzbtGz3g H3 {
  color: #f29100;
}
.cid-tRDBGAgQ04 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #133d42;
}
.cid-tRDBGAgQ04 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tRDBGAgQ04 .btn-social,
.cid-tRDBGAgQ04 .mbr-section-title {
  color: #57468b;
}
.cid-tRDBGAgQ04 .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #133d42;
}
.cid-tRDBGAgQ04 .soc-item span {
  font-size: 20px;
  color: #f29100 !important;
  transition: all 0.3s;
}
.cid-tRDBGAgQ04 .soc-item:hover {
  background: #f29100;
}
.cid-tRDBGAgQ04 .soc-item:hover span {
  color: #133d42 !important;
}
@media (max-width: 992px) {
  .cid-tRDBGAgQ04 .align-left,
  .cid-tRDBGAgQ04 .align-right {
    text-align: center;
  }
  .cid-tRDBGAgQ04 .social-list {
    justify-content: center;
  }
  .cid-tRDBGAgQ04 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tRDBGAgQ04 .mbr-text {
  color: #ffffff;
}
.cid-tPyfxrQ5Jc {
  z-index: 1000;
  width: 100%;
}
.cid-tPyfxrQ5Jc nav.navbar {
  position: fixed;
}
.cid-tPyfxrQ5Jc .nav-link {
  transition: all .5s;
  border-bottom: 1px solid transparent;
  font-family: "Josefin Sans";
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-tPyfxrQ5Jc .nav-link:hover,
.cid-tPyfxrQ5Jc .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-tPyfxrQ5Jc .nav-item {
    position: relative;
  }
}
.cid-tPyfxrQ5Jc .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  position: absolute;
}
@media (min-width: 992px) {
  .cid-tPyfxrQ5Jc .navbar {
    background: rgba(19, 61, 66, 0);
    border-bottom: 1px solid #C0BCB7;
  }
}
.cid-tPyfxrQ5Jc .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #133d42 !important;
}
.cid-tPyfxrQ5Jc .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tPyfxrQ5Jc .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-tPyfxrQ5Jc .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tPyfxrQ5Jc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tPyfxrQ5Jc .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tPyfxrQ5Jc .navbar.collapsed .navbar-collapse.show,
.cid-tPyfxrQ5Jc .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tPyfxrQ5Jc .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tPyfxrQ5Jc .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tPyfxrQ5Jc .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tPyfxrQ5Jc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPyfxrQ5Jc .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-tPyfxrQ5Jc .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tPyfxrQ5Jc .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tPyfxrQ5Jc .navbar .navbar-collapse.show,
  .cid-tPyfxrQ5Jc .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-tPyfxrQ5Jc .navbar .navbar-collapse.show .brand-container,
  .cid-tPyfxrQ5Jc .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tPyfxrQ5Jc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPyfxrQ5Jc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tPyfxrQ5Jc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPyfxrQ5Jc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tPyfxrQ5Jc .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-tPyfxrQ5Jc .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tPyfxrQ5Jc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tPyfxrQ5Jc .navbar .right-menu,
  .cid-tPyfxrQ5Jc .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tPyfxrQ5Jc .navbar.navbar-short {
  min-height: 60px;
  background: #133d42 !important;
}
.cid-tPyfxrQ5Jc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tPyfxrQ5Jc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tPyfxrQ5Jc .navbar {
    padding: 2rem 1rem;
  }
  .cid-tPyfxrQ5Jc .navbar-collapse {
    padding-top: 0;
  }
}
.cid-tPyfxrQ5Jc .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tPyfxrQ5Jc .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tPyfxrQ5Jc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPyfxrQ5Jc .dropdown-item.active,
.cid-tPyfxrQ5Jc .dropdown-item:active {
  background-color: transparent;
}
.cid-tPyfxrQ5Jc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPyfxrQ5Jc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-tPyfxrQ5Jc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #133d42;
}
.cid-tPyfxrQ5Jc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPyfxrQ5Jc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPyfxrQ5Jc ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tPyfxrQ5Jc ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tPyfxrQ5Jc .navbar-buttons {
  margin-left: auto;
}
.cid-tPyfxrQ5Jc button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-tPyfxrQ5Jc button.navbar-toggler:hover {
  outline: none;
}
.cid-tPyfxrQ5Jc button.navbar-toggler:active {
  outline: none;
}
.cid-tPyfxrQ5Jc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tPyfxrQ5Jc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tPyfxrQ5Jc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tPyfxrQ5Jc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tPyfxrQ5Jc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tPyfxrQ5Jc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPyfxrQ5Jc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tPyfxrQ5Jc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tPyfxrQ5Jc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPyfxrQ5Jc .navbar-dropdown {
  position: fixed;
}
.cid-tPyfxrQ5Jc a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-tPyfxrQ5Jc .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tPyfxrQ5Jc .right-menu,
.cid-tPyfxrQ5Jc .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tPyfxrQ5Jc .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tPyfxrQ5Jc .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tPyfxrQ5Jc .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tPyfxrQ5Jc .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tPyfxrQ5Jc .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-tPyfxrQ5Jc .brand-container {
    padding: 0;
  }
}
.cid-tPyfxrQ5Jc .card-wrapper {
  z-index: 3;
}
.cid-tPyfxrQ5Jc .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-tPyfxrQ5Jc .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-tPyfxrQ5Jc .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-tPyfxrQ5Jc .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-tPyfxrQ5Jc .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-tPyfxrQ5Jc .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-tPyfxrQ5Jc .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tPyfxrQ5Jc .navbar-caption {
  color: #ffffff;
}
.cid-tPyfxrQ5Jc .navbar-caption:hover {
  color: #ffffff;
}
.cid-tPyfxrQ5Jc .dropdown-item:hover {
  color: #f29100 !important;
}
.cid-tPyfxrQ5Jc .dropdown-toggle:after {
  display: none;
}
.cid-tPyfxrQ5Jc a:hover .line-animation,
.cid-tPyfxrQ5Jc a:focus .line-animation {
  opacity: 1;
}
.cid-tPyfxrQ5Jc .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-tPyfxrQ5Jc .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tPyfxrQ5Jc .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-tPyfxspm2J {
  background-image: url("../../../assets/images/dsc09147-2000x1333.jpg");
}
.cid-tPyfxspm2J .slider-text-two {
  background: rgba(35, 35, 35, 0) none repeat scroll 0 0;
  backdrop-filter: blur(0px);
  padding: 50px 50px;
  outline: 0px solid #ffffff;
  outline-offset: 0px;
  box-shadow: -4px 0px -1px -16px #cebfaf;
  -moz-box-shadow: -4px 0px -1px -16px #cebfaf;
  -webkit-box-shadow: -4px 0px -1px -16px #cebfaf;
}
.cid-tPyfxspm2J .mbr-section-title {
  color: #ffffff;
}
.cid-tPyfxspm2J .mbr-text {
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 100;
}
.cid-tPyfxspm2J .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tPyfxspm2J .mbr-figure img {
  height: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPyfxspm2J .slider-text-two {
    outline: 15px solid rgba(35, 35, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 991px) {
  .cid-tPyfxspm2J .mbr-figure img {
    width: 80% !important;
  }
}
.cid-tPyfxspm2J .snow1 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve1 10s infinite linear;
}
.cid-tPyfxspm2J .snow2 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve2 10s infinite linear;
  background-size: 800px;
  filter: blur(1.5px);
}
.cid-tPyfxspm2J .snow3 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve3 10s infinite linear;
  background-size: 1600px;
  filter: blur(1px);
}
@keyframes neve1 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 100px 650px;
  }
}
@keyframes neve2 {
  0% {
    background-position: 0px -100px;
  }
  100% {
    background-position: 0px 650px;
  }
}
@keyframes neve3 {
  0% {
    background-position: 0px 100px;
  }
  100% {
    background-position: 300px 650px;
  }
}
.cid-tPyfxspm2J H3 {
  color: #ffffff;
}
.cid-tPyDwaFXW6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #133d42;
}
.cid-tPyDwaFXW6 .mbr-section-title {
  color: #f29100;
  text-align: center;
}
.cid-tPyDwaFXW6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tPyDk5Uf2S {
  background-color: #133d42;
}
.cid-tPyDk5Uf2S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPyDk5Uf2S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPyDk5Uf2S b,
.cid-tPyDk5Uf2S strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-tPyDk5Uf2S img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tPyDk5Uf2S img {
    padding-bottom: 2rem;
  }
}
.cid-tPyDk5Uf2S .row {
  align-items: center;
}
.cid-tPyDk5Uf2S .mbr-section-title {
  color: #f29100;
  text-align: center;
}
.cid-tPyDk5Uf2S .mbr-text,
.cid-tPyDk5Uf2S .mbr-section-btn {
  color: #ffefef;
  text-align: center;
}
.cid-tPyDk5Uf2S .mbr-section-subtitle {
  color: #d4ad6a;
  text-align: center;
}
.cid-tRDdPJ1oSB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #133d42;
}
.cid-tRDdPJ1oSB .carousel-item {
  justify-content: center;
}
.cid-tRDdPJ1oSB .carousel-item.active,
.cid-tRDdPJ1oSB .carousel-item-next,
.cid-tRDdPJ1oSB .carousel-item-prev {
  display: flex;
}
.cid-tRDdPJ1oSB .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 40px;
  position: absolute;
  top: 80px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: gray;
}
.cid-tRDdPJ1oSB .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-tRDdPJ1oSB .carousel-control-next span {
  padding-left: 5px;
}
.cid-tRDdPJ1oSB .carousel-control-prev span {
  padding-right: 5px;
}
.cid-tRDdPJ1oSB .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tRDdPJ1oSB .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-tRDdPJ1oSB .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tRDdPJ1oSB .user_desk {
  color: #666666;
}
.cid-tRDdPJ1oSB H3 {
  color: #f29100;
}
.cid-tRDzbtGz3g {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #133d42;
}
.cid-tRDzbtGz3g .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-tRDzbtGz3g .row {
  border-bottom: 1px solid #808080;
}
.cid-tRDzbtGz3g H2 {
  color: #e7272d;
}
.cid-tRDzbtGz3g .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-tRDzbtGz3g .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-tRDzbtGz3g .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tRDzbtGz3g .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tRDzbtGz3g .col-lg-12 {
  overflow: hidden;
}
.cid-tRDzbtGz3g H4 {
  color: #f29100;
}
.cid-tRDzbtGz3g .mbr-text,
.cid-tRDzbtGz3g .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-tRDzbtGz3g .logo-wrap:before {
    content: none;
  }
  .cid-tRDzbtGz3g .logo-wrap:after {
    content: none;
  }
}
.cid-tRDzbtGz3g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRDzbtGz3g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRDzbtGz3g H3 {
  color: #f29100;
}
.cid-tRDBGAgQ04 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #133d42;
}
.cid-tRDBGAgQ04 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tRDBGAgQ04 .btn-social,
.cid-tRDBGAgQ04 .mbr-section-title {
  color: #57468b;
}
.cid-tRDBGAgQ04 .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #133d42;
}
.cid-tRDBGAgQ04 .soc-item span {
  font-size: 20px;
  color: #f29100 !important;
  transition: all 0.3s;
}
.cid-tRDBGAgQ04 .soc-item:hover {
  background: #f29100;
}
.cid-tRDBGAgQ04 .soc-item:hover span {
  color: #133d42 !important;
}
@media (max-width: 992px) {
  .cid-tRDBGAgQ04 .align-left,
  .cid-tRDBGAgQ04 .align-right {
    text-align: center;
  }
  .cid-tRDBGAgQ04 .social-list {
    justify-content: center;
  }
  .cid-tRDBGAgQ04 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tRDBGAgQ04 .mbr-text {
  color: #ffffff;
}
.cid-tPyfEjZwfV {
  z-index: 1000;
  width: 100%;
}
.cid-tPyfEjZwfV nav.navbar {
  position: fixed;
}
.cid-tPyfEjZwfV .nav-link {
  transition: all .5s;
  border-bottom: 1px solid transparent;
  font-family: "Josefin Sans";
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-tPyfEjZwfV .nav-link:hover,
.cid-tPyfEjZwfV .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-tPyfEjZwfV .nav-item {
    position: relative;
  }
}
.cid-tPyfEjZwfV .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  position: absolute;
}
@media (min-width: 992px) {
  .cid-tPyfEjZwfV .navbar {
    background: rgba(19, 61, 66, 0);
    border-bottom: 1px solid #C0BCB7;
  }
}
.cid-tPyfEjZwfV .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #133d42 !important;
}
.cid-tPyfEjZwfV .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tPyfEjZwfV .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-tPyfEjZwfV .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tPyfEjZwfV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tPyfEjZwfV .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tPyfEjZwfV .navbar.collapsed .navbar-collapse.show,
.cid-tPyfEjZwfV .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tPyfEjZwfV .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tPyfEjZwfV .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tPyfEjZwfV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tPyfEjZwfV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPyfEjZwfV .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-tPyfEjZwfV .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tPyfEjZwfV .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tPyfEjZwfV .navbar .navbar-collapse.show,
  .cid-tPyfEjZwfV .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-tPyfEjZwfV .navbar .navbar-collapse.show .brand-container,
  .cid-tPyfEjZwfV .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tPyfEjZwfV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPyfEjZwfV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tPyfEjZwfV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPyfEjZwfV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tPyfEjZwfV .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-tPyfEjZwfV .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tPyfEjZwfV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tPyfEjZwfV .navbar .right-menu,
  .cid-tPyfEjZwfV .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tPyfEjZwfV .navbar.navbar-short {
  min-height: 60px;
  background: #133d42 !important;
}
.cid-tPyfEjZwfV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tPyfEjZwfV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tPyfEjZwfV .navbar {
    padding: 2rem 1rem;
  }
  .cid-tPyfEjZwfV .navbar-collapse {
    padding-top: 0;
  }
}
.cid-tPyfEjZwfV .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tPyfEjZwfV .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tPyfEjZwfV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPyfEjZwfV .dropdown-item.active,
.cid-tPyfEjZwfV .dropdown-item:active {
  background-color: transparent;
}
.cid-tPyfEjZwfV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPyfEjZwfV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-tPyfEjZwfV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #133d42;
}
.cid-tPyfEjZwfV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPyfEjZwfV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPyfEjZwfV ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tPyfEjZwfV ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tPyfEjZwfV .navbar-buttons {
  margin-left: auto;
}
.cid-tPyfEjZwfV button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-tPyfEjZwfV button.navbar-toggler:hover {
  outline: none;
}
.cid-tPyfEjZwfV button.navbar-toggler:active {
  outline: none;
}
.cid-tPyfEjZwfV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tPyfEjZwfV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tPyfEjZwfV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tPyfEjZwfV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tPyfEjZwfV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tPyfEjZwfV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPyfEjZwfV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tPyfEjZwfV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tPyfEjZwfV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPyfEjZwfV .navbar-dropdown {
  position: fixed;
}
.cid-tPyfEjZwfV a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-tPyfEjZwfV .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tPyfEjZwfV .right-menu,
.cid-tPyfEjZwfV .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tPyfEjZwfV .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tPyfEjZwfV .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tPyfEjZwfV .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tPyfEjZwfV .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tPyfEjZwfV .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-tPyfEjZwfV .brand-container {
    padding: 0;
  }
}
.cid-tPyfEjZwfV .card-wrapper {
  z-index: 3;
}
.cid-tPyfEjZwfV .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-tPyfEjZwfV .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-tPyfEjZwfV .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-tPyfEjZwfV .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-tPyfEjZwfV .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-tPyfEjZwfV .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-tPyfEjZwfV .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tPyfEjZwfV .navbar-caption {
  color: #ffffff;
}
.cid-tPyfEjZwfV .navbar-caption:hover {
  color: #ffffff;
}
.cid-tPyfEjZwfV .dropdown-item:hover {
  color: #f29100 !important;
}
.cid-tPyfEjZwfV .dropdown-toggle:after {
  display: none;
}
.cid-tPyfEjZwfV a:hover .line-animation,
.cid-tPyfEjZwfV a:focus .line-animation {
  opacity: 1;
}
.cid-tPyfEjZwfV .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-tPyfEjZwfV .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tPyfEjZwfV .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-tPyfEkyIHM {
  background-image: url("../../../assets/images/dsc09083-2000x1333.jpg");
}
.cid-tPyfEkyIHM .slider-text-two {
  background: rgba(35, 35, 35, 0) none repeat scroll 0 0;
  backdrop-filter: blur(0px);
  padding: 50px 50px;
  outline: 0px solid #ffffff;
  outline-offset: 0px;
  box-shadow: -4px 0px -1px -16px #cebfaf;
  -moz-box-shadow: -4px 0px -1px -16px #cebfaf;
  -webkit-box-shadow: -4px 0px -1px -16px #cebfaf;
}
.cid-tPyfEkyIHM .mbr-section-title {
  color: #ffffff;
}
.cid-tPyfEkyIHM .mbr-text {
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 100;
}
.cid-tPyfEkyIHM .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tPyfEkyIHM .mbr-figure img {
  height: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPyfEkyIHM .slider-text-two {
    outline: 15px solid rgba(35, 35, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 991px) {
  .cid-tPyfEkyIHM .mbr-figure img {
    width: 80% !important;
  }
}
.cid-tPyfEkyIHM .snow1 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve1 10s infinite linear;
}
.cid-tPyfEkyIHM .snow2 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve2 10s infinite linear;
  background-size: 800px;
  filter: blur(1.5px);
}
.cid-tPyfEkyIHM .snow3 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve3 10s infinite linear;
  background-size: 1600px;
  filter: blur(1px);
}
@keyframes neve1 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 100px 650px;
  }
}
@keyframes neve2 {
  0% {
    background-position: 0px -100px;
  }
  100% {
    background-position: 0px 650px;
  }
}
@keyframes neve3 {
  0% {
    background-position: 0px 100px;
  }
  100% {
    background-position: 300px 650px;
  }
}
.cid-tPyfEkyIHM H3 {
  color: #ffffff;
}
.cid-tR4rHl97Sq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bgrd.svg");
}
.cid-tR4rHl97Sq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR4rHl97Sq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR4rHl97Sq .col-img {
  display: flex;
  flex-direction: column;
}
.cid-tR4rHl97Sq .mbr-description {
  color: #f3f4ef;
}
.cid-tR4rHl97Sq .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 700px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tR4rHl97Sq .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}
.cid-tR8U3Gg3ki {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bgrd.svg");
}
.cid-tR8U3Gg3ki .mbr-section-title,
.cid-tR8U3Gg3ki .mbr-section-subtitle {
  text-align: center;
}
.cid-tR8U3Gg3ki .mbr-section-subtitle {
  margin-bottom: 60px;
}
.cid-tR8U3Gg3ki .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #133d42;
}
.cid-tR8U3Gg3ki .reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tR8U3Gg3ki .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tR8U3Gg3ki .reverse {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-tR8U3Gg3ki .right {
    padding-right: 91px;
  }
  .cid-tR8U3Gg3ki .left {
    padding-left: 91px;
  }
  .cid-tR8U3Gg3ki .wrapper {
    padding: 0 98px;
  }
  .cid-tR8U3Gg3ki .reverse {
    margin-top: 80px;
  }
}
@media (min-width: 1400px) {
  .cid-tR8U3Gg3ki .right {
    padding-left: 145px;
  }
  .cid-tR8U3Gg3ki .left {
    padding-right: 145px;
  }
}
.cid-tR8U3Gg3ki .card-title {
  letter-spacing: .035em;
  color: #f29100;
}
.cid-tR8U3Gg3ki .mbr-section-subtitle,
.cid-tR8U3Gg3ki .mbr-text {
  color: #9A948D;
}
.cid-tR8U3Gg3ki .cost {
  text-align: right;
}
.cid-tR8U3Gg3ki .mbr-text {
  color: #ffefef;
}
.cid-tR90BoJKqJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bgrd.svg");
}
.cid-tR90BoJKqJ .mbr-section-title,
.cid-tR90BoJKqJ .mbr-section-subtitle {
  text-align: center;
}
.cid-tR90BoJKqJ .mbr-section-subtitle {
  margin-bottom: 60px;
}
.cid-tR90BoJKqJ .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #133d42;
}
.cid-tR90BoJKqJ .reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tR90BoJKqJ .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tR90BoJKqJ .reverse {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-tR90BoJKqJ .right {
    padding-right: 91px;
  }
  .cid-tR90BoJKqJ .left {
    padding-left: 91px;
  }
  .cid-tR90BoJKqJ .wrapper {
    padding: 0 98px;
  }
  .cid-tR90BoJKqJ .reverse {
    margin-top: 80px;
  }
}
@media (min-width: 1400px) {
  .cid-tR90BoJKqJ .right {
    padding-left: 145px;
  }
  .cid-tR90BoJKqJ .left {
    padding-right: 145px;
  }
}
.cid-tR90BoJKqJ .card-title {
  letter-spacing: .035em;
  color: #f29100;
}
.cid-tR90BoJKqJ .mbr-section-subtitle,
.cid-tR90BoJKqJ .mbr-text {
  color: #9A948D;
}
.cid-tR90BoJKqJ .cost {
  text-align: right;
}
.cid-tR90BoJKqJ .mbr-text {
  color: #ffefef;
}
.cid-tR945JZ5Tp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bgrd.svg");
}
.cid-tR945JZ5Tp .mbr-section-title,
.cid-tR945JZ5Tp .mbr-section-subtitle {
  text-align: center;
}
.cid-tR945JZ5Tp .mbr-section-subtitle {
  margin-bottom: 60px;
}
.cid-tR945JZ5Tp .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #133d42;
}
.cid-tR945JZ5Tp .reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tR945JZ5Tp .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tR945JZ5Tp .reverse {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-tR945JZ5Tp .right {
    padding-right: 91px;
  }
  .cid-tR945JZ5Tp .left {
    padding-left: 91px;
  }
  .cid-tR945JZ5Tp .wrapper {
    padding: 0 98px;
  }
  .cid-tR945JZ5Tp .reverse {
    margin-top: 80px;
  }
}
@media (min-width: 1400px) {
  .cid-tR945JZ5Tp .right {
    padding-left: 145px;
  }
  .cid-tR945JZ5Tp .left {
    padding-right: 145px;
  }
}
.cid-tR945JZ5Tp .card-title {
  letter-spacing: .035em;
  color: #f29100;
}
.cid-tR945JZ5Tp .mbr-section-subtitle,
.cid-tR945JZ5Tp .mbr-text {
  color: #9A948D;
}
.cid-tR945JZ5Tp .cost {
  text-align: right;
}
.cid-tR945JZ5Tp .mbr-text {
  color: #ffefef;
}
.cid-tRDGW4OAR2 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/dsc09013-1-2000x3000.jpeg");
}
.cid-tRDGW4OAR2 .slider-text-two {
  background: rgba(35, 35, 35, 0) none repeat scroll 0 0;
  backdrop-filter: blur(0px);
  padding: 50px 50px;
  outline: 0px solid #ffffff;
  outline-offset: 0px;
  box-shadow: -4px 0px -1px -16px #cebfaf;
  -moz-box-shadow: -4px 0px -1px -16px #cebfaf;
  -webkit-box-shadow: -4px 0px -1px -16px #cebfaf;
}
.cid-tRDGW4OAR2 .mbr-section-title {
  color: #ffffff;
}
.cid-tRDGW4OAR2 .mbr-text {
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 100;
}
.cid-tRDGW4OAR2 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tRDGW4OAR2 .mbr-figure img {
  height: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRDGW4OAR2 .slider-text-two {
    outline: 15px solid rgba(35, 35, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 991px) {
  .cid-tRDGW4OAR2 .mbr-figure img {
    width: 80% !important;
  }
}
.cid-tRDGW4OAR2 .snow1 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve1 10s infinite linear;
}
.cid-tRDGW4OAR2 .snow2 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve2 10s infinite linear;
  background-size: 800px;
  filter: blur(1.5px);
}
.cid-tRDGW4OAR2 .snow3 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve3 10s infinite linear;
  background-size: 1600px;
  filter: blur(1px);
}
@keyframes neve1 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 100px 650px;
  }
}
@keyframes neve2 {
  0% {
    background-position: 0px -100px;
  }
  100% {
    background-position: 0px 650px;
  }
}
@keyframes neve3 {
  0% {
    background-position: 0px 100px;
  }
  100% {
    background-position: 300px 650px;
  }
}
.cid-tRDGW4OAR2 H3 {
  color: #ffffff;
}
.cid-tRDzbtGz3g {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #133d42;
}
.cid-tRDzbtGz3g .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-tRDzbtGz3g .row {
  border-bottom: 1px solid #808080;
}
.cid-tRDzbtGz3g H2 {
  color: #e7272d;
}
.cid-tRDzbtGz3g .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-tRDzbtGz3g .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-tRDzbtGz3g .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tRDzbtGz3g .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tRDzbtGz3g .col-lg-12 {
  overflow: hidden;
}
.cid-tRDzbtGz3g H4 {
  color: #f29100;
}
.cid-tRDzbtGz3g .mbr-text,
.cid-tRDzbtGz3g .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-tRDzbtGz3g .logo-wrap:before {
    content: none;
  }
  .cid-tRDzbtGz3g .logo-wrap:after {
    content: none;
  }
}
.cid-tRDzbtGz3g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRDzbtGz3g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRDzbtGz3g H3 {
  color: #f29100;
}
.cid-tRDBGAgQ04 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #133d42;
}
.cid-tRDBGAgQ04 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tRDBGAgQ04 .btn-social,
.cid-tRDBGAgQ04 .mbr-section-title {
  color: #57468b;
}
.cid-tRDBGAgQ04 .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #133d42;
}
.cid-tRDBGAgQ04 .soc-item span {
  font-size: 20px;
  color: #f29100 !important;
  transition: all 0.3s;
}
.cid-tRDBGAgQ04 .soc-item:hover {
  background: #f29100;
}
.cid-tRDBGAgQ04 .soc-item:hover span {
  color: #133d42 !important;
}
@media (max-width: 992px) {
  .cid-tRDBGAgQ04 .align-left,
  .cid-tRDBGAgQ04 .align-right {
    text-align: center;
  }
  .cid-tRDBGAgQ04 .social-list {
    justify-content: center;
  }
  .cid-tRDBGAgQ04 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tRDBGAgQ04 .mbr-text {
  color: #ffffff;
}
.cid-tR8ZPRAYuS {
  z-index: 1000;
  width: 100%;
}
.cid-tR8ZPRAYuS nav.navbar {
  position: fixed;
}
.cid-tR8ZPRAYuS .nav-link {
  transition: all .5s;
  border-bottom: 1px solid transparent;
  font-family: "Josefin Sans";
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-tR8ZPRAYuS .nav-link:hover,
.cid-tR8ZPRAYuS .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-tR8ZPRAYuS .nav-item {
    position: relative;
  }
}
.cid-tR8ZPRAYuS .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  position: absolute;
}
@media (min-width: 992px) {
  .cid-tR8ZPRAYuS .navbar {
    background: rgba(19, 61, 66, 0);
    border-bottom: 1px solid #C0BCB7;
  }
}
.cid-tR8ZPRAYuS .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #133d42 !important;
}
.cid-tR8ZPRAYuS .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tR8ZPRAYuS .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-tR8ZPRAYuS .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tR8ZPRAYuS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tR8ZPRAYuS .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tR8ZPRAYuS .navbar.collapsed .navbar-collapse.show,
.cid-tR8ZPRAYuS .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tR8ZPRAYuS .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tR8ZPRAYuS .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tR8ZPRAYuS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tR8ZPRAYuS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tR8ZPRAYuS .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-tR8ZPRAYuS .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tR8ZPRAYuS .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tR8ZPRAYuS .navbar .navbar-collapse.show,
  .cid-tR8ZPRAYuS .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-tR8ZPRAYuS .navbar .navbar-collapse.show .brand-container,
  .cid-tR8ZPRAYuS .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tR8ZPRAYuS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tR8ZPRAYuS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tR8ZPRAYuS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tR8ZPRAYuS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tR8ZPRAYuS .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-tR8ZPRAYuS .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tR8ZPRAYuS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tR8ZPRAYuS .navbar .right-menu,
  .cid-tR8ZPRAYuS .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tR8ZPRAYuS .navbar.navbar-short {
  min-height: 60px;
  background: #133d42 !important;
}
.cid-tR8ZPRAYuS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tR8ZPRAYuS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tR8ZPRAYuS .navbar {
    padding: 2rem 1rem;
  }
  .cid-tR8ZPRAYuS .navbar-collapse {
    padding-top: 0;
  }
}
.cid-tR8ZPRAYuS .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tR8ZPRAYuS .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tR8ZPRAYuS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tR8ZPRAYuS .dropdown-item.active,
.cid-tR8ZPRAYuS .dropdown-item:active {
  background-color: transparent;
}
.cid-tR8ZPRAYuS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tR8ZPRAYuS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-tR8ZPRAYuS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #133d42;
}
.cid-tR8ZPRAYuS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tR8ZPRAYuS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tR8ZPRAYuS ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tR8ZPRAYuS ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tR8ZPRAYuS .navbar-buttons {
  margin-left: auto;
}
.cid-tR8ZPRAYuS button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-tR8ZPRAYuS button.navbar-toggler:hover {
  outline: none;
}
.cid-tR8ZPRAYuS button.navbar-toggler:active {
  outline: none;
}
.cid-tR8ZPRAYuS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tR8ZPRAYuS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tR8ZPRAYuS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tR8ZPRAYuS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tR8ZPRAYuS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tR8ZPRAYuS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tR8ZPRAYuS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tR8ZPRAYuS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tR8ZPRAYuS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tR8ZPRAYuS .navbar-dropdown {
  position: fixed;
}
.cid-tR8ZPRAYuS a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-tR8ZPRAYuS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tR8ZPRAYuS .right-menu,
.cid-tR8ZPRAYuS .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tR8ZPRAYuS .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tR8ZPRAYuS .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tR8ZPRAYuS .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tR8ZPRAYuS .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tR8ZPRAYuS .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-tR8ZPRAYuS .brand-container {
    padding: 0;
  }
}
.cid-tR8ZPRAYuS .card-wrapper {
  z-index: 3;
}
.cid-tR8ZPRAYuS .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-tR8ZPRAYuS .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-tR8ZPRAYuS .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-tR8ZPRAYuS .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-tR8ZPRAYuS .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-tR8ZPRAYuS .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-tR8ZPRAYuS .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tR8ZPRAYuS .navbar-caption {
  color: #ffffff;
}
.cid-tR8ZPRAYuS .navbar-caption:hover {
  color: #ffffff;
}
.cid-tR8ZPRAYuS .dropdown-item:hover {
  color: #f29100 !important;
}
.cid-tR8ZPRAYuS .dropdown-toggle:after {
  display: none;
}
.cid-tR8ZPRAYuS a:hover .line-animation,
.cid-tR8ZPRAYuS a:focus .line-animation {
  opacity: 1;
}
.cid-tR8ZPRAYuS .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-tR8ZPRAYuS .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tR8ZPRAYuS .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-tR8ZPSj0It {
  background-image: url("../../../assets/images/dsc09013-2000x3000.jpg");
}
.cid-tR8ZPSj0It .slider-text-two {
  background: rgba(35, 35, 35, 0) none repeat scroll 0 0;
  backdrop-filter: blur(0px);
  padding: 50px 50px;
  outline: 0px solid #ffffff;
  outline-offset: 0px;
  box-shadow: -4px 0px -1px -16px #cebfaf;
  -moz-box-shadow: -4px 0px -1px -16px #cebfaf;
  -webkit-box-shadow: -4px 0px -1px -16px #cebfaf;
}
.cid-tR8ZPSj0It .mbr-section-title {
  color: #ffffff;
}
.cid-tR8ZPSj0It .mbr-text {
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 100;
}
.cid-tR8ZPSj0It .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tR8ZPSj0It .mbr-figure img {
  height: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tR8ZPSj0It .slider-text-two {
    outline: 15px solid rgba(35, 35, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 991px) {
  .cid-tR8ZPSj0It .mbr-figure img {
    width: 80% !important;
  }
}
.cid-tR8ZPSj0It .snow1 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve1 10s infinite linear;
}
.cid-tR8ZPSj0It .snow2 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve2 10s infinite linear;
  background-size: 800px;
  filter: blur(1.5px);
}
.cid-tR8ZPSj0It .snow3 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve3 10s infinite linear;
  background-size: 1600px;
  filter: blur(1px);
}
@keyframes neve1 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 100px 650px;
  }
}
@keyframes neve2 {
  0% {
    background-position: 0px -100px;
  }
  100% {
    background-position: 0px 650px;
  }
}
@keyframes neve3 {
  0% {
    background-position: 0px 100px;
  }
  100% {
    background-position: 300px 650px;
  }
}
.cid-tR8ZPSj0It H3 {
  color: #ffffff;
}
.cid-tR8ZPSKWF4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bgrd.svg");
}
.cid-tR8ZPSKWF4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR8ZPSKWF4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR8ZPSKWF4 .col-img {
  display: flex;
  flex-direction: column;
}
.cid-tR8ZPSKWF4 .mbr-description {
  color: #f3f4ef;
}
.cid-tR8ZPSKWF4 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 700px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tR8ZPSKWF4 .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}
.cid-tR8ZPT5l3e {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bgrd.svg");
}
.cid-tR8ZPT5l3e .mbr-section-title,
.cid-tR8ZPT5l3e .mbr-section-subtitle {
  text-align: center;
}
.cid-tR8ZPT5l3e .mbr-section-subtitle {
  margin-bottom: 60px;
}
.cid-tR8ZPT5l3e .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #133d42;
}
.cid-tR8ZPT5l3e .reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tR8ZPT5l3e .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tR8ZPT5l3e .reverse {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-tR8ZPT5l3e .right {
    padding-right: 91px;
  }
  .cid-tR8ZPT5l3e .left {
    padding-left: 91px;
  }
  .cid-tR8ZPT5l3e .wrapper {
    padding: 0 98px;
  }
  .cid-tR8ZPT5l3e .reverse {
    margin-top: 80px;
  }
}
@media (min-width: 1400px) {
  .cid-tR8ZPT5l3e .right {
    padding-left: 145px;
  }
  .cid-tR8ZPT5l3e .left {
    padding-right: 145px;
  }
}
.cid-tR8ZPT5l3e .card-title {
  letter-spacing: .035em;
  color: #f29100;
}
.cid-tR8ZPT5l3e .mbr-section-subtitle,
.cid-tR8ZPT5l3e .mbr-text {
  color: #9A948D;
}
.cid-tR8ZPT5l3e .cost {
  text-align: right;
}
.cid-tR8ZPT5l3e .mbr-text {
  color: #ffefef;
}
.cid-tR9h2OBwKu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bgrd.svg");
}
.cid-tR9h2OBwKu .mbr-section-title,
.cid-tR9h2OBwKu .mbr-section-subtitle {
  text-align: center;
}
.cid-tR9h2OBwKu .mbr-section-subtitle {
  margin-bottom: 60px;
}
.cid-tR9h2OBwKu .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #133d42;
}
.cid-tR9h2OBwKu .reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tR9h2OBwKu .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tR9h2OBwKu .reverse {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-tR9h2OBwKu .right {
    padding-right: 91px;
  }
  .cid-tR9h2OBwKu .left {
    padding-left: 91px;
  }
  .cid-tR9h2OBwKu .wrapper {
    padding: 0 98px;
  }
  .cid-tR9h2OBwKu .reverse {
    margin-top: 80px;
  }
}
@media (min-width: 1400px) {
  .cid-tR9h2OBwKu .right {
    padding-left: 145px;
  }
  .cid-tR9h2OBwKu .left {
    padding-right: 145px;
  }
}
.cid-tR9h2OBwKu .card-title {
  letter-spacing: .035em;
  color: #f29100;
}
.cid-tR9h2OBwKu .mbr-section-subtitle,
.cid-tR9h2OBwKu .mbr-text {
  color: #9A948D;
}
.cid-tR9h2OBwKu .cost {
  text-align: right;
}
.cid-tR9h2OBwKu .mbr-text {
  color: #ffefef;
}
.cid-tR9jsk1D4r {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bgrd.svg");
}
.cid-tR9jsk1D4r .mbr-section-title,
.cid-tR9jsk1D4r .mbr-section-subtitle {
  text-align: center;
}
.cid-tR9jsk1D4r .mbr-section-subtitle {
  margin-bottom: 60px;
}
.cid-tR9jsk1D4r .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #133d42;
}
.cid-tR9jsk1D4r .reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tR9jsk1D4r .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tR9jsk1D4r .reverse {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-tR9jsk1D4r .right {
    padding-right: 91px;
  }
  .cid-tR9jsk1D4r .left {
    padding-left: 91px;
  }
  .cid-tR9jsk1D4r .wrapper {
    padding: 0 98px;
  }
  .cid-tR9jsk1D4r .reverse {
    margin-top: 80px;
  }
}
@media (min-width: 1400px) {
  .cid-tR9jsk1D4r .right {
    padding-left: 145px;
  }
  .cid-tR9jsk1D4r .left {
    padding-right: 145px;
  }
}
.cid-tR9jsk1D4r .card-title {
  letter-spacing: .035em;
  color: #f29100;
}
.cid-tR9jsk1D4r .mbr-section-subtitle,
.cid-tR9jsk1D4r .mbr-text {
  color: #9A948D;
}
.cid-tR9jsk1D4r .cost {
  text-align: right;
}
.cid-tR9jsk1D4r .mbr-text {
  color: #ffefef;
}
.cid-tR9rsgFLlr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bgrd.svg");
}
.cid-tR9rsgFLlr .mbr-section-title,
.cid-tR9rsgFLlr .mbr-section-subtitle {
  text-align: center;
}
.cid-tR9rsgFLlr .mbr-section-subtitle {
  margin-bottom: 60px;
}
.cid-tR9rsgFLlr .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #133d42;
}
.cid-tR9rsgFLlr .reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tR9rsgFLlr .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tR9rsgFLlr .reverse {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-tR9rsgFLlr .right {
    padding-right: 91px;
  }
  .cid-tR9rsgFLlr .left {
    padding-left: 91px;
  }
  .cid-tR9rsgFLlr .wrapper {
    padding: 0 98px;
  }
  .cid-tR9rsgFLlr .reverse {
    margin-top: 80px;
  }
}
@media (min-width: 1400px) {
  .cid-tR9rsgFLlr .right {
    padding-left: 145px;
  }
  .cid-tR9rsgFLlr .left {
    padding-right: 145px;
  }
}
.cid-tR9rsgFLlr .card-title {
  letter-spacing: .035em;
  color: #f29100;
}
.cid-tR9rsgFLlr .mbr-section-subtitle,
.cid-tR9rsgFLlr .mbr-text {
  color: #9A948D;
}
.cid-tR9rsgFLlr .cost {
  text-align: right;
}
.cid-tR9rsgFLlr .mbr-text {
  color: #ffefef;
}
.cid-tR9uFPfSNW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bgrd.svg");
}
.cid-tR9uFPfSNW .mbr-section-title,
.cid-tR9uFPfSNW .mbr-section-subtitle {
  text-align: center;
}
.cid-tR9uFPfSNW .mbr-section-subtitle {
  margin-bottom: 60px;
}
.cid-tR9uFPfSNW .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #133d42;
}
.cid-tR9uFPfSNW .reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tR9uFPfSNW .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tR9uFPfSNW .reverse {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-tR9uFPfSNW .right {
    padding-right: 91px;
  }
  .cid-tR9uFPfSNW .left {
    padding-left: 91px;
  }
  .cid-tR9uFPfSNW .wrapper {
    padding: 0 98px;
  }
  .cid-tR9uFPfSNW .reverse {
    margin-top: 80px;
  }
}
@media (min-width: 1400px) {
  .cid-tR9uFPfSNW .right {
    padding-left: 145px;
  }
  .cid-tR9uFPfSNW .left {
    padding-right: 145px;
  }
}
.cid-tR9uFPfSNW .card-title {
  letter-spacing: .035em;
  color: #f29100;
}
.cid-tR9uFPfSNW .mbr-section-subtitle,
.cid-tR9uFPfSNW .mbr-text {
  color: #9A948D;
}
.cid-tR9uFPfSNW .cost {
  text-align: right;
}
.cid-tR9uFPfSNW .mbr-text {
  color: #ffefef;
}
.cid-tRDCEEUs0V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dsc09015-2000x3000.jpeg");
}
.cid-tRDCEEUs0V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRDCEEUs0V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRDCEEUs0V .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tRDCEEUs0V .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tRDCEEUs0V .container {
    padding: 0 20px;
  }
}
.cid-tRDCEEUs0V .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-tRDCEEUs0V .title-wrapper {
    padding: 50px 0;
  }
}
.cid-tRDCEEUs0V .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tRDCEEUs0V .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tRDCEEUs0V .mbr-section-title {
  color: #ffffff;
}
.cid-tRDCEEUs0V .mbr-section-title,
.cid-tRDCEEUs0V .mbr-section-btn {
  text-align: center;
  color: #f29100;
}
.cid-tRDzbtGz3g {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #133d42;
}
.cid-tRDzbtGz3g .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-tRDzbtGz3g .row {
  border-bottom: 1px solid #808080;
}
.cid-tRDzbtGz3g H2 {
  color: #e7272d;
}
.cid-tRDzbtGz3g .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-tRDzbtGz3g .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-tRDzbtGz3g .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tRDzbtGz3g .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tRDzbtGz3g .col-lg-12 {
  overflow: hidden;
}
.cid-tRDzbtGz3g H4 {
  color: #f29100;
}
.cid-tRDzbtGz3g .mbr-text,
.cid-tRDzbtGz3g .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-tRDzbtGz3g .logo-wrap:before {
    content: none;
  }
  .cid-tRDzbtGz3g .logo-wrap:after {
    content: none;
  }
}
.cid-tRDzbtGz3g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRDzbtGz3g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRDzbtGz3g H3 {
  color: #f29100;
}
.cid-tRDBGAgQ04 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #133d42;
}
.cid-tRDBGAgQ04 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tRDBGAgQ04 .btn-social,
.cid-tRDBGAgQ04 .mbr-section-title {
  color: #57468b;
}
.cid-tRDBGAgQ04 .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #133d42;
}
.cid-tRDBGAgQ04 .soc-item span {
  font-size: 20px;
  color: #f29100 !important;
  transition: all 0.3s;
}
.cid-tRDBGAgQ04 .soc-item:hover {
  background: #f29100;
}
.cid-tRDBGAgQ04 .soc-item:hover span {
  color: #133d42 !important;
}
@media (max-width: 992px) {
  .cid-tRDBGAgQ04 .align-left,
  .cid-tRDBGAgQ04 .align-right {
    text-align: center;
  }
  .cid-tRDBGAgQ04 .social-list {
    justify-content: center;
  }
  .cid-tRDBGAgQ04 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tRDBGAgQ04 .mbr-text {
  color: #ffffff;
}
.cid-tR9xHKcR0X {
  z-index: 1000;
  width: 100%;
}
.cid-tR9xHKcR0X nav.navbar {
  position: fixed;
}
.cid-tR9xHKcR0X .nav-link {
  transition: all .5s;
  border-bottom: 1px solid transparent;
  font-family: "Josefin Sans";
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-tR9xHKcR0X .nav-link:hover,
.cid-tR9xHKcR0X .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-tR9xHKcR0X .nav-item {
    position: relative;
  }
}
.cid-tR9xHKcR0X .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  position: absolute;
}
@media (min-width: 992px) {
  .cid-tR9xHKcR0X .navbar {
    background: rgba(19, 61, 66, 0);
    border-bottom: 1px solid #C0BCB7;
  }
}
.cid-tR9xHKcR0X .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #133d42 !important;
}
.cid-tR9xHKcR0X .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tR9xHKcR0X .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-tR9xHKcR0X .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tR9xHKcR0X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tR9xHKcR0X .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tR9xHKcR0X .navbar.collapsed .navbar-collapse.show,
.cid-tR9xHKcR0X .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tR9xHKcR0X .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tR9xHKcR0X .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tR9xHKcR0X .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tR9xHKcR0X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tR9xHKcR0X .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-tR9xHKcR0X .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tR9xHKcR0X .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tR9xHKcR0X .navbar .navbar-collapse.show,
  .cid-tR9xHKcR0X .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-tR9xHKcR0X .navbar .navbar-collapse.show .brand-container,
  .cid-tR9xHKcR0X .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tR9xHKcR0X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tR9xHKcR0X .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tR9xHKcR0X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tR9xHKcR0X .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tR9xHKcR0X .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-tR9xHKcR0X .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tR9xHKcR0X .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tR9xHKcR0X .navbar .right-menu,
  .cid-tR9xHKcR0X .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tR9xHKcR0X .navbar.navbar-short {
  min-height: 60px;
  background: #133d42 !important;
}
.cid-tR9xHKcR0X .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tR9xHKcR0X .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tR9xHKcR0X .navbar {
    padding: 2rem 1rem;
  }
  .cid-tR9xHKcR0X .navbar-collapse {
    padding-top: 0;
  }
}
.cid-tR9xHKcR0X .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tR9xHKcR0X .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tR9xHKcR0X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tR9xHKcR0X .dropdown-item.active,
.cid-tR9xHKcR0X .dropdown-item:active {
  background-color: transparent;
}
.cid-tR9xHKcR0X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tR9xHKcR0X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-tR9xHKcR0X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #133d42;
}
.cid-tR9xHKcR0X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tR9xHKcR0X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tR9xHKcR0X ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tR9xHKcR0X ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tR9xHKcR0X .navbar-buttons {
  margin-left: auto;
}
.cid-tR9xHKcR0X button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-tR9xHKcR0X button.navbar-toggler:hover {
  outline: none;
}
.cid-tR9xHKcR0X button.navbar-toggler:active {
  outline: none;
}
.cid-tR9xHKcR0X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tR9xHKcR0X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tR9xHKcR0X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tR9xHKcR0X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tR9xHKcR0X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tR9xHKcR0X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tR9xHKcR0X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tR9xHKcR0X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tR9xHKcR0X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tR9xHKcR0X .navbar-dropdown {
  position: fixed;
}
.cid-tR9xHKcR0X a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-tR9xHKcR0X .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tR9xHKcR0X .right-menu,
.cid-tR9xHKcR0X .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tR9xHKcR0X .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tR9xHKcR0X .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tR9xHKcR0X .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tR9xHKcR0X .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tR9xHKcR0X .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-tR9xHKcR0X .brand-container {
    padding: 0;
  }
}
.cid-tR9xHKcR0X .card-wrapper {
  z-index: 3;
}
.cid-tR9xHKcR0X .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-tR9xHKcR0X .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-tR9xHKcR0X .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-tR9xHKcR0X .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-tR9xHKcR0X .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-tR9xHKcR0X .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-tR9xHKcR0X .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tR9xHKcR0X .navbar-caption {
  color: #ffffff;
}
.cid-tR9xHKcR0X .navbar-caption:hover {
  color: #ffffff;
}
.cid-tR9xHKcR0X .dropdown-item:hover {
  color: #f29100 !important;
}
.cid-tR9xHKcR0X .dropdown-toggle:after {
  display: none;
}
.cid-tR9xHKcR0X a:hover .line-animation,
.cid-tR9xHKcR0X a:focus .line-animation {
  opacity: 1;
}
.cid-tR9xHKcR0X .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-tR9xHKcR0X .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tR9xHKcR0X .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-tR9xHL3G9O {
  background-image: url("../../../assets/images/dsc08765-2000x3000.jpeg");
}
.cid-tR9xHL3G9O .slider-text-two {
  background: rgba(35, 35, 35, 0) none repeat scroll 0 0;
  backdrop-filter: blur(0px);
  padding: 50px 50px;
  outline: 0px solid #ffffff;
  outline-offset: 0px;
  box-shadow: -4px 0px -1px -16px #cebfaf;
  -moz-box-shadow: -4px 0px -1px -16px #cebfaf;
  -webkit-box-shadow: -4px 0px -1px -16px #cebfaf;
}
.cid-tR9xHL3G9O .mbr-section-title {
  color: #ffffff;
}
.cid-tR9xHL3G9O .mbr-text {
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 100;
}
.cid-tR9xHL3G9O .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tR9xHL3G9O .mbr-figure img {
  height: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tR9xHL3G9O .slider-text-two {
    outline: 15px solid rgba(35, 35, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 991px) {
  .cid-tR9xHL3G9O .mbr-figure img {
    width: 80% !important;
  }
}
.cid-tR9xHL3G9O .snow1 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve1 10s infinite linear;
}
.cid-tR9xHL3G9O .snow2 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve2 10s infinite linear;
  background-size: 800px;
  filter: blur(1.5px);
}
.cid-tR9xHL3G9O .snow3 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve3 10s infinite linear;
  background-size: 1600px;
  filter: blur(1px);
}
@keyframes neve1 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 100px 650px;
  }
}
@keyframes neve2 {
  0% {
    background-position: 0px -100px;
  }
  100% {
    background-position: 0px 650px;
  }
}
@keyframes neve3 {
  0% {
    background-position: 0px 100px;
  }
  100% {
    background-position: 300px 650px;
  }
}
.cid-tR9xHL3G9O H3 {
  color: #ffffff;
}
.cid-tR9xHLyAaK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bgrd.svg");
}
.cid-tR9xHLyAaK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR9xHLyAaK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR9xHLyAaK .col-img {
  display: flex;
  flex-direction: column;
}
.cid-tR9xHLyAaK .mbr-description {
  color: #f3f4ef;
}
.cid-tR9xHLyAaK .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 700px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tR9xHLyAaK .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}
.cid-tR9xHLSpUZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bgrd.svg");
}
.cid-tR9xHLSpUZ .mbr-section-title,
.cid-tR9xHLSpUZ .mbr-section-subtitle {
  text-align: center;
}
.cid-tR9xHLSpUZ .mbr-section-subtitle {
  margin-bottom: 60px;
}
.cid-tR9xHLSpUZ .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #133d42;
}
.cid-tR9xHLSpUZ .reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tR9xHLSpUZ .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tR9xHLSpUZ .reverse {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-tR9xHLSpUZ .right {
    padding-right: 91px;
  }
  .cid-tR9xHLSpUZ .left {
    padding-left: 91px;
  }
  .cid-tR9xHLSpUZ .wrapper {
    padding: 0 98px;
  }
  .cid-tR9xHLSpUZ .reverse {
    margin-top: 80px;
  }
}
@media (min-width: 1400px) {
  .cid-tR9xHLSpUZ .right {
    padding-left: 145px;
  }
  .cid-tR9xHLSpUZ .left {
    padding-right: 145px;
  }
}
.cid-tR9xHLSpUZ .card-title {
  letter-spacing: .035em;
  color: #f29100;
}
.cid-tR9xHLSpUZ .mbr-section-subtitle,
.cid-tR9xHLSpUZ .mbr-text {
  color: #9A948D;
}
.cid-tR9xHLSpUZ .cost {
  text-align: right;
}
.cid-tR9xHLSpUZ .mbr-text {
  color: #ffefef;
}
.cid-tR9xHN0cr1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bgrd.svg");
}
.cid-tR9xHN0cr1 .mbr-section-title,
.cid-tR9xHN0cr1 .mbr-section-subtitle {
  text-align: center;
}
.cid-tR9xHN0cr1 .mbr-section-subtitle {
  margin-bottom: 60px;
}
.cid-tR9xHN0cr1 .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #133d42;
}
.cid-tR9xHN0cr1 .reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tR9xHN0cr1 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tR9xHN0cr1 .reverse {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-tR9xHN0cr1 .right {
    padding-right: 91px;
  }
  .cid-tR9xHN0cr1 .left {
    padding-left: 91px;
  }
  .cid-tR9xHN0cr1 .wrapper {
    padding: 0 98px;
  }
  .cid-tR9xHN0cr1 .reverse {
    margin-top: 80px;
  }
}
@media (min-width: 1400px) {
  .cid-tR9xHN0cr1 .right {
    padding-left: 145px;
  }
  .cid-tR9xHN0cr1 .left {
    padding-right: 145px;
  }
}
.cid-tR9xHN0cr1 .card-title {
  letter-spacing: .035em;
  color: #f29100;
}
.cid-tR9xHN0cr1 .mbr-section-subtitle,
.cid-tR9xHN0cr1 .mbr-text {
  color: #9A948D;
}
.cid-tR9xHN0cr1 .cost {
  text-align: right;
}
.cid-tR9xHN0cr1 .mbr-text {
  color: #ffefef;
}
.cid-tR9xHQJPvM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bgrd.svg");
}
.cid-tR9xHQJPvM .mbr-section-title,
.cid-tR9xHQJPvM .mbr-section-subtitle {
  text-align: center;
}
.cid-tR9xHQJPvM .mbr-section-subtitle {
  margin-bottom: 60px;
}
.cid-tR9xHQJPvM .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #133d42;
}
.cid-tR9xHQJPvM .reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tR9xHQJPvM .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tR9xHQJPvM .reverse {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-tR9xHQJPvM .right {
    padding-right: 91px;
  }
  .cid-tR9xHQJPvM .left {
    padding-left: 91px;
  }
  .cid-tR9xHQJPvM .wrapper {
    padding: 0 98px;
  }
  .cid-tR9xHQJPvM .reverse {
    margin-top: 80px;
  }
}
@media (min-width: 1400px) {
  .cid-tR9xHQJPvM .right {
    padding-left: 145px;
  }
  .cid-tR9xHQJPvM .left {
    padding-right: 145px;
  }
}
.cid-tR9xHQJPvM .card-title {
  letter-spacing: .035em;
  color: #f29100;
}
.cid-tR9xHQJPvM .mbr-section-subtitle,
.cid-tR9xHQJPvM .mbr-text {
  color: #9A948D;
}
.cid-tR9xHQJPvM .cost {
  text-align: right;
}
.cid-tR9xHQJPvM .mbr-text {
  color: #ffefef;
}
.cid-tR9UfJ3YXA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bgrd.svg");
}
.cid-tR9UfJ3YXA .mbr-section-title,
.cid-tR9UfJ3YXA .mbr-section-subtitle {
  text-align: center;
}
.cid-tR9UfJ3YXA .mbr-section-subtitle {
  margin-bottom: 60px;
}
.cid-tR9UfJ3YXA .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #133d42;
}
.cid-tR9UfJ3YXA .reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tR9UfJ3YXA .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tR9UfJ3YXA .reverse {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-tR9UfJ3YXA .right {
    padding-right: 91px;
  }
  .cid-tR9UfJ3YXA .left {
    padding-left: 91px;
  }
  .cid-tR9UfJ3YXA .wrapper {
    padding: 0 98px;
  }
  .cid-tR9UfJ3YXA .reverse {
    margin-top: 80px;
  }
}
@media (min-width: 1400px) {
  .cid-tR9UfJ3YXA .right {
    padding-left: 145px;
  }
  .cid-tR9UfJ3YXA .left {
    padding-right: 145px;
  }
}
.cid-tR9UfJ3YXA .card-title {
  letter-spacing: .035em;
  color: #f29100;
}
.cid-tR9UfJ3YXA .mbr-section-subtitle,
.cid-tR9UfJ3YXA .mbr-text {
  color: #9A948D;
}
.cid-tR9UfJ3YXA .cost {
  text-align: right;
}
.cid-tR9UfJ3YXA .mbr-text {
  color: #ffefef;
}
.cid-tR9WkzuBqW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bgrd.svg");
}
.cid-tR9WkzuBqW .mbr-section-title,
.cid-tR9WkzuBqW .mbr-section-subtitle {
  text-align: center;
}
.cid-tR9WkzuBqW .mbr-section-subtitle {
  margin-bottom: 60px;
}
.cid-tR9WkzuBqW .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #133d42;
}
.cid-tR9WkzuBqW .reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tR9WkzuBqW .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tR9WkzuBqW .reverse {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-tR9WkzuBqW .right {
    padding-right: 91px;
  }
  .cid-tR9WkzuBqW .left {
    padding-left: 91px;
  }
  .cid-tR9WkzuBqW .wrapper {
    padding: 0 98px;
  }
  .cid-tR9WkzuBqW .reverse {
    margin-top: 80px;
  }
}
@media (min-width: 1400px) {
  .cid-tR9WkzuBqW .right {
    padding-left: 145px;
  }
  .cid-tR9WkzuBqW .left {
    padding-right: 145px;
  }
}
.cid-tR9WkzuBqW .card-title {
  letter-spacing: .035em;
  color: #f29100;
}
.cid-tR9WkzuBqW .mbr-section-subtitle,
.cid-tR9WkzuBqW .mbr-text {
  color: #9A948D;
}
.cid-tR9WkzuBqW .cost {
  text-align: right;
}
.cid-tR9WkzuBqW .mbr-text {
  color: #ffefef;
}
.cid-tRDCIrUngD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dsc09015-2000x3000.jpeg");
}
.cid-tRDCIrUngD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRDCIrUngD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRDCIrUngD .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tRDCIrUngD .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tRDCIrUngD .container {
    padding: 0 20px;
  }
}
.cid-tRDCIrUngD .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-tRDCIrUngD .title-wrapper {
    padding: 50px 0;
  }
}
.cid-tRDCIrUngD .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tRDCIrUngD .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tRDCIrUngD .mbr-section-title {
  color: #ffffff;
}
.cid-tRDCIrUngD .mbr-section-title,
.cid-tRDCIrUngD .mbr-section-btn {
  text-align: center;
  color: #f29100;
}
.cid-tRDzbtGz3g {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #133d42;
}
.cid-tRDzbtGz3g .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-tRDzbtGz3g .row {
  border-bottom: 1px solid #808080;
}
.cid-tRDzbtGz3g H2 {
  color: #e7272d;
}
.cid-tRDzbtGz3g .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-tRDzbtGz3g .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-tRDzbtGz3g .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tRDzbtGz3g .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tRDzbtGz3g .col-lg-12 {
  overflow: hidden;
}
.cid-tRDzbtGz3g H4 {
  color: #f29100;
}
.cid-tRDzbtGz3g .mbr-text,
.cid-tRDzbtGz3g .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-tRDzbtGz3g .logo-wrap:before {
    content: none;
  }
  .cid-tRDzbtGz3g .logo-wrap:after {
    content: none;
  }
}
.cid-tRDzbtGz3g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRDzbtGz3g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRDzbtGz3g H3 {
  color: #f29100;
}
.cid-tRDBGAgQ04 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #133d42;
}
.cid-tRDBGAgQ04 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tRDBGAgQ04 .btn-social,
.cid-tRDBGAgQ04 .mbr-section-title {
  color: #57468b;
}
.cid-tRDBGAgQ04 .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #133d42;
}
.cid-tRDBGAgQ04 .soc-item span {
  font-size: 20px;
  color: #f29100 !important;
  transition: all 0.3s;
}
.cid-tRDBGAgQ04 .soc-item:hover {
  background: #f29100;
}
.cid-tRDBGAgQ04 .soc-item:hover span {
  color: #133d42 !important;
}
@media (max-width: 992px) {
  .cid-tRDBGAgQ04 .align-left,
  .cid-tRDBGAgQ04 .align-right {
    text-align: center;
  }
  .cid-tRDBGAgQ04 .social-list {
    justify-content: center;
  }
  .cid-tRDBGAgQ04 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tRDBGAgQ04 .mbr-text {
  color: #ffffff;
}
.cid-tPyfMVsrWV {
  z-index: 1000;
  width: 100%;
}
.cid-tPyfMVsrWV nav.navbar {
  position: fixed;
}
.cid-tPyfMVsrWV .nav-link {
  transition: all .5s;
  border-bottom: 1px solid transparent;
  font-family: "Josefin Sans";
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-tPyfMVsrWV .nav-link:hover,
.cid-tPyfMVsrWV .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-tPyfMVsrWV .nav-item {
    position: relative;
  }
}
.cid-tPyfMVsrWV .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  position: absolute;
}
@media (min-width: 992px) {
  .cid-tPyfMVsrWV .navbar {
    background: rgba(19, 61, 66, 0);
    border-bottom: 1px solid #C0BCB7;
  }
}
.cid-tPyfMVsrWV .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #133d42 !important;
}
.cid-tPyfMVsrWV .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tPyfMVsrWV .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-tPyfMVsrWV .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tPyfMVsrWV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tPyfMVsrWV .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tPyfMVsrWV .navbar.collapsed .navbar-collapse.show,
.cid-tPyfMVsrWV .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tPyfMVsrWV .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tPyfMVsrWV .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tPyfMVsrWV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tPyfMVsrWV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPyfMVsrWV .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-tPyfMVsrWV .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tPyfMVsrWV .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tPyfMVsrWV .navbar .navbar-collapse.show,
  .cid-tPyfMVsrWV .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-tPyfMVsrWV .navbar .navbar-collapse.show .brand-container,
  .cid-tPyfMVsrWV .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tPyfMVsrWV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPyfMVsrWV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tPyfMVsrWV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPyfMVsrWV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tPyfMVsrWV .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-tPyfMVsrWV .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tPyfMVsrWV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tPyfMVsrWV .navbar .right-menu,
  .cid-tPyfMVsrWV .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tPyfMVsrWV .navbar.navbar-short {
  min-height: 60px;
  background: #133d42 !important;
}
.cid-tPyfMVsrWV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tPyfMVsrWV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tPyfMVsrWV .navbar {
    padding: 2rem 1rem;
  }
  .cid-tPyfMVsrWV .navbar-collapse {
    padding-top: 0;
  }
}
.cid-tPyfMVsrWV .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tPyfMVsrWV .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tPyfMVsrWV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPyfMVsrWV .dropdown-item.active,
.cid-tPyfMVsrWV .dropdown-item:active {
  background-color: transparent;
}
.cid-tPyfMVsrWV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPyfMVsrWV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-tPyfMVsrWV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #133d42;
}
.cid-tPyfMVsrWV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPyfMVsrWV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPyfMVsrWV ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tPyfMVsrWV ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tPyfMVsrWV .navbar-buttons {
  margin-left: auto;
}
.cid-tPyfMVsrWV button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-tPyfMVsrWV button.navbar-toggler:hover {
  outline: none;
}
.cid-tPyfMVsrWV button.navbar-toggler:active {
  outline: none;
}
.cid-tPyfMVsrWV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tPyfMVsrWV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tPyfMVsrWV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tPyfMVsrWV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tPyfMVsrWV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tPyfMVsrWV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPyfMVsrWV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tPyfMVsrWV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tPyfMVsrWV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPyfMVsrWV .navbar-dropdown {
  position: fixed;
}
.cid-tPyfMVsrWV a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-tPyfMVsrWV .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tPyfMVsrWV .right-menu,
.cid-tPyfMVsrWV .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tPyfMVsrWV .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tPyfMVsrWV .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tPyfMVsrWV .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tPyfMVsrWV .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tPyfMVsrWV .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-tPyfMVsrWV .brand-container {
    padding: 0;
  }
}
.cid-tPyfMVsrWV .card-wrapper {
  z-index: 3;
}
.cid-tPyfMVsrWV .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-tPyfMVsrWV .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-tPyfMVsrWV .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-tPyfMVsrWV .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-tPyfMVsrWV .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-tPyfMVsrWV .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-tPyfMVsrWV .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tPyfMVsrWV .navbar-caption {
  color: #ffffff;
}
.cid-tPyfMVsrWV .navbar-caption:hover {
  color: #ffffff;
}
.cid-tPyfMVsrWV .dropdown-item:hover {
  color: #f29100 !important;
}
.cid-tPyfMVsrWV .dropdown-toggle:after {
  display: none;
}
.cid-tPyfMVsrWV a:hover .line-animation,
.cid-tPyfMVsrWV a:focus .line-animation {
  opacity: 1;
}
.cid-tPyfMVsrWV .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-tPyfMVsrWV .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tPyfMVsrWV .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-tPyfMW0ofg {
  background-image: url("../../../assets/images/dsc08762-2000x1333.jpg");
}
.cid-tPyfMW0ofg .slider-text-two {
  background: rgba(35, 35, 35, 0) none repeat scroll 0 0;
  backdrop-filter: blur(0px);
  padding: 50px 50px;
  outline: 0px solid #ffffff;
  outline-offset: 0px;
  box-shadow: -4px 0px -1px -16px #cebfaf;
  -moz-box-shadow: -4px 0px -1px -16px #cebfaf;
  -webkit-box-shadow: -4px 0px -1px -16px #cebfaf;
}
.cid-tPyfMW0ofg .mbr-section-title {
  color: #ffffff;
}
.cid-tPyfMW0ofg .mbr-text {
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 100;
}
.cid-tPyfMW0ofg .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tPyfMW0ofg .mbr-figure img {
  height: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPyfMW0ofg .slider-text-two {
    outline: 15px solid rgba(35, 35, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 991px) {
  .cid-tPyfMW0ofg .mbr-figure img {
    width: 80% !important;
  }
}
.cid-tPyfMW0ofg .snow1 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve1 10s infinite linear;
}
.cid-tPyfMW0ofg .snow2 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve2 10s infinite linear;
  background-size: 800px;
  filter: blur(1.5px);
}
.cid-tPyfMW0ofg .snow3 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve3 10s infinite linear;
  background-size: 1600px;
  filter: blur(1px);
}
@keyframes neve1 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 100px 650px;
  }
}
@keyframes neve2 {
  0% {
    background-position: 0px -100px;
  }
  100% {
    background-position: 0px 650px;
  }
}
@keyframes neve3 {
  0% {
    background-position: 0px 100px;
  }
  100% {
    background-position: 300px 650px;
  }
}
.cid-tPyfMW0ofg H3 {
  color: #ffffff;
}
.cid-tRa3MY8nNN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bgrd.svg");
}
.cid-tRa3MY8nNN img {
  width: 100%;
  max-height: 800px;
  object-fit: cover;
}
.cid-tRa3MY8nNN .image-wrapper {
  max-height: 800px;
  overflow: hidden;
}
.cid-tRa3MY8nNN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRa3MY8nNN .soc-item {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tRa3MY8nNN .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-tRa3MY8nNN .soc-item::before,
.cid-tRa3MY8nNN .soc-item::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-tRa3MY8nNN .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-tRa3MY8nNN .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-tRa3MY8nNN .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-tRa3MY8nNN .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-tRa3MY8nNN .mbr-section-subtitle {
  color: #c0bcb7;
  margin-bottom: 77px;
}
.cid-tRa3MY8nNN .text {
  color: #ddc499;
}
.cid-tRa3MY8nNN .one {
  color: #c0bcb7;
  font-style: italic;
}
@media (max-width: 991px) {
  .cid-tRa3MY8nNN .info {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRa3MY8nNN .right {
    padding-right: 32px;
  }
  .cid-tRa3MY8nNN .left {
    padding-left: 32px;
  }
}
.cid-tRa3MY8nNN .mbr-section-title {
  color: #f29100;
}
.cid-tRa4TEvqMa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bgrd.svg");
}
.cid-tRa4TEvqMa .mbr-section-title {
  color: #ba9b67;
  font-style: italic;
  font-size: 22px;
}
.cid-tRa4TEvqMa .mbr-text {
  color: #c0bcb7;
}
.cid-tRa4TEvqMa .mbr-iconfont {
  margin: 0 .5rem;
}
.cid-tRa4TEvqMa .item-img {
  height: 420px;
}
.cid-tRa4TEvqMa .item-img img {
  object-fit: cover;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-tRa4TEvqMa .item {
    margin-bottom: 3rem;
  }
}
@media (min-width: 769px) {
  .cid-tRa4TEvqMa .wrap-content {
    display: flex;
    justify-content: flex-end;
  }
}
.cid-tRa4TEvqMa .social-row {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tRa4TEvqMa .soc-item {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  opacity: 0;
}
.cid-tRa4TEvqMa .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-tRa4TEvqMa .soc-item::before,
.cid-tRa4TEvqMa .soc-item::after {
  content: '';
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-tRa4TEvqMa .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-tRa4TEvqMa .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-tRa4TEvqMa .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-tRa4TEvqMa .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-tRa4TEvqMa .wrap-soc {
  cursor: pointer;
}
.cid-tRa4TEvqMa .wrap-soc span {
  color: #ffffff;
}
.cid-tRa4TEvqMa .wrap-soc:hover .text {
  opacity: 0;
}
.cid-tRa4TEvqMa .wrap-soc:hover .soc-item {
  opacity: 1;
}
.cid-tRa4TEvqMa .wrap-soc:hover .one {
  transition: opacity .4s;
}
.cid-tRa4TEvqMa .wrap-soc:hover .two {
  transition: opacity .8s;
}
.cid-tRa4TEvqMa .wrap-soc:hover .three {
  transition: opacity 1s;
}
.cid-tRa4TEvqMa .wrap-soc:hover .four {
  transition: opacity 1.4s;
}
.cid-tRa4TEvqMa .wrap-soc:hover .five {
  transition: opacity 1.8s;
}
.cid-tRDofzD4dG {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bgrd.svg");
}
@media (min-width: 992px) {
  .cid-tRDofzD4dG .wrapper {
    position: relative;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 25px;
  }
}
@media (min-width: 769px) {
  .cid-tRDofzD4dG .row .col-12 {
    padding-left: 11px;
    padding-right: 11px;
  }
}
.cid-tRDofzD4dG .item-img {
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}
.cid-tRDofzD4dG .item-img img {
  object-fit: cover;
  height: 100%;
  transition: transform 1.5s;
}
.cid-tRDofzD4dG .item-img:hover img {
  width: 100%;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cid-tRDofzD4dG img {
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-tRDofzD4dG .top {
    padding-top: 20px;
  }
}
.cid-tRDofzD4dG .close {
  position: fixed;
  font-size: 16px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  color: #fff;
  opacity: .7;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tRDofzD4dG .close::before {
  content: '\e91a';
}
.cid-tRDofzD4dG .close:hover {
  color: #fff;
}
.cid-tRDofzD4dG .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tRDofzD4dG .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tRDofzD4dG .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tRDofzD4dG .carousel-control-next span {
  margin-left: 5px;
}
.cid-tRDofzD4dG .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
}
.cid-tRDofzD4dG .carousel-control.carousel-control-prev {
  left: -50%;
  margin-left: 2.5rem;
}
.cid-tRDofzD4dG .carousel-control.carousel-control-next {
  right: -50%;
  margin-right: 2.5rem;
}
@media (max-width: 1050px) {
  .cid-tRDofzD4dG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-tRDofzD4dG .carousel-control.carousel-control-prev {
    top: 50%;
    left: -5%;
  }
  .cid-tRDofzD4dG .carousel-control.carousel-control-next {
    top: 50%;
    right: -5%;
  }
}
.cid-tRDofzD4dG .carousel-inner {
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-tRDofzD4dG .carousel-item img {
    width: 70%;
  }
}
.cid-tRDofzD4dG .carousel-inner > .active {
  display: block;
}
.cid-tRDofzD4dG .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRDofzD4dG .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRDofzD4dG .carousel-control-prev:hover {
  margin-left: 2rem;
  background-color: transparent;
}
.cid-tRDofzD4dG .carousel-control-next:hover {
  margin-right: 2rem;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-tRDofzD4dG .carousel-control,
  .cid-tRDofzD4dG .carousel-indicators {
    position: fixed;
  }
}
.cid-tRDofzD4dG .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tRDofzD4dG .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tRDofzD4dG .modal-content {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
@media (max-width: 1050px) {
  .cid-tRDofzD4dG .modal-content {
    width: 70%;
  }
}
.cid-tRDofzD4dG .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tRDofzD4dG .carousel {
  width: 100%;
}
.cid-tRDofzD4dG .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tRDofzD4dG .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tRDofzD4dG .modal.fade .modal-dialog,
.cid-tRDofzD4dG .modal.in .modal-dialog {
  transform: none;
}
.cid-tRDofzD4dG .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tRDCME3Ruz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dsc09015-2000x3000.jpeg");
}
.cid-tRDCME3Ruz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRDCME3Ruz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRDCME3Ruz .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tRDCME3Ruz .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tRDCME3Ruz .container {
    padding: 0 20px;
  }
}
.cid-tRDCME3Ruz .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-tRDCME3Ruz .title-wrapper {
    padding: 50px 0;
  }
}
.cid-tRDCME3Ruz .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tRDCME3Ruz .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tRDCME3Ruz .mbr-section-title {
  color: #ffffff;
}
.cid-tRDCME3Ruz .mbr-section-title,
.cid-tRDCME3Ruz .mbr-section-btn {
  text-align: center;
  color: #f29100;
}
.cid-tRDzbtGz3g {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #133d42;
}
.cid-tRDzbtGz3g .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-tRDzbtGz3g .row {
  border-bottom: 1px solid #808080;
}
.cid-tRDzbtGz3g H2 {
  color: #e7272d;
}
.cid-tRDzbtGz3g .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-tRDzbtGz3g .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-tRDzbtGz3g .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tRDzbtGz3g .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tRDzbtGz3g .col-lg-12 {
  overflow: hidden;
}
.cid-tRDzbtGz3g H4 {
  color: #f29100;
}
.cid-tRDzbtGz3g .mbr-text,
.cid-tRDzbtGz3g .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-tRDzbtGz3g .logo-wrap:before {
    content: none;
  }
  .cid-tRDzbtGz3g .logo-wrap:after {
    content: none;
  }
}
.cid-tRDzbtGz3g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRDzbtGz3g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRDzbtGz3g H3 {
  color: #f29100;
}
.cid-tRDBGAgQ04 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #133d42;
}
.cid-tRDBGAgQ04 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tRDBGAgQ04 .btn-social,
.cid-tRDBGAgQ04 .mbr-section-title {
  color: #57468b;
}
.cid-tRDBGAgQ04 .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #133d42;
}
.cid-tRDBGAgQ04 .soc-item span {
  font-size: 20px;
  color: #f29100 !important;
  transition: all 0.3s;
}
.cid-tRDBGAgQ04 .soc-item:hover {
  background: #f29100;
}
.cid-tRDBGAgQ04 .soc-item:hover span {
  color: #133d42 !important;
}
@media (max-width: 992px) {
  .cid-tRDBGAgQ04 .align-left,
  .cid-tRDBGAgQ04 .align-right {
    text-align: center;
  }
  .cid-tRDBGAgQ04 .social-list {
    justify-content: center;
  }
  .cid-tRDBGAgQ04 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tRDBGAgQ04 .mbr-text {
  color: #ffffff;
}
.cid-tPyfTsbCzP {
  z-index: 1000;
  width: 100%;
}
.cid-tPyfTsbCzP nav.navbar {
  position: fixed;
}
.cid-tPyfTsbCzP .nav-link {
  transition: all .5s;
  border-bottom: 1px solid transparent;
  font-family: "Josefin Sans";
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-tPyfTsbCzP .nav-link:hover,
.cid-tPyfTsbCzP .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-tPyfTsbCzP .nav-item {
    position: relative;
  }
}
.cid-tPyfTsbCzP .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  position: absolute;
}
@media (min-width: 992px) {
  .cid-tPyfTsbCzP .navbar {
    background: rgba(19, 61, 66, 0);
    border-bottom: 1px solid #C0BCB7;
  }
}
.cid-tPyfTsbCzP .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #133d42 !important;
}
.cid-tPyfTsbCzP .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tPyfTsbCzP .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-tPyfTsbCzP .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tPyfTsbCzP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tPyfTsbCzP .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tPyfTsbCzP .navbar.collapsed .navbar-collapse.show,
.cid-tPyfTsbCzP .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tPyfTsbCzP .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tPyfTsbCzP .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tPyfTsbCzP .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tPyfTsbCzP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPyfTsbCzP .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-tPyfTsbCzP .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tPyfTsbCzP .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tPyfTsbCzP .navbar .navbar-collapse.show,
  .cid-tPyfTsbCzP .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-tPyfTsbCzP .navbar .navbar-collapse.show .brand-container,
  .cid-tPyfTsbCzP .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tPyfTsbCzP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPyfTsbCzP .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tPyfTsbCzP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPyfTsbCzP .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tPyfTsbCzP .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-tPyfTsbCzP .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tPyfTsbCzP .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tPyfTsbCzP .navbar .right-menu,
  .cid-tPyfTsbCzP .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tPyfTsbCzP .navbar.navbar-short {
  min-height: 60px;
  background: #133d42 !important;
}
.cid-tPyfTsbCzP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tPyfTsbCzP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tPyfTsbCzP .navbar {
    padding: 2rem 1rem;
  }
  .cid-tPyfTsbCzP .navbar-collapse {
    padding-top: 0;
  }
}
.cid-tPyfTsbCzP .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tPyfTsbCzP .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tPyfTsbCzP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPyfTsbCzP .dropdown-item.active,
.cid-tPyfTsbCzP .dropdown-item:active {
  background-color: transparent;
}
.cid-tPyfTsbCzP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPyfTsbCzP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-tPyfTsbCzP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #133d42;
}
.cid-tPyfTsbCzP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPyfTsbCzP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPyfTsbCzP ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tPyfTsbCzP ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tPyfTsbCzP .navbar-buttons {
  margin-left: auto;
}
.cid-tPyfTsbCzP button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-tPyfTsbCzP button.navbar-toggler:hover {
  outline: none;
}
.cid-tPyfTsbCzP button.navbar-toggler:active {
  outline: none;
}
.cid-tPyfTsbCzP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tPyfTsbCzP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tPyfTsbCzP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tPyfTsbCzP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tPyfTsbCzP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tPyfTsbCzP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPyfTsbCzP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tPyfTsbCzP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tPyfTsbCzP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPyfTsbCzP .navbar-dropdown {
  position: fixed;
}
.cid-tPyfTsbCzP a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-tPyfTsbCzP .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tPyfTsbCzP .right-menu,
.cid-tPyfTsbCzP .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tPyfTsbCzP .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tPyfTsbCzP .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tPyfTsbCzP .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tPyfTsbCzP .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tPyfTsbCzP .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-tPyfTsbCzP .brand-container {
    padding: 0;
  }
}
.cid-tPyfTsbCzP .card-wrapper {
  z-index: 3;
}
.cid-tPyfTsbCzP .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-tPyfTsbCzP .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-tPyfTsbCzP .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-tPyfTsbCzP .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-tPyfTsbCzP .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-tPyfTsbCzP .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-tPyfTsbCzP .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tPyfTsbCzP .navbar-caption {
  color: #ffffff;
}
.cid-tPyfTsbCzP .navbar-caption:hover {
  color: #ffffff;
}
.cid-tPyfTsbCzP .dropdown-item:hover {
  color: #f29100 !important;
}
.cid-tPyfTsbCzP .dropdown-toggle:after {
  display: none;
}
.cid-tPyfTsbCzP a:hover .line-animation,
.cid-tPyfTsbCzP a:focus .line-animation {
  opacity: 1;
}
.cid-tPyfTsbCzP .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-tPyfTsbCzP .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tPyfTsbCzP .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-tPyfTsPMH6 {
  background-image: url("../../../assets/images/mbr-1920x1341.jpg");
}
.cid-tPyfTsPMH6 .slider-text-two {
  background: rgba(35, 35, 35, 0) none repeat scroll 0 0;
  backdrop-filter: blur(0px);
  padding: 50px 50px;
  outline: 0px solid #ffffff;
  outline-offset: 0px;
  box-shadow: -4px 0px -1px -16px #cebfaf;
  -moz-box-shadow: -4px 0px -1px -16px #cebfaf;
  -webkit-box-shadow: -4px 0px -1px -16px #cebfaf;
}
.cid-tPyfTsPMH6 .mbr-section-title {
  color: #ffffff;
}
.cid-tPyfTsPMH6 .mbr-text {
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 100;
}
.cid-tPyfTsPMH6 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tPyfTsPMH6 .mbr-figure img {
  height: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPyfTsPMH6 .slider-text-two {
    outline: 15px solid rgba(35, 35, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 991px) {
  .cid-tPyfTsPMH6 .mbr-figure img {
    width: 80% !important;
  }
}
.cid-tPyfTsPMH6 .snow1 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve1 10s infinite linear;
}
.cid-tPyfTsPMH6 .snow2 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve2 10s infinite linear;
  background-size: 800px;
  filter: blur(1.5px);
}
.cid-tPyfTsPMH6 .snow3 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve3 10s infinite linear;
  background-size: 1600px;
  filter: blur(1px);
}
@keyframes neve1 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 100px 650px;
  }
}
@keyframes neve2 {
  0% {
    background-position: 0px -100px;
  }
  100% {
    background-position: 0px 650px;
  }
}
@keyframes neve3 {
  0% {
    background-position: 0px 100px;
  }
  100% {
    background-position: 300px 650px;
  }
}
.cid-tPyfTsPMH6 H3 {
  color: #ffffff;
}
.cid-tRC3wN5n4S {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bgrd.svg");
}
.cid-tRC3wN5n4S .mbr-section-title {
  color: #f29100;
  text-align: center;
}
.cid-tRC3wN5n4S .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tRC1sPiCDp {
  padding-top: 0px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bgrd.svg");
}
.cid-tRC1sPiCDp .mbr-overlay {
  background-color: #000000;
  opacity: 0;
}
.cid-tRC1sPiCDp .form-control,
.cid-tRC1sPiCDp .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tRC1sPiCDp .form-control::-webkit-input-placeholder,
.cid-tRC1sPiCDp .field-input::-webkit-input-placeholder,
.cid-tRC1sPiCDp .form-control::-webkit-input-placeholder,
.cid-tRC1sPiCDp .field-input::-webkit-input-placeholder {
  color: #133d42;
}
.cid-tRC1sPiCDp .form-control:-moz-placeholder,
.cid-tRC1sPiCDp .field-input:-moz-placeholder,
.cid-tRC1sPiCDp .form-control:-moz-placeholder,
.cid-tRC1sPiCDp .field-input:-moz-placeholder {
  color: #133d42;
}
.cid-tRC1sPiCDp .form-control:hover,
.cid-tRC1sPiCDp .field-input:hover,
.cid-tRC1sPiCDp .form-control:focus,
.cid-tRC1sPiCDp .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-tRC1sPiCDp .form-control:hover::-webkit-input-placeholder,
.cid-tRC1sPiCDp .field-input:hover::-webkit-input-placeholder,
.cid-tRC1sPiCDp .form-control:focus::-webkit-input-placeholder,
.cid-tRC1sPiCDp .field-input:focus::-webkit-input-placeholder,
.cid-tRC1sPiCDp .form-control:hover::-webkit-input-placeholder,
.cid-tRC1sPiCDp .field-input:hover::-webkit-input-placeholder,
.cid-tRC1sPiCDp .form-control:focus::-webkit-input-placeholder,
.cid-tRC1sPiCDp .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-tRC1sPiCDp .form-control:hover:-moz-placeholder,
.cid-tRC1sPiCDp .field-input:hover:-moz-placeholder,
.cid-tRC1sPiCDp .form-control:focus:-moz-placeholder,
.cid-tRC1sPiCDp .field-input:focus:-moz-placeholder,
.cid-tRC1sPiCDp .form-control:hover:-moz-placeholder,
.cid-tRC1sPiCDp .field-input:hover:-moz-placeholder,
.cid-tRC1sPiCDp .form-control:focus:-moz-placeholder,
.cid-tRC1sPiCDp .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-tRC1sPiCDp .jq-number__spin:hover,
.cid-tRC1sPiCDp .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tRC1sPiCDp .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tRC1sPiCDp .jq-selectbox li,
.cid-tRC1sPiCDp .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tRC1sPiCDp .jq-selectbox li:hover,
.cid-tRC1sPiCDp .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-tRC1sPiCDp .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tRC1sPiCDp .jq-number__spin.minus:hover:after,
.cid-tRC1sPiCDp .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tRC1sPiCDp .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tRC1sPiCDp .jq-number__spin.minus:after,
.cid-tRC1sPiCDp .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-tRC1sPiCDp input::-webkit-clear-button {
  display: none;
}
.cid-tRC1sPiCDp input::-webkit-inner-spin-button {
  display: none;
}
.cid-tRC1sPiCDp input::-webkit-outer-spin-button {
  display: none;
}
.cid-tRC1sPiCDp input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tRD0Xn71sJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bgrd.svg");
}
@media (min-width: 992px) {
  .cid-tRD0Xn71sJ .text-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 1400px) {
  .cid-tRD0Xn71sJ .wrapper {
    padding: 0 6rem;
  }
}
.cid-tRD0Xn71sJ .mbr-text {
  color: #9a948d;
}
.cid-tRD0Xn71sJ .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tRD0Xn71sJ .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tRD0Xn71sJ .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tRD0Xn71sJ .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tRD0Xn71sJ .btn:hover .effectHover::before {
  border-top: 1px solid #f29100;
  border-left: 1px solid #f29100;
  transform: scale3d(1, 1, 1);
}
.cid-tRD0Xn71sJ .btn:hover .effectHover::after {
  border-bottom: 1px solid #f29100;
  border-right: 1px solid #f29100;
  transform: scale3d(1, 1, 1);
}
@media (min-width: 992px) {
  .cid-tRD0Xn71sJ .right {
    padding-right: 60px;
  }
}
.cid-tRD0Xn71sJ .mbr-section-title {
  color: #f29100;
}
.cid-tRDzbtGz3g {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #133d42;
}
.cid-tRDzbtGz3g .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-tRDzbtGz3g .row {
  border-bottom: 1px solid #808080;
}
.cid-tRDzbtGz3g H2 {
  color: #e7272d;
}
.cid-tRDzbtGz3g .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-tRDzbtGz3g .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-tRDzbtGz3g .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tRDzbtGz3g .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tRDzbtGz3g .col-lg-12 {
  overflow: hidden;
}
.cid-tRDzbtGz3g H4 {
  color: #f29100;
}
.cid-tRDzbtGz3g .mbr-text,
.cid-tRDzbtGz3g .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-tRDzbtGz3g .logo-wrap:before {
    content: none;
  }
  .cid-tRDzbtGz3g .logo-wrap:after {
    content: none;
  }
}
.cid-tRDzbtGz3g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRDzbtGz3g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRDzbtGz3g H3 {
  color: #f29100;
}
.cid-tRDBGAgQ04 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #133d42;
}
.cid-tRDBGAgQ04 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tRDBGAgQ04 .btn-social,
.cid-tRDBGAgQ04 .mbr-section-title {
  color: #57468b;
}
.cid-tRDBGAgQ04 .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #133d42;
}
.cid-tRDBGAgQ04 .soc-item span {
  font-size: 20px;
  color: #f29100 !important;
  transition: all 0.3s;
}
.cid-tRDBGAgQ04 .soc-item:hover {
  background: #f29100;
}
.cid-tRDBGAgQ04 .soc-item:hover span {
  color: #133d42 !important;
}
@media (max-width: 992px) {
  .cid-tRDBGAgQ04 .align-left,
  .cid-tRDBGAgQ04 .align-right {
    text-align: center;
  }
  .cid-tRDBGAgQ04 .social-list {
    justify-content: center;
  }
  .cid-tRDBGAgQ04 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tRDBGAgQ04 .mbr-text {
  color: #ffffff;
}
.cid-tPyg0MDzd9 {
  z-index: 1000;
  width: 100%;
}
.cid-tPyg0MDzd9 nav.navbar {
  position: fixed;
}
.cid-tPyg0MDzd9 .nav-link {
  transition: all .5s;
  border-bottom: 1px solid transparent;
  font-family: "Josefin Sans";
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-tPyg0MDzd9 .nav-link:hover,
.cid-tPyg0MDzd9 .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-tPyg0MDzd9 .nav-item {
    position: relative;
  }
}
.cid-tPyg0MDzd9 .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  position: absolute;
}
@media (min-width: 992px) {
  .cid-tPyg0MDzd9 .navbar {
    background: rgba(19, 61, 66, 0);
    border-bottom: 1px solid #C0BCB7;
  }
}
.cid-tPyg0MDzd9 .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #133d42 !important;
}
.cid-tPyg0MDzd9 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tPyg0MDzd9 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-tPyg0MDzd9 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tPyg0MDzd9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tPyg0MDzd9 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tPyg0MDzd9 .navbar.collapsed .navbar-collapse.show,
.cid-tPyg0MDzd9 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tPyg0MDzd9 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tPyg0MDzd9 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tPyg0MDzd9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tPyg0MDzd9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPyg0MDzd9 .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-tPyg0MDzd9 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tPyg0MDzd9 .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tPyg0MDzd9 .navbar .navbar-collapse.show,
  .cid-tPyg0MDzd9 .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-tPyg0MDzd9 .navbar .navbar-collapse.show .brand-container,
  .cid-tPyg0MDzd9 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tPyg0MDzd9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPyg0MDzd9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tPyg0MDzd9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPyg0MDzd9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tPyg0MDzd9 .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-tPyg0MDzd9 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tPyg0MDzd9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tPyg0MDzd9 .navbar .right-menu,
  .cid-tPyg0MDzd9 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tPyg0MDzd9 .navbar.navbar-short {
  min-height: 60px;
  background: #133d42 !important;
}
.cid-tPyg0MDzd9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tPyg0MDzd9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tPyg0MDzd9 .navbar {
    padding: 2rem 1rem;
  }
  .cid-tPyg0MDzd9 .navbar-collapse {
    padding-top: 0;
  }
}
.cid-tPyg0MDzd9 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tPyg0MDzd9 .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tPyg0MDzd9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPyg0MDzd9 .dropdown-item.active,
.cid-tPyg0MDzd9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tPyg0MDzd9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPyg0MDzd9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-tPyg0MDzd9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #133d42;
}
.cid-tPyg0MDzd9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPyg0MDzd9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPyg0MDzd9 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tPyg0MDzd9 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tPyg0MDzd9 .navbar-buttons {
  margin-left: auto;
}
.cid-tPyg0MDzd9 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-tPyg0MDzd9 button.navbar-toggler:hover {
  outline: none;
}
.cid-tPyg0MDzd9 button.navbar-toggler:active {
  outline: none;
}
.cid-tPyg0MDzd9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tPyg0MDzd9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tPyg0MDzd9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tPyg0MDzd9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tPyg0MDzd9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tPyg0MDzd9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPyg0MDzd9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tPyg0MDzd9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tPyg0MDzd9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPyg0MDzd9 .navbar-dropdown {
  position: fixed;
}
.cid-tPyg0MDzd9 a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-tPyg0MDzd9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tPyg0MDzd9 .right-menu,
.cid-tPyg0MDzd9 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tPyg0MDzd9 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tPyg0MDzd9 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tPyg0MDzd9 .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tPyg0MDzd9 .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tPyg0MDzd9 .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-tPyg0MDzd9 .brand-container {
    padding: 0;
  }
}
.cid-tPyg0MDzd9 .card-wrapper {
  z-index: 3;
}
.cid-tPyg0MDzd9 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-tPyg0MDzd9 .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-tPyg0MDzd9 .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-tPyg0MDzd9 .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-tPyg0MDzd9 .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-tPyg0MDzd9 .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-tPyg0MDzd9 .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tPyg0MDzd9 .navbar-caption {
  color: #ffffff;
}
.cid-tPyg0MDzd9 .navbar-caption:hover {
  color: #ffffff;
}
.cid-tPyg0MDzd9 .dropdown-item:hover {
  color: #f29100 !important;
}
.cid-tPyg0MDzd9 .dropdown-toggle:after {
  display: none;
}
.cid-tPyg0MDzd9 a:hover .line-animation,
.cid-tPyg0MDzd9 a:focus .line-animation {
  opacity: 1;
}
.cid-tPyg0MDzd9 .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-tPyg0MDzd9 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tPyg0MDzd9 .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-tPyg0NeQB1 {
  background-image: url("../../../assets/images/mbr-1920x1341.jpg");
}
.cid-tPyg0NeQB1 .slider-text-two {
  background: rgba(35, 35, 35, 0) none repeat scroll 0 0;
  backdrop-filter: blur(0px);
  padding: 50px 50px;
  outline: 0px solid #ffffff;
  outline-offset: 0px;
  box-shadow: -4px 0px -1px -16px #cebfaf;
  -moz-box-shadow: -4px 0px -1px -16px #cebfaf;
  -webkit-box-shadow: -4px 0px -1px -16px #cebfaf;
}
.cid-tPyg0NeQB1 .mbr-section-title {
  color: #ffffff;
}
.cid-tPyg0NeQB1 .mbr-text {
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 100;
}
.cid-tPyg0NeQB1 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tPyg0NeQB1 .mbr-figure img {
  height: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPyg0NeQB1 .slider-text-two {
    outline: 15px solid rgba(35, 35, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 991px) {
  .cid-tPyg0NeQB1 .mbr-figure img {
    width: 80% !important;
  }
}
.cid-tPyg0NeQB1 .snow1 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve1 10s infinite linear;
}
.cid-tPyg0NeQB1 .snow2 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve2 10s infinite linear;
  background-size: 800px;
  filter: blur(1.5px);
}
.cid-tPyg0NeQB1 .snow3 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve3 10s infinite linear;
  background-size: 1600px;
  filter: blur(1px);
}
@keyframes neve1 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 100px 650px;
  }
}
@keyframes neve2 {
  0% {
    background-position: 0px -100px;
  }
  100% {
    background-position: 0px 650px;
  }
}
@keyframes neve3 {
  0% {
    background-position: 0px 100px;
  }
  100% {
    background-position: 300px 650px;
  }
}
.cid-tPyg0NeQB1 H3 {
  color: #ffffff;
}
.cid-tPyO7nzKfk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bgrd.svg");
}
.cid-tPyO7nzKfk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPyO7nzKfk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPyO7nzKfk .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tPyO7nzKfk .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tPyO7nzKfk .container {
    padding: 0 20px;
  }
}
.cid-tPyO7nzKfk .row {
  justify-content: center;
}
.cid-tPyO7nzKfk .title-wrapper {
  padding: 40px 78px;
  background-color: #1b1b1b;
}
@media (max-width: 1200px) {
  .cid-tPyO7nzKfk .title-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-tPyO7nzKfk .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-tPyO7nzKfk .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tPyO7nzKfk .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPyO7nzKfk .dragArea.row {
  padding: 80px 78px;
  background-color: #133d42;
  margin: 0;
}
@media (max-width: 1200px) {
  .cid-tPyO7nzKfk .dragArea.row {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tPyO7nzKfk .dragArea.row {
    padding: 50px 25px;
  }
}
.cid-tPyO7nzKfk .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-tPyO7nzKfk .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
  width: 100%;
}
.cid-tPyO7nzKfk .dragArea.row .form-group .form-control {
  padding: 16px 20px;
  background-color: #ffffff;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0;
}
.cid-tPyO7nzKfk .dragArea.row .form-group .form-control:hover,
.cid-tPyO7nzKfk .dragArea.row .form-group .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tPyO7nzKfk .dragArea.row .form-group .form-control::placeholder {
  color: #f29100;
}
.cid-tPyO7nzKfk .dragArea.row .form-group .form-check {
  padding-left: 2.2em;
  margin: 0 0 20px;
}
.cid-tPyO7nzKfk .dragArea.row .form-group .form-check .form-check-input {
  border-radius: 0;
  background-color: transparent;
  border-color: #f29100;
}
.cid-tPyO7nzKfk .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-tPyO7nzKfk .mbr-section-title {
  color: #c2b299;
}
.cid-tPyO7nzKfk .mbr-text {
  color: #e4dfd4;
}
.cid-tPyO7nzKfk label {
  color: #c2b299;
}
.cid-tPyO7nzKfk .mbr-section-title,
.cid-tPyO7nzKfk .mbr-section-btn {
  color: #f29100;
}
.cid-tRDCSR4L8t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dsc09015-2000x3000.jpeg");
}
.cid-tRDCSR4L8t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRDCSR4L8t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRDCSR4L8t .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tRDCSR4L8t .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tRDCSR4L8t .container {
    padding: 0 20px;
  }
}
.cid-tRDCSR4L8t .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-tRDCSR4L8t .title-wrapper {
    padding: 50px 0;
  }
}
.cid-tRDCSR4L8t .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tRDCSR4L8t .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tRDCSR4L8t .mbr-section-title {
  color: #ffffff;
}
.cid-tRDCSR4L8t .mbr-section-title,
.cid-tRDCSR4L8t .mbr-section-btn {
  text-align: center;
  color: #f29100;
}
.cid-tPyPDM2odW .google-map {
  height: 25rem;
  position: relative;
}
.cid-tPyPDM2odW .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tPyPDM2odW .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tPyPDM2odW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tPyPDM2odW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tRDzbtGz3g {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #133d42;
}
.cid-tRDzbtGz3g .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-tRDzbtGz3g .row {
  border-bottom: 1px solid #808080;
}
.cid-tRDzbtGz3g H2 {
  color: #e7272d;
}
.cid-tRDzbtGz3g .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-tRDzbtGz3g .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-tRDzbtGz3g .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tRDzbtGz3g .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tRDzbtGz3g .col-lg-12 {
  overflow: hidden;
}
.cid-tRDzbtGz3g H4 {
  color: #f29100;
}
.cid-tRDzbtGz3g .mbr-text,
.cid-tRDzbtGz3g .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-tRDzbtGz3g .logo-wrap:before {
    content: none;
  }
  .cid-tRDzbtGz3g .logo-wrap:after {
    content: none;
  }
}
.cid-tRDzbtGz3g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRDzbtGz3g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRDzbtGz3g H3 {
  color: #f29100;
}
.cid-tRDBGAgQ04 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #133d42;
}
.cid-tRDBGAgQ04 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tRDBGAgQ04 .btn-social,
.cid-tRDBGAgQ04 .mbr-section-title {
  color: #57468b;
}
.cid-tRDBGAgQ04 .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #133d42;
}
.cid-tRDBGAgQ04 .soc-item span {
  font-size: 20px;
  color: #f29100 !important;
  transition: all 0.3s;
}
.cid-tRDBGAgQ04 .soc-item:hover {
  background: #f29100;
}
.cid-tRDBGAgQ04 .soc-item:hover span {
  color: #133d42 !important;
}
@media (max-width: 992px) {
  .cid-tRDBGAgQ04 .align-left,
  .cid-tRDBGAgQ04 .align-right {
    text-align: center;
  }
  .cid-tRDBGAgQ04 .social-list {
    justify-content: center;
  }
  .cid-tRDBGAgQ04 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tRDBGAgQ04 .mbr-text {
  color: #ffffff;
}
