body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.4rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ffdd00 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffdd00 !important;
  border-color: #ffdd00 !important;
  color: #000000 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #000000 !important;
  background-color: #b39b00 !important;
  border-color: #b39b00 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #b39b00 !important;
  border-color: #b39b00 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #998500;
  color: #998500;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000;
  background-color: #ffdd00;
  border-color: #ffdd00;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #ffdd00 !important;
  border-color: #ffdd00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffdd00 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #998500 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffdd00;
  border-color: #ffdd00;
  color: #191600;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffdd00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff8cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ffdd00;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ffdd00;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ffdd00;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffdd00;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffdd00;
  border-bottom-color: #ffdd00;
}
.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: #ffdd00 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23ffdd00' %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.3;
}
.cid-qTkA127IK8 {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/jumbotron.jpg");
}
.cid-rljz1aWj69 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-rljz1aWj69 .mbr-section-text {
  color: #767676;
}
.cid-rljz1aWj69 .mbr-section-subtitle {
  color: #767676;
}
.cid-rljz1aWj69 .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rljz1aWj69 .mbr-iconfont {
  font-size: 48px;
}
.cid-rljz1aWj69 .card-img {
  margin-bottom: 1.5rem;
}
.cid-rljz1aWj69 .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rljz1aWj69 .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-rljz1aWj69 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-rljz1aWj69 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #767676;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #767676;
}
.cid-rljz1aWj69 .nav-tabs .nav-link:hover {
  background: #149dcc;
}
.cid-rljz1aWj69 .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #149dcc;
  background: #149dcc;
}
.cid-rljz1aWj69 .nav-tabs .nav-link.active:hover {
  border: 2px solid #149dcc;
}
.cid-rljyWZthSg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rljyWZthSg .mbr-section-subtitle {
  color: #767676;
}
.cid-rljyWZthSg .formoid {
  margin: auto;
}
.cid-rljyWZthSg .form-control {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-rljyWZthSg .input-group-btn .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0 !important;
}
.cid-rljyWZthSg a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-rljyWZthSg a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
@media (max-width: 768px) {
  .cid-rljyWZthSg .mbr-form .row {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rljyWZthSg .form-group,
  .cid-rljyWZthSg .input-group-btn,
  .cid-rljyWZthSg .input-group-btn .btn {
    max-width: 300px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .cid-rljyWZthSg .mbr-form .row > * {
    padding: 0 0.5rem;
  }
}
.cid-qTkAaeaxX5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qTkAaeaxX5 .content {
    text-align: center;
  }
  .cid-qTkAaeaxX5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTkAaeaxX5 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTkAaeaxX5 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTkAaeaxX5 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTkAaeaxX5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTkAaeaxX5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTkAaeaxX5 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTkAaeaxX5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTkAaeaxX5 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTkAaeaxX5 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTkAaeaxX5 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTkAaeaxX5 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-t2FFrAwh5x {
  background-image: url("../../../assets/images/z7ii-full-2000x812.jpg");
}
.cid-t2FFrAwh5x .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t2FFrAwh5x .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t2FFrAwh5x .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t2FFrAwh5x .mbr-section-title {
  color: #ffffff;
}
.cid-t2FFrAwh5x .mbr-text,
.cid-t2FFrAwh5x .mbr-section-btn,
.cid-t2FFrAwh5x .social-row {
  color: #ffffff;
}
.cid-t2FRSwk9m1 {
  padding-top: 45px;
  padding-bottom: 150px;
  background-color: #000000;
}
.cid-t2FRSwk9m1 H2 {
  color: #e7272d;
}
@media (min-width: 992px) {
  .cid-t2FRSwk9m1 .row {
    position: relative;
  }
  .cid-t2FRSwk9m1 .row .mbr-figure {
    width: 500px;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -150px;
  }
  .cid-t2FRSwk9m1 .row .mbr-figure img {
    max-width: 600px;
  }
}
.cid-t2FRSwk9m1 img {
  max-width: 600px;
  margin: auto;
}
.cid-t2FGMHKbKm {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t2FGMHKbKm .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t2FGMHKbKm .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t2FGMHKbKm .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t2FGMHKbKm .mbr-section-title {
  color: #ffffff;
}
.cid-t2FGMHKbKm .mbr-text,
.cid-t2FGMHKbKm .mbr-section-btn,
.cid-t2FGMHKbKm .social-row {
  color: #ffffff;
}
.cid-t2scLOM9qS {
  background-image: url("../../../assets/images/perfection-full-width-1-xl-2000x857.jpg");
}
.cid-t2scLOM9qS H2 {
  color: #89b758;
}
.cid-t2scLOM9qS .mbr-text,
.cid-t2scLOM9qS .mbr-section-btn {
  color: #808080;
}
.cid-t2scLOM9qS img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-t2scLOM9qS img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-t2scLOM9qS H1 {
  color: #29361a;
}
.cid-t2FyolbTcL {
  background-image: url("../../../assets/images/perfection-full-width-2-xl-2000x857.jpg");
}
.cid-t2FyolbTcL H2 {
  color: #89b758;
}
.cid-t2FyolbTcL .mbr-text,
.cid-t2FyolbTcL .mbr-section-btn {
  color: #808080;
}
.cid-t2FyolbTcL img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-t2FyolbTcL img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-t2FyolbTcL H1 {
  color: #29361a;
}
.cid-t2FyDYVoOP {
  background-image: url("../../../assets/images/perfection-full-width-3-xl-2000x857.jpg");
}
.cid-t2FyDYVoOP H2 {
  color: #89b758;
}
.cid-t2FyDYVoOP .mbr-text,
.cid-t2FyDYVoOP .mbr-section-btn {
  color: #808080;
}
.cid-t2FyDYVoOP img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-t2FyDYVoOP img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-t2FyDYVoOP H1 {
  color: #29361a;
}
.cid-t2FuvGXCvH {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-t2FuvGXCvH img,
.cid-t2FuvGXCvH .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t2FuvGXCvH .item:focus,
.cid-t2FuvGXCvH span:focus {
  outline: none;
}
.cid-t2FuvGXCvH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t2FuvGXCvH .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t2FuvGXCvH .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2FuvGXCvH .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t2FuvGXCvH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2FuvGXCvH .mbr-section-title {
  color: #ffffff;
}
.cid-t2FuvGXCvH .mbr-text,
.cid-t2FuvGXCvH .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-t2FuvGXCvH .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-t2FuvGXCvH .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-t2FuvGXCvH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2FAhZxtb2 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-t2FAhZxtb2 h2 {
  text-align: left;
}
.cid-t2FAhZxtb2 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t2FAhZxtb2 p {
  color: #767676;
  text-align: left;
}
.cid-t2FAhZxtb2 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t2FAhZxtb2 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t2FAhZxtb2 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t2FAhZxtb2 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t2FAhZxtb2 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t2FAhZxtb2 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t2FAhZxtb2 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t2FAhZxtb2 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-t2FAhZxtb2 .card-img span {
    font-size: 40px !important;
  }
}
.cid-t2FAhZxtb2 H2 {
  color: #ffffff;
}
.cid-t2FAhZxtb2 H4 {
  color: #ffffff;
}
.cid-t2FC9TGZ7K {
  background-image: url("../../../assets/images/autofocus-full-width-xl-es-2000x857.jpg");
}
.cid-t2FC9TGZ7K .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t2FC9TGZ7K .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t2FC9TGZ7K .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t2FC9TGZ7K .mbr-section-title {
  color: #ffffff;
}
.cid-t2FC9TGZ7K .mbr-text,
.cid-t2FC9TGZ7K .mbr-section-btn,
.cid-t2FC9TGZ7K .social-row {
  color: #ffffff;
}
.cid-t2FCSL3zXq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-t2FCSL3zXq h2 {
  text-align: left;
}
.cid-t2FCSL3zXq h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t2FCSL3zXq p {
  color: #767676;
  text-align: left;
}
.cid-t2FCSL3zXq .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t2FCSL3zXq .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t2FCSL3zXq .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t2FCSL3zXq .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t2FCSL3zXq .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t2FCSL3zXq .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t2FCSL3zXq .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t2FCSL3zXq .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-t2FCSL3zXq .card-img span {
    font-size: 40px !important;
  }
}
.cid-t2FCSL3zXq H2 {
  color: #ffffff;
}
.cid-t2FCSL3zXq H4 {
  color: #ffffff;
}
.cid-t2FDxxuvoj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-t2FDxxuvoj h2 {
  text-align: left;
}
.cid-t2FDxxuvoj h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t2FDxxuvoj p {
  color: #767676;
  text-align: left;
}
.cid-t2FDxxuvoj .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t2FDxxuvoj .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t2FDxxuvoj .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t2FDxxuvoj .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t2FDxxuvoj .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t2FDxxuvoj .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t2FDxxuvoj .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-t2FDxxuvoj .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-t2FDxxuvoj .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-t2FDxxuvoj .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-t2FDxxuvoj .card-img span {
    font-size: 40px !important;
  }
}
.cid-t2FDxxuvoj H2 {
  color: #ffffff;
}
.cid-t2FDxxuvoj H4 {
  color: #ffffff;
}
.cid-t2Fx6oreCD {
  background-image: url("../../../assets/images/eye-detection-full-width-xl-2000x857.jpg");
}
.cid-t2Fx6oreCD .mbr-section-title {
  color: #ffffff;
}
.cid-t2Fx6oreCD .mbr-text,
.cid-t2Fx6oreCD .mbr-section-btn {
  color: #ffffff;
}
.cid-t2GpPaW4Fy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-t2GpPaW4Fy h2 {
  text-align: left;
}
.cid-t2GpPaW4Fy h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t2GpPaW4Fy p {
  color: #767676;
  text-align: left;
}
.cid-t2GpPaW4Fy .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t2GpPaW4Fy .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t2GpPaW4Fy .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t2GpPaW4Fy .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t2GpPaW4Fy .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t2GpPaW4Fy .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t2GpPaW4Fy .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-t2GpPaW4Fy .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-t2GpPaW4Fy .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-t2GpPaW4Fy .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-t2GpPaW4Fy .card-img span {
    font-size: 40px !important;
  }
}
.cid-t2GpPaW4Fy H2 {
  color: #ffffff;
}
.cid-t2GpPaW4Fy H4 {
  color: #ffffff;
}
.cid-t2GqdR9IN8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-t2GqdR9IN8 h2 {
  text-align: left;
}
.cid-t2GqdR9IN8 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t2GqdR9IN8 p {
  color: #767676;
  text-align: left;
}
.cid-t2GqdR9IN8 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t2GqdR9IN8 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t2GqdR9IN8 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t2GqdR9IN8 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t2GqdR9IN8 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t2GqdR9IN8 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992) {
  .cid-t2GqdR9IN8 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991) {
  .cid-t2GqdR9IN8 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-t2GqdR9IN8 .card-img span {
    font-size: 40px !important;
  }
}
.cid-t2GqdR9IN8 H2 {
  color: #ffffff;
}
.cid-t2GqdR9IN8 H4 {
  color: #ffffff;
}
.cid-t2GrBLnbjU {
  background-image: url("../../../assets/images/video-full-width-xl-2000x857.jpg");
}
.cid-t2GrBLnbjU .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t2GrBLnbjU .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t2GrBLnbjU .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t2GrBLnbjU .mbr-section-title {
  color: #ffffff;
}
.cid-t2GrBLnbjU .mbr-text,
.cid-t2GrBLnbjU .mbr-section-btn,
.cid-t2GrBLnbjU .social-row {
  color: #ffffff;
}
.cid-t2GsFnolVA {
  background-image: url("../../../assets/images/z6ii-full-2000x812.jpg");
}
.cid-t2GsFnolVA .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t2GsFnolVA .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t2GsFnolVA .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t2GsFnolVA .mbr-section-title {
  color: #ffffff;
}
.cid-t2GsFnolVA .mbr-text,
.cid-t2GsFnolVA .mbr-section-btn,
.cid-t2GsFnolVA .social-row {
  color: #ffffff;
}
.cid-t2GsFo3rtd {
  padding-top: 90px;
  padding-bottom: 150px;
  background-color: #000000;
}
.cid-t2GsFo3rtd H2 {
  color: #e7272d;
}
@media (min-width: 992px) {
  .cid-t2GsFo3rtd .row {
    position: relative;
  }
  .cid-t2GsFo3rtd .row .mbr-figure {
    width: 500px;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -150px;
  }
  .cid-t2GsFo3rtd .row .mbr-figure img {
    max-width: 600px;
  }
}
.cid-t2GsFo3rtd img {
  max-width: 600px;
  margin: auto;
}
.cid-t2GsFonXbp {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t2GsFonXbp .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t2GsFonXbp .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t2GsFonXbp .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t2GsFonXbp .mbr-section-title {
  color: #ffffff;
}
.cid-t2GsFonXbp .mbr-text,
.cid-t2GsFonXbp .mbr-section-btn,
.cid-t2GsFonXbp .social-row {
  color: #ffffff;
}
.cid-t2GsFoINcq {
  background-image: url("../../../assets/images/versatility-full-width-3-xl-2000x857.jpg");
}
.cid-t2GsFoINcq H2 {
  color: #89b758;
}
.cid-t2GsFoINcq .mbr-text,
.cid-t2GsFoINcq .mbr-section-btn {
  color: #808080;
}
.cid-t2GsFoINcq img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-t2GsFoINcq img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-t2GsFoINcq H1 {
  color: #29361a;
}
.cid-t2GsFpichx {
  background-image: url("../../../assets/images/versatility-full-width-2-xl-2000x857.jpg");
}
.cid-t2GsFpichx H2 {
  color: #89b758;
}
.cid-t2GsFpichx .mbr-text,
.cid-t2GsFpichx .mbr-section-btn {
  color: #808080;
}
.cid-t2GsFpichx img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-t2GsFpichx img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-t2GsFpichx H1 {
  color: #29361a;
}
.cid-t2GsFpxUt7 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-t2GsFpxUt7 img,
.cid-t2GsFpxUt7 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t2GsFpxUt7 .item:focus,
.cid-t2GsFpxUt7 span:focus {
  outline: none;
}
.cid-t2GsFpxUt7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t2GsFpxUt7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t2GsFpxUt7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2GsFpxUt7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t2GsFpxUt7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2GsFpxUt7 .mbr-section-title {
  color: #ffffff;
}
.cid-t2GsFpxUt7 .mbr-text,
.cid-t2GsFpxUt7 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-t2GsFpxUt7 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-t2GsFpxUt7 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-t2GsFpxUt7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2GsFq3rSG {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-t2GsFq3rSG h2 {
  text-align: left;
}
.cid-t2GsFq3rSG h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t2GsFq3rSG p {
  color: #767676;
  text-align: left;
}
.cid-t2GsFq3rSG .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t2GsFq3rSG .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t2GsFq3rSG .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t2GsFq3rSG .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t2GsFq3rSG .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t2GsFq3rSG .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t2GsFq3rSG .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t2GsFq3rSG .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-t2GsFq3rSG .card-img span {
    font-size: 40px !important;
  }
}
.cid-t2GsFq3rSG H2 {
  color: #ffffff;
}
.cid-t2GsFq3rSG H4 {
  color: #ffffff;
}
.cid-t2GsFqpRO4 {
  background-image: url("../../../assets/images/autofocus-full-width-xl-1-2000x857.jpg");
}
.cid-t2GsFqpRO4 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t2GsFqpRO4 .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t2GsFqpRO4 .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t2GsFqpRO4 .mbr-section-title {
  color: #ffffff;
}
.cid-t2GsFqpRO4 .mbr-text,
.cid-t2GsFqpRO4 .mbr-section-btn,
.cid-t2GsFqpRO4 .social-row {
  color: #ffffff;
}
.cid-t2GsFqMk26 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-t2GsFqMk26 h2 {
  text-align: left;
}
.cid-t2GsFqMk26 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t2GsFqMk26 p {
  color: #767676;
  text-align: left;
}
.cid-t2GsFqMk26 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t2GsFqMk26 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t2GsFqMk26 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t2GsFqMk26 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t2GsFqMk26 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t2GsFqMk26 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t2GsFqMk26 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t2GsFqMk26 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-t2GsFqMk26 .card-img span {
    font-size: 40px !important;
  }
}
.cid-t2GsFqMk26 H2 {
  color: #ffffff;
}
.cid-t2GsFqMk26 H4 {
  color: #ffffff;
}
.cid-t2GsFrePUf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-t2GsFrePUf h2 {
  text-align: left;
}
.cid-t2GsFrePUf h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t2GsFrePUf p {
  color: #767676;
  text-align: left;
}
.cid-t2GsFrePUf .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t2GsFrePUf .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t2GsFrePUf .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t2GsFrePUf .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t2GsFrePUf .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t2GsFrePUf .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t2GsFrePUf .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-t2GsFrePUf .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-t2GsFrePUf .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-t2GsFrePUf .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-t2GsFrePUf .card-img span {
    font-size: 40px !important;
  }
}
.cid-t2GsFrePUf H2 {
  color: #ffffff;
}
.cid-t2GsFrePUf H4 {
  color: #ffffff;
}
.cid-t2GsFrCe08 {
  background-image: url("../../../assets/images/eye-detection-full-width-xl-1-2000x857.jpg");
}
.cid-t2GsFrCe08 .mbr-section-title {
  color: #ffffff;
}
.cid-t2GsFrCe08 .mbr-text,
.cid-t2GsFrCe08 .mbr-section-btn {
  color: #ffffff;
}
.cid-t2GsFrU2wa {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-t2GsFrU2wa h2 {
  text-align: left;
}
.cid-t2GsFrU2wa h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t2GsFrU2wa p {
  color: #767676;
  text-align: left;
}
.cid-t2GsFrU2wa .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t2GsFrU2wa .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t2GsFrU2wa .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t2GsFrU2wa .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t2GsFrU2wa .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t2GsFrU2wa .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t2GsFrU2wa .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-t2GsFrU2wa .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-t2GsFrU2wa .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-t2GsFrU2wa .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-t2GsFrU2wa .card-img span {
    font-size: 40px !important;
  }
}
.cid-t2GsFrU2wa H2 {
  color: #ffffff;
}
.cid-t2GsFrU2wa H4 {
  color: #ffffff;
}
.cid-t2GsFsfe9Z {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-t2GsFsfe9Z h2 {
  text-align: left;
}
.cid-t2GsFsfe9Z h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t2GsFsfe9Z p {
  color: #767676;
  text-align: left;
}
.cid-t2GsFsfe9Z .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t2GsFsfe9Z .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t2GsFsfe9Z .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t2GsFsfe9Z .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t2GsFsfe9Z .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t2GsFsfe9Z .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992) {
  .cid-t2GsFsfe9Z .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991) {
  .cid-t2GsFsfe9Z .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-t2GsFsfe9Z .card-img span {
    font-size: 40px !important;
  }
}
.cid-t2GsFsfe9Z H2 {
  color: #ffffff;
}
.cid-t2GsFsfe9Z H4 {
  color: #ffffff;
}
.cid-t2GsFsGTbm {
  background-image: url("../../../assets/images/video-poster-full-1400x788.jpg");
}
.cid-t2GsFsGTbm .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t2GsFsGTbm .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t2GsFsGTbm .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t2GsFsGTbm .mbr-section-title {
  color: #ffffff;
}
.cid-t2GsFsGTbm .mbr-text,
.cid-t2GsFsGTbm .mbr-section-btn,
.cid-t2GsFsGTbm .social-row {
  color: #ffffff;
}
.cid-t2Gxt8PSYf {
  background-image: url("../../../assets/images/z5-full-2000x812.jpg");
}
.cid-t2Gxt8PSYf .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t2Gxt8PSYf .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t2Gxt8PSYf .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t2Gxt8PSYf .mbr-section-title {
  color: #ffffff;
}
.cid-t2Gxt8PSYf .mbr-text,
.cid-t2Gxt8PSYf .mbr-section-btn,
.cid-t2Gxt8PSYf .social-row {
  color: #ffffff;
}
.cid-t2GxtaGND7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t2GxtaGND7 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t2GxtaGND7 .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t2GxtaGND7 .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t2GxtaGND7 .mbr-section-title {
  color: #ffffff;
}
.cid-t2GxtaGND7 .mbr-text,
.cid-t2GxtaGND7 .mbr-section-btn,
.cid-t2GxtaGND7 .social-row {
  color: #ffffff;
}
.cid-t2GAG8xmp7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t2GAG8xmp7 H1 {
  color: #000000;
}
.cid-t2GAG8xmp7 .mbr-text,
.cid-t2GAG8xmp7 .mbr-section-btn {
  color: #000000;
}
.cid-t2GAG8xmp7 H3 {
  color: #716c80;
}
.cid-t2Gxtio3B5 {
  background-image: url("../../../assets/images/full-width-expansive-xl-2000x571.jpg");
}
.cid-t2Gxtio3B5 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t2Gxtio3B5 .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t2Gxtio3B5 .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t2Gxtio3B5 .mbr-section-title {
  color: #ffffff;
}
.cid-t2Gxtio3B5 .mbr-text,
.cid-t2Gxtio3B5 .mbr-section-btn,
.cid-t2Gxtio3B5 .social-row {
  color: #ffffff;
}
.cid-t2GxtcWZhH {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t2GxtcWZhH img,
.cid-t2GxtcWZhH .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t2GxtcWZhH .item:focus,
.cid-t2GxtcWZhH span:focus {
  outline: none;
}
.cid-t2GxtcWZhH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t2GxtcWZhH .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t2GxtcWZhH .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2GxtcWZhH .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t2GxtcWZhH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2GxtcWZhH .mbr-section-title {
  color: #000000;
}
.cid-t2GxtcWZhH .mbr-text,
.cid-t2GxtcWZhH .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-t2GxtcWZhH .item-title {
  text-align: left;
  color: #000000;
}
.cid-t2GxtcWZhH .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-t2GxtcWZhH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2GxtgxTlY {
  background-image: url("../../../assets/images/full-width-lighting-xl-2000x857.jpg");
}
.cid-t2GxtgxTlY .mbr-section-title {
  color: #ffffff;
}
.cid-t2GxtgxTlY .mbr-text,
.cid-t2GxtgxTlY .mbr-section-btn {
  color: #ffffff;
}
.cid-t2GCCqsORg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t2GCCqsORg H1 {
  color: #000000;
}
.cid-t2GCCqsORg .mbr-text,
.cid-t2GCCqsORg .mbr-section-btn {
  color: #000000;
}
.cid-t2GCCqsORg H3 {
  color: #716c80;
}
.cid-t2GxtdPqkF {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t2GxtdPqkF h2 {
  text-align: left;
}
.cid-t2GxtdPqkF h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t2GxtdPqkF p {
  color: #767676;
  text-align: left;
}
.cid-t2GxtdPqkF .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t2GxtdPqkF .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t2GxtdPqkF .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t2GxtdPqkF .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t2GxtdPqkF .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t2GxtdPqkF .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t2GxtdPqkF .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t2GxtdPqkF .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-t2GxtdPqkF .card-img span {
    font-size: 40px !important;
  }
}
.cid-t2GxtdPqkF H2 {
  color: #000000;
}
.cid-t2GxtdPqkF H4 {
  color: #000000;
}
.cid-t2GxtezV6m {
  background-image: url("../../../assets/images/full-width-silent-xl-es-2000x857.jpg");
}
.cid-t2GxtezV6m .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t2GxtezV6m .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t2GxtezV6m .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t2GxtezV6m .mbr-section-title {
  color: #ffffff;
}
.cid-t2GxtezV6m .mbr-text,
.cid-t2GxtezV6m .mbr-section-btn,
.cid-t2GxtezV6m .social-row {
  color: #ffffff;
}
.cid-t2GxtfixAF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-t2GxtfixAF h2 {
  text-align: left;
}
.cid-t2GxtfixAF h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t2GxtfixAF p {
  color: #767676;
  text-align: left;
}
.cid-t2GxtfixAF .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t2GxtfixAF .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t2GxtfixAF .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t2GxtfixAF .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t2GxtfixAF .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t2GxtfixAF .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t2GxtfixAF .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t2GxtfixAF .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-t2GxtfixAF .card-img span {
    font-size: 40px !important;
  }
}
.cid-t2GxtfixAF H2 {
  color: #000000;
}
.cid-t2GxtfixAF H4 {
  color: #000000;
}
.cid-t2GEiyiZbN {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t2GEiyiZbN H1 {
  color: #000000;
}
.cid-t2GEiyiZbN .mbr-text,
.cid-t2GEiyiZbN .mbr-section-btn {
  color: #000000;
}
.cid-t2GEiyiZbN H3 {
  color: #716c80;
}
.cid-t2GEw0XIFE {
  background-image: url("../../../assets/images/full-width-focus-xl-2000x857.jpg");
}
.cid-t2GEw0XIFE H2 {
  color: #89b758;
}
.cid-t2GEw0XIFE .mbr-text,
.cid-t2GEw0XIFE .mbr-section-btn {
  color: #808080;
}
.cid-t2GEw0XIFE img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-t2GEw0XIFE img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-t2GEw0XIFE H1 {
  color: #29361a;
}
.cid-t2GFeMGT49 {
  background-image: url("../../../assets/images/hero-03-xl-2000x1200.jpg");
}
.cid-t2GFeMGT49 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t2GFeMGT49 .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t2GFeMGT49 .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t2GFeMGT49 .mbr-section-title {
  color: #ffffff;
}
.cid-t2GFeMGT49 .mbr-text,
.cid-t2GFeMGT49 .mbr-section-btn,
.cid-t2GFeMGT49 .social-row {
  color: #ffffff;
}
.cid-t2HXg3SoKN {
  padding-top: 30px;
  padding-bottom: 180px;
  background-color: #000000;
}
.cid-t2HXg3SoKN H2 {
  color: #e7272d;
}
@media (min-width: 992px) {
  .cid-t2HXg3SoKN .row {
    position: relative;
  }
  .cid-t2HXg3SoKN .row .mbr-figure {
    width: 500px;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -150px;
  }
  .cid-t2HXg3SoKN .row .mbr-figure img {
    max-width: 600px;
  }
}
.cid-t2HXg3SoKN img {
  max-width: 500px;
  margin: auto;
}
.cid-t2GFeNVdRn {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t2GFeNVdRn .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t2GFeNVdRn .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t2GFeNVdRn .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t2GFeNVdRn .mbr-section-title {
  color: #ffffff;
}
.cid-t2GFeNVdRn .mbr-text,
.cid-t2GFeNVdRn .mbr-section-btn,
.cid-t2GFeNVdRn .social-row {
  color: #ffffff;
}
.cid-t2GFeOngGG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t2GFeOngGG H1 {
  color: #000000;
}
.cid-t2GFeOngGG .mbr-text,
.cid-t2GFeOngGG .mbr-section-btn {
  color: #000000;
}
.cid-t2GFeOngGG H3 {
  color: #716c80;
}
.cid-t2GFeOObwU {
  background-image: url("../../../assets/images/city-skyline3-1900x932.jpg");
}
.cid-t2GFeOObwU .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t2GFeOObwU .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t2GFeOObwU .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t2GFeOObwU .mbr-section-title {
  color: #ffffff;
}
.cid-t2GFeOObwU .mbr-text,
.cid-t2GFeOObwU .mbr-section-btn,
.cid-t2GFeOObwU .social-row {
  color: #ffffff;
}
.cid-t2I2SEuUgx {
  padding-top: 0px;
  padding-bottom: 180px;
  background-color: #ffffff;
}
.cid-t2I2SEuUgx H2 {
  color: #e7272d;
}
@media (min-width: 992px) {
  .cid-t2I2SEuUgx .row {
    position: relative;
  }
  .cid-t2I2SEuUgx .row .mbr-figure {
    width: 600px;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -150px;
  }
  .cid-t2I2SEuUgx .row .mbr-figure img {
    max-width: 600px;
  }
}
.cid-t2I2SEuUgx img {
  max-width: 500px;
  margin: auto;
}
.cid-t2GFeRNHbR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-t2GFeRNHbR h2 {
  text-align: left;
}
.cid-t2GFeRNHbR h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t2GFeRNHbR p {
  color: #767676;
  text-align: left;
}
.cid-t2GFeRNHbR .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t2GFeRNHbR .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t2GFeRNHbR .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t2GFeRNHbR .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t2GFeRNHbR .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t2GFeRNHbR .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t2GFeRNHbR .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t2GFeRNHbR .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-t2GFeRNHbR .card-img span {
    font-size: 40px !important;
  }
}
.cid-t2GFeRNHbR H2 {
  color: #000000;
}
.cid-t2GFeRNHbR H4 {
  color: #000000;
}
.cid-t2I3LdGsvP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-t2I3LdGsvP h2 {
  text-align: left;
}
.cid-t2I3LdGsvP h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t2I3LdGsvP p {
  color: #767676;
  text-align: left;
}
.cid-t2I3LdGsvP .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t2I3LdGsvP .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t2I3LdGsvP .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t2I3LdGsvP .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t2I3LdGsvP .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t2I3LdGsvP .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t2I3LdGsvP .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-t2I3LdGsvP .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-t2I3LdGsvP .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-t2I3LdGsvP .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-t2I3LdGsvP .card-img span {
    font-size: 40px !important;
  }
}
.cid-t2I3LdGsvP H2 {
  color: #000000;
}
.cid-t2I3LdGsvP H4 {
  color: #000000;
}
.cid-t2I42QRtJn {
  padding-top: 0px;
  padding-bottom: 180px;
  background-color: #ffffff;
}
.cid-t2I42QRtJn H2 {
  color: #e7272d;
}
@media (min-width: 992px) {
  .cid-t2I42QRtJn .row {
    position: relative;
  }
  .cid-t2I42QRtJn .row .mbr-figure {
    width: 400px;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -150px;
  }
  .cid-t2I42QRtJn .row .mbr-figure img {
    max-width: 600px;
  }
}
.cid-t2I42QRtJn img {
  max-width: 500px;
  margin: auto;
}
.cid-t2I58QnbMA {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t2I58QnbMA .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2I58QnbMA .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-t2I58QnbMA .mbr-section-title {
  color: #000000;
}
.cid-t2I58QnbMA .mbr-text,
.cid-t2I58QnbMA .mbr-section-btn {
  color: #000000;
}
.cid-t2GFePoSU2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2GFePoSU2 img,
.cid-t2GFePoSU2 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t2GFePoSU2 .item:focus,
.cid-t2GFePoSU2 span:focus {
  outline: none;
}
.cid-t2GFePoSU2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t2GFePoSU2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t2GFePoSU2 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2GFePoSU2 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t2GFePoSU2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2GFePoSU2 .mbr-section-title {
  color: #000000;
}
.cid-t2GFePoSU2 .mbr-text,
.cid-t2GFePoSU2 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-t2GFePoSU2 .item-title {
  text-align: left;
  color: #000000;
}
.cid-t2GFePoSU2 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-t2GFePoSU2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2GFePZwzj {
  background-image: url("../../../assets/images/canoe-video-bg-1400x788.jpg");
}
.cid-t2GFePZwzj .mbr-section-title {
  color: #ffffff;
}
.cid-t2GFePZwzj .mbr-text,
.cid-t2GFePZwzj .mbr-section-btn {
  color: #ffffff;
}
.cid-t2I6LOPGqq {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t2I6LOPGqq .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2I6LOPGqq .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-t2I6LOPGqq .mbr-section-title {
  color: #000000;
}
.cid-t2I6LOPGqq .mbr-text,
.cid-t2I6LOPGqq .mbr-section-btn {
  color: #000000;
}
.cid-t2GFeRgXB8 {
  background-image: url("../../../assets/images/little-fierce-1400x600.jpg");
}
.cid-t2GFeRgXB8 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t2GFeRgXB8 .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t2GFeRgXB8 .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t2GFeRgXB8 .mbr-section-title {
  color: #ffffff;
}
.cid-t2GFeRgXB8 .mbr-text,
.cid-t2GFeRgXB8 .mbr-section-btn,
.cid-t2GFeRgXB8 .social-row {
  color: #ffffff;
}
.cid-t2GFeQnHHb {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t2GFeQnHHb H1 {
  color: #000000;
}
.cid-t2GFeQnHHb .mbr-text,
.cid-t2GFeQnHHb .mbr-section-btn {
  color: #000000;
}
.cid-t2GFeQnHHb H3 {
  color: #716c80;
}
.cid-t2I9Z5w3o5 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-t2I9Z5w3o5 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t2I9Z5w3o5 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t2I9Z5w3o5 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t2I9Z5w3o5 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t2I9Z5w3o5 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-t2I9Z5w3o5 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t2I9Z5w3o5 .carousel-control,
.cid-t2I9Z5w3o5 .close {
  background: #1b1b1b;
}
.cid-t2I9Z5w3o5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t2I9Z5w3o5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t2I9Z5w3o5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t2I9Z5w3o5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-t2I9Z5w3o5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t2I9Z5w3o5 .close::before {
  content: '\e91a';
}
.cid-t2I9Z5w3o5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t2I9Z5w3o5 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t2I9Z5w3o5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2I9Z5w3o5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t2I9Z5w3o5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t2I9Z5w3o5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t2I9Z5w3o5 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t2I9Z5w3o5 .carousel-indicators li.active,
.cid-t2I9Z5w3o5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t2I9Z5w3o5 .carousel-indicators li::after,
.cid-t2I9Z5w3o5 .carousel-indicators li::before {
  content: none;
}
.cid-t2I9Z5w3o5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t2I9Z5w3o5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t2I9Z5w3o5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t2I9Z5w3o5 .carousel-indicators {
    display: none;
  }
}
.cid-t2I9Z5w3o5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t2I9Z5w3o5 .carousel-inner > .active {
  display: block;
}
.cid-t2I9Z5w3o5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2I9Z5w3o5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t2I9Z5w3o5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t2I9Z5w3o5 .carousel-control,
  .cid-t2I9Z5w3o5 .carousel-indicators,
  .cid-t2I9Z5w3o5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t2I9Z5w3o5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t2I9Z5w3o5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t2I9Z5w3o5 .carousel-indicators .active,
.cid-t2I9Z5w3o5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t2I9Z5w3o5 .carousel-indicators .active {
  background: #fff;
}
.cid-t2I9Z5w3o5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t2I9Z5w3o5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t2I9Z5w3o5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t2I9Z5w3o5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t2I9Z5w3o5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t2I9Z5w3o5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t2I9Z5w3o5 .carousel {
  width: 100%;
}
.cid-t2I9Z5w3o5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t2I9Z5w3o5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t2I9Z5w3o5 .modal.fade .modal-dialog,
.cid-t2I9Z5w3o5 .modal.in .modal-dialog {
  transform: none;
}
.cid-t2I9Z5w3o5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t2I9Z5w3o5 H6 {
  text-align: center;
}
.cid-t2IeU56Y9x {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-t2IeU56Y9x img,
.cid-t2IeU56Y9x .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-t2IeU56Y9x .item:focus,
.cid-t2IeU56Y9x span:focus {
  outline: none;
}
.cid-t2IeU56Y9x .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t2IeU56Y9x .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t2IeU56Y9x .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2IeU56Y9x .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t2IeU56Y9x .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2IeU56Y9x .mbr-section-title {
  color: #ffffff;
}
.cid-t2IeU56Y9x .mbr-text,
.cid-t2IeU56Y9x .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-t2IeU56Y9x .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-t2IeU56Y9x .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-t2IeU56Y9x .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2IgOQ084o {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2IgOQ084o img,
.cid-t2IgOQ084o .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t2IgOQ084o .item:focus,
.cid-t2IgOQ084o span:focus {
  outline: none;
}
.cid-t2IgOQ084o .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t2IgOQ084o .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t2IgOQ084o .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2IgOQ084o .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t2IgOQ084o .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2IgOQ084o .mbr-section-title {
  color: #000000;
}
.cid-t2IgOQ084o .mbr-text,
.cid-t2IgOQ084o .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-t2IgOQ084o .item-title {
  text-align: left;
  color: #000000;
}
.cid-t2IgOQ084o .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-t2IgOQ084o .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2GFeQL9p8 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t2GFeQL9p8 h2 {
  text-align: left;
}
.cid-t2GFeQL9p8 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t2GFeQL9p8 p {
  color: #767676;
  text-align: left;
}
.cid-t2GFeQL9p8 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t2GFeQL9p8 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t2GFeQL9p8 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t2GFeQL9p8 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t2GFeQL9p8 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t2GFeQL9p8 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t2GFeQL9p8 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-t2GFeQL9p8 .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-t2GFeQL9p8 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-t2GFeQL9p8 .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-t2GFeQL9p8 .card-img span {
    font-size: 40px !important;
  }
}
.cid-t2GFeQL9p8 H2 {
  color: #000000;
}
.cid-t2GFeQL9p8 H4 {
  color: #000000;
}
.cid-t2IhTkBcxf {
  background-image: url("../../../assets/images/vision-bg-xl-2000x857.jpg");
}
.cid-t2IhTkBcxf .mbr-section-title {
  color: #ffffff;
}
.cid-t2IhTkBcxf .mbr-text,
.cid-t2IhTkBcxf .mbr-section-btn {
  color: #ffffff;
}
.cid-t2Ii9BoNvx {
  background-image: url("../../../assets/images/viewfinder-bg-xl-2000x857.jpg");
}
.cid-t2Ii9BoNvx .mbr-section-title {
  color: #ffffff;
}
.cid-t2Ii9BoNvx .mbr-text,
.cid-t2Ii9BoNvx .mbr-section-btn {
  color: #ffffff;
}
.cid-t2IinFluwm {
  background-image: url("../../../assets/images/silence-bg-xl-2000x857.jpg");
}
.cid-t2IinFluwm .mbr-section-title {
  color: #ffffff;
}
.cid-t2IinFluwm .mbr-text,
.cid-t2IinFluwm .mbr-section-btn {
  color: #ffffff;
}
.cid-t2IiYsWfEN {
  background-image: url("../../../assets/images/genius-bg-xl-2000x857.jpg");
}
.cid-t2IiYsWfEN .mbr-section-title {
  color: #ffffff;
}
.cid-t2IiYsWfEN .mbr-text,
.cid-t2IiYsWfEN .mbr-section-btn {
  color: #ffffff;
}
.cid-t2GFeSgCXc {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t2GFeSgCXc H1 {
  color: #000000;
}
.cid-t2GFeSgCXc .mbr-text,
.cid-t2GFeSgCXc .mbr-section-btn {
  color: #000000;
}
.cid-t2GFeSgCXc H3 {
  color: #716c80;
}
.cid-t2IjNDhvnn {
  padding-top: 0px;
  padding-bottom: 180px;
  background-color: #ffffff;
}
.cid-t2IjNDhvnn H2 {
  color: #e7272d;
}
@media (min-width: 992px) {
  .cid-t2IjNDhvnn .row {
    position: relative;
  }
  .cid-t2IjNDhvnn .row .mbr-figure {
    width: 600px;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -150px;
  }
  .cid-t2IjNDhvnn .row .mbr-figure img {
    max-width: 600px;
  }
}
.cid-t2IjNDhvnn img {
  max-width: 500px;
  margin: auto;
}
.cid-t2IjNDhvnn H1 {
  color: #000000;
}
.cid-t2IjNDhvnn .mbr-text,
.cid-t2IjNDhvnn .mbr-section-btn {
  color: #000000;
}
.cid-t2IlaeBaYl {
  background-image: url("../../../assets/images/live-gaming-bg-xl-2000x857.jpg");
}
.cid-t2IlaeBaYl .mbr-section-title {
  color: #ffffff;
}
.cid-t2IlaeBaYl .mbr-text,
.cid-t2IlaeBaYl .mbr-section-btn {
  color: #ffffff;
}
.cid-t2Im4DxdLl {
  padding-top: 75px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/hero-xl-2000x1200.jpg");
}
.cid-t2Im4DxdLl .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-t2Im4DxdLl .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-t2Im4DxdLl .mbr-figure img {
    width: 100% !important;
  }
}
.cid-t2Im4DxdLl H1 {
  color: #ffffff;
}
.cid-t2Im4GFTSt {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-t2Im4GFTSt H1 {
  color: #ffffff;
}
.cid-t2Im4GFTSt .mbr-text,
.cid-t2Im4GFTSt .mbr-section-btn {
  color: #ffffff;
}
.cid-t2Im4GFTSt H3 {
  color: #716c80;
}
.cid-t2IAV1ScTz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t2IAV1ScTz .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-t2IAV1ScTz .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-t2IAV1ScTz .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t2IAV1ScTz .content-wrapper {
    padding: 0rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t2IAV1ScTz .content-wrapper {
    padding: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t2IAV1ScTz .content-wrapper {
    padding: 0rem;
  }
  .cid-t2IAV1ScTz .content-wrapper .text-wrapper {
    padding-right: 0rem;
  }
}
.cid-t2IAV1ScTz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t2IAV1ScTz .card-title {
  color: #ffffff;
}
.cid-t2IphrJcAd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t2IphrJcAd .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-t2IphrJcAd .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t2IphrJcAd .content-wrapper {
    padding: 0rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t2IphrJcAd .content-wrapper {
    padding: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t2IphrJcAd .content-wrapper {
    padding: 0rem;
  }
  .cid-t2IphrJcAd .content-wrapper .text-wrapper {
    padding-left: 0rem;
  }
}
.cid-t2IphrJcAd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t2IphrJcAd .card-title {
  color: #ffffff;
}
.cid-t2IZ3FVO8E {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t2IZ3FVO8E .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-t2IZ3FVO8E .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-t2IZ3FVO8E .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t2IZ3FVO8E .content-wrapper {
    padding: 0rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t2IZ3FVO8E .content-wrapper {
    padding: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t2IZ3FVO8E .content-wrapper {
    padding: 0rem;
  }
  .cid-t2IZ3FVO8E .content-wrapper .text-wrapper {
    padding-right: 0rem;
  }
}
.cid-t2IZ3FVO8E .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t2IZ3FVO8E .card-title {
  color: #ffffff;
}
.cid-t2ILOQ1fHi {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #d9d9d9;
}
.cid-t2ILOQ1fHi .mbr-text,
.cid-t2ILOQ1fHi .mbr-section-btn {
  color: #000000;
}
.cid-t2ILOQ1fHi .mbr-section-title {
  color: #000000;
}
.cid-t2IHod2FBs {
  background-image: url("../../../assets/images/tools-of-creativity-fw-xl-2000x857.jpg");
}
.cid-t2IHod2FBs H2 {
  color: #89b758;
}
.cid-t2IHod2FBs .mbr-text,
.cid-t2IHod2FBs .mbr-section-btn {
  color: #808080;
}
.cid-t2IHod2FBs img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-t2IHod2FBs img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-t2IHod2FBs H1 {
  color: #29361a;
}
.cid-t2IHCNW9yQ {
  background-image: url("../../../assets/images/quality-that-thrills-fw-xl-2000x857.jpg");
}
.cid-t2IHCNW9yQ .mbr-section-title {
  color: #ffffff;
}
.cid-t2IHCNW9yQ .mbr-text,
.cid-t2IHCNW9yQ .mbr-section-btn {
  color: #ffffff;
}
.cid-t2IHUUvLea {
  background-image: url("../../../assets/images/z-mount-fw-xl-2000x857.jpg");
}
.cid-t2IHUUvLea .mbr-section-title {
  color: #ffffff;
}
.cid-t2IHUUvLea .mbr-text,
.cid-t2IHUUvLea .mbr-section-btn {
  color: #ffffff;
}
.cid-t2IIuGR5nk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d9d9d9;
}
.cid-t2IIuGR5nk .mbr-text,
.cid-t2IIuGR5nk .mbr-section-btn {
  color: #000000;
}
.cid-t2IIuGR5nk .mbr-section-title {
  color: #000000;
}
.cid-t2IMgB5BNV {
  background-image: url("../../../assets/images/freedom-lg-1440x960.jpg");
}
.cid-t2IMgB5BNV H2 {
  color: #89b758;
}
.cid-t2IMgB5BNV .mbr-text,
.cid-t2IMgB5BNV .mbr-section-btn {
  color: #808080;
}
.cid-t2IMgB5BNV img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-t2IMgB5BNV img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-t2IMgB5BNV H1 {
  color: #29361a;
}
.cid-t2IMRz2uxh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d9d9d9;
}
.cid-t2IMRz2uxh .content-wrapper {
  background: #d9d9d9;
}
@media (max-width: 991px) {
  .cid-t2IMRz2uxh .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-t2IMRz2uxh .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t2IMRz2uxh .content-wrapper {
    padding: 0rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t2IMRz2uxh .content-wrapper {
    padding: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t2IMRz2uxh .content-wrapper {
    padding: 0rem;
  }
  .cid-t2IMRz2uxh .content-wrapper .text-wrapper {
    padding-right: 0rem;
  }
}
.cid-t2IMRz2uxh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t2IMRz2uxh .card-title {
  color: #000000;
}
.cid-t2IMRz2uxh .mbr-text,
.cid-t2IMRz2uxh .mbr-section-btn {
  color: #000000;
}
.cid-t2IO7JkH7H {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d9d9d9;
}
.cid-t2IO7JkH7H .content-wrapper {
  background: #d9d9d9;
}
@media (max-width: 991px) {
  .cid-t2IO7JkH7H .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t2IO7JkH7H .content-wrapper {
    padding: 0rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t2IO7JkH7H .content-wrapper {
    padding: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t2IO7JkH7H .content-wrapper {
    padding: 0rem;
  }
  .cid-t2IO7JkH7H .content-wrapper .text-wrapper {
    padding-left: 0rem;
  }
}
.cid-t2IO7JkH7H .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t2IO7JkH7H .card-title {
  color: #000000;
}
.cid-t2IO7JkH7H .mbr-text,
.cid-t2IO7JkH7H .mbr-section-btn {
  color: #000000;
}
.cid-t2IOwmuF9s {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d9d9d9;
}
.cid-t2IOwmuF9s .mbr-text,
.cid-t2IOwmuF9s .mbr-section-btn {
  color: #000000;
}
.cid-t2IOwmuF9s .mbr-section-title {
  color: #000000;
}
.cid-t2IOWVt4O7 {
  background-image: url("../../../assets/images/shots-bg-xl-2000x1284.jpg");
}
.cid-t2IOWVt4O7 H2 {
  color: #89b758;
}
.cid-t2IOWVt4O7 .mbr-text,
.cid-t2IOWVt4O7 .mbr-section-btn {
  color: #808080;
}
.cid-t2IOWVt4O7 img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-t2IOWVt4O7 img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-t2IOWVt4O7 H1 {
  color: #29361a;
}
.cid-t2IQ38PmKZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d9d9d9;
}
.cid-t2IQ38PmKZ .content-wrapper {
  background: #d9d9d9;
}
@media (max-width: 991px) {
  .cid-t2IQ38PmKZ .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-t2IQ38PmKZ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t2IQ38PmKZ .content-wrapper {
    padding: 0rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t2IQ38PmKZ .content-wrapper {
    padding: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t2IQ38PmKZ .content-wrapper {
    padding: 0rem;
  }
  .cid-t2IQ38PmKZ .content-wrapper .text-wrapper {
    padding-right: 0rem;
  }
}
.cid-t2IQ38PmKZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t2IQ38PmKZ .card-title {
  color: #000000;
}
.cid-t2IQ38PmKZ .mbr-text,
.cid-t2IQ38PmKZ .mbr-section-btn {
  color: #000000;
}
.cid-t2ISu4RbSk {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-t2ISu4RbSk .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2ISu4RbSk .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-t2ISu4RbSk .mbr-section-title {
  color: #ffffff;
}
.cid-t2ISu4RbSk .mbr-text,
.cid-t2ISu4RbSk .mbr-section-btn {
  color: #ffffff;
}
.cid-t2IRgPRWyI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t2IRgPRWyI img,
.cid-t2IRgPRWyI .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t2IRgPRWyI .item:focus,
.cid-t2IRgPRWyI span:focus {
  outline: none;
}
.cid-t2IRgPRWyI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t2IRgPRWyI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t2IRgPRWyI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2IRgPRWyI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t2IRgPRWyI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2IRgPRWyI .mbr-section-title {
  color: #ffffff;
}
.cid-t2IRgPRWyI .mbr-text,
.cid-t2IRgPRWyI .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-t2IRgPRWyI .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-t2IRgPRWyI .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-t2IRgPRWyI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2Im4F9uP5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t2Im4F9uP5 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2Im4F9uP5 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-t2Im4F9uP5 .mbr-section-title {
  color: #ffffff;
}
.cid-t2Im4F9uP5 .mbr-text,
.cid-t2Im4F9uP5 .mbr-section-btn {
  color: #ffffff;
}
.cid-t2IURsAwS4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t2IURsAwS4 img,
.cid-t2IURsAwS4 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-t2IURsAwS4 .item:focus,
.cid-t2IURsAwS4 span:focus {
  outline: none;
}
.cid-t2IURsAwS4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t2IURsAwS4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t2IURsAwS4 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2IURsAwS4 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t2IURsAwS4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2IURsAwS4 .mbr-section-title {
  color: #ffffff;
}
.cid-t2IURsAwS4 .mbr-text,
.cid-t2IURsAwS4 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-t2IURsAwS4 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-t2IURsAwS4 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-t2IURsAwS4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2IVMN3NZs {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #d9d9d9;
}
.cid-t2IVMN3NZs img,
.cid-t2IVMN3NZs .item-img {
  width: 100%;
}
.cid-t2IVMN3NZs .item:focus,
.cid-t2IVMN3NZs span:focus {
  outline: none;
}
.cid-t2IVMN3NZs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t2IVMN3NZs .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #d9d9d9;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t2IVMN3NZs .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2IVMN3NZs .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t2IVMN3NZs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2IVMN3NZs .mbr-section-title {
  color: #000000;
}
.cid-t2IVMN3NZs .mbr-text,
.cid-t2IVMN3NZs .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-t2IVMN3NZs .item-title {
  text-align: left;
  color: #000000;
}
.cid-t2IVMN3NZs .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-t2IVMN3NZs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2IWFemCFo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d9d9d9;
}
.cid-t2IWFemCFo .mbr-text,
.cid-t2IWFemCFo .mbr-section-btn {
  color: #000000;
}
.cid-t2IWFemCFo .mbr-section-title {
  color: #000000;
}
.cid-t2IWU1Cp7t {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d9d9d9;
}
.cid-t2IWU1Cp7t .content-wrapper {
  background: #d9d9d9;
}
@media (max-width: 991px) {
  .cid-t2IWU1Cp7t .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-t2IWU1Cp7t .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t2IWU1Cp7t .content-wrapper {
    padding: 0rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t2IWU1Cp7t .content-wrapper {
    padding: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t2IWU1Cp7t .content-wrapper {
    padding: 0rem;
  }
  .cid-t2IWU1Cp7t .content-wrapper .text-wrapper {
    padding-right: 0rem;
  }
}
.cid-t2IWU1Cp7t .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t2IWU1Cp7t .card-title {
  color: #000000;
}
.cid-t2IWU1Cp7t .mbr-text,
.cid-t2IWU1Cp7t .mbr-section-btn {
  color: #000000;
}
.cid-t2IXhK5JuM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d9d9d9;
}
.cid-t2IXhK5JuM .content-wrapper {
  background: #d9d9d9;
}
@media (max-width: 991px) {
  .cid-t2IXhK5JuM .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t2IXhK5JuM .content-wrapper {
    padding: 0rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t2IXhK5JuM .content-wrapper {
    padding: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t2IXhK5JuM .content-wrapper {
    padding: 0rem;
  }
  .cid-t2IXhK5JuM .content-wrapper .text-wrapper {
    padding-left: 0rem;
  }
}
.cid-t2IXhK5JuM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t2IXhK5JuM .card-title {
  color: #000000;
}
.cid-t2IXhK5JuM .mbr-text,
.cid-t2IXhK5JuM .mbr-section-btn {
  color: #000000;
}
.cid-t2IXxo53Kg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d9d9d9;
}
.cid-t2IXxo53Kg .content-wrapper {
  background: #d9d9d9;
}
@media (max-width: 991px) {
  .cid-t2IXxo53Kg .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-t2IXxo53Kg .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t2IXxo53Kg .content-wrapper {
    padding: 0rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t2IXxo53Kg .content-wrapper {
    padding: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t2IXxo53Kg .content-wrapper {
    padding: 0rem;
  }
  .cid-t2IXxo53Kg .content-wrapper .text-wrapper {
    padding-right: 0rem;
  }
}
.cid-t2IXxo53Kg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t2IXxo53Kg .card-title {
  color: #000000;
}
.cid-t2IXxo53Kg .mbr-text,
.cid-t2IXxo53Kg .mbr-section-btn {
  color: #000000;
}
.cid-t2riLKaDFZ {
  padding-top: 75px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/hero-burst-2000x714.jpg");
}
.cid-t2riLKaDFZ .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-t2riLKaDFZ .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-t2riLKaDFZ .mbr-figure img {
    width: 100% !important;
  }
}
.cid-t2riLKaDFZ H1 {
  color: #efefef;
}
.cid-t2rDkqu7jL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-t2rDkqu7jL h2 {
  text-align: left;
}
.cid-t2rDkqu7jL h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t2rDkqu7jL p {
  color: #767676;
  text-align: left;
}
.cid-t2rDkqu7jL .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t2rDkqu7jL .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t2rDkqu7jL .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t2rDkqu7jL .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t2rDkqu7jL .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t2rDkqu7jL .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t2rDkqu7jL .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-t2rDkqu7jL .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-t2rDkqu7jL .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-t2rDkqu7jL .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-t2rDkqu7jL .card-img span {
    font-size: 40px !important;
  }
}
.cid-t2rDkqu7jL H2 {
  color: #ffffff;
}
.cid-t2rDkqu7jL H4 {
  color: #ffffff;
}
.cid-t2rFZdbkCd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-t2rFZdbkCd h2 {
  text-align: left;
}
.cid-t2rFZdbkCd h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t2rFZdbkCd p {
  color: #767676;
  text-align: left;
}
.cid-t2rFZdbkCd .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t2rFZdbkCd .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t2rFZdbkCd .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t2rFZdbkCd .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t2rFZdbkCd .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t2rFZdbkCd .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t2rFZdbkCd .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t2rFZdbkCd .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-t2rFZdbkCd .card-img span {
    font-size: 40px !important;
  }
}
.cid-t2rFZdbkCd H2 {
  color: #ffffff;
}
.cid-t2rFZdbkCd H4 {
  color: #ffffff;
}
.cid-t2rGllvlHZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-t2rGllvlHZ h2 {
  text-align: left;
}
.cid-t2rGllvlHZ h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t2rGllvlHZ p {
  color: #767676;
  text-align: left;
}
.cid-t2rGllvlHZ .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t2rGllvlHZ .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t2rGllvlHZ .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t2rGllvlHZ .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t2rGllvlHZ .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t2rGllvlHZ .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t2rGllvlHZ .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-t2rGllvlHZ .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-t2rGllvlHZ .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-t2rGllvlHZ .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-t2rGllvlHZ .card-img span {
    font-size: 40px !important;
  }
}
.cid-t2rGllvlHZ H2 {
  color: #ffffff;
}
.cid-t2rGllvlHZ H4 {
  color: #ffffff;
}
.cid-t2rSDMrMmc {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-t2rSDMrMmc .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2rSDMrMmc .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-t2rSDMrMmc .mbr-section-title {
  color: #ffffff;
}
.cid-t2rSDMrMmc .mbr-text,
.cid-t2rSDMrMmc .mbr-section-btn {
  color: #ffffff;
}
.cid-t2rTHNDSBI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-t2rTHNDSBI h2 {
  text-align: left;
}
.cid-t2rTHNDSBI h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t2rTHNDSBI p {
  color: #767676;
  text-align: left;
}
.cid-t2rTHNDSBI .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t2rTHNDSBI .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t2rTHNDSBI .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t2rTHNDSBI .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t2rTHNDSBI .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t2rTHNDSBI .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t2rTHNDSBI .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-t2rTHNDSBI .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-t2rTHNDSBI .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-t2rTHNDSBI .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-t2rTHNDSBI .card-img span {
    font-size: 40px !important;
  }
}
.cid-t2rTHNDSBI H2 {
  color: #ffffff;
}
.cid-t2rTHNDSBI H4 {
  color: #ffffff;
}
.cid-t2rVL6LG1S {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-t2rVL6LG1S .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2rVL6LG1S .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-t2rVL6LG1S .mbr-section-title {
  color: #ffffff;
}
.cid-t2rVL6LG1S .mbr-text,
.cid-t2rVL6LG1S .mbr-section-btn {
  color: #ffffff;
}
.cid-t2rYh0VFpK {
  background-image: url("../../../assets/images/autofocus-illuminated-xl-1650x707.jpg");
}
.cid-t2rYh0VFpK H2 {
  color: #89b758;
}
.cid-t2rYh0VFpK .mbr-text,
.cid-t2rYh0VFpK .mbr-section-btn {
  color: #808080;
}
.cid-t2rYh0VFpK img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-t2rYh0VFpK img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-t2rYh0VFpK H1 {
  color: #29361a;
}
.cid-t2rXU4LWim {
  padding-top: 0px;
  padding-bottom: 180px;
  background-color: #000000;
}
.cid-t2rXU4LWim H2 {
  color: #e7272d;
}
@media (min-width: 992px) {
  .cid-t2rXU4LWim .row {
    position: relative;
  }
  .cid-t2rXU4LWim .row .mbr-figure {
    width: 450px;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -150px;
  }
  .cid-t2rXU4LWim .row .mbr-figure img {
    max-width: 600px;
  }
}
.cid-t2rXU4LWim img {
  max-width: 500px;
  margin: auto;
}
.cid-t2rZlGHtd2 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-t2rZlGHtd2 H1 {
  color: #ffffff;
}
.cid-t2rZlGHtd2 .mbr-text,
.cid-t2rZlGHtd2 .mbr-section-btn {
  color: #ffffff;
}
.cid-t2rZlGHtd2 H3 {
  color: #716c80;
}
.cid-t2JqbvWjCx {
  background-image: url("../../../assets/images/nikon-d850-1-1400x981.jpg");
}
.cid-t2JqbvWjCx .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t2JqbvWjCx .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t2JqbvWjCx .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t2JqbvWjCx .mbr-section-title {
  color: #ffffff;
}
.cid-t2JqbvWjCx .mbr-text,
.cid-t2JqbvWjCx .mbr-section-btn,
.cid-t2JqbvWjCx .social-row {
  color: #ffffff;
}
.cid-t2Jqbwz8bT {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-t2Jqbwz8bT H2 {
  color: #e7272d;
}
@media (min-width: 992px) {
  .cid-t2Jqbwz8bT .row {
    position: relative;
  }
  .cid-t2Jqbwz8bT .row .mbr-figure {
    width: 550px;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -150px;
  }
  .cid-t2Jqbwz8bT .row .mbr-figure img {
    max-width: 600px;
  }
}
.cid-t2Jqbwz8bT img {
  max-width: 500px;
  margin: auto;
}
.cid-t2JsEjzso9 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2JsEjzso9 .mbr-section-subtitle {
  color: #000000;
  font-weight: 300;
}
.cid-t2JsEjzso9 .mbr-content-text {
  color: #767676;
}
.cid-t2JsEjzso9 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-t2JsEjzso9 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-t2JsEjzso9 .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-t2JsEjzso9 .img-text {
  color: #000000;
}
.cid-t2JvJEDQgv {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-t2JvJEDQgv .image-block {
  margin: auto;
}
.cid-t2JvJEDQgv figcaption {
  position: relative;
}
.cid-t2JvJEDQgv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t2JvJEDQgv .image-block {
    width: 100% !important;
  }
}
.cid-t2JqbxylHk {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t2JqbxylHk H1 {
  color: #000000;
}
.cid-t2JqbxylHk .mbr-text,
.cid-t2JqbxylHk .mbr-section-btn {
  color: #000000;
}
.cid-t2JqbxylHk H3 {
  color: #716c80;
}
.cid-t2JqbxV8oN {
  background-image: url("../../../assets/images/zoom-2000x1000.jpg");
}
.cid-t2JqbxV8oN .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t2JqbxV8oN .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t2JqbxV8oN .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t2JqbxV8oN .mbr-section-title {
  color: #ffffff;
}
.cid-t2JqbxV8oN .mbr-text,
.cid-t2JqbxV8oN .mbr-section-btn,
.cid-t2JqbxV8oN .social-row {
  color: #ffffff;
}
.cid-t2JqbAiVUy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2JqbAiVUy img,
.cid-t2JqbAiVUy .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t2JqbAiVUy .item:focus,
.cid-t2JqbAiVUy span:focus {
  outline: none;
}
.cid-t2JqbAiVUy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t2JqbAiVUy .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t2JqbAiVUy .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2JqbAiVUy .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t2JqbAiVUy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2JqbAiVUy .mbr-section-title {
  color: #000000;
}
.cid-t2JqbAiVUy .mbr-text,
.cid-t2JqbAiVUy .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-t2JqbAiVUy .item-title {
  text-align: left;
  color: #000000;
}
.cid-t2JqbAiVUy .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-t2JqbAiVUy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2JqbAOROo {
  background-image: url("../../../assets/images/nikkor-2000x800.jpg");
}
.cid-t2JqbAOROo .mbr-section-title {
  color: #ffffff;
}
.cid-t2JqbAOROo .mbr-text,
.cid-t2JqbAOROo .mbr-section-btn {
  color: #ffffff;
}
.cid-t2MeUnkbwo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t2MeUnkbwo .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2MeUnkbwo .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-t2MeUnkbwo .mbr-section-title {
  color: #000000;
}
.cid-t2MeUnkbwo .mbr-text,
.cid-t2MeUnkbwo .mbr-section-btn {
  color: #000000;
}
.cid-t2MfEhfePg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t2MfEhfePg .mbr-text,
.cid-t2MfEhfePg .mbr-section-btn {
  color: #000000;
}
.cid-t2MfEhfePg .mbr-section-title {
  color: #000000;
}
.cid-t2MgnUd1Gy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2MgnUd1Gy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2MgnUd1Gy .row {
  flex-direction: row-reverse;
}
.cid-t2MgnUd1Gy img {
  width: 100%;
}
.cid-t2MhyagKt1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t2MhyagKt1 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2MhyagKt1 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-t2MhyagKt1 .mbr-section-title {
  color: #000000;
}
.cid-t2MhyagKt1 .mbr-text,
.cid-t2MhyagKt1 .mbr-section-btn {
  color: #000000;
}
.cid-t2JqbyQePL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2JqbyQePL h2 {
  text-align: left;
}
.cid-t2JqbyQePL h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t2JqbyQePL p {
  color: #767676;
  text-align: left;
}
.cid-t2JqbyQePL .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t2JqbyQePL .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t2JqbyQePL .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t2JqbyQePL .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t2JqbyQePL .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t2JqbyQePL .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t2JqbyQePL .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t2JqbyQePL .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-t2JqbyQePL .card-img span {
    font-size: 40px !important;
  }
}
.cid-t2JqbyQePL H2 {
  color: #000000;
}
.cid-t2JqbyQePL H4 {
  color: #000000;
}
.cid-t2Mib9iReQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2Mib9iReQ h2 {
  text-align: left;
}
.cid-t2Mib9iReQ h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t2Mib9iReQ p {
  color: #767676;
  text-align: left;
}
.cid-t2Mib9iReQ .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t2Mib9iReQ .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t2Mib9iReQ .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t2Mib9iReQ .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t2Mib9iReQ .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t2Mib9iReQ .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t2Mib9iReQ .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-t2Mib9iReQ .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-t2Mib9iReQ .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-t2Mib9iReQ .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-t2Mib9iReQ .card-img span {
    font-size: 40px !important;
  }
}
.cid-t2Mib9iReQ H2 {
  color: #000000;
}
.cid-t2Mib9iReQ H4 {
  color: #000000;
}
.cid-t2MiEIeUuj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2MiEIeUuj img,
.cid-t2MiEIeUuj .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t2MiEIeUuj .item:focus,
.cid-t2MiEIeUuj span:focus {
  outline: none;
}
.cid-t2MiEIeUuj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t2MiEIeUuj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t2MiEIeUuj .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2MiEIeUuj .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t2MiEIeUuj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2MiEIeUuj .mbr-section-title {
  color: #000000;
}
.cid-t2MiEIeUuj .mbr-text,
.cid-t2MiEIeUuj .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-t2MiEIeUuj .item-title {
  text-align: center;
  color: #000000;
}
.cid-t2MiEIeUuj .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-t2MiEIeUuj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2MjvLk7Ed {
  background-image: url("../../../assets/images/full-width-image-1-2000x800.jpg");
}
.cid-t2MjvLk7Ed H2 {
  color: #89b758;
}
.cid-t2MjvLk7Ed .mbr-text,
.cid-t2MjvLk7Ed .mbr-section-btn {
  color: #808080;
}
.cid-t2MjvLk7Ed img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-t2MjvLk7Ed img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-t2MjvLk7Ed H1 {
  color: #29361a;
}
.cid-t2Mkg7RDRs {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t2Mkg7RDRs .mbr-text,
.cid-t2Mkg7RDRs .mbr-section-btn {
  color: #000000;
}
.cid-t2Mkg7RDRs .mbr-section-title {
  color: #000000;
}
.cid-t2Mlo9YYYP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2Mlo9YYYP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2Mlo9YYYP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2Mlo9YYYP .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2MlRSRvL3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2MlRSRvL3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2MlRSRvL3 .row {
  flex-direction: row-reverse;
}
.cid-t2MlRSRvL3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2MlRSRvL3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2Mmhi6Bev {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2Mmhi6Bev .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2Mmhi6Bev img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2Mmhi6Bev .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2Mn0x4CDy {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t2Mn0x4CDy .mbr-text,
.cid-t2Mn0x4CDy .mbr-section-btn {
  color: #000000;
}
.cid-t2Mn0x4CDy .mbr-section-title {
  color: #000000;
}
.cid-t2MndED1UM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2MndED1UM img,
.cid-t2MndED1UM .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t2MndED1UM .item:focus,
.cid-t2MndED1UM span:focus {
  outline: none;
}
.cid-t2MndED1UM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t2MndED1UM .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t2MndED1UM .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2MndED1UM .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t2MndED1UM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2MndED1UM .mbr-section-title {
  color: #000000;
}
.cid-t2MndED1UM .mbr-text,
.cid-t2MndED1UM .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-t2MndED1UM .item-title {
  text-align: center;
  color: #000000;
}
.cid-t2MndED1UM .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-t2MndED1UM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2MnNn94O4 {
  background-image: url("../../../assets/images/nikon-dslr-d850-commercial-sports-new-level-of-epic-1920x719.jpg");
}
.cid-t2MnNn94O4 H2 {
  color: #89b758;
}
.cid-t2MnNn94O4 .mbr-text,
.cid-t2MnNn94O4 .mbr-section-btn {
  color: #808080;
}
.cid-t2MnNn94O4 img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-t2MnNn94O4 img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-t2MnNn94O4 H1 {
  color: #29361a;
}
.cid-t2Mohpt8Mj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t2Mohpt8Mj .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2Mohpt8Mj .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-t2Mohpt8Mj .mbr-section-title {
  color: #000000;
}
.cid-t2Mohpt8Mj .mbr-text,
.cid-t2Mohpt8Mj .mbr-section-btn {
  color: #000000;
}
.cid-t2MphPzPLX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t2MphPzPLX .mbr-text,
.cid-t2MphPzPLX .mbr-section-btn {
  color: #000000;
}
.cid-t2MphPzPLX .mbr-section-title {
  color: #000000;
}
.cid-t2Mr41SFIH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2Mr41SFIH .mbr-text,
.cid-t2Mr41SFIH .mbr-section-btn {
  color: #000000;
}
.cid-t2Mr41SFIH .mbr-section-title {
  color: #000000;
}
.cid-t2Mq3KI0xL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t2Mq3KI0xL .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t2Mq3KI0xL .carousel {
    min-height: 500px;
  }
  .cid-t2Mq3KI0xL .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t2Mq3KI0xL .carousel {
    min-height: 325px;
  }
  .cid-t2Mq3KI0xL .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-t2Mq3KI0xL .carousel {
    min-height: 275px;
  }
  .cid-t2Mq3KI0xL .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-t2Mq3KI0xL .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t2Mq3KI0xL .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t2Mq3KI0xL .carousel,
.cid-t2Mq3KI0xL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t2Mq3KI0xL .item-wrapper {
  width: 100%;
}
.cid-t2Mq3KI0xL .carousel-caption {
  bottom: 40px;
}
.cid-t2Mq3KI0xL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t2Mq3KI0xL .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t2Mq3KI0xL .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t2Mq3KI0xL .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t2Mq3KI0xL .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t2Mq3KI0xL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2Mq3KI0xL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t2Mq3KI0xL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t2Mq3KI0xL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t2Mq3KI0xL .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t2Mq3KI0xL .carousel-indicators li.active,
.cid-t2Mq3KI0xL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t2Mq3KI0xL .carousel-indicators li::after,
.cid-t2Mq3KI0xL .carousel-indicators li::before {
  content: none;
}
.cid-t2Mq3KI0xL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t2Mq3KI0xL .carousel-indicators {
    display: none !important;
  }
}
.cid-t2MsRWA9Nb {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t2MsRWA9Nb .mbr-text,
.cid-t2MsRWA9Nb .mbr-section-btn {
  color: #000000;
}
.cid-t2MsRWA9Nb .mbr-section-title {
  color: #000000;
}
.cid-t2Mt8tJ8hy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2Mt8tJ8hy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2Mt8tJ8hy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2Mt8tJ8hy .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2Mt8YH0kM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2Mt8YH0kM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2Mt8YH0kM .row {
  flex-direction: row-reverse;
}
.cid-t2Mt8YH0kM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2Mt8YH0kM .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2Mt9jHHrq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2Mt9jHHrq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2Mt9jHHrq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2Mt9jHHrq .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2MsTq0Tw5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2MsTq0Tw5 .mbr-text,
.cid-t2MsTq0Tw5 .mbr-section-btn {
  color: #000000;
}
.cid-t2MsTq0Tw5 .mbr-section-title {
  color: #000000;
}
.cid-t2JqbDHgfC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2JqbDHgfC img,
.cid-t2JqbDHgfC .item-img {
  width: 100%;
}
.cid-t2JqbDHgfC .item:focus,
.cid-t2JqbDHgfC span:focus {
  outline: none;
}
.cid-t2JqbDHgfC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t2JqbDHgfC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t2JqbDHgfC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2JqbDHgfC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t2JqbDHgfC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2JqbDHgfC .mbr-section-title {
  color: #000000;
}
.cid-t2JqbDHgfC .mbr-text,
.cid-t2JqbDHgfC .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-t2JqbDHgfC .item-title {
  text-align: left;
  color: #000000;
}
.cid-t2JqbDHgfC .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-t2JqbDHgfC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2JqbEwPz1 {
  background-image: url("../../../assets/images/full-width-image-3-2000x800.jpg");
}
.cid-t2JqbEwPz1 .mbr-section-title {
  color: #ffffff;
}
.cid-t2JqbEwPz1 .mbr-text,
.cid-t2JqbEwPz1 .mbr-section-btn {
  color: #ffffff;
}
.cid-t2MxxmC3FQ {
  background-image: url("../../../assets/images/marketing-hero-7500-2000x914.jpg");
}
.cid-t2MxxmC3FQ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t2MxxmC3FQ .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t2MxxmC3FQ .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t2MxxmC3FQ .mbr-section-title {
  color: #ffffff;
}
.cid-t2MxxmC3FQ .mbr-text,
.cid-t2MxxmC3FQ .mbr-section-btn,
.cid-t2MxxmC3FQ .social-row {
  color: #ffffff;
}
.cid-t2MxxnLn5P {
  padding-top: 45px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-t2MxxnLn5P H2 {
  color: #e7272d;
}
@media (min-width: 992px) {
  .cid-t2MxxnLn5P .row {
    position: relative;
  }
  .cid-t2MxxnLn5P .row .mbr-figure {
    width: 600px;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -150px;
  }
  .cid-t2MxxnLn5P .row .mbr-figure img {
    max-width: 600px;
  }
}
.cid-t2MxxnLn5P img {
  max-width: 500px;
  margin: auto;
}
.cid-t2Mxxo9deY {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2Mxxo9deY .mbr-section-subtitle {
  color: #000000;
  font-weight: 300;
}
.cid-t2Mxxo9deY .mbr-content-text {
  color: #767676;
}
.cid-t2Mxxo9deY .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-t2Mxxo9deY .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-t2Mxxo9deY .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-t2Mxxo9deY .img-text {
  color: #000000;
}
.cid-t2MxxoCphs {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-t2MxxoCphs .image-block {
  margin: auto;
}
.cid-t2MxxoCphs figcaption {
  position: relative;
}
.cid-t2MxxoCphs figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t2MxxoCphs .image-block {
    width: 100% !important;
  }
}
.cid-t2MyLk7f9f {
  background-image: url("../../../assets/images/full-width-image-2-2000x800.jpg");
}
.cid-t2MyLk7f9f H2 {
  color: #89b758;
}
.cid-t2MyLk7f9f .mbr-text,
.cid-t2MyLk7f9f .mbr-section-btn {
  color: #808080;
}
.cid-t2MyLk7f9f img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-t2MyLk7f9f img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-t2MyLk7f9f H1 {
  color: #29361a;
}
.cid-t2MxxoP9iB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t2MxxoP9iB H1 {
  color: #000000;
}
.cid-t2MxxoP9iB .mbr-text,
.cid-t2MxxoP9iB .mbr-section-btn {
  color: #000000;
}
.cid-t2MxxoP9iB H3 {
  color: #716c80;
}
.cid-t2Mxxp7Bsi {
  background-image: url("../../../assets/images/loupe-magnified-2000x1334.jpg");
}
.cid-t2Mxxp7Bsi .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t2Mxxp7Bsi .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t2Mxxp7Bsi .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t2Mxxp7Bsi .mbr-section-title {
  color: #ffffff;
}
.cid-t2Mxxp7Bsi .mbr-text,
.cid-t2Mxxp7Bsi .mbr-section-btn,
.cid-t2Mxxp7Bsi .social-row {
  color: #ffffff;
}
.cid-t2MxxpxSw2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2MxxpxSw2 img,
.cid-t2MxxpxSw2 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t2MxxpxSw2 .item:focus,
.cid-t2MxxpxSw2 span:focus {
  outline: none;
}
.cid-t2MxxpxSw2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t2MxxpxSw2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t2MxxpxSw2 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2MxxpxSw2 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t2MxxpxSw2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2MxxpxSw2 .mbr-section-title {
  color: #000000;
}
.cid-t2MxxpxSw2 .mbr-text,
.cid-t2MxxpxSw2 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-t2MxxpxSw2 .item-title {
  text-align: center;
  color: #000000;
}
.cid-t2MxxpxSw2 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-t2MxxpxSw2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2MxxqmKeq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t2MxxqmKeq .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2MxxqmKeq .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-t2MxxqmKeq .mbr-section-title {
  color: #000000;
}
.cid-t2MxxqmKeq .mbr-text,
.cid-t2MxxqmKeq .mbr-section-btn {
  color: #000000;
}
.cid-t2MxxqIl37 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t2MxxqIl37 .mbr-text,
.cid-t2MxxqIl37 .mbr-section-btn {
  color: #000000;
}
.cid-t2MxxqIl37 .mbr-section-title {
  color: #000000;
}
.cid-t2Mxxr4k9E {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2Mxxr4k9E .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2Mxxr4k9E .row {
  flex-direction: row-reverse;
}
.cid-t2Mxxr4k9E img {
  width: 100%;
}
.cid-t2MAnwfttc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t2MAnwfttc .video-wrapper iframe {
  width: 100%;
}
.cid-t2MAnwfttc .mbr-section-title,
.cid-t2MAnwfttc .mbr-section-subtitle,
.cid-t2MAnwfttc .mbr-text {
  text-align: center;
}
.cid-t2MB2Ro3AO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2MB2Ro3AO .mbr-text,
.cid-t2MB2Ro3AO .mbr-section-btn {
  color: #000000;
}
.cid-t2MB2Ro3AO .mbr-section-title {
  color: #000000;
}
.cid-t2MBqgEcsk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2MBqgEcsk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2MBqgEcsk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2MBqgEcsk .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2MBqGRbnt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2MBqGRbnt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2MBqGRbnt .row {
  flex-direction: row-reverse;
}
.cid-t2MBqGRbnt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2MBqGRbnt .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2MxxsBc34 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2MxxsBc34 img,
.cid-t2MxxsBc34 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t2MxxsBc34 .item:focus,
.cid-t2MxxsBc34 span:focus {
  outline: none;
}
.cid-t2MxxsBc34 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t2MxxsBc34 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t2MxxsBc34 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2MxxsBc34 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t2MxxsBc34 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2MxxsBc34 .mbr-section-title {
  color: #000000;
}
.cid-t2MxxsBc34 .mbr-text,
.cid-t2MxxsBc34 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-t2MxxsBc34 .item-title {
  text-align: center;
  color: #000000;
}
.cid-t2MxxsBc34 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-t2MxxsBc34 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2MxxxXYho {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2MxxxXYho .mbr-text,
.cid-t2MxxxXYho .mbr-section-btn {
  color: #000000;
}
.cid-t2MxxxXYho .mbr-section-title {
  color: #000000;
}
.cid-t2Mxxyk36m {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t2Mxxyk36m .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t2Mxxyk36m .carousel {
    min-height: 500px;
  }
  .cid-t2Mxxyk36m .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t2Mxxyk36m .carousel {
    min-height: 325px;
  }
  .cid-t2Mxxyk36m .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-t2Mxxyk36m .carousel {
    min-height: 275px;
  }
  .cid-t2Mxxyk36m .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-t2Mxxyk36m .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t2Mxxyk36m .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t2Mxxyk36m .carousel,
.cid-t2Mxxyk36m .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t2Mxxyk36m .item-wrapper {
  width: 100%;
}
.cid-t2Mxxyk36m .carousel-caption {
  bottom: 40px;
}
.cid-t2Mxxyk36m .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t2Mxxyk36m .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t2Mxxyk36m .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t2Mxxyk36m .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t2Mxxyk36m .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t2Mxxyk36m .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2Mxxyk36m .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t2Mxxyk36m .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t2Mxxyk36m .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t2Mxxyk36m .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t2Mxxyk36m .carousel-indicators li.active,
.cid-t2Mxxyk36m .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t2Mxxyk36m .carousel-indicators li::after,
.cid-t2Mxxyk36m .carousel-indicators li::before {
  content: none;
}
.cid-t2Mxxyk36m .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t2Mxxyk36m .carousel-indicators {
    display: none !important;
  }
}
.cid-t2MxxtrCaj {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t2MxxtrCaj .mbr-text,
.cid-t2MxxtrCaj .mbr-section-btn {
  color: #000000;
}
.cid-t2MxxtrCaj .mbr-section-title {
  color: #000000;
}
.cid-t2MxxtLt6R {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2MxxtLt6R .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2MxxtLt6R img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2MxxtLt6R .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2Mxxu6JoI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2Mxxu6JoI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2Mxxu6JoI .row {
  flex-direction: row-reverse;
}
.cid-t2Mxxu6JoI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2Mxxu6JoI .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2Mxxv9tPn {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2Mxxv9tPn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2Mxxv9tPn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2Mxxv9tPn .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2MxxwWl7p {
  background-image: url("../../../assets/images/snapbridge-2000x800.jpg");
}
.cid-t2MxxwWl7p H2 {
  color: #89b758;
}
.cid-t2MxxwWl7p .mbr-text,
.cid-t2MxxwWl7p .mbr-section-btn {
  color: #ffffff;
}
.cid-t2MxxwWl7p img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-t2MxxwWl7p img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-t2MxxwWl7p H1 {
  color: #ffffff;
}
.cid-t2MxxxBGiy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2MxxxBGiy .mbr-text,
.cid-t2MxxxBGiy .mbr-section-btn {
  color: #000000;
}
.cid-t2MxxxBGiy .mbr-section-title {
  color: #000000;
}
.cid-t2MF36D2jl {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t2MF36D2jl .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-t2MF36D2jl .row {
    flex-direction: column-reverse;
  }
  .cid-t2MF36D2jl .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-t2MF36D2jl .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-t2MF36D2jl .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-t2MF36D2jl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t2MGe2gth7 {
  background-image: url("../../../assets/images/full-width-image-4-2000x800.jpg");
}
.cid-t2MGe2gth7 H2 {
  color: #89b758;
}
.cid-t2MGe2gth7 .mbr-text,
.cid-t2MGe2gth7 .mbr-section-btn {
  color: #808080;
}
.cid-t2MGe2gth7 img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-t2MGe2gth7 img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-t2MGe2gth7 H1 {
  color: #29361a;
}
.cid-t2MxxzaJDm {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t2MxxzaJDm .mbr-text,
.cid-t2MxxzaJDm .mbr-section-btn {
  color: #000000;
}
.cid-t2MxxzaJDm .mbr-section-title {
  color: #000000;
}
.cid-t2MxxzzNBJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2MxxzzNBJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2MxxzzNBJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2MxxzzNBJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2MxxA1Hk1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2MxxA1Hk1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2MxxA1Hk1 .row {
  flex-direction: row-reverse;
}
.cid-t2MxxA1Hk1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2MxxA1Hk1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2MxxAKjqX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2MxxAKjqX .mbr-text,
.cid-t2MxxAKjqX .mbr-section-btn {
  color: #000000;
}
.cid-t2MxxAKjqX .mbr-section-title {
  color: #000000;
}
.cid-t2MxxB4xu7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2MxxB4xu7 img,
.cid-t2MxxB4xu7 .item-img {
  width: 100%;
}
.cid-t2MxxB4xu7 .item:focus,
.cid-t2MxxB4xu7 span:focus {
  outline: none;
}
.cid-t2MxxB4xu7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t2MxxB4xu7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t2MxxB4xu7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2MxxB4xu7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t2MxxB4xu7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2MxxB4xu7 .mbr-section-title {
  color: #000000;
}
.cid-t2MxxB4xu7 .mbr-text,
.cid-t2MxxB4xu7 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-t2MxxB4xu7 .item-title {
  text-align: left;
  color: #000000;
}
.cid-t2MxxB4xu7 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-t2MxxB4xu7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2MIlXM9xn {
  background-image: url("../../../assets/images/nikkor-1-2000x800.jpg");
}
.cid-t2MIlXM9xn H2 {
  color: #89b758;
}
.cid-t2MIlXM9xn .mbr-text,
.cid-t2MIlXM9xn .mbr-section-btn {
  color: #ffffff;
}
.cid-t2MIlXM9xn img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-t2MIlXM9xn img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-t2MIlXM9xn H1 {
  color: #ffffff;
}
.cid-t2OhWnM5qH {
  background-image: url("../../../assets/images/marketing-hero-d5600-2000x914.jpg");
}
.cid-t2OhWnM5qH .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t2OhWnM5qH .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t2OhWnM5qH .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t2OhWnM5qH .mbr-section-title {
  color: #ffffff;
}
.cid-t2OhWnM5qH .mbr-text,
.cid-t2OhWnM5qH .mbr-section-btn,
.cid-t2OhWnM5qH .social-row {
  color: #ffffff;
}
.cid-t2OhWoP3pP {
  padding-top: 45px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-t2OhWoP3pP H2 {
  color: #e7272d;
}
@media (min-width: 992px) {
  .cid-t2OhWoP3pP .row {
    position: relative;
  }
  .cid-t2OhWoP3pP .row .mbr-figure {
    width: 600px;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -150px;
  }
  .cid-t2OhWoP3pP .row .mbr-figure img {
    max-width: 600px;
  }
}
.cid-t2OhWoP3pP img {
  max-width: 500px;
  margin: auto;
}
.cid-t2OhWpdEmi {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2OhWpdEmi .mbr-section-subtitle {
  color: #000000;
  font-weight: 300;
}
.cid-t2OhWpdEmi .mbr-content-text {
  color: #767676;
}
.cid-t2OhWpdEmi .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-t2OhWpdEmi .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-t2OhWpdEmi .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-t2OhWpdEmi .img-text {
  color: #000000;
}
.cid-t2OhWpNx6u {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-t2OhWpNx6u .image-block {
  margin: auto;
}
.cid-t2OhWpNx6u figcaption {
  position: relative;
}
.cid-t2OhWpNx6u figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t2OhWpNx6u .image-block {
    width: 100% !important;
  }
}
.cid-t2OhWryjse {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t2OhWryjse .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2OhWryjse .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-t2OhWryjse .mbr-section-title {
  color: #000000;
}
.cid-t2OhWryjse .mbr-text,
.cid-t2OhWryjse .mbr-section-btn {
  color: #000000;
}
.cid-t2OlLIjNal {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t2OlLIjNal .mbr-text,
.cid-t2OlLIjNal .mbr-section-btn {
  color: #000000;
}
.cid-t2OlLIjNal .mbr-section-title {
  color: #000000;
}
.cid-t2Oma8uYV7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t2Oma8uYV7 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2Oma8uYV7 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-t2Oma8uYV7 .mbr-section-title {
  color: #000000;
}
.cid-t2Oma8uYV7 .mbr-text,
.cid-t2Oma8uYV7 .mbr-section-btn {
  color: #000000;
}
.cid-t2OmGM4za8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t2OmGM4za8 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2OmGM4za8 .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-t2OmGM4za8 .mbr-section-title {
  color: #000000;
}
.cid-t2OmGM4za8 .mbr-text,
.cid-t2OmGM4za8 .mbr-section-btn {
  color: #000000;
}
.cid-t2OhWr5G05 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2OhWr5G05 img,
.cid-t2OhWr5G05 .item-img {
  width: 395px;
  margin-left: auto;
  margin-right: auto;
  height: 294px;
  height: 300px;
  object-fit: cover;
}
.cid-t2OhWr5G05 .item:focus,
.cid-t2OhWr5G05 span:focus {
  outline: none;
}
.cid-t2OhWr5G05 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t2OhWr5G05 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t2OhWr5G05 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2OhWr5G05 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t2OhWr5G05 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2OhWr5G05 .mbr-section-title {
  color: #000000;
}
.cid-t2OhWr5G05 .mbr-text,
.cid-t2OhWr5G05 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-t2OhWr5G05 .item-title {
  text-align: center;
  color: #000000;
}
.cid-t2OhWr5G05 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-t2OhWr5G05 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2OsmZh5E4 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t2OsmZh5E4 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2OsmZh5E4 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-t2OsmZh5E4 .mbr-section-title {
  color: #000000;
}
.cid-t2OsmZh5E4 .mbr-text,
.cid-t2OsmZh5E4 .mbr-section-btn {
  color: #000000;
}
.cid-t2OsU6qarX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2OsU6qarX img,
.cid-t2OsU6qarX .item-img {
  width: 395px;
  margin-left: auto;
  margin-right: auto;
  height: 294px;
  height: 300px;
  object-fit: cover;
}
.cid-t2OsU6qarX .item:focus,
.cid-t2OsU6qarX span:focus {
  outline: none;
}
.cid-t2OsU6qarX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t2OsU6qarX .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t2OsU6qarX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2OsU6qarX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t2OsU6qarX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2OsU6qarX .mbr-section-title {
  color: #000000;
}
.cid-t2OsU6qarX .mbr-text,
.cid-t2OsU6qarX .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-t2OsU6qarX .item-title {
  text-align: center;
  color: #000000;
}
.cid-t2OsU6qarX .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-t2OsU6qarX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2OtxAEpmP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t2OtxAEpmP .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2OtxAEpmP .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-t2OtxAEpmP .mbr-section-title {
  color: #000000;
}
.cid-t2OtxAEpmP .mbr-text,
.cid-t2OtxAEpmP .mbr-section-btn {
  color: #000000;
}
.cid-t2OmAUFAmr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t2OmAUFAmr .mbr-text,
.cid-t2OmAUFAmr .mbr-section-btn {
  color: #000000;
}
.cid-t2OmAUFAmr .mbr-section-title {
  color: #000000;
}
.cid-t2OuDEdnr0 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t2OuDEdnr0 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2OuDEdnr0 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-t2OuDEdnr0 .mbr-section-title {
  color: #000000;
}
.cid-t2OuDEdnr0 .mbr-text,
.cid-t2OuDEdnr0 .mbr-section-btn {
  color: #000000;
}
.cid-t2OhWrQHWz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t2OhWrQHWz .mbr-text,
.cid-t2OhWrQHWz .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-t2OhWrQHWz .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-t2OhWtjn61 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2OhWtjn61 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2OhWtjn61 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2OhWtjn61 .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2OvAWL1Yn {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t2OvAWL1Yn .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2OvAWL1Yn .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-t2OvAWL1Yn .mbr-section-title {
  color: #000000;
}
.cid-t2OvAWL1Yn .mbr-text,
.cid-t2OvAWL1Yn .mbr-section-btn {
  color: #000000;
}
.cid-t2OhWxMJHE {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t2OhWxMJHE .mbr-text,
.cid-t2OhWxMJHE .mbr-section-btn {
  color: #000000;
}
.cid-t2OhWxMJHE .mbr-section-title {
  color: #000000;
}
.cid-t2OwXJEqAV {
  background-image: url("../../../assets/images/nikon-coolpix-p1000-header-1920x600.jpg");
}
.cid-t2OwXJEqAV .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t2OwXJEqAV .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t2OwXJEqAV .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t2OwXJEqAV .mbr-section-title {
  color: #ffffff;
}
.cid-t2OwXJEqAV .mbr-text,
.cid-t2OwXJEqAV .mbr-section-btn,
.cid-t2OwXJEqAV .social-row {
  color: #ffffff;
}
.cid-t2OwXKzU0h {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t2OwXKzU0h H2 {
  color: #e7272d;
}
@media (min-width: 992px) {
  .cid-t2OwXKzU0h .row {
    position: relative;
  }
  .cid-t2OwXKzU0h .row .mbr-figure {
    width: 700px;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -150px;
  }
  .cid-t2OwXKzU0h .row .mbr-figure img {
    max-width: 700px;
  }
}
.cid-t2OwXKzU0h img {
  max-width: 700px;
  margin: auto;
}
.cid-t2OwXKUlJj {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2OwXKUlJj .mbr-section-subtitle {
  color: #000000;
  font-weight: 300;
}
.cid-t2OwXKUlJj .mbr-content-text {
  color: #767676;
}
.cid-t2OwXKUlJj .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-t2OwXKUlJj .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-t2OwXKUlJj .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-t2OwXKUlJj .img-text {
  color: #000000;
}
.cid-t2OwXLqc3u {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-t2OwXLqc3u .image-block {
  margin: auto;
}
.cid-t2OwXLqc3u figcaption {
  position: relative;
}
.cid-t2OwXLqc3u figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t2OwXLqc3u .image-block {
    width: 100% !important;
  }
}
.cid-t2OwXLV3WO {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t2OwXLV3WO H1 {
  color: #000000;
}
.cid-t2OwXLV3WO .mbr-text,
.cid-t2OwXLV3WO .mbr-section-btn {
  color: #000000;
}
.cid-t2OwXLV3WO H3 {
  color: #716c80;
}
.cid-t2OwXOPtoj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2OwXOPtoj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2OwXOPtoj img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2OwXOPtoj .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2OwXP7nfD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2OwXP7nfD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2OwXP7nfD .row {
  flex-direction: row-reverse;
}
.cid-t2OwXP7nfD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2OwXP7nfD .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2PoGV9ZMR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t2PoGV9ZMR .video-wrapper iframe {
  width: 100%;
}
.cid-t2PoGV9ZMR .mbr-section-title,
.cid-t2PoGV9ZMR .mbr-section-subtitle,
.cid-t2PoGV9ZMR .mbr-text {
  text-align: center;
}
.cid-t2OwXNxmaK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t2OwXNxmaK .mbr-text,
.cid-t2OwXNxmaK .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-t2OwXNxmaK .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-t2OwXNxmaK .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-t2OwXMO2xh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2OwXMO2xh img,
.cid-t2OwXMO2xh .item-img {
  width: 395px;
  margin-left: auto;
  margin-right: auto;
  height: 294px;
  height: 300px;
  object-fit: cover;
}
.cid-t2OwXMO2xh .item:focus,
.cid-t2OwXMO2xh span:focus {
  outline: none;
}
.cid-t2OwXMO2xh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t2OwXMO2xh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t2OwXMO2xh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2OwXMO2xh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t2OwXMO2xh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2OwXMO2xh .mbr-section-title {
  color: #000000;
}
.cid-t2OwXMO2xh .mbr-text,
.cid-t2OwXMO2xh .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-t2OwXMO2xh .item-title {
  text-align: center;
  color: #000000;
}
.cid-t2OwXMO2xh .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-t2OwXMO2xh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2OwXNfYVv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t2OwXNfYVv .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2OwXNfYVv .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-t2OwXNfYVv .mbr-section-title {
  color: #000000;
}
.cid-t2OwXNfYVv .mbr-text,
.cid-t2OwXNfYVv .mbr-section-btn {
  color: #000000;
}
.cid-t2OwXSGCg6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2OwXSGCg6 .mbr-text,
.cid-t2OwXSGCg6 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-t2OwXSGCg6 .mbr-section-title {
  color: #000000;
}
.cid-t2Prj3YmiC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2Prj3YmiC img,
.cid-t2Prj3YmiC .item-img {
  width: 395px;
  margin-left: auto;
  margin-right: auto;
  height: 294px;
  height: 300px;
  object-fit: cover;
}
.cid-t2Prj3YmiC .item:focus,
.cid-t2Prj3YmiC span:focus {
  outline: none;
}
.cid-t2Prj3YmiC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t2Prj3YmiC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t2Prj3YmiC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2Prj3YmiC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t2Prj3YmiC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2Prj3YmiC .mbr-section-title {
  color: #000000;
}
.cid-t2Prj3YmiC .mbr-text,
.cid-t2Prj3YmiC .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-t2Prj3YmiC .item-title {
  text-align: center;
  color: #000000;
}
.cid-t2Prj3YmiC .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-t2Prj3YmiC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2OwXOx7ls {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2OwXOx7ls .mbr-text,
.cid-t2OwXOx7ls .mbr-section-btn {
  color: #000000;
}
.cid-t2OwXOx7ls .mbr-section-title {
  color: #000000;
}
.cid-t2PrLfYJ2g {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2PrLfYJ2g img,
.cid-t2PrLfYJ2g .item-img {
  width: 395px;
  margin-left: auto;
  margin-right: auto;
  height: 294px;
  height: 300px;
  object-fit: cover;
}
.cid-t2PrLfYJ2g .item:focus,
.cid-t2PrLfYJ2g span:focus {
  outline: none;
}
.cid-t2PrLfYJ2g .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t2PrLfYJ2g .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t2PrLfYJ2g .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2PrLfYJ2g .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t2PrLfYJ2g .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2PrLfYJ2g .mbr-section-title {
  color: #000000;
}
.cid-t2PrLfYJ2g .mbr-text,
.cid-t2PrLfYJ2g .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-t2PrLfYJ2g .item-title {
  text-align: center;
  color: #000000;
}
.cid-t2PrLfYJ2g .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-t2PrLfYJ2g .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2OwXQQlAl {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t2OwXQQlAl .mbr-text,
.cid-t2OwXQQlAl .mbr-section-btn {
  color: #000000;
}
.cid-t2OwXQQlAl .mbr-section-title {
  color: #000000;
}
.cid-t2Pso2h5bD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2Pso2h5bD img,
.cid-t2Pso2h5bD .item-img {
  width: 395px;
  margin-left: auto;
  margin-right: auto;
  height: 294px;
  height: 300px;
  object-fit: cover;
}
.cid-t2Pso2h5bD .item:focus,
.cid-t2Pso2h5bD span:focus {
  outline: none;
}
.cid-t2Pso2h5bD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t2Pso2h5bD .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t2Pso2h5bD .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2Pso2h5bD .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t2Pso2h5bD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2Pso2h5bD .mbr-section-title {
  color: #000000;
}
.cid-t2Pso2h5bD .mbr-text,
.cid-t2Pso2h5bD .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-t2Pso2h5bD .item-title {
  text-align: center;
  color: #000000;
}
.cid-t2Pso2h5bD .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-t2Pso2h5bD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2Ptt0J1Ye {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t2Ptt0J1Ye .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2Ptt0J1Ye .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-t2Ptt0J1Ye .mbr-section-title {
  color: #000000;
}
.cid-t2Ptt0J1Ye .mbr-text,
.cid-t2Ptt0J1Ye .mbr-section-btn {
  color: #000000;
}
.cid-t2PtL2USSM {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t2PtL2USSM .mbr-text,
.cid-t2PtL2USSM .mbr-section-btn {
  color: #000000;
}
.cid-t2PtL2USSM .mbr-section-title {
  color: #000000;
}
.cid-t2PtWeBFE1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t2PtWeBFE1 .mbr-text,
.cid-t2PtWeBFE1 .mbr-section-btn {
  color: #000000;
}
.cid-t2PtWeBFE1 .mbr-section-title {
  color: #000000;
}
.cid-t2PtX5exWQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2PtX5exWQ img,
.cid-t2PtX5exWQ .item-img {
  width: 395px;
  margin-left: auto;
  margin-right: auto;
  height: 294px;
  height: 300px;
  object-fit: cover;
}
.cid-t2PtX5exWQ .item:focus,
.cid-t2PtX5exWQ span:focus {
  outline: none;
}
.cid-t2PtX5exWQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t2PtX5exWQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t2PtX5exWQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2PtX5exWQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t2PtX5exWQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2PtX5exWQ .mbr-section-title {
  color: #000000;
}
.cid-t2PtX5exWQ .mbr-text,
.cid-t2PtX5exWQ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-t2PtX5exWQ .item-title {
  text-align: center;
  color: #000000;
}
.cid-t2PtX5exWQ .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-t2PtX5exWQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2PxTEYUTX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-t2PxTEYUTX .mbr-section-title {
  margin-bottom: 55px;
}
.cid-t2PxTEYUTX .image {
  margin-bottom: 10px;
  min-width: 100px;
}
.cid-t2PxTEYUTX .image img {
  border-radius: 50%;
  object-fit: cover;
  max-width: 70px;
}
.cid-t2PxTEYUTX .content__block {
  margin-bottom: 60px;
}
.cid-t2PxTEYUTX .mbr-text {
  font-weight: 500;
  color: #000000;
  margin-bottom: 20px;
}
.cid-t2PxTEYUTX .signature {
  margin-bottom: 0;
  letter-spacing: 2px;
}
.cid-t2PxTEYUTX .company {
  color: #919dab;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-t2PxTEYUTX .content__block {
    margin-bottom: 30px;
  }
}
.cid-t2PyRaI0ND {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-t2PyRaI0ND .mbr-section-title {
  margin-bottom: 55px;
}
.cid-t2PyRaI0ND .image {
  margin-bottom: 10px;
  min-width: 100px;
}
.cid-t2PyRaI0ND .image img {
  border-radius: 50%;
  object-fit: cover;
  max-width: 70px;
}
.cid-t2PyRaI0ND .content__block {
  margin-bottom: 60px;
}
.cid-t2PyRaI0ND .mbr-text {
  font-weight: 500;
  color: #000000;
  margin-bottom: 20px;
}
.cid-t2PyRaI0ND .signature {
  margin-bottom: 0;
  letter-spacing: 2px;
}
.cid-t2PyRaI0ND .company {
  color: #919dab;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-t2PyRaI0ND .content__block {
    margin-bottom: 30px;
  }
}
.cid-t2PzyxRRqQ {
  background-image: url("../../../assets/images/nikon-coolpix-p500-header-1920x600.jpg");
}
.cid-t2PzyxRRqQ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t2PzyxRRqQ .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t2PzyxRRqQ .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t2PzyxRRqQ .mbr-section-title {
  color: #ffffff;
}
.cid-t2PzyxRRqQ .mbr-text,
.cid-t2PzyxRRqQ .mbr-section-btn,
.cid-t2PzyxRRqQ .social-row {
  color: #ffffff;
}
.cid-t2PzyyZkno {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-t2PzyyZkno H2 {
  color: #e7272d;
}
@media (min-width: 992px) {
  .cid-t2PzyyZkno .row {
    position: relative;
  }
  .cid-t2PzyyZkno .row .mbr-figure {
    width: 700px;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -150px;
  }
  .cid-t2PzyyZkno .row .mbr-figure img {
    max-width: 700px;
  }
}
.cid-t2PzyyZkno img {
  max-width: 700px;
  margin: auto;
}
.cid-t2Pzyzjozy {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2Pzyzjozy .mbr-section-subtitle {
  color: #000000;
  font-weight: 300;
}
.cid-t2Pzyzjozy .mbr-content-text {
  color: #767676;
}
.cid-t2Pzyzjozy .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-t2Pzyzjozy .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-t2Pzyzjozy .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-t2Pzyzjozy .img-text {
  color: #000000;
}
.cid-t2PzyzItbO {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-t2PzyzItbO .image-block {
  margin: auto;
}
.cid-t2PzyzItbO figcaption {
  position: relative;
}
.cid-t2PzyzItbO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t2PzyzItbO .image-block {
    width: 100% !important;
  }
}
.cid-t2PzyAc6F5 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2PzyAc6F5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2PzyAc6F5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2PzyAc6F5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2PzyAzoaJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2PzyAzoaJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2PzyAzoaJ .row {
  flex-direction: row-reverse;
}
.cid-t2PzyAzoaJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2PzyAzoaJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2PFhkgvrE {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2PFhkgvrE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2PFhkgvrE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2PFhkgvrE .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2PFhSp7i8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2PFhSp7i8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2PFhSp7i8 .row {
  flex-direction: row-reverse;
}
.cid-t2PFhSp7i8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2PFhSp7i8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2PFij3mcn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2PFij3mcn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2PFij3mcn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2PFij3mcn .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2PzyEbJiE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2PzyEbJiE img,
.cid-t2PzyEbJiE .item-img {
  width: 395px;
  margin-left: auto;
  margin-right: auto;
  height: 294px;
  height: 300px;
  object-fit: cover;
}
.cid-t2PzyEbJiE .item:focus,
.cid-t2PzyEbJiE span:focus {
  outline: none;
}
.cid-t2PzyEbJiE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t2PzyEbJiE .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t2PzyEbJiE .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2PzyEbJiE .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t2PzyEbJiE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2PzyEbJiE .mbr-section-title {
  color: #000000;
}
.cid-t2PzyEbJiE .mbr-text,
.cid-t2PzyEbJiE .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-t2PzyEbJiE .item-title {
  text-align: center;
  color: #000000;
}
.cid-t2PzyEbJiE .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-t2PzyEbJiE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2PHgmCHBl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2PHgmCHBl img,
.cid-t2PHgmCHBl .item-img {
  width: 395px;
  margin-left: auto;
  margin-right: auto;
  height: 294px;
  height: 300px;
  object-fit: cover;
}
.cid-t2PHgmCHBl .item:focus,
.cid-t2PHgmCHBl span:focus {
  outline: none;
}
.cid-t2PHgmCHBl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t2PHgmCHBl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t2PHgmCHBl .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2PHgmCHBl .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t2PHgmCHBl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2PHgmCHBl .mbr-section-title {
  color: #000000;
}
.cid-t2PHgmCHBl .mbr-text,
.cid-t2PHgmCHBl .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-t2PHgmCHBl .item-title {
  text-align: center;
  color: #000000;
}
.cid-t2PHgmCHBl .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-t2PHgmCHBl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2PzyGftxe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-t2PzyGftxe .mbr-section-title {
  margin-bottom: 55px;
}
.cid-t2PzyGftxe .image {
  margin-bottom: 10px;
  min-width: 100px;
}
.cid-t2PzyGftxe .image img {
  border-radius: 50%;
  object-fit: cover;
  max-width: 70px;
}
.cid-t2PzyGftxe .content__block {
  margin-bottom: 60px;
}
.cid-t2PzyGftxe .mbr-text {
  font-weight: 500;
  color: #000000;
  margin-bottom: 20px;
}
.cid-t2PzyGftxe .signature {
  margin-bottom: 0;
  letter-spacing: 2px;
}
.cid-t2PzyGftxe .company {
  color: #919dab;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-t2PzyGftxe .content__block {
    margin-bottom: 30px;
  }
}
.cid-t2PzyGIkGd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-t2PzyGIkGd .mbr-section-title {
  margin-bottom: 55px;
}
.cid-t2PzyGIkGd .image {
  margin-bottom: 10px;
  min-width: 100px;
}
.cid-t2PzyGIkGd .image img {
  border-radius: 50%;
  object-fit: cover;
  max-width: 70px;
}
.cid-t2PzyGIkGd .content__block {
  margin-bottom: 60px;
}
.cid-t2PzyGIkGd .mbr-text {
  font-weight: 500;
  color: #000000;
  margin-bottom: 20px;
}
.cid-t2PzyGIkGd .signature {
  margin-bottom: 0;
  letter-spacing: 2px;
}
.cid-t2PzyGIkGd .company {
  color: #919dab;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-t2PzyGIkGd .content__block {
    margin-bottom: 30px;
  }
}
.cid-t2PJnM3jmO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-t2PJnM3jmO .mbr-section-title {
  margin-bottom: 55px;
}
.cid-t2PJnM3jmO .image {
  margin-bottom: 10px;
  min-width: 100px;
}
.cid-t2PJnM3jmO .image img {
  border-radius: 50%;
  object-fit: cover;
  max-width: 70px;
}
.cid-t2PJnM3jmO .mbr-text {
  font-weight: 500;
  color: #000000;
  margin-bottom: 20px;
}
.cid-t2PJnM3jmO .signature {
  margin-bottom: 0;
  letter-spacing: 2px;
}
.cid-t2PJnM3jmO .company {
  color: #919dab;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-t2PJnM3jmO .content__block {
    margin-bottom: 30px;
  }
}
