body{
  font-family: proxima-nova, sans-serif;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}
body,
html{
  overflow-x: hidden;
  position: relative;
}
html{
  font-size: 62.5%;
}
*{
  box-sizing: border-box;
}

a{
  color: inherit;
  text-decoration: underline 0.15em rgba(0,0,0,0);
  transition: text-decoration-color 300ms;
}
a:hover{
  text-decoration-color: rgba(255,255,255,1);
}
h1{
  margin: 0;
}
h2{
  font-weight: 800;
  line-height: 1.4;
  margin: 2rem auto;
}
img{
  max-width: 100%;
}
ol ul{
  margin-bottom: 25px;
}

.align-self-center{
  align-self: center;
}
.bg-neutral-1{
  background-color: #fff;
}
.bg-primary-1{
  background-color: #292e7e;
}
.bg-primary-2{
  background-color: #00843d;
}
.break-word{
  overflow-wrap: break-word;
}
.display-block{
  display: block;
}
.display-inline-block{
  display: inline-block;
}
.display-none{
  display: none;
}
.object-fit-cover{
  object-fit: cover;
  width: 100%; height: 100%;
}
.m-auto{
  margin: auto;
}
.m-0{
  margin: 0;
}
.m-0-15{
  margin: 0 15px;
}
.m-10-0{
  margin: 10px 0;
}
.m-30-auto{
  margin: 30px auto;
}
.mb-0{
  margin-bottom: 0;
}
.mb-5{
  margin-bottom: 5px;
}
.mb-30{
  margin-bottom: 30px;
}
.mt-0{
  margin-top: 0;
}
.mt-5{
  margin-top: 5px;
}
.mt-10{
  margin-top: 10px;
}
.nowrap{
  white-space: nowrap;
}
.opacity-30{
  filter: opacity(.3);
}
.p-15{
  padding: 15px;
}
.position-absolute{
  position: absolute;
}
.position-relative{
  position: relative;
}
.sr-only{
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.text-center{
  text-align: center;
}
.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
}

.banner{
  overflow: hidden;
  position: relative;
}
.banner-bg{
  opacity: .15;
  position: absolute;
  z-index: 0;
}
.banner-bg-1{
  margin-left: -31%;
  top: 43.5rem;
  width: 150%;
}
.banner-bg-2{
  margin-left: -1455px;
  top: 3.5rem;
  width: 3920px;
}
.banner-bg-2-2{
  margin-left: -73%;
  top: 29.5rem;
  width: 210%;
}
.bg-dark h2{
  color: #fff;
}
.bg-light h2{
  color: #292e7e;
}
.btn{
  border: 2px solid transparent;
  display: inline-block;
  outline: 2px solid transparent;
}
.btn-lg{
  padding: .7em 1.4em;
}
.btn-md{
  padding: .5em 1em;
}
.btn-1{
  background-color: rgba(0,132,61,1);
  border: 2.25px solid transparent;
  border-radius: 4.25rem;
  color: #fff;
  font-weight: bold;
}
.btn-1:active,
.btn-1:focus{
  border: 2px solid rgba(0,0,0,1);
  color: #fff;
  outline: 2px solid #fff;
}
.btn-1:hover{
  color: #fff;
}
.btn-secondary{
  background-color: #fff;
  border: 2.25px solid transparent;
  border-radius: 2.25rem;
  color: #00843d;
  font-weight: bold;
}
.btn-secondary:active,
.btn-secondary:focus{
  border: 2px solid rgba(0,132,61,.5);
  color: #00843d;
  outline: 2px solid #fff;
}
.btn-secondary:hover{
  text-decoration-color: rgba(0,132,61,1);
}
.card{
  display: inline-block;
  flex-grow: 1;
  position: relative;
  vertical-align: top;
}
.card h3{
  color: #292e7e;
}
.card-body{
  padding: 15px;
  padding-top: 0;
}
.card-header{
  padding: 0 15px;
  padding-bottom: 15px;
}
.checklist-item-body{
  background-color: #f7f7f7;
  border-left: 1px solid #e7e7e7; 
  margin: 10px 0;
  padding: 15px 25px;
}
.checklist-item-body>:first-child{
  margin-top: 0;
}
.checklist-item-body>:last-child{
  margin-bottom: 0;
}
.container{
  margin: auto;
}
.container-lg{
  width: min(80ch, 100vw);
}
.content-bar:before{
  background-color: #fdb713;
  content: " ";
  display: block;
  width: 100px; height: 10px;
}
.content-default{
  margin: auto;
  padding: 40px 0;
}
.content-default+.content-default{
  padding-top: 0;
}
.content-default p{
  color: #6a6a6a;
}
.content-default p small{
  color: #999;
  display: block;
  line-height: 1.4;
}
.content-default .btn{
  margin: 2rem auto;
}
.content-full-width{
  padding: 40px 0 10px 0;
}
.content-md{
  width: min(960px, 100vw - 5rem);
}
.content-lg{
  width: min(1300px, 100vw - 5rem);
}
.content-xl{
  max-width: 1920px;
}
.filter-data{
  list-style: none;
  padding: 0;
}
.filter-data input[type="checkbox"],
.filter-data label{
  cursor: pointer;
}
.filter-data label{
  display: inline-block;
  vertical-align: top;
}
.jumbotron{
  border: 1px solid #ccc;
  padding: 30px;
}
.list-group{
  border: 1px solid #ccc;
  list-style: none;
  margin: 30px auto;
  padding: 0;
}
.list-group>li{
  border-top: 1px solid #ccc;
  padding: 5px 8px;
}
.list-group>li:first-child{
  border: none;
}
.section-carousel>ul{
  margin: 0;
  padding: 0;
}
.section{
  margin: auto;
}
.text-cta{
  font-weight: bold;
  position: relative;
}
.text-cta:after{
  font-family: "Font Awesome 5 Free";
  position: absolute;
  transition: all .4s;
}
.text-cta-1{
  padding-right: 30px;
}
.text-cta-1:after{
  font-weight: bold;
  content: "\f30b";
  right: 5px;
}
.text-cta-1:hover:after{
  right: 0;
}
.video{
  aspect-ratio: 16 / 9;
  display: block;
  height: auto;
  margin: 6rem auto;
  max-width: 800px;
  position: relative;
}
.video:active .video-play,
.video:focus .video-play,
.video:hover .video-play{
  background-color: rgba(41, 46, 126, 1);
}
.video:active .video-play,
.video:focus .video-play{
  outline: 2px solid #fff;
  outline-offset: 6px;
}
.video:hover{
  cursor: pointer;
}
.video .video-controls{
  height: 100%;
  position: relative; top: 0;
  z-index: 3;
}
.video .video-controls img{
  position: relative;
  z-index: 3;
}
.video iframe{
  opacity: 0;
  position: absolute; top: 0; left: 0;
  z-index: 0;
}
.video-caption{
  background-color: rgba(0, 0, 0, .8);
  box-sizing: border-box;
  color: #fff;
  font-size: .8em;
  max-width: 90%;
  padding: 5px 2.5%;
  position: absolute; top: 15px; left: 15px;
  z-index: 4;
}
.video-play{
  background-color: rgba(41, 46, 126, .8);
  border-radius: 50%;
  color: #fff;
  outline: 2px solid transparent;
  position: absolute; top: 50%; left: 50%;
  text-align: center;
  transition: all .25s;
  z-index: 9;
}
.video-play i{
  text-shadow: 0 1px 10px rgba(0, 0, 0, .15);
}
.video-poster{
  display: block;
}
.video-full{
  width: 100%;
}

#container{
  margin: auto;
  max-width: 2200px;
}

#header-bg{
  max-width: 2200px;
  position: absolute;
  width: 100%;
  z-index: -1;
}

#header{
  margin: auto;
}
#header nav ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
#header nav ul>li{
  color: #fff;
  display: inline-block;
  margin: 0 1.25rem;
}
#header nav ul>li:last-child{
  margin-right: 0;
}
#header p{
  color: #6a6a6a;
  font-size: 1.6rem;
  line-height: 1.6;
}

#logo{
  margin: 1rem auto;
}

#hero-feature{
  aspect-ratio: 1300 / 650;
  background: #fff;
  background-position: top center;
  background-repeat: no-repeat;
  max-width: 1300px;
  width: 100%;
}
#hero h1{
  color: #fff;
  font-weight: 800;
  left: 6rem;
  line-height: .95;
  text-shadow: 2px 2px 36px rgba(0,0,0,.65);
}
#hero h1 span{
  font-family: ink-free, sans-serif;
  font-style: italic;
  font-size: 1.3em;
  font-weight: 400;
  padding-bottom: 0;
  text-shadow: 2px 2px 60px rgba(0,0,0,.65);
}
#hero h1 span::before{
  background-color: #fff;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  width: 100%;
}

#main ul{
  color: #00843d;
}
#main>.banner:first-child{
  padding-bottom: 2rem;
}

#catalog{
  gap: 4rem;
  margin-bottom: 4rem;
  margin-top: 4rem;
}
#catalog a{
  background-color: #fff;
  border: 6px solid transparent;
  cursor: pointer;
  display: block;
  height: 100%;
  margin-top: -6px;
  padding: 2rem;
  text-decoration: none;
  width: 100%;
}
#catalog a:active,
#catalog a:focus{
  border: 6px solid #f6b120;
  color: #00843d;
}
#catalog a:focus{
  outline: none;
}
#catalog a:focus .btn{
  border: 2px solid rgba(255,255,255,.5);
  outline: 2px solid #00843d;
}
#catalog a:hover .btn{
  text-decoration-color: rgba(255,255,255,.5);
}
#catalog .btn{
  border: 2px solid transparent;
  text-decoration: underline 0.15em rgba(0,0,0,0);
  transition: text-decoration-color 300ms;
}
#catalog .card{
  border-top: 6px solid #f6b120;
  overflow: hidden;
  padding: 2rem;
  padding-bottom: 3rem;
  position: relative;
}
#catalog .card h3{
  border-radius: 3px;
  position: relative;
  z-index: 3;
}
#catalog .card:hover i{
  animation: fa-fade 2s 3;
}

#footer{
  background-color: #00843d;
  color: #fff;
  font-size: 1.2em;
  padding: 4rem 0;
}
#footer a{
  color: #fff;
}
#footer ul{
  margin: 0;
  padding: 0;
}
#footer .social-media a{
  color: #fff;
  font-size: 20px;
  margin: 5px;
}
#footer .content{
  border-bottom: 1px solid rgba(255,255,255,.25);
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
#footer .content a:hover{
  text-decoration: none;
}
#footer .logo-motto{
  margin: .75rem auto 2.25rem auto;
}

.socials {
  margin: 1rem auto;
}
.socials ul{
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  list-style: none;
}
.socials ul li+li{
  margin-left: 1.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape){
  .socials ul li+li {
    margin-left: 1.8rem;
  }
}
@media (max-width: 374px){
  .socials ul li+li{
    margin-left: 1rem;
  }
}
.socials ul a{
  display: block;
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  border-radius: 50%;
  line-height: 2;
  padding: .85rem;
  position: relative;
  text-align: center;
}
@media (max-width: 374px){
  .socials ul a{
    width: 3.6rem;
    height: 3.6rem;
  }
}
.socials ul a:hover img{
  opacity: 0.7;
}
.socials ul a img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.socials ul a svg{
  fill: #00843d;
  max-height: 100%;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.socials ul a:hover svg{
  opacity: 0.7;
}

@media screen and (min-width: 1600px){
  .content-default{
    padding: 40px 0;
  }
}

@media screen and (min-width: 1400px){
  #catalog .card{
    max-width: 406px;
    width: 33.33%;
  }
}

@media screen and (min-width: 1300px){
  #header-bg{
    height: 720px;
  }

  #hero-feature{
    background-size: contain;
    height: auto;
  }
}

@media screen and (max-width: 1300px){
  #hero .banner img{
    height: auto;
  }
}

@media screen and (min-width: 1200px){
  h2{
    font-size: 3rem;
  }
  h3{
    font-size: 2.75rem;
  }

  .content-default{
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .content-default .text-lg{
    font-size: 2.5rem;
  }
  .content-default h4{
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1100px){
  #people img{
    border-bottom: 1px solid #292e7e;
  }
}

@media screen and (min-width: 961px){
  .pr-40-lg{
    padding-right: 40px;
  }
  .text-center-lg{
    text-align: center;
  }

  .btn-lg{
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .btn-md{
    font-size: 2rem;
    line-height: 1.2;
  }

  .video-play{
    margin-left: -50px;
    margin-top: -50px;
    width: 100px;
    height: 100px;
  }
  .video-play i {
    font-size: 3.5rem;
    line-height: 100px;
    margin-left: 5px;
  }

  #header p{
    font-size: 1.8rem;
    line-height: 2.5rem;
    text-align: right;
  }

  #footer span{
    display: inline-block;
    margin: 5px 0;
  }
  #footer .social-media{
    text-align: right;
  }
}

@media screen and (max-width: 960px){
  .btn-lg{
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .btn-md{
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .content-default li,
  .content-default p{
    font-size: 16px;
    line-height: 1.4;
  }
  .video iframe{
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
  }
  .video-play{
    margin-left: -30px;
    margin-top: -30px;
    width: 60px;
    height: 60px;
  }
  .video-play i {
    font-size: 1.2rem;
    line-height: 60px;
  }

  #hero .banner{
    margin-top: 1rem;
  }

  #form{
    margin-top: 40px;
  }

  #footer .social-media{
    margin-top: 15px;
  }
}

@media screen and (min-width: 871px) and (max-width: 1399px){
  #catalog .card{
    width: 24%;
  }
}

@media screen and (min-width: 871px) and (max-width: 1299px){
  #header-bg{
    height: 410px;
  }

  #hero-feature{
    height: 650px;
  }
}

@media screen and (min-width: 871px) and (max-width: 1199px){
  h2{
    font-size: 2.8rem;
  }
  h3{
    font-size: 2.2rem;
  }

  .content-default{
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .content-default h3,
  .content-default .text-lg{
    font-size: 2.2rem;
  }
  .content-default h4{
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 871px){
  .text-center-md{
    text-align: center;
  }
  .text-right-md{
    text-align: right;
  }

  #header nav ul>li{
    font-size: 1.8rem;
  }
  #logo{
    width: 275px;
  }

  #hero h1{
    font-size: 8.4rem;
  }
  #hero h1{
    bottom: 4rem;
    left: 6rem;
  }
  #hero h1 span::before{
    bottom: 2rem;
  }

  #footer li,
  #footer ul{
    display: inline-block;
    font-size: 1.8rem;
  }
  #footer li{
    margin: 0 .5rem;
  }
  #footer .content p,
  #footer .content span{
    font-size: 1.8rem;
  }
  #footer .logo-motto{
    width: 325px;
  }
}

@media screen and (max-width: 870px){
  h2{
    font-size: 2rem;
  }
  h3{
    font-size: 1.8rem;
  }

  .banner-bg-2{
    display: none;
  }
  .content-default{
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .content-default h3,
  .content-default .text-lg{
    font-size: 1.8rem;
  }
  .content-default h4{
    font-size: 1.4rem;
  }

  #header-bg{
    height: 200px;
  }

  #header nav ul>li{
    font-size: 1.6rem;
  }
  #logo{
    width: 24vw;
  }

  #hero h1{
    font-size: 3.5rem;
  }
  #hero h1 span::before{
    bottom: 1rem;
  }
  #hero .banner-images div[class^="flex-"]{
    margin: 1.25rem auto;
    min-width: 50%;
  }
  #hero-feature{
    background-size: contain;
  }
  #hero h1{
    bottom: 1.5rem;
    left: 2rem;
  }

  #catalog .card{
    height: auto;
    width: 100%;
  }

  #footer{
    line-height: 1.5;
  }
  #footer ul{
    margin-bottom: 2.5rem;
  }
  #footer .logo-motto{
    width: 225px;
  }
}

@media screen and (min-width: 551px){
  .mobile-br{
    display: none;
  }

  #header{
    padding: 3rem 0;
  }

  #hero-feature{
    background-image: linear-gradient(185deg, rgba(255,255,255,0) 50%, rgba(0,132,61,0.9) 80%, rgba(0,132,61,1) 100%), url("../images/make-it-your-celebration.jpg");
  }
}

@media screen and (max-width: 550px){
  .mobile-br{
    display: block;
  }
  .text-center-sm{
    text-align: center;
  }

  #header{
    padding: 2rem 0;
  }

  #hero-feature{
    background-image: linear-gradient(185deg, rgba(255,255,255,0) 40%, rgba(0,132,61,0.85) 55%, rgba(0,132,61,1) 100%), url("../images/make-it-your-celebration.jpg");
  }
}