h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  line-height: 1; }

.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0; }

.vc_row-fluid:not(.vc_inner) {
  padding-top: 50px;
  padding-bottom: 50px; }

body {
  padding: 0;
  margin: 0;
  width: 100%;
  font-family: 'Nunito Sans', sans-serif; }

a {
  text-decoration: none; }

h1 {
  font-size: 100px; }

h2 {
  font-size: 40px; }

h3 {
  font-size: 30px; }

h4, h5, h6 {
  font-size: 20px; }

p, a, li {
  font-size: 18px; }

/* Header */
.sw-website.admin-bar .header {
  top: 32px; }

.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  z-index: 999;
  font-family: 'Nunito Sans', sans-serif;
  background-color: #FFF; }

.header.scrolled {
  height: 50px; }

.header .header-container {
  display: flex;
  width: 1400px;
  height: 100%;
  margin: auto; }

.header .header-container .header-left,
.header .header-container .header-right {
  display: block;
  width: 50%;
  height: 100%; }

.header .header-container .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 20px; }

.header .header-container .widget_nav_menu {
  display: flex;
  align-items: center;
  height: 100%; }

.header .header-container .widget_nav_menu .menu li {
  float: left;
  margin-right: 40px; }

.header .header-container .widget_nav_menu .menu li.current-menu-item a::after {
  content: '';
  width: 100%; }

.header .header-container .widget_nav_menu .menu li a {
  color: #424242; }

.header .header-container .widget_nav_menu .menu li a:hover {
  color: #414141; }

.header .header-container .widget_nav_menu .menu li a:hover::after {
  content: '';
  width: 100%; }

.header .header-container .widget_nav_menu .menu li a::after {
  content: '';
  display: block;
  height: 2px;
  width: 0px;
  background-color: #424242;
  transition: .2s ease-in; }

.header .menu {
  list-style: none;
  color: white;
  font-size: 22px;
  margin: 0;
  padding: 0; }

/* Content */
.vc_row-fluid:not(.vc_inner) {
  padding-top: 75px;
  padding-bottom: 75px; }

.site-content.wrap {
  margin-top: 70px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto; }

.vc-infobox-wrap {
  width: 80%;
  margin: 5% auto 0;
  height: 400px;
  font-family: 'Muli', sans-serif; }

.vc-infobox-wrap div.text {
  margin-right: 10%;
  width: 40%;
  float: left;
  text-align: center; }

.vc-infobox-wrap .text h3 {
  font-size: 24px; }

/* Footer */
footer {
  background-color: #FFF;
  padding-top: 20px;
  padding-bottom: 20px; }

footer .back-to-top {
  position: fixed;
  bottom: 20px;
  right: 70px;
  color: #FFF;
  border: 2px solid #FFF;
  padding: 10px; }

footer .footer-row {
  color: #424242;
  max-width: 1400px;
  margin: auto;
  text-align: right; }

footer .footer-row a {
  color: #424242;
  position: relative;
  display: inline-block;
  transition: .2s ease-in; }

footer .footer-row a:hover {
  color: #D8B9FF; }

footer .footer-row a:hover::after {
  width: 100%; }

footer .footer-row a::after {
  content: '';
  display: block;
  height: 2px;
  width: 0px;
  background-color: #FFF;
  transition: .2s ease-in; }

.sw-gallery-grid-block .sw-gallery-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px; }

.sw-gallery-grid-block .sw-gallery-inner .grid-item {
  height: 300px; }

.sw-gallery-grid-block .sw-gallery-inner .grid-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.sw-image img {
  display: block;
  max-width: 100%; }

.slider-inner-row {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: auto !important;
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: grab; }

.slider-inner-row .slide,
.slider-inner-row a,
.slider-inner-row img {
  pointer-events: stroke !important;
  user-select: none !important;
  -moz-user-select: none !important;
  -moz-user-drag: none !important;
  -webkit-user-select: none !important;
  -webkit-user-drag: none !important;
  -ms-user-select: none !important;
  -ms-user-drag: none !important; }

.slider-inner-row::-webkit-scrollbar {
  height: 0;
  background: transparent; }

.sw-slider-block .slider-inner-row .slide {
  position: relative;
  display: inline-flex;
  margin-bottom: 0;
  flex-direction: column;
  transition: opacity .2s ease-in-out; }

.sw-slider-block .slider-inner-row .slide img {
  object-fit: contain;
  height: 400px; }

.sw-slider-block .navigation-bar.dots .item {
  display: block;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background-color: #D8B9FF;
  opacity: .3; }

.sw-slider-block .navigation-bar.dots {
  display: flex;
  justify-content: center;
  column-gap: 15px;
  margin-top: 15px; }

.sw-slider-block .navigation-bar.dots .item:hover,
.sw-slider-block .navigation-bar.dots .item.active {
  cursor: pointer;
  opacity: 1; }

.sw-map-block .map-container {
  height: 500px; }

.sw-stories-overview-block .story-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px; }

.sw-stories-overview-block .story-container .story-item {
  background-color: #f6f6f6;
  border-radius: 20px;
  margin-bottom: 40px; }

.sw-stories-overview-block .story-container img {
  display: block;
  height: 244px;
  border-radius: 20px 20px 0 0;
  width: 100%; }

.sw-stories-overview-block .story-container .story-content {
  padding: 40px; }

.sw-stories-overview-block .story-container .story-content .sw-title {
  margin-bottom: 10px; }

.sw-text * {
  line-height: 22px;
  font-size: 18px; }

.sw-text p {
  margin-bottom: 22px; }

.sw-text.white {
  color: #FFF; }

.sw-text.black {
  color: #000; }

.sw-text.gray {
  color: #929292; }

.sw-title.xlarge {
  font-size: 100px; }

.sw-title.large {
  font-size: 40px; }

.sw-title.medium {
  font-size: 30px; }

.sw-title.small {
  font-size: 20px; }

.sw-title.mini {
  font-size: 18px; }

.sw-title.white {
  color: #FFF; }

.sw-title.black {
  color: #000; }

.sw-title.gray {
  color: #929292; }

.sw-title h3 {
  margin: 0; }
