.banner {
  height: 450px;
  padding: 0px 30px;
  background-color: #fff;
}

.banner.short {
  height: 250px;
}

.image {
  margin-bottom: 30px;
}

.footer {
  padding: 50px 30px 30px;
  background-color: #212127;
}

.align-right {
  text-align: right;
}

.link-5 {
  font-family: Pridi, sans-serif;
  color: #00afdc;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
}

.navbar {
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #fff;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Pridi, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  text-shadow: 1px 1px 6px #181818;
}

.copyright {
  margin-bottom: 0px;
  font-family: Pridi, sans-serif;
  color: #fff;
  font-weight: 400;
}

.top-margin {
  margin-top: 0px;
}

.centered-container {
  padding-bottom: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.container {
  max-width: 1200px;
}

.container.center {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.section-2 {
  padding-top: 30px;
  background-color: #fff;
}

.heading-2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Pridi, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  text-shadow: 1px 1px 6px #181818;
}

.div-block-3 {
  padding: 80px 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(41, 41, 41, 0.3)), to(rgba(41, 41, 41, 0.3))), url('../images/rberdan_MG_8770.jpg');
  background-image: linear-gradient(180deg, rgba(41, 41, 41, 0.3), rgba(41, 41, 41, 0.3)), url('../images/rberdan_MG_8770.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.paragraph-2 {
  width: 70%;
  margin: 60px auto 20px;
  font-family: Pridi, sans-serif;
  color: #3f3f3f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.image-2 {
  width: 30%;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.paragraph {
  width: 80%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-family: Pridi, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-shadow: 1px 1px 6px #181818;
}

.align-center {
  text-align: center;
}

.div-block-2 {
  height: 300px;
  padding: 80px 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(41, 41, 41, 0.3)), to(rgba(41, 41, 41, 0.3))), url('../images/rberdan_MG_6608.jpg');
  background-image: linear-gradient(180deg, rgba(41, 41, 41, 0.3), rgba(41, 41, 41, 0.3)), url('../images/rberdan_MG_6608.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.heading-banner {
  margin-top: 0px;
  font-family: Pridi, sans-serif;
  color: #fff;
  font-size: 54px;
  line-height: 60px;
  font-weight: 300;
  text-shadow: 1px 1px 6px #181818;
}

.heading-banner.dark {
  color: #000;
  text-shadow: none;
}

.page-content {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.banner-third {
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #515157;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(41, 41, 41, 0.3)), to(rgba(41, 41, 41, 0.3))), url('../images/_MG_6193.jpg');
  background-image: linear-gradient(180deg, rgba(41, 41, 41, 0.3), rgba(41, 41, 41, 0.3)), url('../images/_MG_6193.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.button-reg {
  display: block;
  width: 100%;
  margin-top: 20px;
  background-color: #00afdc;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Pridi, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.button-reg:hover {
  background-color: #65b490;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.banner-third-2 {
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #515157;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(41, 41, 41, 0.3)), to(rgba(41, 41, 41, 0.3))), url('../images/_MG_6192.jpg');
  background-image: linear-gradient(180deg, rgba(41, 41, 41, 0.3), rgba(41, 41, 41, 0.3)), url('../images/_MG_6192.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.utility-page-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 60vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.paragraph-3 {
  font-family: Pridi, sans-serif;
  color: #383838;
}

.div-block-4 {
  margin-top: 30px;
  margin-bottom: 0px;
  padding: 30px 60px 20px;
  background-color: #0091b6;
}

.paragraph-4 {
  font-family: Pridi, sans-serif;
  font-size: 18px;
}

.heading-4 {
  font-family: Pridi, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
}

@media screen and (max-width: 991px) {
  .banner {
    height: 500px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .align-right.make-left {
    text-align: left;
  }
  .copyright {
    margin-bottom: 20px;
  }
  .top-margin {
    margin-top: 20px;
  }
  .cards-grid-container {
    grid-column-gap: 15px;
  }
  .heading-banner {
    font-size: 40px;
    line-height: 50px;
  }
  .page-content {
    width: 100%;
  }
  .flex-row.make-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .utility-page-content-2 {
    width: 260px;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navbar {
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
  }
  .paragraph-2 {
    margin-top: 60px;
  }
  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto minmax(auto, 1fr);
    grid-template-rows: auto auto minmax(auto, 1fr);
  }
}

@media screen and (max-width: 479px) {
  .banner {
    height: 360px;
  }
  .image {
    max-width: 60%;
    margin-top: 0px;
  }
  .image-2 {
    width: 60%;
  }
  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .paragraph {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }
  .heading-banner {
    font-size: 28px;
    line-height: 32px;
  }
}

#w-node-0774307653fd-bbdf6ad7 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-077430765410-bbdf6ad7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-077430765405-bbdf6ad7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-0774307653fd-bbdf6ad7 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-077430765404-bbdf6ad7 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

