@import url(https://fonts.googleapis.com/css?family=Mulish:200,300,400,500,600,700,800,900,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Mulish', sans-serif;
  font-size: 3.7rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.92rem;
}
.display-2 {
  font-family: 'Mulish', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Mulish', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Mulish', sans-serif;
  font-size: 1.8rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Mulish', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 2.96rem;
    font-size: calc( 1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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: #15054d !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #d8637f !important;
}
.bg-warning {
  background-color: #a49da3 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #15054d !important;
  border-color: #15054d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #010005 !important;
  border-color: #010005 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #010005 !important;
  border-color: #010005 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d8637f !important;
  border-color: #d8637f !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #bf3052 !important;
  border-color: #bf3052 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #bf3052 !important;
  border-color: #bf3052 !important;
}
.btn-info,
.btn-info:active {
  background-color: #d8637f !important;
  border-color: #d8637f !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #bf3052 !important;
  border-color: #bf3052 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #bf3052 !important;
  border-color: #bf3052 !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a49da3 !important;
  border-color: #a49da3 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #7f767d !important;
  border-color: #7f767d !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #7f767d !important;
  border-color: #7f767d !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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #15054d;
  border-color: #15054d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #15054d !important;
  border-color: #15054d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #aa2b49;
  color: #aa2b49;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #d8637f;
  border-color: #d8637f;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d8637f !important;
  border-color: #d8637f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #aa2b49;
  color: #aa2b49;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #d8637f;
  border-color: #d8637f;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #d8637f !important;
  border-color: #d8637f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #726970;
  color: #726970;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #a49da3;
  border-color: #a49da3;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a49da3 !important;
  border-color: #a49da3 !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: #15054d !important;
}
.text-secondary {
  color: #d8637f !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #d8637f !important;
}
.text-warning {
  color: #a49da3 !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: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #aa2b49 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #aa2b49 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #726970 !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: #d8637f;
}
.alert-warning {
  background-color: #a49da3;
}
.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: #15054d;
  border-color: #15054d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #15054d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6b45f3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e1dfe1;
}
.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: 'Mulish', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #15054d;
}
/* 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: #15054d;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #15054d;
}
.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: #15054d;
  color: #ffffff;
}
.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: #15054d;
  border-bottom-color: #15054d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #15054d !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: #d8637f !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='%2315054d' %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-tPQIJ8TEnR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/katabaratkonyveles.hu.jpg");
}
.cid-tPQIJ8TEnR H3 {
  color: #ffffff;
}
.cid-tRUlYVg80a {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/pink-notes-flat-lay-mock-up-feminine-home-office-workspace-copyspace-inspiring-workplace-productivity-concept-business-fashion-freelance-finance-artwork-trendy-pastel-colors-2.jpeg");
}
.cid-tRUlYVg80a .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tRUlYVg80a .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tRUlYVg80a .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tRUlYVg80a .mbr-text {
    text-align: center;
  }
}
.cid-tPQISOvEDV {
  background-color: #ffffff;
}
.cid-tPQISOvEDV .wave1 {
  fill: #d8637f;
}
.cid-tPQISOvEDV .wave2 {
  fill: #d8637f;
  opacity: 0.5;
}
.cid-tPQISOvEDV .wave3,
.cid-tPQISOvEDV .wave4 {
  fill: #d8637f;
  opacity: 0.35;
}
.cid-tPQITBbbwS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #d8637f;
}
.cid-tPQITBbbwS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tPQITBbbwS H2 {
  color: #ffffff;
}
.cid-tPQIUBidaB {
  background-color: #d8637f;
}
.cid-tPQIUBidaB .wave1 {
  fill: #ffffff;
}
.cid-tPQIUBidaB .wave2 {
  fill: #ffffff;
  opacity: 0.5;
}
.cid-tPQIUBidaB .wave3,
.cid-tPQIUBidaB .wave4 {
  fill: #ffffff;
  opacity: 0.35;
}
.cid-tPQIWj5XOh {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tPQIWj5XOh .mbr-section-subtitle {
  color: #767676;
}
.cid-tPQIYe1Jle {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tPQIYe1Jle .mbr-text {
  color: #767676;
}
.cid-tPQIYe1Jle h4 {
  text-align: center;
}
.cid-tPQIYe1Jle p {
  text-align: center;
}
.cid-tPQIYe1Jle .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tPQIYVR8QQ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tPQIYVR8QQ .mbr-text {
  color: #767676;
}
.cid-tPQIYVR8QQ h4 {
  text-align: center;
}
.cid-tPQIYVR8QQ p {
  text-align: center;
}
.cid-tPQIYVR8QQ .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tPQIZti1DZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tPQIZti1DZ .mbr-text {
  color: #767676;
}
.cid-tPQIZti1DZ h4 {
  text-align: center;
}
.cid-tPQIZti1DZ p {
  text-align: center;
}
.cid-tPQIZti1DZ .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tPQJ16EEfi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tPQJ1IVZmn {
  background-color: #ffffff;
}
.cid-tPQJ1IVZmn .wave1 {
  fill: #d8637f;
}
.cid-tPQJ1IVZmn .wave2 {
  fill: #d8637f;
  opacity: 0.5;
}
.cid-tPQJ1IVZmn .wave3,
.cid-tPQJ1IVZmn .wave4 {
  fill: #d8637f;
  opacity: 0.35;
}
.cid-tPQJ2uzkOI {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #d8637f;
}
.cid-tPQJ2uzkOI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tPQJ2uzkOI H2 {
  color: #ffffff;
}
.cid-tPQJ3vVxxv {
  background-color: #d8637f;
}
.cid-tPQJ3vVxxv .wave1 {
  fill: #49262e;
}
.cid-tPQJ3vVxxv .wave2 {
  fill: #49262e;
  opacity: 0.5;
}
.cid-tPQJ3vVxxv .wave3,
.cid-tPQJ3vVxxv .wave4 {
  fill: #49262e;
  opacity: 0.35;
}
.cid-tPQJ4dLX5H {
  background-image: url("../../../assets/images/desktop-3261770.jpg");
}
.cid-tPQJ4dLX5H .mbr-text,
.cid-tPQJ4dLX5H .mbr-section-btn {
  text-align: center;
}
.cid-tPQJ4dLX5H H1 {
  text-align: center;
}
.cid-tPQJ5T1c2b {
  background-color: #49262e;
}
.cid-tPQJ5T1c2b .wave1 {
  fill: #ffffff;
}
.cid-tPQJ5T1c2b .wave2 {
  fill: #ffffff;
  opacity: 0.5;
}
.cid-tPQJ5T1c2b .wave3,
.cid-tPQJ5T1c2b .wave4 {
  fill: #ffffff;
  opacity: 0.35;
}
.cid-tPQJaX8laE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tPQJaX8laE .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #374048;
  text-align: center;
}
.cid-tPQJaX8laE .mbr-author-name {
  font-weight: bold;
  color: #8a90a1;
  text-align: center;
}
.cid-tPQJaX8laE .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-tPQJaX8laE .mbr-figure,
  .cid-tPQJaX8laE img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-tPQJaX8laE .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-tPQJaX8laE .mbr-author-desc {
  color: #8a90a1;
  text-align: center;
}
.cid-tPQJe5QQww {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/28746-2.jpeg");
}
.cid-tPQJe5QQww .mbr-section-subtitle {
  color: #767676;
}
.cid-tPQJe5QQww .btn {
  margin: 0 0 .5rem 0;
}
.cid-tPQJe5QQww H2 {
  color: #ffffff;
}
.cid-tPQJe5QQww DIV {
  text-align: center;
}
.cid-tPQJhgNbV6 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tPQJhgNbV6 .contact-item {
  background-color: #ffffff;
}
.cid-tPQJhgNbV6 .adresslink {
  color: #232323;
}
.cid-tPQJhgNbV6 H4 {
  color: #353535;
}
.cid-tPQJhgNbV6 P {
  color: #000000;
}
.cid-tPQJhgNbV6 .contact-information .contact-item {
  padding: 60px 30px;
  text-align: center;
}
.cid-tPQJhgNbV6 .contact-information .contact-item i {
  margin-bottom: 40px;
}
.cid-tPQJhgNbV6 .contact-information .contact-item h4 {
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-bottom: 15px;
}
.cid-tPQJhgNbV6 .contact-information .contact-item p {
  margin-bottom: 20px;
}
.cid-tPQJhgNbV6 .contact-information .contact-item a {
  font-weight: 600;
}
.cid-tPQJjaFauN {
  background-color: #efefef;
}
.cid-tPQJjaFauN .wave1 {
  fill: #d8637f;
}
.cid-tPQJjaFauN .wave2 {
  fill: #d8637f;
  opacity: 0.5;
}
.cid-tPQJjaFauN .wave3,
.cid-tPQJjaFauN .wave4 {
  fill: #d8637f;
  opacity: 0.35;
}
.cid-tPQKUVboNV {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #d8637f;
}
.cid-tPQKUVboNV .mbr-section-subtitle {
  color: #767676;
}
.cid-tPQKUVboNV H2 {
  color: #ffffff;
}
.cid-tPQJkdgwhP .divider-top {
  position: relative;
  padding: 2.5em;
  background: #d8637f;
}
.cid-tPQJkdgwhP .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tPQJkdgwhP .divider-top::before,
.cid-tPQJkdgwhP .divider-bottom::before,
.cid-tPQJkdgwhP .divider-top::after,
.cid-tPQJkdgwhP .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tPQJkdgwhP .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tPQJkdgwhP .divider-triangles::before {
  top: -50px;
}
.cid-tPQJkdgwhP .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tPQJkdgwhP .divider-halfcircle::before {
  top: -50px;
}
.cid-tPQJkdgwhP .divider-multitriangles::before,
.cid-tPQJkdgwhP .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tPQJkdgwhP .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #d8637f, 50px -50px 0 #d8637f;
}
.cid-tPQJlgyTcM {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tPQJlgyTcM h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tPQJlgyTcM p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tPQJlgyTcM .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-tPQJlgyTcM .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-tPQJlgyTcM .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tPQJlgyTcM .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-tPQJlgyTcM .card-box {
    padding-left: 0;
  }
}
.cid-tPQJwD65Rr {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tPQJwD65Rr h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tPQJwD65Rr p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tPQJwD65Rr .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-tPQJwD65Rr .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-tPQJwD65Rr .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tPQJwD65Rr .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-tPQJwD65Rr .card-box {
    padding-left: 0;
  }
}
.cid-tPQJxi8Bwe {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tPQJxi8Bwe h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tPQJxi8Bwe p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tPQJxi8Bwe .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-tPQJxi8Bwe .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-tPQJxi8Bwe .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tPQJxi8Bwe .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-tPQJxi8Bwe .card-box {
    padding-left: 0;
  }
}
.cid-tPQJnk9OOd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tRUt4zABCp {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tRUt4zABCp .image-block {
  margin: auto;
}
.cid-tRUt4zABCp figcaption {
  position: relative;
}
.cid-tRUt4zABCp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tRUt4zABCp .image-block {
    width: 100% !important;
  }
}
.cid-tPQE2gaNkv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d8637f;
}
.cid-tPQE2gaNkv .media-container-row .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-se2W4zY4LC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/katabaratkonyveles.hu.jpg");
}
.cid-se2W4zY4LC H3 {
  color: #ffffff;
}
.cid-tPQxNxYbzx {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tPQxNxYbzx .form-control,
.cid-tPQxNxYbzx .form-control:focus {
  background: #eeeff1;
  border: 1px solid #374048;
}
.cid-tPQxNxYbzx .form-container {
  transition: all .2s;
  border: 1px solid #374048;
  padding: 1rem;
  background: linear-gradient(#da627e, #da627e);
  border: none;
}
.cid-tPQxNxYbzx textarea.form-control {
  min-height: 188px;
}
.cid-tPQxNxYbzx .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-tPQxNxYbzx .content-container {
    padding-right: 5rem;
  }
}
.cid-tPQxNxYbzx H1 {
  color: #374048;
}
.cid-tPQxNxYbzx .mbr-text,
.cid-tPQxNxYbzx .mbr-section-btn {
  color: #8a90a1;
  text-align: left;
}
.cid-tPQCiQ94ew {
  background-color: #ffffff;
}
.cid-tPQCiQ94ew .wave1 {
  fill: #da627e;
}
.cid-tPQCiQ94ew .wave2 {
  fill: #da627e;
  opacity: 0.5;
}
.cid-tPQCiQ94ew .wave3,
.cid-tPQCiQ94ew .wave4 {
  fill: #da627e;
  opacity: 0.35;
}
.cid-tPQBAz2ook {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #da627e;
}
.cid-tPQBAz2ook .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tPQBAz2ook H2 {
  color: #ffffff;
}
.cid-tPQCjxaFwp {
  background-color: #da627e;
}
.cid-tPQCjxaFwp .wave1 {
  fill: #ffffff;
}
.cid-tPQCjxaFwp .wave2 {
  fill: #ffffff;
  opacity: 0.5;
}
.cid-tPQCjxaFwp .wave3,
.cid-tPQCjxaFwp .wave4 {
  fill: #ffffff;
  opacity: 0.35;
}
.cid-rSR6I6ngnz {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSR6I6ngnz .mbr-section-subtitle {
  color: #232323;
}
.cid-rSR6I6ngnz H2 {
  color: #374048;
}
.cid-spAOa7rkR5 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spAOa7rkR5 .mbr-text {
  color: #767676;
}
.cid-spAOa7rkR5 h4 {
  text-align: center;
}
.cid-spAOa7rkR5 p {
  text-align: center;
}
.cid-spAOa7rkR5 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-t7DAnxHOq7 {
  background-color: #ffffff;
}
.cid-t7DAnxHOq7 .wave1 {
  fill: #da627e;
}
.cid-t7DAnxHOq7 .wave2 {
  fill: #da627e;
  opacity: 0.5;
}
.cid-t7DAnxHOq7 .wave3,
.cid-t7DAnxHOq7 .wave4 {
  fill: #da627e;
  opacity: 0.35;
}
.cid-rSR6IaNu6b {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #da627e;
}
.cid-rSR6IaNu6b .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rSR6IaNu6b H2 {
  color: #ffffff;
}
.cid-t7Doxn6iXU {
  background-color: #da627e;
}
.cid-t7Doxn6iXU .wave1 {
  fill: #ffffff;
}
.cid-t7Doxn6iXU .wave2 {
  fill: #ffffff;
  opacity: 0.5;
}
.cid-t7Doxn6iXU .wave3,
.cid-t7Doxn6iXU .wave4 {
  fill: #ffffff;
  opacity: 0.35;
}
.cid-t5x6fimN8w {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5x6fimN8w .mbr-section-subtitle {
  color: #767676;
}
.cid-t5x66hSfFc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5x66hSfFc .mbr-text {
  color: #767676;
}
.cid-t5x66hSfFc h4 {
  text-align: center;
}
.cid-t5x66hSfFc p {
  text-align: center;
}
.cid-t5x66hSfFc .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-t5x6RtItLI {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5x6RtItLI .mbr-text {
  color: #767676;
}
.cid-t5x6RtItLI h4 {
  text-align: center;
}
.cid-t5x6RtItLI p {
  text-align: center;
}
.cid-t5x6RtItLI .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tdg8lsrClm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tdg8lsrClm .mbr-text {
  color: #767676;
}
.cid-tdg8lsrClm h4 {
  text-align: center;
}
.cid-tdg8lsrClm p {
  text-align: center;
}
.cid-tdg8lsrClm .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-spGsQbO5PI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t7DnQqMJa6 {
  background-color: #ffffff;
}
.cid-t7DnQqMJa6 .wave1 {
  fill: #da627e;
}
.cid-t7DnQqMJa6 .wave2 {
  fill: #da627e;
  opacity: 0.5;
}
.cid-t7DnQqMJa6 .wave3,
.cid-t7DnQqMJa6 .wave4 {
  fill: #da627e;
  opacity: 0.35;
}
.cid-rSR6Ihz5Sg {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #da627e;
}
.cid-rSR6Ihz5Sg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rSR6Ihz5Sg H2 {
  color: #ffffff;
}
.cid-t7DpICWuZl {
  background-color: #da627e;
}
.cid-t7DpICWuZl .wave1 {
  fill: #49262e;
}
.cid-t7DpICWuZl .wave2 {
  fill: #49262e;
  opacity: 0.5;
}
.cid-t7DpICWuZl .wave3,
.cid-t7DpICWuZl .wave4 {
  fill: #49262e;
  opacity: 0.35;
}
.cid-se30e4Xnmu {
  background-image: url("../../../assets/images/desktop-3261770.jpg");
}
.cid-se30e4Xnmu .mbr-text,
.cid-se30e4Xnmu .mbr-section-btn {
  text-align: center;
}
.cid-se30e4Xnmu H1 {
  text-align: center;
}
.cid-t7DAHZttgO {
  background-color: #49262e;
}
.cid-t7DAHZttgO .wave1 {
  fill: #ffffff;
}
.cid-t7DAHZttgO .wave2 {
  fill: #ffffff;
  opacity: 0.5;
}
.cid-t7DAHZttgO .wave3,
.cid-t7DAHZttgO .wave4 {
  fill: #ffffff;
  opacity: 0.35;
}
.cid-rSR6Ik7Ww3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSR6Ik7Ww3 .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #374048;
  text-align: center;
}
.cid-rSR6Ik7Ww3 .mbr-author-name {
  font-weight: bold;
  color: #8a90a1;
  text-align: center;
}
.cid-rSR6Ik7Ww3 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rSR6Ik7Ww3 .mbr-figure,
  .cid-rSR6Ik7Ww3 img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rSR6Ik7Ww3 .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rSR6Ik7Ww3 .mbr-author-desc {
  color: #8a90a1;
  text-align: center;
}
.cid-t7DqmYgY8Y {
  background-color: #ffffff;
}
.cid-t7DqmYgY8Y .wave1 {
  fill: #da627e;
}
.cid-t7DqmYgY8Y .wave2 {
  fill: #da627e;
  opacity: 0.5;
}
.cid-t7DqmYgY8Y .wave3,
.cid-t7DqmYgY8Y .wave4 {
  fill: #da627e;
  opacity: 0.35;
}
.cid-rSR6ImP8qo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #da627e;
}
.cid-rSR6ImP8qo .mbr-text,
.cid-rSR6ImP8qo blockquote {
  color: #767676;
}
.cid-rSR6ImP8qo .mbr-text {
  color: #ffffff;
}
.cid-rSR6ImP8qo .mbr-text P {
  text-align: center;
}
.cid-t7Dql3egnL {
  background-color: #da627e;
}
.cid-t7Dql3egnL .wave1 {
  fill: #ffffff;
}
.cid-t7Dql3egnL .wave2 {
  fill: #ffffff;
  opacity: 0.5;
}
.cid-t7Dql3egnL .wave3,
.cid-t7Dql3egnL .wave4 {
  fill: #ffffff;
  opacity: 0.35;
}
.cid-rSR6Ix1JSK {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-spB3gNtg3z {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/28746-1.jpeg");
}
.cid-spB3gNtg3z .mbr-section-subtitle {
  color: #767676;
}
.cid-spB3gNtg3z .btn {
  margin: 0 0 .5rem 0;
}
.cid-spB3gNtg3z H2 {
  color: #ffffff;
}
.cid-spB3gNtg3z DIV {
  text-align: center;
}
.cid-d2hMEwhL1o {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-d2hMEwhL1o .contact-item {
  background-color: #ffffff;
}
.cid-d2hMEwhL1o .adresslink {
  color: #232323;
}
.cid-d2hMEwhL1o H4 {
  color: #353535;
}
.cid-d2hMEwhL1o P {
  color: #15054d;
}
.cid-d2hMEwhL1o .contact-information .contact-item {
  padding: 60px 30px;
  text-align: center;
}
.cid-d2hMEwhL1o .contact-information .contact-item i {
  margin-bottom: 40px;
}
.cid-d2hMEwhL1o .contact-information .contact-item h4 {
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-bottom: 15px;
}
.cid-d2hMEwhL1o .contact-information .contact-item p {
  margin-bottom: 20px;
}
.cid-d2hMEwhL1o .contact-information .contact-item a {
  font-weight: 600;
}
.cid-t7DqWEH3Ap {
  background-color: #ffffff;
}
.cid-t7DqWEH3Ap .wave1 {
  fill: #da627e;
}
.cid-t7DqWEH3Ap .wave2 {
  fill: #da627e;
  opacity: 0.5;
}
.cid-t7DqWEH3Ap .wave3,
.cid-t7DqWEH3Ap .wave4 {
  fill: #da627e;
  opacity: 0.35;
}
.cid-sKUnOairIV {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #da627e;
}
.cid-sKUnOairIV .mbr-section-subtitle {
  color: #767676;
}
.cid-sKUnOairIV H2 {
  color: #ffffff;
}
.cid-t7DqXJmtPM .divider-top {
  position: relative;
  padding: 2.5em;
  background: #da627e;
}
.cid-t7DqXJmtPM .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #faeff1;
}
.cid-t7DqXJmtPM .divider-top::before,
.cid-t7DqXJmtPM .divider-bottom::before,
.cid-t7DqXJmtPM .divider-top::after,
.cid-t7DqXJmtPM .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-t7DqXJmtPM .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-t7DqXJmtPM .divider-triangles::before {
  top: -50px;
}
.cid-t7DqXJmtPM .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-t7DqXJmtPM .divider-halfcircle::before {
  top: -50px;
}
.cid-t7DqXJmtPM .divider-multitriangles::before,
.cid-t7DqXJmtPM .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-t7DqXJmtPM .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #da627e, 50px -50px 0 #da627e;
}
.cid-t5xfVGECtx {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #faeff1;
}
.cid-t5xfVGECtx h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t5xfVGECtx p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-t5xfVGECtx .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-t5xfVGECtx .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-t5xfVGECtx .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-t5xfVGECtx .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-t5xfVGECtx .card-box {
    padding-left: 0;
  }
}
.cid-t5xfX26SdF {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #faeff1;
}
.cid-t5xfX26SdF h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t5xfX26SdF p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-t5xfX26SdF .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-t5xfX26SdF .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-t5xfX26SdF .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-t5xfX26SdF .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-t5xfX26SdF .card-box {
    padding-left: 0;
  }
}
.cid-t5xfY2QYVo {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #faeff1;
}
.cid-t5xfY2QYVo h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t5xfY2QYVo p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-t5xfY2QYVo .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-t5xfY2QYVo .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-t5xfY2QYVo .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-t5xfY2QYVo .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-t5xfY2QYVo .card-box {
    padding-left: 0;
  }
}
.cid-t5xfZxUZfT {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #faeff1;
}
.cid-t5xfZxUZfT h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t5xfZxUZfT p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-t5xfZxUZfT .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-t5xfZxUZfT .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-t5xfZxUZfT .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-t5xfZxUZfT .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-t5xfZxUZfT .card-box {
    padding-left: 0;
  }
}
.cid-rSR6Jjeanc {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #faeff1;
}
.cid-tPQE2gaNkv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d8637f;
}
.cid-tPQE2gaNkv .media-container-row .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tHNK9t0eRL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/pink-notes-flat-lay-mock-up-feminine-home-office-workspace-copyspace-inspiring-workplace-productivity-concept-business-fashion-freelance-finance-artwork-trendy-pastel-colors-2.jpeg");
}
.cid-tHNK9t0eRL P {
  color: #767676;
}
.cid-tHNK9t0eRL H1 {
  text-align: center;
  color: #ffffff;
}
.cid-tHNK9t0eRL .mbr-text,
.cid-tHNK9t0eRL .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tHNMXaxudw {
  background-color: #767676;
}
.cid-tHNMXaxudw .wave1 {
  fill: #da627e;
}
.cid-tHNMXaxudw .wave2 {
  fill: #da627e;
  opacity: 0.5;
}
.cid-tHNMXaxudw .wave3,
.cid-tHNMXaxudw .wave4 {
  fill: #da627e;
  opacity: 0.35;
}
.cid-tHNK9v9vxz {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #da627e;
}
.cid-tHNK9v9vxz .mbr-section-subtitle {
  color: #767676;
}
.cid-tHNK9v9vxz H2 {
  color: #ffffff;
}
.cid-tHNLi7DyQB {
  background-color: #da627e;
}
.cid-tHNLi7DyQB .wave1 {
  fill: #ffffff;
}
.cid-tHNLi7DyQB .wave2 {
  fill: #ffffff;
  opacity: 0.5;
}
.cid-tHNLi7DyQB .wave3,
.cid-tHNLi7DyQB .wave4 {
  fill: #ffffff;
  opacity: 0.35;
}
.cid-tHNK9wvgOA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tHNK9wvgOA .mbr-section-subtitle {
  color: #050505;
  text-align: center;
}
.cid-tHNK9wvgOA H2 {
  color: #050505;
}
.cid-tHNLqRnQIV {
  background-color: #ffffff;
}
.cid-tHNLqRnQIV .wave1 {
  fill: #da627e;
}
.cid-tHNLqRnQIV .wave2 {
  fill: #da627e;
  opacity: 0.5;
}
.cid-tHNLqRnQIV .wave3,
.cid-tHNLqRnQIV .wave4 {
  fill: #da627e;
  opacity: 0.35;
}
.cid-tHNK9vqpnS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #da627e;
}
.cid-tHNK9vqpnS h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tHNK9vqpnS p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tHNK9vqpnS .card-img {
  width: auto;
}
.cid-tHNK9vqpnS .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tHNK9vqpnS .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-tHNK9vqpnS .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 300px) {
  .cid-tHNK9vqpnS .card-img span {
    font-size: 40px !important;
  }
}
.cid-tHNK9vqpnS .card-title,
.cid-tHNK9vqpnS .card-img {
  color: #ffffff;
}
.cid-tHNK9wgs1Y {
  background-color: #da627e;
}
.cid-tHNK9wgs1Y .wave1 {
  fill: #efefef;
}
.cid-tHNK9wgs1Y .wave2 {
  fill: #efefef;
  opacity: 0.5;
}
.cid-tHNK9wgs1Y .wave3,
.cid-tHNK9wgs1Y .wave4 {
  fill: #efefef;
  opacity: 0.35;
}
.cid-tHNTWTabqD {
  background-color: #efefef;
}
.cid-tHNTWTabqD .wave1 {
  fill: #da627e;
}
.cid-tHNTWTabqD .wave2 {
  fill: #da627e;
  opacity: 0.5;
}
.cid-tHNTWTabqD .wave3,
.cid-tHNTWTabqD .wave4 {
  fill: #da627e;
  opacity: 0.35;
}
.cid-tHNK9zjaGF {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #da627e;
}
.cid-tHNK9zjaGF .mbr-section-subtitle {
  color: #767676;
}
.cid-tHNK9zjaGF H2 {
  color: #ffffff;
}
.cid-tHNK9zEv2Z .divider-top {
  position: relative;
  padding: 2.5em;
  background: #da627e;
}
.cid-tHNK9zEv2Z .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #faeff1;
}
.cid-tHNK9zEv2Z .divider-top::before,
.cid-tHNK9zEv2Z .divider-bottom::before,
.cid-tHNK9zEv2Z .divider-top::after,
.cid-tHNK9zEv2Z .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tHNK9zEv2Z .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tHNK9zEv2Z .divider-triangles::before {
  top: -50px;
}
.cid-tHNK9zEv2Z .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tHNK9zEv2Z .divider-halfcircle::before {
  top: -50px;
}
.cid-tHNK9zEv2Z .divider-multitriangles::before,
.cid-tHNK9zEv2Z .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tHNK9zEv2Z .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #da627e, 50px -50px 0 #da627e;
}
.cid-tHNK9A0All {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #faeff1;
}
.cid-tHNK9A0All h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tHNK9A0All p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tHNK9A0All .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-tHNK9A0All .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-tHNK9A0All .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tHNK9A0All .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-tHNK9A0All .card-box {
    padding-left: 0;
  }
}
.cid-tHNK9ALSDi {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #faeff1;
}
.cid-tHNK9ALSDi h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tHNK9ALSDi p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tHNK9ALSDi .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-tHNK9ALSDi .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-tHNK9ALSDi .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tHNK9ALSDi .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-tHNK9ALSDi .card-box {
    padding-left: 0;
  }
}
.cid-tHNK9BQfyr {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #faeff1;
}
.cid-tHNK9BQfyr h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tHNK9BQfyr p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tHNK9BQfyr .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-tHNK9BQfyr .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-tHNK9BQfyr .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tHNK9BQfyr .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-tHNK9BQfyr .card-box {
    padding-left: 0;
  }
}
.cid-tHNTVIhEwK {
  background-color: #faeff1;
}
.cid-tHNTVIhEwK .wave1 {
  fill: #da627e;
}
.cid-tHNTVIhEwK .wave2 {
  fill: #da627e;
  opacity: 0.5;
}
.cid-tHNTVIhEwK .wave3,
.cid-tHNTVIhEwK .wave4 {
  fill: #da627e;
  opacity: 0.35;
}
.cid-tPQE2gaNkv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d8637f;
}
.cid-tPQE2gaNkv .media-container-row .mbr-text {
  color: #ffffff;
  text-align: center;
}
