body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 5.37rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8.592rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 4.296rem;
    font-size: calc( 2.5295rem + (5.37 - 2.5295) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.5295rem + (5.37 - 2.5295) * ((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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.7rem 2.7rem;
  border-radius: 35px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ffc85b !important;
}
.bg-success {
  background-color: #00b15c !important;
}
.bg-info {
  background-color: #12265a !important;
}
.bg-warning {
  background-color: #fa9db7 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #45b3df !important;
  border-color: #45b3df !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #12265a !important;
  border-color: #12265a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #00b15c !important;
  border-color: #00b15c !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #000000 !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #ffc85b;
  color: #ffc85b !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #5b3c00 !important;
  background-color: #ffc85b;
  border-color: #ffc85b;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #5b3c00 !important;
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #45b3df;
  color: #45b3df !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #45b3df;
  border-color: #45b3df;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #12265a;
  color: #12265a !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #12265a;
  border-color: #12265a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #12265a !important;
  border-color: #12265a !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #00b15c;
  color: #00b15c !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #00b15c;
  border-color: #00b15c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #00b15c !important;
  border-color: #00b15c !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #fa9db7;
  color: #fa9db7 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #fa9db7;
  border-color: #fa9db7;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #444444;
  color: #444444 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #333333;
  color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  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 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffc85b !important;
}
.text-secondary {
  color: #45b3df !important;
}
.text-success {
  color: #00b15c !important;
}
.text-info {
  color: #12265a !important;
}
.text-warning {
  color: #fa9db7 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a,
a:hover {
  color: #12265a;
  font-weight: 900;
  transition: 0.4s;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffc85b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #fa9db7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #00b15c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #fa9db7 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #fa9db7 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #444444 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #1a1a1a !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #12265a;
}
.alert-warning {
  background-color: #fa9db7;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffc85b;
  border-color: #ffc85b;
  color: #754d00;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #31ff9c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #2753c4;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  background: #ffc85b;
}
#scrollToTop a:after {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px dashed #ffc85b;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
#scrollToTop a:hover::after {
  animation-play-state: running;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #444444;
}
.mbr-arrow a {
  color: #ffffff;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #ffc85b;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffc85b;
  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: #ffc85b;
  border-bottom-color: #ffc85b;
}
.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: #ffc85b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #45b3df !important;
  box-shadow: none !important;
}
.soc-item:hover::after {
  opacity: 1;
  visibility: visible;
  animation-play-state: running;
}
.soc-item::after {
  opacity: 0;
  transition: all .3s ease;
  position: absolute;
  content: '';
  height: calc(122%);
  width: calc(122%);
  border-width: 2px;
  box-sizing: border-box;
  border-style: dashed;
  top: -4px;
  left: -4px;
  border-radius: inherit;
  animation: spin_right 5s linear infinite;
  animation-play-state: paused;
}
@keyframes spin_right {
  0% {
    transform: rotate(-360deg);
  }
}
.line-bg-warning {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(250, 157, 183, 0.5), rgba(250, 157, 183, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.line-bg-primary {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(255, 200, 91, 0.5), rgba(255, 200, 91, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uR3BqBXCFb {
  min-height: 120px;
  z-index: 100;
}
.cid-uR3BqBXCFb .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uR3BqBXCFb .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #ffffff;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uR3BqBXCFb .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-uR3BqBXCFb .dropdown-item:active {
  background-color: transparent;
}
.cid-uR3BqBXCFb .nav-item a {
  display: flex;
  align-items: center;
  padding: 0 0.5rem !important;
  margin: 0 1.2rem !important;
}
.cid-uR3BqBXCFb .nav-item:focus,
.cid-uR3BqBXCFb .nav-link:focus {
  outline: none;
}
.cid-uR3BqBXCFb .btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-uR3BqBXCFb .btn .mbr-iconfont {
  font-size: 1.5rem;
  margin: 0;
}
.cid-uR3BqBXCFb .menu-logo .navbar-brand {
  display: flex;
  align-items: center;
}
.cid-uR3BqBXCFb .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uR3BqBXCFb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uR3BqBXCFb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uR3BqBXCFb .dropdown .dropdown-menu {
  background: transparent;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-uR3BqBXCFb .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-uR3BqBXCFb .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-uR3BqBXCFb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uR3BqBXCFb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR3BqBXCFb .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uR3BqBXCFb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-uR3BqBXCFb button.navbar-toggler:focus {
  outline: none;
}
.cid-uR3BqBXCFb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #12265a;
}
.cid-uR3BqBXCFb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uR3BqBXCFb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uR3BqBXCFb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uR3BqBXCFb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uR3BqBXCFb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR3BqBXCFb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uR3BqBXCFb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uR3BqBXCFb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR3BqBXCFb .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uR3BqBXCFb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uR3BqBXCFb .collapsed .navbar-collapse.collapsing,
.cid-uR3BqBXCFb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uR3BqBXCFb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uR3BqBXCFb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
}
.cid-uR3BqBXCFb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uR3BqBXCFb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uR3BqBXCFb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uR3BqBXCFb .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uR3BqBXCFb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uR3BqBXCFb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uR3BqBXCFb .collapsed .navbar-collapse .nav-item {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uR3BqBXCFb .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 89.6875vh;
  }
}
.cid-uR3BqBXCFb .collapsed button.navbar-toggler {
  display: block;
}
.cid-uR3BqBXCFb .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uR3BqBXCFb .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uR3BqBXCFb .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uR3BqBXCFb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uR3BqBXCFb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uR3BqBXCFb {
    min-height: 85px;
  }
  .cid-uR3BqBXCFb.navbar-expand {
    flex-direction: column;
  }
  .cid-uR3BqBXCFb img {
    height: 3.8rem !important;
  }
  .cid-uR3BqBXCFb button.navbar-toggler {
    display: block;
  }
  .cid-uR3BqBXCFb .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-uR3BqBXCFb .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uR3BqBXCFb .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uR3BqBXCFb .navbar-collapse.collapsing,
  .cid-uR3BqBXCFb .navbar-collapse.show {
    display: block !important;
  }
  .cid-uR3BqBXCFb .navbar-collapse.collapsing .navbar-nav,
  .cid-uR3BqBXCFb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uR3BqBXCFb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uR3BqBXCFb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uR3BqBXCFb .navbar-collapse.collapsing .navbar-buttons,
  .cid-uR3BqBXCFb .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uR3BqBXCFb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uR3BqBXCFb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uR3BqBXCFb .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uR3BqBXCFb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uR3BqBXCFb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uR3BqBXCFb .navbar-logo img {
    display: none !important;
  }
  .cid-uR3BqBXCFb .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-uR3BqBXCFb .nav-link {
    justify-content: start !important;
  }
  .cid-uR3BqBXCFb .navbar.opened {
    height: 100vh;
  }
  .cid-uR3BqBXCFb .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-uR3BqBXCFb .dropdown-menu {
    box-shadow: none !important;
    background: #ffffff !important;
  }
}
@media (min-width: 767px) {
  .cid-uR3BqBXCFb .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uR3BqBXCFb .navbar-collapse {
  flex-basis: auto;
}
.cid-uR3BqBXCFb .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  transition: 0.4s;
}
.cid-uR3BqBXCFb .span-link {
  padding: 0 0.5rem;
}
.cid-uR3BqBXCFb .btn1:before,
.cid-uR3BqBXCFb .btn2:before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-uR3BqBXCFb .btn1:before {
  border: 2px dashed #ffc85b;
}
.cid-uR3BqBXCFb .btn2::before {
  border: 2px dashed #fa6992;
}
.cid-uR3BqBXCFb .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-uR3BqBXCFb .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-uR3BqBXCFb .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-uR3BqBXCFb .dropdown-item {
    color: #fff;
  }
  .cid-uR3BqBXCFb .nav-item.open .nav-link,
  .cid-uR3BqBXCFb .link:hover {
    color: #fff;
    background: #ffc85b;
    border-radius: 5px;
  }
  .cid-uR3BqBXCFb .logo-name {
    margin-top: 0.5rem;
  }
  .cid-uR3BqBXCFb .navbar-brand {
    justify-content: center;
  }
  .cid-uR3BqBXCFb .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-uR3BqBXCFb .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-uR3BqBXCFb .navbar-nav .nav-link {
    color: #12265a;
    display: inline-block;
  }
  .cid-uR3BqBXCFb .navbar-collapse {
    background-color: #ffffff;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-uR3BqBXCFb .navbar {
    height: 90px;
  }
  .cid-uR3BqBXCFb .menu-logo {
    flex-basis: 0;
    flex-positive: 1;
    flex-grow: 1;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-uR3BqBXCFb .btn1 {
    display: none;
  }
  .cid-uR3BqBXCFb .mbr-section-title {
    color: #fff;
  }
  .cid-uR3BqBXCFb .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-uR3BqBXCFb .navbar-toggleable-sm {
    background-color: #ffffff;
  }
  .cid-uR3BqBXCFb .span-link {
    color: #fff;
  }
  .cid-uR3BqBXCFb .nav-item {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-uR3BqBXCFb .dropdown-item {
    color: #12265a;
  }
  .cid-uR3BqBXCFb .nav-item.open .nav-link,
  .cid-uR3BqBXCFb .link:hover {
    color: #12265a !important;
    background: #ffc85b;
    border-radius: 5px;
  }
  .cid-uR3BqBXCFb .logo-name {
    margin-top: 2rem;
  }
  .cid-uR3BqBXCFb .navbar-collapse {
    justify-content: space-between;
  }
  .cid-uR3BqBXCFb .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-uR3BqBXCFb .container-fluid {
    padding: 0 1rem;
  }
  .cid-uR3BqBXCFb .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #fa9db7;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-uR3BqBXCFb .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #ffffff;
    z-index: -1;
  }
}
.cid-uR3BqBXCFb .mbr-section-title {
  font-weight: 900;
}
.cid-uR3BqBXCFb .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-uR3BqBXCFb .mbr-section-btn {
  display: flex;
}
.cid-uR3BqBXCFb .dropdown-item:hover {
  color: #ffc85b !important;
}
.cid-uR3BqBXCFb .btn-primary:hover {
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.cid-uR3BqBXCFb .btn-warning:hover {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-uR3BqBXCFb .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
@media (max-width: 767px) {
  .cid-uR3BqBXCFb .dropdown-toggle::after {
    transform: translateY(3px);
  }
}
.cid-uR3BqBXCFb .btn-primary:focus {
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.cid-uR3BqBXCFb .btn-warning:focus {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-uR3BqBXCFb .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-uR3BqBXCFb .logo-name .mbr-section-title {
  color: #45b1e3;
}
.cid-uR3BsPMjYg {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/scc8ckola20rolanja20popeye-sport202-1168x784.jpg");
}
.cid-uR3BsPMjYg .mbr-section-subtitle {
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  background-color: #79c8e8;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
  color: #ffffff;
}
.cid-uR3BsPMjYg .mbr-text {
  margin-bottom: 1.3rem;
}
.cid-uR3BsPMjYg .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-uR3BsPMjYg .svg-1 path {
  fill: #ffffff;
}
.cid-uR3BsPMjYg .container-fluid {
  max-width: 1200px;
}
.cid-uR3BsPMjYg .mbr-arrow {
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uR3BsPMjYg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-uR3BsPMjYg .container-fluid {
    padding: 0 1rem;
  }
  .cid-uR3BsPMjYg .mbr-text {
    color: #343549;
  }
}
@media (min-width: 768px) {
  .cid-uR3BsPMjYg .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-uR3BsPMjYg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR3BsPMjYg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR3BsPMjYg .mbr-section-title {
  color: #ffffff;
}
.cid-uR3BsPMjYg .mbr-text,
.cid-uR3BsPMjYg .mbr-section-btn {
  color: #ffffff;
}
.cid-vdGMAGpOXk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f6ff;
}
@media (max-width: 767px) {
  .cid-vdGMAGpOXk {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.cid-vdGMAGpOXk .imageContainer img {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.cid-vdGMAGpOXk .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
@media (min-width: 767px) {
  .cid-vdGMAGpOXk .right-wrapper {
    padding-left: 3.5rem;
  }
  .cid-vdGMAGpOXk .wrapper-block {
    border: 2px dashed #fa9db7;
    border-radius: 30px;
  }
  .cid-vdGMAGpOXk .imageContainer {
    margin: -42px 0;
    padding-left: 3rem;
  }
}
.cid-vdGMAGpOXk .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-vdGMAGpOXk .mbr-section-subtitle {
  margin-bottom: 1.2rem;
  color: #45b3df;
  font-weight: 900;
}
.cid-vdGMAGpOXk .title2 {
  font-weight: 900;
}
.cid-vdGMAGpOXk p {
  margin-bottom: 0.2rem;
  color: #12265a;
}
.cid-vdGMAGpOXk .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
.cid-vdGMAGpOXk .social-list {
  display: block;
  margin-top: 0.8rem;
  margin-left: -5px;
}
.cid-vdGMAGpOXk .soc-item {
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
  z-index: 1;
  border-radius: 50%;
  position: relative;
  margin-right: 0.6rem;
}
.cid-vdGMAGpOXk .soc-item span {
  font-size: 1rem;
  color: #fff;
  transition: all 0.3s;
}
.cid-vdGMAGpOXk .soc-item1 {
  background-color: #45b3df;
  color: #45b3df;
}
.cid-vdGMAGpOXk .soc-item2 {
  background-color: #456eda;
  color: #456eda;
}
.cid-vdGMAGpOXk .soc-item3 {
  background-color: #f985a5;
  color: #f985a5;
}
.cid-vdGMAGpOXk [class*=" socicon-"]:before {
  line-height: 2;
}
@media (max-width: 992px) {
  .cid-vdGMAGpOXk img {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdGMAGpOXk .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vdGMAGpOXk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdGMAGpOXk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR3Bx66HCl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uR3Bx66HCl {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cid-uR3Bx66HCl .mbr-text {
  margin: 0;
}
.cid-uR3Bx66HCl .card-box {
  padding: 0 2rem;
  width: 100%;
  text-align: center;
}
.cid-uR3Bx66HCl .mbr-iconfont {
  transition: all 0.3s;
  margin-left: 1rem;
  line-height: 0;
}
.cid-uR3Bx66HCl .card-inner {
  border-radius: 30px;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cid-uR3Bx66HCl .card-inner1 {
  background: #fa9db7;
}
.cid-uR3Bx66HCl .card-inner2 {
  background: #45b3df;
}
.cid-uR3Bx66HCl .card-inner3 {
  background: #ffc85b;
}
.cid-uR3Bx66HCl img {
  width: auto;
  height: 140px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-uR3Bx66HCl .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
}
.cid-uR3Bx66HCl .container-fluid {
  max-width: 1200px;
}
.cid-uR3Bx66HCl .btn-underline {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
.cid-uR3Bx66HCl .btn-underline:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-uR3Bx66HCl .mbr-section-btn {
  margin-bottom: 3.5rem;
}
@media (max-width: 991px) {
  .cid-uR3Bx66HCl .card {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uR3Bx66HCl .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-uR3Bx66HCl .card-img {
  text-align: center;
  margin-top: 2.5rem;
  padding: 0 2rem;
}
.cid-uR3Bx66HCl .inner-dashed-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-uR3Bx66HCl .card:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uR3Bx66HCl .svg1 {
  padding: 1.5rem;
  z-index: -1;
}
.cid-uR3Bx66HCl .svg1 rect {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uR3Bx66HCl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR3Bx66HCl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR3BA9GGjF {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #88d4f2;
}
.cid-uR3BA9GGjF rect {
  width: 85%;
  height: 90%;
}
.cid-uR3BA9GGjF .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-uR3BA9GGjF .mbr-text {
  margin: 0;
}
.cid-uR3BA9GGjF .mbr-iconfont {
  transition: all 0.3s;
  margin-left: 1rem;
}
.cid-uR3BA9GGjF .card-1 {
  margin-right: 2rem;
}
.cid-uR3BA9GGjF .card-3 {
  margin-left: 2rem;
}
.cid-uR3BA9GGjF .mbr-section-btn {
  margin-bottom: 1.6rem;
}
.cid-uR3BA9GGjF .mbr-section-btn .btn-underline {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
}
.cid-uR3BA9GGjF .mbr-section-btn .btn-underline:hover .icon-btn {
  transform: rotateZ(180deg);
}
@media (min-width: 992px) {
  .cid-uR3BA9GGjF .media-container-row {
    margin: 0 2rem;
  }
}
.cid-uR3BA9GGjF .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-uR3BA9GGjF .svg-1 path,
.cid-uR3BA9GGjF .svg-2 path {
  fill: #ffffff;
}
.cid-uR3BA9GGjF .svg-2 {
  position: absolute;
  top: 0;
}
.cid-uR3BA9GGjF .img-border {
  width: 186px;
  height: 186px;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-uR3BA9GGjF .dinosaur-img {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translate(-50%);
  width: 120px;
  margin-top: 1rem;
}
.cid-uR3BA9GGjF .circle {
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  right: 0%;
  top: 0%;
}
.cid-uR3BA9GGjF .circle1 {
  background-color: #45b3df;
}
.cid-uR3BA9GGjF .circle2 {
  background-color: #fa9db7;
}
.cid-uR3BA9GGjF .circle3 {
  background-color: #ffc85b;
}
.cid-uR3BA9GGjF .card:hover .circle {
  position: absolute;
  right: 37%;
  top: 38%;
  animation: Orbita 2s linear infinite;
}
@keyframes Orbita {
  from {
    -webkit-transform: rotate(0deg) translateX(93px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translateX(93px) rotate(-360deg);
  }
}
@media (max-width: 991px) {
  .cid-uR3BA9GGjF {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .cid-uR3BA9GGjF .card {
    margin-bottom: 1rem;
  }
  .cid-uR3BA9GGjF .media-container-row {
    margin: 0;
  }
  .cid-uR3BA9GGjF .card-1 {
    margin-right: 0;
  }
  .cid-uR3BA9GGjF .card-3 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uR3BA9GGjF {
    padding-top: 45px;
    padding-bottom: 30px;
  }
  .cid-uR3BA9GGjF .mbr-text {
    padding: 0rem;
  }
}
.cid-uR3BA9GGjF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR3BA9GGjF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR6CMZ01aq {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uR6CMZ01aq {
    padding-top: 25px;
    padding-bottom: 0px;
  }
}
.cid-uR6CMZ01aq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR6CMZ01aq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR3BviOpgW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uR3BviOpgW .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
.cid-uR3BviOpgW .title {
  max-width: 800px;
  margin: auto;
}
.cid-uR3BviOpgW .photo {
  position: relative;
  margin-bottom: 2rem;
}
.cid-uR3BviOpgW .photo img {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.cid-uR3BviOpgW .photo .btn-min {
  position: absolute;
  padding: 0 0.6rem;
  border-radius: 5px;
  bottom: 20px;
  left: 20px;
  line-height: 1.5;
  margin-left: 0.5rem;
}
.cid-uR3BviOpgW .photo:hover .btn-primary {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.cid-uR3BviOpgW .card__title {
  color: #12265a;
  margin-top: 0.8rem;
}
.cid-uR3BviOpgW .mbr-text {
  color: #45b3df;
  display: inline;
}
.cid-uR3BviOpgW .span2::before {
  content: '';
  margin: 0 10px 0 9px;
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  margin-top: -2.5px;
  border-radius: 50%;
  background: currentColor;
}
.cid-uR3BviOpgW .link-card {
  transition: all 0.3s;
  color: #45b3df;
  text-decoration: underline;
  font-weight: 400;
}
.cid-uR3BviOpgW .link-card:hover {
  color: #fa9db7;
}
.cid-uR3BviOpgW .mbr-section-btn2 {
  display: inline-flex;
}
.cid-uR3BviOpgW .mbr-section-btn2:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-uR3BviOpgW .btn-underline {
  display: flex;
  align-items: center;
  margin: 0.3rem .8rem 0;
  font-weight: 700;
}
.cid-uR3BviOpgW .icon-btn {
  color: #fa9db7;
  transition: all 0.3s;
  margin-left: 1rem;
  line-height: 0;
}
@media (max-width: 991px) {
  .cid-uR3BviOpgW .md-pb {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-uR3BviOpgW {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cid-uR3BviOpgW .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uR3BviOpgW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR3BviOpgW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR6DY1f5bw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uR6DY1f5bw .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
.cid-uR6DY1f5bw .title {
  max-width: 800px;
  margin: auto;
}
.cid-uR6DY1f5bw .photo {
  position: relative;
  margin-bottom: 2rem;
}
.cid-uR6DY1f5bw .photo img {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.cid-uR6DY1f5bw .photo .btn-min {
  position: absolute;
  padding: 0 0.6rem;
  border-radius: 5px;
  bottom: 20px;
  left: 20px;
  line-height: 1.5;
  margin-left: 0.5rem;
}
.cid-uR6DY1f5bw .photo:hover .btn-primary {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.cid-uR6DY1f5bw .card__title {
  color: #12265a;
  margin-top: 0.8rem;
}
.cid-uR6DY1f5bw .mbr-text {
  color: #45b3df;
  display: inline;
}
.cid-uR6DY1f5bw .span2::before {
  content: '';
  margin: 0 10px 0 9px;
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  margin-top: -2.5px;
  border-radius: 50%;
  background: currentColor;
}
.cid-uR6DY1f5bw .link-card {
  transition: all 0.3s;
  color: #45b3df;
  text-decoration: underline;
  font-weight: 400;
}
.cid-uR6DY1f5bw .link-card:hover {
  color: #fa9db7;
}
.cid-uR6DY1f5bw .mbr-section-btn2 {
  display: inline-flex;
}
.cid-uR6DY1f5bw .mbr-section-btn2:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-uR6DY1f5bw .btn-underline {
  display: flex;
  align-items: center;
  margin: 0.3rem .8rem 0;
  font-weight: 700;
}
.cid-uR6DY1f5bw .icon-btn {
  color: #fa9db7;
  transition: all 0.3s;
  margin-left: 1rem;
  line-height: 0;
}
@media (max-width: 991px) {
  .cid-uR6DY1f5bw .md-pb {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-uR6DY1f5bw {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cid-uR6DY1f5bw .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uR6DY1f5bw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR6DY1f5bw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR3CAF31AX {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #2d4073;
}
.cid-uR3CAF31AX .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-uR3CAF31AX .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-uR3CAF31AX .navbar-logo {
  width: 110px;
}
.cid-uR3CAF31AX .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uR3CAF31AX .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uR3CAF31AX .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-uR3CAF31AX .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-uR3CAF31AX .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-uR3CAF31AX .list-item .item-image,
.cid-uR3CAF31AX .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-uR3CAF31AX .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
  display: inline-block;
}
.cid-uR3CAF31AX .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-uR3CAF31AX .socicon:hover {
  transform: translate(0, -10px);
}
.cid-uR3CAF31AX .socion1 {
  background: #45b3df;
}
.cid-uR3CAF31AX .socion2 {
  background-color: #456eda;
}
.cid-uR3CAF31AX .socion3 {
  background-color: #f985a5;
}
.cid-uR3CAF31AX .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-uR3CAF31AX .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-uR3CAF31AX .social-list a {
  transition: .2s linear;
}
.cid-uR3CAF31AX .social-list a:hover {
  opacity: .4;
}
.cid-uR3CAF31AX .wrapper {
  background: #45b3df;
  padding: 2rem;
  border-radius: 30px;
}
.cid-uR3CAF31AX .svg-1 {
  position: absolute;
  top: 0;
}
.cid-uR3CAF31AX .svg-1 path {
  fill: #ffffff;
}
.cid-uR3CAF31AX .item-image {
  margin-right: 2rem;
}
.cid-uR3CAF31AX [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-uR3CAF31AX .soc-item::after {
  display: none;
}
.cid-uR3CAF31AX .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #45b3df;
}
.cid-uR3CAF31AX .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #fa9db7;
}
.cid-uR3CAF31AX .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #ffc85b;
}
@media (max-width: 991px) {
  .cid-uR3CAF31AX .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uR3CAF31AX .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-uR3CAF31AX .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-uR3CAF31AX {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .cid-uR3CAF31AX .container-fluid {
    padding: 0 1rem;
  }
  .cid-uR3CAF31AX .wrapper {
    padding: 1rem;
  }
}
.cid-uR3CAF31AX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR3CAF31AX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR3BqBXCFb {
  min-height: 120px;
  z-index: 100;
}
.cid-uR3BqBXCFb .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uR3BqBXCFb .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #ffffff;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uR3BqBXCFb .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-uR3BqBXCFb .dropdown-item:active {
  background-color: transparent;
}
.cid-uR3BqBXCFb .nav-item a {
  display: flex;
  align-items: center;
  padding: 0 0.5rem !important;
  margin: 0 1.2rem !important;
}
.cid-uR3BqBXCFb .nav-item:focus,
.cid-uR3BqBXCFb .nav-link:focus {
  outline: none;
}
.cid-uR3BqBXCFb .btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-uR3BqBXCFb .btn .mbr-iconfont {
  font-size: 1.5rem;
  margin: 0;
}
.cid-uR3BqBXCFb .menu-logo .navbar-brand {
  display: flex;
  align-items: center;
}
.cid-uR3BqBXCFb .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uR3BqBXCFb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uR3BqBXCFb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uR3BqBXCFb .dropdown .dropdown-menu {
  background: transparent;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-uR3BqBXCFb .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-uR3BqBXCFb .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-uR3BqBXCFb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uR3BqBXCFb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR3BqBXCFb .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uR3BqBXCFb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-uR3BqBXCFb button.navbar-toggler:focus {
  outline: none;
}
.cid-uR3BqBXCFb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #12265a;
}
.cid-uR3BqBXCFb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uR3BqBXCFb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uR3BqBXCFb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uR3BqBXCFb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uR3BqBXCFb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR3BqBXCFb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uR3BqBXCFb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uR3BqBXCFb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR3BqBXCFb .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uR3BqBXCFb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uR3BqBXCFb .collapsed .navbar-collapse.collapsing,
.cid-uR3BqBXCFb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uR3BqBXCFb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uR3BqBXCFb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
}
.cid-uR3BqBXCFb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uR3BqBXCFb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uR3BqBXCFb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uR3BqBXCFb .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uR3BqBXCFb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uR3BqBXCFb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uR3BqBXCFb .collapsed .navbar-collapse .nav-item {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uR3BqBXCFb .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 89.6875vh;
  }
}
.cid-uR3BqBXCFb .collapsed button.navbar-toggler {
  display: block;
}
.cid-uR3BqBXCFb .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uR3BqBXCFb .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uR3BqBXCFb .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uR3BqBXCFb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uR3BqBXCFb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uR3BqBXCFb {
    min-height: 85px;
  }
  .cid-uR3BqBXCFb.navbar-expand {
    flex-direction: column;
  }
  .cid-uR3BqBXCFb img {
    height: 3.8rem !important;
  }
  .cid-uR3BqBXCFb button.navbar-toggler {
    display: block;
  }
  .cid-uR3BqBXCFb .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-uR3BqBXCFb .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uR3BqBXCFb .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uR3BqBXCFb .navbar-collapse.collapsing,
  .cid-uR3BqBXCFb .navbar-collapse.show {
    display: block !important;
  }
  .cid-uR3BqBXCFb .navbar-collapse.collapsing .navbar-nav,
  .cid-uR3BqBXCFb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uR3BqBXCFb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uR3BqBXCFb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uR3BqBXCFb .navbar-collapse.collapsing .navbar-buttons,
  .cid-uR3BqBXCFb .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uR3BqBXCFb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uR3BqBXCFb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uR3BqBXCFb .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uR3BqBXCFb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uR3BqBXCFb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uR3BqBXCFb .navbar-logo img {
    display: none !important;
  }
  .cid-uR3BqBXCFb .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-uR3BqBXCFb .nav-link {
    justify-content: start !important;
  }
  .cid-uR3BqBXCFb .navbar.opened {
    height: 100vh;
  }
  .cid-uR3BqBXCFb .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-uR3BqBXCFb .dropdown-menu {
    box-shadow: none !important;
    background: #ffffff !important;
  }
}
@media (min-width: 767px) {
  .cid-uR3BqBXCFb .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uR3BqBXCFb .navbar-collapse {
  flex-basis: auto;
}
.cid-uR3BqBXCFb .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  transition: 0.4s;
}
.cid-uR3BqBXCFb .span-link {
  padding: 0 0.5rem;
}
.cid-uR3BqBXCFb .btn1:before,
.cid-uR3BqBXCFb .btn2:before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-uR3BqBXCFb .btn1:before {
  border: 2px dashed #ffc85b;
}
.cid-uR3BqBXCFb .btn2::before {
  border: 2px dashed #fa6992;
}
.cid-uR3BqBXCFb .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-uR3BqBXCFb .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-uR3BqBXCFb .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-uR3BqBXCFb .dropdown-item {
    color: #fff;
  }
  .cid-uR3BqBXCFb .nav-item.open .nav-link,
  .cid-uR3BqBXCFb .link:hover {
    color: #fff;
    background: #ffc85b;
    border-radius: 5px;
  }
  .cid-uR3BqBXCFb .logo-name {
    margin-top: 0.5rem;
  }
  .cid-uR3BqBXCFb .navbar-brand {
    justify-content: center;
  }
  .cid-uR3BqBXCFb .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-uR3BqBXCFb .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-uR3BqBXCFb .navbar-nav .nav-link {
    color: #12265a;
    display: inline-block;
  }
  .cid-uR3BqBXCFb .navbar-collapse {
    background-color: #ffffff;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-uR3BqBXCFb .navbar {
    height: 90px;
  }
  .cid-uR3BqBXCFb .menu-logo {
    flex-basis: 0;
    flex-positive: 1;
    flex-grow: 1;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-uR3BqBXCFb .btn1 {
    display: none;
  }
  .cid-uR3BqBXCFb .mbr-section-title {
    color: #fff;
  }
  .cid-uR3BqBXCFb .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-uR3BqBXCFb .navbar-toggleable-sm {
    background-color: #ffffff;
  }
  .cid-uR3BqBXCFb .span-link {
    color: #fff;
  }
  .cid-uR3BqBXCFb .nav-item {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-uR3BqBXCFb .dropdown-item {
    color: #12265a;
  }
  .cid-uR3BqBXCFb .nav-item.open .nav-link,
  .cid-uR3BqBXCFb .link:hover {
    color: #12265a !important;
    background: #ffc85b;
    border-radius: 5px;
  }
  .cid-uR3BqBXCFb .logo-name {
    margin-top: 2rem;
  }
  .cid-uR3BqBXCFb .navbar-collapse {
    justify-content: space-between;
  }
  .cid-uR3BqBXCFb .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-uR3BqBXCFb .container-fluid {
    padding: 0 1rem;
  }
  .cid-uR3BqBXCFb .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #fa9db7;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-uR3BqBXCFb .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #ffffff;
    z-index: -1;
  }
}
.cid-uR3BqBXCFb .mbr-section-title {
  font-weight: 900;
}
.cid-uR3BqBXCFb .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-uR3BqBXCFb .mbr-section-btn {
  display: flex;
}
.cid-uR3BqBXCFb .dropdown-item:hover {
  color: #ffc85b !important;
}
.cid-uR3BqBXCFb .btn-primary:hover {
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.cid-uR3BqBXCFb .btn-warning:hover {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-uR3BqBXCFb .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
@media (max-width: 767px) {
  .cid-uR3BqBXCFb .dropdown-toggle::after {
    transform: translateY(3px);
  }
}
.cid-uR3BqBXCFb .btn-primary:focus {
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.cid-uR3BqBXCFb .btn-warning:focus {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-uR3BqBXCFb .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-uR3BqBXCFb .logo-name .mbr-section-title {
  color: #45b1e3;
}
.cid-uR96JG024i {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/popeye20sport20zagreb201-1620x1080.jpg");
}
@media (max-width: 767px) {
  .cid-uR96JG024i {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.cid-uR96JG024i img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-uR96JG024i .right-wrapper {
  padding-left: 5rem;
}
.cid-uR96JG024i .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-uR96JG024i .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-uR96JG024i .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-uR96JG024i .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-uR96JG024i .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  z-index: -1;
}
.cid-uR96JG024i .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uR96JG024i .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uR96JG024i .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uR96JG024i .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-uR96JG024i .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-uR96JG024i .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-uR96JG024i .container-fluid {
    padding: 0 1rem;
  }
  .cid-uR96JG024i .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-uR96JG024i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR96JG024i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9bgJXXht {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uR9bgJXXht {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cid-uR9bgJXXht .mbr-text {
  margin: 0;
}
.cid-uR9bgJXXht .card-box {
  padding: 0 2rem;
  width: 100%;
  text-align: center;
}
.cid-uR9bgJXXht .mbr-iconfont {
  transition: all 0.3s;
  margin-left: 1rem;
  line-height: 0;
}
.cid-uR9bgJXXht .card-inner {
  border-radius: 30px;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cid-uR9bgJXXht .card-inner1 {
  background: #fa9db7;
}
.cid-uR9bgJXXht .card-inner2 {
  background: #45b3df;
}
.cid-uR9bgJXXht .card-inner3 {
  background: #ffc85b;
}
.cid-uR9bgJXXht img {
  width: auto;
  height: 140px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-uR9bgJXXht .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
}
.cid-uR9bgJXXht .container-fluid {
  max-width: 1200px;
}
.cid-uR9bgJXXht .btn-underline {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
.cid-uR9bgJXXht .btn-underline:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-uR9bgJXXht .mbr-section-btn {
  margin-bottom: 3.5rem;
}
@media (max-width: 991px) {
  .cid-uR9bgJXXht .card {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uR9bgJXXht .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-uR9bgJXXht .card-img {
  text-align: center;
  margin-top: 2.5rem;
  padding: 0 2rem;
}
.cid-uR9bgJXXht .inner-dashed-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-uR9bgJXXht .card:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uR9bgJXXht .svg1 {
  padding: 1.5rem;
  z-index: -1;
}
.cid-uR9bgJXXht .svg1 rect {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uR9bgJXXht .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9bgJXXht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9jNQWqF5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uR9jNQWqF5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uR9jNQWqF5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uR9jNQWqF5 .carousel-inner {
  position: relative;
  width: 100%;
  overflow: visible !important;
}
.cid-uR9jNQWqF5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uR9jNQWqF5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uR9jNQWqF5 .row > .row {
  display: block;
}
.cid-uR9jNQWqF5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fa9db7;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-uR9jNQWqF5 .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-uR9jNQWqF5 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uR9jNQWqF5 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uR9jNQWqF5 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-uR9jNQWqF5 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fa9db7 !important;
  opacity: 0.7;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-uR9jNQWqF5 .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-uR9jNQWqF5 .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-uR9jNQWqF5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cid-uR9jNQWqF5 .col-sm-12 {
    padding: 0 !important;
  }
  .cid-uR9jNQWqF5 .mbr-gallery-item {
    width: auto;
  }
}
.cid-uR9aL8nsTj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f6ff;
}
@media (max-width: 767px) {
  .cid-uR9aL8nsTj {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.cid-uR9aL8nsTj img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-uR9aL8nsTj .right-wrapper {
  padding-left: 5rem;
}
.cid-uR9aL8nsTj .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-uR9aL8nsTj .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-uR9aL8nsTj .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-uR9aL8nsTj .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-uR9aL8nsTj .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  z-index: -1;
}
.cid-uR9aL8nsTj .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uR9aL8nsTj .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uR9aL8nsTj .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uR9aL8nsTj .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-uR9aL8nsTj .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-uR9aL8nsTj .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-uR9aL8nsTj .container-fluid {
    padding: 0 1rem;
  }
  .cid-uR9aL8nsTj .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-uR9aL8nsTj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9aL8nsTj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR96RjHhMR {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #0095d0;
}
.cid-uR96RjHhMR .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-uR96RjHhMR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uR96RjHhMR .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #45b3df;
}
.cid-uR96RjHhMR .container-fluid {
  max-width: 1200px;
}
.cid-uR96RjHhMR .btn .inner-dashed-border {
  stroke: #45b3df;
}
.cid-uR96RjHhMR .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uR96RjHhMR rect {
  position: absolute;
  width: 95%;
}
.cid-uR96RjHhMR .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-uR96RjHhMR .svg-1 path {
  fill: #ffffff;
}
.cid-uR96RjHhMR .svg-2 {
  position: absolute;
  top: 0;
}
.cid-uR96RjHhMR .svg-2 path {
  fill: #ffffff;
}
.cid-uR96RjHhMR .svg1 {
  padding: 2px;
}
.cid-uR96RjHhMR .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-uR96RjHhMR {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cid-uR96RjHhMR .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uR96RjHhMR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR96RjHhMR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR96VtxZ6p {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/popeye20sport20zg-1400x934.jpg");
}
.cid-uR96VtxZ6p .container-fluid {
  padding: 0 2.5rem;
  max-width: 1200px;
}
.cid-uR96VtxZ6p .wrap-block {
  background-color: #ffffff;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-uR96VtxZ6p {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-uR96VtxZ6p .wrap-block {
    margin: 0.5rem 0;
    padding: 1rem 1rem;
    text-align: center;
  }
  .cid-uR96VtxZ6p .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 767px) {
  .cid-uR96VtxZ6p .wrap-block {
    margin: 3rem 0;
    padding: 5rem 2rem;
  }
}
.cid-uR96VtxZ6p .wrapper {
  margin-bottom: 1.5rem;
  display: block;
  width: 100%;
  text-align: left;
}
.cid-uR96VtxZ6p .icon-img {
  width: 40px;
  margin-right: 1rem;
  display: inline-block;
  vertical-align: bottom;
}
.cid-uR96VtxZ6p .card-title {
  color: #12265a;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.cid-uR96VtxZ6p .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-uR96VtxZ6p .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-uR96VtxZ6p .svg-1 path {
  fill: #ffffff;
}
.cid-uR96VtxZ6p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR96VtxZ6p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRclYg0MqX {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #2d4073;
}
.cid-uRclYg0MqX .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-uRclYg0MqX .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-uRclYg0MqX .navbar-logo {
  width: 110px;
}
.cid-uRclYg0MqX .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uRclYg0MqX .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uRclYg0MqX .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-uRclYg0MqX .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-uRclYg0MqX .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-uRclYg0MqX .list-item .item-image,
.cid-uRclYg0MqX .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-uRclYg0MqX .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
  display: inline-block;
}
.cid-uRclYg0MqX .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-uRclYg0MqX .socicon:hover {
  transform: translate(0, -10px);
}
.cid-uRclYg0MqX .socion1 {
  background: #45b3df;
}
.cid-uRclYg0MqX .socion2 {
  background-color: #456eda;
}
.cid-uRclYg0MqX .socion3 {
  background-color: #f985a5;
}
.cid-uRclYg0MqX .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-uRclYg0MqX .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-uRclYg0MqX .social-list a {
  transition: .2s linear;
}
.cid-uRclYg0MqX .social-list a:hover {
  opacity: .4;
}
.cid-uRclYg0MqX .wrapper {
  background: #45b3df;
  padding: 2rem;
  border-radius: 30px;
}
.cid-uRclYg0MqX .svg-1 {
  position: absolute;
  top: 0;
}
.cid-uRclYg0MqX .svg-1 path {
  fill: #ffffff;
}
.cid-uRclYg0MqX .item-image {
  margin-right: 2rem;
}
.cid-uRclYg0MqX [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-uRclYg0MqX .soc-item::after {
  display: none;
}
.cid-uRclYg0MqX .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #45b3df;
}
.cid-uRclYg0MqX .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #fa9db7;
}
.cid-uRclYg0MqX .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #ffc85b;
}
@media (max-width: 991px) {
  .cid-uRclYg0MqX .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uRclYg0MqX .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-uRclYg0MqX .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-uRclYg0MqX {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .cid-uRclYg0MqX .container-fluid {
    padding: 0 1rem;
  }
  .cid-uRclYg0MqX .wrapper {
    padding: 1rem;
  }
}
.cid-uRclYg0MqX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRclYg0MqX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9rTDllVI {
  min-height: 120px;
  z-index: 100;
}
.cid-uR9rTDllVI .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uR9rTDllVI .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #ffffff;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uR9rTDllVI .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-uR9rTDllVI .dropdown-item:active {
  background-color: transparent;
}
.cid-uR9rTDllVI .nav-item a {
  display: flex;
  align-items: center;
  padding: 0 0.5rem !important;
  margin: 0 1.2rem !important;
}
.cid-uR9rTDllVI .nav-item:focus,
.cid-uR9rTDllVI .nav-link:focus {
  outline: none;
}
.cid-uR9rTDllVI .btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-uR9rTDllVI .btn .mbr-iconfont {
  font-size: 1.5rem;
  margin: 0;
}
.cid-uR9rTDllVI .menu-logo .navbar-brand {
  display: flex;
  align-items: center;
}
.cid-uR9rTDllVI .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uR9rTDllVI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uR9rTDllVI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uR9rTDllVI .dropdown .dropdown-menu {
  background: transparent;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-uR9rTDllVI .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-uR9rTDllVI .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-uR9rTDllVI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uR9rTDllVI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR9rTDllVI .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uR9rTDllVI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-uR9rTDllVI button.navbar-toggler:focus {
  outline: none;
}
.cid-uR9rTDllVI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #12265a;
}
.cid-uR9rTDllVI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uR9rTDllVI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uR9rTDllVI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uR9rTDllVI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uR9rTDllVI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR9rTDllVI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uR9rTDllVI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uR9rTDllVI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR9rTDllVI .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uR9rTDllVI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uR9rTDllVI .collapsed .navbar-collapse.collapsing,
.cid-uR9rTDllVI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uR9rTDllVI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uR9rTDllVI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
}
.cid-uR9rTDllVI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uR9rTDllVI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uR9rTDllVI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uR9rTDllVI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uR9rTDllVI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uR9rTDllVI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uR9rTDllVI .collapsed .navbar-collapse .nav-item {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uR9rTDllVI .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 89.6875vh;
  }
}
.cid-uR9rTDllVI .collapsed button.navbar-toggler {
  display: block;
}
.cid-uR9rTDllVI .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uR9rTDllVI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uR9rTDllVI .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uR9rTDllVI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uR9rTDllVI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uR9rTDllVI {
    min-height: 85px;
  }
  .cid-uR9rTDllVI.navbar-expand {
    flex-direction: column;
  }
  .cid-uR9rTDllVI img {
    height: 3.8rem !important;
  }
  .cid-uR9rTDllVI button.navbar-toggler {
    display: block;
  }
  .cid-uR9rTDllVI .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-uR9rTDllVI .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uR9rTDllVI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uR9rTDllVI .navbar-collapse.collapsing,
  .cid-uR9rTDllVI .navbar-collapse.show {
    display: block !important;
  }
  .cid-uR9rTDllVI .navbar-collapse.collapsing .navbar-nav,
  .cid-uR9rTDllVI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uR9rTDllVI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uR9rTDllVI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uR9rTDllVI .navbar-collapse.collapsing .navbar-buttons,
  .cid-uR9rTDllVI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uR9rTDllVI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uR9rTDllVI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uR9rTDllVI .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uR9rTDllVI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uR9rTDllVI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uR9rTDllVI .navbar-logo img {
    display: none !important;
  }
  .cid-uR9rTDllVI .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-uR9rTDllVI .nav-link {
    justify-content: start !important;
  }
  .cid-uR9rTDllVI .navbar.opened {
    height: 100vh;
  }
  .cid-uR9rTDllVI .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-uR9rTDllVI .dropdown-menu {
    box-shadow: none !important;
    background: #ffffff !important;
  }
}
@media (min-width: 767px) {
  .cid-uR9rTDllVI .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uR9rTDllVI .navbar-collapse {
  flex-basis: auto;
}
.cid-uR9rTDllVI .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  transition: 0.4s;
}
.cid-uR9rTDllVI .span-link {
  padding: 0 0.5rem;
}
.cid-uR9rTDllVI .btn1:before,
.cid-uR9rTDllVI .btn2:before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-uR9rTDllVI .btn1:before {
  border: 2px dashed #ffc85b;
}
.cid-uR9rTDllVI .btn2::before {
  border: 2px dashed #fa6992;
}
.cid-uR9rTDllVI .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-uR9rTDllVI .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-uR9rTDllVI .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-uR9rTDllVI .dropdown-item {
    color: #fff;
  }
  .cid-uR9rTDllVI .nav-item.open .nav-link,
  .cid-uR9rTDllVI .link:hover {
    color: #fff;
    background: #ffc85b;
    border-radius: 5px;
  }
  .cid-uR9rTDllVI .logo-name {
    margin-top: 0.5rem;
  }
  .cid-uR9rTDllVI .navbar-brand {
    justify-content: center;
  }
  .cid-uR9rTDllVI .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-uR9rTDllVI .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-uR9rTDllVI .navbar-nav .nav-link {
    color: #12265a;
    display: inline-block;
  }
  .cid-uR9rTDllVI .navbar-collapse {
    background-color: #ffffff;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-uR9rTDllVI .navbar {
    height: 90px;
  }
  .cid-uR9rTDllVI .menu-logo {
    flex-basis: 0;
    flex-positive: 1;
    flex-grow: 1;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-uR9rTDllVI .btn1 {
    display: none;
  }
  .cid-uR9rTDllVI .mbr-section-title {
    color: #fff;
  }
  .cid-uR9rTDllVI .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-uR9rTDllVI .navbar-toggleable-sm {
    background-color: #ffffff;
  }
  .cid-uR9rTDllVI .span-link {
    color: #fff;
  }
  .cid-uR9rTDllVI .nav-item {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-uR9rTDllVI .dropdown-item {
    color: #12265a;
  }
  .cid-uR9rTDllVI .nav-item.open .nav-link,
  .cid-uR9rTDllVI .link:hover {
    color: #12265a !important;
    background: #ffc85b;
    border-radius: 5px;
  }
  .cid-uR9rTDllVI .logo-name {
    margin-top: 2rem;
  }
  .cid-uR9rTDllVI .navbar-collapse {
    justify-content: space-between;
  }
  .cid-uR9rTDllVI .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-uR9rTDllVI .container-fluid {
    padding: 0 1rem;
  }
  .cid-uR9rTDllVI .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #fa9db7;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-uR9rTDllVI .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #ffffff;
    z-index: -1;
  }
}
.cid-uR9rTDllVI .mbr-section-title {
  font-weight: 900;
}
.cid-uR9rTDllVI .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-uR9rTDllVI .mbr-section-btn {
  display: flex;
}
.cid-uR9rTDllVI .dropdown-item:hover {
  color: #ffc85b !important;
}
.cid-uR9rTDllVI .btn-primary:hover {
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.cid-uR9rTDllVI .btn-warning:hover {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-uR9rTDllVI .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
@media (max-width: 767px) {
  .cid-uR9rTDllVI .dropdown-toggle::after {
    transform: translateY(3px);
  }
}
.cid-uR9rTDllVI .btn-primary:focus {
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.cid-uR9rTDllVI .btn-warning:focus {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-uR9rTDllVI .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-uR9rTDllVI .logo-name .mbr-section-title {
  color: #45b1e3;
}
.cid-uR9rTEHHgP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/popeye20scc8ckola20rolanja203-1200x800.jpg");
}
@media (max-width: 767px) {
  .cid-uR9rTEHHgP {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.cid-uR9rTEHHgP img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-uR9rTEHHgP .right-wrapper {
  padding-left: 5rem;
}
.cid-uR9rTEHHgP .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-uR9rTEHHgP .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-uR9rTEHHgP .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-uR9rTEHHgP .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-uR9rTEHHgP .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  z-index: -1;
}
.cid-uR9rTEHHgP .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uR9rTEHHgP .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uR9rTEHHgP .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uR9rTEHHgP .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-uR9rTEHHgP .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-uR9rTEHHgP .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-uR9rTEHHgP .container-fluid {
    padding: 0 1rem;
  }
  .cid-uR9rTEHHgP .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-uR9rTEHHgP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9rTEHHgP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9rTG2n8q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uR9rTG2n8q {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cid-uR9rTG2n8q .mbr-text {
  margin: 0;
}
.cid-uR9rTG2n8q .card-box {
  padding: 0 2rem;
  width: 100%;
  text-align: center;
}
.cid-uR9rTG2n8q .mbr-iconfont {
  transition: all 0.3s;
  margin-left: 1rem;
  line-height: 0;
}
.cid-uR9rTG2n8q .card-inner {
  border-radius: 30px;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cid-uR9rTG2n8q .card-inner1 {
  background: #ffc85b;
}
.cid-uR9rTG2n8q .card-inner2 {
  background: #ffc85b;
}
.cid-uR9rTG2n8q .card-inner3 {
  background: #ffc85b;
}
.cid-uR9rTG2n8q img {
  width: auto;
  height: 140px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-uR9rTG2n8q .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
}
.cid-uR9rTG2n8q .container-fluid {
  max-width: 1200px;
}
.cid-uR9rTG2n8q .btn-underline {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
.cid-uR9rTG2n8q .btn-underline:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-uR9rTG2n8q .mbr-section-btn {
  margin-bottom: 3.5rem;
}
@media (max-width: 991px) {
  .cid-uR9rTG2n8q .card {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uR9rTG2n8q .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-uR9rTG2n8q .card-img {
  text-align: center;
  margin-top: 2.5rem;
  padding: 0 2rem;
}
.cid-uR9rTG2n8q .inner-dashed-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-uR9rTG2n8q .card:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uR9rTG2n8q .svg1 {
  padding: 1.5rem;
  z-index: -1;
}
.cid-uR9rTG2n8q .svg1 rect {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uR9rTG2n8q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9rTG2n8q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9rTG2n8q .card-title,
.cid-uR9rTG2n8q .card-img {
  color: #333333;
}
.cid-uR9rTG2n8q .mbr-text,
.cid-uR9rTG2n8q .mbr-section-btn {
  color: #444444;
}
.cid-uR9rTH0P3I {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uR9rTH0P3I .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uR9rTH0P3I .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uR9rTH0P3I .carousel-inner {
  position: relative;
  width: 100%;
  overflow: visible !important;
}
.cid-uR9rTH0P3I .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uR9rTH0P3I .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uR9rTH0P3I .row > .row {
  display: block;
}
.cid-uR9rTH0P3I .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fa9db7;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-uR9rTH0P3I .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-uR9rTH0P3I .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uR9rTH0P3I .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uR9rTH0P3I .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-uR9rTH0P3I .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fa9db7 !important;
  opacity: 0.7;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-uR9rTH0P3I .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-uR9rTH0P3I .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-uR9rTH0P3I {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cid-uR9rTH0P3I .col-sm-12 {
    padding: 0 !important;
  }
  .cid-uR9rTH0P3I .mbr-gallery-item {
    width: auto;
  }
}
.cid-uR9rTJ5Vb1 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #0095d0;
}
.cid-uR9rTJ5Vb1 .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-uR9rTJ5Vb1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uR9rTJ5Vb1 .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #45b3df;
}
.cid-uR9rTJ5Vb1 .container-fluid {
  max-width: 1200px;
}
.cid-uR9rTJ5Vb1 .btn .inner-dashed-border {
  stroke: #45b3df;
}
.cid-uR9rTJ5Vb1 .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uR9rTJ5Vb1 rect {
  position: absolute;
  width: 95%;
}
.cid-uR9rTJ5Vb1 .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-uR9rTJ5Vb1 .svg-1 path {
  fill: #ffffff;
}
.cid-uR9rTJ5Vb1 .svg-2 {
  position: absolute;
  top: 0;
}
.cid-uR9rTJ5Vb1 .svg-2 path {
  fill: #ffffff;
}
.cid-uR9rTJ5Vb1 .svg1 {
  padding: 2px;
}
.cid-uR9rTJ5Vb1 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-uR9rTJ5Vb1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cid-uR9rTJ5Vb1 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uR9rTJ5Vb1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9rTJ5Vb1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9rTJDRtC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/popeye20sport20zg-1400x934.jpg");
}
.cid-uR9rTJDRtC .container-fluid {
  padding: 0 2.5rem;
  max-width: 1200px;
}
.cid-uR9rTJDRtC .wrap-block {
  background-color: #ffffff;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-uR9rTJDRtC {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-uR9rTJDRtC .wrap-block {
    margin: 0.5rem 0;
    padding: 1rem 1rem;
    text-align: center;
  }
  .cid-uR9rTJDRtC .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 767px) {
  .cid-uR9rTJDRtC .wrap-block {
    margin: 3rem 0;
    padding: 5rem 2rem;
  }
}
.cid-uR9rTJDRtC .wrapper {
  margin-bottom: 1.5rem;
  display: block;
  width: 100%;
  text-align: left;
}
.cid-uR9rTJDRtC .icon-img {
  width: 40px;
  margin-right: 1rem;
  display: inline-block;
  vertical-align: bottom;
}
.cid-uR9rTJDRtC .card-title {
  color: #12265a;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.cid-uR9rTJDRtC .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-uR9rTJDRtC .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-uR9rTJDRtC .svg-1 path {
  fill: #ffffff;
}
.cid-uR9rTJDRtC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9rTJDRtC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcmc7OLqe {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #2d4073;
}
.cid-uRcmc7OLqe .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-uRcmc7OLqe .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-uRcmc7OLqe .navbar-logo {
  width: 110px;
}
.cid-uRcmc7OLqe .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uRcmc7OLqe .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uRcmc7OLqe .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-uRcmc7OLqe .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-uRcmc7OLqe .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-uRcmc7OLqe .list-item .item-image,
.cid-uRcmc7OLqe .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-uRcmc7OLqe .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
  display: inline-block;
}
.cid-uRcmc7OLqe .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-uRcmc7OLqe .socicon:hover {
  transform: translate(0, -10px);
}
.cid-uRcmc7OLqe .socion1 {
  background: #45b3df;
}
.cid-uRcmc7OLqe .socion2 {
  background-color: #456eda;
}
.cid-uRcmc7OLqe .socion3 {
  background-color: #f985a5;
}
.cid-uRcmc7OLqe .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-uRcmc7OLqe .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-uRcmc7OLqe .social-list a {
  transition: .2s linear;
}
.cid-uRcmc7OLqe .social-list a:hover {
  opacity: .4;
}
.cid-uRcmc7OLqe .wrapper {
  background: #45b3df;
  padding: 2rem;
  border-radius: 30px;
}
.cid-uRcmc7OLqe .svg-1 {
  position: absolute;
  top: 0;
}
.cid-uRcmc7OLqe .svg-1 path {
  fill: #ffffff;
}
.cid-uRcmc7OLqe .item-image {
  margin-right: 2rem;
}
.cid-uRcmc7OLqe [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-uRcmc7OLqe .soc-item::after {
  display: none;
}
.cid-uRcmc7OLqe .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #45b3df;
}
.cid-uRcmc7OLqe .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #fa9db7;
}
.cid-uRcmc7OLqe .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #ffc85b;
}
@media (max-width: 991px) {
  .cid-uRcmc7OLqe .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uRcmc7OLqe .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-uRcmc7OLqe .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-uRcmc7OLqe {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .cid-uRcmc7OLqe .container-fluid {
    padding: 0 1rem;
  }
  .cid-uRcmc7OLqe .wrapper {
    padding: 1rem;
  }
}
.cid-uRcmc7OLqe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcmc7OLqe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9s17jwlX {
  min-height: 120px;
  z-index: 100;
}
.cid-uR9s17jwlX .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uR9s17jwlX .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #ffffff;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uR9s17jwlX .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-uR9s17jwlX .dropdown-item:active {
  background-color: transparent;
}
.cid-uR9s17jwlX .nav-item a {
  display: flex;
  align-items: center;
  padding: 0 0.5rem !important;
  margin: 0 1.2rem !important;
}
.cid-uR9s17jwlX .nav-item:focus,
.cid-uR9s17jwlX .nav-link:focus {
  outline: none;
}
.cid-uR9s17jwlX .btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-uR9s17jwlX .btn .mbr-iconfont {
  font-size: 1.5rem;
  margin: 0;
}
.cid-uR9s17jwlX .menu-logo .navbar-brand {
  display: flex;
  align-items: center;
}
.cid-uR9s17jwlX .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uR9s17jwlX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uR9s17jwlX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uR9s17jwlX .dropdown .dropdown-menu {
  background: transparent;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-uR9s17jwlX .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-uR9s17jwlX .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-uR9s17jwlX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uR9s17jwlX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR9s17jwlX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uR9s17jwlX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-uR9s17jwlX button.navbar-toggler:focus {
  outline: none;
}
.cid-uR9s17jwlX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #12265a;
}
.cid-uR9s17jwlX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uR9s17jwlX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uR9s17jwlX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uR9s17jwlX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uR9s17jwlX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR9s17jwlX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uR9s17jwlX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uR9s17jwlX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR9s17jwlX .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uR9s17jwlX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uR9s17jwlX .collapsed .navbar-collapse.collapsing,
.cid-uR9s17jwlX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uR9s17jwlX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uR9s17jwlX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
}
.cid-uR9s17jwlX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uR9s17jwlX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uR9s17jwlX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uR9s17jwlX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uR9s17jwlX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uR9s17jwlX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uR9s17jwlX .collapsed .navbar-collapse .nav-item {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uR9s17jwlX .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 89.6875vh;
  }
}
.cid-uR9s17jwlX .collapsed button.navbar-toggler {
  display: block;
}
.cid-uR9s17jwlX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uR9s17jwlX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uR9s17jwlX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uR9s17jwlX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uR9s17jwlX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uR9s17jwlX {
    min-height: 85px;
  }
  .cid-uR9s17jwlX.navbar-expand {
    flex-direction: column;
  }
  .cid-uR9s17jwlX img {
    height: 3.8rem !important;
  }
  .cid-uR9s17jwlX button.navbar-toggler {
    display: block;
  }
  .cid-uR9s17jwlX .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-uR9s17jwlX .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uR9s17jwlX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uR9s17jwlX .navbar-collapse.collapsing,
  .cid-uR9s17jwlX .navbar-collapse.show {
    display: block !important;
  }
  .cid-uR9s17jwlX .navbar-collapse.collapsing .navbar-nav,
  .cid-uR9s17jwlX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uR9s17jwlX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uR9s17jwlX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uR9s17jwlX .navbar-collapse.collapsing .navbar-buttons,
  .cid-uR9s17jwlX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uR9s17jwlX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uR9s17jwlX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uR9s17jwlX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uR9s17jwlX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uR9s17jwlX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uR9s17jwlX .navbar-logo img {
    display: none !important;
  }
  .cid-uR9s17jwlX .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-uR9s17jwlX .nav-link {
    justify-content: start !important;
  }
  .cid-uR9s17jwlX .navbar.opened {
    height: 100vh;
  }
  .cid-uR9s17jwlX .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-uR9s17jwlX .dropdown-menu {
    box-shadow: none !important;
    background: #ffffff !important;
  }
}
@media (min-width: 767px) {
  .cid-uR9s17jwlX .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uR9s17jwlX .navbar-collapse {
  flex-basis: auto;
}
.cid-uR9s17jwlX .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  transition: 0.4s;
}
.cid-uR9s17jwlX .span-link {
  padding: 0 0.5rem;
}
.cid-uR9s17jwlX .btn1:before,
.cid-uR9s17jwlX .btn2:before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-uR9s17jwlX .btn1:before {
  border: 2px dashed #ffc85b;
}
.cid-uR9s17jwlX .btn2::before {
  border: 2px dashed #fa6992;
}
.cid-uR9s17jwlX .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-uR9s17jwlX .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-uR9s17jwlX .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-uR9s17jwlX .dropdown-item {
    color: #fff;
  }
  .cid-uR9s17jwlX .nav-item.open .nav-link,
  .cid-uR9s17jwlX .link:hover {
    color: #fff;
    background: #ffc85b;
    border-radius: 5px;
  }
  .cid-uR9s17jwlX .logo-name {
    margin-top: 0.5rem;
  }
  .cid-uR9s17jwlX .navbar-brand {
    justify-content: center;
  }
  .cid-uR9s17jwlX .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-uR9s17jwlX .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-uR9s17jwlX .navbar-nav .nav-link {
    color: #12265a;
    display: inline-block;
  }
  .cid-uR9s17jwlX .navbar-collapse {
    background-color: #ffffff;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-uR9s17jwlX .navbar {
    height: 90px;
  }
  .cid-uR9s17jwlX .menu-logo {
    flex-basis: 0;
    flex-positive: 1;
    flex-grow: 1;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-uR9s17jwlX .btn1 {
    display: none;
  }
  .cid-uR9s17jwlX .mbr-section-title {
    color: #fff;
  }
  .cid-uR9s17jwlX .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-uR9s17jwlX .navbar-toggleable-sm {
    background-color: #ffffff;
  }
  .cid-uR9s17jwlX .span-link {
    color: #fff;
  }
  .cid-uR9s17jwlX .nav-item {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-uR9s17jwlX .dropdown-item {
    color: #12265a;
  }
  .cid-uR9s17jwlX .nav-item.open .nav-link,
  .cid-uR9s17jwlX .link:hover {
    color: #12265a !important;
    background: #ffc85b;
    border-radius: 5px;
  }
  .cid-uR9s17jwlX .logo-name {
    margin-top: 2rem;
  }
  .cid-uR9s17jwlX .navbar-collapse {
    justify-content: space-between;
  }
  .cid-uR9s17jwlX .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-uR9s17jwlX .container-fluid {
    padding: 0 1rem;
  }
  .cid-uR9s17jwlX .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #fa9db7;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-uR9s17jwlX .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #ffffff;
    z-index: -1;
  }
}
.cid-uR9s17jwlX .mbr-section-title {
  font-weight: 900;
}
.cid-uR9s17jwlX .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-uR9s17jwlX .mbr-section-btn {
  display: flex;
}
.cid-uR9s17jwlX .dropdown-item:hover {
  color: #ffc85b !important;
}
.cid-uR9s17jwlX .btn-primary:hover {
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.cid-uR9s17jwlX .btn-warning:hover {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-uR9s17jwlX .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
@media (max-width: 767px) {
  .cid-uR9s17jwlX .dropdown-toggle::after {
    transform: translateY(3px);
  }
}
.cid-uR9s17jwlX .btn-primary:focus {
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.cid-uR9s17jwlX .btn-warning:focus {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-uR9s17jwlX .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-uR9s17jwlX .logo-name .mbr-section-title {
  color: #45b1e3;
}
.cid-uR9s18au9t {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/popeye20scc8ckola20plivanja20zagreb-1280x853.jpg");
}
@media (max-width: 767px) {
  .cid-uR9s18au9t {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.cid-uR9s18au9t img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-uR9s18au9t .right-wrapper {
  padding-left: 5rem;
}
.cid-uR9s18au9t .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-uR9s18au9t .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-uR9s18au9t .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-uR9s18au9t .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-uR9s18au9t .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  z-index: -1;
}
.cid-uR9s18au9t .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uR9s18au9t .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uR9s18au9t .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uR9s18au9t .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-uR9s18au9t .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-uR9s18au9t .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-uR9s18au9t .container-fluid {
    padding: 0 1rem;
  }
  .cid-uR9s18au9t .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-uR9s18au9t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9s18au9t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9s19uhlb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uR9s19uhlb {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cid-uR9s19uhlb .mbr-text {
  margin: 0;
}
.cid-uR9s19uhlb .card-box {
  padding: 0 2rem;
  width: 100%;
  text-align: center;
}
.cid-uR9s19uhlb .mbr-iconfont {
  transition: all 0.3s;
  margin-left: 1rem;
  line-height: 0;
}
.cid-uR9s19uhlb .card-inner {
  border-radius: 30px;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cid-uR9s19uhlb .card-inner1 {
  background: #45b3df;
}
.cid-uR9s19uhlb .card-inner2 {
  background: #45b3df;
}
.cid-uR9s19uhlb .card-inner3 {
  background: #ffc85b;
}
.cid-uR9s19uhlb img {
  width: auto;
  height: 140px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-uR9s19uhlb .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
}
.cid-uR9s19uhlb .container-fluid {
  max-width: 1200px;
}
.cid-uR9s19uhlb .btn-underline {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
.cid-uR9s19uhlb .btn-underline:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-uR9s19uhlb .mbr-section-btn {
  margin-bottom: 3.5rem;
}
@media (max-width: 991px) {
  .cid-uR9s19uhlb .card {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uR9s19uhlb .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-uR9s19uhlb .card-img {
  text-align: center;
  margin-top: 2.5rem;
  padding: 0 2rem;
}
.cid-uR9s19uhlb .inner-dashed-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-uR9s19uhlb .card:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uR9s19uhlb .svg1 {
  padding: 1.5rem;
  z-index: -1;
}
.cid-uR9s19uhlb .svg1 rect {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uR9s19uhlb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9s19uhlb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9s1auxOb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uR9s1auxOb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uR9s1auxOb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uR9s1auxOb .carousel-inner {
  position: relative;
  width: 100%;
  overflow: visible !important;
}
.cid-uR9s1auxOb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uR9s1auxOb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uR9s1auxOb .row > .row {
  display: block;
}
.cid-uR9s1auxOb .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fa9db7;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-uR9s1auxOb .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-uR9s1auxOb .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uR9s1auxOb .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uR9s1auxOb .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-uR9s1auxOb .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fa9db7 !important;
  opacity: 0.7;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-uR9s1auxOb .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-uR9s1auxOb .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-uR9s1auxOb {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cid-uR9s1auxOb .col-sm-12 {
    padding: 0 !important;
  }
  .cid-uR9s1auxOb .mbr-gallery-item {
    width: auto;
  }
}
.cid-uR9s1c6I2A {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #0095d0;
}
.cid-uR9s1c6I2A .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-uR9s1c6I2A .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uR9s1c6I2A .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #45b3df;
}
.cid-uR9s1c6I2A .container-fluid {
  max-width: 1200px;
}
.cid-uR9s1c6I2A .btn .inner-dashed-border {
  stroke: #45b3df;
}
.cid-uR9s1c6I2A .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uR9s1c6I2A rect {
  position: absolute;
  width: 95%;
}
.cid-uR9s1c6I2A .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-uR9s1c6I2A .svg-1 path {
  fill: #ffffff;
}
.cid-uR9s1c6I2A .svg-2 {
  position: absolute;
  top: 0;
}
.cid-uR9s1c6I2A .svg-2 path {
  fill: #ffffff;
}
.cid-uR9s1c6I2A .svg1 {
  padding: 2px;
}
.cid-uR9s1c6I2A .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-uR9s1c6I2A {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cid-uR9s1c6I2A .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uR9s1c6I2A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9s1c6I2A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9s1czlWz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/popeye20sport20zg-1400x934.jpg");
}
.cid-uR9s1czlWz .container-fluid {
  padding: 0 2.5rem;
  max-width: 1200px;
}
.cid-uR9s1czlWz .wrap-block {
  background-color: #ffffff;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-uR9s1czlWz {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-uR9s1czlWz .wrap-block {
    margin: 0.5rem 0;
    padding: 1rem 1rem;
    text-align: center;
  }
  .cid-uR9s1czlWz .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 767px) {
  .cid-uR9s1czlWz .wrap-block {
    margin: 3rem 0;
    padding: 5rem 2rem;
  }
}
.cid-uR9s1czlWz .wrapper {
  margin-bottom: 1.5rem;
  display: block;
  width: 100%;
  text-align: left;
}
.cid-uR9s1czlWz .icon-img {
  width: 40px;
  margin-right: 1rem;
  display: inline-block;
  vertical-align: bottom;
}
.cid-uR9s1czlWz .card-title {
  color: #12265a;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.cid-uR9s1czlWz .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-uR9s1czlWz .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-uR9s1czlWz .svg-1 path {
  fill: #ffffff;
}
.cid-uR9s1czlWz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9s1czlWz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcmowh8g7 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #2d4073;
}
.cid-uRcmowh8g7 .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-uRcmowh8g7 .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-uRcmowh8g7 .navbar-logo {
  width: 110px;
}
.cid-uRcmowh8g7 .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uRcmowh8g7 .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uRcmowh8g7 .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-uRcmowh8g7 .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-uRcmowh8g7 .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-uRcmowh8g7 .list-item .item-image,
.cid-uRcmowh8g7 .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-uRcmowh8g7 .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
  display: inline-block;
}
.cid-uRcmowh8g7 .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-uRcmowh8g7 .socicon:hover {
  transform: translate(0, -10px);
}
.cid-uRcmowh8g7 .socion1 {
  background: #45b3df;
}
.cid-uRcmowh8g7 .socion2 {
  background-color: #456eda;
}
.cid-uRcmowh8g7 .socion3 {
  background-color: #f985a5;
}
.cid-uRcmowh8g7 .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-uRcmowh8g7 .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-uRcmowh8g7 .social-list a {
  transition: .2s linear;
}
.cid-uRcmowh8g7 .social-list a:hover {
  opacity: .4;
}
.cid-uRcmowh8g7 .wrapper {
  background: #45b3df;
  padding: 2rem;
  border-radius: 30px;
}
.cid-uRcmowh8g7 .svg-1 {
  position: absolute;
  top: 0;
}
.cid-uRcmowh8g7 .svg-1 path {
  fill: #ffffff;
}
.cid-uRcmowh8g7 .item-image {
  margin-right: 2rem;
}
.cid-uRcmowh8g7 [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-uRcmowh8g7 .soc-item::after {
  display: none;
}
.cid-uRcmowh8g7 .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #45b3df;
}
.cid-uRcmowh8g7 .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #fa9db7;
}
.cid-uRcmowh8g7 .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #ffc85b;
}
@media (max-width: 991px) {
  .cid-uRcmowh8g7 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uRcmowh8g7 .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-uRcmowh8g7 .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-uRcmowh8g7 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .cid-uRcmowh8g7 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uRcmowh8g7 .wrapper {
    padding: 1rem;
  }
}
.cid-uRcmowh8g7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcmowh8g7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9s6Z18cE {
  min-height: 120px;
  z-index: 100;
}
.cid-uR9s6Z18cE .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uR9s6Z18cE .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #ffffff;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uR9s6Z18cE .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-uR9s6Z18cE .dropdown-item:active {
  background-color: transparent;
}
.cid-uR9s6Z18cE .nav-item a {
  display: flex;
  align-items: center;
  padding: 0 0.5rem !important;
  margin: 0 1.2rem !important;
}
.cid-uR9s6Z18cE .nav-item:focus,
.cid-uR9s6Z18cE .nav-link:focus {
  outline: none;
}
.cid-uR9s6Z18cE .btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-uR9s6Z18cE .btn .mbr-iconfont {
  font-size: 1.5rem;
  margin: 0;
}
.cid-uR9s6Z18cE .menu-logo .navbar-brand {
  display: flex;
  align-items: center;
}
.cid-uR9s6Z18cE .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uR9s6Z18cE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uR9s6Z18cE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uR9s6Z18cE .dropdown .dropdown-menu {
  background: transparent;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-uR9s6Z18cE .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-uR9s6Z18cE .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-uR9s6Z18cE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uR9s6Z18cE .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR9s6Z18cE .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uR9s6Z18cE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-uR9s6Z18cE button.navbar-toggler:focus {
  outline: none;
}
.cid-uR9s6Z18cE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #12265a;
}
.cid-uR9s6Z18cE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uR9s6Z18cE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uR9s6Z18cE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uR9s6Z18cE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uR9s6Z18cE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR9s6Z18cE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uR9s6Z18cE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uR9s6Z18cE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR9s6Z18cE .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uR9s6Z18cE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uR9s6Z18cE .collapsed .navbar-collapse.collapsing,
.cid-uR9s6Z18cE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uR9s6Z18cE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uR9s6Z18cE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
}
.cid-uR9s6Z18cE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uR9s6Z18cE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uR9s6Z18cE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uR9s6Z18cE .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uR9s6Z18cE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uR9s6Z18cE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uR9s6Z18cE .collapsed .navbar-collapse .nav-item {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uR9s6Z18cE .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 89.6875vh;
  }
}
.cid-uR9s6Z18cE .collapsed button.navbar-toggler {
  display: block;
}
.cid-uR9s6Z18cE .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uR9s6Z18cE .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uR9s6Z18cE .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uR9s6Z18cE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uR9s6Z18cE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uR9s6Z18cE {
    min-height: 85px;
  }
  .cid-uR9s6Z18cE.navbar-expand {
    flex-direction: column;
  }
  .cid-uR9s6Z18cE img {
    height: 3.8rem !important;
  }
  .cid-uR9s6Z18cE button.navbar-toggler {
    display: block;
  }
  .cid-uR9s6Z18cE .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-uR9s6Z18cE .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uR9s6Z18cE .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uR9s6Z18cE .navbar-collapse.collapsing,
  .cid-uR9s6Z18cE .navbar-collapse.show {
    display: block !important;
  }
  .cid-uR9s6Z18cE .navbar-collapse.collapsing .navbar-nav,
  .cid-uR9s6Z18cE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uR9s6Z18cE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uR9s6Z18cE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uR9s6Z18cE .navbar-collapse.collapsing .navbar-buttons,
  .cid-uR9s6Z18cE .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uR9s6Z18cE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uR9s6Z18cE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uR9s6Z18cE .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uR9s6Z18cE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uR9s6Z18cE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uR9s6Z18cE .navbar-logo img {
    display: none !important;
  }
  .cid-uR9s6Z18cE .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-uR9s6Z18cE .nav-link {
    justify-content: start !important;
  }
  .cid-uR9s6Z18cE .navbar.opened {
    height: 100vh;
  }
  .cid-uR9s6Z18cE .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-uR9s6Z18cE .dropdown-menu {
    box-shadow: none !important;
    background: #ffffff !important;
  }
}
@media (min-width: 767px) {
  .cid-uR9s6Z18cE .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uR9s6Z18cE .navbar-collapse {
  flex-basis: auto;
}
.cid-uR9s6Z18cE .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  transition: 0.4s;
}
.cid-uR9s6Z18cE .span-link {
  padding: 0 0.5rem;
}
.cid-uR9s6Z18cE .btn1:before,
.cid-uR9s6Z18cE .btn2:before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-uR9s6Z18cE .btn1:before {
  border: 2px dashed #ffc85b;
}
.cid-uR9s6Z18cE .btn2::before {
  border: 2px dashed #fa6992;
}
.cid-uR9s6Z18cE .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-uR9s6Z18cE .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-uR9s6Z18cE .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-uR9s6Z18cE .dropdown-item {
    color: #fff;
  }
  .cid-uR9s6Z18cE .nav-item.open .nav-link,
  .cid-uR9s6Z18cE .link:hover {
    color: #fff;
    background: #ffc85b;
    border-radius: 5px;
  }
  .cid-uR9s6Z18cE .logo-name {
    margin-top: 0.5rem;
  }
  .cid-uR9s6Z18cE .navbar-brand {
    justify-content: center;
  }
  .cid-uR9s6Z18cE .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-uR9s6Z18cE .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-uR9s6Z18cE .navbar-nav .nav-link {
    color: #12265a;
    display: inline-block;
  }
  .cid-uR9s6Z18cE .navbar-collapse {
    background-color: #ffffff;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-uR9s6Z18cE .navbar {
    height: 90px;
  }
  .cid-uR9s6Z18cE .menu-logo {
    flex-basis: 0;
    flex-positive: 1;
    flex-grow: 1;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-uR9s6Z18cE .btn1 {
    display: none;
  }
  .cid-uR9s6Z18cE .mbr-section-title {
    color: #fff;
  }
  .cid-uR9s6Z18cE .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-uR9s6Z18cE .navbar-toggleable-sm {
    background-color: #ffffff;
  }
  .cid-uR9s6Z18cE .span-link {
    color: #fff;
  }
  .cid-uR9s6Z18cE .nav-item {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-uR9s6Z18cE .dropdown-item {
    color: #12265a;
  }
  .cid-uR9s6Z18cE .nav-item.open .nav-link,
  .cid-uR9s6Z18cE .link:hover {
    color: #12265a !important;
    background: #ffc85b;
    border-radius: 5px;
  }
  .cid-uR9s6Z18cE .logo-name {
    margin-top: 2rem;
  }
  .cid-uR9s6Z18cE .navbar-collapse {
    justify-content: space-between;
  }
  .cid-uR9s6Z18cE .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-uR9s6Z18cE .container-fluid {
    padding: 0 1rem;
  }
  .cid-uR9s6Z18cE .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #fa9db7;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-uR9s6Z18cE .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #ffffff;
    z-index: -1;
  }
}
.cid-uR9s6Z18cE .mbr-section-title {
  font-weight: 900;
}
.cid-uR9s6Z18cE .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-uR9s6Z18cE .mbr-section-btn {
  display: flex;
}
.cid-uR9s6Z18cE .dropdown-item:hover {
  color: #ffc85b !important;
}
.cid-uR9s6Z18cE .btn-primary:hover {
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.cid-uR9s6Z18cE .btn-warning:hover {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-uR9s6Z18cE .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
@media (max-width: 767px) {
  .cid-uR9s6Z18cE .dropdown-toggle::after {
    transform: translateY(3px);
  }
}
.cid-uR9s6Z18cE .btn-primary:focus {
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.cid-uR9s6Z18cE .btn-warning:focus {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-uR9s6Z18cE .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-uR9s6Z18cE .logo-name .mbr-section-title {
  color: #45b1e3;
}
.cid-uR9s6ZUpe8 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/popeye20scc8ckola20skijanja20zagreb-1280x853.jpg");
}
@media (max-width: 767px) {
  .cid-uR9s6ZUpe8 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.cid-uR9s6ZUpe8 img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-uR9s6ZUpe8 .right-wrapper {
  padding-left: 5rem;
}
.cid-uR9s6ZUpe8 .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-uR9s6ZUpe8 .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-uR9s6ZUpe8 .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-uR9s6ZUpe8 .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-uR9s6ZUpe8 .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  z-index: -1;
}
.cid-uR9s6ZUpe8 .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uR9s6ZUpe8 .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uR9s6ZUpe8 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uR9s6ZUpe8 .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-uR9s6ZUpe8 .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-uR9s6ZUpe8 .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-uR9s6ZUpe8 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uR9s6ZUpe8 .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-uR9s6ZUpe8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9s6ZUpe8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9s70JpKn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uR9s70JpKn {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cid-uR9s70JpKn .mbr-text {
  margin: 0;
}
.cid-uR9s70JpKn .card-box {
  padding: 0 2rem;
  width: 100%;
  text-align: center;
}
.cid-uR9s70JpKn .mbr-iconfont {
  transition: all 0.3s;
  margin-left: 1rem;
  line-height: 0;
}
.cid-uR9s70JpKn .card-inner {
  border-radius: 30px;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cid-uR9s70JpKn .card-inner1 {
  background: #fa9db7;
}
.cid-uR9s70JpKn .card-inner2 {
  background: #45b3df;
}
.cid-uR9s70JpKn .card-inner3 {
  background: #ffc85b;
}
.cid-uR9s70JpKn img {
  width: auto;
  height: 140px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-uR9s70JpKn .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
}
.cid-uR9s70JpKn .container-fluid {
  max-width: 1200px;
}
.cid-uR9s70JpKn .btn-underline {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
.cid-uR9s70JpKn .btn-underline:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-uR9s70JpKn .mbr-section-btn {
  margin-bottom: 3.5rem;
}
@media (max-width: 991px) {
  .cid-uR9s70JpKn .card {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uR9s70JpKn .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-uR9s70JpKn .card-img {
  text-align: center;
  margin-top: 2.5rem;
  padding: 0 2rem;
}
.cid-uR9s70JpKn .inner-dashed-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-uR9s70JpKn .card:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uR9s70JpKn .svg1 {
  padding: 1.5rem;
  z-index: -1;
}
.cid-uR9s70JpKn .svg1 rect {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uR9s70JpKn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9s70JpKn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9s71JyAK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uR9s71JyAK .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uR9s71JyAK .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uR9s71JyAK .carousel-inner {
  position: relative;
  width: 100%;
  overflow: visible !important;
}
.cid-uR9s71JyAK .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uR9s71JyAK .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uR9s71JyAK .row > .row {
  display: block;
}
.cid-uR9s71JyAK .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fa9db7;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-uR9s71JyAK .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-uR9s71JyAK .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uR9s71JyAK .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uR9s71JyAK .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-uR9s71JyAK .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fa9db7 !important;
  opacity: 0.7;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-uR9s71JyAK .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-uR9s71JyAK .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-uR9s71JyAK {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cid-uR9s71JyAK .col-sm-12 {
    padding: 0 !important;
  }
  .cid-uR9s71JyAK .mbr-gallery-item {
    width: auto;
  }
}
.cid-uR9BnMVRVq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uR9BnMVRVq {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cid-uR9BnMVRVq .mbr-text {
  margin: 0;
}
.cid-uR9BnMVRVq .card-box {
  padding: 0 2rem;
  width: 100%;
  text-align: center;
}
.cid-uR9BnMVRVq .mbr-iconfont {
  transition: all 0.3s;
  margin-left: 1rem;
  line-height: 0;
}
.cid-uR9BnMVRVq .card-inner {
  border-radius: 30px;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cid-uR9BnMVRVq .card-inner1 {
  background: #ffc85b;
}
.cid-uR9BnMVRVq .card-inner2 {
  background: #0095d0;
}
.cid-uR9BnMVRVq .card-inner3 {
  background: #ffc85b;
}
.cid-uR9BnMVRVq img {
  width: auto;
  height: 140px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-uR9BnMVRVq .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
}
.cid-uR9BnMVRVq .container-fluid {
  max-width: 1200px;
}
.cid-uR9BnMVRVq .btn-underline {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
.cid-uR9BnMVRVq .btn-underline:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-uR9BnMVRVq .mbr-section-btn {
  margin-bottom: 3.5rem;
}
@media (max-width: 991px) {
  .cid-uR9BnMVRVq .card {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uR9BnMVRVq .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-uR9BnMVRVq .card-img {
  text-align: center;
  margin-top: 2.5rem;
  padding: 0 2rem;
}
.cid-uR9BnMVRVq .inner-dashed-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-uR9BnMVRVq .card:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uR9BnMVRVq .svg1 {
  padding: 1.5rem;
  z-index: -1;
}
.cid-uR9BnMVRVq .svg1 rect {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uR9BnMVRVq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9BnMVRVq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9KMrPNWf {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f6ff;
}
@media (max-width: 767px) {
  .cid-uR9KMrPNWf {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.cid-uR9KMrPNWf img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-uR9KMrPNWf .right-wrapper {
  padding-left: 5rem;
}
.cid-uR9KMrPNWf .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-uR9KMrPNWf .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-uR9KMrPNWf .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-uR9KMrPNWf .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-uR9KMrPNWf .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  z-index: -1;
}
.cid-uR9KMrPNWf .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uR9KMrPNWf .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uR9KMrPNWf .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uR9KMrPNWf .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-uR9KMrPNWf .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-uR9KMrPNWf .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-uR9KMrPNWf .container-fluid {
    padding: 0 1rem;
  }
  .cid-uR9KMrPNWf .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-uR9KMrPNWf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9KMrPNWf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9s73RTUT {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #0095d0;
}
.cid-uR9s73RTUT .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-uR9s73RTUT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uR9s73RTUT .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #45b3df;
}
.cid-uR9s73RTUT .container-fluid {
  max-width: 1200px;
}
.cid-uR9s73RTUT .btn .inner-dashed-border {
  stroke: #45b3df;
}
.cid-uR9s73RTUT .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uR9s73RTUT rect {
  position: absolute;
  width: 95%;
}
.cid-uR9s73RTUT .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-uR9s73RTUT .svg-1 path {
  fill: #ffffff;
}
.cid-uR9s73RTUT .svg-2 {
  position: absolute;
  top: 0;
}
.cid-uR9s73RTUT .svg-2 path {
  fill: #ffffff;
}
.cid-uR9s73RTUT .svg1 {
  padding: 2px;
}
.cid-uR9s73RTUT .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-uR9s73RTUT {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cid-uR9s73RTUT .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uR9s73RTUT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9s73RTUT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9s74mqsK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/popeye20sport20zg-1400x934.jpg");
}
.cid-uR9s74mqsK .container-fluid {
  padding: 0 2.5rem;
  max-width: 1200px;
}
.cid-uR9s74mqsK .wrap-block {
  background-color: #ffffff;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-uR9s74mqsK {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-uR9s74mqsK .wrap-block {
    margin: 0.5rem 0;
    padding: 1rem 1rem;
    text-align: center;
  }
  .cid-uR9s74mqsK .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 767px) {
  .cid-uR9s74mqsK .wrap-block {
    margin: 3rem 0;
    padding: 5rem 2rem;
  }
}
.cid-uR9s74mqsK .wrapper {
  margin-bottom: 1.5rem;
  display: block;
  width: 100%;
  text-align: left;
}
.cid-uR9s74mqsK .icon-img {
  width: 40px;
  margin-right: 1rem;
  display: inline-block;
  vertical-align: bottom;
}
.cid-uR9s74mqsK .card-title {
  color: #12265a;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.cid-uR9s74mqsK .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-uR9s74mqsK .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-uR9s74mqsK .svg-1 path {
  fill: #ffffff;
}
.cid-uR9s74mqsK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9s74mqsK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcmuaog7l {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #2d4073;
}
.cid-uRcmuaog7l .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-uRcmuaog7l .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-uRcmuaog7l .navbar-logo {
  width: 110px;
}
.cid-uRcmuaog7l .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uRcmuaog7l .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uRcmuaog7l .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-uRcmuaog7l .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-uRcmuaog7l .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-uRcmuaog7l .list-item .item-image,
.cid-uRcmuaog7l .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-uRcmuaog7l .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
  display: inline-block;
}
.cid-uRcmuaog7l .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-uRcmuaog7l .socicon:hover {
  transform: translate(0, -10px);
}
.cid-uRcmuaog7l .socion1 {
  background: #45b3df;
}
.cid-uRcmuaog7l .socion2 {
  background-color: #456eda;
}
.cid-uRcmuaog7l .socion3 {
  background-color: #f985a5;
}
.cid-uRcmuaog7l .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-uRcmuaog7l .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-uRcmuaog7l .social-list a {
  transition: .2s linear;
}
.cid-uRcmuaog7l .social-list a:hover {
  opacity: .4;
}
.cid-uRcmuaog7l .wrapper {
  background: #45b3df;
  padding: 2rem;
  border-radius: 30px;
}
.cid-uRcmuaog7l .svg-1 {
  position: absolute;
  top: 0;
}
.cid-uRcmuaog7l .svg-1 path {
  fill: #ffffff;
}
.cid-uRcmuaog7l .item-image {
  margin-right: 2rem;
}
.cid-uRcmuaog7l [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-uRcmuaog7l .soc-item::after {
  display: none;
}
.cid-uRcmuaog7l .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #45b3df;
}
.cid-uRcmuaog7l .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #fa9db7;
}
.cid-uRcmuaog7l .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #ffc85b;
}
@media (max-width: 991px) {
  .cid-uRcmuaog7l .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uRcmuaog7l .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-uRcmuaog7l .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-uRcmuaog7l {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .cid-uRcmuaog7l .container-fluid {
    padding: 0 1rem;
  }
  .cid-uRcmuaog7l .wrapper {
    padding: 1rem;
  }
}
.cid-uRcmuaog7l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcmuaog7l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9sfGNEpG {
  min-height: 120px;
  z-index: 100;
}
.cid-uR9sfGNEpG .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uR9sfGNEpG .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #ffffff;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uR9sfGNEpG .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-uR9sfGNEpG .dropdown-item:active {
  background-color: transparent;
}
.cid-uR9sfGNEpG .nav-item a {
  display: flex;
  align-items: center;
  padding: 0 0.5rem !important;
  margin: 0 1.2rem !important;
}
.cid-uR9sfGNEpG .nav-item:focus,
.cid-uR9sfGNEpG .nav-link:focus {
  outline: none;
}
.cid-uR9sfGNEpG .btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-uR9sfGNEpG .btn .mbr-iconfont {
  font-size: 1.5rem;
  margin: 0;
}
.cid-uR9sfGNEpG .menu-logo .navbar-brand {
  display: flex;
  align-items: center;
}
.cid-uR9sfGNEpG .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uR9sfGNEpG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uR9sfGNEpG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uR9sfGNEpG .dropdown .dropdown-menu {
  background: transparent;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-uR9sfGNEpG .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-uR9sfGNEpG .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-uR9sfGNEpG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uR9sfGNEpG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR9sfGNEpG .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uR9sfGNEpG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-uR9sfGNEpG button.navbar-toggler:focus {
  outline: none;
}
.cid-uR9sfGNEpG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #12265a;
}
.cid-uR9sfGNEpG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uR9sfGNEpG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uR9sfGNEpG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uR9sfGNEpG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uR9sfGNEpG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR9sfGNEpG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uR9sfGNEpG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uR9sfGNEpG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR9sfGNEpG .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uR9sfGNEpG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uR9sfGNEpG .collapsed .navbar-collapse.collapsing,
.cid-uR9sfGNEpG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uR9sfGNEpG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uR9sfGNEpG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
}
.cid-uR9sfGNEpG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uR9sfGNEpG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uR9sfGNEpG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uR9sfGNEpG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uR9sfGNEpG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uR9sfGNEpG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uR9sfGNEpG .collapsed .navbar-collapse .nav-item {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uR9sfGNEpG .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 89.6875vh;
  }
}
.cid-uR9sfGNEpG .collapsed button.navbar-toggler {
  display: block;
}
.cid-uR9sfGNEpG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uR9sfGNEpG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uR9sfGNEpG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uR9sfGNEpG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uR9sfGNEpG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uR9sfGNEpG {
    min-height: 85px;
  }
  .cid-uR9sfGNEpG.navbar-expand {
    flex-direction: column;
  }
  .cid-uR9sfGNEpG img {
    height: 3.8rem !important;
  }
  .cid-uR9sfGNEpG button.navbar-toggler {
    display: block;
  }
  .cid-uR9sfGNEpG .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-uR9sfGNEpG .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uR9sfGNEpG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uR9sfGNEpG .navbar-collapse.collapsing,
  .cid-uR9sfGNEpG .navbar-collapse.show {
    display: block !important;
  }
  .cid-uR9sfGNEpG .navbar-collapse.collapsing .navbar-nav,
  .cid-uR9sfGNEpG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uR9sfGNEpG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uR9sfGNEpG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uR9sfGNEpG .navbar-collapse.collapsing .navbar-buttons,
  .cid-uR9sfGNEpG .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uR9sfGNEpG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uR9sfGNEpG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uR9sfGNEpG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uR9sfGNEpG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uR9sfGNEpG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uR9sfGNEpG .navbar-logo img {
    display: none !important;
  }
  .cid-uR9sfGNEpG .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-uR9sfGNEpG .nav-link {
    justify-content: start !important;
  }
  .cid-uR9sfGNEpG .navbar.opened {
    height: 100vh;
  }
  .cid-uR9sfGNEpG .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-uR9sfGNEpG .dropdown-menu {
    box-shadow: none !important;
    background: #ffffff !important;
  }
}
@media (min-width: 767px) {
  .cid-uR9sfGNEpG .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uR9sfGNEpG .navbar-collapse {
  flex-basis: auto;
}
.cid-uR9sfGNEpG .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  transition: 0.4s;
}
.cid-uR9sfGNEpG .span-link {
  padding: 0 0.5rem;
}
.cid-uR9sfGNEpG .btn1:before,
.cid-uR9sfGNEpG .btn2:before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-uR9sfGNEpG .btn1:before {
  border: 2px dashed #ffc85b;
}
.cid-uR9sfGNEpG .btn2::before {
  border: 2px dashed #fa6992;
}
.cid-uR9sfGNEpG .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-uR9sfGNEpG .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-uR9sfGNEpG .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-uR9sfGNEpG .dropdown-item {
    color: #fff;
  }
  .cid-uR9sfGNEpG .nav-item.open .nav-link,
  .cid-uR9sfGNEpG .link:hover {
    color: #fff;
    background: #ffc85b;
    border-radius: 5px;
  }
  .cid-uR9sfGNEpG .logo-name {
    margin-top: 0.5rem;
  }
  .cid-uR9sfGNEpG .navbar-brand {
    justify-content: center;
  }
  .cid-uR9sfGNEpG .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-uR9sfGNEpG .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-uR9sfGNEpG .navbar-nav .nav-link {
    color: #12265a;
    display: inline-block;
  }
  .cid-uR9sfGNEpG .navbar-collapse {
    background-color: #ffffff;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-uR9sfGNEpG .navbar {
    height: 90px;
  }
  .cid-uR9sfGNEpG .menu-logo {
    flex-basis: 0;
    flex-positive: 1;
    flex-grow: 1;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-uR9sfGNEpG .btn1 {
    display: none;
  }
  .cid-uR9sfGNEpG .mbr-section-title {
    color: #fff;
  }
  .cid-uR9sfGNEpG .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-uR9sfGNEpG .navbar-toggleable-sm {
    background-color: #ffffff;
  }
  .cid-uR9sfGNEpG .span-link {
    color: #fff;
  }
  .cid-uR9sfGNEpG .nav-item {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-uR9sfGNEpG .dropdown-item {
    color: #12265a;
  }
  .cid-uR9sfGNEpG .nav-item.open .nav-link,
  .cid-uR9sfGNEpG .link:hover {
    color: #12265a !important;
    background: #ffc85b;
    border-radius: 5px;
  }
  .cid-uR9sfGNEpG .logo-name {
    margin-top: 2rem;
  }
  .cid-uR9sfGNEpG .navbar-collapse {
    justify-content: space-between;
  }
  .cid-uR9sfGNEpG .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-uR9sfGNEpG .container-fluid {
    padding: 0 1rem;
  }
  .cid-uR9sfGNEpG .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #fa9db7;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-uR9sfGNEpG .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #ffffff;
    z-index: -1;
  }
}
.cid-uR9sfGNEpG .mbr-section-title {
  font-weight: 900;
}
.cid-uR9sfGNEpG .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-uR9sfGNEpG .mbr-section-btn {
  display: flex;
}
.cid-uR9sfGNEpG .dropdown-item:hover {
  color: #ffc85b !important;
}
.cid-uR9sfGNEpG .btn-primary:hover {
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.cid-uR9sfGNEpG .btn-warning:hover {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-uR9sfGNEpG .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
@media (max-width: 767px) {
  .cid-uR9sfGNEpG .dropdown-toggle::after {
    transform: translateY(3px);
  }
}
.cid-uR9sfGNEpG .btn-primary:focus {
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.cid-uR9sfGNEpG .btn-warning:focus {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-uR9sfGNEpG .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-uR9sfGNEpG .logo-name .mbr-section-title {
  color: #45b1e3;
}
.cid-uR9sfHUiyu {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/popeye20sport20zagreb201-1620x1080.jpg");
}
@media (max-width: 767px) {
  .cid-uR9sfHUiyu {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.cid-uR9sfHUiyu img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-uR9sfHUiyu .right-wrapper {
  padding-left: 5rem;
}
.cid-uR9sfHUiyu .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-uR9sfHUiyu .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-uR9sfHUiyu .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-uR9sfHUiyu .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-uR9sfHUiyu .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  z-index: -1;
}
.cid-uR9sfHUiyu .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uR9sfHUiyu .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uR9sfHUiyu .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uR9sfHUiyu .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-uR9sfHUiyu .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-uR9sfHUiyu .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-uR9sfHUiyu .container-fluid {
    padding: 0 1rem;
  }
  .cid-uR9sfHUiyu .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-uR9sfHUiyu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9sfHUiyu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9sfIC82V {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uR9sfIC82V {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cid-uR9sfIC82V .mbr-text {
  margin: 0;
}
.cid-uR9sfIC82V .card-box {
  padding: 0 2rem;
  width: 100%;
  text-align: center;
}
.cid-uR9sfIC82V .mbr-iconfont {
  transition: all 0.3s;
  margin-left: 1rem;
  line-height: 0;
}
.cid-uR9sfIC82V .card-inner {
  border-radius: 30px;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cid-uR9sfIC82V .card-inner1 {
  background: #fa9db7;
}
.cid-uR9sfIC82V .card-inner2 {
  background: #45b3df;
}
.cid-uR9sfIC82V .card-inner3 {
  background: #ffc85b;
}
.cid-uR9sfIC82V img {
  width: auto;
  height: 140px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-uR9sfIC82V .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
}
.cid-uR9sfIC82V .container-fluid {
  max-width: 1200px;
}
.cid-uR9sfIC82V .btn-underline {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
.cid-uR9sfIC82V .btn-underline:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-uR9sfIC82V .mbr-section-btn {
  margin-bottom: 3.5rem;
}
@media (max-width: 991px) {
  .cid-uR9sfIC82V .card {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uR9sfIC82V .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-uR9sfIC82V .card-img {
  text-align: center;
  margin-top: 2.5rem;
  padding: 0 2rem;
}
.cid-uR9sfIC82V .inner-dashed-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-uR9sfIC82V .card:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uR9sfIC82V .svg1 {
  padding: 1.5rem;
  z-index: -1;
}
.cid-uR9sfIC82V .svg1 rect {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uR9sfIC82V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9sfIC82V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9sfIC82V .mbr-text,
.cid-uR9sfIC82V .mbr-section-btn {
  text-align: center;
}
.cid-uR9sfJoCLz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uR9sfJoCLz .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uR9sfJoCLz .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uR9sfJoCLz .carousel-inner {
  position: relative;
  width: 100%;
  overflow: visible !important;
}
.cid-uR9sfJoCLz .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uR9sfJoCLz .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uR9sfJoCLz .row > .row {
  display: block;
}
.cid-uR9sfJoCLz .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fa9db7;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-uR9sfJoCLz .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-uR9sfJoCLz .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uR9sfJoCLz .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uR9sfJoCLz .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-uR9sfJoCLz .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fa9db7 !important;
  opacity: 0.7;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-uR9sfJoCLz .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-uR9sfJoCLz .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-uR9sfJoCLz {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cid-uR9sfJoCLz .col-sm-12 {
    padding: 0 !important;
  }
  .cid-uR9sfJoCLz .mbr-gallery-item {
    width: auto;
  }
}
.cid-uR9FaO03B9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uR9FaO03B9 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cid-uR9FaO03B9 .mbr-text {
  margin: 0;
}
.cid-uR9FaO03B9 .card-box {
  padding: 0 2rem;
  width: 100%;
  text-align: center;
}
.cid-uR9FaO03B9 .mbr-iconfont {
  transition: all 0.3s;
  margin-left: 1rem;
  line-height: 0;
}
.cid-uR9FaO03B9 .card-inner {
  border-radius: 30px;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cid-uR9FaO03B9 .card-inner1 {
  background: #ffc85b;
}
.cid-uR9FaO03B9 .card-inner2 {
  background: #45b3df;
}
.cid-uR9FaO03B9 .card-inner3 {
  background: #ffc85b;
}
.cid-uR9FaO03B9 img {
  width: auto;
  height: 140px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-uR9FaO03B9 .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
}
.cid-uR9FaO03B9 .container-fluid {
  max-width: 1200px;
}
.cid-uR9FaO03B9 .btn-underline {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
.cid-uR9FaO03B9 .btn-underline:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-uR9FaO03B9 .mbr-section-btn {
  margin-bottom: 3.5rem;
}
@media (max-width: 991px) {
  .cid-uR9FaO03B9 .card {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uR9FaO03B9 .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-uR9FaO03B9 .card-img {
  text-align: center;
  margin-top: 2.5rem;
  padding: 0 2rem;
}
.cid-uR9FaO03B9 .inner-dashed-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-uR9FaO03B9 .card:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uR9FaO03B9 .svg1 {
  padding: 1.5rem;
  z-index: -1;
}
.cid-uR9FaO03B9 .svg1 rect {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uR9FaO03B9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9FaO03B9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9FaO03B9 .mbr-text,
.cid-uR9FaO03B9 .mbr-section-btn {
  text-align: center;
}
.cid-uR9sfLm3rS {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #0095d0;
}
.cid-uR9sfLm3rS .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-uR9sfLm3rS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uR9sfLm3rS .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #45b3df;
}
.cid-uR9sfLm3rS .container-fluid {
  max-width: 1200px;
}
.cid-uR9sfLm3rS .btn .inner-dashed-border {
  stroke: #45b3df;
}
.cid-uR9sfLm3rS .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uR9sfLm3rS rect {
  position: absolute;
  width: 95%;
}
.cid-uR9sfLm3rS .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-uR9sfLm3rS .svg-1 path {
  fill: #ffffff;
}
.cid-uR9sfLm3rS .svg-2 {
  position: absolute;
  top: 0;
}
.cid-uR9sfLm3rS .svg-2 path {
  fill: #ffffff;
}
.cid-uR9sfLm3rS .svg1 {
  padding: 2px;
}
.cid-uR9sfLm3rS .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-uR9sfLm3rS {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cid-uR9sfLm3rS .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uR9sfLm3rS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9sfLm3rS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9sfLT5tW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/popeye20sport20zg-1400x934.jpg");
}
.cid-uR9sfLT5tW .container-fluid {
  padding: 0 2.5rem;
  max-width: 1200px;
}
.cid-uR9sfLT5tW .wrap-block {
  background-color: #ffffff;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-uR9sfLT5tW {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-uR9sfLT5tW .wrap-block {
    margin: 0.5rem 0;
    padding: 1rem 1rem;
    text-align: center;
  }
  .cid-uR9sfLT5tW .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 767px) {
  .cid-uR9sfLT5tW .wrap-block {
    margin: 3rem 0;
    padding: 5rem 2rem;
  }
}
.cid-uR9sfLT5tW .wrapper {
  margin-bottom: 1.5rem;
  display: block;
  width: 100%;
  text-align: left;
}
.cid-uR9sfLT5tW .icon-img {
  width: 40px;
  margin-right: 1rem;
  display: inline-block;
  vertical-align: bottom;
}
.cid-uR9sfLT5tW .card-title {
  color: #12265a;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.cid-uR9sfLT5tW .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-uR9sfLT5tW .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-uR9sfLT5tW .svg-1 path {
  fill: #ffffff;
}
.cid-uR9sfLT5tW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9sfLT5tW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcmNz4z5h {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #2d4073;
}
.cid-uRcmNz4z5h .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-uRcmNz4z5h .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-uRcmNz4z5h .navbar-logo {
  width: 110px;
}
.cid-uRcmNz4z5h .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uRcmNz4z5h .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uRcmNz4z5h .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-uRcmNz4z5h .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-uRcmNz4z5h .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-uRcmNz4z5h .list-item .item-image,
.cid-uRcmNz4z5h .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-uRcmNz4z5h .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
  display: inline-block;
}
.cid-uRcmNz4z5h .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-uRcmNz4z5h .socicon:hover {
  transform: translate(0, -10px);
}
.cid-uRcmNz4z5h .socion1 {
  background: #45b3df;
}
.cid-uRcmNz4z5h .socion2 {
  background-color: #456eda;
}
.cid-uRcmNz4z5h .socion3 {
  background-color: #f985a5;
}
.cid-uRcmNz4z5h .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-uRcmNz4z5h .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-uRcmNz4z5h .social-list a {
  transition: .2s linear;
}
.cid-uRcmNz4z5h .social-list a:hover {
  opacity: .4;
}
.cid-uRcmNz4z5h .wrapper {
  background: #45b3df;
  padding: 2rem;
  border-radius: 30px;
}
.cid-uRcmNz4z5h .svg-1 {
  position: absolute;
  top: 0;
}
.cid-uRcmNz4z5h .svg-1 path {
  fill: #ffffff;
}
.cid-uRcmNz4z5h .item-image {
  margin-right: 2rem;
}
.cid-uRcmNz4z5h [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-uRcmNz4z5h .soc-item::after {
  display: none;
}
.cid-uRcmNz4z5h .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #45b3df;
}
.cid-uRcmNz4z5h .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #fa9db7;
}
.cid-uRcmNz4z5h .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #ffc85b;
}
@media (max-width: 991px) {
  .cid-uRcmNz4z5h .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uRcmNz4z5h .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-uRcmNz4z5h .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-uRcmNz4z5h {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .cid-uRcmNz4z5h .container-fluid {
    padding: 0 1rem;
  }
  .cid-uRcmNz4z5h .wrapper {
    padding: 1rem;
  }
}
.cid-uRcmNz4z5h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcmNz4z5h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9spbdrZf {
  min-height: 120px;
  z-index: 100;
}
.cid-uR9spbdrZf .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uR9spbdrZf .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #ffffff;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uR9spbdrZf .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-uR9spbdrZf .dropdown-item:active {
  background-color: transparent;
}
.cid-uR9spbdrZf .nav-item a {
  display: flex;
  align-items: center;
  padding: 0 0.5rem !important;
  margin: 0 1.2rem !important;
}
.cid-uR9spbdrZf .nav-item:focus,
.cid-uR9spbdrZf .nav-link:focus {
  outline: none;
}
.cid-uR9spbdrZf .btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-uR9spbdrZf .btn .mbr-iconfont {
  font-size: 1.5rem;
  margin: 0;
}
.cid-uR9spbdrZf .menu-logo .navbar-brand {
  display: flex;
  align-items: center;
}
.cid-uR9spbdrZf .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uR9spbdrZf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uR9spbdrZf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uR9spbdrZf .dropdown .dropdown-menu {
  background: transparent;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-uR9spbdrZf .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-uR9spbdrZf .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-uR9spbdrZf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uR9spbdrZf .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR9spbdrZf .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uR9spbdrZf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-uR9spbdrZf button.navbar-toggler:focus {
  outline: none;
}
.cid-uR9spbdrZf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #12265a;
}
.cid-uR9spbdrZf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uR9spbdrZf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uR9spbdrZf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uR9spbdrZf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uR9spbdrZf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR9spbdrZf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uR9spbdrZf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uR9spbdrZf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR9spbdrZf .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uR9spbdrZf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uR9spbdrZf .collapsed .navbar-collapse.collapsing,
.cid-uR9spbdrZf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uR9spbdrZf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uR9spbdrZf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
}
.cid-uR9spbdrZf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uR9spbdrZf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uR9spbdrZf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uR9spbdrZf .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uR9spbdrZf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uR9spbdrZf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uR9spbdrZf .collapsed .navbar-collapse .nav-item {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uR9spbdrZf .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 89.6875vh;
  }
}
.cid-uR9spbdrZf .collapsed button.navbar-toggler {
  display: block;
}
.cid-uR9spbdrZf .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uR9spbdrZf .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uR9spbdrZf .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uR9spbdrZf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uR9spbdrZf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uR9spbdrZf {
    min-height: 85px;
  }
  .cid-uR9spbdrZf.navbar-expand {
    flex-direction: column;
  }
  .cid-uR9spbdrZf img {
    height: 3.8rem !important;
  }
  .cid-uR9spbdrZf button.navbar-toggler {
    display: block;
  }
  .cid-uR9spbdrZf .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-uR9spbdrZf .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uR9spbdrZf .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uR9spbdrZf .navbar-collapse.collapsing,
  .cid-uR9spbdrZf .navbar-collapse.show {
    display: block !important;
  }
  .cid-uR9spbdrZf .navbar-collapse.collapsing .navbar-nav,
  .cid-uR9spbdrZf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uR9spbdrZf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uR9spbdrZf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uR9spbdrZf .navbar-collapse.collapsing .navbar-buttons,
  .cid-uR9spbdrZf .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uR9spbdrZf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uR9spbdrZf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uR9spbdrZf .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uR9spbdrZf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uR9spbdrZf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uR9spbdrZf .navbar-logo img {
    display: none !important;
  }
  .cid-uR9spbdrZf .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-uR9spbdrZf .nav-link {
    justify-content: start !important;
  }
  .cid-uR9spbdrZf .navbar.opened {
    height: 100vh;
  }
  .cid-uR9spbdrZf .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-uR9spbdrZf .dropdown-menu {
    box-shadow: none !important;
    background: #ffffff !important;
  }
}
@media (min-width: 767px) {
  .cid-uR9spbdrZf .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uR9spbdrZf .navbar-collapse {
  flex-basis: auto;
}
.cid-uR9spbdrZf .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  transition: 0.4s;
}
.cid-uR9spbdrZf .span-link {
  padding: 0 0.5rem;
}
.cid-uR9spbdrZf .btn1:before,
.cid-uR9spbdrZf .btn2:before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-uR9spbdrZf .btn1:before {
  border: 2px dashed #ffc85b;
}
.cid-uR9spbdrZf .btn2::before {
  border: 2px dashed #fa6992;
}
.cid-uR9spbdrZf .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-uR9spbdrZf .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-uR9spbdrZf .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-uR9spbdrZf .dropdown-item {
    color: #fff;
  }
  .cid-uR9spbdrZf .nav-item.open .nav-link,
  .cid-uR9spbdrZf .link:hover {
    color: #fff;
    background: #ffc85b;
    border-radius: 5px;
  }
  .cid-uR9spbdrZf .logo-name {
    margin-top: 0.5rem;
  }
  .cid-uR9spbdrZf .navbar-brand {
    justify-content: center;
  }
  .cid-uR9spbdrZf .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-uR9spbdrZf .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-uR9spbdrZf .navbar-nav .nav-link {
    color: #12265a;
    display: inline-block;
  }
  .cid-uR9spbdrZf .navbar-collapse {
    background-color: #ffffff;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-uR9spbdrZf .navbar {
    height: 90px;
  }
  .cid-uR9spbdrZf .menu-logo {
    flex-basis: 0;
    flex-positive: 1;
    flex-grow: 1;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-uR9spbdrZf .btn1 {
    display: none;
  }
  .cid-uR9spbdrZf .mbr-section-title {
    color: #fff;
  }
  .cid-uR9spbdrZf .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-uR9spbdrZf .navbar-toggleable-sm {
    background-color: #ffffff;
  }
  .cid-uR9spbdrZf .span-link {
    color: #fff;
  }
  .cid-uR9spbdrZf .nav-item {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-uR9spbdrZf .dropdown-item {
    color: #12265a;
  }
  .cid-uR9spbdrZf .nav-item.open .nav-link,
  .cid-uR9spbdrZf .link:hover {
    color: #12265a !important;
    background: #ffc85b;
    border-radius: 5px;
  }
  .cid-uR9spbdrZf .logo-name {
    margin-top: 2rem;
  }
  .cid-uR9spbdrZf .navbar-collapse {
    justify-content: space-between;
  }
  .cid-uR9spbdrZf .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-uR9spbdrZf .container-fluid {
    padding: 0 1rem;
  }
  .cid-uR9spbdrZf .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #fa9db7;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-uR9spbdrZf .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #ffffff;
    z-index: -1;
  }
}
.cid-uR9spbdrZf .mbr-section-title {
  font-weight: 900;
}
.cid-uR9spbdrZf .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-uR9spbdrZf .mbr-section-btn {
  display: flex;
}
.cid-uR9spbdrZf .dropdown-item:hover {
  color: #ffc85b !important;
}
.cid-uR9spbdrZf .btn-primary:hover {
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.cid-uR9spbdrZf .btn-warning:hover {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-uR9spbdrZf .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
@media (max-width: 767px) {
  .cid-uR9spbdrZf .dropdown-toggle::after {
    transform: translateY(3px);
  }
}
.cid-uR9spbdrZf .btn-primary:focus {
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.cid-uR9spbdrZf .btn-warning:focus {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-uR9spbdrZf .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-uR9spbdrZf .logo-name .mbr-section-title {
  color: #45b1e3;
}
.cid-uR9spc4uwT {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/popeye20sport20zagreb201-1620x1080.jpg");
}
@media (max-width: 767px) {
  .cid-uR9spc4uwT {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.cid-uR9spc4uwT img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-uR9spc4uwT .right-wrapper {
  padding-left: 5rem;
}
.cid-uR9spc4uwT .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-uR9spc4uwT .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-uR9spc4uwT .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-uR9spc4uwT .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-uR9spc4uwT .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  z-index: -1;
}
.cid-uR9spc4uwT .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uR9spc4uwT .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uR9spc4uwT .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uR9spc4uwT .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-uR9spc4uwT .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-uR9spc4uwT .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-uR9spc4uwT .container-fluid {
    padding: 0 1rem;
  }
  .cid-uR9spc4uwT .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-uR9spc4uwT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9spc4uwT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9spds8zj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uR9spds8zj {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cid-uR9spds8zj .mbr-text {
  margin: 0;
}
.cid-uR9spds8zj .card-box {
  padding: 0 2rem;
  width: 100%;
  text-align: center;
}
.cid-uR9spds8zj .mbr-iconfont {
  transition: all 0.3s;
  margin-left: 1rem;
  line-height: 0;
}
.cid-uR9spds8zj .card-inner {
  border-radius: 30px;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cid-uR9spds8zj .card-inner1 {
  background: #fa9db7;
}
.cid-uR9spds8zj .card-inner2 {
  background: #45b3df;
}
.cid-uR9spds8zj .card-inner3 {
  background: #ffc85b;
}
.cid-uR9spds8zj img {
  width: auto;
  height: 140px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-uR9spds8zj .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
}
.cid-uR9spds8zj .container-fluid {
  max-width: 1200px;
}
.cid-uR9spds8zj .btn-underline {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
.cid-uR9spds8zj .btn-underline:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-uR9spds8zj .mbr-section-btn {
  margin-bottom: 3.5rem;
}
@media (max-width: 991px) {
  .cid-uR9spds8zj .card {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uR9spds8zj .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-uR9spds8zj .card-img {
  text-align: center;
  margin-top: 2.5rem;
  padding: 0 2rem;
}
.cid-uR9spds8zj .inner-dashed-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-uR9spds8zj .card:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uR9spds8zj .svg1 {
  padding: 1.5rem;
  z-index: -1;
}
.cid-uR9spds8zj .svg1 rect {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uR9spds8zj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9spds8zj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9spemag7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uR9spemag7 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uR9spemag7 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uR9spemag7 .carousel-inner {
  position: relative;
  width: 100%;
  overflow: visible !important;
}
.cid-uR9spemag7 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uR9spemag7 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uR9spemag7 .row > .row {
  display: block;
}
.cid-uR9spemag7 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fa9db7;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-uR9spemag7 .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-uR9spemag7 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uR9spemag7 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uR9spemag7 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-uR9spemag7 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fa9db7 !important;
  opacity: 0.7;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-uR9spemag7 .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-uR9spemag7 .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-uR9spemag7 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cid-uR9spemag7 .col-sm-12 {
    padding: 0 !important;
  }
  .cid-uR9spemag7 .mbr-gallery-item {
    width: auto;
  }
}
.cid-uR9spfMHnC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f6ff;
}
@media (max-width: 767px) {
  .cid-uR9spfMHnC {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.cid-uR9spfMHnC img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-uR9spfMHnC .right-wrapper {
  padding-left: 5rem;
}
.cid-uR9spfMHnC .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-uR9spfMHnC .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-uR9spfMHnC .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-uR9spfMHnC .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-uR9spfMHnC .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  z-index: -1;
}
.cid-uR9spfMHnC .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uR9spfMHnC .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uR9spfMHnC .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uR9spfMHnC .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-uR9spfMHnC .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-uR9spfMHnC .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-uR9spfMHnC .container-fluid {
    padding: 0 1rem;
  }
  .cid-uR9spfMHnC .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-uR9spfMHnC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9spfMHnC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9spggu8Z {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #0095d0;
}
.cid-uR9spggu8Z .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-uR9spggu8Z .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uR9spggu8Z .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #45b3df;
}
.cid-uR9spggu8Z .container-fluid {
  max-width: 1200px;
}
.cid-uR9spggu8Z .btn .inner-dashed-border {
  stroke: #45b3df;
}
.cid-uR9spggu8Z .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uR9spggu8Z rect {
  position: absolute;
  width: 95%;
}
.cid-uR9spggu8Z .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-uR9spggu8Z .svg-1 path {
  fill: #ffffff;
}
.cid-uR9spggu8Z .svg-2 {
  position: absolute;
  top: 0;
}
.cid-uR9spggu8Z .svg-2 path {
  fill: #ffffff;
}
.cid-uR9spggu8Z .svg1 {
  padding: 2px;
}
.cid-uR9spggu8Z .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-uR9spggu8Z {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cid-uR9spggu8Z .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uR9spggu8Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9spggu8Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9spgGJ8h {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/popeye20sport20zg-1400x934.jpg");
}
.cid-uR9spgGJ8h .container-fluid {
  padding: 0 2.5rem;
  max-width: 1200px;
}
.cid-uR9spgGJ8h .wrap-block {
  background-color: #ffffff;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-uR9spgGJ8h {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-uR9spgGJ8h .wrap-block {
    margin: 0.5rem 0;
    padding: 1rem 1rem;
    text-align: center;
  }
  .cid-uR9spgGJ8h .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 767px) {
  .cid-uR9spgGJ8h .wrap-block {
    margin: 3rem 0;
    padding: 5rem 2rem;
  }
}
.cid-uR9spgGJ8h .wrapper {
  margin-bottom: 1.5rem;
  display: block;
  width: 100%;
  text-align: left;
}
.cid-uR9spgGJ8h .icon-img {
  width: 40px;
  margin-right: 1rem;
  display: inline-block;
  vertical-align: bottom;
}
.cid-uR9spgGJ8h .card-title {
  color: #12265a;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.cid-uR9spgGJ8h .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-uR9spgGJ8h .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-uR9spgGJ8h .svg-1 path {
  fill: #ffffff;
}
.cid-uR9spgGJ8h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9spgGJ8h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9sphvPSf {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #2d4073;
}
.cid-uR9sphvPSf .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-uR9sphvPSf .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-uR9sphvPSf .navbar-logo {
  width: 110px;
}
.cid-uR9sphvPSf .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uR9sphvPSf .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uR9sphvPSf .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-uR9sphvPSf .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-uR9sphvPSf .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-uR9sphvPSf .list-item .item-image,
.cid-uR9sphvPSf .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-uR9sphvPSf .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
  display: inline-block;
}
.cid-uR9sphvPSf .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-uR9sphvPSf .socicon:hover {
  transform: translate(0, -10px);
}
.cid-uR9sphvPSf .socion1 {
  background: #45b3df;
}
.cid-uR9sphvPSf .socion2 {
  background-color: #456eda;
}
.cid-uR9sphvPSf .socion3 {
  background-color: #f985a5;
}
.cid-uR9sphvPSf .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-uR9sphvPSf .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-uR9sphvPSf .social-list a {
  transition: .2s linear;
}
.cid-uR9sphvPSf .social-list a:hover {
  opacity: .4;
}
.cid-uR9sphvPSf .wrapper {
  background: #45b3df;
  padding: 2rem;
  border-radius: 30px;
}
.cid-uR9sphvPSf .svg-1 {
  position: absolute;
  top: 0;
}
.cid-uR9sphvPSf .svg-1 path {
  fill: #ffffff;
}
.cid-uR9sphvPSf .item-image {
  margin-right: 2rem;
}
.cid-uR9sphvPSf [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-uR9sphvPSf .soc-item::after {
  display: none;
}
.cid-uR9sphvPSf .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #45b3df;
}
.cid-uR9sphvPSf .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #fa9db7;
}
.cid-uR9sphvPSf .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #ffc85b;
}
@media (max-width: 991px) {
  .cid-uR9sphvPSf .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uR9sphvPSf .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-uR9sphvPSf .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-uR9sphvPSf {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .cid-uR9sphvPSf .container-fluid {
    padding: 0 1rem;
  }
  .cid-uR9sphvPSf .wrapper {
    padding: 1rem;
  }
}
.cid-uR9sphvPSf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9sphvPSf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9swcupkI {
  min-height: 120px;
  z-index: 100;
}
.cid-uR9swcupkI .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uR9swcupkI .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #ffffff;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uR9swcupkI .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-uR9swcupkI .dropdown-item:active {
  background-color: transparent;
}
.cid-uR9swcupkI .nav-item a {
  display: flex;
  align-items: center;
  padding: 0 0.5rem !important;
  margin: 0 1.2rem !important;
}
.cid-uR9swcupkI .nav-item:focus,
.cid-uR9swcupkI .nav-link:focus {
  outline: none;
}
.cid-uR9swcupkI .btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-uR9swcupkI .btn .mbr-iconfont {
  font-size: 1.5rem;
  margin: 0;
}
.cid-uR9swcupkI .menu-logo .navbar-brand {
  display: flex;
  align-items: center;
}
.cid-uR9swcupkI .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uR9swcupkI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uR9swcupkI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uR9swcupkI .dropdown .dropdown-menu {
  background: transparent;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-uR9swcupkI .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-uR9swcupkI .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-uR9swcupkI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uR9swcupkI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR9swcupkI .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uR9swcupkI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-uR9swcupkI button.navbar-toggler:focus {
  outline: none;
}
.cid-uR9swcupkI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #12265a;
}
.cid-uR9swcupkI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uR9swcupkI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uR9swcupkI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uR9swcupkI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uR9swcupkI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR9swcupkI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uR9swcupkI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uR9swcupkI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR9swcupkI .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uR9swcupkI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uR9swcupkI .collapsed .navbar-collapse.collapsing,
.cid-uR9swcupkI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uR9swcupkI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uR9swcupkI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
}
.cid-uR9swcupkI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uR9swcupkI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uR9swcupkI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uR9swcupkI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uR9swcupkI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uR9swcupkI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uR9swcupkI .collapsed .navbar-collapse .nav-item {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uR9swcupkI .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 89.6875vh;
  }
}
.cid-uR9swcupkI .collapsed button.navbar-toggler {
  display: block;
}
.cid-uR9swcupkI .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uR9swcupkI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uR9swcupkI .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uR9swcupkI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uR9swcupkI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uR9swcupkI {
    min-height: 85px;
  }
  .cid-uR9swcupkI.navbar-expand {
    flex-direction: column;
  }
  .cid-uR9swcupkI img {
    height: 3.8rem !important;
  }
  .cid-uR9swcupkI button.navbar-toggler {
    display: block;
  }
  .cid-uR9swcupkI .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-uR9swcupkI .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uR9swcupkI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uR9swcupkI .navbar-collapse.collapsing,
  .cid-uR9swcupkI .navbar-collapse.show {
    display: block !important;
  }
  .cid-uR9swcupkI .navbar-collapse.collapsing .navbar-nav,
  .cid-uR9swcupkI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uR9swcupkI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uR9swcupkI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uR9swcupkI .navbar-collapse.collapsing .navbar-buttons,
  .cid-uR9swcupkI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uR9swcupkI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uR9swcupkI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uR9swcupkI .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uR9swcupkI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uR9swcupkI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uR9swcupkI .navbar-logo img {
    display: none !important;
  }
  .cid-uR9swcupkI .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-uR9swcupkI .nav-link {
    justify-content: start !important;
  }
  .cid-uR9swcupkI .navbar.opened {
    height: 100vh;
  }
  .cid-uR9swcupkI .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-uR9swcupkI .dropdown-menu {
    box-shadow: none !important;
    background: #ffffff !important;
  }
}
@media (min-width: 767px) {
  .cid-uR9swcupkI .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uR9swcupkI .navbar-collapse {
  flex-basis: auto;
}
.cid-uR9swcupkI .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  transition: 0.4s;
}
.cid-uR9swcupkI .span-link {
  padding: 0 0.5rem;
}
.cid-uR9swcupkI .btn1:before,
.cid-uR9swcupkI .btn2:before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-uR9swcupkI .btn1:before {
  border: 2px dashed #ffc85b;
}
.cid-uR9swcupkI .btn2::before {
  border: 2px dashed #fa6992;
}
.cid-uR9swcupkI .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-uR9swcupkI .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-uR9swcupkI .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-uR9swcupkI .dropdown-item {
    color: #fff;
  }
  .cid-uR9swcupkI .nav-item.open .nav-link,
  .cid-uR9swcupkI .link:hover {
    color: #fff;
    background: #ffc85b;
    border-radius: 5px;
  }
  .cid-uR9swcupkI .logo-name {
    margin-top: 0.5rem;
  }
  .cid-uR9swcupkI .navbar-brand {
    justify-content: center;
  }
  .cid-uR9swcupkI .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-uR9swcupkI .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-uR9swcupkI .navbar-nav .nav-link {
    color: #12265a;
    display: inline-block;
  }
  .cid-uR9swcupkI .navbar-collapse {
    background-color: #ffffff;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-uR9swcupkI .navbar {
    height: 90px;
  }
  .cid-uR9swcupkI .menu-logo {
    flex-basis: 0;
    flex-positive: 1;
    flex-grow: 1;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-uR9swcupkI .btn1 {
    display: none;
  }
  .cid-uR9swcupkI .mbr-section-title {
    color: #fff;
  }
  .cid-uR9swcupkI .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-uR9swcupkI .navbar-toggleable-sm {
    background-color: #ffffff;
  }
  .cid-uR9swcupkI .span-link {
    color: #fff;
  }
  .cid-uR9swcupkI .nav-item {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-uR9swcupkI .dropdown-item {
    color: #12265a;
  }
  .cid-uR9swcupkI .nav-item.open .nav-link,
  .cid-uR9swcupkI .link:hover {
    color: #12265a !important;
    background: #ffc85b;
    border-radius: 5px;
  }
  .cid-uR9swcupkI .logo-name {
    margin-top: 2rem;
  }
  .cid-uR9swcupkI .navbar-collapse {
    justify-content: space-between;
  }
  .cid-uR9swcupkI .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-uR9swcupkI .container-fluid {
    padding: 0 1rem;
  }
  .cid-uR9swcupkI .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #fa9db7;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-uR9swcupkI .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #ffffff;
    z-index: -1;
  }
}
.cid-uR9swcupkI .mbr-section-title {
  font-weight: 900;
}
.cid-uR9swcupkI .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-uR9swcupkI .mbr-section-btn {
  display: flex;
}
.cid-uR9swcupkI .dropdown-item:hover {
  color: #ffc85b !important;
}
.cid-uR9swcupkI .btn-primary:hover {
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.cid-uR9swcupkI .btn-warning:hover {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-uR9swcupkI .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
@media (max-width: 767px) {
  .cid-uR9swcupkI .dropdown-toggle::after {
    transform: translateY(3px);
  }
}
.cid-uR9swcupkI .btn-primary:focus {
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.cid-uR9swcupkI .btn-warning:focus {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-uR9swcupkI .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-uR9swcupkI .logo-name .mbr-section-title {
  color: #45b1e3;
}
.cid-uR9swdb4EU {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/popeye-plava-188x38.png");
}
@media (max-width: 767px) {
  .cid-uR9swdb4EU {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.cid-uR9swdb4EU img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-uR9swdb4EU .right-wrapper {
  padding-left: 5rem;
}
.cid-uR9swdb4EU .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-uR9swdb4EU .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-uR9swdb4EU .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-uR9swdb4EU .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-uR9swdb4EU .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  z-index: -1;
}
.cid-uR9swdb4EU .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uR9swdb4EU .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uR9swdb4EU .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uR9swdb4EU .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-uR9swdb4EU .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-uR9swdb4EU .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-uR9swdb4EU .container-fluid {
    padding: 0 1rem;
  }
  .cid-uR9swdb4EU .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-uR9swdb4EU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9swdb4EU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9swgO4MB {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f6ff;
}
@media (max-width: 767px) {
  .cid-uR9swgO4MB {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.cid-uR9swgO4MB img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-uR9swgO4MB .right-wrapper {
  padding-left: 5rem;
}
.cid-uR9swgO4MB .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-uR9swgO4MB .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-uR9swgO4MB .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-uR9swgO4MB .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-uR9swgO4MB .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  z-index: -1;
}
.cid-uR9swgO4MB .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uR9swgO4MB .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uR9swgO4MB .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uR9swgO4MB .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-uR9swgO4MB .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-uR9swgO4MB .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-uR9swgO4MB .container-fluid {
    padding: 0 1rem;
  }
  .cid-uR9swgO4MB .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-uR9swgO4MB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9swgO4MB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9swedSIY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uR9swedSIY {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cid-uR9swedSIY .mbr-text {
  margin: 0;
}
.cid-uR9swedSIY .card-box {
  padding: 0 2rem;
  width: 100%;
  text-align: center;
}
.cid-uR9swedSIY .mbr-iconfont {
  transition: all 0.3s;
  margin-left: 1rem;
  line-height: 0;
}
.cid-uR9swedSIY .card-inner {
  border-radius: 30px;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cid-uR9swedSIY .card-inner1 {
  background: #ffc85b;
}
.cid-uR9swedSIY .card-inner2 {
  background: #45b3df;
}
.cid-uR9swedSIY .card-inner3 {
  background: #ffc85b;
}
.cid-uR9swedSIY img {
  width: auto;
  height: 140px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-uR9swedSIY .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
}
.cid-uR9swedSIY .container-fluid {
  max-width: 1200px;
}
.cid-uR9swedSIY .btn-underline {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
.cid-uR9swedSIY .btn-underline:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-uR9swedSIY .mbr-section-btn {
  margin-bottom: 3.5rem;
}
@media (max-width: 991px) {
  .cid-uR9swedSIY .card {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uR9swedSIY .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-uR9swedSIY .card-img {
  text-align: center;
  margin-top: 2.5rem;
  padding: 0 2rem;
}
.cid-uR9swedSIY .inner-dashed-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-uR9swedSIY .card:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uR9swedSIY .svg1 {
  padding: 1.5rem;
  z-index: -1;
}
.cid-uR9swedSIY .svg1 rect {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uR9swedSIY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9swedSIY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9swedSIY .mbr-text,
.cid-uR9swedSIY .mbr-section-btn {
  color: #333333;
}
.cid-uR9swedSIY .card-title,
.cid-uR9swedSIY .card-img {
  color: #333333;
}
.cid-uR9swfJ91C {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uR9swfJ91C .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uR9swfJ91C .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uR9swfJ91C .carousel-inner {
  position: relative;
  width: 100%;
  overflow: visible !important;
}
.cid-uR9swfJ91C .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uR9swfJ91C .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uR9swfJ91C .row > .row {
  display: block;
}
.cid-uR9swfJ91C .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fa9db7;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-uR9swfJ91C .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-uR9swfJ91C .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uR9swfJ91C .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uR9swfJ91C .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-uR9swfJ91C .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fa9db7 !important;
  opacity: 0.7;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-uR9swfJ91C .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-uR9swfJ91C .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-uR9swfJ91C {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cid-uR9swfJ91C .col-sm-12 {
    padding: 0 !important;
  }
  .cid-uR9swfJ91C .mbr-gallery-item {
    width: auto;
  }
}
.cid-uR9swhhWrD {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #0095d0;
}
.cid-uR9swhhWrD .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-uR9swhhWrD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uR9swhhWrD .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #45b3df;
}
.cid-uR9swhhWrD .container-fluid {
  max-width: 1200px;
}
.cid-uR9swhhWrD .btn .inner-dashed-border {
  stroke: #45b3df;
}
.cid-uR9swhhWrD .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uR9swhhWrD rect {
  position: absolute;
  width: 95%;
}
.cid-uR9swhhWrD .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-uR9swhhWrD .svg-1 path {
  fill: #ffffff;
}
.cid-uR9swhhWrD .svg-2 {
  position: absolute;
  top: 0;
}
.cid-uR9swhhWrD .svg-2 path {
  fill: #ffffff;
}
.cid-uR9swhhWrD .svg1 {
  padding: 2px;
}
.cid-uR9swhhWrD .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-uR9swhhWrD {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cid-uR9swhhWrD .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uR9swhhWrD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9swhhWrD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9swhPRC4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/popeye20sport20zg-1400x934.jpg");
}
.cid-uR9swhPRC4 .container-fluid {
  padding: 0 2.5rem;
  max-width: 1200px;
}
.cid-uR9swhPRC4 .wrap-block {
  background-color: #ffffff;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-uR9swhPRC4 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-uR9swhPRC4 .wrap-block {
    margin: 0.5rem 0;
    padding: 1rem 1rem;
    text-align: center;
  }
  .cid-uR9swhPRC4 .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 767px) {
  .cid-uR9swhPRC4 .wrap-block {
    margin: 3rem 0;
    padding: 5rem 2rem;
  }
}
.cid-uR9swhPRC4 .wrapper {
  margin-bottom: 1.5rem;
  display: block;
  width: 100%;
  text-align: left;
}
.cid-uR9swhPRC4 .icon-img {
  width: 40px;
  margin-right: 1rem;
  display: inline-block;
  vertical-align: bottom;
}
.cid-uR9swhPRC4 .card-title {
  color: #12265a;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.cid-uR9swhPRC4 .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-uR9swhPRC4 .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-uR9swhPRC4 .svg-1 path {
  fill: #ffffff;
}
.cid-uR9swhPRC4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9swhPRC4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcn0bBXk3 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #2d4073;
}
.cid-uRcn0bBXk3 .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-uRcn0bBXk3 .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-uRcn0bBXk3 .navbar-logo {
  width: 110px;
}
.cid-uRcn0bBXk3 .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uRcn0bBXk3 .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uRcn0bBXk3 .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-uRcn0bBXk3 .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-uRcn0bBXk3 .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-uRcn0bBXk3 .list-item .item-image,
.cid-uRcn0bBXk3 .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-uRcn0bBXk3 .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
  display: inline-block;
}
.cid-uRcn0bBXk3 .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-uRcn0bBXk3 .socicon:hover {
  transform: translate(0, -10px);
}
.cid-uRcn0bBXk3 .socion1 {
  background: #45b3df;
}
.cid-uRcn0bBXk3 .socion2 {
  background-color: #456eda;
}
.cid-uRcn0bBXk3 .socion3 {
  background-color: #f985a5;
}
.cid-uRcn0bBXk3 .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-uRcn0bBXk3 .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-uRcn0bBXk3 .social-list a {
  transition: .2s linear;
}
.cid-uRcn0bBXk3 .social-list a:hover {
  opacity: .4;
}
.cid-uRcn0bBXk3 .wrapper {
  background: #45b3df;
  padding: 2rem;
  border-radius: 30px;
}
.cid-uRcn0bBXk3 .svg-1 {
  position: absolute;
  top: 0;
}
.cid-uRcn0bBXk3 .svg-1 path {
  fill: #ffffff;
}
.cid-uRcn0bBXk3 .item-image {
  margin-right: 2rem;
}
.cid-uRcn0bBXk3 [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-uRcn0bBXk3 .soc-item::after {
  display: none;
}
.cid-uRcn0bBXk3 .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #45b3df;
}
.cid-uRcn0bBXk3 .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #fa9db7;
}
.cid-uRcn0bBXk3 .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #ffc85b;
}
@media (max-width: 991px) {
  .cid-uRcn0bBXk3 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uRcn0bBXk3 .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-uRcn0bBXk3 .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-uRcn0bBXk3 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .cid-uRcn0bBXk3 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uRcn0bBXk3 .wrapper {
    padding: 1rem;
  }
}
.cid-uRcn0bBXk3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcn0bBXk3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9szSun7G {
  min-height: 120px;
  z-index: 100;
}
.cid-uR9szSun7G .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uR9szSun7G .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #ffffff;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uR9szSun7G .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-uR9szSun7G .dropdown-item:active {
  background-color: transparent;
}
.cid-uR9szSun7G .nav-item a {
  display: flex;
  align-items: center;
  padding: 0 0.5rem !important;
  margin: 0 1.2rem !important;
}
.cid-uR9szSun7G .nav-item:focus,
.cid-uR9szSun7G .nav-link:focus {
  outline: none;
}
.cid-uR9szSun7G .btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-uR9szSun7G .btn .mbr-iconfont {
  font-size: 1.5rem;
  margin: 0;
}
.cid-uR9szSun7G .menu-logo .navbar-brand {
  display: flex;
  align-items: center;
}
.cid-uR9szSun7G .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uR9szSun7G .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uR9szSun7G .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uR9szSun7G .dropdown .dropdown-menu {
  background: transparent;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-uR9szSun7G .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-uR9szSun7G .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-uR9szSun7G .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uR9szSun7G .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR9szSun7G .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uR9szSun7G button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-uR9szSun7G button.navbar-toggler:focus {
  outline: none;
}
.cid-uR9szSun7G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #12265a;
}
.cid-uR9szSun7G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uR9szSun7G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uR9szSun7G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uR9szSun7G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uR9szSun7G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR9szSun7G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uR9szSun7G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uR9szSun7G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR9szSun7G .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uR9szSun7G .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uR9szSun7G .collapsed .navbar-collapse.collapsing,
.cid-uR9szSun7G .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uR9szSun7G .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uR9szSun7G .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
}
.cid-uR9szSun7G .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uR9szSun7G .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uR9szSun7G .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uR9szSun7G .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uR9szSun7G .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uR9szSun7G .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uR9szSun7G .collapsed .navbar-collapse .nav-item {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uR9szSun7G .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 89.6875vh;
  }
}
.cid-uR9szSun7G .collapsed button.navbar-toggler {
  display: block;
}
.cid-uR9szSun7G .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uR9szSun7G .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uR9szSun7G .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uR9szSun7G .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uR9szSun7G .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uR9szSun7G {
    min-height: 85px;
  }
  .cid-uR9szSun7G.navbar-expand {
    flex-direction: column;
  }
  .cid-uR9szSun7G img {
    height: 3.8rem !important;
  }
  .cid-uR9szSun7G button.navbar-toggler {
    display: block;
  }
  .cid-uR9szSun7G .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-uR9szSun7G .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uR9szSun7G .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uR9szSun7G .navbar-collapse.collapsing,
  .cid-uR9szSun7G .navbar-collapse.show {
    display: block !important;
  }
  .cid-uR9szSun7G .navbar-collapse.collapsing .navbar-nav,
  .cid-uR9szSun7G .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uR9szSun7G .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uR9szSun7G .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uR9szSun7G .navbar-collapse.collapsing .navbar-buttons,
  .cid-uR9szSun7G .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uR9szSun7G .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uR9szSun7G .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uR9szSun7G .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uR9szSun7G .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uR9szSun7G .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uR9szSun7G .navbar-logo img {
    display: none !important;
  }
  .cid-uR9szSun7G .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-uR9szSun7G .nav-link {
    justify-content: start !important;
  }
  .cid-uR9szSun7G .navbar.opened {
    height: 100vh;
  }
  .cid-uR9szSun7G .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-uR9szSun7G .dropdown-menu {
    box-shadow: none !important;
    background: #ffffff !important;
  }
}
@media (min-width: 767px) {
  .cid-uR9szSun7G .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uR9szSun7G .navbar-collapse {
  flex-basis: auto;
}
.cid-uR9szSun7G .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  transition: 0.4s;
}
.cid-uR9szSun7G .span-link {
  padding: 0 0.5rem;
}
.cid-uR9szSun7G .btn1:before,
.cid-uR9szSun7G .btn2:before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-uR9szSun7G .btn1:before {
  border: 2px dashed #ffc85b;
}
.cid-uR9szSun7G .btn2::before {
  border: 2px dashed #fa6992;
}
.cid-uR9szSun7G .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-uR9szSun7G .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-uR9szSun7G .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-uR9szSun7G .dropdown-item {
    color: #fff;
  }
  .cid-uR9szSun7G .nav-item.open .nav-link,
  .cid-uR9szSun7G .link:hover {
    color: #fff;
    background: #ffc85b;
    border-radius: 5px;
  }
  .cid-uR9szSun7G .logo-name {
    margin-top: 0.5rem;
  }
  .cid-uR9szSun7G .navbar-brand {
    justify-content: center;
  }
  .cid-uR9szSun7G .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-uR9szSun7G .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-uR9szSun7G .navbar-nav .nav-link {
    color: #12265a;
    display: inline-block;
  }
  .cid-uR9szSun7G .navbar-collapse {
    background-color: #ffffff;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-uR9szSun7G .navbar {
    height: 90px;
  }
  .cid-uR9szSun7G .menu-logo {
    flex-basis: 0;
    flex-positive: 1;
    flex-grow: 1;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-uR9szSun7G .btn1 {
    display: none;
  }
  .cid-uR9szSun7G .mbr-section-title {
    color: #fff;
  }
  .cid-uR9szSun7G .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-uR9szSun7G .navbar-toggleable-sm {
    background-color: #ffffff;
  }
  .cid-uR9szSun7G .span-link {
    color: #fff;
  }
  .cid-uR9szSun7G .nav-item {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-uR9szSun7G .dropdown-item {
    color: #12265a;
  }
  .cid-uR9szSun7G .nav-item.open .nav-link,
  .cid-uR9szSun7G .link:hover {
    color: #12265a !important;
    background: #ffc85b;
    border-radius: 5px;
  }
  .cid-uR9szSun7G .logo-name {
    margin-top: 2rem;
  }
  .cid-uR9szSun7G .navbar-collapse {
    justify-content: space-between;
  }
  .cid-uR9szSun7G .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-uR9szSun7G .container-fluid {
    padding: 0 1rem;
  }
  .cid-uR9szSun7G .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #fa9db7;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-uR9szSun7G .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #ffffff;
    z-index: -1;
  }
}
.cid-uR9szSun7G .mbr-section-title {
  font-weight: 900;
}
.cid-uR9szSun7G .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-uR9szSun7G .mbr-section-btn {
  display: flex;
}
.cid-uR9szSun7G .dropdown-item:hover {
  color: #ffc85b !important;
}
.cid-uR9szSun7G .btn-primary:hover {
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.cid-uR9szSun7G .btn-warning:hover {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-uR9szSun7G .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
@media (max-width: 767px) {
  .cid-uR9szSun7G .dropdown-toggle::after {
    transform: translateY(3px);
  }
}
.cid-uR9szSun7G .btn-primary:focus {
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.cid-uR9szSun7G .btn-warning:focus {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-uR9szSun7G .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-uR9szSun7G .logo-name .mbr-section-title {
  color: #45b1e3;
}
.cid-uR9MRfFfEX {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/school.jpg");
}
.cid-uR9MRfFfEX .mbr-section-subtitle {
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  background-color: #79c8e8;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-uR9MRfFfEX .mbr-text {
  margin-bottom: 1.3rem;
}
.cid-uR9MRfFfEX .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-uR9MRfFfEX .svg-1 path {
  fill: #ffffff;
}
.cid-uR9MRfFfEX .container-fluid {
  max-width: 1200px;
}
.cid-uR9MRfFfEX .mbr-arrow {
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uR9MRfFfEX {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-uR9MRfFfEX .container-fluid {
    padding: 0 1rem;
  }
  .cid-uR9MRfFfEX .mbr-text {
    color: #343549;
  }
}
@media (min-width: 768px) {
  .cid-uR9MRfFfEX .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-uR9MRfFfEX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9MRfFfEX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9szW2JwX {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uR9szW2JwX {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.cid-uR9szW2JwX img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-uR9szW2JwX .right-wrapper {
  padding-left: 5rem;
}
.cid-uR9szW2JwX .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-uR9szW2JwX .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-uR9szW2JwX .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-uR9szW2JwX .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-uR9szW2JwX .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  z-index: -1;
}
.cid-uR9szW2JwX .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uR9szW2JwX .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uR9szW2JwX .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uR9szW2JwX .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-uR9szW2JwX .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-uR9szW2JwX .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-uR9szW2JwX .container-fluid {
    padding: 0 1rem;
  }
  .cid-uR9szW2JwX .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-uR9szW2JwX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9szW2JwX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcnV66qWc {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #2d4073;
}
.cid-uRcnV66qWc .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-uRcnV66qWc .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-uRcnV66qWc .navbar-logo {
  width: 110px;
}
.cid-uRcnV66qWc .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uRcnV66qWc .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uRcnV66qWc .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-uRcnV66qWc .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-uRcnV66qWc .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-uRcnV66qWc .list-item .item-image,
.cid-uRcnV66qWc .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-uRcnV66qWc .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
  display: inline-block;
}
.cid-uRcnV66qWc .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-uRcnV66qWc .socicon:hover {
  transform: translate(0, -10px);
}
.cid-uRcnV66qWc .socion1 {
  background: #45b3df;
}
.cid-uRcnV66qWc .socion2 {
  background-color: #456eda;
}
.cid-uRcnV66qWc .socion3 {
  background-color: #f985a5;
}
.cid-uRcnV66qWc .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-uRcnV66qWc .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-uRcnV66qWc .social-list a {
  transition: .2s linear;
}
.cid-uRcnV66qWc .social-list a:hover {
  opacity: .4;
}
.cid-uRcnV66qWc .wrapper {
  background: #45b3df;
  padding: 2rem;
  border-radius: 30px;
}
.cid-uRcnV66qWc .svg-1 {
  position: absolute;
  top: 0;
}
.cid-uRcnV66qWc .svg-1 path {
  fill: #ffffff;
}
.cid-uRcnV66qWc .item-image {
  margin-right: 2rem;
}
.cid-uRcnV66qWc [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-uRcnV66qWc .soc-item::after {
  display: none;
}
.cid-uRcnV66qWc .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #45b3df;
}
.cid-uRcnV66qWc .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #fa9db7;
}
.cid-uRcnV66qWc .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #ffc85b;
}
@media (max-width: 991px) {
  .cid-uRcnV66qWc .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uRcnV66qWc .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-uRcnV66qWc .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-uRcnV66qWc {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .cid-uRcnV66qWc .container-fluid {
    padding: 0 1rem;
  }
  .cid-uRcnV66qWc .wrapper {
    padding: 1rem;
  }
}
.cid-uRcnV66qWc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcnV66qWc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
